styles.css 32 KB

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