@charset "utf-8";
html{
    font-size: 10px;
}
body {
    color: #fff;
    margin: 0px auto;
    padding: 0px;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Tahoma, Arial, 'Microsoft Yahei', 'PingFang SC', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', sans-serif;
    background:#252525;
}
body, ul, ol, dl, dd, h1, h2, h3, h4, h5, h6, p, form, fieldset, legend, input, textarea, select, button, th, td {
    margin:0;
    padding:0;
}
h1, h2, h3, h4, h5, h6 {
    font-size:100%;
    font-weight:normal;
}

a {
    color: #fff;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

.clearFloat {
    zoom:1
}

.clearFloat::after {
    content: "";
    height: 0;
    display: block;
    clear: both;
    overflow: hidden
}

.wrap {
    max-width: 1200px;
    margin: 0 auto
}
.fb{font-weight: bolder;}
.fl{float: left;}
.fr{float: right;}
.tac{text-align: center;}
.tar{text-align: right;}
table {
    font-size:inherit;
    }
input, select {
    font-family:arial,helvetica,clean,sans-serif;
    font-size:100%;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
}
button {
    overflow:visible;
}
th, em, strong, b, address, cite {
    font-style:normal;
    font-weight:normal;
}
li {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
img, fieldset {
    border:0 none;
}
.col-md1 {width: 8.33%;}
.col-md2 {width: 16.66%;}
.col-md3 {width: 25%;}
.col-md4 {width: 33.33%;}
.col-md5 {width: 41.66%;}
.col-md6 {width: 50%;}
.col-md7 {width: 58.33%;}
.col-md8 {width: 66.66%;}
.col-md9 {width: 75%;}
.col-md10 {width: 83.33%;}
.col-md11 {width: 91.66%;}
.col-md12 {width: 100%;}