styles.css 33 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744
  1. body {
  2. margin:0px;
  3. background-image:none;
  4. position:relative;
  5. left:-94px;
  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. #u109343 {
  20. border-width:0px;
  21. position:absolute;
  22. left:0px;
  23. top:0px;
  24. width:0px;
  25. height:0px;
  26. }
  27. #u109344_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. #u109344 {
  53. border-width:0px;
  54. position:absolute;
  55. left:94px;
  56. top:50px;
  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. #u109344 .text {
  69. position:absolute;
  70. align-self:center;
  71. padding:5px 10px 5px 10px;
  72. box-sizing:border-box;
  73. width:100%;
  74. }
  75. #u109344_text {
  76. border-width:0px;
  77. word-wrap:break-word;
  78. text-transform:none;
  79. visibility:hidden;
  80. }
  81. #u109345_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. #u109345 {
  106. border-width:0px;
  107. position:absolute;
  108. left:114px;
  109. top:68px;
  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. #u109345 .text {
  119. position:absolute;
  120. align-self:center;
  121. padding:5px 10px 5px 0px;
  122. box-sizing:border-box;
  123. width:100%;
  124. }
  125. #u109345_text {
  126. border-width:0px;
  127. white-space:nowrap;
  128. text-transform:none;
  129. }
  130. #u109346 {
  131. border-width:0px;
  132. position:absolute;
  133. left:0px;
  134. top:0px;
  135. width:0px;
  136. height:0px;
  137. }
  138. #u109347_div {
  139. border-width:0px;
  140. position:absolute;
  141. left:0px;
  142. top:0px;
  143. width:40px;
  144. height:40px;
  145. background:inherit;
  146. background-color:rgba(255, 255, 255, 0);
  147. border:none;
  148. border-top:0px;
  149. border-right:0px;
  150. border-bottom:0px;
  151. border-radius:0px;
  152. border-top-left-radius:0px;
  153. border-bottom-left-radius:0px;
  154. -moz-box-shadow:none;
  155. -webkit-box-shadow:none;
  156. box-shadow:none;
  157. font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
  158. font-weight:500;
  159. font-style:normal;
  160. font-size:14px;
  161. text-align:center;
  162. }
  163. #u109347 {
  164. border-width:0px;
  165. position:absolute;
  166. left:854px;
  167. top:50px;
  168. width:40px;
  169. height:40px;
  170. display:flex;
  171. font-family:'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
  172. font-weight:500;
  173. font-style:normal;
  174. font-size:14px;
  175. text-align:center;
  176. }
  177. #u109347 .text {
  178. position:absolute;
  179. align-self:center;
  180. padding:5px 10px 5px 0px;
  181. box-sizing:border-box;
  182. width:100%;
  183. }
  184. #u109347_text {
  185. border-width:0px;
  186. word-wrap:break-word;
  187. text-transform:none;
  188. }
  189. #u109348_img {
  190. border-width:0px;
  191. position:absolute;
  192. left:0px;
  193. top:0px;
  194. width:13px;
  195. height:13px;
  196. }
  197. #u109348 {
  198. border-width:0px;
  199. position:absolute;
  200. left:842px;
  201. top:66px;
  202. width:13px;
  203. height:13px;
  204. display:flex;
  205. font-size:14px;
  206. }
  207. #u109348 .text {
  208. position:absolute;
  209. align-self:center;
  210. padding:2px 2px 2px 2px;
  211. box-sizing:border-box;
  212. width:100%;
  213. }
  214. #u109348_text {
  215. border-width:0px;
  216. word-wrap:break-word;
  217. text-transform:none;
  218. visibility:hidden;
  219. }
  220. #u109349_div {
  221. border-width:0px;
  222. position:absolute;
  223. left:0px;
  224. top:0px;
  225. width:43px;
  226. height:30px;
  227. background:inherit;
  228. background-color:rgba(255, 255, 255, 0);
  229. border:none;
  230. border-top:0px;
  231. border-right:0px;
  232. border-bottom:0px;
  233. border-radius:0px;
  234. border-top-left-radius:0px;
  235. border-bottom-left-radius:0px;
  236. -moz-box-shadow:none;
  237. -webkit-box-shadow:none;
  238. box-shadow:none;
  239. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  240. font-weight:400;
  241. font-style:normal;
  242. font-size:14px;
  243. color:#7F7F7F;
  244. text-align:right;
  245. }
  246. #u109349 {
  247. border-width:0px;
  248. position:absolute;
  249. left:192px;
  250. top:135px;
  251. width:43px;
  252. height:30px;
  253. display:flex;
  254. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  255. font-weight:400;
  256. font-style:normal;
  257. font-size:14px;
  258. color:#7F7F7F;
  259. text-align:right;
  260. }
  261. #u109349 .text {
  262. position:absolute;
  263. align-self:center;
  264. padding:5px 0px 5px 0px;
  265. box-sizing:border-box;
  266. width:100%;
  267. }
  268. #u109349_text {
  269. border-width:0px;
  270. white-space:nowrap;
  271. text-transform:none;
  272. }
  273. #u109350_div {
  274. border-width:0px;
  275. position:absolute;
  276. left:0px;
  277. top:0px;
  278. width:43px;
  279. height:30px;
  280. background:inherit;
  281. background-color:rgba(255, 255, 255, 0);
  282. border:none;
  283. border-top:0px;
  284. border-right:0px;
  285. border-bottom:0px;
  286. border-radius:0px;
  287. border-top-left-radius:0px;
  288. border-bottom-left-radius:0px;
  289. -moz-box-shadow:none;
  290. -webkit-box-shadow:none;
  291. box-shadow:none;
  292. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  293. font-weight:400;
  294. font-style:normal;
  295. font-size:14px;
  296. color:#7F7F7F;
  297. text-align:right;
  298. }
  299. #u109350 {
  300. border-width:0px;
  301. position:absolute;
  302. left:192px;
  303. top:185px;
  304. width:43px;
  305. height:30px;
  306. display:flex;
  307. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  308. font-weight:400;
  309. font-style:normal;
  310. font-size:14px;
  311. color:#7F7F7F;
  312. text-align:right;
  313. }
  314. #u109350 .text {
  315. position:absolute;
  316. align-self:center;
  317. padding:5px 0px 5px 0px;
  318. box-sizing:border-box;
  319. width:100%;
  320. }
  321. #u109350_text {
  322. border-width:0px;
  323. white-space:nowrap;
  324. text-transform:none;
  325. }
  326. #u109351_div {
  327. border-width:0px;
  328. position:absolute;
  329. left:0px;
  330. top:0px;
  331. width:71px;
  332. height:30px;
  333. background:inherit;
  334. background-color:rgba(255, 255, 255, 0);
  335. border:none;
  336. border-top:0px;
  337. border-right:0px;
  338. border-bottom:0px;
  339. border-radius:0px;
  340. border-top-left-radius:0px;
  341. border-bottom-left-radius:0px;
  342. -moz-box-shadow:none;
  343. -webkit-box-shadow:none;
  344. box-shadow:none;
  345. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  346. font-weight:400;
  347. font-style:normal;
  348. font-size:14px;
  349. color:#7F7F7F;
  350. text-align:right;
  351. }
  352. #u109351 {
  353. border-width:0px;
  354. position:absolute;
  355. left:164px;
  356. top:385px;
  357. width:71px;
  358. height:30px;
  359. display:flex;
  360. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  361. font-weight:400;
  362. font-style:normal;
  363. font-size:14px;
  364. color:#7F7F7F;
  365. text-align:right;
  366. }
  367. #u109351 .text {
  368. position:absolute;
  369. align-self:center;
  370. padding:5px 0px 5px 0px;
  371. box-sizing:border-box;
  372. width:100%;
  373. }
  374. #u109351_text {
  375. border-width:0px;
  376. white-space:nowrap;
  377. text-transform:none;
  378. }
  379. #u109352 {
  380. border-width:0px;
  381. position:absolute;
  382. left:0px;
  383. top:0px;
  384. width:0px;
  385. height:0px;
  386. }
  387. #u109353_div {
  388. border-width:0px;
  389. position:absolute;
  390. left:0px;
  391. top:0px;
  392. width:400px;
  393. height:40px;
  394. background:inherit;
  395. background-color:rgba(255, 255, 255, 1);
  396. box-sizing:border-box;
  397. border-width:1px;
  398. border-style:solid;
  399. border-color:rgba(201, 201, 201, 1);
  400. border-radius:4px;
  401. -moz-box-shadow:none;
  402. -webkit-box-shadow:none;
  403. box-shadow:none;
  404. font-family:'Microsoft YaHei', sans-serif;
  405. font-weight:400;
  406. font-style:normal;
  407. font-size:14px;
  408. color:#CCCCCC;
  409. text-align:left;
  410. }
  411. #u109353 {
  412. border-width:0px;
  413. position:absolute;
  414. left:245px;
  415. top:380px;
  416. width:400px;
  417. height:40px;
  418. display:flex;
  419. font-family:'Microsoft YaHei', sans-serif;
  420. font-weight:400;
  421. font-style:normal;
  422. font-size:14px;
  423. color:#CCCCCC;
  424. text-align:left;
  425. }
  426. #u109353 .text {
  427. position:absolute;
  428. align-self:center;
  429. padding:2px 8px 2px 8px;
  430. box-sizing:border-box;
  431. width:100%;
  432. }
  433. #u109353_text {
  434. border-width:0px;
  435. word-wrap:break-word;
  436. text-transform:none;
  437. visibility:hidden;
  438. }
  439. #u109354_input {
  440. position:absolute;
  441. left:0px;
  442. top:0px;
  443. width:145px;
  444. height:38px;
  445. padding:2px 2px 2px 2px;
  446. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  447. font-weight:400;
  448. font-style:normal;
  449. font-size:14px;
  450. letter-spacing:normal;
  451. color:#000000;
  452. vertical-align:none;
  453. text-align:left;
  454. text-transform:none;
  455. background-color:transparent;
  456. border-color:transparent;
  457. }
  458. #u109354_input.disabled {
  459. position:absolute;
  460. left:0px;
  461. top:0px;
  462. width:145px;
  463. height:38px;
  464. padding:2px 2px 2px 2px;
  465. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  466. font-weight:400;
  467. font-style:normal;
  468. font-size:14px;
  469. letter-spacing:normal;
  470. color:#000000;
  471. vertical-align:none;
  472. text-align:left;
  473. text-transform:none;
  474. background-color:transparent;
  475. border-color:transparent;
  476. }
  477. #u109354_div {
  478. border-width:0px;
  479. position:absolute;
  480. left:0px;
  481. top:0px;
  482. width:145px;
  483. height:38px;
  484. background:inherit;
  485. background-color:rgba(255, 255, 255, 1);
  486. border:none;
  487. border-radius:0px;
  488. -moz-box-shadow:none;
  489. -webkit-box-shadow:none;
  490. box-shadow:none;
  491. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  492. font-weight:400;
  493. font-style:normal;
  494. font-size:14px;
  495. }
  496. #u109354 {
  497. border-width:0px;
  498. position:absolute;
  499. left:256px;
  500. top:381px;
  501. width:145px;
  502. height:38px;
  503. display:flex;
  504. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  505. font-weight:400;
  506. font-style:normal;
  507. font-size:14px;
  508. }
  509. #u109354 .text {
  510. position:absolute;
  511. align-self:center;
  512. padding:2px 2px 2px 2px;
  513. box-sizing:border-box;
  514. width:100%;
  515. }
  516. #u109354_div.disabled {
  517. border-width:0px;
  518. position:absolute;
  519. left:0px;
  520. top:0px;
  521. width:145px;
  522. height:38px;
  523. background:inherit;
  524. background-color:rgba(240, 240, 240, 1);
  525. border:none;
  526. border-radius:0px;
  527. -moz-box-shadow:none;
  528. -webkit-box-shadow:none;
  529. box-shadow:none;
  530. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  531. font-weight:400;
  532. font-style:normal;
  533. font-size:14px;
  534. }
  535. #u109354.disabled {
  536. }
  537. #u109355_img {
  538. border-width:0px;
  539. position:absolute;
  540. left:0px;
  541. top:0px;
  542. width:16px;
  543. height:14px;
  544. }
  545. #u109355 {
  546. border-width:0px;
  547. position:absolute;
  548. left:623px;
  549. top:393px;
  550. width:16px;
  551. height:14px;
  552. display:flex;
  553. }
  554. #u109355 .text {
  555. position:absolute;
  556. align-self:center;
  557. padding:2px 2px 2px 2px;
  558. box-sizing:border-box;
  559. width:100%;
  560. }
  561. #u109355_text {
  562. border-width:0px;
  563. word-wrap:break-word;
  564. text-transform:none;
  565. visibility:hidden;
  566. }
  567. #u109356_div {
  568. border-width:0px;
  569. position:absolute;
  570. left:0px;
  571. top:0px;
  572. width:43px;
  573. height:30px;
  574. background:inherit;
  575. background-color:rgba(255, 255, 255, 0);
  576. border:none;
  577. border-top:0px;
  578. border-right:0px;
  579. border-bottom:0px;
  580. border-radius:0px;
  581. border-top-left-radius:0px;
  582. border-bottom-left-radius:0px;
  583. -moz-box-shadow:none;
  584. -webkit-box-shadow:none;
  585. box-shadow:none;
  586. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  587. font-weight:400;
  588. font-style:normal;
  589. font-size:14px;
  590. color:#7F7F7F;
  591. text-align:right;
  592. }
  593. #u109356 {
  594. border-width:0px;
  595. position:absolute;
  596. left:192px;
  597. top:335px;
  598. width:43px;
  599. height:30px;
  600. display:flex;
  601. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  602. font-weight:400;
  603. font-style:normal;
  604. font-size:14px;
  605. color:#7F7F7F;
  606. text-align:right;
  607. }
  608. #u109356 .text {
  609. position:absolute;
  610. align-self:center;
  611. padding:5px 0px 5px 0px;
  612. box-sizing:border-box;
  613. width:100%;
  614. }
  615. #u109356_text {
  616. border-width:0px;
  617. white-space:nowrap;
  618. text-transform:none;
  619. }
  620. #u109357 {
  621. border-width:0px;
  622. position:absolute;
  623. left:0px;
  624. top:0px;
  625. width:0px;
  626. height:0px;
  627. }
  628. #u109358_div {
  629. border-width:0px;
  630. position:absolute;
  631. left:0px;
  632. top:0px;
  633. width:800px;
  634. height:60px;
  635. background:inherit;
  636. background-color:rgba(255, 255, 255, 1);
  637. box-sizing:border-box;
  638. border-width:1px;
  639. border-style:solid;
  640. border-color:rgba(215, 215, 215, 1);
  641. border-radius:0px;
  642. -moz-box-shadow:none;
  643. -webkit-box-shadow:none;
  644. box-shadow:none;
  645. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  646. font-weight:400;
  647. font-style:normal;
  648. font-size:14px;
  649. color:#AAAAAA;
  650. text-align:center;
  651. line-height:30px;
  652. }
  653. #u109358 {
  654. border-width:0px;
  655. position:absolute;
  656. left:94px;
  657. top:1190px;
  658. width:800px;
  659. height:60px;
  660. display:flex;
  661. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  662. font-weight:400;
  663. font-style:normal;
  664. font-size:14px;
  665. color:#AAAAAA;
  666. text-align:center;
  667. line-height:30px;
  668. }
  669. #u109358 .text {
  670. position:absolute;
  671. align-self:center;
  672. padding:5px 10px 5px 10px;
  673. box-sizing:border-box;
  674. width:100%;
  675. }
  676. #u109358_text {
  677. border-width:0px;
  678. word-wrap:break-word;
  679. text-transform:none;
  680. visibility:hidden;
  681. }
  682. #u109359_div {
  683. border-width:0px;
  684. position:absolute;
  685. left:0px;
  686. top:0px;
  687. width:80px;
  688. height:30px;
  689. background:inherit;
  690. background-color:rgba(24, 144, 255, 1);
  691. border:none;
  692. border-radius:4px;
  693. -moz-box-shadow:none;
  694. -webkit-box-shadow:none;
  695. box-shadow:none;
  696. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  697. font-weight:400;
  698. font-style:normal;
  699. font-size:14px;
  700. color:#FFFFFF;
  701. }
  702. #u109359 {
  703. border-width:0px;
  704. position:absolute;
  705. left:664px;
  706. top:1205px;
  707. width:80px;
  708. height:30px;
  709. display:flex;
  710. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  711. font-weight:400;
  712. font-style:normal;
  713. font-size:14px;
  714. color:#FFFFFF;
  715. }
  716. #u109359 .text {
  717. position:absolute;
  718. align-self:center;
  719. padding:2px 2px 2px 2px;
  720. box-sizing:border-box;
  721. width:100%;
  722. }
  723. #u109359_text {
  724. border-width:0px;
  725. word-wrap:break-word;
  726. text-transform:none;
  727. }
  728. #u109360_div {
  729. border-width:0px;
  730. position:absolute;
  731. left:0px;
  732. top:0px;
  733. width:80px;
  734. height:30px;
  735. background:inherit;
  736. background-color:rgba(255, 255, 255, 1);
  737. box-sizing:border-box;
  738. border-width:1px;
  739. border-style:solid;
  740. border-color:rgba(170, 170, 170, 1);
  741. border-radius:4px;
  742. -moz-box-shadow:none;
  743. -webkit-box-shadow:none;
  744. box-shadow:none;
  745. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  746. font-weight:400;
  747. font-style:normal;
  748. font-size:14px;
  749. }
  750. #u109360 {
  751. border-width:0px;
  752. position:absolute;
  753. left:574px;
  754. top:1205px;
  755. width:80px;
  756. height:30px;
  757. display:flex;
  758. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  759. font-weight:400;
  760. font-style:normal;
  761. font-size:14px;
  762. }
  763. #u109360 .text {
  764. position:absolute;
  765. align-self:center;
  766. padding:2px 2px 2px 2px;
  767. box-sizing:border-box;
  768. width:100%;
  769. }
  770. #u109360_text {
  771. border-width:0px;
  772. word-wrap:break-word;
  773. text-transform:none;
  774. }
  775. #u109361_div {
  776. border-width:0px;
  777. position:absolute;
  778. left:0px;
  779. top:0px;
  780. width:100px;
  781. height:30px;
  782. background:inherit;
  783. background-color:rgba(24, 144, 255, 1);
  784. border:none;
  785. border-radius:4px;
  786. -moz-box-shadow:none;
  787. -webkit-box-shadow:none;
  788. box-shadow:none;
  789. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  790. font-weight:400;
  791. font-style:normal;
  792. font-size:14px;
  793. color:#FFFFFF;
  794. }
  795. #u109361 {
  796. border-width:0px;
  797. position:absolute;
  798. left:754px;
  799. top:1205px;
  800. width:100px;
  801. height:30px;
  802. display:flex;
  803. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  804. font-weight:400;
  805. font-style:normal;
  806. font-size:14px;
  807. color:#FFFFFF;
  808. }
  809. #u109361 .text {
  810. position:absolute;
  811. align-self:center;
  812. padding:2px 2px 2px 2px;
  813. box-sizing:border-box;
  814. width:100%;
  815. }
  816. #u109361_text {
  817. border-width:0px;
  818. word-wrap:break-word;
  819. text-transform:none;
  820. }
  821. #u109362 {
  822. border-width:0px;
  823. position:absolute;
  824. left:0px;
  825. top:0px;
  826. width:0px;
  827. height:0px;
  828. }
  829. #u109363_div {
  830. border-width:0px;
  831. position:absolute;
  832. left:0px;
  833. top:0px;
  834. width:400px;
  835. height:40px;
  836. background:inherit;
  837. background-color:rgba(255, 255, 255, 1);
  838. box-sizing:border-box;
  839. border-width:1px;
  840. border-style:solid;
  841. border-color:rgba(201, 201, 201, 1);
  842. border-radius:4px;
  843. -moz-box-shadow:none;
  844. -webkit-box-shadow:none;
  845. box-shadow:none;
  846. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  847. font-weight:400;
  848. font-style:normal;
  849. font-size:14px;
  850. text-align:right;
  851. }
  852. #u109363 {
  853. border-width:0px;
  854. position:absolute;
  855. left:245px;
  856. top:130px;
  857. width:400px;
  858. height:40px;
  859. display:flex;
  860. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  861. font-weight:400;
  862. font-style:normal;
  863. font-size:14px;
  864. text-align:right;
  865. }
  866. #u109363 .text {
  867. position:absolute;
  868. align-self:center;
  869. padding:2px 10px 2px 8px;
  870. box-sizing:border-box;
  871. width:100%;
  872. }
  873. #u109363_text {
  874. border-width:0px;
  875. word-wrap:break-word;
  876. text-transform:none;
  877. visibility:hidden;
  878. }
  879. #u109364_input {
  880. position:absolute;
  881. left:0px;
  882. top:0px;
  883. width:380px;
  884. height:23px;
  885. padding:2px 2px 2px 2px;
  886. font-family:'ArialMT', 'Arial', sans-serif;
  887. font-weight:400;
  888. font-style:normal;
  889. font-size:11px;
  890. letter-spacing:normal;
  891. color:#AAAAAA;
  892. vertical-align:none;
  893. text-align:left;
  894. text-transform:none;
  895. background-color:transparent;
  896. border-color:transparent;
  897. }
  898. #u109364_input.disabled {
  899. position:absolute;
  900. left:0px;
  901. top:0px;
  902. width:380px;
  903. height:23px;
  904. padding:2px 2px 2px 2px;
  905. font-family:'ArialMT', 'Arial', sans-serif;
  906. font-weight:400;
  907. font-style:normal;
  908. font-size:11px;
  909. letter-spacing:normal;
  910. color:#AAAAAA;
  911. vertical-align:none;
  912. text-align:left;
  913. text-transform:none;
  914. background-color:transparent;
  915. border-color:transparent;
  916. }
  917. #u109364_div {
  918. border-width:0px;
  919. position:absolute;
  920. left:0px;
  921. top:0px;
  922. width:380px;
  923. height:23px;
  924. background:inherit;
  925. background-color:rgba(255, 255, 255, 1);
  926. border:none;
  927. border-radius:0px;
  928. -moz-box-shadow:none;
  929. -webkit-box-shadow:none;
  930. box-shadow:none;
  931. font-size:11px;
  932. color:#AAAAAA;
  933. }
  934. #u109364 {
  935. border-width:0px;
  936. position:absolute;
  937. left:256px;
  938. top:139px;
  939. width:380px;
  940. height:23px;
  941. display:flex;
  942. font-size:11px;
  943. color:#AAAAAA;
  944. }
  945. #u109364 .text {
  946. position:absolute;
  947. align-self:flex-start;
  948. padding:2px 2px 2px 2px;
  949. box-sizing:border-box;
  950. width:100%;
  951. }
  952. #u109364_div.disabled {
  953. border-width:0px;
  954. position:absolute;
  955. left:0px;
  956. top:0px;
  957. width:380px;
  958. height:23px;
  959. background:inherit;
  960. background-color:rgba(240, 240, 240, 1);
  961. border:none;
  962. border-radius:0px;
  963. -moz-box-shadow:none;
  964. -webkit-box-shadow:none;
  965. box-shadow:none;
  966. font-size:11px;
  967. color:#AAAAAA;
  968. }
  969. #u109364.disabled {
  970. }
  971. .u109364_input_option {
  972. font-size:11px;
  973. }
  974. #u109365 {
  975. border-width:0px;
  976. position:absolute;
  977. left:0px;
  978. top:0px;
  979. width:0px;
  980. height:0px;
  981. }
  982. #u109366_div {
  983. border-width:0px;
  984. position:absolute;
  985. left:0px;
  986. top:0px;
  987. width:400px;
  988. height:40px;
  989. background:inherit;
  990. background-color:rgba(255, 255, 255, 1);
  991. box-sizing:border-box;
  992. border-width:1px;
  993. border-style:solid;
  994. border-color:rgba(201, 201, 201, 1);
  995. border-radius:4px;
  996. -moz-box-shadow:none;
  997. -webkit-box-shadow:none;
  998. box-shadow:none;
  999. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1000. font-weight:400;
  1001. font-style:normal;
  1002. font-size:14px;
  1003. text-align:right;
  1004. }
  1005. #u109366 {
  1006. border-width:0px;
  1007. position:absolute;
  1008. left:245px;
  1009. top:180px;
  1010. width:400px;
  1011. height:40px;
  1012. display:flex;
  1013. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1014. font-weight:400;
  1015. font-style:normal;
  1016. font-size:14px;
  1017. text-align:right;
  1018. }
  1019. #u109366 .text {
  1020. position:absolute;
  1021. align-self:center;
  1022. padding:2px 10px 2px 8px;
  1023. box-sizing:border-box;
  1024. width:100%;
  1025. }
  1026. #u109366_text {
  1027. border-width:0px;
  1028. word-wrap:break-word;
  1029. text-transform:none;
  1030. visibility:hidden;
  1031. }
  1032. #u109367_input {
  1033. position:absolute;
  1034. left:0px;
  1035. top:0px;
  1036. width:380px;
  1037. height:23px;
  1038. padding:2px 2px 2px 2px;
  1039. font-family:'ArialMT', 'Arial', sans-serif;
  1040. font-weight:400;
  1041. font-style:normal;
  1042. font-size:11px;
  1043. letter-spacing:normal;
  1044. color:#AAAAAA;
  1045. vertical-align:none;
  1046. text-align:left;
  1047. text-transform:none;
  1048. background-color:transparent;
  1049. border-color:transparent;
  1050. }
  1051. #u109367_input.disabled {
  1052. position:absolute;
  1053. left:0px;
  1054. top:0px;
  1055. width:380px;
  1056. height:23px;
  1057. padding:2px 2px 2px 2px;
  1058. font-family:'ArialMT', 'Arial', sans-serif;
  1059. font-weight:400;
  1060. font-style:normal;
  1061. font-size:11px;
  1062. letter-spacing:normal;
  1063. color:#AAAAAA;
  1064. vertical-align:none;
  1065. text-align:left;
  1066. text-transform:none;
  1067. background-color:transparent;
  1068. border-color:transparent;
  1069. }
  1070. #u109367_div {
  1071. border-width:0px;
  1072. position:absolute;
  1073. left:0px;
  1074. top:0px;
  1075. width:380px;
  1076. height:23px;
  1077. background:inherit;
  1078. background-color:rgba(255, 255, 255, 1);
  1079. border:none;
  1080. border-radius:0px;
  1081. -moz-box-shadow:none;
  1082. -webkit-box-shadow:none;
  1083. box-shadow:none;
  1084. font-size:11px;
  1085. color:#AAAAAA;
  1086. }
  1087. #u109367 {
  1088. border-width:0px;
  1089. position:absolute;
  1090. left:256px;
  1091. top:189px;
  1092. width:380px;
  1093. height:23px;
  1094. display:flex;
  1095. font-size:11px;
  1096. color:#AAAAAA;
  1097. }
  1098. #u109367 .text {
  1099. position:absolute;
  1100. align-self:flex-start;
  1101. padding:2px 2px 2px 2px;
  1102. box-sizing:border-box;
  1103. width:100%;
  1104. }
  1105. #u109367_div.disabled {
  1106. border-width:0px;
  1107. position:absolute;
  1108. left:0px;
  1109. top:0px;
  1110. width:380px;
  1111. height:23px;
  1112. background:inherit;
  1113. background-color:rgba(240, 240, 240, 1);
  1114. border:none;
  1115. border-radius:0px;
  1116. -moz-box-shadow:none;
  1117. -webkit-box-shadow:none;
  1118. box-shadow:none;
  1119. font-size:11px;
  1120. color:#AAAAAA;
  1121. }
  1122. #u109367.disabled {
  1123. }
  1124. .u109367_input_option {
  1125. font-size:11px;
  1126. }
  1127. #u109368 {
  1128. border-width:0px;
  1129. position:absolute;
  1130. left:0px;
  1131. top:0px;
  1132. width:0px;
  1133. height:0px;
  1134. }
  1135. #u109369_div {
  1136. border-width:0px;
  1137. position:absolute;
  1138. left:0px;
  1139. top:0px;
  1140. width:400px;
  1141. height:40px;
  1142. background:inherit;
  1143. background-color:rgba(255, 255, 255, 1);
  1144. box-sizing:border-box;
  1145. border-width:1px;
  1146. border-style:solid;
  1147. border-color:rgba(201, 201, 201, 1);
  1148. border-radius:4px;
  1149. -moz-box-shadow:none;
  1150. -webkit-box-shadow:none;
  1151. box-shadow:none;
  1152. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1153. font-weight:400;
  1154. font-style:normal;
  1155. font-size:14px;
  1156. text-align:right;
  1157. }
  1158. #u109369 {
  1159. border-width:0px;
  1160. position:absolute;
  1161. left:245px;
  1162. top:330px;
  1163. width:400px;
  1164. height:40px;
  1165. display:flex;
  1166. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1167. font-weight:400;
  1168. font-style:normal;
  1169. font-size:14px;
  1170. text-align:right;
  1171. }
  1172. #u109369 .text {
  1173. position:absolute;
  1174. align-self:center;
  1175. padding:2px 10px 2px 8px;
  1176. box-sizing:border-box;
  1177. width:100%;
  1178. }
  1179. #u109369_text {
  1180. border-width:0px;
  1181. word-wrap:break-word;
  1182. text-transform:none;
  1183. visibility:hidden;
  1184. }
  1185. #u109370_input {
  1186. position:absolute;
  1187. left:0px;
  1188. top:0px;
  1189. width:380px;
  1190. height:23px;
  1191. padding:2px 2px 2px 2px;
  1192. font-family:'ArialMT', 'Arial', sans-serif;
  1193. font-weight:400;
  1194. font-style:normal;
  1195. font-size:12px;
  1196. letter-spacing:normal;
  1197. color:#AAAAAA;
  1198. vertical-align:none;
  1199. text-align:left;
  1200. text-transform:none;
  1201. background-color:transparent;
  1202. border-color:transparent;
  1203. }
  1204. #u109370_input.disabled {
  1205. position:absolute;
  1206. left:0px;
  1207. top:0px;
  1208. width:380px;
  1209. height:23px;
  1210. padding:2px 2px 2px 2px;
  1211. font-family:'ArialMT', 'Arial', sans-serif;
  1212. font-weight:400;
  1213. font-style:normal;
  1214. font-size:12px;
  1215. letter-spacing:normal;
  1216. color:#AAAAAA;
  1217. vertical-align:none;
  1218. text-align:left;
  1219. text-transform:none;
  1220. background-color:transparent;
  1221. border-color:transparent;
  1222. }
  1223. #u109370_div {
  1224. border-width:0px;
  1225. position:absolute;
  1226. left:0px;
  1227. top:0px;
  1228. width:380px;
  1229. height:23px;
  1230. background:inherit;
  1231. background-color:rgba(255, 255, 255, 1);
  1232. border:none;
  1233. border-radius:0px;
  1234. -moz-box-shadow:none;
  1235. -webkit-box-shadow:none;
  1236. box-shadow:none;
  1237. font-size:12px;
  1238. color:#AAAAAA;
  1239. }
  1240. #u109370 {
  1241. border-width:0px;
  1242. position:absolute;
  1243. left:256px;
  1244. top:339px;
  1245. width:380px;
  1246. height:23px;
  1247. display:flex;
  1248. font-size:12px;
  1249. color:#AAAAAA;
  1250. }
  1251. #u109370 .text {
  1252. position:absolute;
  1253. align-self:flex-start;
  1254. padding:2px 2px 2px 2px;
  1255. box-sizing:border-box;
  1256. width:100%;
  1257. }
  1258. #u109370_div.disabled {
  1259. border-width:0px;
  1260. position:absolute;
  1261. left:0px;
  1262. top:0px;
  1263. width:380px;
  1264. height:23px;
  1265. background:inherit;
  1266. background-color:rgba(240, 240, 240, 1);
  1267. border:none;
  1268. border-radius:0px;
  1269. -moz-box-shadow:none;
  1270. -webkit-box-shadow:none;
  1271. box-shadow:none;
  1272. font-size:12px;
  1273. color:#AAAAAA;
  1274. }
  1275. #u109370.disabled {
  1276. }
  1277. .u109370_input_option {
  1278. font-size:12px;
  1279. }
  1280. #u109371_div {
  1281. border-width:0px;
  1282. position:absolute;
  1283. left:0px;
  1284. top:0px;
  1285. width:43px;
  1286. height:30px;
  1287. background:inherit;
  1288. background-color:rgba(255, 255, 255, 0);
  1289. border:none;
  1290. border-top:0px;
  1291. border-right:0px;
  1292. border-bottom:0px;
  1293. border-radius:0px;
  1294. border-top-left-radius:0px;
  1295. border-bottom-left-radius:0px;
  1296. -moz-box-shadow:none;
  1297. -webkit-box-shadow:none;
  1298. box-shadow:none;
  1299. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1300. font-weight:400;
  1301. font-style:normal;
  1302. font-size:14px;
  1303. color:#7F7F7F;
  1304. text-align:right;
  1305. }
  1306. #u109371 {
  1307. border-width:0px;
  1308. position:absolute;
  1309. left:192px;
  1310. top:235px;
  1311. width:43px;
  1312. height:30px;
  1313. display:flex;
  1314. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1315. font-weight:400;
  1316. font-style:normal;
  1317. font-size:14px;
  1318. color:#7F7F7F;
  1319. text-align:right;
  1320. }
  1321. #u109371 .text {
  1322. position:absolute;
  1323. align-self:center;
  1324. padding:5px 0px 5px 0px;
  1325. box-sizing:border-box;
  1326. width:100%;
  1327. }
  1328. #u109371_text {
  1329. border-width:0px;
  1330. white-space:nowrap;
  1331. text-transform:none;
  1332. }
  1333. #u109372 {
  1334. border-width:0px;
  1335. position:absolute;
  1336. left:0px;
  1337. top:0px;
  1338. width:0px;
  1339. height:0px;
  1340. }
  1341. #u109373_div {
  1342. border-width:0px;
  1343. position:absolute;
  1344. left:0px;
  1345. top:0px;
  1346. width:400px;
  1347. height:40px;
  1348. background:inherit;
  1349. background-color:rgba(255, 255, 255, 1);
  1350. box-sizing:border-box;
  1351. border-width:1px;
  1352. border-style:solid;
  1353. border-color:rgba(201, 201, 201, 1);
  1354. border-radius:4px;
  1355. -moz-box-shadow:none;
  1356. -webkit-box-shadow:none;
  1357. box-shadow:none;
  1358. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1359. font-weight:400;
  1360. font-style:normal;
  1361. font-size:14px;
  1362. text-align:right;
  1363. }
  1364. #u109373 {
  1365. border-width:0px;
  1366. position:absolute;
  1367. left:245px;
  1368. top:230px;
  1369. width:400px;
  1370. height:40px;
  1371. display:flex;
  1372. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1373. font-weight:400;
  1374. font-style:normal;
  1375. font-size:14px;
  1376. text-align:right;
  1377. }
  1378. #u109373 .text {
  1379. position:absolute;
  1380. align-self:center;
  1381. padding:2px 10px 2px 8px;
  1382. box-sizing:border-box;
  1383. width:100%;
  1384. }
  1385. #u109373_text {
  1386. border-width:0px;
  1387. word-wrap:break-word;
  1388. text-transform:none;
  1389. visibility:hidden;
  1390. }
  1391. #u109374_input {
  1392. position:absolute;
  1393. left:0px;
  1394. top:0px;
  1395. width:380px;
  1396. height:23px;
  1397. padding:2px 2px 2px 2px;
  1398. font-family:'ArialMT', 'Arial', sans-serif;
  1399. font-weight:400;
  1400. font-style:normal;
  1401. font-size:11px;
  1402. letter-spacing:normal;
  1403. color:#AAAAAA;
  1404. vertical-align:none;
  1405. text-align:left;
  1406. text-transform:none;
  1407. background-color:transparent;
  1408. border-color:transparent;
  1409. }
  1410. #u109374_input.disabled {
  1411. position:absolute;
  1412. left:0px;
  1413. top:0px;
  1414. width:380px;
  1415. height:23px;
  1416. padding:2px 2px 2px 2px;
  1417. font-family:'ArialMT', 'Arial', sans-serif;
  1418. font-weight:400;
  1419. font-style:normal;
  1420. font-size:11px;
  1421. letter-spacing:normal;
  1422. color:#AAAAAA;
  1423. vertical-align:none;
  1424. text-align:left;
  1425. text-transform:none;
  1426. background-color:transparent;
  1427. border-color:transparent;
  1428. }
  1429. #u109374_div {
  1430. border-width:0px;
  1431. position:absolute;
  1432. left:0px;
  1433. top:0px;
  1434. width:380px;
  1435. height:23px;
  1436. background:inherit;
  1437. background-color:rgba(255, 255, 255, 1);
  1438. border:none;
  1439. border-radius:0px;
  1440. -moz-box-shadow:none;
  1441. -webkit-box-shadow:none;
  1442. box-shadow:none;
  1443. font-size:11px;
  1444. color:#AAAAAA;
  1445. }
  1446. #u109374 {
  1447. border-width:0px;
  1448. position:absolute;
  1449. left:256px;
  1450. top:239px;
  1451. width:380px;
  1452. height:23px;
  1453. display:flex;
  1454. font-size:11px;
  1455. color:#AAAAAA;
  1456. }
  1457. #u109374 .text {
  1458. position:absolute;
  1459. align-self:flex-start;
  1460. padding:2px 2px 2px 2px;
  1461. box-sizing:border-box;
  1462. width:100%;
  1463. }
  1464. #u109374_div.disabled {
  1465. border-width:0px;
  1466. position:absolute;
  1467. left:0px;
  1468. top:0px;
  1469. width:380px;
  1470. height:23px;
  1471. background:inherit;
  1472. background-color:rgba(240, 240, 240, 1);
  1473. border:none;
  1474. border-radius:0px;
  1475. -moz-box-shadow:none;
  1476. -webkit-box-shadow:none;
  1477. box-shadow:none;
  1478. font-size:11px;
  1479. color:#AAAAAA;
  1480. }
  1481. #u109374.disabled {
  1482. }
  1483. .u109374_input_option {
  1484. font-size:11px;
  1485. }
  1486. #u109375_div {
  1487. border-width:0px;
  1488. position:absolute;
  1489. left:0px;
  1490. top:0px;
  1491. width:43px;
  1492. height:30px;
  1493. background:inherit;
  1494. background-color:rgba(255, 255, 255, 0);
  1495. border:none;
  1496. border-top:0px;
  1497. border-right:0px;
  1498. border-bottom:0px;
  1499. border-radius:0px;
  1500. border-top-left-radius:0px;
  1501. border-bottom-left-radius:0px;
  1502. -moz-box-shadow:none;
  1503. -webkit-box-shadow:none;
  1504. box-shadow:none;
  1505. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1506. font-weight:400;
  1507. font-style:normal;
  1508. font-size:14px;
  1509. color:#7F7F7F;
  1510. text-align:right;
  1511. }
  1512. #u109375 {
  1513. border-width:0px;
  1514. position:absolute;
  1515. left:192px;
  1516. top:285px;
  1517. width:43px;
  1518. height:30px;
  1519. display:flex;
  1520. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1521. font-weight:400;
  1522. font-style:normal;
  1523. font-size:14px;
  1524. color:#7F7F7F;
  1525. text-align:right;
  1526. }
  1527. #u109375 .text {
  1528. position:absolute;
  1529. align-self:center;
  1530. padding:5px 0px 5px 0px;
  1531. box-sizing:border-box;
  1532. width:100%;
  1533. }
  1534. #u109375_text {
  1535. border-width:0px;
  1536. white-space:nowrap;
  1537. text-transform:none;
  1538. }
  1539. #u109376 {
  1540. border-width:0px;
  1541. position:absolute;
  1542. left:0px;
  1543. top:0px;
  1544. width:0px;
  1545. height:0px;
  1546. }
  1547. #u109377_div {
  1548. border-width:0px;
  1549. position:absolute;
  1550. left:0px;
  1551. top:0px;
  1552. width:400px;
  1553. height:40px;
  1554. background:inherit;
  1555. background-color:rgba(255, 255, 255, 1);
  1556. box-sizing:border-box;
  1557. border-width:1px;
  1558. border-style:solid;
  1559. border-color:rgba(201, 201, 201, 1);
  1560. border-radius:4px;
  1561. -moz-box-shadow:none;
  1562. -webkit-box-shadow:none;
  1563. box-shadow:none;
  1564. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1565. font-weight:400;
  1566. font-style:normal;
  1567. font-size:14px;
  1568. text-align:right;
  1569. }
  1570. #u109377 {
  1571. border-width:0px;
  1572. position:absolute;
  1573. left:245px;
  1574. top:280px;
  1575. width:400px;
  1576. height:40px;
  1577. display:flex;
  1578. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1579. font-weight:400;
  1580. font-style:normal;
  1581. font-size:14px;
  1582. text-align:right;
  1583. }
  1584. #u109377 .text {
  1585. position:absolute;
  1586. align-self:center;
  1587. padding:2px 10px 2px 8px;
  1588. box-sizing:border-box;
  1589. width:100%;
  1590. }
  1591. #u109377_text {
  1592. border-width:0px;
  1593. word-wrap:break-word;
  1594. text-transform:none;
  1595. visibility:hidden;
  1596. }
  1597. #u109378_input {
  1598. position:absolute;
  1599. left:0px;
  1600. top:0px;
  1601. width:380px;
  1602. height:23px;
  1603. padding:2px 2px 2px 2px;
  1604. font-family:'ArialMT', 'Arial', sans-serif;
  1605. font-weight:400;
  1606. font-style:normal;
  1607. font-size:11px;
  1608. letter-spacing:normal;
  1609. color:#AAAAAA;
  1610. vertical-align:none;
  1611. text-align:left;
  1612. text-transform:none;
  1613. background-color:transparent;
  1614. border-color:transparent;
  1615. }
  1616. #u109378_input.disabled {
  1617. position:absolute;
  1618. left:0px;
  1619. top:0px;
  1620. width:380px;
  1621. height:23px;
  1622. padding:2px 2px 2px 2px;
  1623. font-family:'ArialMT', 'Arial', sans-serif;
  1624. font-weight:400;
  1625. font-style:normal;
  1626. font-size:11px;
  1627. letter-spacing:normal;
  1628. color:#AAAAAA;
  1629. vertical-align:none;
  1630. text-align:left;
  1631. text-transform:none;
  1632. background-color:transparent;
  1633. border-color:transparent;
  1634. }
  1635. #u109378_div {
  1636. border-width:0px;
  1637. position:absolute;
  1638. left:0px;
  1639. top:0px;
  1640. width:380px;
  1641. height:23px;
  1642. background:inherit;
  1643. background-color:rgba(255, 255, 255, 1);
  1644. border:none;
  1645. border-radius:0px;
  1646. -moz-box-shadow:none;
  1647. -webkit-box-shadow:none;
  1648. box-shadow:none;
  1649. font-size:11px;
  1650. color:#AAAAAA;
  1651. }
  1652. #u109378 {
  1653. border-width:0px;
  1654. position:absolute;
  1655. left:256px;
  1656. top:289px;
  1657. width:380px;
  1658. height:23px;
  1659. display:flex;
  1660. font-size:11px;
  1661. color:#AAAAAA;
  1662. }
  1663. #u109378 .text {
  1664. position:absolute;
  1665. align-self:flex-start;
  1666. padding:2px 2px 2px 2px;
  1667. box-sizing:border-box;
  1668. width:100%;
  1669. }
  1670. #u109378_div.disabled {
  1671. border-width:0px;
  1672. position:absolute;
  1673. left:0px;
  1674. top:0px;
  1675. width:380px;
  1676. height:23px;
  1677. background:inherit;
  1678. background-color:rgba(240, 240, 240, 1);
  1679. border:none;
  1680. border-radius:0px;
  1681. -moz-box-shadow:none;
  1682. -webkit-box-shadow:none;
  1683. box-shadow:none;
  1684. font-size:11px;
  1685. color:#AAAAAA;
  1686. }
  1687. #u109378.disabled {
  1688. }
  1689. .u109378_input_option {
  1690. font-size:11px;
  1691. }
  1692. #u109379_div {
  1693. border-width:0px;
  1694. position:absolute;
  1695. left:0px;
  1696. top:0px;
  1697. width:57px;
  1698. height:30px;
  1699. background:inherit;
  1700. background-color:rgba(255, 255, 255, 0);
  1701. border:none;
  1702. border-top:0px;
  1703. border-right:0px;
  1704. border-bottom:0px;
  1705. border-radius:0px;
  1706. border-top-left-radius:0px;
  1707. border-bottom-left-radius:0px;
  1708. -moz-box-shadow:none;
  1709. -webkit-box-shadow:none;
  1710. box-shadow:none;
  1711. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1712. font-weight:400;
  1713. font-style:normal;
  1714. font-size:14px;
  1715. color:#1890FF;
  1716. text-align:right;
  1717. }
  1718. #u109379 {
  1719. border-width:0px;
  1720. position:absolute;
  1721. left:656px;
  1722. top:335px;
  1723. width:57px;
  1724. height:30px;
  1725. display:flex;
  1726. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1727. font-weight:400;
  1728. font-style:normal;
  1729. font-size:14px;
  1730. color:#1890FF;
  1731. text-align:right;
  1732. }
  1733. #u109379 .text {
  1734. position:absolute;
  1735. align-self:center;
  1736. padding:5px 0px 5px 0px;
  1737. box-sizing:border-box;
  1738. width:100%;
  1739. }
  1740. #u109379_text {
  1741. border-width:0px;
  1742. white-space:nowrap;
  1743. text-transform:none;
  1744. }