* {
    padding: 0;
    margin: 0;
    font-family: "Microsoft YaHei";
}
ul, ol {
    list-style-type: none;
}
a {
    text-decoration: none!important;
    color: #ffffff;
}
a,
img {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}
.clearfix::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    zoom: 1;
}