styles.css 28 KB

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