index.css 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337
  1. html,body{
  2. width: 100%;
  3. height: 100%;
  4. margin: 0;
  5. padding: 0;
  6. }
  7. html{
  8. font-size: 100px;
  9. }
  10. ul,h1,h2,h3,h4,h5,h6,p{
  11. list-style: 0;
  12. padding: 0;
  13. margin: 0;
  14. }
  15. a{
  16. text-decoration: none;
  17. }
  18. /*正文*/
  19. .t_container{
  20. width: 100%;
  21. height: 100%;
  22. min-width: 1360px;
  23. background: url('../img/true.png') no-repeat;
  24. background-size: 100% 100%;
  25. position: relative;
  26. min-height: 756px;
  27. }
  28. .t_header{
  29. width: 100%;
  30. height: 80px;
  31. background: url('../img/linx.png') no-repeat;
  32. background-size: 100% 100%;
  33. position: relative;
  34. }
  35. .t_header span{
  36. color: #fff;
  37. font-size: 0.36rem;
  38. position: absolute;
  39. top: 50%;
  40. margin-top: -0.24rem;
  41. left: 9%;
  42. }
  43. .t_main{
  44. width: 98%;
  45. height: 8.74rem;
  46. margin: 0 auto;
  47. margin-top: 0.2rem;
  48. margin-bottom: 0;
  49. }
  50. .t_left_box{
  51. position: relative;
  52. width: 3.36rem;
  53. height: 4.6rem;
  54. display: inline-block;
  55. text-align: center;
  56. }
  57. .t_l_line{
  58. position: absolute;
  59. top: 0;
  60. left: 0;
  61. }
  62. .t_r_line{
  63. position: absolute;
  64. bottom: 0;
  65. right: 0;
  66. }
  67. .t_center_box{
  68. width: 6.82rem;
  69. display: inline-block;
  70. min-width: 490px;
  71. }
  72. .t_top_box{
  73. width: 100%;
  74. height: 1.13rem;
  75. overflow: hidden;
  76. position: relative;
  77. margin-bottom: 0.2rem;
  78. }
  79. .t_bottom_box{
  80. width: 100%;
  81. height: 3.17rem;
  82. overflow: hidden;
  83. position: relative;
  84. }
  85. .t_right_box{
  86. display: inline-block;
  87. width: 7.8rem;
  88. height: 4.6rem;
  89. position: relative;
  90. min-width: 560px;
  91. }
  92. .b_left_box{
  93. display: inline-block;
  94. width: 5.9rem;
  95. height: 3.6rem;
  96. position: relative;
  97. min-width: 425px;
  98. }
  99. .b_center_box{
  100. display: inline-block;
  101. width: 6rem;
  102. height: 3.6rem;
  103. position: relative;
  104. min-width: 432px;
  105. }
  106. .b_right_box{
  107. display: inline-block;
  108. width: 6rem;
  109. height: 3.6rem;
  110. position: relative;
  111. min-width: 432px;
  112. }
  113. .t_mbox{
  114. width: 3rem;
  115. height: 1.28rem;
  116. position: relative;
  117. margin: 0 auto;
  118. margin-top: 0.2rem;
  119. }
  120. .t_rbox{
  121. background: #D9523F;
  122. }
  123. .t_gbox{
  124. background: #13D0B2;
  125. }
  126. .t_ybox{
  127. background: #F6A645;
  128. }
  129. .t_mbox i{
  130. display: inline-block;
  131. width: 0.46rem;
  132. height: 0.48rem;
  133. position: absolute;
  134. top: 0;
  135. bottom: 0;
  136. left: 20%;
  137. margin: auto;
  138. }
  139. .t_mbox h2{
  140. font-size: 0.28rem;
  141. color: #fff;
  142. position: absolute;
  143. top: 50%;
  144. left: 50%;
  145. }
  146. .t_mbox span{
  147. font-size: 0.2rem;
  148. color: #fff;
  149. position: absolute;
  150. top: 24%;
  151. left: 48%;
  152. }
  153. .t_rbox i{
  154. background: url(../img/indent.png) no-repeat;
  155. background-size: 100% 100%;
  156. }
  157. .t_gbox i{
  158. background: url(../img/vip.png) no-repeat;
  159. background-size: 100% 100%;
  160. }
  161. .t_ybox i{
  162. background: url(../img/consumption.png) no-repeat;
  163. background-size: 100% 100%;
  164. }
  165. .t_nav{
  166. width: 100%;
  167. height: 100%;
  168. }
  169. .t_nav li{
  170. display: inline-block;
  171. width: 30%;
  172. height: 100%;
  173. text-align: center;
  174. position: relative;
  175. }
  176. .t_nav li span{
  177. font-size: 0.16rem;
  178. color: #1AA1FD;
  179. position: absolute;
  180. left: 0;
  181. right: 0;
  182. margin: auto;
  183. top: 25%;
  184. }
  185. .t_nav li h1{
  186. font-size: 0.30rem;
  187. color: #fff;
  188. position: absolute;
  189. left: 0;
  190. right: 0;
  191. margin: auto;
  192. top: 50%;
  193. }
  194. .t_nav li i{
  195. width: 1px;
  196. height: 100%;
  197. position: absolute;
  198. right: -0.2rem;
  199. background: url('../img/sper.png') no-repeat;
  200. background-size: 100% 100%;
  201. }
  202. .t_table{
  203. font-size: 0.16rem;
  204. color: #fff;
  205. width: 94%;
  206. margin: 0 auto;
  207. border-spacing: 0;
  208. text-align: center;
  209. box-sizing: border-box;
  210. margin-top: 12%;
  211. }
  212. .t_table tr{
  213. margin: 0;
  214. padding: 0;
  215. height: 0.42rem;
  216. }
  217. .t_table thead tr{
  218. background: #053A98;
  219. }
  220. .t_table tbody tr td:first-child{
  221. border-left: 1px solid #053A98;
  222. }
  223. .t_table td{
  224. border-bottom: 1px solid #053A98;
  225. border-right: 1px solid #053A98;
  226. }
  227. .t_title{
  228. position: absolute;
  229. font-size: 0.18rem;
  230. color: #fff;
  231. left: 5%;
  232. top: 10%;
  233. }
  234. .t_b_h,t_b_m{
  235. position: absolute;
  236. font-size: 0.16rem;
  237. left: 54%;
  238. width: 50%;
  239. height: 4.6rem;
  240. }
  241. .t_b_h span{
  242. position: absolute;
  243. color: #fff;
  244. top: 10%;
  245. }
  246. .t_b_h img{
  247. position: absolute;
  248. width: 0.53rem;
  249. height: 0.53rem;
  250. top: 6%;
  251. left: 24%
  252. }
  253. .t_b_h h3{
  254. font-size: 0.36rem;
  255. color: #F0FF00;
  256. position: absolute;
  257. left: 55%;
  258. top: 8%;
  259. width: 1rem;
  260. }
  261. .t_b_h h3 span{
  262. font-size: 0.2rem;
  263. position: absolute;
  264. left: 50%;
  265. top: 28%;
  266. color: #0072FF;
  267. }
  268. .t_b_m img{
  269. position: absolute;
  270. left: 52%;
  271. top: 22%;
  272. border-top: 1px dotted #F0FF00;
  273. padding: 0 0.18rem;
  274. padding-top: 20px;
  275. width: 3.19rem;
  276. height: 1.67rem;
  277. }
  278. .t_b_box,.t_b_box1,.t_b_box2,.t_b_box3{
  279. width: 1.3rem;
  280. height: 0.56rem;
  281. border: 1px dotted #F0FF00;
  282. border-radius: 5px;
  283. position: absolute;
  284. }
  285. .t_b_box{
  286. top: 68%;
  287. left: 56%;
  288. }
  289. .t_b_box span,.t_b_box1 span,.t_b_box2 span,.t_b_box3 span{
  290. font-size: 0.14rem;
  291. color: #fff;
  292. position: absolute;
  293. left: 10%;
  294. }
  295. .t_b_box i,.t_b_box1 i,.t_b_box2 i,.t_b_box3 i{
  296. width: 20px;
  297. height: 20px;
  298. position: absolute;
  299. top: 50%;
  300. left: 15%
  301. }
  302. .t_b_box i{
  303. background: url('../img/t.png') no-repeat;
  304. background-size: 100% 100%;
  305. }
  306. .t_b_box1 i{
  307. background: url('../img/s.png') no-repeat;
  308. background-size: 100% 100%;
  309. }
  310. .t_b_box2 i{
  311. background: url('../img/j.png') no-repeat;
  312. background-size: 100% 100%;
  313. }
  314. .t_b_box3 i{
  315. background: url('../img/g.png') no-repeat;
  316. background-size: 100% 100%;
  317. }
  318. .t_b_box h2,.t_b_box1 h2,.t_b_box2 h2,.t_b_box3 h2{
  319. font-size: 0.18rem;
  320. color: #fff;
  321. position: absolute;
  322. top: 30%;
  323. left: 40%;
  324. }
  325. .t_b_box1{
  326. top: 68%;
  327. left: 78%;
  328. }
  329. .t_b_box2{
  330. top: 84%;
  331. left: 56%;
  332. }
  333. .t_b_box3{
  334. top: 84%;
  335. left: 78%;
  336. }