@font-face {
    font-family: 'w3';
    src: url('../fonts/HiraginoSansGB-W3.eot);
    src: url('../fonts/HiraginoSansGB-W3.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HiraginoSansGB-W3.woff2') format('woff2'),
    url('../fonts/HiraginoSansGB-W3.woff') format('woff'),
    url('../fonts/HiraginoSansGB-W3.ttf') format('truetype'),
    url('../fonts/HiraginoSansGB-W3.otf') format('opentype'),
    url('../fonts/HiraginoSansGB-W3.svg#AlibabaPuHuiTiR') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*使用选择器指定字体*/
body{
    font-family: Microsoft YaHei,Segoe UI,Tahoma,Arial,Verdana,sans-serif;
}
