@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

html {
    /* -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
     overflow: hidden; */
}

body {
    font: 14px/1em Microsoft YaHei, sans-serif;
    max-width: 1080px;
    margin: 0 auto;
    height: 100%;
    background-color: #f6f6f6;
}

img {
    vertical-align: top;
    outline: none;
}

@media only screen and (max-width:320px) {
    body {
        font-size: 12px;
    }
}

ul, li {
    list-style: none;
}

img {
    width: 100%;
    display: block;
    border: 0;
    margin: 0 auto;
}

a {
    text-decoration: none;
}

a:active, a:hover {
    outline: 0;
    border: 0
}

.mb0 {
    margin-bottom: 0;
}