styles.css 29 KB

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