styles.css 30 KB

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