@charset "UTF-8";
/* 嵌入字体(注意：千万不要在@font-face里面加注释，否则字体不生效！！！)________________________ */
@font-face {
    font-family: DIN-Black;
    src: url("font/DIN-Black.otf");
}

@font-face {
    font-family: DIN-Bold;
    src: url("font/DIN-Bold.ttf");
}

@font-face {
    font-family: DIN-Medium;
    src: url("font/DIN-Medium.otf");
}

@font-face {
    font-family: DIN-Light;
    src: url("font/DIN-Light.otf");
}

@font-face {
    font-family: YouSheBiaoTiHei;
    src: url("font/YouSheBiaoTiHei.ttf");
}

@font-face {
    font-family: LianMengQiYiLuZhengShuai;
    src: url("font/LianMengQiYiLuZhengShuai.ttf");
}
@font-face {
    font-family: Alimama_ShuHeiTi_Bold;
    src: url("font/Alimama_ShuHeiTi_Bold.ttf");
}
@font-face {
    font-family: AlimamaFangYuanTiVF-Thin;
    src: url("font/AlimamaFangYuanTiVF-Thin.ttf");
}

@font-face {
    font-family: Smiley_Sans_Oblique;
    src: url("font/Smiley_Sans_Oblique.ttf");
}
@font-face {
    font-family: DingTalk_JinBuTi_Regular;
    src: url("font/DingTalk_JinBuTi_Regular.ttf");
}

@font-face {
    font-family: 方正仿宋_GBK;
    src: url("font/FZFS_GBK.ttf");
}
@font-face {
    font-family: 方正小标宋简体;
    src: url("font/FZXBSJT.ttf");
}