styles.css 29 KB

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