﻿@charset "utf-8";
/* 起始样式 */

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;
  margin: 0 auto;
  padding: 0px;
  font-size: 12px;
  height: 100%;
  line-height: 22px;
  width: 100%;
  color: #333;
    background-color: #fff;
}

  body {
  background-color: #f5f5f5;
}
i{font-style: normal;}

ul, ul li, ol li, tr td, dl, dd {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0
}

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

/*a:hover{ text-decoration:underline;}*/

img {
  vertical-align: middle;
}

.imgs {
  vertical-align: top;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

img {
  border: none;
}

html {
  overflow-x: hidden;
}

.text, textarea, select {
  outline: none;
  font-family: 微软雅黑;
  color: #666;
  font-size: 12px;
  width: 100%;
}

.ul_lf li, .ul_js li {
  position: relative;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #ccc;
}

::-webkit-scrollbar-track {
  background: #fff;
}

.moblie_head {
  display: none;
}

/*active*/

/* 公用样式 */
.box {
  width: 1140px;
  margin: 0 auto;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}


/* 翻页 */

.pager {
  background: #fff;
  margin: 1rem auto;
  border-radius: 0.2rem;
  counter-reset: pagination;
  text-align: center;
}
.pager:after {
  clear: both;
  content: "";
  display: table;
}

.pager a:hover {
  color: #fdfdfd;
  background-color: #D11E21;
  border: solid 1px #D11E21;
}
.pager .current {
  color: #fdfdfd;
  background-color: #D11E21;
  border: solid 1px #D11E21;
}

.pager a,.pager span {
  border: solid 1px #d6d6d6;
  border-radius: 0.2rem;
  color: #7d7d7d;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 0.3rem 0.8rem;
  margin-right:0.3rem;
}
