@font-face {
    font-style: normal;
    font-family: 'CustomizeFont';
    src: url('https://file2.xinruiyun.cn/font/SourceHanSansCN-Normal.otf') format('truetype');
    font-display: swap;
}

body,
html {
    font-size: 14px;
    /*font-family: PingFangSC-Light,helvetica neue,hiragino sans gb,arial,microsoft yahei ui,microsoft yahei,simsun,sans-serif;*/
    font-family: CustomizeFont, SFProText, Arial, STHeitiSC !important;
}

body {
    background: #fff;
    -webkit-text-size-adjust: 100%;
}

div {
    box-sizing: border-box;
}

a {
    color: #2d374b;
    text-decoration: none
}

a:hover {
    color: #cd0200;
    text-decoration: none
}

em {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    word-wrap: break-word;
}

button {
    cursor: pointer;
    border: none;
    outline: none
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF;
}

body::-webkit-scrollbar {
    display: none !important;
}

.element::-webkit-scrollbar {
    width: 0 !important;
}