@charset "utf-8";
body {
  text-align: center;
  color: #333;
  /* font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji",Microsoft YaHei; */
  font-family: "Microsoft YaHei", 微软雅黑, Arial, Helvetica, sans-serif;
  line-height: 1.5;
  font-size: 16px;
  background-color: #fff;
}

html,
body {
  height: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
table,
th,
td,
i {
  margin: 0;
  padding: 0;
} /*初始化标签*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: top;
  border: 0;
  margin: 0;
  padding: 0;
}
i {
  font-style: normal;
}
ol,
ul {
  list-style: none;
}
li {
  list-style-type: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  border: 0;
}
form {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #005dc5;
  text-decoration: underline;
}
.clear {
  clear: both;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
  font-size: 16px;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #999;
  font-size: 16px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
  font-size: 16px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
  font-size: 16px;
}
.wrap {
  width: 1280px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.fB {
  font-weight: bold;
}
.f12px {
  font-size: 12px;
}
.f13px {
  font-size: 13px;
}
.f14px {
  font-size: 14px;
}
.f16px {
  font-size: 16px;
}
.f18px {
  font-size: 18px;
}
.f20px {
  font-size: 20px;
}
.f22px {
  font-size: 22px;
}
.f24px {
  font-size: 24px;
}
.f26px {
  font-size: 26px;
}
.f28px {
  font-size: 28px;
}
.f30px {
  font-size: 30px;
}
.f36px {
  font-size: 36px;
}
.f38px {
  font-size: 38px;
}
.f40px {
  font-size: 40px;
}
.f42px {
  font-size: 42px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fcwhite {
  color: #fff;
}
.fcblack {
  color: #000;
}
.fcgray {
  color: #eee;
}
.fcgray2 {
  color: #999;
}
.fc666 {
  color: #666;
}
.fc8c{
  color: #8C8C8C;
}
.fcblue {
  color: #1E6FFF;
}
.fcc3 {
  color: #c3c3c3;
}
.none {
  display: none;
}
.clear {
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}
.blank10 {
  clear: both;
  height: 10px;
  overflow: hidden;
  display: block;
}
.blank15 {
  clear: both;
  height: 15px;
  overflow: hidden;
  display: block;
}
.blank20 {
  clear: both;
  height: 20px;
  overflow: hidden;
  display: block;
}
.blank30 {
  clear: both;
  height: 30px;
  overflow: hidden;
  display: block;
}
.blank40 {
  clear: both;
  height: 40px;
  overflow: hidden;
  display: block;
}
.blank50 {
  clear: both;
  height: 50px;
  overflow: hidden;
  display: block;
}
.blank60 {
  clear: both;
  height: 60px;
  overflow: hidden;
  display: block;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #333;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333;
}
button{
  border: none;
  outline: none;
  cursor: pointer;
}
.mt10{
  margin-top: 10px;
}
.mt15{
  margin-top: 15px;
}
.mt20{
  margin-top: 20px;
}
.mt30{
  margin-top: 30px;
}
/* 分页 */
#pages { padding:14px 0 10px; margin-top: 20px; clear: both }
#pages a { display:inline-block; height:30px; line-height:30px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333; padding:0 12px}
#pages a.a1 { width:56px; padding:0 }
#pages a:hover { background:rgb(27, 68, 143); color:#fff; text-decoration:none }
#pages span { display:inline-block; height:30px; line-height:30px; background:rgb(27, 68, 143); border:1px solid rgb(27, 68, 143); color:#fff; text-align:center;padding:0 12px}
.page .noPage { display:inline-block; width:56px; height:30px; line-height:30px; border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }
.text-c { text-align: center }
