styles.css 22 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315
  1. body {
  2. margin:0px;
  3. background-color:rgba(204, 204, 204, 1);
  4. background-image:none;
  5. position:static;
  6. left:auto;
  7. width:1341.5px;
  8. margin-left:0;
  9. margin-right:0;
  10. text-align:left;
  11. }
  12. #base {
  13. position:absolute;
  14. z-index:0;
  15. }
  16. #u9_div {
  17. border-width:0px;
  18. position:absolute;
  19. left:0px;
  20. top:0px;
  21. width:169px;
  22. height:22px;
  23. background:inherit;
  24. background-color:rgba(255, 255, 255, 0);
  25. border:none;
  26. border-radius:0px;
  27. -moz-box-shadow:none;
  28. -webkit-box-shadow:none;
  29. box-shadow:none;
  30. font-family:'Arial Negreta', 'Arial Normal', 'Arial';
  31. font-weight:700;
  32. font-style:normal;
  33. }
  34. #u9 {
  35. border-width:0px;
  36. position:absolute;
  37. left:35px;
  38. top:20px;
  39. width:169px;
  40. height:22px;
  41. font-family:'Arial Negreta', 'Arial Normal', 'Arial';
  42. font-weight:700;
  43. font-style:normal;
  44. }
  45. #u9_text {
  46. border-width:0px;
  47. position:absolute;
  48. left:0px;
  49. top:0px;
  50. width:169px;
  51. white-space:nowrap;
  52. }
  53. #u10 {
  54. border-width:0px;
  55. position:absolute;
  56. left:0px;
  57. top:0px;
  58. width:0px;
  59. height:0px;
  60. }
  61. #u11_div {
  62. border-width:0px;
  63. position:absolute;
  64. left:0px;
  65. top:0px;
  66. width:320px;
  67. height:535px;
  68. background:inherit;
  69. background-color:rgba(242, 242, 242, 1);
  70. box-sizing:border-box;
  71. border-width:1px;
  72. border-style:solid;
  73. border-color:rgba(0, 0, 0, 1);
  74. border-radius:0px;
  75. -moz-box-shadow:none;
  76. -webkit-box-shadow:none;
  77. box-shadow:none;
  78. }
  79. #u11 {
  80. border-width:0px;
  81. position:absolute;
  82. left:441px;
  83. top:51px;
  84. width:320px;
  85. height:535px;
  86. }
  87. #u11_text {
  88. border-width:0px;
  89. position:absolute;
  90. left:0px;
  91. top:0px;
  92. width:0px;
  93. visibility:hidden;
  94. word-wrap:break-word;
  95. }
  96. #u12 {
  97. border-width:0px;
  98. position:absolute;
  99. left:0px;
  100. top:0px;
  101. width:0px;
  102. height:0px;
  103. }
  104. #u13_div {
  105. border-width:0px;
  106. position:absolute;
  107. left:0px;
  108. top:0px;
  109. width:318px;
  110. height:17px;
  111. background:inherit;
  112. background-color:rgba(255, 255, 255, 1);
  113. border:none;
  114. border-radius:0px;
  115. -moz-box-shadow:none;
  116. -webkit-box-shadow:none;
  117. box-shadow:none;
  118. }
  119. #u13 {
  120. border-width:0px;
  121. position:absolute;
  122. left:442px;
  123. top:52px;
  124. width:318px;
  125. height:17px;
  126. }
  127. #u13_text {
  128. border-width:0px;
  129. position:absolute;
  130. left:0px;
  131. top:0px;
  132. width:0px;
  133. visibility:hidden;
  134. word-wrap:break-word;
  135. }
  136. #u14_img {
  137. border-width:0px;
  138. position:absolute;
  139. left:0px;
  140. top:0px;
  141. width:318px;
  142. height:17px;
  143. }
  144. #u14 {
  145. border-width:0px;
  146. position:absolute;
  147. left:442px;
  148. top:52px;
  149. width:318px;
  150. height:17px;
  151. }
  152. #u14_text {
  153. border-width:0px;
  154. position:absolute;
  155. left:0px;
  156. top:0px;
  157. width:0px;
  158. visibility:hidden;
  159. word-wrap:break-word;
  160. }
  161. #u15 {
  162. border-width:0px;
  163. position:absolute;
  164. left:0px;
  165. top:0px;
  166. width:0px;
  167. height:0px;
  168. }
  169. #u16_div {
  170. border-width:0px;
  171. position:absolute;
  172. left:0px;
  173. top:0px;
  174. width:318px;
  175. height:40px;
  176. background:inherit;
  177. background-color:rgba(255, 255, 255, 1);
  178. box-sizing:border-box;
  179. border-width:1px;
  180. border-style:solid;
  181. border-color:rgba(228, 228, 228, 1);
  182. border-left:0px;
  183. border-top:0px;
  184. border-right:0px;
  185. border-radius:0px;
  186. border-top-left-radius:0px;
  187. border-top-right-radius:0px;
  188. border-bottom-right-radius:0px;
  189. border-bottom-left-radius:0px;
  190. -moz-box-shadow:none;
  191. -webkit-box-shadow:none;
  192. box-shadow:none;
  193. font-family:'微软雅黑';
  194. font-weight:400;
  195. font-style:normal;
  196. font-size:14px;
  197. text-align:left;
  198. }
  199. #u16 {
  200. border-width:0px;
  201. position:absolute;
  202. left:442px;
  203. top:70px;
  204. width:318px;
  205. height:40px;
  206. font-family:'微软雅黑';
  207. font-weight:400;
  208. font-style:normal;
  209. font-size:14px;
  210. text-align:left;
  211. }
  212. #u16_text {
  213. border-width:0px;
  214. position:absolute;
  215. left:0px;
  216. top:10px;
  217. width:318px;
  218. word-wrap:break-word;
  219. }
  220. #u17_img {
  221. border-width:0px;
  222. position:absolute;
  223. left:0px;
  224. top:0px;
  225. width:10px;
  226. height:16px;
  227. }
  228. #u17 {
  229. border-width:0px;
  230. position:absolute;
  231. left:452px;
  232. top:82px;
  233. width:10px;
  234. height:16px;
  235. }
  236. #u17_text {
  237. border-width:0px;
  238. position:absolute;
  239. left:0px;
  240. top:0px;
  241. width:0px;
  242. visibility:hidden;
  243. word-wrap:break-word;
  244. }
  245. #u18 {
  246. border-width:0px;
  247. position:absolute;
  248. left:0px;
  249. top:0px;
  250. width:0px;
  251. height:0px;
  252. }
  253. #u19_div {
  254. border-width:0px;
  255. position:absolute;
  256. left:0px;
  257. top:0px;
  258. width:50px;
  259. height:26px;
  260. background:inherit;
  261. background-color:rgba(255, 255, 255, 1);
  262. box-sizing:border-box;
  263. border-width:1px;
  264. border-style:solid;
  265. border-color:rgba(204, 204, 204, 1);
  266. border-radius:15px;
  267. -moz-box-shadow:none;
  268. -webkit-box-shadow:none;
  269. box-shadow:none;
  270. }
  271. #u19 {
  272. border-width:0px;
  273. position:absolute;
  274. left:700px;
  275. top:77px;
  276. width:50px;
  277. height:26px;
  278. }
  279. #u19_text {
  280. border-width:0px;
  281. position:absolute;
  282. left:0px;
  283. top:0px;
  284. width:0px;
  285. visibility:hidden;
  286. word-wrap:break-word;
  287. }
  288. #u20 {
  289. border-width:0px;
  290. position:absolute;
  291. left:0px;
  292. top:0px;
  293. width:0px;
  294. height:0px;
  295. }
  296. #u21_img {
  297. border-width:0px;
  298. position:absolute;
  299. left:0px;
  300. top:0px;
  301. width:3px;
  302. height:3px;
  303. }
  304. #u21 {
  305. border-width:0px;
  306. position:absolute;
  307. left:707px;
  308. top:89px;
  309. width:3px;
  310. height:3px;
  311. -webkit-transform:rotate(45deg);
  312. -moz-transform:rotate(45deg);
  313. -ms-transform:rotate(45deg);
  314. transform:rotate(45deg);
  315. font-family:'微软雅黑';
  316. font-weight:400;
  317. font-style:normal;
  318. font-size:18px;
  319. }
  320. #u21_text {
  321. border-width:0px;
  322. position:absolute;
  323. left:0px;
  324. top:0px;
  325. width:0px;
  326. visibility:hidden;
  327. word-wrap:break-word;
  328. }
  329. #u22_img {
  330. border-width:0px;
  331. position:absolute;
  332. left:0px;
  333. top:0px;
  334. width:5px;
  335. height:5px;
  336. }
  337. #u22 {
  338. border-width:0px;
  339. position:absolute;
  340. left:711px;
  341. top:88px;
  342. width:5px;
  343. height:5px;
  344. -webkit-transform:rotate(45deg);
  345. -moz-transform:rotate(45deg);
  346. -ms-transform:rotate(45deg);
  347. transform:rotate(45deg);
  348. font-family:'微软雅黑';
  349. font-weight:400;
  350. font-style:normal;
  351. font-size:18px;
  352. }
  353. #u22_text {
  354. border-width:0px;
  355. position:absolute;
  356. left:0px;
  357. top:0px;
  358. width:0px;
  359. visibility:hidden;
  360. word-wrap:break-word;
  361. }
  362. #u23_img {
  363. border-width:0px;
  364. position:absolute;
  365. left:0px;
  366. top:0px;
  367. width:3px;
  368. height:3px;
  369. }
  370. #u23 {
  371. border-width:0px;
  372. position:absolute;
  373. left:717px;
  374. top:89px;
  375. width:3px;
  376. height:3px;
  377. -webkit-transform:rotate(45deg);
  378. -moz-transform:rotate(45deg);
  379. -ms-transform:rotate(45deg);
  380. transform:rotate(45deg);
  381. font-family:'微软雅黑';
  382. font-weight:400;
  383. font-style:normal;
  384. font-size:18px;
  385. }
  386. #u23_text {
  387. border-width:0px;
  388. position:absolute;
  389. left:0px;
  390. top:0px;
  391. width:0px;
  392. visibility:hidden;
  393. word-wrap:break-word;
  394. }
  395. #u24_img {
  396. border-width:0px;
  397. position:absolute;
  398. left:0px;
  399. top:0px;
  400. width:2px;
  401. height:19px;
  402. }
  403. #u24 {
  404. border-width:0px;
  405. position:absolute;
  406. left:724px;
  407. top:81px;
  408. width:1px;
  409. height:18px;
  410. }
  411. #u24_text {
  412. border-width:0px;
  413. position:absolute;
  414. left:0px;
  415. top:0px;
  416. width:0px;
  417. visibility:hidden;
  418. word-wrap:break-word;
  419. }
  420. #u25_img {
  421. border-width:0px;
  422. position:absolute;
  423. left:0px;
  424. top:0px;
  425. width:14px;
  426. height:14px;
  427. }
  428. #u25 {
  429. border-width:0px;
  430. position:absolute;
  431. left:730px;
  432. top:83px;
  433. width:14px;
  434. height:14px;
  435. }
  436. #u25_text {
  437. border-width:0px;
  438. position:absolute;
  439. left:0px;
  440. top:0px;
  441. width:0px;
  442. visibility:hidden;
  443. word-wrap:break-word;
  444. }
  445. #u26_img {
  446. border-width:0px;
  447. position:absolute;
  448. left:0px;
  449. top:0px;
  450. width:6px;
  451. height:6px;
  452. }
  453. #u26 {
  454. border-width:0px;
  455. position:absolute;
  456. left:734px;
  457. top:87px;
  458. width:6px;
  459. height:6px;
  460. }
  461. #u26_text {
  462. border-width:0px;
  463. position:absolute;
  464. left:0px;
  465. top:0px;
  466. width:0px;
  467. visibility:hidden;
  468. word-wrap:break-word;
  469. }
  470. #u27_div {
  471. border-width:0px;
  472. position:absolute;
  473. left:0px;
  474. top:0px;
  475. width:271px;
  476. height:22px;
  477. background:inherit;
  478. background-color:rgba(255, 255, 255, 0);
  479. border:none;
  480. border-radius:0px;
  481. -moz-box-shadow:none;
  482. -webkit-box-shadow:none;
  483. box-shadow:none;
  484. font-family:'Arial Negreta', 'Arial Normal', 'Arial';
  485. font-weight:700;
  486. font-style:normal;
  487. }
  488. #u27 {
  489. border-width:0px;
  490. position:absolute;
  491. left:442px;
  492. top:20px;
  493. width:271px;
  494. height:22px;
  495. font-family:'Arial Negreta', 'Arial Normal', 'Arial';
  496. font-weight:700;
  497. font-style:normal;
  498. }
  499. #u27_text {
  500. border-width:0px;
  501. position:absolute;
  502. left:0px;
  503. top:0px;
  504. width:271px;
  505. white-space:nowrap;
  506. }
  507. #u28 {
  508. border-width:0px;
  509. position:absolute;
  510. left:0px;
  511. top:0px;
  512. width:0px;
  513. height:0px;
  514. }
  515. #u29_div {
  516. border-width:0px;
  517. position:absolute;
  518. left:0px;
  519. top:0px;
  520. width:318px;
  521. height:180px;
  522. background:inherit;
  523. background-color:rgba(255, 255, 255, 1);
  524. border:none;
  525. border-radius:0px;
  526. -moz-box-shadow:none;
  527. -webkit-box-shadow:none;
  528. box-shadow:none;
  529. font-family:'PingFang SC Regular', 'PingFang SC';
  530. font-weight:400;
  531. font-style:normal;
  532. }
  533. #u29 {
  534. border-width:0px;
  535. position:absolute;
  536. left:442px;
  537. top:229px;
  538. width:318px;
  539. height:180px;
  540. font-family:'PingFang SC Regular', 'PingFang SC';
  541. font-weight:400;
  542. font-style:normal;
  543. }
  544. #u29_text {
  545. border-width:0px;
  546. position:absolute;
  547. left:2px;
  548. top:82px;
  549. width:314px;
  550. word-wrap:break-word;
  551. }
  552. #u30 {
  553. border-width:0px;
  554. position:absolute;
  555. left:0px;
  556. top:0px;
  557. width:0px;
  558. height:0px;
  559. }
  560. #u31_div {
  561. border-width:0px;
  562. position:absolute;
  563. left:0px;
  564. top:0px;
  565. width:320px;
  566. height:535px;
  567. background:inherit;
  568. background-color:rgba(242, 242, 242, 1);
  569. box-sizing:border-box;
  570. border-width:1px;
  571. border-style:solid;
  572. border-color:rgba(0, 0, 0, 1);
  573. border-radius:0px;
  574. -moz-box-shadow:none;
  575. -webkit-box-shadow:none;
  576. box-shadow:none;
  577. }
  578. #u31 {
  579. border-width:0px;
  580. position:absolute;
  581. left:914px;
  582. top:-55px;
  583. width:320px;
  584. height:535px;
  585. -webkit-transform:rotate(270deg);
  586. -moz-transform:rotate(270deg);
  587. -ms-transform:rotate(270deg);
  588. transform:rotate(270deg);
  589. }
  590. #u31_text {
  591. border-width:0px;
  592. position:absolute;
  593. left:0px;
  594. top:0px;
  595. width:0px;
  596. visibility:hidden;
  597. word-wrap:break-word;
  598. }
  599. #u32_div {
  600. border-width:0px;
  601. position:absolute;
  602. left:0px;
  603. top:0px;
  604. width:271px;
  605. height:22px;
  606. background:inherit;
  607. background-color:rgba(255, 255, 255, 0);
  608. border:none;
  609. border-radius:0px;
  610. -moz-box-shadow:none;
  611. -webkit-box-shadow:none;
  612. box-shadow:none;
  613. font-family:'Arial Negreta', 'Arial Normal', 'Arial';
  614. font-weight:700;
  615. font-style:normal;
  616. }
  617. #u32 {
  618. border-width:0px;
  619. position:absolute;
  620. left:806px;
  621. top:20px;
  622. width:271px;
  623. height:22px;
  624. font-family:'Arial Negreta', 'Arial Normal', 'Arial';
  625. font-weight:700;
  626. font-style:normal;
  627. }
  628. #u32_text {
  629. border-width:0px;
  630. position:absolute;
  631. left:0px;
  632. top:0px;
  633. width:271px;
  634. white-space:nowrap;
  635. }
  636. #u33 {
  637. border-width:0px;
  638. position:absolute;
  639. left:0px;
  640. top:0px;
  641. width:0px;
  642. height:0px;
  643. }
  644. #u34_div {
  645. border-width:0px;
  646. position:absolute;
  647. left:0px;
  648. top:0px;
  649. width:532px;
  650. height:302px;
  651. background:inherit;
  652. background-color:rgba(255, 255, 255, 1);
  653. border:none;
  654. border-radius:0px;
  655. -moz-box-shadow:none;
  656. -webkit-box-shadow:none;
  657. box-shadow:none;
  658. font-family:'PingFang SC Regular', 'PingFang SC';
  659. font-weight:400;
  660. font-style:normal;
  661. }
  662. #u34 {
  663. border-width:0px;
  664. position:absolute;
  665. left:808px;
  666. top:70px;
  667. width:532px;
  668. height:302px;
  669. font-family:'PingFang SC Regular', 'PingFang SC';
  670. font-weight:400;
  671. font-style:normal;
  672. }
  673. #u34_text {
  674. border-width:0px;
  675. position:absolute;
  676. left:2px;
  677. top:143px;
  678. width:528px;
  679. word-wrap:break-word;
  680. }
  681. #u35_img {
  682. border-width:0px;
  683. position:absolute;
  684. left:0px;
  685. top:0px;
  686. width:53px;
  687. height:32px;
  688. }
  689. #u35 {
  690. border-width:0px;
  691. position:absolute;
  692. left:1267px;
  693. top:320px;
  694. width:53px;
  695. height:32px;
  696. font-family:'PingFang SC Regular', 'PingFang SC';
  697. font-weight:200;
  698. font-style:normal;
  699. font-size:12px;
  700. }
  701. #u35_text {
  702. border-width:0px;
  703. position:absolute;
  704. left:2px;
  705. top:9px;
  706. width:49px;
  707. word-wrap:break-word;
  708. }
  709. #u36 {
  710. border-width:0px;
  711. position:absolute;
  712. left:0px;
  713. top:0px;
  714. width:0px;
  715. height:0px;
  716. }
  717. #u37_div {
  718. border-width:0px;
  719. position:absolute;
  720. left:0px;
  721. top:0px;
  722. width:56px;
  723. height:3px;
  724. background:inherit;
  725. background-color:rgba(9, 187, 7, 1);
  726. border:none;
  727. border-radius:0px;
  728. -moz-box-shadow:none;
  729. -webkit-box-shadow:none;
  730. box-shadow:none;
  731. color:#FFFFFF;
  732. }
  733. #u37 {
  734. border-width:0px;
  735. position:absolute;
  736. left:904px;
  737. top:333px;
  738. width:56px;
  739. height:3px;
  740. color:#FFFFFF;
  741. }
  742. #u37_text {
  743. border-width:0px;
  744. position:absolute;
  745. left:0px;
  746. top:0px;
  747. width:0px;
  748. visibility:hidden;
  749. word-wrap:break-word;
  750. }
  751. #u38_div {
  752. border-width:0px;
  753. position:absolute;
  754. left:0px;
  755. top:0px;
  756. width:256px;
  757. height:3px;
  758. background:inherit;
  759. background-color:rgba(181, 182, 181, 1);
  760. border:none;
  761. border-radius:0px;
  762. -moz-box-shadow:none;
  763. -webkit-box-shadow:none;
  764. box-shadow:none;
  765. color:#FFFFFF;
  766. }
  767. #u38 {
  768. border-width:0px;
  769. position:absolute;
  770. left:960px;
  771. top:333px;
  772. width:256px;
  773. height:3px;
  774. color:#FFFFFF;
  775. }
  776. #u38_text {
  777. border-width:0px;
  778. position:absolute;
  779. left:0px;
  780. top:0px;
  781. width:0px;
  782. visibility:hidden;
  783. word-wrap:break-word;
  784. }
  785. #u39_img {
  786. border-width:0px;
  787. position:absolute;
  788. left:-4px;
  789. top:-4px;
  790. width:28px;
  791. height:28px;
  792. }
  793. #u39 {
  794. border-width:0px;
  795. position:absolute;
  796. left:950px;
  797. top:324px;
  798. width:20px;
  799. height:20px;
  800. color:#FFFFFF;
  801. }
  802. #u39_text {
  803. border-width:0px;
  804. position:absolute;
  805. left:0px;
  806. top:2px;
  807. width:20px;
  808. word-wrap:break-word;
  809. }
  810. #u40 {
  811. border-width:0px;
  812. position:absolute;
  813. left:0px;
  814. top:0px;
  815. width:0px;
  816. height:0px;
  817. }
  818. #u41_div {
  819. border-width:0px;
  820. position:absolute;
  821. left:0px;
  822. top:0px;
  823. width:531px;
  824. height:40px;
  825. background:inherit;
  826. background-color:rgba(255, 255, 255, 1);
  827. box-sizing:border-box;
  828. border-width:1px;
  829. border-style:solid;
  830. border-color:rgba(228, 228, 228, 1);
  831. border-left:0px;
  832. border-top:0px;
  833. border-right:0px;
  834. border-radius:0px;
  835. border-top-left-radius:0px;
  836. border-top-right-radius:0px;
  837. border-bottom-right-radius:0px;
  838. border-bottom-left-radius:0px;
  839. -moz-box-shadow:none;
  840. -webkit-box-shadow:none;
  841. box-shadow:none;
  842. font-family:'微软雅黑';
  843. font-weight:400;
  844. font-style:normal;
  845. font-size:14px;
  846. text-align:left;
  847. }
  848. #u41 {
  849. border-width:0px;
  850. position:absolute;
  851. left:808px;
  852. top:55px;
  853. width:531px;
  854. height:40px;
  855. font-family:'微软雅黑';
  856. font-weight:400;
  857. font-style:normal;
  858. font-size:14px;
  859. text-align:left;
  860. }
  861. #u41_text {
  862. border-width:0px;
  863. position:absolute;
  864. left:0px;
  865. top:0px;
  866. width:0px;
  867. visibility:hidden;
  868. word-wrap:break-word;
  869. }
  870. #u42_img {
  871. border-width:0px;
  872. position:absolute;
  873. left:0px;
  874. top:0px;
  875. width:12px;
  876. height:16px;
  877. }
  878. #u42 {
  879. border-width:0px;
  880. position:absolute;
  881. left:825px;
  882. top:67px;
  883. width:12px;
  884. height:16px;
  885. }
  886. #u42_text {
  887. border-width:0px;
  888. position:absolute;
  889. left:0px;
  890. top:0px;
  891. width:0px;
  892. visibility:hidden;
  893. word-wrap:break-word;
  894. }
  895. #u43_img {
  896. border-width:0px;
  897. position:absolute;
  898. left:0px;
  899. top:0px;
  900. width:39px;
  901. height:23px;
  902. }
  903. #u43 {
  904. border-width:0px;
  905. position:absolute;
  906. left:865px;
  907. top:324px;
  908. width:39px;
  909. height:23px;
  910. font-family:'PingFang SC Regular', 'PingFang SC';
  911. font-weight:200;
  912. font-style:normal;
  913. font-size:12px;
  914. }
  915. #u43_text {
  916. border-width:0px;
  917. position:absolute;
  918. left:2px;
  919. top:4px;
  920. width:35px;
  921. word-wrap:break-word;
  922. }
  923. #u44_img {
  924. border-width:0px;
  925. position:absolute;
  926. left:0px;
  927. top:0px;
  928. width:39px;
  929. height:23px;
  930. }
  931. #u44 {
  932. border-width:0px;
  933. position:absolute;
  934. left:1216px;
  935. top:323px;
  936. width:39px;
  937. height:23px;
  938. font-family:'PingFang SC Regular', 'PingFang SC';
  939. font-weight:200;
  940. font-style:normal;
  941. font-size:12px;
  942. }
  943. #u44_text {
  944. border-width:0px;
  945. position:absolute;
  946. left:2px;
  947. top:4px;
  948. width:35px;
  949. word-wrap:break-word;
  950. }
  951. #u45 {
  952. border-width:0px;
  953. position:absolute;
  954. left:0px;
  955. top:0px;
  956. width:0px;
  957. height:0px;
  958. }
  959. #u46_img {
  960. border-width:0px;
  961. position:absolute;
  962. left:0px;
  963. top:0px;
  964. width:28px;
  965. height:28px;
  966. }
  967. #u46 {
  968. border-width:0px;
  969. position:absolute;
  970. left:827px;
  971. top:319px;
  972. width:28px;
  973. height:28px;
  974. }
  975. #u46_text {
  976. border-width:0px;
  977. position:absolute;
  978. left:0px;
  979. top:0px;
  980. width:0px;
  981. visibility:hidden;
  982. word-wrap:break-word;
  983. }
  984. #u47_img {
  985. border-width:0px;
  986. position:absolute;
  987. left:0px;
  988. top:0px;
  989. width:15px;
  990. height:10px;
  991. }
  992. #u47 {
  993. border-width:0px;
  994. position:absolute;
  995. left:835px;
  996. top:328px;
  997. width:15px;
  998. height:10px;
  999. -webkit-transform:rotate(90deg);
  1000. -moz-transform:rotate(90deg);
  1001. -ms-transform:rotate(90deg);
  1002. transform:rotate(90deg);
  1003. }
  1004. #u47_text {
  1005. border-width:0px;
  1006. position:absolute;
  1007. left:0px;
  1008. top:0px;
  1009. width:0px;
  1010. visibility:hidden;
  1011. word-wrap:break-word;
  1012. }
  1013. #u48_img {
  1014. border-width:0px;
  1015. position:absolute;
  1016. left:0px;
  1017. top:0px;
  1018. width:47px;
  1019. height:27px;
  1020. }
  1021. #u48 {
  1022. border-width:0px;
  1023. position:absolute;
  1024. left:703px;
  1025. top:374px;
  1026. width:47px;
  1027. height:27px;
  1028. font-family:'PingFang SC Regular', 'PingFang SC';
  1029. font-weight:200;
  1030. font-style:normal;
  1031. font-size:12px;
  1032. }
  1033. #u48_text {
  1034. border-width:0px;
  1035. position:absolute;
  1036. left:2px;
  1037. top:6px;
  1038. width:43px;
  1039. word-wrap:break-word;
  1040. }
  1041. #u49_img {
  1042. border-width:0px;
  1043. position:absolute;
  1044. left:0px;
  1045. top:0px;
  1046. width:39px;
  1047. height:23px;
  1048. }
  1049. #u49 {
  1050. border-width:0px;
  1051. position:absolute;
  1052. left:486px;
  1053. top:376px;
  1054. width:39px;
  1055. height:23px;
  1056. font-family:'PingFang SC Regular', 'PingFang SC';
  1057. font-weight:200;
  1058. font-style:normal;
  1059. font-size:12px;
  1060. }
  1061. #u49_text {
  1062. border-width:0px;
  1063. position:absolute;
  1064. left:2px;
  1065. top:4px;
  1066. width:35px;
  1067. word-wrap:break-word;
  1068. }
  1069. #u50_img {
  1070. border-width:0px;
  1071. position:absolute;
  1072. left:0px;
  1073. top:0px;
  1074. width:39px;
  1075. height:23px;
  1076. }
  1077. #u50 {
  1078. border-width:0px;
  1079. position:absolute;
  1080. left:658px;
  1081. top:376px;
  1082. width:39px;
  1083. height:23px;
  1084. font-family:'PingFang SC Regular', 'PingFang SC';
  1085. font-weight:200;
  1086. font-style:normal;
  1087. font-size:12px;
  1088. }
  1089. #u50_text {
  1090. border-width:0px;
  1091. position:absolute;
  1092. left:2px;
  1093. top:4px;
  1094. width:35px;
  1095. word-wrap:break-word;
  1096. }
  1097. #u51 {
  1098. border-width:0px;
  1099. position:absolute;
  1100. left:0px;
  1101. top:0px;
  1102. width:0px;
  1103. height:0px;
  1104. }
  1105. #u52_img {
  1106. border-width:0px;
  1107. position:absolute;
  1108. left:0px;
  1109. top:0px;
  1110. width:22px;
  1111. height:22px;
  1112. }
  1113. #u52 {
  1114. border-width:0px;
  1115. position:absolute;
  1116. left:454px;
  1117. top:377px;
  1118. width:22px;
  1119. height:22px;
  1120. }
  1121. #u52_text {
  1122. border-width:0px;
  1123. position:absolute;
  1124. left:0px;
  1125. top:0px;
  1126. width:0px;
  1127. visibility:hidden;
  1128. word-wrap:break-word;
  1129. }
  1130. #u53_img {
  1131. border-width:0px;
  1132. position:absolute;
  1133. left:0px;
  1134. top:0px;
  1135. width:12px;
  1136. height:8px;
  1137. }
  1138. #u53 {
  1139. border-width:0px;
  1140. position:absolute;
  1141. left:460px;
  1142. top:384px;
  1143. width:12px;
  1144. height:8px;
  1145. -webkit-transform:rotate(90deg);
  1146. -moz-transform:rotate(90deg);
  1147. -ms-transform:rotate(90deg);
  1148. transform:rotate(90deg);
  1149. }
  1150. #u53_text {
  1151. border-width:0px;
  1152. position:absolute;
  1153. left:0px;
  1154. top:0px;
  1155. width:0px;
  1156. visibility:hidden;
  1157. word-wrap:break-word;
  1158. }
  1159. #u54 {
  1160. border-width:0px;
  1161. position:absolute;
  1162. left:0px;
  1163. top:0px;
  1164. width:0px;
  1165. height:0px;
  1166. }
  1167. #u55_div {
  1168. border-width:0px;
  1169. position:absolute;
  1170. left:0px;
  1171. top:0px;
  1172. width:24px;
  1173. height:3px;
  1174. background:inherit;
  1175. background-color:rgba(9, 187, 7, 1);
  1176. border:none;
  1177. border-radius:0px;
  1178. -moz-box-shadow:none;
  1179. -webkit-box-shadow:none;
  1180. box-shadow:none;
  1181. color:#FFFFFF;
  1182. }
  1183. #u55 {
  1184. border-width:0px;
  1185. position:absolute;
  1186. left:525px;
  1187. top:386px;
  1188. width:24px;
  1189. height:3px;
  1190. color:#FFFFFF;
  1191. }
  1192. #u55_text {
  1193. border-width:0px;
  1194. position:absolute;
  1195. left:0px;
  1196. top:0px;
  1197. width:0px;
  1198. visibility:hidden;
  1199. word-wrap:break-word;
  1200. }
  1201. #u56_div {
  1202. border-width:0px;
  1203. position:absolute;
  1204. left:0px;
  1205. top:0px;
  1206. width:109px;
  1207. height:3px;
  1208. background:inherit;
  1209. background-color:rgba(181, 182, 181, 1);
  1210. border:none;
  1211. border-radius:0px;
  1212. -moz-box-shadow:none;
  1213. -webkit-box-shadow:none;
  1214. box-shadow:none;
  1215. color:#FFFFFF;
  1216. }
  1217. #u56 {
  1218. border-width:0px;
  1219. position:absolute;
  1220. left:549px;
  1221. top:386px;
  1222. width:109px;
  1223. height:3px;
  1224. color:#FFFFFF;
  1225. }
  1226. #u56_text {
  1227. border-width:0px;
  1228. position:absolute;
  1229. left:0px;
  1230. top:0px;
  1231. width:0px;
  1232. visibility:hidden;
  1233. word-wrap:break-word;
  1234. }
  1235. #u57_img {
  1236. border-width:0px;
  1237. position:absolute;
  1238. left:-4px;
  1239. top:-4px;
  1240. width:20px;
  1241. height:20px;
  1242. }
  1243. #u57 {
  1244. border-width:0px;
  1245. position:absolute;
  1246. left:544px;
  1247. top:382px;
  1248. width:12px;
  1249. height:12px;
  1250. color:#FFFFFF;
  1251. }
  1252. #u57_text {
  1253. border-width:0px;
  1254. position:absolute;
  1255. left:0px;
  1256. top:-2px;
  1257. width:12px;
  1258. word-wrap:break-word;
  1259. }
  1260. #u58_div {
  1261. border-width:0px;
  1262. position:absolute;
  1263. left:0px;
  1264. top:0px;
  1265. width:253px;
  1266. height:17px;
  1267. background:inherit;
  1268. background-color:rgba(255, 255, 255, 0);
  1269. border:none;
  1270. border-radius:0px;
  1271. -moz-box-shadow:none;
  1272. -webkit-box-shadow:none;
  1273. box-shadow:none;
  1274. }
  1275. #u58 {
  1276. border-width:0px;
  1277. position:absolute;
  1278. left:35px;
  1279. top:604px;
  1280. width:253px;
  1281. height:17px;
  1282. }
  1283. #u58_text {
  1284. border-width:0px;
  1285. position:absolute;
  1286. left:0px;
  1287. top:0px;
  1288. width:253px;
  1289. white-space:nowrap;
  1290. }
  1291. #u59_img {
  1292. border-width:0px;
  1293. position:absolute;
  1294. left:0px;
  1295. top:0px;
  1296. width:302px;
  1297. height:535px;
  1298. }
  1299. #u59 {
  1300. border-width:0px;
  1301. position:absolute;
  1302. left:35px;
  1303. top:51px;
  1304. width:302px;
  1305. height:535px;
  1306. }
  1307. #u59_text {
  1308. border-width:0px;
  1309. position:absolute;
  1310. left:0px;
  1311. top:0px;
  1312. width:0px;
  1313. visibility:hidden;
  1314. word-wrap:break-word;
  1315. }