@font-face {
    font-family: 'AlibabaPuHuiTi';
    src: url(../fonts/Alibaba-PuHuiTi-Regular.otf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'AlibabaPuHuiTi';
}

ol, ul {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
    color: inherit;
}

a:active {
    color: inherit;
}

*::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

*::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(144, 147, 153, 0.3);
}

blockquote, q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before, q:after {
    content: '';
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

img {
    max-width: 100%;
    height: auto;
}
