@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box; /*Firefox3.5+*/
    -webkit-box-sizing: border-box; /*Safari3.2+*/
    -o-box-sizing: border-box; /*Opera9.6*/
    -ms-box-sizing: border-box; /*IE8*/
    box-sizing: border-box;
}

body {
    min-width: 1200px;
}

ol, ul, li {
    list-style: none;
}

i {
    font-style: normal;
}

img {
    border: 0;
    display: block;
    vertical-align: baseline;
}

input, select, button {
    border: 0;
    outline: none;
}

textarea {
    resize: none;
    outline: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

/*清除浮动*/
.fl-cl-b:after {
    content: "\200B";
    clear: both;
    font-size: 0;
    height: 0;
    display: block;
}

/*版心*/
.inner {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

/*媒体查询*/
@media screen and (min-width: 375px) and (max-width: 414px) {
}