styles.css 29 KB

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