styles.css 38 KB

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