styles.css 20 KB

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