styles.css 33 KB

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