styles.css 27 KB

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