styles.css 30 KB

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