styles.css 25 KB

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