@charset "utf-8";
html,body{
    width: 100%;
    height: 100%;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    font-family:"PingFangSC,helvetica neue,hiragino sans gb,arial,microsoft yahei ui,microsoft yahei,simsun,sans-serif";
}

body, div, p, ul, ol, dl, dt, dd, li, form, input, table, img, h1, h2, h3, h4, h5, h6,form,input,textarea,blockquote,th,td{ margin:0; padding:0;color: #333;}
ul,ol,li{list-style-type:none; border:0px none;}


article, aside, footer, header, nav, section, img, a{
    display: block;
}
input, select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    outline: none;
    display: block;
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a{ color: inherit; text-decoration:none;}
a:hover{color:inherit;text-decoration:none;}

.clearfix:before, .clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}

.clearfix {
    zoom:1;
}

.w1200{
    width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    body {
        width: 1200px;
        margin: 0 auto;
    }

    .w1200{
        box-sizing: border-box;
        padding: 0 10px;
    }
}