styles.css 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398
  1. body {
  2. margin:0px;
  3. background-image:none;
  4. position:relative;
  5. left:-85px;
  6. width:860px;
  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. #u105116 {
  20. border-width:0px;
  21. position:absolute;
  22. left:0px;
  23. top:0px;
  24. width:0px;
  25. height:0px;
  26. }
  27. #u105117_div {
  28. border-width:0px;
  29. position:absolute;
  30. left:0px;
  31. top:0px;
  32. width:860px;
  33. height:1214px;
  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. #u105117 {
  53. border-width:0px;
  54. position:absolute;
  55. left:85px;
  56. top:48px;
  57. width:860px;
  58. height:1214px;
  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. #u105117 .text {
  69. position:absolute;
  70. align-self:center;
  71. padding:5px 10px 5px 10px;
  72. box-sizing:border-box;
  73. width:100%;
  74. }
  75. #u105117_text {
  76. border-width:0px;
  77. word-wrap:break-word;
  78. text-transform:none;
  79. visibility:hidden;
  80. }
  81. #u105118_div {
  82. border-width:0px;
  83. position:absolute;
  84. left:0px;
  85. top:0px;
  86. width:83px;
  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. #u105118 {
  106. border-width:0px;
  107. position:absolute;
  108. left:105px;
  109. top:66px;
  110. width:83px;
  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. #u105118 .text {
  119. position:absolute;
  120. align-self:center;
  121. padding:5px 10px 5px 0px;
  122. box-sizing:border-box;
  123. width:100%;
  124. }
  125. #u105118_text {
  126. border-width:0px;
  127. white-space:nowrap;
  128. text-transform:none;
  129. }
  130. #u105119 {
  131. border-width:0px;
  132. position:absolute;
  133. left:0px;
  134. top:0px;
  135. width:0px;
  136. height:0px;
  137. }
  138. #u105120_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:14px;
  161. text-align:center;
  162. }
  163. #u105120 {
  164. border-width:0px;
  165. position:absolute;
  166. left:905px;
  167. top:48px;
  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:14px;
  175. text-align:center;
  176. }
  177. #u105120 .text {
  178. position:absolute;
  179. align-self:center;
  180. padding:5px 10px 5px 0px;
  181. box-sizing:border-box;
  182. width:100%;
  183. }
  184. #u105120_text {
  185. border-width:0px;
  186. word-wrap:break-word;
  187. text-transform:none;
  188. }
  189. #u105121_img {
  190. border-width:0px;
  191. position:absolute;
  192. left:0px;
  193. top:0px;
  194. width:13px;
  195. height:13px;
  196. }
  197. #u105121 {
  198. border-width:0px;
  199. position:absolute;
  200. left:893px;
  201. top:64px;
  202. width:13px;
  203. height:13px;
  204. display:flex;
  205. font-size:14px;
  206. }
  207. #u105121 .text {
  208. position:absolute;
  209. align-self:center;
  210. padding:2px 2px 2px 2px;
  211. box-sizing:border-box;
  212. width:100%;
  213. }
  214. #u105121_text {
  215. border-width:0px;
  216. word-wrap:break-word;
  217. text-transform:none;
  218. visibility:hidden;
  219. }
  220. #u105122_div {
  221. border-width:0px;
  222. position:absolute;
  223. left:0px;
  224. top:0px;
  225. width:81px;
  226. height:50px;
  227. background:inherit;
  228. background-color:rgba(255, 255, 255, 0);
  229. border:none;
  230. border-top:0px;
  231. border-right:0px;
  232. border-bottom:0px;
  233. border-radius:0px;
  234. border-top-left-radius:0px;
  235. border-bottom-left-radius:0px;
  236. -moz-box-shadow:none;
  237. -webkit-box-shadow:none;
  238. box-shadow:none;
  239. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  240. font-weight:400;
  241. font-style:normal;
  242. font-size:14px;
  243. color:#7F7F7F;
  244. text-align:right;
  245. line-height:40px;
  246. }
  247. #u105122 {
  248. border-width:0px;
  249. position:absolute;
  250. left:128px;
  251. top:121px;
  252. width:81px;
  253. height:50px;
  254. display:flex;
  255. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  256. font-weight:400;
  257. font-style:normal;
  258. font-size:14px;
  259. color:#7F7F7F;
  260. text-align:right;
  261. line-height:40px;
  262. }
  263. #u105122 .text {
  264. position:absolute;
  265. align-self:flex-start;
  266. padding:5px 10px 5px 0px;
  267. box-sizing:border-box;
  268. width:100%;
  269. }
  270. #u105122_text {
  271. border-width:0px;
  272. white-space:nowrap;
  273. text-transform:none;
  274. }
  275. #u105123_div {
  276. border-width:0px;
  277. position:absolute;
  278. left:0px;
  279. top:0px;
  280. width:67px;
  281. height:50px;
  282. background:inherit;
  283. background-color:rgba(255, 255, 255, 0);
  284. border:none;
  285. border-top:0px;
  286. border-right:0px;
  287. border-bottom:0px;
  288. border-radius:0px;
  289. border-top-left-radius:0px;
  290. border-bottom-left-radius:0px;
  291. -moz-box-shadow:none;
  292. -webkit-box-shadow:none;
  293. box-shadow:none;
  294. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  295. font-weight:400;
  296. font-style:normal;
  297. font-size:14px;
  298. line-height:40px;
  299. }
  300. #u105123 {
  301. border-width:0px;
  302. position:absolute;
  303. left:209px;
  304. top:121px;
  305. width:67px;
  306. height:50px;
  307. display:flex;
  308. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  309. font-weight:400;
  310. font-style:normal;
  311. font-size:14px;
  312. line-height:40px;
  313. }
  314. #u105123 .text {
  315. position:absolute;
  316. align-self:flex-start;
  317. padding:5px 10px 5px 0px;
  318. box-sizing:border-box;
  319. width:100%;
  320. }
  321. #u105123_text {
  322. border-width:0px;
  323. white-space:nowrap;
  324. text-transform:none;
  325. }
  326. #u105124_div {
  327. border-width:0px;
  328. position:absolute;
  329. left:0px;
  330. top:0px;
  331. width:43px;
  332. height:40px;
  333. background:inherit;
  334. background-color:rgba(255, 255, 255, 0);
  335. border:none;
  336. border-top:0px;
  337. border-right:0px;
  338. border-bottom:0px;
  339. border-radius:0px;
  340. border-top-left-radius:0px;
  341. border-bottom-left-radius:0px;
  342. -moz-box-shadow:none;
  343. -webkit-box-shadow:none;
  344. box-shadow:none;
  345. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  346. font-weight:400;
  347. font-style:normal;
  348. font-size:14px;
  349. color:#7F7F7F;
  350. text-align:right;
  351. line-height:40px;
  352. }
  353. #u105124 {
  354. border-width:0px;
  355. position:absolute;
  356. left:146px;
  357. top:318px;
  358. width:43px;
  359. height:40px;
  360. display:flex;
  361. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  362. font-weight:400;
  363. font-style:normal;
  364. font-size:14px;
  365. color:#7F7F7F;
  366. text-align:right;
  367. line-height:40px;
  368. }
  369. #u105124 .text {
  370. position:absolute;
  371. align-self:flex-start;
  372. padding:0px 0px 0px 0px;
  373. box-sizing:border-box;
  374. width:100%;
  375. }
  376. #u105124_text {
  377. border-width:0px;
  378. white-space:nowrap;
  379. text-transform:none;
  380. }
  381. #u105125_div {
  382. border-width:0px;
  383. position:absolute;
  384. left:0px;
  385. top:0px;
  386. width:311px;
  387. height:40px;
  388. background:inherit;
  389. background-color:rgba(255, 255, 255, 0);
  390. border:none;
  391. border-top:0px;
  392. border-right:0px;
  393. border-bottom:0px;
  394. border-radius:0px;
  395. border-top-left-radius:0px;
  396. border-bottom-left-radius:0px;
  397. -moz-box-shadow:none;
  398. -webkit-box-shadow:none;
  399. box-shadow:none;
  400. font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
  401. font-weight:500;
  402. font-style:normal;
  403. font-size:14px;
  404. line-height:30px;
  405. }
  406. #u105125 {
  407. border-width:0px;
  408. position:absolute;
  409. left:215px;
  410. top:318px;
  411. width:311px;
  412. height:40px;
  413. display:flex;
  414. font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
  415. font-weight:500;
  416. font-style:normal;
  417. font-size:14px;
  418. line-height:30px;
  419. }
  420. #u105125 .text {
  421. position:absolute;
  422. align-self:flex-start;
  423. padding:5px 10px 5px 0px;
  424. box-sizing:border-box;
  425. width:100%;
  426. }
  427. #u105125_text {
  428. border-width:0px;
  429. white-space:nowrap;
  430. text-transform:none;
  431. }
  432. #u105126_div {
  433. border-width:0px;
  434. position:absolute;
  435. left:0px;
  436. top:0px;
  437. width:81px;
  438. height:50px;
  439. background:inherit;
  440. background-color:rgba(255, 255, 255, 0);
  441. border:none;
  442. border-top:0px;
  443. border-right:0px;
  444. border-bottom:0px;
  445. border-radius:0px;
  446. border-top-left-radius:0px;
  447. border-bottom-left-radius:0px;
  448. -moz-box-shadow:none;
  449. -webkit-box-shadow:none;
  450. box-shadow:none;
  451. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  452. font-weight:400;
  453. font-style:normal;
  454. font-size:14px;
  455. color:#7F7F7F;
  456. text-align:right;
  457. line-height:40px;
  458. }
  459. #u105126 {
  460. border-width:0px;
  461. position:absolute;
  462. left:128px;
  463. top:171px;
  464. width:81px;
  465. height:50px;
  466. display:flex;
  467. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  468. font-weight:400;
  469. font-style:normal;
  470. font-size:14px;
  471. color:#7F7F7F;
  472. text-align:right;
  473. line-height:40px;
  474. }
  475. #u105126 .text {
  476. position:absolute;
  477. align-self:flex-start;
  478. padding:5px 10px 5px 0px;
  479. box-sizing:border-box;
  480. width:100%;
  481. }
  482. #u105126_text {
  483. border-width:0px;
  484. white-space:nowrap;
  485. text-transform:none;
  486. }
  487. #u105127_div {
  488. border-width:0px;
  489. position:absolute;
  490. left:0px;
  491. top:0px;
  492. width:148px;
  493. height:50px;
  494. background:inherit;
  495. background-color:rgba(255, 255, 255, 0);
  496. border:none;
  497. border-top:0px;
  498. border-right:0px;
  499. border-bottom:0px;
  500. border-radius:0px;
  501. border-top-left-radius:0px;
  502. border-bottom-left-radius:0px;
  503. -moz-box-shadow:none;
  504. -webkit-box-shadow:none;
  505. box-shadow:none;
  506. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  507. font-weight:400;
  508. font-style:normal;
  509. font-size:14px;
  510. line-height:40px;
  511. }
  512. #u105127 {
  513. border-width:0px;
  514. position:absolute;
  515. left:209px;
  516. top:171px;
  517. width:148px;
  518. height:50px;
  519. display:flex;
  520. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  521. font-weight:400;
  522. font-style:normal;
  523. font-size:14px;
  524. line-height:40px;
  525. }
  526. #u105127 .text {
  527. position:absolute;
  528. align-self:flex-start;
  529. padding:5px 10px 5px 0px;
  530. box-sizing:border-box;
  531. width:100%;
  532. }
  533. #u105127_text {
  534. border-width:0px;
  535. white-space:nowrap;
  536. text-transform:none;
  537. }
  538. #u105128_div {
  539. border-width:0px;
  540. position:absolute;
  541. left:0px;
  542. top:0px;
  543. width:81px;
  544. height:50px;
  545. background:inherit;
  546. background-color:rgba(255, 255, 255, 0);
  547. border:none;
  548. border-top:0px;
  549. border-right:0px;
  550. border-bottom:0px;
  551. border-radius:0px;
  552. border-top-left-radius:0px;
  553. border-bottom-left-radius:0px;
  554. -moz-box-shadow:none;
  555. -webkit-box-shadow:none;
  556. box-shadow:none;
  557. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  558. font-weight:400;
  559. font-style:normal;
  560. font-size:14px;
  561. color:#7F7F7F;
  562. text-align:right;
  563. line-height:40px;
  564. }
  565. #u105128 {
  566. border-width:0px;
  567. position:absolute;
  568. left:502px;
  569. top:179px;
  570. width:81px;
  571. height:50px;
  572. display:flex;
  573. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  574. font-weight:400;
  575. font-style:normal;
  576. font-size:14px;
  577. color:#7F7F7F;
  578. text-align:right;
  579. line-height:40px;
  580. }
  581. #u105128 .text {
  582. position:absolute;
  583. align-self:flex-start;
  584. padding:5px 10px 5px 0px;
  585. box-sizing:border-box;
  586. width:100%;
  587. }
  588. #u105128_text {
  589. border-width:0px;
  590. white-space:nowrap;
  591. text-transform:none;
  592. }
  593. #u105129_div {
  594. border-width:0px;
  595. position:absolute;
  596. left:0px;
  597. top:0px;
  598. width:146px;
  599. height:50px;
  600. background:inherit;
  601. background-color:rgba(255, 255, 255, 0);
  602. border:none;
  603. border-top:0px;
  604. border-right:0px;
  605. border-bottom:0px;
  606. border-radius:0px;
  607. border-top-left-radius:0px;
  608. border-bottom-left-radius:0px;
  609. -moz-box-shadow:none;
  610. -webkit-box-shadow:none;
  611. box-shadow:none;
  612. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  613. font-weight:400;
  614. font-style:normal;
  615. font-size:14px;
  616. line-height:40px;
  617. }
  618. #u105129 {
  619. border-width:0px;
  620. position:absolute;
  621. left:583px;
  622. top:179px;
  623. width:146px;
  624. height:50px;
  625. display:flex;
  626. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  627. font-weight:400;
  628. font-style:normal;
  629. font-size:14px;
  630. line-height:40px;
  631. }
  632. #u105129 .text {
  633. position:absolute;
  634. align-self:flex-start;
  635. padding:5px 10px 5px 0px;
  636. box-sizing:border-box;
  637. width:100%;
  638. }
  639. #u105129_text {
  640. border-width:0px;
  641. white-space:nowrap;
  642. text-transform:none;
  643. }
  644. #u105130_div {
  645. border-width:0px;
  646. position:absolute;
  647. left:0px;
  648. top:0px;
  649. width:81px;
  650. height:50px;
  651. background:inherit;
  652. background-color:rgba(255, 255, 255, 0);
  653. border:none;
  654. border-top:0px;
  655. border-right:0px;
  656. border-bottom:0px;
  657. border-radius:0px;
  658. border-top-left-radius:0px;
  659. border-bottom-left-radius:0px;
  660. -moz-box-shadow:none;
  661. -webkit-box-shadow:none;
  662. box-shadow:none;
  663. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  664. font-weight:400;
  665. font-style:normal;
  666. font-size:14px;
  667. color:#7F7F7F;
  668. text-align:right;
  669. line-height:40px;
  670. }
  671. #u105130 {
  672. border-width:0px;
  673. position:absolute;
  674. left:516px;
  675. top:129px;
  676. width:81px;
  677. height:50px;
  678. display:flex;
  679. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  680. font-weight:400;
  681. font-style:normal;
  682. font-size:14px;
  683. color:#7F7F7F;
  684. text-align:right;
  685. line-height:40px;
  686. }
  687. #u105130 .text {
  688. position:absolute;
  689. align-self:flex-start;
  690. padding:5px 10px 5px 0px;
  691. box-sizing:border-box;
  692. width:100%;
  693. }
  694. #u105130_text {
  695. border-width:0px;
  696. white-space:nowrap;
  697. text-transform:none;
  698. }
  699. #u105131_div {
  700. border-width:0px;
  701. position:absolute;
  702. left:0px;
  703. top:0px;
  704. width:95px;
  705. height:50px;
  706. background:inherit;
  707. background-color:rgba(255, 255, 255, 0);
  708. border:none;
  709. border-top:0px;
  710. border-right:0px;
  711. border-bottom:0px;
  712. border-radius:0px;
  713. border-top-left-radius:0px;
  714. border-bottom-left-radius:0px;
  715. -moz-box-shadow:none;
  716. -webkit-box-shadow:none;
  717. box-shadow:none;
  718. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  719. font-weight:400;
  720. font-style:normal;
  721. font-size:14px;
  722. line-height:40px;
  723. }
  724. #u105131 {
  725. border-width:0px;
  726. position:absolute;
  727. left:597px;
  728. top:129px;
  729. width:95px;
  730. height:50px;
  731. display:flex;
  732. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  733. font-weight:400;
  734. font-style:normal;
  735. font-size:14px;
  736. line-height:40px;
  737. }
  738. #u105131 .text {
  739. position:absolute;
  740. align-self:flex-start;
  741. padding:5px 10px 5px 0px;
  742. box-sizing:border-box;
  743. width:100%;
  744. }
  745. #u105131_text {
  746. border-width:0px;
  747. white-space:nowrap;
  748. text-transform:none;
  749. }
  750. #u105132_div {
  751. border-width:0px;
  752. position:absolute;
  753. left:0px;
  754. top:0px;
  755. width:43px;
  756. height:40px;
  757. background:inherit;
  758. background-color:rgba(255, 255, 255, 0);
  759. border:none;
  760. border-top:0px;
  761. border-right:0px;
  762. border-bottom:0px;
  763. border-radius:0px;
  764. border-top-left-radius:0px;
  765. border-bottom-left-radius:0px;
  766. -moz-box-shadow:none;
  767. -webkit-box-shadow:none;
  768. box-shadow:none;
  769. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  770. font-weight:400;
  771. font-style:normal;
  772. font-size:14px;
  773. color:#7F7F7F;
  774. text-align:right;
  775. line-height:40px;
  776. }
  777. #u105132 {
  778. border-width:0px;
  779. position:absolute;
  780. left:146px;
  781. top:597px;
  782. width:43px;
  783. height:40px;
  784. display:flex;
  785. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  786. font-weight:400;
  787. font-style:normal;
  788. font-size:14px;
  789. color:#7F7F7F;
  790. text-align:right;
  791. line-height:40px;
  792. }
  793. #u105132 .text {
  794. position:absolute;
  795. align-self:flex-start;
  796. padding:0px 0px 0px 0px;
  797. box-sizing:border-box;
  798. width:100%;
  799. }
  800. #u105132_text {
  801. border-width:0px;
  802. white-space:nowrap;
  803. text-transform:none;
  804. }
  805. #u105133_div {
  806. border-width:0px;
  807. position:absolute;
  808. left:0px;
  809. top:0px;
  810. width:716px;
  811. height:35px;
  812. background:inherit;
  813. background-color:rgba(255, 255, 255, 0);
  814. border:none;
  815. border-top:0px;
  816. border-right:0px;
  817. border-bottom:0px;
  818. border-radius:0px;
  819. border-top-left-radius:0px;
  820. border-bottom-left-radius:0px;
  821. -moz-box-shadow:none;
  822. -webkit-box-shadow:none;
  823. box-shadow:none;
  824. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  825. font-weight:400;
  826. font-style:normal;
  827. font-size:14px;
  828. line-height:25px;
  829. }
  830. #u105133 {
  831. border-width:0px;
  832. position:absolute;
  833. left:217px;
  834. top:597px;
  835. width:716px;
  836. height:35px;
  837. display:flex;
  838. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  839. font-weight:400;
  840. font-style:normal;
  841. font-size:14px;
  842. line-height:25px;
  843. }
  844. #u105133 .text {
  845. position:absolute;
  846. align-self:flex-start;
  847. padding:5px 10px 5px 0px;
  848. box-sizing:border-box;
  849. width:100%;
  850. }
  851. #u105133_text {
  852. border-width:0px;
  853. word-wrap:break-word;
  854. text-transform:none;
  855. }
  856. #u105134_div {
  857. border-width:0px;
  858. position:absolute;
  859. left:0px;
  860. top:0px;
  861. width:43px;
  862. height:40px;
  863. background:inherit;
  864. background-color:rgba(255, 255, 255, 0);
  865. border:none;
  866. border-top:0px;
  867. border-right:0px;
  868. border-bottom:0px;
  869. border-radius:0px;
  870. border-top-left-radius:0px;
  871. border-bottom-left-radius:0px;
  872. -moz-box-shadow:none;
  873. -webkit-box-shadow:none;
  874. box-shadow:none;
  875. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  876. font-weight:400;
  877. font-style:normal;
  878. font-size:14px;
  879. color:#7F7F7F;
  880. text-align:right;
  881. line-height:40px;
  882. }
  883. #u105134 {
  884. border-width:0px;
  885. position:absolute;
  886. left:146px;
  887. top:368px;
  888. width:43px;
  889. height:40px;
  890. display:flex;
  891. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  892. font-weight:400;
  893. font-style:normal;
  894. font-size:14px;
  895. color:#7F7F7F;
  896. text-align:right;
  897. line-height:40px;
  898. }
  899. #u105134 .text {
  900. position:absolute;
  901. align-self:flex-start;
  902. padding:0px 0px 0px 0px;
  903. box-sizing:border-box;
  904. width:100%;
  905. }
  906. #u105134_text {
  907. border-width:0px;
  908. white-space:nowrap;
  909. text-transform:none;
  910. }
  911. #u105135_img {
  912. border-width:0px;
  913. position:absolute;
  914. left:0px;
  915. top:0px;
  916. width:181px;
  917. height:119px;
  918. }
  919. #u105135 {
  920. border-width:0px;
  921. position:absolute;
  922. left:215px;
  923. top:368px;
  924. width:181px;
  925. height:119px;
  926. display:flex;
  927. }
  928. #u105135 .text {
  929. position:absolute;
  930. align-self:center;
  931. padding:2px 2px 2px 2px;
  932. box-sizing:border-box;
  933. width:100%;
  934. }
  935. #u105135_text {
  936. border-width:0px;
  937. word-wrap:break-word;
  938. text-transform:none;
  939. visibility:hidden;
  940. }
  941. #u105136_img {
  942. border-width:0px;
  943. position:absolute;
  944. left:0px;
  945. top:0px;
  946. width:766px;
  947. height:2px;
  948. }
  949. #u105136 {
  950. border-width:0px;
  951. position:absolute;
  952. left:128px;
  953. top:237px;
  954. width:765px;
  955. height:1px;
  956. display:flex;
  957. }
  958. #u105136 .text {
  959. position:absolute;
  960. align-self:center;
  961. padding:2px 2px 2px 2px;
  962. box-sizing:border-box;
  963. width:100%;
  964. }
  965. #u105136_text {
  966. border-width:0px;
  967. word-wrap:break-word;
  968. text-transform:none;
  969. visibility:hidden;
  970. }
  971. #u105137_div {
  972. border-width:0px;
  973. position:absolute;
  974. left:0px;
  975. top:0px;
  976. width:83px;
  977. height:50px;
  978. background:inherit;
  979. background-color:rgba(255, 255, 255, 0);
  980. border:none;
  981. border-top:0px;
  982. border-right:0px;
  983. border-bottom:0px;
  984. border-radius:0px;
  985. border-top-left-radius:0px;
  986. border-bottom-left-radius:0px;
  987. -moz-box-shadow:none;
  988. -webkit-box-shadow:none;
  989. box-shadow:none;
  990. font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
  991. font-weight:500;
  992. font-style:normal;
  993. font-size:18px;
  994. line-height:40px;
  995. }
  996. #u105137 {
  997. border-width:0px;
  998. position:absolute;
  999. left:128px;
  1000. top:258px;
  1001. width:83px;
  1002. height:50px;
  1003. display:flex;
  1004. font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
  1005. font-weight:500;
  1006. font-style:normal;
  1007. font-size:18px;
  1008. line-height:40px;
  1009. }
  1010. #u105137 .text {
  1011. position:absolute;
  1012. align-self:flex-start;
  1013. padding:5px 10px 5px 0px;
  1014. box-sizing:border-box;
  1015. width:100%;
  1016. }
  1017. #u105137_text {
  1018. border-width:0px;
  1019. white-space:nowrap;
  1020. text-transform:none;
  1021. }
  1022. #u105138_div {
  1023. border-width:0px;
  1024. position:absolute;
  1025. left:0px;
  1026. top:0px;
  1027. width:43px;
  1028. height:40px;
  1029. background:inherit;
  1030. background-color:rgba(255, 255, 255, 0);
  1031. border:none;
  1032. border-top:0px;
  1033. border-right:0px;
  1034. border-bottom:0px;
  1035. border-radius:0px;
  1036. border-top-left-radius:0px;
  1037. border-bottom-left-radius:0px;
  1038. -moz-box-shadow:none;
  1039. -webkit-box-shadow:none;
  1040. box-shadow:none;
  1041. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1042. font-weight:400;
  1043. font-style:normal;
  1044. font-size:14px;
  1045. color:#7F7F7F;
  1046. text-align:right;
  1047. line-height:40px;
  1048. }
  1049. #u105138 {
  1050. border-width:0px;
  1051. position:absolute;
  1052. left:146px;
  1053. top:497px;
  1054. width:43px;
  1055. height:40px;
  1056. display:flex;
  1057. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1058. font-weight:400;
  1059. font-style:normal;
  1060. font-size:14px;
  1061. color:#7F7F7F;
  1062. text-align:right;
  1063. line-height:40px;
  1064. }
  1065. #u105138 .text {
  1066. position:absolute;
  1067. align-self:flex-start;
  1068. padding:0px 0px 0px 0px;
  1069. box-sizing:border-box;
  1070. width:100%;
  1071. }
  1072. #u105138_text {
  1073. border-width:0px;
  1074. white-space:nowrap;
  1075. text-transform:none;
  1076. }
  1077. #u105139_div {
  1078. border-width:0px;
  1079. position:absolute;
  1080. left:0px;
  1081. top:0px;
  1082. width:676px;
  1083. height:35px;
  1084. background:inherit;
  1085. background-color:rgba(255, 255, 255, 0);
  1086. border:none;
  1087. border-top:0px;
  1088. border-right:0px;
  1089. border-bottom:0px;
  1090. border-radius:0px;
  1091. border-top-left-radius:0px;
  1092. border-bottom-left-radius:0px;
  1093. -moz-box-shadow:none;
  1094. -webkit-box-shadow:none;
  1095. box-shadow:none;
  1096. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1097. font-weight:400;
  1098. font-style:normal;
  1099. font-size:14px;
  1100. line-height:25px;
  1101. }
  1102. #u105139 {
  1103. border-width:0px;
  1104. position:absolute;
  1105. left:217px;
  1106. top:497px;
  1107. width:676px;
  1108. height:35px;
  1109. display:flex;
  1110. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1111. font-weight:400;
  1112. font-style:normal;
  1113. font-size:14px;
  1114. line-height:25px;
  1115. }
  1116. #u105139 .text {
  1117. position:absolute;
  1118. align-self:flex-start;
  1119. padding:5px 10px 5px 0px;
  1120. box-sizing:border-box;
  1121. width:100%;
  1122. }
  1123. #u105139_text {
  1124. border-width:0px;
  1125. word-wrap:break-word;
  1126. text-transform:none;
  1127. }
  1128. #u105140_div {
  1129. border-width:0px;
  1130. position:absolute;
  1131. left:0px;
  1132. top:0px;
  1133. width:43px;
  1134. height:40px;
  1135. background:inherit;
  1136. background-color:rgba(255, 255, 255, 0);
  1137. border:none;
  1138. border-top:0px;
  1139. border-right:0px;
  1140. border-bottom:0px;
  1141. border-radius:0px;
  1142. border-top-left-radius:0px;
  1143. border-bottom-left-radius:0px;
  1144. -moz-box-shadow:none;
  1145. -webkit-box-shadow:none;
  1146. box-shadow:none;
  1147. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1148. font-weight:400;
  1149. font-style:normal;
  1150. font-size:14px;
  1151. color:#7F7F7F;
  1152. text-align:right;
  1153. line-height:40px;
  1154. }
  1155. #u105140 {
  1156. border-width:0px;
  1157. position:absolute;
  1158. left:146px;
  1159. top:547px;
  1160. width:43px;
  1161. height:40px;
  1162. display:flex;
  1163. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1164. font-weight:400;
  1165. font-style:normal;
  1166. font-size:14px;
  1167. color:#7F7F7F;
  1168. text-align:right;
  1169. line-height:40px;
  1170. }
  1171. #u105140 .text {
  1172. position:absolute;
  1173. align-self:flex-start;
  1174. padding:0px 0px 0px 0px;
  1175. box-sizing:border-box;
  1176. width:100%;
  1177. }
  1178. #u105140_text {
  1179. border-width:0px;
  1180. white-space:nowrap;
  1181. text-transform:none;
  1182. }
  1183. #u105141 {
  1184. border-width:0px;
  1185. position:absolute;
  1186. left:0px;
  1187. top:0px;
  1188. width:0px;
  1189. height:0px;
  1190. }
  1191. #u105142_div {
  1192. border-width:0px;
  1193. position:absolute;
  1194. left:0px;
  1195. top:0px;
  1196. width:58px;
  1197. height:30px;
  1198. background:inherit;
  1199. background-color:rgba(245, 154, 35, 1);
  1200. border:none;
  1201. border-radius:28px;
  1202. -moz-box-shadow:none;
  1203. -webkit-box-shadow:none;
  1204. box-shadow:none;
  1205. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1206. font-weight:400;
  1207. font-style:normal;
  1208. font-size:14px;
  1209. color:#FFFFFF;
  1210. text-align:center;
  1211. }
  1212. #u105142 {
  1213. border-width:0px;
  1214. position:absolute;
  1215. left:534px;
  1216. top:323px;
  1217. width:58px;
  1218. height:30px;
  1219. display:flex;
  1220. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1221. font-weight:400;
  1222. font-style:normal;
  1223. font-size:14px;
  1224. color:#FFFFFF;
  1225. text-align:center;
  1226. }
  1227. #u105142 .text {
  1228. position:absolute;
  1229. align-self:flex-start;
  1230. padding:5px 0px 5px 0px;
  1231. box-sizing:border-box;
  1232. width:100%;
  1233. }
  1234. #u105142_text {
  1235. border-width:0px;
  1236. word-wrap:break-word;
  1237. text-transform:none;
  1238. }
  1239. #u105143_div {
  1240. border-width:0px;
  1241. position:absolute;
  1242. left:0px;
  1243. top:0px;
  1244. width:676px;
  1245. height:35px;
  1246. background:inherit;
  1247. background-color:rgba(255, 255, 255, 0);
  1248. border:none;
  1249. border-top:0px;
  1250. border-right:0px;
  1251. border-bottom:0px;
  1252. border-radius:0px;
  1253. border-top-left-radius:0px;
  1254. border-bottom-left-radius:0px;
  1255. -moz-box-shadow:none;
  1256. -webkit-box-shadow:none;
  1257. box-shadow:none;
  1258. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1259. font-weight:400;
  1260. font-style:normal;
  1261. font-size:14px;
  1262. line-height:25px;
  1263. }
  1264. #u105143 {
  1265. border-width:0px;
  1266. position:absolute;
  1267. left:217px;
  1268. top:547px;
  1269. width:676px;
  1270. height:35px;
  1271. display:flex;
  1272. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1273. font-weight:400;
  1274. font-style:normal;
  1275. font-size:14px;
  1276. line-height:25px;
  1277. }
  1278. #u105143 .text {
  1279. position:absolute;
  1280. align-self:flex-start;
  1281. padding:5px 10px 5px 0px;
  1282. box-sizing:border-box;
  1283. width:100%;
  1284. }
  1285. #u105143_text {
  1286. border-width:0px;
  1287. word-wrap:break-word;
  1288. text-transform:none;
  1289. }
  1290. #u105144 {
  1291. border-width:0px;
  1292. position:absolute;
  1293. left:0px;
  1294. top:0px;
  1295. width:0px;
  1296. height:0px;
  1297. }
  1298. #u105145_div {
  1299. border-width:0px;
  1300. position:absolute;
  1301. left:0px;
  1302. top:0px;
  1303. width:860px;
  1304. height:60px;
  1305. background:inherit;
  1306. background-color:rgba(255, 255, 255, 1);
  1307. box-sizing:border-box;
  1308. border-width:1px;
  1309. border-style:solid;
  1310. border-color:rgba(215, 215, 215, 1);
  1311. border-radius:0px;
  1312. -moz-box-shadow:none;
  1313. -webkit-box-shadow:none;
  1314. box-shadow:none;
  1315. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1316. font-weight:400;
  1317. font-style:normal;
  1318. font-size:14px;
  1319. color:#AAAAAA;
  1320. text-align:center;
  1321. line-height:30px;
  1322. }
  1323. #u105145 {
  1324. border-width:0px;
  1325. position:absolute;
  1326. left:85px;
  1327. top:1202px;
  1328. width:860px;
  1329. height:60px;
  1330. display:flex;
  1331. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1332. font-weight:400;
  1333. font-style:normal;
  1334. font-size:14px;
  1335. color:#AAAAAA;
  1336. text-align:center;
  1337. line-height:30px;
  1338. }
  1339. #u105145 .text {
  1340. position:absolute;
  1341. align-self:center;
  1342. padding:5px 10px 5px 10px;
  1343. box-sizing:border-box;
  1344. width:100%;
  1345. }
  1346. #u105145_text {
  1347. border-width:0px;
  1348. word-wrap:break-word;
  1349. text-transform:none;
  1350. visibility:hidden;
  1351. }
  1352. #u105146_div {
  1353. border-width:0px;
  1354. position:absolute;
  1355. left:0px;
  1356. top:0px;
  1357. width:80px;
  1358. height:30px;
  1359. background:inherit;
  1360. background-color:rgba(255, 255, 255, 1);
  1361. box-sizing:border-box;
  1362. border-width:1px;
  1363. border-style:solid;
  1364. border-color:rgba(170, 170, 170, 1);
  1365. border-radius:4px;
  1366. -moz-box-shadow:none;
  1367. -webkit-box-shadow:none;
  1368. box-shadow:none;
  1369. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1370. font-weight:400;
  1371. font-style:normal;
  1372. font-size:14px;
  1373. }
  1374. #u105146 {
  1375. border-width:0px;
  1376. position:absolute;
  1377. left:845px;
  1378. top:1217px;
  1379. width:80px;
  1380. height:30px;
  1381. display:flex;
  1382. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1383. font-weight:400;
  1384. font-style:normal;
  1385. font-size:14px;
  1386. }
  1387. #u105146 .text {
  1388. position:absolute;
  1389. align-self:center;
  1390. padding:2px 2px 2px 2px;
  1391. box-sizing:border-box;
  1392. width:100%;
  1393. }
  1394. #u105146_text {
  1395. border-width:0px;
  1396. word-wrap:break-word;
  1397. text-transform:none;
  1398. }