@font-face {
    font-family: "SourceHanSerifCN";
    src: url("https://item-1255610514.cos.ap-chengdu.myqcloud.com/font/SourceHanSerifCN-Bold.otf");
    font-display: swap;
}

*{margin: 0; padding: 0; box-sizing: border-box; font-family: 'SourceHanSerifCN';}
html{scroll-behavior: smooth;}
a{ text-decoration: none; color: inherit;}


@media (max-width: 1200px) {
    
    .pc-show{display: none !important;}
}


@media (min-width: 1201px) {
    .mobile-show{display: none !important;}   
}