styles.css 32 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739
  1. body {
  2. margin:0px;
  3. background-image:none;
  4. position:relative;
  5. left:0px;
  6. width:893px;
  7. margin-left:auto;
  8. margin-right:auto;
  9. text-align:left;
  10. }
  11. .form_sketch {
  12. border-color:transparent;
  13. background-color:transparent;
  14. }
  15. #base {
  16. position:absolute;
  17. z-index:0;
  18. }
  19. #u174163_img {
  20. border-width:0px;
  21. position:absolute;
  22. left:0px;
  23. top:0px;
  24. width:433px;
  25. height:865px;
  26. }
  27. #u174163 {
  28. border-width:0px;
  29. position:absolute;
  30. left:0px;
  31. top:0px;
  32. width:433px;
  33. height:865px;
  34. display:flex;
  35. }
  36. #u174163 .text {
  37. position:absolute;
  38. align-self:center;
  39. padding:2px 2px 2px 2px;
  40. box-sizing:border-box;
  41. width:100%;
  42. }
  43. #u174163_text {
  44. border-width:0px;
  45. word-wrap:break-word;
  46. text-transform:none;
  47. visibility:hidden;
  48. }
  49. #u174164_img {
  50. border-width:0px;
  51. position:absolute;
  52. left:0px;
  53. top:0px;
  54. width:433px;
  55. height:865px;
  56. }
  57. #u174164 {
  58. border-width:0px;
  59. position:absolute;
  60. left:460px;
  61. top:0px;
  62. width:433px;
  63. height:865px;
  64. display:flex;
  65. }
  66. #u174164 .text {
  67. position:absolute;
  68. align-self:center;
  69. padding:2px 2px 2px 2px;
  70. box-sizing:border-box;
  71. width:100%;
  72. }
  73. #u174164_text {
  74. border-width:0px;
  75. word-wrap:break-word;
  76. text-transform:none;
  77. visibility:hidden;
  78. }
  79. #u174165 {
  80. border-width:0px;
  81. position:absolute;
  82. left:0px;
  83. top:0px;
  84. width:0px;
  85. height:0px;
  86. }
  87. #u174166_div {
  88. border-width:0px;
  89. position:absolute;
  90. left:0px;
  91. top:0px;
  92. width:375px;
  93. height:780px;
  94. background:inherit;
  95. background-color:rgba(51, 51, 51, 0.533333333333333);
  96. border:none;
  97. border-top:0px;
  98. border-radius:25px;
  99. border-top-left-radius:0px;
  100. border-top-right-radius:0px;
  101. -moz-box-shadow:none;
  102. -webkit-box-shadow:none;
  103. box-shadow:none;
  104. }
  105. #u174166 {
  106. border-width:0px;
  107. position:absolute;
  108. left:29px;
  109. top:66px;
  110. width:375px;
  111. height:780px;
  112. display:flex;
  113. }
  114. #u174166 .text {
  115. position:absolute;
  116. align-self:center;
  117. padding:2px 2px 2px 2px;
  118. box-sizing:border-box;
  119. width:100%;
  120. }
  121. #u174166_text {
  122. border-width:0px;
  123. word-wrap:break-word;
  124. text-transform:none;
  125. visibility:hidden;
  126. }
  127. #u174167_div {
  128. border-width:0px;
  129. position:absolute;
  130. left:0px;
  131. top:0px;
  132. width:375px;
  133. height:188px;
  134. background:inherit;
  135. background-color:rgba(242, 242, 242, 1);
  136. border:none;
  137. border-top:0px;
  138. border-radius:25px;
  139. border-top-left-radius:0px;
  140. border-top-right-radius:0px;
  141. -moz-box-shadow:none;
  142. -webkit-box-shadow:none;
  143. box-shadow:none;
  144. }
  145. #u174167 {
  146. border-width:0px;
  147. position:absolute;
  148. left:29px;
  149. top:658px;
  150. width:375px;
  151. height:188px;
  152. display:flex;
  153. }
  154. #u174167 .text {
  155. position:absolute;
  156. align-self:center;
  157. padding:2px 2px 2px 2px;
  158. box-sizing:border-box;
  159. width:100%;
  160. }
  161. #u174167_text {
  162. border-width:0px;
  163. word-wrap:break-word;
  164. text-transform:none;
  165. visibility:hidden;
  166. }
  167. #u174168 {
  168. border-width:0px;
  169. position:absolute;
  170. left:0px;
  171. top:0px;
  172. width:0px;
  173. height:0px;
  174. }
  175. #u174169_div {
  176. border-width:0px;
  177. position:absolute;
  178. left:0px;
  179. top:0px;
  180. width:375px;
  181. height:60px;
  182. background:inherit;
  183. background-color:rgba(255, 255, 255, 1);
  184. box-sizing:border-box;
  185. border-width:1px;
  186. border-style:solid;
  187. border-color:rgba(242, 242, 242, 1);
  188. border-left:0px;
  189. border-right:0px;
  190. border-radius:0px;
  191. border-top-left-radius:0px;
  192. border-top-right-radius:0px;
  193. border-bottom-right-radius:0px;
  194. border-bottom-left-radius:0px;
  195. -moz-box-shadow:none;
  196. -webkit-box-shadow:none;
  197. box-shadow:none;
  198. }
  199. #u174169 {
  200. border-width:0px;
  201. position:absolute;
  202. left:29px;
  203. top:717px;
  204. width:375px;
  205. height:60px;
  206. display:flex;
  207. }
  208. #u174169 .text {
  209. position:absolute;
  210. align-self:center;
  211. padding:2px 2px 2px 2px;
  212. box-sizing:border-box;
  213. width:100%;
  214. }
  215. #u174169_text {
  216. border-width:0px;
  217. word-wrap:break-word;
  218. text-transform:none;
  219. visibility:hidden;
  220. }
  221. #u174170_div {
  222. border-width:0px;
  223. position:absolute;
  224. left:0px;
  225. top:0px;
  226. width:57px;
  227. height:30px;
  228. background:inherit;
  229. background-color:rgba(255, 255, 255, 0);
  230. border:none;
  231. border-left:0px;
  232. border-top:0px;
  233. border-right:0px;
  234. border-radius:0px;
  235. border-bottom-right-radius:0px;
  236. border-bottom-left-radius:0px;
  237. -moz-box-shadow:none;
  238. -webkit-box-shadow:none;
  239. box-shadow:none;
  240. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  241. font-weight:400;
  242. font-style:normal;
  243. font-size:14px;
  244. line-height:30px;
  245. }
  246. #u174170 {
  247. border-width:0px;
  248. position:absolute;
  249. left:188px;
  250. top:732px;
  251. width:57px;
  252. height:30px;
  253. display:flex;
  254. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  255. font-weight:400;
  256. font-style:normal;
  257. font-size:14px;
  258. line-height:30px;
  259. }
  260. #u174170 .text {
  261. position:absolute;
  262. align-self:flex-start;
  263. padding:0px 0px 0px 0px;
  264. box-sizing:border-box;
  265. width:100%;
  266. }
  267. #u174170_text {
  268. border-width:0px;
  269. white-space:nowrap;
  270. text-transform:none;
  271. }
  272. #u174171 {
  273. border-width:0px;
  274. position:absolute;
  275. left:0px;
  276. top:0px;
  277. width:0px;
  278. height:0px;
  279. }
  280. #u174172_div {
  281. border-width:0px;
  282. position:absolute;
  283. left:0px;
  284. top:0px;
  285. width:375px;
  286. height:60px;
  287. background:inherit;
  288. background-color:rgba(255, 255, 255, 1);
  289. box-sizing:border-box;
  290. border-width:1px;
  291. border-style:solid;
  292. border-color:rgba(242, 242, 242, 1);
  293. border-top:0px;
  294. border-radius:20px;
  295. border-top-left-radius:0px;
  296. border-top-right-radius:0px;
  297. -moz-box-shadow:none;
  298. -webkit-box-shadow:none;
  299. box-shadow:none;
  300. }
  301. #u174172 {
  302. border-width:0px;
  303. position:absolute;
  304. left:29px;
  305. top:786px;
  306. width:375px;
  307. height:60px;
  308. display:flex;
  309. }
  310. #u174172 .text {
  311. position:absolute;
  312. align-self:center;
  313. padding:2px 2px 2px 2px;
  314. box-sizing:border-box;
  315. width:100%;
  316. }
  317. #u174172_text {
  318. border-width:0px;
  319. word-wrap:break-word;
  320. text-transform:none;
  321. visibility:hidden;
  322. }
  323. #u174173_div {
  324. border-width:0px;
  325. position:absolute;
  326. left:0px;
  327. top:0px;
  328. width:29px;
  329. height:30px;
  330. background:inherit;
  331. background-color:rgba(255, 255, 255, 0);
  332. border:none;
  333. border-left:0px;
  334. border-top:0px;
  335. border-right:0px;
  336. border-radius:0px;
  337. border-bottom-right-radius:0px;
  338. border-bottom-left-radius:0px;
  339. -moz-box-shadow:none;
  340. -webkit-box-shadow:none;
  341. box-shadow:none;
  342. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  343. font-weight:400;
  344. font-style:normal;
  345. font-size:14px;
  346. line-height:30px;
  347. }
  348. #u174173 {
  349. border-width:0px;
  350. position:absolute;
  351. left:202px;
  352. top:801px;
  353. width:29px;
  354. height:30px;
  355. display:flex;
  356. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  357. font-weight:400;
  358. font-style:normal;
  359. font-size:14px;
  360. line-height:30px;
  361. }
  362. #u174173 .text {
  363. position:absolute;
  364. align-self:flex-start;
  365. padding:0px 0px 0px 0px;
  366. box-sizing:border-box;
  367. width:100%;
  368. }
  369. #u174173_text {
  370. border-width:0px;
  371. white-space:nowrap;
  372. text-transform:none;
  373. }
  374. #u174174 {
  375. border-width:0px;
  376. position:absolute;
  377. left:0px;
  378. top:0px;
  379. width:0px;
  380. height:0px;
  381. }
  382. #u174175_div {
  383. border-width:0px;
  384. position:absolute;
  385. left:0px;
  386. top:0px;
  387. width:375px;
  388. height:60px;
  389. background:inherit;
  390. background-color:rgba(255, 255, 255, 1);
  391. box-sizing:border-box;
  392. border-width:1px;
  393. border-style:solid;
  394. border-color:rgba(242, 242, 242, 1);
  395. border-left:0px;
  396. border-right:0px;
  397. border-radius:0px;
  398. border-top-left-radius:0px;
  399. border-top-right-radius:0px;
  400. border-bottom-right-radius:0px;
  401. border-bottom-left-radius:0px;
  402. -moz-box-shadow:none;
  403. -webkit-box-shadow:none;
  404. box-shadow:none;
  405. }
  406. #u174175 {
  407. border-width:0px;
  408. position:absolute;
  409. left:29px;
  410. top:658px;
  411. width:375px;
  412. height:60px;
  413. display:flex;
  414. }
  415. #u174175 .text {
  416. position:absolute;
  417. align-self:center;
  418. padding:2px 2px 2px 2px;
  419. box-sizing:border-box;
  420. width:100%;
  421. }
  422. #u174175_text {
  423. border-width:0px;
  424. word-wrap:break-word;
  425. text-transform:none;
  426. visibility:hidden;
  427. }
  428. #u174176_div {
  429. border-width:0px;
  430. position:absolute;
  431. left:0px;
  432. top:0px;
  433. width:57px;
  434. height:30px;
  435. background:inherit;
  436. background-color:rgba(255, 255, 255, 0);
  437. border:none;
  438. border-left:0px;
  439. border-top:0px;
  440. border-right:0px;
  441. border-radius:0px;
  442. border-bottom-right-radius:0px;
  443. border-bottom-left-radius:0px;
  444. -moz-box-shadow:none;
  445. -webkit-box-shadow:none;
  446. box-shadow:none;
  447. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  448. font-weight:400;
  449. font-style:normal;
  450. font-size:14px;
  451. line-height:30px;
  452. }
  453. #u174176 {
  454. border-width:0px;
  455. position:absolute;
  456. left:188px;
  457. top:673px;
  458. width:57px;
  459. height:30px;
  460. display:flex;
  461. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  462. font-weight:400;
  463. font-style:normal;
  464. font-size:14px;
  465. line-height:30px;
  466. }
  467. #u174176 .text {
  468. position:absolute;
  469. align-self:flex-start;
  470. padding:0px 0px 0px 0px;
  471. box-sizing:border-box;
  472. width:100%;
  473. }
  474. #u174176_text {
  475. border-width:0px;
  476. white-space:nowrap;
  477. text-transform:none;
  478. }
  479. #u174177 {
  480. border-width:0px;
  481. position:absolute;
  482. left:0px;
  483. top:0px;
  484. width:0px;
  485. height:0px;
  486. }
  487. #u174178_div {
  488. border-width:0px;
  489. position:absolute;
  490. left:0px;
  491. top:0px;
  492. width:375px;
  493. height:60px;
  494. background:inherit;
  495. background-color:rgba(255, 255, 255, 1);
  496. box-sizing:border-box;
  497. border-width:1px;
  498. border-style:solid;
  499. border-color:rgba(242, 242, 242, 1);
  500. border-left:0px;
  501. border-right:0px;
  502. border-radius:0px;
  503. border-top-left-radius:0px;
  504. border-top-right-radius:0px;
  505. border-bottom-right-radius:0px;
  506. border-bottom-left-radius:0px;
  507. -moz-box-shadow:none;
  508. -webkit-box-shadow:none;
  509. box-shadow:none;
  510. }
  511. #u174178 {
  512. border-width:0px;
  513. position:absolute;
  514. left:29px;
  515. top:598px;
  516. width:375px;
  517. height:60px;
  518. display:flex;
  519. }
  520. #u174178 .text {
  521. position:absolute;
  522. align-self:center;
  523. padding:2px 2px 2px 2px;
  524. box-sizing:border-box;
  525. width:100%;
  526. }
  527. #u174178_text {
  528. border-width:0px;
  529. word-wrap:break-word;
  530. text-transform:none;
  531. visibility:hidden;
  532. }
  533. #u174179_div {
  534. border-width:0px;
  535. position:absolute;
  536. left:0px;
  537. top:0px;
  538. width:57px;
  539. height:30px;
  540. background:inherit;
  541. background-color:rgba(255, 255, 255, 0);
  542. border:none;
  543. border-left:0px;
  544. border-top:0px;
  545. border-right:0px;
  546. border-radius:0px;
  547. border-bottom-right-radius:0px;
  548. border-bottom-left-radius:0px;
  549. -moz-box-shadow:none;
  550. -webkit-box-shadow:none;
  551. box-shadow:none;
  552. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  553. font-weight:400;
  554. font-style:normal;
  555. font-size:14px;
  556. line-height:30px;
  557. }
  558. #u174179 {
  559. border-width:0px;
  560. position:absolute;
  561. left:188px;
  562. top:613px;
  563. width:57px;
  564. height:30px;
  565. display:flex;
  566. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  567. font-weight:400;
  568. font-style:normal;
  569. font-size:14px;
  570. line-height:30px;
  571. }
  572. #u174179 .text {
  573. position:absolute;
  574. align-self:flex-start;
  575. padding:0px 0px 0px 0px;
  576. box-sizing:border-box;
  577. width:100%;
  578. }
  579. #u174179_text {
  580. border-width:0px;
  581. white-space:nowrap;
  582. text-transform:none;
  583. }
  584. #u174180 {
  585. border-width:0px;
  586. position:absolute;
  587. left:0px;
  588. top:0px;
  589. width:0px;
  590. height:0px;
  591. }
  592. #u174181_div {
  593. border-width:0px;
  594. position:absolute;
  595. left:0px;
  596. top:0px;
  597. width:375px;
  598. height:60px;
  599. background:inherit;
  600. background-color:rgba(255, 255, 255, 1);
  601. box-sizing:border-box;
  602. border-width:1px;
  603. border-style:solid;
  604. border-color:rgba(242, 242, 242, 1);
  605. border-left:0px;
  606. border-right:0px;
  607. border-radius:0px;
  608. border-top-left-radius:0px;
  609. border-top-right-radius:0px;
  610. border-bottom-right-radius:0px;
  611. border-bottom-left-radius:0px;
  612. -moz-box-shadow:none;
  613. -webkit-box-shadow:none;
  614. box-shadow:none;
  615. }
  616. #u174181 {
  617. border-width:0px;
  618. position:absolute;
  619. left:29px;
  620. top:538px;
  621. width:375px;
  622. height:60px;
  623. display:flex;
  624. }
  625. #u174181 .text {
  626. position:absolute;
  627. align-self:center;
  628. padding:2px 2px 2px 2px;
  629. box-sizing:border-box;
  630. width:100%;
  631. }
  632. #u174181_text {
  633. border-width:0px;
  634. word-wrap:break-word;
  635. text-transform:none;
  636. visibility:hidden;
  637. }
  638. #u174182_div {
  639. border-width:0px;
  640. position:absolute;
  641. left:0px;
  642. top:0px;
  643. width:85px;
  644. height:30px;
  645. background:inherit;
  646. background-color:rgba(255, 255, 255, 0);
  647. border:none;
  648. border-left:0px;
  649. border-top:0px;
  650. border-right:0px;
  651. border-radius:0px;
  652. border-bottom-right-radius:0px;
  653. border-bottom-left-radius:0px;
  654. -moz-box-shadow:none;
  655. -webkit-box-shadow:none;
  656. box-shadow:none;
  657. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  658. font-weight:400;
  659. font-style:normal;
  660. font-size:14px;
  661. line-height:30px;
  662. }
  663. #u174182 {
  664. border-width:0px;
  665. position:absolute;
  666. left:174px;
  667. top:553px;
  668. width:85px;
  669. height:30px;
  670. display:flex;
  671. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  672. font-weight:400;
  673. font-style:normal;
  674. font-size:14px;
  675. line-height:30px;
  676. }
  677. #u174182 .text {
  678. position:absolute;
  679. align-self:flex-start;
  680. padding:0px 0px 0px 0px;
  681. box-sizing:border-box;
  682. width:100%;
  683. }
  684. #u174182_text {
  685. border-width:0px;
  686. white-space:nowrap;
  687. text-transform:none;
  688. }
  689. #u174183 {
  690. border-width:0px;
  691. position:absolute;
  692. left:0px;
  693. top:0px;
  694. width:0px;
  695. height:0px;
  696. }
  697. #u174184_div {
  698. border-width:0px;
  699. position:absolute;
  700. left:0px;
  701. top:0px;
  702. width:342px;
  703. height:180px;
  704. background:inherit;
  705. background-color:rgba(255, 255, 255, 1);
  706. border:none;
  707. border-radius:10px;
  708. -moz-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.349019607843137);
  709. -webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.349019607843137);
  710. box-shadow:0px 0px 5px rgba(0, 0, 0, 0.349019607843137);
  711. }
  712. #u174184 {
  713. border-width:0px;
  714. position:absolute;
  715. left:57px;
  716. top:888px;
  717. width:342px;
  718. height:180px;
  719. display:flex;
  720. }
  721. #u174184 .text {
  722. position:absolute;
  723. align-self:center;
  724. padding:2px 2px 2px 2px;
  725. box-sizing:border-box;
  726. width:100%;
  727. }
  728. #u174184_text {
  729. border-width:0px;
  730. word-wrap:break-word;
  731. text-transform:none;
  732. visibility:hidden;
  733. }
  734. #u174185_div {
  735. border-width:0px;
  736. position:absolute;
  737. left:0px;
  738. top:0px;
  739. width:288px;
  740. height:94px;
  741. background:inherit;
  742. background-color:rgba(255, 255, 255, 0);
  743. border:none;
  744. border-left:0px;
  745. border-top:0px;
  746. border-right:0px;
  747. border-radius:0px;
  748. border-bottom-right-radius:0px;
  749. border-bottom-left-radius:0px;
  750. -moz-box-shadow:none;
  751. -webkit-box-shadow:none;
  752. box-shadow:none;
  753. font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
  754. font-style:normal;
  755. text-align:center;
  756. line-height:30px;
  757. }
  758. #u174185 {
  759. border-width:0px;
  760. position:absolute;
  761. left:88px;
  762. top:911px;
  763. width:288px;
  764. height:94px;
  765. display:flex;
  766. font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
  767. font-style:normal;
  768. text-align:center;
  769. line-height:30px;
  770. }
  771. #u174185 .text {
  772. position:absolute;
  773. align-self:flex-start;
  774. padding:0px 0px 0px 0px;
  775. box-sizing:border-box;
  776. width:100%;
  777. }
  778. #u174185_text {
  779. border-width:0px;
  780. word-wrap:break-word;
  781. text-transform:none;
  782. }
  783. #u174186_img {
  784. border-width:0px;
  785. position:absolute;
  786. left:0px;
  787. top:0px;
  788. width:343px;
  789. height:2px;
  790. }
  791. #u174186 {
  792. border-width:0px;
  793. position:absolute;
  794. left:57px;
  795. top:1011px;
  796. width:342px;
  797. height:1px;
  798. display:flex;
  799. }
  800. #u174186 .text {
  801. position:absolute;
  802. align-self:center;
  803. padding:2px 2px 2px 2px;
  804. box-sizing:border-box;
  805. width:100%;
  806. }
  807. #u174186_text {
  808. border-width:0px;
  809. word-wrap:break-word;
  810. text-transform:none;
  811. visibility:hidden;
  812. }
  813. #u174187_div {
  814. border-width:0px;
  815. position:absolute;
  816. left:0px;
  817. top:0px;
  818. width:37px;
  819. height:30px;
  820. background:inherit;
  821. background-color:rgba(255, 255, 255, 0);
  822. border:none;
  823. border-left:0px;
  824. border-top:0px;
  825. border-right:0px;
  826. border-radius:0px;
  827. border-bottom-right-radius:0px;
  828. border-bottom-left-radius:0px;
  829. -moz-box-shadow:none;
  830. -webkit-box-shadow:none;
  831. box-shadow:none;
  832. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  833. font-weight:400;
  834. font-style:normal;
  835. font-size:18px;
  836. color:#0089FE;
  837. text-align:right;
  838. line-height:30px;
  839. }
  840. #u174187 {
  841. border-width:0px;
  842. position:absolute;
  843. left:210px;
  844. top:1030px;
  845. width:37px;
  846. height:30px;
  847. display:flex;
  848. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  849. font-weight:400;
  850. font-style:normal;
  851. font-size:18px;
  852. color:#0089FE;
  853. text-align:right;
  854. line-height:30px;
  855. }
  856. #u174187 .text {
  857. position:absolute;
  858. align-self:flex-start;
  859. padding:0px 0px 0px 0px;
  860. box-sizing:border-box;
  861. width:100%;
  862. }
  863. #u174187_text {
  864. border-width:0px;
  865. white-space:nowrap;
  866. text-transform:none;
  867. }
  868. #u174188 {
  869. border-width:0px;
  870. position:absolute;
  871. left:0px;
  872. top:0px;
  873. width:0px;
  874. height:0px;
  875. }
  876. #u174189_div {
  877. border-width:0px;
  878. position:absolute;
  879. left:0px;
  880. top:0px;
  881. width:342px;
  882. height:180px;
  883. background:inherit;
  884. background-color:rgba(255, 255, 255, 1);
  885. border:none;
  886. border-radius:10px;
  887. -moz-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.349019607843137);
  888. -webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.349019607843137);
  889. box-shadow:0px 0px 5px rgba(0, 0, 0, 0.349019607843137);
  890. }
  891. #u174189 {
  892. border-width:0px;
  893. position:absolute;
  894. left:496px;
  895. top:888px;
  896. width:342px;
  897. height:180px;
  898. display:flex;
  899. }
  900. #u174189 .text {
  901. position:absolute;
  902. align-self:center;
  903. padding:2px 2px 2px 2px;
  904. box-sizing:border-box;
  905. width:100%;
  906. }
  907. #u174189_text {
  908. border-width:0px;
  909. word-wrap:break-word;
  910. text-transform:none;
  911. visibility:hidden;
  912. }
  913. #u174190_div {
  914. border-width:0px;
  915. position:absolute;
  916. left:0px;
  917. top:0px;
  918. width:288px;
  919. height:94px;
  920. background:inherit;
  921. background-color:rgba(255, 255, 255, 0);
  922. border:none;
  923. border-left:0px;
  924. border-top:0px;
  925. border-right:0px;
  926. border-radius:0px;
  927. border-bottom-right-radius:0px;
  928. border-bottom-left-radius:0px;
  929. -moz-box-shadow:none;
  930. -webkit-box-shadow:none;
  931. box-shadow:none;
  932. font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
  933. font-style:normal;
  934. text-align:center;
  935. line-height:30px;
  936. }
  937. #u174190 {
  938. border-width:0px;
  939. position:absolute;
  940. left:527px;
  941. top:911px;
  942. width:288px;
  943. height:94px;
  944. display:flex;
  945. font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
  946. font-style:normal;
  947. text-align:center;
  948. line-height:30px;
  949. }
  950. #u174190 .text {
  951. position:absolute;
  952. align-self:flex-start;
  953. padding:0px 0px 0px 0px;
  954. box-sizing:border-box;
  955. width:100%;
  956. }
  957. #u174190_text {
  958. border-width:0px;
  959. word-wrap:break-word;
  960. text-transform:none;
  961. }
  962. #u174191_img {
  963. border-width:0px;
  964. position:absolute;
  965. left:0px;
  966. top:0px;
  967. width:343px;
  968. height:2px;
  969. }
  970. #u174191 {
  971. border-width:0px;
  972. position:absolute;
  973. left:496px;
  974. top:1011px;
  975. width:342px;
  976. height:1px;
  977. display:flex;
  978. }
  979. #u174191 .text {
  980. position:absolute;
  981. align-self:center;
  982. padding:2px 2px 2px 2px;
  983. box-sizing:border-box;
  984. width:100%;
  985. }
  986. #u174191_text {
  987. border-width:0px;
  988. word-wrap:break-word;
  989. text-transform:none;
  990. visibility:hidden;
  991. }
  992. #u174192_div {
  993. border-width:0px;
  994. position:absolute;
  995. left:0px;
  996. top:0px;
  997. width:91px;
  998. height:30px;
  999. background:inherit;
  1000. background-color:rgba(255, 255, 255, 0);
  1001. border:none;
  1002. border-left:0px;
  1003. border-top:0px;
  1004. border-right:0px;
  1005. border-radius:0px;
  1006. border-bottom-right-radius:0px;
  1007. border-bottom-left-radius:0px;
  1008. -moz-box-shadow:none;
  1009. -webkit-box-shadow:none;
  1010. box-shadow:none;
  1011. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1012. font-weight:400;
  1013. font-style:normal;
  1014. font-size:18px;
  1015. color:#0089FE;
  1016. text-align:right;
  1017. line-height:30px;
  1018. }
  1019. #u174192 {
  1020. border-width:0px;
  1021. position:absolute;
  1022. left:715px;
  1023. top:1023px;
  1024. width:91px;
  1025. height:30px;
  1026. display:flex;
  1027. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1028. font-weight:400;
  1029. font-style:normal;
  1030. font-size:18px;
  1031. color:#0089FE;
  1032. text-align:right;
  1033. line-height:30px;
  1034. }
  1035. #u174192 .text {
  1036. position:absolute;
  1037. align-self:flex-start;
  1038. padding:0px 0px 0px 0px;
  1039. box-sizing:border-box;
  1040. width:100%;
  1041. }
  1042. #u174192_text {
  1043. border-width:0px;
  1044. white-space:nowrap;
  1045. text-transform:none;
  1046. }
  1047. #u174193_div {
  1048. border-width:0px;
  1049. position:absolute;
  1050. left:0px;
  1051. top:0px;
  1052. width:37px;
  1053. height:30px;
  1054. background:inherit;
  1055. background-color:rgba(255, 255, 255, 0);
  1056. border:none;
  1057. border-left:0px;
  1058. border-top:0px;
  1059. border-right:0px;
  1060. border-radius:0px;
  1061. border-bottom-right-radius:0px;
  1062. border-bottom-left-radius:0px;
  1063. -moz-box-shadow:none;
  1064. -webkit-box-shadow:none;
  1065. box-shadow:none;
  1066. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1067. font-weight:400;
  1068. font-style:normal;
  1069. font-size:18px;
  1070. text-align:right;
  1071. line-height:30px;
  1072. }
  1073. #u174193 {
  1074. border-width:0px;
  1075. position:absolute;
  1076. left:564px;
  1077. top:1023px;
  1078. width:37px;
  1079. height:30px;
  1080. display:flex;
  1081. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1082. font-weight:400;
  1083. font-style:normal;
  1084. font-size:18px;
  1085. text-align:right;
  1086. line-height:30px;
  1087. }
  1088. #u174193 .text {
  1089. position:absolute;
  1090. align-self:flex-start;
  1091. padding:0px 0px 0px 0px;
  1092. box-sizing:border-box;
  1093. width:100%;
  1094. }
  1095. #u174193_text {
  1096. border-width:0px;
  1097. white-space:nowrap;
  1098. text-transform:none;
  1099. }
  1100. #u174194_img {
  1101. border-width:0px;
  1102. position:absolute;
  1103. left:0px;
  1104. top:0px;
  1105. width:2px;
  1106. height:52px;
  1107. }
  1108. #u174194 {
  1109. border-width:0px;
  1110. position:absolute;
  1111. left:666px;
  1112. top:1017px;
  1113. width:1px;
  1114. height:51px;
  1115. display:flex;
  1116. }
  1117. #u174194 .text {
  1118. position:absolute;
  1119. align-self:center;
  1120. padding:2px 2px 2px 2px;
  1121. box-sizing:border-box;
  1122. width:100%;
  1123. }
  1124. #u174194_text {
  1125. border-width:0px;
  1126. word-wrap:break-word;
  1127. text-transform:none;
  1128. visibility:hidden;
  1129. }
  1130. #u174195 {
  1131. border-width:0px;
  1132. position:absolute;
  1133. left:0px;
  1134. top:0px;
  1135. width:0px;
  1136. height:0px;
  1137. }
  1138. #u174196_div {
  1139. border-width:0px;
  1140. position:absolute;
  1141. left:0px;
  1142. top:0px;
  1143. width:375px;
  1144. height:780px;
  1145. background:inherit;
  1146. background-color:rgba(51, 51, 51, 0.533333333333333);
  1147. border:none;
  1148. border-top:0px;
  1149. border-radius:25px;
  1150. border-top-left-radius:0px;
  1151. border-top-right-radius:0px;
  1152. -moz-box-shadow:none;
  1153. -webkit-box-shadow:none;
  1154. box-shadow:none;
  1155. }
  1156. #u174196 {
  1157. border-width:0px;
  1158. position:absolute;
  1159. left:489px;
  1160. top:66px;
  1161. width:375px;
  1162. height:780px;
  1163. display:flex;
  1164. }
  1165. #u174196 .text {
  1166. position:absolute;
  1167. align-self:center;
  1168. padding:2px 2px 2px 2px;
  1169. box-sizing:border-box;
  1170. width:100%;
  1171. }
  1172. #u174196_text {
  1173. border-width:0px;
  1174. word-wrap:break-word;
  1175. text-transform:none;
  1176. visibility:hidden;
  1177. }
  1178. #u174197_div {
  1179. border-width:0px;
  1180. position:absolute;
  1181. left:0px;
  1182. top:0px;
  1183. width:375px;
  1184. height:188px;
  1185. background:inherit;
  1186. background-color:rgba(242, 242, 242, 1);
  1187. border:none;
  1188. border-top:0px;
  1189. border-radius:25px;
  1190. border-top-left-radius:0px;
  1191. border-top-right-radius:0px;
  1192. -moz-box-shadow:none;
  1193. -webkit-box-shadow:none;
  1194. box-shadow:none;
  1195. }
  1196. #u174197 {
  1197. border-width:0px;
  1198. position:absolute;
  1199. left:489px;
  1200. top:658px;
  1201. width:375px;
  1202. height:188px;
  1203. display:flex;
  1204. }
  1205. #u174197 .text {
  1206. position:absolute;
  1207. align-self:center;
  1208. padding:2px 2px 2px 2px;
  1209. box-sizing:border-box;
  1210. width:100%;
  1211. }
  1212. #u174197_text {
  1213. border-width:0px;
  1214. word-wrap:break-word;
  1215. text-transform:none;
  1216. visibility:hidden;
  1217. }
  1218. #u174198 {
  1219. border-width:0px;
  1220. position:absolute;
  1221. left:0px;
  1222. top:0px;
  1223. width:0px;
  1224. height:0px;
  1225. }
  1226. #u174199_div {
  1227. border-width:0px;
  1228. position:absolute;
  1229. left:0px;
  1230. top:0px;
  1231. width:375px;
  1232. height:60px;
  1233. background:inherit;
  1234. background-color:rgba(255, 255, 255, 1);
  1235. box-sizing:border-box;
  1236. border-width:1px;
  1237. border-style:solid;
  1238. border-color:rgba(242, 242, 242, 1);
  1239. border-left:0px;
  1240. border-right:0px;
  1241. border-radius:0px;
  1242. border-top-left-radius:0px;
  1243. border-top-right-radius:0px;
  1244. border-bottom-right-radius:0px;
  1245. border-bottom-left-radius:0px;
  1246. -moz-box-shadow:none;
  1247. -webkit-box-shadow:none;
  1248. box-shadow:none;
  1249. }
  1250. #u174199 {
  1251. border-width:0px;
  1252. position:absolute;
  1253. left:489px;
  1254. top:717px;
  1255. width:375px;
  1256. height:60px;
  1257. display:flex;
  1258. }
  1259. #u174199 .text {
  1260. position:absolute;
  1261. align-self:center;
  1262. padding:2px 2px 2px 2px;
  1263. box-sizing:border-box;
  1264. width:100%;
  1265. }
  1266. #u174199_text {
  1267. border-width:0px;
  1268. word-wrap:break-word;
  1269. text-transform:none;
  1270. visibility:hidden;
  1271. }
  1272. #u174200_div {
  1273. border-width:0px;
  1274. position:absolute;
  1275. left:0px;
  1276. top:0px;
  1277. width:57px;
  1278. height:30px;
  1279. background:inherit;
  1280. background-color:rgba(255, 255, 255, 0);
  1281. border:none;
  1282. border-left:0px;
  1283. border-top:0px;
  1284. border-right:0px;
  1285. border-radius:0px;
  1286. border-bottom-right-radius:0px;
  1287. border-bottom-left-radius:0px;
  1288. -moz-box-shadow:none;
  1289. -webkit-box-shadow:none;
  1290. box-shadow:none;
  1291. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1292. font-weight:400;
  1293. font-style:normal;
  1294. font-size:14px;
  1295. line-height:30px;
  1296. }
  1297. #u174200 {
  1298. border-width:0px;
  1299. position:absolute;
  1300. left:648px;
  1301. top:732px;
  1302. width:57px;
  1303. height:30px;
  1304. display:flex;
  1305. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1306. font-weight:400;
  1307. font-style:normal;
  1308. font-size:14px;
  1309. line-height:30px;
  1310. }
  1311. #u174200 .text {
  1312. position:absolute;
  1313. align-self:flex-start;
  1314. padding:0px 0px 0px 0px;
  1315. box-sizing:border-box;
  1316. width:100%;
  1317. }
  1318. #u174200_text {
  1319. border-width:0px;
  1320. white-space:nowrap;
  1321. text-transform:none;
  1322. }
  1323. #u174201 {
  1324. border-width:0px;
  1325. position:absolute;
  1326. left:0px;
  1327. top:0px;
  1328. width:0px;
  1329. height:0px;
  1330. }
  1331. #u174202_div {
  1332. border-width:0px;
  1333. position:absolute;
  1334. left:0px;
  1335. top:0px;
  1336. width:375px;
  1337. height:60px;
  1338. background:inherit;
  1339. background-color:rgba(255, 255, 255, 1);
  1340. box-sizing:border-box;
  1341. border-width:1px;
  1342. border-style:solid;
  1343. border-color:rgba(242, 242, 242, 1);
  1344. border-top:0px;
  1345. border-radius:20px;
  1346. border-top-left-radius:0px;
  1347. border-top-right-radius:0px;
  1348. -moz-box-shadow:none;
  1349. -webkit-box-shadow:none;
  1350. box-shadow:none;
  1351. }
  1352. #u174202 {
  1353. border-width:0px;
  1354. position:absolute;
  1355. left:489px;
  1356. top:786px;
  1357. width:375px;
  1358. height:60px;
  1359. display:flex;
  1360. }
  1361. #u174202 .text {
  1362. position:absolute;
  1363. align-self:center;
  1364. padding:2px 2px 2px 2px;
  1365. box-sizing:border-box;
  1366. width:100%;
  1367. }
  1368. #u174202_text {
  1369. border-width:0px;
  1370. word-wrap:break-word;
  1371. text-transform:none;
  1372. visibility:hidden;
  1373. }
  1374. #u174203_div {
  1375. border-width:0px;
  1376. position:absolute;
  1377. left:0px;
  1378. top:0px;
  1379. width:29px;
  1380. height:30px;
  1381. background:inherit;
  1382. background-color:rgba(255, 255, 255, 0);
  1383. border:none;
  1384. border-left:0px;
  1385. border-top:0px;
  1386. border-right:0px;
  1387. border-radius:0px;
  1388. border-bottom-right-radius:0px;
  1389. border-bottom-left-radius:0px;
  1390. -moz-box-shadow:none;
  1391. -webkit-box-shadow:none;
  1392. box-shadow:none;
  1393. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1394. font-weight:400;
  1395. font-style:normal;
  1396. font-size:14px;
  1397. line-height:30px;
  1398. }
  1399. #u174203 {
  1400. border-width:0px;
  1401. position:absolute;
  1402. left:662px;
  1403. top:801px;
  1404. width:29px;
  1405. height:30px;
  1406. display:flex;
  1407. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1408. font-weight:400;
  1409. font-style:normal;
  1410. font-size:14px;
  1411. line-height:30px;
  1412. }
  1413. #u174203 .text {
  1414. position:absolute;
  1415. align-self:flex-start;
  1416. padding:0px 0px 0px 0px;
  1417. box-sizing:border-box;
  1418. width:100%;
  1419. }
  1420. #u174203_text {
  1421. border-width:0px;
  1422. white-space:nowrap;
  1423. text-transform:none;
  1424. }
  1425. #u174204 {
  1426. border-width:0px;
  1427. position:absolute;
  1428. left:0px;
  1429. top:0px;
  1430. width:0px;
  1431. height:0px;
  1432. }
  1433. #u174205_div {
  1434. border-width:0px;
  1435. position:absolute;
  1436. left:0px;
  1437. top:0px;
  1438. width:375px;
  1439. height:60px;
  1440. background:inherit;
  1441. background-color:rgba(255, 255, 255, 1);
  1442. box-sizing:border-box;
  1443. border-width:1px;
  1444. border-style:solid;
  1445. border-color:rgba(242, 242, 242, 1);
  1446. border-left:0px;
  1447. border-right:0px;
  1448. border-radius:0px;
  1449. border-top-left-radius:0px;
  1450. border-top-right-radius:0px;
  1451. border-bottom-right-radius:0px;
  1452. border-bottom-left-radius:0px;
  1453. -moz-box-shadow:none;
  1454. -webkit-box-shadow:none;
  1455. box-shadow:none;
  1456. }
  1457. #u174205 {
  1458. border-width:0px;
  1459. position:absolute;
  1460. left:489px;
  1461. top:658px;
  1462. width:375px;
  1463. height:60px;
  1464. display:flex;
  1465. }
  1466. #u174205 .text {
  1467. position:absolute;
  1468. align-self:center;
  1469. padding:2px 2px 2px 2px;
  1470. box-sizing:border-box;
  1471. width:100%;
  1472. }
  1473. #u174205_text {
  1474. border-width:0px;
  1475. word-wrap:break-word;
  1476. text-transform:none;
  1477. visibility:hidden;
  1478. }
  1479. #u174206_div {
  1480. border-width:0px;
  1481. position:absolute;
  1482. left:0px;
  1483. top:0px;
  1484. width:57px;
  1485. height:30px;
  1486. background:inherit;
  1487. background-color:rgba(255, 255, 255, 0);
  1488. border:none;
  1489. border-left:0px;
  1490. border-top:0px;
  1491. border-right:0px;
  1492. border-radius:0px;
  1493. border-bottom-right-radius:0px;
  1494. border-bottom-left-radius:0px;
  1495. -moz-box-shadow:none;
  1496. -webkit-box-shadow:none;
  1497. box-shadow:none;
  1498. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1499. font-weight:400;
  1500. font-style:normal;
  1501. font-size:14px;
  1502. line-height:30px;
  1503. }
  1504. #u174206 {
  1505. border-width:0px;
  1506. position:absolute;
  1507. left:648px;
  1508. top:673px;
  1509. width:57px;
  1510. height:30px;
  1511. display:flex;
  1512. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1513. font-weight:400;
  1514. font-style:normal;
  1515. font-size:14px;
  1516. line-height:30px;
  1517. }
  1518. #u174206 .text {
  1519. position:absolute;
  1520. align-self:flex-start;
  1521. padding:0px 0px 0px 0px;
  1522. box-sizing:border-box;
  1523. width:100%;
  1524. }
  1525. #u174206_text {
  1526. border-width:0px;
  1527. white-space:nowrap;
  1528. text-transform:none;
  1529. }
  1530. #u174207 {
  1531. border-width:0px;
  1532. position:absolute;
  1533. left:0px;
  1534. top:0px;
  1535. width:0px;
  1536. height:0px;
  1537. }
  1538. #u174208_div {
  1539. border-width:0px;
  1540. position:absolute;
  1541. left:0px;
  1542. top:0px;
  1543. width:375px;
  1544. height:60px;
  1545. background:inherit;
  1546. background-color:rgba(255, 255, 255, 1);
  1547. box-sizing:border-box;
  1548. border-width:1px;
  1549. border-style:solid;
  1550. border-color:rgba(242, 242, 242, 1);
  1551. border-left:0px;
  1552. border-right:0px;
  1553. border-radius:0px;
  1554. border-top-left-radius:0px;
  1555. border-top-right-radius:0px;
  1556. border-bottom-right-radius:0px;
  1557. border-bottom-left-radius:0px;
  1558. -moz-box-shadow:none;
  1559. -webkit-box-shadow:none;
  1560. box-shadow:none;
  1561. }
  1562. #u174208 {
  1563. border-width:0px;
  1564. position:absolute;
  1565. left:489px;
  1566. top:598px;
  1567. width:375px;
  1568. height:60px;
  1569. display:flex;
  1570. }
  1571. #u174208 .text {
  1572. position:absolute;
  1573. align-self:center;
  1574. padding:2px 2px 2px 2px;
  1575. box-sizing:border-box;
  1576. width:100%;
  1577. }
  1578. #u174208_text {
  1579. border-width:0px;
  1580. word-wrap:break-word;
  1581. text-transform:none;
  1582. visibility:hidden;
  1583. }
  1584. #u174209_div {
  1585. border-width:0px;
  1586. position:absolute;
  1587. left:0px;
  1588. top:0px;
  1589. width:57px;
  1590. height:30px;
  1591. background:inherit;
  1592. background-color:rgba(255, 255, 255, 0);
  1593. border:none;
  1594. border-left:0px;
  1595. border-top:0px;
  1596. border-right:0px;
  1597. border-radius:0px;
  1598. border-bottom-right-radius:0px;
  1599. border-bottom-left-radius:0px;
  1600. -moz-box-shadow:none;
  1601. -webkit-box-shadow:none;
  1602. box-shadow:none;
  1603. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1604. font-weight:400;
  1605. font-style:normal;
  1606. font-size:14px;
  1607. line-height:30px;
  1608. }
  1609. #u174209 {
  1610. border-width:0px;
  1611. position:absolute;
  1612. left:648px;
  1613. top:613px;
  1614. width:57px;
  1615. height:30px;
  1616. display:flex;
  1617. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1618. font-weight:400;
  1619. font-style:normal;
  1620. font-size:14px;
  1621. line-height:30px;
  1622. }
  1623. #u174209 .text {
  1624. position:absolute;
  1625. align-self:flex-start;
  1626. padding:0px 0px 0px 0px;
  1627. box-sizing:border-box;
  1628. width:100%;
  1629. }
  1630. #u174209_text {
  1631. border-width:0px;
  1632. white-space:nowrap;
  1633. text-transform:none;
  1634. }
  1635. #u174210 {
  1636. border-width:0px;
  1637. position:absolute;
  1638. left:0px;
  1639. top:0px;
  1640. width:0px;
  1641. height:0px;
  1642. }
  1643. #u174211_div {
  1644. border-width:0px;
  1645. position:absolute;
  1646. left:0px;
  1647. top:0px;
  1648. width:375px;
  1649. height:60px;
  1650. background:inherit;
  1651. background-color:rgba(255, 255, 255, 1);
  1652. box-sizing:border-box;
  1653. border-width:1px;
  1654. border-style:solid;
  1655. border-color:rgba(242, 242, 242, 1);
  1656. border-left:0px;
  1657. border-right:0px;
  1658. border-radius:0px;
  1659. border-top-left-radius:0px;
  1660. border-top-right-radius:0px;
  1661. border-bottom-right-radius:0px;
  1662. border-bottom-left-radius:0px;
  1663. -moz-box-shadow:none;
  1664. -webkit-box-shadow:none;
  1665. box-shadow:none;
  1666. }
  1667. #u174211 {
  1668. border-width:0px;
  1669. position:absolute;
  1670. left:489px;
  1671. top:538px;
  1672. width:375px;
  1673. height:60px;
  1674. display:flex;
  1675. }
  1676. #u174211 .text {
  1677. position:absolute;
  1678. align-self:center;
  1679. padding:2px 2px 2px 2px;
  1680. box-sizing:border-box;
  1681. width:100%;
  1682. }
  1683. #u174211_text {
  1684. border-width:0px;
  1685. word-wrap:break-word;
  1686. text-transform:none;
  1687. visibility:hidden;
  1688. }
  1689. #u174212_div {
  1690. border-width:0px;
  1691. position:absolute;
  1692. left:0px;
  1693. top:0px;
  1694. width:85px;
  1695. height:30px;
  1696. background:inherit;
  1697. background-color:rgba(255, 255, 255, 0);
  1698. border:none;
  1699. border-left:0px;
  1700. border-top:0px;
  1701. border-right:0px;
  1702. border-radius:0px;
  1703. border-bottom-right-radius:0px;
  1704. border-bottom-left-radius:0px;
  1705. -moz-box-shadow:none;
  1706. -webkit-box-shadow:none;
  1707. box-shadow:none;
  1708. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1709. font-weight:400;
  1710. font-style:normal;
  1711. font-size:14px;
  1712. line-height:30px;
  1713. }
  1714. #u174212 {
  1715. border-width:0px;
  1716. position:absolute;
  1717. left:634px;
  1718. top:553px;
  1719. width:85px;
  1720. height:30px;
  1721. display:flex;
  1722. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1723. font-weight:400;
  1724. font-style:normal;
  1725. font-size:14px;
  1726. line-height:30px;
  1727. }
  1728. #u174212 .text {
  1729. position:absolute;
  1730. align-self:flex-start;
  1731. padding:0px 0px 0px 0px;
  1732. box-sizing:border-box;
  1733. width:100%;
  1734. }
  1735. #u174212_text {
  1736. border-width:0px;
  1737. white-space:nowrap;
  1738. text-transform:none;
  1739. }