@font-face {
    font-family: 'PINGFANG';
    src: url('../fonts/pingfangscregular.eot');
    src: url('../fonts/pingfangscregular.eot') format('embedded-opentype'),
    url('../fonts/pingfangscregular.woff2') format('woff2'),
    url('../fonts/pingfangscregular.woff') format('woff'),
    url('../fonts/pingfangscregular.ttf') format('truetype'),
    url('../fonts/pingfangscregular.svg#alibabapuhuitir') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*使用选择器指定字体*/
body{
    font-family: 'PINGFANG'!important;
}