styles.css 27 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436
  1. body {
  2. margin:0px;
  3. background-image:none;
  4. position:relative;
  5. left:-0px;
  6. width:433px;
  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. #u52778 {
  20. border-width:0px;
  21. position:absolute;
  22. left:0px;
  23. top:0px;
  24. width:433px;
  25. height:865px;
  26. display:flex;
  27. transition:none;
  28. }
  29. #u52778 .text {
  30. position:absolute;
  31. align-self:center;
  32. padding:2px 2px 2px 2px;
  33. box-sizing:border-box;
  34. width:100%;
  35. }
  36. #u52778_img {
  37. border-width:0px;
  38. position:absolute;
  39. left:0px;
  40. top:0px;
  41. width:433px;
  42. height:865px;
  43. }
  44. #u52778_text {
  45. border-width:0px;
  46. word-wrap:break-word;
  47. text-transform:none;
  48. visibility:hidden;
  49. }
  50. #u52779 {
  51. border-width:0px;
  52. position:absolute;
  53. left:0px;
  54. top:0px;
  55. width:0px;
  56. height:0px;
  57. }
  58. #u52780_div {
  59. border-width:0px;
  60. position:absolute;
  61. left:0px;
  62. top:0px;
  63. width:375px;
  64. height:732px;
  65. background:inherit;
  66. background-color:rgba(51, 51, 51, 0.5333333333333333);
  67. border-top:0px;
  68. border-radius:25px;
  69. border-top-left-radius:0px;
  70. border-top-right-radius:0px;
  71. filter:drop-shadow(none);
  72. transition:none;
  73. }
  74. #u52780 {
  75. border-width:0px;
  76. position:absolute;
  77. left:29px;
  78. top:105px;
  79. width:375px;
  80. height:732px;
  81. display:flex;
  82. transition:none;
  83. transform-origin:50% 50%;
  84. }
  85. #u52780 .text {
  86. position:absolute;
  87. align-self:center;
  88. padding:2px 2px 2px 2px;
  89. box-sizing:border-box;
  90. width:100%;
  91. }
  92. #u52780_text {
  93. border-width:0px;
  94. word-wrap:break-word;
  95. text-transform:none;
  96. visibility:hidden;
  97. }
  98. #u52781_div {
  99. border-width:0px;
  100. position:absolute;
  101. left:0px;
  102. top:0px;
  103. width:375px;
  104. height:680px;
  105. background:inherit;
  106. background-color:rgba(242, 242, 242, 1);
  107. border-top:0px;
  108. border-radius:25px;
  109. border-top-left-radius:0px;
  110. border-top-right-radius:0px;
  111. filter:drop-shadow(none);
  112. transition:none;
  113. }
  114. #u52781 {
  115. border-width:0px;
  116. position:absolute;
  117. left:29px;
  118. top:157px;
  119. width:375px;
  120. height:680px;
  121. display:flex;
  122. transition:none;
  123. transform-origin:50% 50%;
  124. }
  125. #u52781 .text {
  126. position:absolute;
  127. align-self:center;
  128. padding:2px 2px 2px 2px;
  129. box-sizing:border-box;
  130. width:100%;
  131. }
  132. #u52781_text {
  133. border-width:0px;
  134. word-wrap:break-word;
  135. text-transform:none;
  136. visibility:hidden;
  137. }
  138. #u52782_div {
  139. border-width:0px;
  140. position:absolute;
  141. left:0px;
  142. top:0px;
  143. width:73px;
  144. height:28px;
  145. background:inherit;
  146. background-color:rgba(255, 255, 255, 0);
  147. border-left:0px;
  148. border-top:0px;
  149. border-right:0px;
  150. border-radius:0px;
  151. border-bottom-right-radius:0px;
  152. border-bottom-left-radius:0px;
  153. filter:drop-shadow(none);
  154. transition:none;
  155. font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
  156. font-weight:500;
  157. font-style:normal;
  158. font-size:18px;
  159. text-align:center;
  160. line-height:30px;
  161. }
  162. #u52782 {
  163. border-width:0px;
  164. position:absolute;
  165. left:180px;
  166. top:167px;
  167. width:73px;
  168. height:28px;
  169. display:flex;
  170. transition:none;
  171. transform-origin:50% 50%;
  172. font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
  173. font-weight:500;
  174. font-style:normal;
  175. font-size:18px;
  176. text-align:center;
  177. line-height:30px;
  178. }
  179. #u52782 .text {
  180. position:absolute;
  181. align-self:flex-start;
  182. padding:0px 0px 0px 0px;
  183. box-sizing:border-box;
  184. width:100%;
  185. }
  186. #u52782_text {
  187. border-width:0px;
  188. white-space:nowrap;
  189. text-transform:none;
  190. }
  191. #u52783_div {
  192. border-width:0px;
  193. position:absolute;
  194. left:0px;
  195. top:0px;
  196. width:25px;
  197. height:28px;
  198. background:inherit;
  199. background-color:rgba(255, 255, 255, 0);
  200. border-left:0px;
  201. border-top:0px;
  202. border-right:0px;
  203. border-radius:0px;
  204. border-bottom-right-radius:0px;
  205. border-bottom-left-radius:0px;
  206. filter:drop-shadow(none);
  207. transition:none;
  208. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  209. font-weight:400;
  210. font-style:normal;
  211. font-size:12px;
  212. color:#0089FE;
  213. line-height:30px;
  214. }
  215. #u52783 {
  216. border-width:0px;
  217. position:absolute;
  218. left:369px;
  219. top:167px;
  220. width:25px;
  221. height:28px;
  222. display:flex;
  223. transition:none;
  224. transform-origin:50% 50%;
  225. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  226. font-weight:400;
  227. font-style:normal;
  228. font-size:12px;
  229. color:#0089FE;
  230. line-height:30px;
  231. }
  232. #u52783 .text {
  233. position:absolute;
  234. align-self:flex-start;
  235. padding:0px 0px 0px 0px;
  236. box-sizing:border-box;
  237. width:100%;
  238. }
  239. #u52783_text {
  240. border-width:0px;
  241. white-space:nowrap;
  242. text-transform:none;
  243. }
  244. #u52784_div {
  245. border-width:0px;
  246. position:absolute;
  247. left:0px;
  248. top:0px;
  249. width:375px;
  250. height:40px;
  251. background:inherit;
  252. background-color:rgba(255, 255, 255, 1);
  253. box-sizing:border-box;
  254. border-width:1px;
  255. border-style:solid;
  256. border-color:rgba(242, 242, 242, 1);
  257. border-left:0px;
  258. border-right:0px;
  259. border-radius:0px;
  260. border-top-left-radius:0px;
  261. border-top-right-radius:0px;
  262. border-bottom-right-radius:0px;
  263. border-bottom-left-radius:0px;
  264. filter:drop-shadow(none);
  265. transition:none;
  266. }
  267. #u52784 {
  268. border-width:0px;
  269. position:absolute;
  270. left:29px;
  271. top:207px;
  272. width:375px;
  273. height:40px;
  274. display:flex;
  275. transition:none;
  276. transform-origin:50% 50%;
  277. }
  278. #u52784 .text {
  279. position:absolute;
  280. align-self:center;
  281. padding:2px 2px 2px 2px;
  282. box-sizing:border-box;
  283. width:100%;
  284. }
  285. #u52784_text {
  286. border-width:0px;
  287. word-wrap:break-word;
  288. text-transform:none;
  289. visibility:hidden;
  290. }
  291. #u52785 {
  292. border-width:0px;
  293. position:absolute;
  294. left:29px;
  295. top:247px;
  296. width:375px;
  297. height:593px;
  298. }
  299. #u52785_state0 {
  300. border-width:0px;
  301. position:absolute;
  302. left:0px;
  303. top:0px;
  304. width:375px;
  305. height:593px;
  306. overflow:auto;
  307. -webkit-overflow-scrolling:touch;
  308. -ms-overflow-x:hidden;
  309. overflow-x:hidden;
  310. background-image:none;
  311. border-radius:0px;
  312. -moz-box-shadow:none;
  313. -webkit-box-shadow:none;
  314. box-shadow:none;
  315. }
  316. #u52785_state0_content {
  317. border-width:0px;
  318. position:absolute;
  319. left:0px;
  320. top:0px;
  321. width:1px;
  322. height:1px;
  323. }
  324. #u52786 {
  325. border-width:0px;
  326. position:absolute;
  327. left:0px;
  328. top:0px;
  329. width:0px;
  330. height:0px;
  331. }
  332. #u52787_div {
  333. border-width:0px;
  334. position:absolute;
  335. left:0px;
  336. top:0px;
  337. width:375px;
  338. height:200px;
  339. background:inherit;
  340. background-color:rgba(255, 255, 255, 1);
  341. box-sizing:border-box;
  342. border-width:1px;
  343. border-style:solid;
  344. border-color:rgba(242, 242, 242, 1);
  345. border-left:0px;
  346. border-right:0px;
  347. border-radius:0px;
  348. border-top-left-radius:0px;
  349. border-top-right-radius:0px;
  350. border-bottom-right-radius:0px;
  351. border-bottom-left-radius:0px;
  352. filter:drop-shadow(none);
  353. transition:none;
  354. }
  355. #u52787 {
  356. border-width:0px;
  357. position:absolute;
  358. left:0px;
  359. top:0px;
  360. width:375px;
  361. height:200px;
  362. display:flex;
  363. transition:none;
  364. transform-origin:50% 50%;
  365. }
  366. #u52787 .text {
  367. position:absolute;
  368. align-self:center;
  369. padding:2px 2px 2px 2px;
  370. box-sizing:border-box;
  371. width:100%;
  372. }
  373. #u52787_text {
  374. border-width:0px;
  375. word-wrap:break-word;
  376. text-transform:none;
  377. visibility:hidden;
  378. }
  379. #u52788 {
  380. border-width:0px;
  381. position:absolute;
  382. left:0px;
  383. top:0px;
  384. width:0px;
  385. height:0px;
  386. }
  387. #u52789_div {
  388. border-width:0px;
  389. position:absolute;
  390. left:0px;
  391. top:0px;
  392. width:71px;
  393. height:150px;
  394. background:inherit;
  395. background-color:rgba(255, 255, 255, 0);
  396. border-left:0px;
  397. border-top:0px;
  398. border-right:0px;
  399. border-radius:0px;
  400. border-bottom-right-radius:0px;
  401. border-bottom-left-radius:0px;
  402. filter:drop-shadow(none);
  403. transition:none;
  404. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  405. font-weight:400;
  406. font-style:normal;
  407. font-size:14px;
  408. color:#AAAAAA;
  409. line-height:30px;
  410. }
  411. #u52789 {
  412. border-width:0px;
  413. position:absolute;
  414. left:20px;
  415. top:38px;
  416. width:71px;
  417. height:150px;
  418. display:flex;
  419. transition:none;
  420. transform-origin:50% 50%;
  421. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  422. font-weight:400;
  423. font-style:normal;
  424. font-size:14px;
  425. color:#AAAAAA;
  426. line-height:30px;
  427. }
  428. #u52789 .text {
  429. position:absolute;
  430. align-self:flex-start;
  431. padding:0px 0px 0px 0px;
  432. box-sizing:border-box;
  433. width:100%;
  434. }
  435. #u52789_text {
  436. border-width:0px;
  437. white-space:nowrap;
  438. text-transform:none;
  439. }
  440. #u52790_div {
  441. border-width:0px;
  442. position:absolute;
  443. left:0px;
  444. top:0px;
  445. width:85px;
  446. height:150px;
  447. background:inherit;
  448. background-color:rgba(255, 255, 255, 0);
  449. border-left:0px;
  450. border-top:0px;
  451. border-right:0px;
  452. border-radius:0px;
  453. border-bottom-right-radius:0px;
  454. border-bottom-left-radius:0px;
  455. filter:drop-shadow(none);
  456. transition:none;
  457. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  458. font-weight:400;
  459. font-style:normal;
  460. font-size:14px;
  461. line-height:30px;
  462. }
  463. #u52790 {
  464. border-width:0px;
  465. position:absolute;
  466. left:91px;
  467. top:38px;
  468. width:85px;
  469. height:150px;
  470. display:flex;
  471. transition:none;
  472. transform-origin:50% 50%;
  473. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  474. font-weight:400;
  475. font-style:normal;
  476. font-size:14px;
  477. line-height:30px;
  478. }
  479. #u52790 .text {
  480. position:absolute;
  481. align-self:flex-start;
  482. padding:0px 0px 0px 0px;
  483. box-sizing:border-box;
  484. width:100%;
  485. }
  486. #u52790_text {
  487. border-width:0px;
  488. white-space:nowrap;
  489. text-transform:none;
  490. }
  491. #u52791_div {
  492. border-width:0px;
  493. position:absolute;
  494. left:0px;
  495. top:0px;
  496. width:10px;
  497. height:10px;
  498. background:inherit;
  499. background-color:rgba(255, 255, 255, 0);
  500. box-sizing:border-box;
  501. border-width:2px;
  502. border-style:solid;
  503. border-color:rgba(215, 215, 215, 1);
  504. border-right:0px;
  505. border-bottom:0px;
  506. border-radius:0px;
  507. border-top-right-radius:0px;
  508. border-bottom-left-radius:0px;
  509. filter:drop-shadow(none);
  510. transition:none;
  511. }
  512. #u52791 {
  513. border-width:0px;
  514. position:absolute;
  515. left:348px;
  516. top:16px;
  517. width:10px;
  518. height:10px;
  519. display:flex;
  520. -webkit-transform:rotate(130deg);
  521. -moz-transform:rotate(130deg);
  522. -ms-transform:rotate(130deg);
  523. transform:rotate(130deg);
  524. transition:none;
  525. transform-origin:50% 50%;
  526. }
  527. #u52791 .text {
  528. position:absolute;
  529. align-self:center;
  530. padding:2px 2px 2px 2px;
  531. box-sizing:border-box;
  532. width:100%;
  533. }
  534. #u52791_text {
  535. border-width:0px;
  536. word-wrap:break-word;
  537. text-transform:none;
  538. visibility:hidden;
  539. }
  540. #u52792_div {
  541. border-width:0px;
  542. position:absolute;
  543. left:0px;
  544. top:0px;
  545. width:35px;
  546. height:20px;
  547. background:inherit;
  548. background-color:rgba(255, 255, 255, 0);
  549. border-left:0px;
  550. border-top:0px;
  551. border-right:0px;
  552. border-radius:0px;
  553. border-bottom-right-radius:0px;
  554. border-bottom-left-radius:0px;
  555. filter:drop-shadow(none);
  556. transition:none;
  557. font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
  558. font-weight:500;
  559. font-style:normal;
  560. font-size:14px;
  561. }
  562. #u52792 {
  563. border-width:0px;
  564. position:absolute;
  565. left:20px;
  566. top:10px;
  567. width:35px;
  568. height:20px;
  569. display:flex;
  570. transition:none;
  571. transform-origin:50% 50%;
  572. font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
  573. font-weight:500;
  574. font-style:normal;
  575. font-size:14px;
  576. }
  577. #u52792 .text {
  578. position:absolute;
  579. align-self:flex-start;
  580. padding:0px 0px 0px 0px;
  581. box-sizing:border-box;
  582. width:100%;
  583. }
  584. #u52792_text {
  585. border-width:0px;
  586. white-space:nowrap;
  587. text-transform:none;
  588. }
  589. #u52793 {
  590. border-width:0px;
  591. position:absolute;
  592. left:0px;
  593. top:0px;
  594. width:0px;
  595. height:0px;
  596. }
  597. #u52794_div {
  598. border-width:0px;
  599. position:absolute;
  600. left:0px;
  601. top:0px;
  602. width:375px;
  603. height:200px;
  604. background:inherit;
  605. background-color:rgba(255, 255, 255, 1);
  606. box-sizing:border-box;
  607. border-width:1px;
  608. border-style:solid;
  609. border-color:rgba(242, 242, 242, 1);
  610. border-left:0px;
  611. border-right:0px;
  612. border-radius:0px;
  613. border-top-left-radius:0px;
  614. border-top-right-radius:0px;
  615. border-bottom-right-radius:0px;
  616. border-bottom-left-radius:0px;
  617. filter:drop-shadow(none);
  618. transition:none;
  619. }
  620. #u52794 {
  621. border-width:0px;
  622. position:absolute;
  623. left:0px;
  624. top:201px;
  625. width:375px;
  626. height:200px;
  627. display:flex;
  628. transition:none;
  629. transform-origin:50% 50%;
  630. }
  631. #u52794 .text {
  632. position:absolute;
  633. align-self:center;
  634. padding:2px 2px 2px 2px;
  635. box-sizing:border-box;
  636. width:100%;
  637. }
  638. #u52794_text {
  639. border-width:0px;
  640. word-wrap:break-word;
  641. text-transform:none;
  642. visibility:hidden;
  643. }
  644. #u52795 {
  645. border-width:0px;
  646. position:absolute;
  647. left:0px;
  648. top:0px;
  649. width:0px;
  650. height:0px;
  651. }
  652. #u52796_div {
  653. border-width:0px;
  654. position:absolute;
  655. left:0px;
  656. top:0px;
  657. width:71px;
  658. height:150px;
  659. background:inherit;
  660. background-color:rgba(255, 255, 255, 0);
  661. border-left:0px;
  662. border-top:0px;
  663. border-right:0px;
  664. border-radius:0px;
  665. border-bottom-right-radius:0px;
  666. border-bottom-left-radius:0px;
  667. filter:drop-shadow(none);
  668. transition:none;
  669. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  670. font-weight:400;
  671. font-style:normal;
  672. font-size:14px;
  673. color:#AAAAAA;
  674. line-height:30px;
  675. }
  676. #u52796 {
  677. border-width:0px;
  678. position:absolute;
  679. left:20px;
  680. top:239px;
  681. width:71px;
  682. height:150px;
  683. display:flex;
  684. transition:none;
  685. transform-origin:50% 50%;
  686. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  687. font-weight:400;
  688. font-style:normal;
  689. font-size:14px;
  690. color:#AAAAAA;
  691. line-height:30px;
  692. }
  693. #u52796 .text {
  694. position:absolute;
  695. align-self:flex-start;
  696. padding:0px 0px 0px 0px;
  697. box-sizing:border-box;
  698. width:100%;
  699. }
  700. #u52796_text {
  701. border-width:0px;
  702. white-space:nowrap;
  703. text-transform:none;
  704. }
  705. #u52797_div {
  706. border-width:0px;
  707. position:absolute;
  708. left:0px;
  709. top:0px;
  710. width:57px;
  711. height:150px;
  712. background:inherit;
  713. background-color:rgba(255, 255, 255, 0);
  714. border-left:0px;
  715. border-top:0px;
  716. border-right:0px;
  717. border-radius:0px;
  718. border-bottom-right-radius:0px;
  719. border-bottom-left-radius:0px;
  720. filter:drop-shadow(none);
  721. transition:none;
  722. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  723. font-weight:400;
  724. font-style:normal;
  725. font-size:14px;
  726. line-height:30px;
  727. }
  728. #u52797 {
  729. border-width:0px;
  730. position:absolute;
  731. left:91px;
  732. top:239px;
  733. width:57px;
  734. height:150px;
  735. display:flex;
  736. transition:none;
  737. transform-origin:50% 50%;
  738. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  739. font-weight:400;
  740. font-style:normal;
  741. font-size:14px;
  742. line-height:30px;
  743. }
  744. #u52797 .text {
  745. position:absolute;
  746. align-self:flex-start;
  747. padding:0px 0px 0px 0px;
  748. box-sizing:border-box;
  749. width:100%;
  750. }
  751. #u52797_text {
  752. border-width:0px;
  753. white-space:nowrap;
  754. text-transform:none;
  755. }
  756. #u52798_div {
  757. border-width:0px;
  758. position:absolute;
  759. left:0px;
  760. top:0px;
  761. width:10px;
  762. height:10px;
  763. background:inherit;
  764. background-color:rgba(255, 255, 255, 0);
  765. box-sizing:border-box;
  766. border-width:2px;
  767. border-style:solid;
  768. border-color:rgba(215, 215, 215, 1);
  769. border-right:0px;
  770. border-bottom:0px;
  771. border-radius:0px;
  772. border-top-right-radius:0px;
  773. border-bottom-left-radius:0px;
  774. filter:drop-shadow(none);
  775. transition:none;
  776. }
  777. #u52798 {
  778. border-width:0px;
  779. position:absolute;
  780. left:348px;
  781. top:217px;
  782. width:10px;
  783. height:10px;
  784. display:flex;
  785. -webkit-transform:rotate(130deg);
  786. -moz-transform:rotate(130deg);
  787. -ms-transform:rotate(130deg);
  788. transform:rotate(130deg);
  789. transition:none;
  790. transform-origin:50% 50%;
  791. }
  792. #u52798 .text {
  793. position:absolute;
  794. align-self:center;
  795. padding:2px 2px 2px 2px;
  796. box-sizing:border-box;
  797. width:100%;
  798. }
  799. #u52798_text {
  800. border-width:0px;
  801. word-wrap:break-word;
  802. text-transform:none;
  803. visibility:hidden;
  804. }
  805. #u52799_div {
  806. border-width:0px;
  807. position:absolute;
  808. left:0px;
  809. top:0px;
  810. width:37px;
  811. height:20px;
  812. background:inherit;
  813. background-color:rgba(255, 255, 255, 0);
  814. border-left:0px;
  815. border-top:0px;
  816. border-right:0px;
  817. border-radius:0px;
  818. border-bottom-right-radius:0px;
  819. border-bottom-left-radius:0px;
  820. filter:drop-shadow(none);
  821. transition:none;
  822. font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
  823. font-weight:500;
  824. font-style:normal;
  825. font-size:14px;
  826. }
  827. #u52799 {
  828. border-width:0px;
  829. position:absolute;
  830. left:20px;
  831. top:212px;
  832. width:37px;
  833. height:20px;
  834. display:flex;
  835. transition:none;
  836. transform-origin:50% 50%;
  837. font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
  838. font-weight:500;
  839. font-style:normal;
  840. font-size:14px;
  841. }
  842. #u52799 .text {
  843. position:absolute;
  844. align-self:flex-start;
  845. padding:0px 0px 0px 0px;
  846. box-sizing:border-box;
  847. width:100%;
  848. }
  849. #u52799_text {
  850. border-width:0px;
  851. white-space:nowrap;
  852. text-transform:none;
  853. }
  854. #u52800 {
  855. border-width:0px;
  856. position:absolute;
  857. left:0px;
  858. top:0px;
  859. width:0px;
  860. height:0px;
  861. }
  862. #u52801_div {
  863. border-width:0px;
  864. position:absolute;
  865. left:0px;
  866. top:0px;
  867. width:375px;
  868. height:200px;
  869. background:inherit;
  870. background-color:rgba(255, 255, 255, 1);
  871. box-sizing:border-box;
  872. border-width:1px;
  873. border-style:solid;
  874. border-color:rgba(242, 242, 242, 1);
  875. border-left:0px;
  876. border-right:0px;
  877. border-radius:0px;
  878. border-top-left-radius:0px;
  879. border-top-right-radius:0px;
  880. border-bottom-right-radius:0px;
  881. border-bottom-left-radius:0px;
  882. filter:drop-shadow(none);
  883. transition:none;
  884. }
  885. #u52801 {
  886. border-width:0px;
  887. position:absolute;
  888. left:0px;
  889. top:402px;
  890. width:375px;
  891. height:200px;
  892. display:flex;
  893. transition:none;
  894. transform-origin:50% 50%;
  895. }
  896. #u52801 .text {
  897. position:absolute;
  898. align-self:center;
  899. padding:2px 2px 2px 2px;
  900. box-sizing:border-box;
  901. width:100%;
  902. }
  903. #u52801_text {
  904. border-width:0px;
  905. word-wrap:break-word;
  906. text-transform:none;
  907. visibility:hidden;
  908. }
  909. #u52802 {
  910. border-width:0px;
  911. position:absolute;
  912. left:0px;
  913. top:0px;
  914. width:0px;
  915. height:0px;
  916. }
  917. #u52803_div {
  918. border-width:0px;
  919. position:absolute;
  920. left:0px;
  921. top:0px;
  922. width:71px;
  923. height:150px;
  924. background:inherit;
  925. background-color:rgba(255, 255, 255, 0);
  926. border-left:0px;
  927. border-top:0px;
  928. border-right:0px;
  929. border-radius:0px;
  930. border-bottom-right-radius:0px;
  931. border-bottom-left-radius:0px;
  932. filter:drop-shadow(none);
  933. transition:none;
  934. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  935. font-weight:400;
  936. font-style:normal;
  937. font-size:14px;
  938. color:#AAAAAA;
  939. line-height:30px;
  940. }
  941. #u52803 {
  942. border-width:0px;
  943. position:absolute;
  944. left:20px;
  945. top:440px;
  946. width:71px;
  947. height:150px;
  948. display:flex;
  949. transition:none;
  950. transform-origin:50% 50%;
  951. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  952. font-weight:400;
  953. font-style:normal;
  954. font-size:14px;
  955. color:#AAAAAA;
  956. line-height:30px;
  957. }
  958. #u52803 .text {
  959. position:absolute;
  960. align-self:flex-start;
  961. padding:0px 0px 0px 0px;
  962. box-sizing:border-box;
  963. width:100%;
  964. }
  965. #u52803_text {
  966. border-width:0px;
  967. white-space:nowrap;
  968. text-transform:none;
  969. }
  970. #u52804_div {
  971. border-width:0px;
  972. position:absolute;
  973. left:0px;
  974. top:0px;
  975. width:57px;
  976. height:150px;
  977. background:inherit;
  978. background-color:rgba(255, 255, 255, 0);
  979. border-left:0px;
  980. border-top:0px;
  981. border-right:0px;
  982. border-radius:0px;
  983. border-bottom-right-radius:0px;
  984. border-bottom-left-radius:0px;
  985. filter:drop-shadow(none);
  986. transition:none;
  987. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  988. font-weight:400;
  989. font-style:normal;
  990. font-size:14px;
  991. line-height:30px;
  992. }
  993. #u52804 {
  994. border-width:0px;
  995. position:absolute;
  996. left:91px;
  997. top:440px;
  998. width:57px;
  999. height:150px;
  1000. display:flex;
  1001. transition:none;
  1002. transform-origin:50% 50%;
  1003. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1004. font-weight:400;
  1005. font-style:normal;
  1006. font-size:14px;
  1007. line-height:30px;
  1008. }
  1009. #u52804 .text {
  1010. position:absolute;
  1011. align-self:flex-start;
  1012. padding:0px 0px 0px 0px;
  1013. box-sizing:border-box;
  1014. width:100%;
  1015. }
  1016. #u52804_text {
  1017. border-width:0px;
  1018. white-space:nowrap;
  1019. text-transform:none;
  1020. }
  1021. #u52805_div {
  1022. border-width:0px;
  1023. position:absolute;
  1024. left:0px;
  1025. top:0px;
  1026. width:10px;
  1027. height:10px;
  1028. background:inherit;
  1029. background-color:rgba(255, 255, 255, 0);
  1030. box-sizing:border-box;
  1031. border-width:2px;
  1032. border-style:solid;
  1033. border-color:rgba(215, 215, 215, 1);
  1034. border-right:0px;
  1035. border-bottom:0px;
  1036. border-radius:0px;
  1037. border-top-right-radius:0px;
  1038. border-bottom-left-radius:0px;
  1039. filter:drop-shadow(none);
  1040. transition:none;
  1041. }
  1042. #u52805 {
  1043. border-width:0px;
  1044. position:absolute;
  1045. left:348px;
  1046. top:418px;
  1047. width:10px;
  1048. height:10px;
  1049. display:flex;
  1050. -webkit-transform:rotate(130deg);
  1051. -moz-transform:rotate(130deg);
  1052. -ms-transform:rotate(130deg);
  1053. transform:rotate(130deg);
  1054. transition:none;
  1055. transform-origin:50% 50%;
  1056. }
  1057. #u52805 .text {
  1058. position:absolute;
  1059. align-self:center;
  1060. padding:2px 2px 2px 2px;
  1061. box-sizing:border-box;
  1062. width:100%;
  1063. }
  1064. #u52805_text {
  1065. border-width:0px;
  1066. word-wrap:break-word;
  1067. text-transform:none;
  1068. visibility:hidden;
  1069. }
  1070. #u52806_div {
  1071. border-width:0px;
  1072. position:absolute;
  1073. left:0px;
  1074. top:0px;
  1075. width:37px;
  1076. height:20px;
  1077. background:inherit;
  1078. background-color:rgba(255, 255, 255, 0);
  1079. border-left:0px;
  1080. border-top:0px;
  1081. border-right:0px;
  1082. border-radius:0px;
  1083. border-bottom-right-radius:0px;
  1084. border-bottom-left-radius:0px;
  1085. filter:drop-shadow(none);
  1086. transition:none;
  1087. font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
  1088. font-weight:500;
  1089. font-style:normal;
  1090. font-size:14px;
  1091. }
  1092. #u52806 {
  1093. border-width:0px;
  1094. position:absolute;
  1095. left:20px;
  1096. top:413px;
  1097. width:37px;
  1098. height:20px;
  1099. display:flex;
  1100. transition:none;
  1101. transform-origin:50% 50%;
  1102. font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
  1103. font-weight:500;
  1104. font-style:normal;
  1105. font-size:14px;
  1106. }
  1107. #u52806 .text {
  1108. position:absolute;
  1109. align-self:flex-start;
  1110. padding:0px 0px 0px 0px;
  1111. box-sizing:border-box;
  1112. width:100%;
  1113. }
  1114. #u52806_text {
  1115. border-width:0px;
  1116. white-space:nowrap;
  1117. text-transform:none;
  1118. }
  1119. #u52807 {
  1120. border-width:0px;
  1121. position:absolute;
  1122. left:0px;
  1123. top:0px;
  1124. width:0px;
  1125. height:0px;
  1126. }
  1127. #u52808_div {
  1128. border-width:0px;
  1129. position:absolute;
  1130. left:0px;
  1131. top:0px;
  1132. width:375px;
  1133. height:200px;
  1134. background:inherit;
  1135. background-color:rgba(255, 255, 255, 1);
  1136. box-sizing:border-box;
  1137. border-width:1px;
  1138. border-style:solid;
  1139. border-color:rgba(242, 242, 242, 1);
  1140. border-left:0px;
  1141. border-right:0px;
  1142. border-radius:0px;
  1143. border-top-left-radius:0px;
  1144. border-top-right-radius:0px;
  1145. border-bottom-right-radius:0px;
  1146. border-bottom-left-radius:0px;
  1147. filter:drop-shadow(none);
  1148. transition:none;
  1149. }
  1150. #u52808 {
  1151. border-width:0px;
  1152. position:absolute;
  1153. left:0px;
  1154. top:602px;
  1155. width:375px;
  1156. height:200px;
  1157. display:flex;
  1158. transition:none;
  1159. transform-origin:50% 50%;
  1160. }
  1161. #u52808 .text {
  1162. position:absolute;
  1163. align-self:center;
  1164. padding:2px 2px 2px 2px;
  1165. box-sizing:border-box;
  1166. width:100%;
  1167. }
  1168. #u52808_text {
  1169. border-width:0px;
  1170. word-wrap:break-word;
  1171. text-transform:none;
  1172. visibility:hidden;
  1173. }
  1174. #u52809 {
  1175. border-width:0px;
  1176. position:absolute;
  1177. left:0px;
  1178. top:0px;
  1179. width:0px;
  1180. height:0px;
  1181. }
  1182. #u52810_div {
  1183. border-width:0px;
  1184. position:absolute;
  1185. left:0px;
  1186. top:0px;
  1187. width:71px;
  1188. height:150px;
  1189. background:inherit;
  1190. background-color:rgba(255, 255, 255, 0);
  1191. border-left:0px;
  1192. border-top:0px;
  1193. border-right:0px;
  1194. border-radius:0px;
  1195. border-bottom-right-radius:0px;
  1196. border-bottom-left-radius:0px;
  1197. filter:drop-shadow(none);
  1198. transition:none;
  1199. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1200. font-weight:400;
  1201. font-style:normal;
  1202. font-size:14px;
  1203. color:#AAAAAA;
  1204. line-height:30px;
  1205. }
  1206. #u52810 {
  1207. border-width:0px;
  1208. position:absolute;
  1209. left:20px;
  1210. top:640px;
  1211. width:71px;
  1212. height:150px;
  1213. display:flex;
  1214. transition:none;
  1215. transform-origin:50% 50%;
  1216. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1217. font-weight:400;
  1218. font-style:normal;
  1219. font-size:14px;
  1220. color:#AAAAAA;
  1221. line-height:30px;
  1222. }
  1223. #u52810 .text {
  1224. position:absolute;
  1225. align-self:flex-start;
  1226. padding:0px 0px 0px 0px;
  1227. box-sizing:border-box;
  1228. width:100%;
  1229. }
  1230. #u52810_text {
  1231. border-width:0px;
  1232. white-space:nowrap;
  1233. text-transform:none;
  1234. }
  1235. #u52811_div {
  1236. border-width:0px;
  1237. position:absolute;
  1238. left:0px;
  1239. top:0px;
  1240. width:57px;
  1241. height:150px;
  1242. background:inherit;
  1243. background-color:rgba(255, 255, 255, 0);
  1244. border-left:0px;
  1245. border-top:0px;
  1246. border-right:0px;
  1247. border-radius:0px;
  1248. border-bottom-right-radius:0px;
  1249. border-bottom-left-radius:0px;
  1250. filter:drop-shadow(none);
  1251. transition:none;
  1252. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1253. font-weight:400;
  1254. font-style:normal;
  1255. font-size:14px;
  1256. line-height:30px;
  1257. }
  1258. #u52811 {
  1259. border-width:0px;
  1260. position:absolute;
  1261. left:91px;
  1262. top:640px;
  1263. width:57px;
  1264. height:150px;
  1265. display:flex;
  1266. transition:none;
  1267. transform-origin:50% 50%;
  1268. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1269. font-weight:400;
  1270. font-style:normal;
  1271. font-size:14px;
  1272. line-height:30px;
  1273. }
  1274. #u52811 .text {
  1275. position:absolute;
  1276. align-self:flex-start;
  1277. padding:0px 0px 0px 0px;
  1278. box-sizing:border-box;
  1279. width:100%;
  1280. }
  1281. #u52811_text {
  1282. border-width:0px;
  1283. white-space:nowrap;
  1284. text-transform:none;
  1285. }
  1286. #u52812_div {
  1287. border-width:0px;
  1288. position:absolute;
  1289. left:0px;
  1290. top:0px;
  1291. width:10px;
  1292. height:10px;
  1293. background:inherit;
  1294. background-color:rgba(255, 255, 255, 0);
  1295. box-sizing:border-box;
  1296. border-width:2px;
  1297. border-style:solid;
  1298. border-color:rgba(215, 215, 215, 1);
  1299. border-right:0px;
  1300. border-bottom:0px;
  1301. border-radius:0px;
  1302. border-top-right-radius:0px;
  1303. border-bottom-left-radius:0px;
  1304. filter:drop-shadow(none);
  1305. transition:none;
  1306. }
  1307. #u52812 {
  1308. border-width:0px;
  1309. position:absolute;
  1310. left:348px;
  1311. top:618px;
  1312. width:10px;
  1313. height:10px;
  1314. display:flex;
  1315. -webkit-transform:rotate(130deg);
  1316. -moz-transform:rotate(130deg);
  1317. -ms-transform:rotate(130deg);
  1318. transform:rotate(130deg);
  1319. transition:none;
  1320. transform-origin:50% 50%;
  1321. }
  1322. #u52812 .text {
  1323. position:absolute;
  1324. align-self:center;
  1325. padding:2px 2px 2px 2px;
  1326. box-sizing:border-box;
  1327. width:100%;
  1328. }
  1329. #u52812_text {
  1330. border-width:0px;
  1331. word-wrap:break-word;
  1332. text-transform:none;
  1333. visibility:hidden;
  1334. }
  1335. #u52813_div {
  1336. border-width:0px;
  1337. position:absolute;
  1338. left:0px;
  1339. top:0px;
  1340. width:37px;
  1341. height:20px;
  1342. background:inherit;
  1343. background-color:rgba(255, 255, 255, 0);
  1344. border-left:0px;
  1345. border-top:0px;
  1346. border-right:0px;
  1347. border-radius:0px;
  1348. border-bottom-right-radius:0px;
  1349. border-bottom-left-radius:0px;
  1350. filter:drop-shadow(none);
  1351. transition:none;
  1352. font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
  1353. font-weight:500;
  1354. font-style:normal;
  1355. font-size:14px;
  1356. }
  1357. #u52813 {
  1358. border-width:0px;
  1359. position:absolute;
  1360. left:20px;
  1361. top:613px;
  1362. width:37px;
  1363. height:20px;
  1364. display:flex;
  1365. transition:none;
  1366. transform-origin:50% 50%;
  1367. font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
  1368. font-weight:500;
  1369. font-style:normal;
  1370. font-size:14px;
  1371. }
  1372. #u52813 .text {
  1373. position:absolute;
  1374. align-self:flex-start;
  1375. padding:0px 0px 0px 0px;
  1376. box-sizing:border-box;
  1377. width:100%;
  1378. }
  1379. #u52813_text {
  1380. border-width:0px;
  1381. white-space:nowrap;
  1382. text-transform:none;
  1383. }
  1384. #u52814_div {
  1385. border-width:0px;
  1386. position:absolute;
  1387. left:0px;
  1388. top:0px;
  1389. width:68px;
  1390. height:28px;
  1391. background:inherit;
  1392. background-color:rgba(255, 255, 255, 0);
  1393. border-left:0px;
  1394. border-top:0px;
  1395. border-right:0px;
  1396. border-radius:0px;
  1397. border-bottom-right-radius:0px;
  1398. border-bottom-left-radius:0px;
  1399. filter:drop-shadow(none);
  1400. transition:none;
  1401. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1402. font-weight:400;
  1403. font-style:normal;
  1404. font-size:12px;
  1405. color:#AAAAAA;
  1406. line-height:30px;
  1407. }
  1408. #u52814 {
  1409. border-width:0px;
  1410. position:absolute;
  1411. left:39px;
  1412. top:212px;
  1413. width:68px;
  1414. height:28px;
  1415. display:flex;
  1416. transition:none;
  1417. transform-origin:50% 50%;
  1418. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1419. font-weight:400;
  1420. font-style:normal;
  1421. font-size:12px;
  1422. color:#AAAAAA;
  1423. line-height:30px;
  1424. }
  1425. #u52814 .text {
  1426. position:absolute;
  1427. align-self:flex-start;
  1428. padding:0px 0px 0px 0px;
  1429. box-sizing:border-box;
  1430. width:100%;
  1431. }
  1432. #u52814_text {
  1433. border-width:0px;
  1434. white-space:nowrap;
  1435. text-transform:none;
  1436. }