styles.css 33 KB

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