styles.css 29 KB

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