styles.css 25 KB

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