@font-face {
  font-family: DingTalkSans;
  src: url('../fonts/DingTalkJinBuTi.woff2');
}

@font-face {
  /* 重命名字体名 */
  font-family: '思源黑体';
  src: url('../fonts/Source_Han_Sans_SC_Normal.otf');
}


* {
  padding: 0;
  margin: 0;
  list-style: none;
  font-style: normal;
  text-decoration: none;
  box-sizing: border-box;
  font-family: '思源黑体';
}
