@charset "UTF-8";

@font-face {
  font-family: "pingfang";
  src: url("../fonts/pingfang.woff2") format("woff2"),
       url("../fonts/pingfang.woff") format("woff"),
       url("../fonts/pingfang.ttf") format("truetype"),
       url("../fonts/pingfang.eot") format("embedded-opentype"),
       url("../fonts/pingfang.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
font-family: "pingfang_bold";
  src: url("../fonts/pingfang_bold.woff2") format("woff2"),
       url("../fonts/pingfang_bold.woff") format("woff"),
       url("../fonts/pingfang_bold.ttf") format("truetype"),
       url("../fonts/pingfang_bold.eot") format("embedded-opentype"),
       url("../fonts/pingfang_bold.svg") format("svg"),
       url("../fonts/pingfang_bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;	
}