styles.css 31 KB

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