/*html{*/
/*    !*隐藏滚动条，当IE下溢出，仍然可以滚动*!*/
/*    -ms-overflow-style:none;*/
/*    !*火狐下隐藏滚动条*!*/
/*    overflow:-moz-scrollbars-none;*/
/*}*/

/*!* 谷歌适用 *!*/
/*::-webkit-scrollbar{*/
/*    display:none;*/
/*}*/

@font-face
{
    font-family: HuXiaoBo-NanShen;
    src: url('../../assets/global/font/胡晓波男神体.otf');
}

@font-face
{
    font-family: Alibaba PuHuiTi Light;
    src: url('../../assets/global/font/Alibaba-PuHuiTi-Light.otf');
}

@font-face
{
    font-family: Alibaba PuHuiTi Regular;
    src: url('../../assets/global/font/Alibaba-PuHuiTi-Regular.otf');
}

@font-face
{
    font-family: Alibaba PuHuiTi Medium;
    src: url('../../assets/global/font/Alibaba-PuHuiTi-Medium.otf');
}

@media screen and (min-width: 1800px) {
    html, body{
        font-size: 20px;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1800px) {
    html, body{
        font-size: 18px;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1600px) {
    html, body{
        font-size: 16px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    html, body{
        font-size: 14px;
    }
}