/* 加载字体 PingFang SC  */
@font-face {
  font-family: 'PingFang SC';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('./PingFangScMedium.otf') format('opentype');
}