@charset "utf-8";

/* CSS reset*/

*,
ul,
li,
p,
label {
    margin: 0;
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    border: none;
}

i,
cite,
em,
var,
address,
dfn,
label {
    font-style: normal;
    font-weight: normal;
}

a,
a:link,
a:hover {
    color: #8E8E8E;
    text-decoration: none;
}

li {
    list-style: none;
}

body {
    background-color: #fff;
    overflow-x: hidden;
    font-size: 12px;
    font-weight: 400;
    font-family: "Microsoft YaHei", SimHei, SimSun, STHeiti, 'WenQuanYi Micro Hei', Helvetica, Helvetica Neue;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: : 1;
    /*IE/7/6*/
}