styles.css 30 KB

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