styles.css 24 KB

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