* {
    text-decoration: none;
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    list-style: none;
    border: 0;
    background: none;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}

::-webkit-scrollbar {
    width: 0
}

a,
button,
input,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a {
    color: black;
}
