styles.css 28 KB

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