styles.css 21 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195
  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. #u105_img {
  20. border-width:0px;
  21. position:absolute;
  22. left:0px;
  23. top:0px;
  24. width:433px;
  25. height:865px;
  26. }
  27. #u105 {
  28. border-width:0px;
  29. position:absolute;
  30. left:0px;
  31. top:0px;
  32. width:433px;
  33. height:865px;
  34. display:flex;
  35. }
  36. #u105 .text {
  37. position:absolute;
  38. align-self:center;
  39. padding:2px 2px 2px 2px;
  40. box-sizing:border-box;
  41. width:100%;
  42. }
  43. #u105_text {
  44. border-width:0px;
  45. word-wrap:break-word;
  46. text-transform:none;
  47. visibility:hidden;
  48. }
  49. #u106_div {
  50. border-width:0px;
  51. position:absolute;
  52. left:0px;
  53. top:0px;
  54. width:375px;
  55. height:40px;
  56. background:inherit;
  57. background-color:rgba(255, 255, 255, 1);
  58. box-sizing:border-box;
  59. border-width:1px;
  60. border-style:solid;
  61. border-color:rgba(215, 215, 215, 1);
  62. border-left:0px;
  63. border-top:0px;
  64. border-right:0px;
  65. border-radius:0px;
  66. border-bottom-right-radius:0px;
  67. border-bottom-left-radius:0px;
  68. -moz-box-shadow:none;
  69. -webkit-box-shadow:none;
  70. box-shadow:none;
  71. }
  72. #u106 {
  73. border-width:0px;
  74. position:absolute;
  75. left:29px;
  76. top:67px;
  77. width:375px;
  78. height:40px;
  79. display:flex;
  80. }
  81. #u106 .text {
  82. position:absolute;
  83. align-self:center;
  84. padding:2px 2px 2px 2px;
  85. box-sizing:border-box;
  86. width:100%;
  87. }
  88. #u106_text {
  89. border-width:0px;
  90. word-wrap:break-word;
  91. text-transform:none;
  92. visibility:hidden;
  93. }
  94. #u107_img {
  95. border-width:0px;
  96. position:absolute;
  97. left:0px;
  98. top:0px;
  99. width:375px;
  100. height:44px;
  101. }
  102. #u107 {
  103. border-width:0px;
  104. position:absolute;
  105. left:29px;
  106. top:24px;
  107. width:375px;
  108. height:44px;
  109. display:flex;
  110. }
  111. #u107 .text {
  112. position:absolute;
  113. align-self:center;
  114. padding:2px 2px 2px 2px;
  115. box-sizing:border-box;
  116. width:100%;
  117. }
  118. #u107_text {
  119. border-width:0px;
  120. word-wrap:break-word;
  121. text-transform:none;
  122. visibility:hidden;
  123. }
  124. #u108_div {
  125. border-width:0px;
  126. position:absolute;
  127. left:0px;
  128. top:0px;
  129. width:375px;
  130. height:681px;
  131. background:inherit;
  132. background-color:rgba(242, 242, 242, 0.462745098039216);
  133. border:none;
  134. border-radius:0px;
  135. -moz-box-shadow:none;
  136. -webkit-box-shadow:none;
  137. box-shadow:none;
  138. }
  139. #u108 {
  140. border-width:0px;
  141. position:absolute;
  142. left:29px;
  143. top:107px;
  144. width:375px;
  145. height:681px;
  146. display:flex;
  147. }
  148. #u108 .text {
  149. position:absolute;
  150. align-self:center;
  151. padding:2px 2px 2px 2px;
  152. box-sizing:border-box;
  153. width:100%;
  154. }
  155. #u108_text {
  156. border-width:0px;
  157. word-wrap:break-word;
  158. text-transform:none;
  159. visibility:hidden;
  160. }
  161. #u109_div {
  162. border-width:0px;
  163. position:absolute;
  164. left:0px;
  165. top:0px;
  166. width:375px;
  167. height:732px;
  168. background:inherit;
  169. background-color:rgba(255, 255, 255, 0.996078431372549);
  170. border:none;
  171. border-top:0px;
  172. border-radius:28px;
  173. border-top-left-radius:0px;
  174. border-top-right-radius:0px;
  175. -moz-box-shadow:none;
  176. -webkit-box-shadow:none;
  177. box-shadow:none;
  178. }
  179. #u109 {
  180. border-width:0px;
  181. position:absolute;
  182. left:29px;
  183. top:107px;
  184. width:375px;
  185. height:732px;
  186. display:flex;
  187. }
  188. #u109 .text {
  189. position:absolute;
  190. align-self:center;
  191. padding:2px 2px 2px 2px;
  192. box-sizing:border-box;
  193. width:100%;
  194. }
  195. #u109_text {
  196. border-width:0px;
  197. word-wrap:break-word;
  198. text-transform:none;
  199. visibility:hidden;
  200. }
  201. #u110 {
  202. border-width:0px;
  203. position:absolute;
  204. left:0px;
  205. top:0px;
  206. width:0px;
  207. height:0px;
  208. }
  209. #u111_div {
  210. border-width:0px;
  211. position:absolute;
  212. left:0px;
  213. top:0px;
  214. width:91px;
  215. height:25px;
  216. background:inherit;
  217. background-color:rgba(255, 255, 255, 0);
  218. border:none;
  219. border-radius:0px;
  220. -moz-box-shadow:none;
  221. -webkit-box-shadow:none;
  222. box-shadow:none;
  223. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  224. font-weight:400;
  225. font-style:normal;
  226. font-size:18px;
  227. color:#000000;
  228. }
  229. #u111 {
  230. border-width:0px;
  231. position:absolute;
  232. left:50px;
  233. top:117px;
  234. width:91px;
  235. height:25px;
  236. display:flex;
  237. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  238. font-weight:400;
  239. font-style:normal;
  240. font-size:18px;
  241. color:#000000;
  242. }
  243. #u111 .text {
  244. position:absolute;
  245. align-self:flex-start;
  246. padding:0px 0px 0px 0px;
  247. box-sizing:border-box;
  248. width:100%;
  249. }
  250. #u111_text {
  251. border-width:0px;
  252. white-space:nowrap;
  253. text-transform:none;
  254. }
  255. #u112_input {
  256. position:absolute;
  257. left:0px;
  258. top:0px;
  259. width:53px;
  260. height:24px;
  261. padding:2px 2px 2px 2px;
  262. font-family:'ArialMT', 'Arial', sans-serif;
  263. font-weight:400;
  264. font-style:normal;
  265. font-size:18px;
  266. letter-spacing:normal;
  267. color:#000000;
  268. vertical-align:none;
  269. text-align:left;
  270. text-transform:none;
  271. background-color:transparent;
  272. border-color:transparent;
  273. }
  274. #u112_input.disabled {
  275. position:absolute;
  276. left:0px;
  277. top:0px;
  278. width:53px;
  279. height:24px;
  280. padding:2px 2px 2px 2px;
  281. font-family:'ArialMT', 'Arial', sans-serif;
  282. font-weight:400;
  283. font-style:normal;
  284. font-size:18px;
  285. letter-spacing:normal;
  286. color:#000000;
  287. vertical-align:none;
  288. text-align:left;
  289. text-transform:none;
  290. background-color:transparent;
  291. border-color:transparent;
  292. }
  293. #u112_div {
  294. border-width:0px;
  295. position:absolute;
  296. left:0px;
  297. top:0px;
  298. width:53px;
  299. height:24px;
  300. background:inherit;
  301. background-color:rgba(255, 255, 255, 1);
  302. border:none;
  303. border-radius:0px;
  304. -moz-box-shadow:none;
  305. -webkit-box-shadow:none;
  306. box-shadow:none;
  307. font-size:18px;
  308. }
  309. #u112 {
  310. border-width:0px;
  311. position:absolute;
  312. left:141px;
  313. top:116px;
  314. width:53px;
  315. height:24px;
  316. display:flex;
  317. font-size:18px;
  318. }
  319. #u112 .text {
  320. position:absolute;
  321. align-self:flex-start;
  322. padding:2px 2px 2px 2px;
  323. box-sizing:border-box;
  324. width:100%;
  325. }
  326. #u112_div.disabled {
  327. border-width:0px;
  328. position:absolute;
  329. left:0px;
  330. top:0px;
  331. width:53px;
  332. height:24px;
  333. background:inherit;
  334. background-color:rgba(240, 240, 240, 1);
  335. border:none;
  336. border-radius:0px;
  337. -moz-box-shadow:none;
  338. -webkit-box-shadow:none;
  339. box-shadow:none;
  340. font-size:18px;
  341. }
  342. #u112.disabled {
  343. }
  344. .u112_input_option {
  345. font-size:18px;
  346. }
  347. #u113 label {
  348. left:0px;
  349. width:100%;
  350. }
  351. #u113_img {
  352. border-width:0px;
  353. position:absolute;
  354. left:0px;
  355. top:7px;
  356. width:12px;
  357. height:12px;
  358. }
  359. #u113 {
  360. border-width:0px;
  361. position:absolute;
  362. left:241px;
  363. top:117px;
  364. width:100px;
  365. height:25px;
  366. display:flex;
  367. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  368. font-weight:400;
  369. font-style:normal;
  370. font-size:18px;
  371. }
  372. #u113 .text {
  373. position:absolute;
  374. align-self:center;
  375. padding:0px 2px 0px 2px;
  376. box-sizing:border-box;
  377. }
  378. #u113_img.selected {
  379. }
  380. #u113.selected {
  381. }
  382. #u113_img.disabled {
  383. }
  384. #u113.disabled {
  385. }
  386. #u113_img.selectedDisabled {
  387. }
  388. #u113.selectedDisabled {
  389. }
  390. #u113_text {
  391. border-width:0px;
  392. position:absolute;
  393. left:14px;
  394. top:0px;
  395. width:84px;
  396. word-wrap:break-word;
  397. text-transform:none;
  398. }
  399. #u113_input {
  400. border-width:0px;
  401. position:absolute;
  402. left:0px;
  403. top:0px;
  404. width:0px;
  405. height:0px;
  406. opacity:0;
  407. }
  408. #u114_div {
  409. border-width:0px;
  410. position:absolute;
  411. left:0px;
  412. top:0px;
  413. width:160px;
  414. height:40px;
  415. background:inherit;
  416. background-color:rgba(255, 255, 255, 1);
  417. box-sizing:border-box;
  418. border-width:1px;
  419. border-style:solid;
  420. border-color:rgba(245, 154, 35, 1);
  421. border-radius:63px;
  422. -moz-box-shadow:none;
  423. -webkit-box-shadow:none;
  424. box-shadow:none;
  425. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  426. font-weight:400;
  427. font-style:normal;
  428. font-size:14px;
  429. color:#F59A23;
  430. }
  431. #u114 {
  432. border-width:0px;
  433. position:absolute;
  434. left:54px;
  435. top:787px;
  436. width:160px;
  437. height:40px;
  438. display:flex;
  439. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  440. font-weight:400;
  441. font-style:normal;
  442. font-size:14px;
  443. color:#F59A23;
  444. }
  445. #u114 .text {
  446. position:absolute;
  447. align-self:center;
  448. padding:2px 2px 2px 2px;
  449. box-sizing:border-box;
  450. width:100%;
  451. }
  452. #u114_text {
  453. border-width:0px;
  454. word-wrap:break-word;
  455. text-transform:none;
  456. }
  457. #u115_div {
  458. border-width:0px;
  459. position:absolute;
  460. left:0px;
  461. top:0px;
  462. width:160px;
  463. height:40px;
  464. background:inherit;
  465. background-color:rgba(0, 137, 254, 1);
  466. border:none;
  467. border-radius:63px;
  468. -moz-box-shadow:none;
  469. -webkit-box-shadow:none;
  470. box-shadow:none;
  471. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  472. font-weight:400;
  473. font-style:normal;
  474. font-size:14px;
  475. color:#FFFFFF;
  476. }
  477. #u115 {
  478. border-width:0px;
  479. position:absolute;
  480. left:224px;
  481. top:787px;
  482. width:160px;
  483. height:40px;
  484. display:flex;
  485. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  486. font-weight:400;
  487. font-style:normal;
  488. font-size:14px;
  489. color:#FFFFFF;
  490. }
  491. #u115 .text {
  492. position:absolute;
  493. align-self:center;
  494. padding:2px 2px 2px 2px;
  495. box-sizing:border-box;
  496. width:100%;
  497. }
  498. #u115_text {
  499. border-width:0px;
  500. word-wrap:break-word;
  501. text-transform:none;
  502. }
  503. #u116 {
  504. border-width:0px;
  505. position:absolute;
  506. left:0px;
  507. top:0px;
  508. width:0px;
  509. height:0px;
  510. }
  511. #u117_div {
  512. border-width:0px;
  513. position:absolute;
  514. left:0px;
  515. top:0px;
  516. width:375px;
  517. height:80px;
  518. background:inherit;
  519. background-color:rgba(255, 255, 255, 1);
  520. border:none;
  521. border-left:0px;
  522. border-top:0px;
  523. border-right:0px;
  524. border-radius:0px;
  525. border-bottom-right-radius:0px;
  526. border-bottom-left-radius:0px;
  527. -moz-box-shadow:none;
  528. -webkit-box-shadow:none;
  529. box-shadow:none;
  530. }
  531. #u117 {
  532. border-width:0px;
  533. position:absolute;
  534. left:29px;
  535. top:247px;
  536. width:375px;
  537. height:80px;
  538. display:flex;
  539. }
  540. #u117 .text {
  541. position:absolute;
  542. align-self:center;
  543. padding:2px 2px 2px 2px;
  544. box-sizing:border-box;
  545. width:100%;
  546. }
  547. #u117_text {
  548. border-width:0px;
  549. word-wrap:break-word;
  550. text-transform:none;
  551. visibility:hidden;
  552. }
  553. #u118_div {
  554. border-width:0px;
  555. position:absolute;
  556. left:0px;
  557. top:0px;
  558. width:73px;
  559. height:30px;
  560. background:inherit;
  561. background-color:rgba(255, 255, 255, 0);
  562. border:none;
  563. border-left:0px;
  564. border-top:0px;
  565. border-right:0px;
  566. border-radius:0px;
  567. border-bottom-right-radius:0px;
  568. border-bottom-left-radius:0px;
  569. -moz-box-shadow:none;
  570. -webkit-box-shadow:none;
  571. box-shadow:none;
  572. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  573. font-weight:400;
  574. font-style:normal;
  575. font-size:18px;
  576. line-height:30px;
  577. }
  578. #u118 {
  579. border-width:0px;
  580. position:absolute;
  581. left:49px;
  582. top:257px;
  583. width:73px;
  584. height:30px;
  585. display:flex;
  586. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  587. font-weight:400;
  588. font-style:normal;
  589. font-size:18px;
  590. line-height:30px;
  591. }
  592. #u118 .text {
  593. position:absolute;
  594. align-self:center;
  595. padding:0px 0px 0px 0px;
  596. box-sizing:border-box;
  597. width:100%;
  598. }
  599. #u118_text {
  600. border-width:0px;
  601. white-space:nowrap;
  602. text-transform:none;
  603. }
  604. #u119_div {
  605. border-width:0px;
  606. position:absolute;
  607. left:0px;
  608. top:0px;
  609. width:85px;
  610. height:30px;
  611. background:inherit;
  612. background-color:rgba(255, 255, 255, 0);
  613. border:none;
  614. border-left:0px;
  615. border-top:0px;
  616. border-right:0px;
  617. border-radius:0px;
  618. border-bottom-right-radius:0px;
  619. border-bottom-left-radius:0px;
  620. -moz-box-shadow:none;
  621. -webkit-box-shadow:none;
  622. box-shadow:none;
  623. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  624. font-weight:400;
  625. font-style:normal;
  626. font-size:14px;
  627. color:#AAAAAA;
  628. line-height:30px;
  629. }
  630. #u119 {
  631. border-width:0px;
  632. position:absolute;
  633. left:49px;
  634. top:287px;
  635. width:85px;
  636. height:30px;
  637. display:flex;
  638. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  639. font-weight:400;
  640. font-style:normal;
  641. font-size:14px;
  642. color:#AAAAAA;
  643. line-height:30px;
  644. }
  645. #u119 .text {
  646. position:absolute;
  647. align-self:center;
  648. padding:0px 0px 0px 0px;
  649. box-sizing:border-box;
  650. width:100%;
  651. }
  652. #u119_text {
  653. border-width:0px;
  654. white-space:nowrap;
  655. text-transform:none;
  656. }
  657. #u120 {
  658. border-width:0px;
  659. position:absolute;
  660. left:0px;
  661. top:0px;
  662. width:0px;
  663. height:0px;
  664. }
  665. #u121_div {
  666. border-width:0px;
  667. position:absolute;
  668. left:0px;
  669. top:0px;
  670. width:375px;
  671. height:80px;
  672. background:inherit;
  673. background-color:rgba(255, 255, 255, 1);
  674. border:none;
  675. border-left:0px;
  676. border-top:0px;
  677. border-right:0px;
  678. border-radius:0px;
  679. border-bottom-right-radius:0px;
  680. border-bottom-left-radius:0px;
  681. -moz-box-shadow:none;
  682. -webkit-box-shadow:none;
  683. box-shadow:none;
  684. }
  685. #u121 {
  686. border-width:0px;
  687. position:absolute;
  688. left:29px;
  689. top:337px;
  690. width:375px;
  691. height:80px;
  692. display:flex;
  693. }
  694. #u121 .text {
  695. position:absolute;
  696. align-self:center;
  697. padding:2px 2px 2px 2px;
  698. box-sizing:border-box;
  699. width:100%;
  700. }
  701. #u121_text {
  702. border-width:0px;
  703. word-wrap:break-word;
  704. text-transform:none;
  705. visibility:hidden;
  706. }
  707. #u122_div {
  708. border-width:0px;
  709. position:absolute;
  710. left:0px;
  711. top:0px;
  712. width:77px;
  713. height:30px;
  714. background:inherit;
  715. background-color:rgba(255, 255, 255, 0);
  716. border:none;
  717. border-left:0px;
  718. border-top:0px;
  719. border-right:0px;
  720. border-radius:0px;
  721. border-bottom-right-radius:0px;
  722. border-bottom-left-radius:0px;
  723. -moz-box-shadow:none;
  724. -webkit-box-shadow:none;
  725. box-shadow:none;
  726. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  727. font-weight:400;
  728. font-style:normal;
  729. font-size:18px;
  730. line-height:30px;
  731. }
  732. #u122 {
  733. border-width:0px;
  734. position:absolute;
  735. left:49px;
  736. top:347px;
  737. width:77px;
  738. height:30px;
  739. display:flex;
  740. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  741. font-weight:400;
  742. font-style:normal;
  743. font-size:18px;
  744. line-height:30px;
  745. }
  746. #u122 .text {
  747. position:absolute;
  748. align-self:center;
  749. padding:0px 0px 0px 0px;
  750. box-sizing:border-box;
  751. width:100%;
  752. }
  753. #u122_text {
  754. border-width:0px;
  755. white-space:nowrap;
  756. text-transform:none;
  757. }
  758. #u123_div {
  759. border-width:0px;
  760. position:absolute;
  761. left:0px;
  762. top:0px;
  763. width:102px;
  764. height:30px;
  765. background:inherit;
  766. background-color:rgba(255, 255, 255, 0);
  767. border:none;
  768. border-left:0px;
  769. border-top:0px;
  770. border-right:0px;
  771. border-radius:0px;
  772. border-bottom-right-radius:0px;
  773. border-bottom-left-radius:0px;
  774. -moz-box-shadow:none;
  775. -webkit-box-shadow:none;
  776. box-shadow:none;
  777. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  778. font-weight:400;
  779. font-style:normal;
  780. font-size:14px;
  781. color:#AAAAAA;
  782. line-height:30px;
  783. }
  784. #u123 {
  785. border-width:0px;
  786. position:absolute;
  787. left:49px;
  788. top:377px;
  789. width:102px;
  790. height:30px;
  791. display:flex;
  792. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  793. font-weight:400;
  794. font-style:normal;
  795. font-size:14px;
  796. color:#AAAAAA;
  797. line-height:30px;
  798. }
  799. #u123 .text {
  800. position:absolute;
  801. align-self:center;
  802. padding:0px 0px 0px 0px;
  803. box-sizing:border-box;
  804. width:100%;
  805. }
  806. #u123_text {
  807. border-width:0px;
  808. white-space:nowrap;
  809. text-transform:none;
  810. }
  811. #u124_div {
  812. border-width:0px;
  813. position:absolute;
  814. left:0px;
  815. top:0px;
  816. width:68px;
  817. height:40px;
  818. background:inherit;
  819. background-color:rgba(255, 255, 255, 1);
  820. box-sizing:border-box;
  821. border-width:1px;
  822. border-style:solid;
  823. border-color:rgba(24, 144, 255, 1);
  824. border-radius:63px;
  825. -moz-box-shadow:none;
  826. -webkit-box-shadow:none;
  827. box-shadow:none;
  828. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  829. font-weight:400;
  830. font-style:normal;
  831. font-size:14px;
  832. color:#1890FF;
  833. }
  834. #u124 {
  835. border-width:0px;
  836. position:absolute;
  837. left:321px;
  838. top:277px;
  839. width:68px;
  840. height:40px;
  841. display:flex;
  842. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  843. font-weight:400;
  844. font-style:normal;
  845. font-size:14px;
  846. color:#1890FF;
  847. }
  848. #u124 .text {
  849. position:absolute;
  850. align-self:center;
  851. padding:2px 2px 2px 2px;
  852. box-sizing:border-box;
  853. width:100%;
  854. }
  855. #u124_text {
  856. border-width:0px;
  857. word-wrap:break-word;
  858. text-transform:none;
  859. }
  860. #u125_div {
  861. border-width:0px;
  862. position:absolute;
  863. left:0px;
  864. top:0px;
  865. width:68px;
  866. height:40px;
  867. background:inherit;
  868. background-color:rgba(255, 255, 255, 1);
  869. box-sizing:border-box;
  870. border-width:1px;
  871. border-style:solid;
  872. border-color:rgba(24, 144, 255, 1);
  873. border-radius:63px;
  874. -moz-box-shadow:none;
  875. -webkit-box-shadow:none;
  876. box-shadow:none;
  877. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  878. font-weight:400;
  879. font-style:normal;
  880. font-size:14px;
  881. color:#1890FF;
  882. }
  883. #u125 {
  884. border-width:0px;
  885. position:absolute;
  886. left:321px;
  887. top:362px;
  888. width:68px;
  889. height:40px;
  890. display:flex;
  891. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  892. font-weight:400;
  893. font-style:normal;
  894. font-size:14px;
  895. color:#1890FF;
  896. }
  897. #u125 .text {
  898. position:absolute;
  899. align-self:center;
  900. padding:2px 2px 2px 2px;
  901. box-sizing:border-box;
  902. width:100%;
  903. }
  904. #u125_text {
  905. border-width:0px;
  906. word-wrap:break-word;
  907. text-transform:none;
  908. }
  909. #u126 {
  910. border-width:0px;
  911. position:absolute;
  912. left:0px;
  913. top:0px;
  914. width:0px;
  915. height:0px;
  916. }
  917. #u127_div {
  918. border-width:0px;
  919. position:absolute;
  920. left:0px;
  921. top:0px;
  922. width:375px;
  923. height:80px;
  924. background:inherit;
  925. background-color:rgba(255, 255, 255, 1);
  926. border:none;
  927. border-left:0px;
  928. border-top:0px;
  929. border-right:0px;
  930. border-radius:0px;
  931. border-bottom-right-radius:0px;
  932. border-bottom-left-radius:0px;
  933. -moz-box-shadow:none;
  934. -webkit-box-shadow:none;
  935. box-shadow:none;
  936. }
  937. #u127 {
  938. border-width:0px;
  939. position:absolute;
  940. left:29px;
  941. top:167px;
  942. width:375px;
  943. height:80px;
  944. display:flex;
  945. }
  946. #u127 .text {
  947. position:absolute;
  948. align-self:center;
  949. padding:2px 2px 2px 2px;
  950. box-sizing:border-box;
  951. width:100%;
  952. }
  953. #u127_text {
  954. border-width:0px;
  955. word-wrap:break-word;
  956. text-transform:none;
  957. visibility:hidden;
  958. }
  959. #u128_div {
  960. border-width:0px;
  961. position:absolute;
  962. left:0px;
  963. top:0px;
  964. width:55px;
  965. height:30px;
  966. background:inherit;
  967. background-color:rgba(255, 255, 255, 0);
  968. border:none;
  969. border-left:0px;
  970. border-top:0px;
  971. border-right:0px;
  972. border-radius:0px;
  973. border-bottom-right-radius:0px;
  974. border-bottom-left-radius:0px;
  975. -moz-box-shadow:none;
  976. -webkit-box-shadow:none;
  977. box-shadow:none;
  978. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  979. font-weight:400;
  980. font-style:normal;
  981. font-size:18px;
  982. line-height:30px;
  983. }
  984. #u128 {
  985. border-width:0px;
  986. position:absolute;
  987. left:49px;
  988. top:177px;
  989. width:55px;
  990. height:30px;
  991. display:flex;
  992. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  993. font-weight:400;
  994. font-style:normal;
  995. font-size:18px;
  996. line-height:30px;
  997. }
  998. #u128 .text {
  999. position:absolute;
  1000. align-self:center;
  1001. padding:0px 0px 0px 0px;
  1002. box-sizing:border-box;
  1003. width:100%;
  1004. }
  1005. #u128_text {
  1006. border-width:0px;
  1007. white-space:nowrap;
  1008. text-transform:none;
  1009. }
  1010. #u129_div {
  1011. border-width:0px;
  1012. position:absolute;
  1013. left:0px;
  1014. top:0px;
  1015. width:85px;
  1016. height:30px;
  1017. background:inherit;
  1018. background-color:rgba(255, 255, 255, 0);
  1019. border:none;
  1020. border-left:0px;
  1021. border-top:0px;
  1022. border-right:0px;
  1023. border-radius:0px;
  1024. border-bottom-right-radius:0px;
  1025. border-bottom-left-radius:0px;
  1026. -moz-box-shadow:none;
  1027. -webkit-box-shadow:none;
  1028. box-shadow:none;
  1029. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1030. font-weight:400;
  1031. font-style:normal;
  1032. font-size:14px;
  1033. color:#AAAAAA;
  1034. line-height:30px;
  1035. }
  1036. #u129 {
  1037. border-width:0px;
  1038. position:absolute;
  1039. left:49px;
  1040. top:207px;
  1041. width:85px;
  1042. height:30px;
  1043. display:flex;
  1044. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1045. font-weight:400;
  1046. font-style:normal;
  1047. font-size:14px;
  1048. color:#AAAAAA;
  1049. line-height:30px;
  1050. }
  1051. #u129 .text {
  1052. position:absolute;
  1053. align-self:center;
  1054. padding:0px 0px 0px 0px;
  1055. box-sizing:border-box;
  1056. width:100%;
  1057. }
  1058. #u129_text {
  1059. border-width:0px;
  1060. white-space:nowrap;
  1061. text-transform:none;
  1062. }
  1063. #u130_div {
  1064. border-width:0px;
  1065. position:absolute;
  1066. left:0px;
  1067. top:0px;
  1068. width:68px;
  1069. height:40px;
  1070. background:inherit;
  1071. background-color:rgba(255, 255, 255, 1);
  1072. box-sizing:border-box;
  1073. border-width:1px;
  1074. border-style:solid;
  1075. border-color:rgba(24, 144, 255, 1);
  1076. border-radius:63px;
  1077. -moz-box-shadow:none;
  1078. -webkit-box-shadow:none;
  1079. box-shadow:none;
  1080. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1081. font-weight:400;
  1082. font-style:normal;
  1083. font-size:14px;
  1084. color:#1890FF;
  1085. }
  1086. #u130 {
  1087. border-width:0px;
  1088. position:absolute;
  1089. left:321px;
  1090. top:197px;
  1091. width:68px;
  1092. height:40px;
  1093. display:flex;
  1094. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1095. font-weight:400;
  1096. font-style:normal;
  1097. font-size:14px;
  1098. color:#1890FF;
  1099. }
  1100. #u130 .text {
  1101. position:absolute;
  1102. align-self:center;
  1103. padding:2px 2px 2px 2px;
  1104. box-sizing:border-box;
  1105. width:100%;
  1106. }
  1107. #u130_text {
  1108. border-width:0px;
  1109. word-wrap:break-word;
  1110. text-transform:none;
  1111. }
  1112. #u131 {
  1113. border-width:0px;
  1114. position:absolute;
  1115. left:0px;
  1116. top:0px;
  1117. width:0px;
  1118. height:0px;
  1119. }
  1120. #u132_div {
  1121. border-width:0px;
  1122. position:absolute;
  1123. left:0px;
  1124. top:0px;
  1125. width:77px;
  1126. height:25px;
  1127. background:inherit;
  1128. background-color:rgba(255, 255, 255, 0);
  1129. border:none;
  1130. border-radius:0px;
  1131. -moz-box-shadow:none;
  1132. -webkit-box-shadow:none;
  1133. box-shadow:none;
  1134. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1135. font-weight:400;
  1136. font-style:normal;
  1137. font-size:18px;
  1138. color:#000000;
  1139. }
  1140. #u132 {
  1141. border-width:0px;
  1142. position:absolute;
  1143. left:60px;
  1144. top:75px;
  1145. width:77px;
  1146. height:25px;
  1147. display:flex;
  1148. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1149. font-weight:400;
  1150. font-style:normal;
  1151. font-size:18px;
  1152. color:#000000;
  1153. }
  1154. #u132 .text {
  1155. position:absolute;
  1156. align-self:flex-start;
  1157. padding:0px 0px 0px 0px;
  1158. box-sizing:border-box;
  1159. width:100%;
  1160. }
  1161. #u132_text {
  1162. border-width:0px;
  1163. white-space:nowrap;
  1164. text-transform:none;
  1165. }
  1166. #u133_img {
  1167. border-width:0px;
  1168. position:absolute;
  1169. left:0px;
  1170. top:0px;
  1171. width:10px;
  1172. height:18px;
  1173. }
  1174. #u133 {
  1175. border-width:0px;
  1176. position:absolute;
  1177. left:39px;
  1178. top:79px;
  1179. width:10px;
  1180. height:18px;
  1181. display:flex;
  1182. }
  1183. #u133 .text {
  1184. position:absolute;
  1185. align-self:center;
  1186. padding:2px 2px 2px 2px;
  1187. box-sizing:border-box;
  1188. width:100%;
  1189. }
  1190. #u133_text {
  1191. border-width:0px;
  1192. word-wrap:break-word;
  1193. text-transform:none;
  1194. visibility:hidden;
  1195. }