@charset "UTF-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
    font-family: PingFang SC, '微软雅黑', Helvetica Neue, Helvetica, Tahoma, Arial, sans-serif;
}
*:focus {outline: none;}
html {
    -webkit-text-size-adjust: none;
}
img {border: 0 none; max-width: 100%;}
ul, li {
    display: block;
    list-style: none;
}

a {text-decoration: none; cursor: pointer;}
body {
    background: #ffffff;
}
.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
.clearfix {zoom: 1;}
.clearbox {clear: both; font-size: 0; line-height: 0;}














