styles.css 34 KB

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