styles.css 33 KB

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