@charset "utf-8";
/*重置css--start*/
body,
ul,
li,
h1,
h2,
h3,
h4,
p,
section,
div,
header,
footer,
em,
i,
span {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "微软雅黑", '宋体';
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
}
i,
em {
  font-style: normal;
}
a {
  text-decoration: none;
}
img {
  vertical-align: middle;
}
ul {
  list-style: none;
}
button {
  outline: 0 none;
  border: none;
}
/*重置css--end*/
/*基础css--start*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: top;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
capation,
th {
  text-align: left;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
.bc {
  margin-left: auto;
  margin-right: auto;
}
/*块状元素集中对齐 block center*/
.fl {
  float: left;
  display: inline;
}
/* 可修复IE6中双倍边距bug */
.fr {
  float: right;
  display: inline;
}
.clearfix:after {
  content: '';
  display: block;
  /*只有块状元素才可以清除浮动造成的塌陷*/
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
/*基础css--end*/
/*px--rem*/
/* 设计稿的 1/10 */
