styles.css 25 KB

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