styles.css 25 KB

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