index.css 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. @charset "utf-8";
  2. /* CSS Document */
  3. .body_sytle{
  4. background-color: #f2f4f8;
  5. }
  6. .i_slide_box{
  7. position: relative;
  8. left: 0;
  9. top: 0;
  10. overflow: hidden;
  11. height: 1.36rem;
  12. }
  13. .i_slide_box img{
  14. display: block;
  15. height: 1.36rem;
  16. }
  17. .i_slide_box a{
  18. overflow: hidden;
  19. display: block;
  20. width: 100%;
  21. height: 1.36rem;
  22. }
  23. .i_slide_main{
  24. position: absolute;
  25. left: 0;
  26. top: 0;
  27. height: 1.36rem;
  28. width: 1000%;
  29. }
  30. .i_slide_ul{
  31. overflow: hidden;
  32. height: 1.36rem;
  33. }
  34. .i_slide_ul li{
  35. float: left;
  36. width: 10%;
  37. height: 1.36rem;
  38. }
  39. .i_slide_ul a{
  40. display: block;
  41. width: 100%;
  42. height: 1.36rem;
  43. }
  44. .i_slide_but_box{
  45. position: absolute;
  46. right: .1rem;
  47. bottom: .08rem;
  48. left: .1rem;
  49. z-index: 10;
  50. height: .08rem;
  51. text-align: right;
  52. font-size: 0;
  53. white-space: nowrap;
  54. }
  55. .i_slide_but_box span{
  56. margin: 0 .04rem;
  57. display: inline-block;
  58. height: .08rem;
  59. width: .08rem;
  60. background-color: #fff;
  61. border-radius: .08rem;
  62. }
  63. .i_slide_but_box .hover{
  64. background-color: #609ffc;
  65. }
  66. .i_search_box{
  67. padding: .08rem .15rem .1rem .15rem;
  68. }
  69. .i_search_box a{
  70. overflow: hidden;
  71. display: block;
  72. padding: 0 0 0 .44rem;
  73. height: .36rem;
  74. background:#fff url(/assets/img/frontend/icon/icon_3.png) no-repeat .14rem center;
  75. background-size: .2rem auto;
  76. font-size: .13rem;
  77. color: #aeb4ca;
  78. line-height: 2.7;
  79. box-sizing: border-box;
  80. border-radius: .36rem;
  81. border: 1px solid #cdd1e0;
  82. }
  83. .i_topic_nav_box{
  84. overflow: hidden;
  85. margin-bottom: .1rem;
  86. padding: .15rem .1rem 0;
  87. height: .94rem;
  88. background-color: #fff;
  89. box-sizing: border-box;
  90. }
  91. .i_topic_nav_li{
  92. float: left;
  93. width: 20%;
  94. box-sizing: border-box;
  95. }
  96. .i_topic_nav_li a{
  97. display: block;
  98. margin: 0 auto;
  99. width: .5rem;
  100. }
  101. .i_topic_nav_li_img{
  102. overflow: hidden;
  103. margin: 0 auto .06rem;
  104. width: .44rem;
  105. height: .44rem;
  106. border-radius: .44rem;
  107. }
  108. .i_topic_nav_li_img img{
  109. height: 100%;
  110. border-radius: .44rem;
  111. }
  112. .i_topic_nav_li strong{
  113. display: block;
  114. height: .16rem;
  115. font-size: .12rem;
  116. color: #5d6995;
  117. text-align: center;
  118. line-height: .16rem
  119. }
  120. .swiper-container {
  121. width: 100%;
  122. height: 100%;
  123. }
  124. .swiper-slide {
  125. text-align: center;
  126. font-size: 18px;
  127. background: #fff;
  128. /* Center slide text vertically */
  129. display: -webkit-box;
  130. display: -ms-flexbox;
  131. display: -webkit-flex;
  132. display: flex;
  133. -webkit-box-pack: center;
  134. -ms-flex-pack: center;
  135. -webkit-justify-content: center;
  136. justify-content: center;
  137. -webkit-box-align: center;
  138. -ms-flex-align: center;
  139. -webkit-align-items: center;
  140. align-items: center;
  141. }
  142. .swiper-pagination{
  143. padding: 0 20px;
  144. text-align: right;
  145. box-sizing: border-box;
  146. }
  147. .swiper-pagination-bullet{
  148. opacity: 1;
  149. background: #fff;
  150. }
  151. .swiper-pagination-bullet-active {
  152. background: #E63B64;
  153. }
  154. .i_recent_box{
  155. position: relative;
  156. left: 0;
  157. top: 0;
  158. overflow: hidden;
  159. margin: .05rem 0;
  160. padding: 0 .15rem;
  161. height: .44rem;
  162. background-color: #fff;
  163. }
  164. .i_r_l{
  165. overflow: hidden;
  166. position: absolute;
  167. left: .15rem;
  168. top: 0;
  169. height: .44rem;
  170. width: .7rem;
  171. font-size: .13rem;
  172. color: #2b2b2a;
  173. line-height: .44rem;
  174. }
  175. .i_r_r{
  176. overflow: hidden;
  177. display: block;
  178. padding-right: .16rem;
  179. margin-left: .7rem;
  180. height: .44rem;
  181. background: url(../../img/frontend/icon/icon_35.png) no-repeat right center;
  182. background-size: auto .13rem;
  183. font-size: .13rem;
  184. color: #2b2b2a;
  185. line-height: .44rem;
  186. }