* {
    padding: 0;
    margin: 0;
    font-family: "Microsoft YaHei";
}
ul {
    list-style-type: none;
}
a {
    text-decoration: none!important;
    color: #ffffff;
}
a,
img {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}