common.css 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. /*公共样式*/
  2. .fl {
  3. float: left;
  4. }
  5. .fr {
  6. float: right;
  7. }
  8. @font-face {
  9. font-family: 'icomoon';
  10. src: url('../fonts/icomoon.eot?7kkyc2');
  11. src: url('../fonts/icomoon.eot?7kkyc2#iefix') format('embedded-opentype'),
  12. url('../fonts/icomoon.ttf?7kkyc2') format('truetype'),
  13. url('../fonts/icomoon.woff?7kkyc2') format('woff'),
  14. url('../fonts/icomoon.svg?7kkyc2#icomoon') format('svg');
  15. font-weight: normal;
  16. font-style: normal;
  17. }
  18. .fr .icomoon {
  19. font-family: 'icomoon';
  20. font-size: 16px;
  21. line-height: 26px;
  22. }
  23. /*版心*/
  24. .w {
  25. width: 1200px;
  26. margin: 0 auto;
  27. }
  28. .style-red {
  29. color : #c81623;
  30. }
  31. .shortcut {
  32. height: 31px;
  33. line-height: 31px;
  34. background-color: #f1f1f1;
  35. }
  36. .shortcut li {
  37. float: left;
  38. }
  39. .spacer {
  40. width: 1px;
  41. height: 12px;
  42. background-color: #666;
  43. margin: 9px 12px 0;
  44. }
  45. .header {
  46. position: relative;
  47. height: 105px;
  48. /*background-color: pink;*/
  49. }
  50. .logo {
  51. position: absolute;
  52. top: 25px;
  53. left : 0;
  54. width: 175px;
  55. height: 56px;
  56. }
  57. .logo a {
  58. display: block;
  59. width: 175px;
  60. height: 56px;
  61. background: url(../img/logo.png) no-repeat;
  62. text-indent: -999px;
  63. }
  64. .search {
  65. position: absolute;
  66. top: 25px;
  67. left: 348px;
  68. }
  69. .text {
  70. float: left;
  71. width: 445px;
  72. height: 32px;
  73. border: 2px solid #b1191a;
  74. padding-left: 10px;
  75. color: #ccc;
  76. }
  77. .btn {
  78. float: left;
  79. width: 82px;
  80. height: 36px;
  81. background-color: #b1191a;
  82. border: 0;
  83. font-size: 16px;
  84. color: #fff
  85. }
  86. .hotwords {
  87. position: absolute;
  88. top: 65px;
  89. left: 348px;
  90. }
  91. .hotwords a {
  92. margin: 0 12px;
  93. }
  94. .shopcar {
  95. position: absolute;
  96. top: 25px;
  97. right: 64px;
  98. width: 138px;
  99. height: 34px;
  100. line-height: 34px;
  101. border : 1px solid #dfdfdf;
  102. background-color: #f7f7f7;
  103. text-align: center;
  104. }
  105. .car {
  106. font-family: 'icomoon';
  107. color: #da5555;
  108. }
  109. .arrow {
  110. font-family: 'icomoon';
  111. margin-left: 5px;
  112. }
  113. .count {
  114. position: absolute;
  115. top: -5px;
  116. left: 100px;
  117. height: 14px;
  118. line-height: 14px;
  119. padding: 0 3px;
  120. background-color: #e60012;
  121. color: #fff;
  122. border-radius: 7px 7px 7px 0;
  123. }
  124. .nav {
  125. height: 45px;
  126. border-bottom: 2px solid #b1191a;
  127. }
  128. .dropdown {
  129. width: 209px;
  130. height: 45px;
  131. }
  132. .dropdown .dt {
  133. width: 100%;
  134. height: 100%;
  135. background-color: #b1191a;
  136. font-size: 16px;
  137. text-align: center;
  138. line-height: 45px;
  139. color: #fff;
  140. }
  141. .dropdown .dd {
  142. height: 465px;
  143. background-color: #c81623;
  144. margin-top: 2px;
  145. color: #fff;
  146. }
  147. .menu_item {
  148. height: 31px;
  149. line-height: 31px;
  150. margin-left: 2px;
  151. padding: 0 10px;
  152. }
  153. .menu_item:hover {
  154. background-color: #fff;
  155. }
  156. .menu_item a{
  157. font-size: 14px;
  158. color: #fff;
  159. }
  160. .menu_item:hover a {
  161. color: #c81623;
  162. }
  163. .menu_item i {
  164. float: right;
  165. font-family: 'icomoon';
  166. font-size: 18px;
  167. color: #fff;
  168. }
  169. .navitems {
  170. margin-left: 10px;
  171. }
  172. .navitems li {
  173. float: left;
  174. }
  175. .navitems li a {
  176. display: block;
  177. height: 45px;
  178. line-height: 45px;
  179. padding: 0 25px;
  180. font-size: 16px;
  181. }
  182. .footer {
  183. height: 416px;
  184. background-color: #f5f5f5;
  185. }
  186. .mod_survice {
  187. height: 79px;
  188. border-bottom: 1px solid #ccc;
  189. }
  190. .mod_survice li {
  191. float: left;
  192. width: 240px;
  193. height: 79px;
  194. margin-top: 15px;
  195. }
  196. .icon {
  197. float: left;
  198. width: 50px;
  199. height: 50px;
  200. margin-left: 35px;
  201. background: url(../img/icons.png) no-repeat;
  202. }
  203. .zheng {
  204. background-position: -253px -3px;
  205. }
  206. .tit {
  207. float: left;
  208. margin-left: 5px;
  209. }
  210. .tit h5 {
  211. margin-top: 5px;
  212. }
  213. .kuai {
  214. background-position: -255px -54px;
  215. }
  216. .bao {
  217. background-position: -257px -105px;
  218. }
  219. .help {
  220. height: 187px;
  221. border-bottom: 1px solid #ccc;
  222. }
  223. .mod_help_list {
  224. float: left;
  225. width: 150px;
  226. padding: 20px 0 0 50px;
  227. }
  228. .mod_help_list dt {
  229. height: 25px;
  230. font-size: 16px;
  231. }
  232. .mod_help_list dd {
  233. height: 22px;
  234. }
  235. .mod_help_app dt,
  236. .mod_help_app p {
  237. padding-left: 15px;
  238. }
  239. .mod_help_app img {
  240. margin: 7px 0;
  241. }
  242. .copy_right {
  243. text-align: center;
  244. }