* {
    box-sizing: border-box;
    font-family: 'PingFangSC-Regular','helvetica neue',arial,'hiragino sans gb','microsoft yahei light','microsoft yahei',sans-serif;
}
html, body, div, p, span, font, em, ul, li, dl, dt, dd, table, tr, td, input, button, a {
    margin: 0 auto;
    padding: 0;
}
html{

}
body {
    font-size: 14px;
    color: #333;
}
ul {
    list-style-type: none;
}
a {
    text-decoration: none;
    color: #333;
}
a:hover {
    text-decoration: none;
}
img {
    border: 0px;
    vertical-align: top;
}
em, i {
    font-style: normal;
}
.clr {
    margin: 0px;
    padding: 0px;
    height: 0px;
    width: 0px;
    overflow: hidden;
    clear: both;
}
input, textarea, button{
    outline: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #666;
    font-size: 14px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #666;
    font-size: 14px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #666;
    font-size: 14px;
}
.container{
    width:1200px;
}
.footer a{
    color: #fff;
}
.wap-show{
    display: none;
}
.wap-hide{
    display: block;
}
@media (max-width:1024px) {
    .wap-show{
        display: block;
    }
    .wap-hide{
        display: none;
    }
}