*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    word-break: break-word;
}
@font-face {
    font-family: 'ALIBABA-REGULAR';
    src: url("../css/fonts/ALIBABA-PUHUITI-REGULAR.OTF");
}
@font-face {
    font-family: 'ALIBABA-BOLD';
    src: url("../css/fonts/ALIBABA-PUHUITI-BOLD.OTF");
}
@font-face {
    font-family: 'youshe';
    src: url("../css/fonts/youshe.ttf");
}
@font-face {
    font-family: 'pangmen';
    src: url("../css/fonts/pangmen.ttf");
}
body{
    font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
}
li,i,em{
    list-style: none;
}
a{
    text-decoration: none;
}
html,body{
    overflow-x: hidden;
    width: 100%;
    color: #333;
    font-size: 14px;
}
.container{
    width: 100%;
    position: relative;
    word-break: break-all;
    font-family: 'ALIBABA-REGULAR';
    background: #141518;
    scroll-behavior: smooth;
}


