styles.css 30 KB

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