styles.css 31 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645
  1. body {
  2. margin:0px;
  3. background-image:none;
  4. position:relative;
  5. left:-53px;
  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. #u96499 {
  20. border-width:0px;
  21. position:absolute;
  22. left:0px;
  23. top:0px;
  24. width:0px;
  25. height:0px;
  26. }
  27. #u96500_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. #u96500 {
  53. border-width:0px;
  54. position:absolute;
  55. left:53px;
  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. #u96500 .text {
  69. position:absolute;
  70. align-self:center;
  71. padding:5px 10px 5px 10px;
  72. box-sizing:border-box;
  73. width:100%;
  74. }
  75. #u96500_text {
  76. border-width:0px;
  77. word-wrap:break-word;
  78. text-transform:none;
  79. visibility:hidden;
  80. }
  81. #u96501_div {
  82. border-width:0px;
  83. position:absolute;
  84. left:0px;
  85. top:0px;
  86. width:119px;
  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. #u96501 {
  106. border-width:0px;
  107. position:absolute;
  108. left:73px;
  109. top:68px;
  110. width:119px;
  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. #u96501 .text {
  119. position:absolute;
  120. align-self:center;
  121. padding:5px 10px 5px 0px;
  122. box-sizing:border-box;
  123. width:100%;
  124. }
  125. #u96501_text {
  126. border-width:0px;
  127. white-space:nowrap;
  128. text-transform:none;
  129. }
  130. #u96502 {
  131. border-width:0px;
  132. position:absolute;
  133. left:0px;
  134. top:0px;
  135. width:0px;
  136. height:0px;
  137. }
  138. #u96503_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. #u96503 {
  164. border-width:0px;
  165. position:absolute;
  166. left:813px;
  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. #u96503 .text {
  178. position:absolute;
  179. align-self:center;
  180. padding:5px 10px 5px 0px;
  181. box-sizing:border-box;
  182. width:100%;
  183. }
  184. #u96503_text {
  185. border-width:0px;
  186. word-wrap:break-word;
  187. text-transform:none;
  188. }
  189. #u96504_img {
  190. border-width:0px;
  191. position:absolute;
  192. left:0px;
  193. top:0px;
  194. width:13px;
  195. height:13px;
  196. }
  197. #u96504 {
  198. border-width:0px;
  199. position:absolute;
  200. left:801px;
  201. top:66px;
  202. width:13px;
  203. height:13px;
  204. display:flex;
  205. font-size:14px;
  206. }
  207. #u96504 .text {
  208. position:absolute;
  209. align-self:center;
  210. padding:2px 2px 2px 2px;
  211. box-sizing:border-box;
  212. width:100%;
  213. }
  214. #u96504_text {
  215. border-width:0px;
  216. word-wrap:break-word;
  217. text-transform:none;
  218. visibility:hidden;
  219. }
  220. #u96505_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. #u96505 {
  247. border-width:0px;
  248. position:absolute;
  249. left:151px;
  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. #u96505 .text {
  262. position:absolute;
  263. align-self:center;
  264. padding:5px 0px 5px 0px;
  265. box-sizing:border-box;
  266. width:100%;
  267. }
  268. #u96505_text {
  269. border-width:0px;
  270. white-space:nowrap;
  271. text-transform:none;
  272. }
  273. #u96506_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. #u96506 {
  300. border-width:0px;
  301. position:absolute;
  302. left:151px;
  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. #u96506 .text {
  315. position:absolute;
  316. align-self:center;
  317. padding:5px 0px 5px 0px;
  318. box-sizing:border-box;
  319. width:100%;
  320. }
  321. #u96506_text {
  322. border-width:0px;
  323. white-space:nowrap;
  324. text-transform:none;
  325. }
  326. #u96507_div {
  327. border-width:0px;
  328. position:absolute;
  329. left:0px;
  330. top:0px;
  331. width:78px;
  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. #u96507 {
  353. border-width:0px;
  354. position:absolute;
  355. left:116px;
  356. top:385px;
  357. width:78px;
  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. #u96507 .text {
  368. position:absolute;
  369. align-self:center;
  370. padding:5px 0px 5px 0px;
  371. box-sizing:border-box;
  372. width:100%;
  373. }
  374. #u96507_text {
  375. border-width:0px;
  376. white-space:nowrap;
  377. text-transform:none;
  378. }
  379. #u96508 {
  380. border-width:0px;
  381. position:absolute;
  382. left:0px;
  383. top:0px;
  384. width:0px;
  385. height:0px;
  386. }
  387. #u96509_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. #u96509 {
  412. border-width:0px;
  413. position:absolute;
  414. left:204px;
  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. #u96509 .text {
  427. position:absolute;
  428. align-self:center;
  429. padding:2px 8px 2px 8px;
  430. box-sizing:border-box;
  431. width:100%;
  432. }
  433. #u96509_text {
  434. border-width:0px;
  435. word-wrap:break-word;
  436. text-transform:none;
  437. visibility:hidden;
  438. }
  439. #u96510_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. #u96510_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. #u96510_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. #u96510 {
  497. border-width:0px;
  498. position:absolute;
  499. left:215px;
  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. #u96510 .text {
  510. position:absolute;
  511. align-self:center;
  512. padding:2px 2px 2px 2px;
  513. box-sizing:border-box;
  514. width:100%;
  515. }
  516. #u96510_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. #u96510.disabled {
  536. }
  537. #u96511_img {
  538. border-width:0px;
  539. position:absolute;
  540. left:0px;
  541. top:0px;
  542. width:16px;
  543. height:14px;
  544. }
  545. #u96511 {
  546. border-width:0px;
  547. position:absolute;
  548. left:582px;
  549. top:393px;
  550. width:16px;
  551. height:14px;
  552. display:flex;
  553. }
  554. #u96511 .text {
  555. position:absolute;
  556. align-self:center;
  557. padding:2px 2px 2px 2px;
  558. box-sizing:border-box;
  559. width:100%;
  560. }
  561. #u96511_text {
  562. border-width:0px;
  563. word-wrap:break-word;
  564. text-transform:none;
  565. visibility:hidden;
  566. }
  567. #u96512_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. #u96512 {
  594. border-width:0px;
  595. position:absolute;
  596. left:151px;
  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. #u96512 .text {
  609. position:absolute;
  610. align-self:center;
  611. padding:5px 0px 5px 0px;
  612. box-sizing:border-box;
  613. width:100%;
  614. }
  615. #u96512_text {
  616. border-width:0px;
  617. white-space:nowrap;
  618. text-transform:none;
  619. }
  620. #u96513 {
  621. border-width:0px;
  622. position:absolute;
  623. left:0px;
  624. top:0px;
  625. width:0px;
  626. height:0px;
  627. }
  628. #u96514_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. #u96514 {
  654. border-width:0px;
  655. position:absolute;
  656. left:53px;
  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. #u96514 .text {
  670. position:absolute;
  671. align-self:center;
  672. padding:5px 10px 5px 10px;
  673. box-sizing:border-box;
  674. width:100%;
  675. }
  676. #u96514_text {
  677. border-width:0px;
  678. word-wrap:break-word;
  679. text-transform:none;
  680. visibility:hidden;
  681. }
  682. #u96515_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. #u96515 {
  703. border-width:0px;
  704. position:absolute;
  705. left:743px;
  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. #u96515 .text {
  717. position:absolute;
  718. align-self:center;
  719. padding:2px 2px 2px 2px;
  720. box-sizing:border-box;
  721. width:100%;
  722. }
  723. #u96515_text {
  724. border-width:0px;
  725. word-wrap:break-word;
  726. text-transform:none;
  727. }
  728. #u96516_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. #u96516 {
  751. border-width:0px;
  752. position:absolute;
  753. left:653px;
  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. #u96516 .text {
  764. position:absolute;
  765. align-self:center;
  766. padding:2px 2px 2px 2px;
  767. box-sizing:border-box;
  768. width:100%;
  769. }
  770. #u96516_text {
  771. border-width:0px;
  772. word-wrap:break-word;
  773. text-transform:none;
  774. }
  775. #u96517 {
  776. border-width:0px;
  777. position:absolute;
  778. left:0px;
  779. top:0px;
  780. width:0px;
  781. height:0px;
  782. }
  783. #u96518_div {
  784. border-width:0px;
  785. position:absolute;
  786. left:0px;
  787. top:0px;
  788. width:400px;
  789. height:40px;
  790. background:inherit;
  791. background-color:rgba(242, 242, 242, 1);
  792. box-sizing:border-box;
  793. border-width:1px;
  794. border-style:solid;
  795. border-color:rgba(201, 201, 201, 1);
  796. border-radius:4px;
  797. -moz-box-shadow:none;
  798. -webkit-box-shadow:none;
  799. box-shadow:none;
  800. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  801. font-weight:400;
  802. font-style:normal;
  803. font-size:14px;
  804. text-align:right;
  805. }
  806. #u96518 {
  807. border-width:0px;
  808. position:absolute;
  809. left:204px;
  810. top:130px;
  811. width:400px;
  812. height:40px;
  813. display:flex;
  814. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  815. font-weight:400;
  816. font-style:normal;
  817. font-size:14px;
  818. text-align:right;
  819. }
  820. #u96518 .text {
  821. position:absolute;
  822. align-self:center;
  823. padding:2px 10px 2px 8px;
  824. box-sizing:border-box;
  825. width:100%;
  826. }
  827. #u96518_text {
  828. border-width:0px;
  829. word-wrap:break-word;
  830. text-transform:none;
  831. visibility:hidden;
  832. }
  833. #u96519_input {
  834. position:absolute;
  835. left:0px;
  836. top:0px;
  837. width:380px;
  838. height:23px;
  839. padding:2px 2px 2px 2px;
  840. font-family:'ArialMT', 'Arial', sans-serif;
  841. font-weight:400;
  842. font-style:normal;
  843. font-size:11px;
  844. letter-spacing:normal;
  845. color:#AAAAAA;
  846. vertical-align:none;
  847. text-align:left;
  848. text-transform:none;
  849. background-color:transparent;
  850. border-color:transparent;
  851. }
  852. #u96519_input.disabled {
  853. position:absolute;
  854. left:0px;
  855. top:0px;
  856. width:380px;
  857. height:23px;
  858. padding:2px 2px 2px 2px;
  859. font-family:'ArialMT', 'Arial', sans-serif;
  860. font-weight:400;
  861. font-style:normal;
  862. font-size:11px;
  863. letter-spacing:normal;
  864. color:#AAAAAA;
  865. vertical-align:none;
  866. text-align:left;
  867. text-transform:none;
  868. background-color:transparent;
  869. border-color:transparent;
  870. }
  871. #u96519_div {
  872. border-width:0px;
  873. position:absolute;
  874. left:0px;
  875. top:0px;
  876. width:380px;
  877. height:23px;
  878. background:inherit;
  879. background-color:rgba(242, 242, 242, 1);
  880. border:none;
  881. border-radius:0px;
  882. -moz-box-shadow:none;
  883. -webkit-box-shadow:none;
  884. box-shadow:none;
  885. font-size:11px;
  886. color:#AAAAAA;
  887. }
  888. #u96519 {
  889. border-width:0px;
  890. position:absolute;
  891. left:215px;
  892. top:139px;
  893. width:380px;
  894. height:23px;
  895. display:flex;
  896. font-size:11px;
  897. color:#AAAAAA;
  898. }
  899. #u96519 .text {
  900. position:absolute;
  901. align-self:flex-start;
  902. padding:2px 2px 2px 2px;
  903. box-sizing:border-box;
  904. width:100%;
  905. }
  906. #u96519_div.disabled {
  907. border-width:0px;
  908. position:absolute;
  909. left:0px;
  910. top:0px;
  911. width:380px;
  912. height:23px;
  913. background:inherit;
  914. background-color:rgba(240, 240, 240, 1);
  915. border:none;
  916. border-radius:0px;
  917. -moz-box-shadow:none;
  918. -webkit-box-shadow:none;
  919. box-shadow:none;
  920. font-size:11px;
  921. color:#AAAAAA;
  922. }
  923. #u96519.disabled {
  924. }
  925. .u96519_input_option {
  926. font-size:11px;
  927. }
  928. #u96520 {
  929. border-width:0px;
  930. position:absolute;
  931. left:0px;
  932. top:0px;
  933. width:0px;
  934. height:0px;
  935. }
  936. #u96521_div {
  937. border-width:0px;
  938. position:absolute;
  939. left:0px;
  940. top:0px;
  941. width:400px;
  942. height:40px;
  943. background:inherit;
  944. background-color:rgba(242, 242, 242, 1);
  945. box-sizing:border-box;
  946. border-width:1px;
  947. border-style:solid;
  948. border-color:rgba(201, 201, 201, 1);
  949. border-radius:4px;
  950. -moz-box-shadow:none;
  951. -webkit-box-shadow:none;
  952. box-shadow:none;
  953. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  954. font-weight:400;
  955. font-style:normal;
  956. font-size:14px;
  957. text-align:right;
  958. }
  959. #u96521 {
  960. border-width:0px;
  961. position:absolute;
  962. left:204px;
  963. top:180px;
  964. width:400px;
  965. height:40px;
  966. display:flex;
  967. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  968. font-weight:400;
  969. font-style:normal;
  970. font-size:14px;
  971. text-align:right;
  972. }
  973. #u96521 .text {
  974. position:absolute;
  975. align-self:center;
  976. padding:2px 10px 2px 8px;
  977. box-sizing:border-box;
  978. width:100%;
  979. }
  980. #u96521_text {
  981. border-width:0px;
  982. word-wrap:break-word;
  983. text-transform:none;
  984. visibility:hidden;
  985. }
  986. #u96522_input {
  987. position:absolute;
  988. left:0px;
  989. top:0px;
  990. width:380px;
  991. height:23px;
  992. padding:2px 2px 2px 2px;
  993. font-family:'ArialMT', 'Arial', sans-serif;
  994. font-weight:400;
  995. font-style:normal;
  996. font-size:11px;
  997. letter-spacing:normal;
  998. color:#AAAAAA;
  999. vertical-align:none;
  1000. text-align:left;
  1001. text-transform:none;
  1002. background-color:transparent;
  1003. border-color:transparent;
  1004. }
  1005. #u96522_input.disabled {
  1006. position:absolute;
  1007. left:0px;
  1008. top:0px;
  1009. width:380px;
  1010. height:23px;
  1011. padding:2px 2px 2px 2px;
  1012. font-family:'ArialMT', 'Arial', sans-serif;
  1013. font-weight:400;
  1014. font-style:normal;
  1015. font-size:11px;
  1016. letter-spacing:normal;
  1017. color:#AAAAAA;
  1018. vertical-align:none;
  1019. text-align:left;
  1020. text-transform:none;
  1021. background-color:transparent;
  1022. border-color:transparent;
  1023. }
  1024. #u96522_div {
  1025. border-width:0px;
  1026. position:absolute;
  1027. left:0px;
  1028. top:0px;
  1029. width:380px;
  1030. height:23px;
  1031. background:inherit;
  1032. background-color:rgba(242, 242, 242, 1);
  1033. border:none;
  1034. border-radius:0px;
  1035. -moz-box-shadow:none;
  1036. -webkit-box-shadow:none;
  1037. box-shadow:none;
  1038. font-size:11px;
  1039. color:#AAAAAA;
  1040. }
  1041. #u96522 {
  1042. border-width:0px;
  1043. position:absolute;
  1044. left:215px;
  1045. top:189px;
  1046. width:380px;
  1047. height:23px;
  1048. display:flex;
  1049. font-size:11px;
  1050. color:#AAAAAA;
  1051. }
  1052. #u96522 .text {
  1053. position:absolute;
  1054. align-self:flex-start;
  1055. padding:2px 2px 2px 2px;
  1056. box-sizing:border-box;
  1057. width:100%;
  1058. }
  1059. #u96522_div.disabled {
  1060. border-width:0px;
  1061. position:absolute;
  1062. left:0px;
  1063. top:0px;
  1064. width:380px;
  1065. height:23px;
  1066. background:inherit;
  1067. background-color:rgba(240, 240, 240, 1);
  1068. border:none;
  1069. border-radius:0px;
  1070. -moz-box-shadow:none;
  1071. -webkit-box-shadow:none;
  1072. box-shadow:none;
  1073. font-size:11px;
  1074. color:#AAAAAA;
  1075. }
  1076. #u96522.disabled {
  1077. }
  1078. .u96522_input_option {
  1079. font-size:11px;
  1080. }
  1081. #u96523 {
  1082. border-width:0px;
  1083. position:absolute;
  1084. left:0px;
  1085. top:0px;
  1086. width:0px;
  1087. height:0px;
  1088. }
  1089. #u96524_div {
  1090. border-width:0px;
  1091. position:absolute;
  1092. left:0px;
  1093. top:0px;
  1094. width:400px;
  1095. height:40px;
  1096. background:inherit;
  1097. background-color:rgba(242, 242, 242, 1);
  1098. box-sizing:border-box;
  1099. border-width:1px;
  1100. border-style:solid;
  1101. border-color:rgba(201, 201, 201, 1);
  1102. border-radius:4px;
  1103. -moz-box-shadow:none;
  1104. -webkit-box-shadow:none;
  1105. box-shadow:none;
  1106. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1107. font-weight:400;
  1108. font-style:normal;
  1109. font-size:14px;
  1110. text-align:right;
  1111. }
  1112. #u96524 {
  1113. border-width:0px;
  1114. position:absolute;
  1115. left:204px;
  1116. top:330px;
  1117. width:400px;
  1118. height:40px;
  1119. display:flex;
  1120. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1121. font-weight:400;
  1122. font-style:normal;
  1123. font-size:14px;
  1124. text-align:right;
  1125. }
  1126. #u96524 .text {
  1127. position:absolute;
  1128. align-self:center;
  1129. padding:2px 10px 2px 8px;
  1130. box-sizing:border-box;
  1131. width:100%;
  1132. }
  1133. #u96524_text {
  1134. border-width:0px;
  1135. word-wrap:break-word;
  1136. text-transform:none;
  1137. visibility:hidden;
  1138. }
  1139. #u96525_input {
  1140. position:absolute;
  1141. left:0px;
  1142. top:0px;
  1143. width:380px;
  1144. height:23px;
  1145. padding:2px 2px 2px 2px;
  1146. font-family:'ArialMT', 'Arial', sans-serif;
  1147. font-weight:400;
  1148. font-style:normal;
  1149. font-size:12px;
  1150. letter-spacing:normal;
  1151. color:#AAAAAA;
  1152. vertical-align:none;
  1153. text-align:left;
  1154. text-transform:none;
  1155. background-color:transparent;
  1156. border-color:transparent;
  1157. }
  1158. #u96525_input.disabled {
  1159. position:absolute;
  1160. left:0px;
  1161. top:0px;
  1162. width:380px;
  1163. height:23px;
  1164. padding:2px 2px 2px 2px;
  1165. font-family:'ArialMT', 'Arial', sans-serif;
  1166. font-weight:400;
  1167. font-style:normal;
  1168. font-size:12px;
  1169. letter-spacing:normal;
  1170. color:#AAAAAA;
  1171. vertical-align:none;
  1172. text-align:left;
  1173. text-transform:none;
  1174. background-color:transparent;
  1175. border-color:transparent;
  1176. }
  1177. #u96525_div {
  1178. border-width:0px;
  1179. position:absolute;
  1180. left:0px;
  1181. top:0px;
  1182. width:380px;
  1183. height:23px;
  1184. background:inherit;
  1185. background-color:rgba(242, 242, 242, 1);
  1186. border:none;
  1187. border-radius:0px;
  1188. -moz-box-shadow:none;
  1189. -webkit-box-shadow:none;
  1190. box-shadow:none;
  1191. font-size:12px;
  1192. color:#AAAAAA;
  1193. }
  1194. #u96525 {
  1195. border-width:0px;
  1196. position:absolute;
  1197. left:215px;
  1198. top:339px;
  1199. width:380px;
  1200. height:23px;
  1201. display:flex;
  1202. font-size:12px;
  1203. color:#AAAAAA;
  1204. }
  1205. #u96525 .text {
  1206. position:absolute;
  1207. align-self:flex-start;
  1208. padding:2px 2px 2px 2px;
  1209. box-sizing:border-box;
  1210. width:100%;
  1211. }
  1212. #u96525_div.disabled {
  1213. border-width:0px;
  1214. position:absolute;
  1215. left:0px;
  1216. top:0px;
  1217. width:380px;
  1218. height:23px;
  1219. background:inherit;
  1220. background-color:rgba(240, 240, 240, 1);
  1221. border:none;
  1222. border-radius:0px;
  1223. -moz-box-shadow:none;
  1224. -webkit-box-shadow:none;
  1225. box-shadow:none;
  1226. font-size:12px;
  1227. color:#AAAAAA;
  1228. }
  1229. #u96525.disabled {
  1230. }
  1231. .u96525_input_option {
  1232. font-size:12px;
  1233. }
  1234. #u96526_div {
  1235. border-width:0px;
  1236. position:absolute;
  1237. left:0px;
  1238. top:0px;
  1239. width:43px;
  1240. height:30px;
  1241. background:inherit;
  1242. background-color:rgba(255, 255, 255, 0);
  1243. border:none;
  1244. border-top:0px;
  1245. border-right:0px;
  1246. border-bottom:0px;
  1247. border-radius:0px;
  1248. border-top-left-radius:0px;
  1249. border-bottom-left-radius:0px;
  1250. -moz-box-shadow:none;
  1251. -webkit-box-shadow:none;
  1252. box-shadow:none;
  1253. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1254. font-weight:400;
  1255. font-style:normal;
  1256. font-size:14px;
  1257. color:#7F7F7F;
  1258. text-align:right;
  1259. }
  1260. #u96526 {
  1261. border-width:0px;
  1262. position:absolute;
  1263. left:151px;
  1264. top:235px;
  1265. width:43px;
  1266. height:30px;
  1267. display:flex;
  1268. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1269. font-weight:400;
  1270. font-style:normal;
  1271. font-size:14px;
  1272. color:#7F7F7F;
  1273. text-align:right;
  1274. }
  1275. #u96526 .text {
  1276. position:absolute;
  1277. align-self:center;
  1278. padding:5px 0px 5px 0px;
  1279. box-sizing:border-box;
  1280. width:100%;
  1281. }
  1282. #u96526_text {
  1283. border-width:0px;
  1284. white-space:nowrap;
  1285. text-transform:none;
  1286. }
  1287. #u96527 {
  1288. border-width:0px;
  1289. position:absolute;
  1290. left:0px;
  1291. top:0px;
  1292. width:0px;
  1293. height:0px;
  1294. }
  1295. #u96528_div {
  1296. border-width:0px;
  1297. position:absolute;
  1298. left:0px;
  1299. top:0px;
  1300. width:400px;
  1301. height:40px;
  1302. background:inherit;
  1303. background-color:rgba(242, 242, 242, 1);
  1304. box-sizing:border-box;
  1305. border-width:1px;
  1306. border-style:solid;
  1307. border-color:rgba(201, 201, 201, 1);
  1308. border-radius:4px;
  1309. -moz-box-shadow:none;
  1310. -webkit-box-shadow:none;
  1311. box-shadow:none;
  1312. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1313. font-weight:400;
  1314. font-style:normal;
  1315. font-size:14px;
  1316. text-align:right;
  1317. }
  1318. #u96528 {
  1319. border-width:0px;
  1320. position:absolute;
  1321. left:204px;
  1322. top:230px;
  1323. width:400px;
  1324. height:40px;
  1325. display:flex;
  1326. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1327. font-weight:400;
  1328. font-style:normal;
  1329. font-size:14px;
  1330. text-align:right;
  1331. }
  1332. #u96528 .text {
  1333. position:absolute;
  1334. align-self:center;
  1335. padding:2px 10px 2px 8px;
  1336. box-sizing:border-box;
  1337. width:100%;
  1338. }
  1339. #u96528_text {
  1340. border-width:0px;
  1341. word-wrap:break-word;
  1342. text-transform:none;
  1343. visibility:hidden;
  1344. }
  1345. #u96529_input {
  1346. position:absolute;
  1347. left:0px;
  1348. top:0px;
  1349. width:380px;
  1350. height:23px;
  1351. padding:2px 2px 2px 2px;
  1352. font-family:'ArialMT', 'Arial', sans-serif;
  1353. font-weight:400;
  1354. font-style:normal;
  1355. font-size:11px;
  1356. letter-spacing:normal;
  1357. color:#AAAAAA;
  1358. vertical-align:none;
  1359. text-align:left;
  1360. text-transform:none;
  1361. background-color:transparent;
  1362. border-color:transparent;
  1363. }
  1364. #u96529_input.disabled {
  1365. position:absolute;
  1366. left:0px;
  1367. top:0px;
  1368. width:380px;
  1369. height:23px;
  1370. padding:2px 2px 2px 2px;
  1371. font-family:'ArialMT', 'Arial', sans-serif;
  1372. font-weight:400;
  1373. font-style:normal;
  1374. font-size:11px;
  1375. letter-spacing:normal;
  1376. color:#AAAAAA;
  1377. vertical-align:none;
  1378. text-align:left;
  1379. text-transform:none;
  1380. background-color:transparent;
  1381. border-color:transparent;
  1382. }
  1383. #u96529_div {
  1384. border-width:0px;
  1385. position:absolute;
  1386. left:0px;
  1387. top:0px;
  1388. width:380px;
  1389. height:23px;
  1390. background:inherit;
  1391. background-color:rgba(242, 242, 242, 1);
  1392. border:none;
  1393. border-radius:0px;
  1394. -moz-box-shadow:none;
  1395. -webkit-box-shadow:none;
  1396. box-shadow:none;
  1397. font-size:11px;
  1398. color:#AAAAAA;
  1399. }
  1400. #u96529 {
  1401. border-width:0px;
  1402. position:absolute;
  1403. left:215px;
  1404. top:239px;
  1405. width:380px;
  1406. height:23px;
  1407. display:flex;
  1408. font-size:11px;
  1409. color:#AAAAAA;
  1410. }
  1411. #u96529 .text {
  1412. position:absolute;
  1413. align-self:flex-start;
  1414. padding:2px 2px 2px 2px;
  1415. box-sizing:border-box;
  1416. width:100%;
  1417. }
  1418. #u96529_div.disabled {
  1419. border-width:0px;
  1420. position:absolute;
  1421. left:0px;
  1422. top:0px;
  1423. width:380px;
  1424. height:23px;
  1425. background:inherit;
  1426. background-color:rgba(240, 240, 240, 1);
  1427. border:none;
  1428. border-radius:0px;
  1429. -moz-box-shadow:none;
  1430. -webkit-box-shadow:none;
  1431. box-shadow:none;
  1432. font-size:11px;
  1433. color:#AAAAAA;
  1434. }
  1435. #u96529.disabled {
  1436. }
  1437. .u96529_input_option {
  1438. font-size:11px;
  1439. }
  1440. #u96530_div {
  1441. border-width:0px;
  1442. position:absolute;
  1443. left:0px;
  1444. top:0px;
  1445. width:43px;
  1446. height:30px;
  1447. background:inherit;
  1448. background-color:rgba(255, 255, 255, 0);
  1449. border:none;
  1450. border-top:0px;
  1451. border-right:0px;
  1452. border-bottom:0px;
  1453. border-radius:0px;
  1454. border-top-left-radius:0px;
  1455. border-bottom-left-radius:0px;
  1456. -moz-box-shadow:none;
  1457. -webkit-box-shadow:none;
  1458. box-shadow:none;
  1459. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1460. font-weight:400;
  1461. font-style:normal;
  1462. font-size:14px;
  1463. color:#7F7F7F;
  1464. text-align:right;
  1465. }
  1466. #u96530 {
  1467. border-width:0px;
  1468. position:absolute;
  1469. left:151px;
  1470. top:285px;
  1471. width:43px;
  1472. height:30px;
  1473. display:flex;
  1474. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1475. font-weight:400;
  1476. font-style:normal;
  1477. font-size:14px;
  1478. color:#7F7F7F;
  1479. text-align:right;
  1480. }
  1481. #u96530 .text {
  1482. position:absolute;
  1483. align-self:center;
  1484. padding:5px 0px 5px 0px;
  1485. box-sizing:border-box;
  1486. width:100%;
  1487. }
  1488. #u96530_text {
  1489. border-width:0px;
  1490. white-space:nowrap;
  1491. text-transform:none;
  1492. }
  1493. #u96531 {
  1494. border-width:0px;
  1495. position:absolute;
  1496. left:0px;
  1497. top:0px;
  1498. width:0px;
  1499. height:0px;
  1500. }
  1501. #u96532_div {
  1502. border-width:0px;
  1503. position:absolute;
  1504. left:0px;
  1505. top:0px;
  1506. width:400px;
  1507. height:40px;
  1508. background:inherit;
  1509. background-color:rgba(242, 242, 242, 1);
  1510. box-sizing:border-box;
  1511. border-width:1px;
  1512. border-style:solid;
  1513. border-color:rgba(201, 201, 201, 1);
  1514. border-radius:4px;
  1515. -moz-box-shadow:none;
  1516. -webkit-box-shadow:none;
  1517. box-shadow:none;
  1518. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1519. font-weight:400;
  1520. font-style:normal;
  1521. font-size:14px;
  1522. text-align:right;
  1523. }
  1524. #u96532 {
  1525. border-width:0px;
  1526. position:absolute;
  1527. left:204px;
  1528. top:280px;
  1529. width:400px;
  1530. height:40px;
  1531. display:flex;
  1532. font-family:'PingFangSC-Regular', 'PingFang SC', sans-serif;
  1533. font-weight:400;
  1534. font-style:normal;
  1535. font-size:14px;
  1536. text-align:right;
  1537. }
  1538. #u96532 .text {
  1539. position:absolute;
  1540. align-self:center;
  1541. padding:2px 10px 2px 8px;
  1542. box-sizing:border-box;
  1543. width:100%;
  1544. }
  1545. #u96532_text {
  1546. border-width:0px;
  1547. word-wrap:break-word;
  1548. text-transform:none;
  1549. visibility:hidden;
  1550. }
  1551. #u96533_input {
  1552. position:absolute;
  1553. left:0px;
  1554. top:0px;
  1555. width:380px;
  1556. height:23px;
  1557. padding:2px 2px 2px 2px;
  1558. font-family:'ArialMT', 'Arial', sans-serif;
  1559. font-weight:400;
  1560. font-style:normal;
  1561. font-size:11px;
  1562. letter-spacing:normal;
  1563. color:#AAAAAA;
  1564. vertical-align:none;
  1565. text-align:left;
  1566. text-transform:none;
  1567. background-color:transparent;
  1568. border-color:transparent;
  1569. }
  1570. #u96533_input.disabled {
  1571. position:absolute;
  1572. left:0px;
  1573. top:0px;
  1574. width:380px;
  1575. height:23px;
  1576. padding:2px 2px 2px 2px;
  1577. font-family:'ArialMT', 'Arial', sans-serif;
  1578. font-weight:400;
  1579. font-style:normal;
  1580. font-size:11px;
  1581. letter-spacing:normal;
  1582. color:#AAAAAA;
  1583. vertical-align:none;
  1584. text-align:left;
  1585. text-transform:none;
  1586. background-color:transparent;
  1587. border-color:transparent;
  1588. }
  1589. #u96533_div {
  1590. border-width:0px;
  1591. position:absolute;
  1592. left:0px;
  1593. top:0px;
  1594. width:380px;
  1595. height:23px;
  1596. background:inherit;
  1597. background-color:rgba(242, 242, 242, 1);
  1598. border:none;
  1599. border-radius:0px;
  1600. -moz-box-shadow:none;
  1601. -webkit-box-shadow:none;
  1602. box-shadow:none;
  1603. font-size:11px;
  1604. color:#AAAAAA;
  1605. }
  1606. #u96533 {
  1607. border-width:0px;
  1608. position:absolute;
  1609. left:215px;
  1610. top:289px;
  1611. width:380px;
  1612. height:23px;
  1613. display:flex;
  1614. font-size:11px;
  1615. color:#AAAAAA;
  1616. }
  1617. #u96533 .text {
  1618. position:absolute;
  1619. align-self:flex-start;
  1620. padding:2px 2px 2px 2px;
  1621. box-sizing:border-box;
  1622. width:100%;
  1623. }
  1624. #u96533_div.disabled {
  1625. border-width:0px;
  1626. position:absolute;
  1627. left:0px;
  1628. top:0px;
  1629. width:380px;
  1630. height:23px;
  1631. background:inherit;
  1632. background-color:rgba(240, 240, 240, 1);
  1633. border:none;
  1634. border-radius:0px;
  1635. -moz-box-shadow:none;
  1636. -webkit-box-shadow:none;
  1637. box-shadow:none;
  1638. font-size:11px;
  1639. color:#AAAAAA;
  1640. }
  1641. #u96533.disabled {
  1642. }
  1643. .u96533_input_option {
  1644. font-size:11px;
  1645. }