* {
	margin: 0px;
	padding: 0px;
}
html {
   	box-sizing: border-box;
   	font-family: "微软雅黑", "Microsoft YaHei";
}
body {
	font-family: "微软雅黑", "Microsoft YaHei";
}

@font-face {
    font-family: 'PingFangSC-Regular';
    /*src: url('../font/PingFang-Regular.ttf');*/
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'pingFangSC-Medium';
  /*src: url('../font/PingFang-Medium.ttf');*/
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pingFangSC-Light';
  /*src: url('../font/PingFang-Light.ttf');*/
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'PingFangSC-Bold';
    /*src: url('../font/PingFang-Bold.ttf');*/
    font-weight: normal;
    font-style: normal;
}