﻿[v-cloak] {
    display: none !important;
}
/* 思源黑体字体定义 */
@font-face {
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 200;
    src: url('../../frame/lk/fonts/syht/SourceHanSansCN-ExtraLight.woff') format('woff');
}

@font-face {
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 300;
    src: url('../../frame/lk/fonts/syht/SourceHanSansCN-Light.woff') format('woff');
}

@font-face {
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 400;
    src: url('../../frame/lk/fonts/syht/SourceHanSansCN-Normal.woff') format('woff');
}

@font-face {
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 500;
    src: url('../../frame/lk/fonts/syht/SourceHanSansCN-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 600;
    src: url('../../frame/lk/fonts/syht/SourceHanSansCN-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 700;
    src: url('../../frame/lk/fonts/syht/SourceHanSansCN-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Source Han Sans CN';
    font-style: normal;
    font-weight: 900;
    src: url('../../frame/lk/fonts/syht/SourceHanSansCN-Heavy.woff') format('woff');
}
html,body {
    font-family: 'Source Han Sans CN', 'Microsoft YaHei', sans-serif;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6,
.text-h1, .text-h2, .text-h3, .text-h4, .text-h5, .text-h6,
.fw-light { font-weight: 300; }
.fw-normal { font-weight: 400; }
.fw-medium { font-weight: 500; }
.fw-semibold { font-weight: 600; }
.fw-bold { font-weight: 700; }

