styles.css 33 KB

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