*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: Microsoft YaHei, "PingFang SC", system-ui, -apple-system, BlinkMacSystemFont,
        Helvetica, Arial, sans-serif;
}

a {
    color: inherit !important;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none !important;
}
