@charset "UTF-8";
/*@font-face*/
@font-face {
    font-family: 'PingFang-SC-Heavy';
    src: url('../font/PingFangSCHeavy.eot');
    src: url('../font/PingFangSCHeavy.eot?#iefix') format('embedded-opentype'),
        url('../font/PingFangSCHeavy.woff2') format('woff2'),
        url('../font/PingFangSCHeavy.woff') format('woff'),
        url('../font/PingFangSCHeavy.ttf') format('truetype'),
        url('../font/PingFangSCHeavy.svg#PingFangSCHeavy') format('svg');
		font-weight: 900;
		font-style: normal;
}

@font-face {
    font-family: 'PingFang-SC-Bold';
    src: url('../font/PingFangSCBold.eot');
    src: url('../font/PingFangSCBold.eot?#iefix') format('embedded-opentype'),
        url('../font/PingFangSCBold.woff2') format('woff2'),
        url('../font/PingFangSCBold.woff') format('woff'),
        url('../font/PingFangSCBold.ttf') format('truetype'),
        url('../font/PingFangSCBold.svg#PingFangSCBold') format('svg');
		font-weight: bold;
		font-style: normal;
}

@font-face {
    font-family: 'PingFang-SC-Medium';
    src: url('../font/PingFangSCMedium.eot');
    src: url('../font/PingFangSCMedium.eot?#iefix') format('embedded-opentype'),
        url('../font/PingFangSCMedium.woff2') format('woff2'),
        url('../font/PingFangSCMedium.woff') format('woff'),
        url('../font/PingFangSCMedium.ttf') format('truetype'),
        url('../font/PingFangSCMedium.svg#PingFangSCMedium') format('svg');
		font-weight: 500;
		font-style: normal;
}