/*字体文件加载*/
@font-face{
  font-family:"RubikRegular";
  src: url("/font/RubikRegular/font.woff2") format("woff2"),
       url("/font/RubikRegular/font.woff") format("woff"),
       url("/font/RubikRegular/font.ttf") format("truetype"),
       url("/font/RubikRegular/font.eot") format("embedded-opentype"),
       url("/font/RubikRegular/font.svg") format("svg"),
       url("/font/RubikRegular/font.otf") format("opentype");
}
@font-face{
  font-family:"GilroyBold";
  src: url("/font/GilroyBold/font.woff2") format("woff2"),
       url("/font/GilroyBold/font.woff") format("woff"),
       url("/font/GilroyBold/font.ttf") format("truetype"),
       url("/font/GilroyBold/font.eot") format("embedded-opentype"),
       url("/font/GilroyBold/font.svg") format("svg"),
       url("/font/GilroyBold/font.otf") format("opentype");
}
@font-face{
  font-family:"SourceHanSansCMedium";
  src: url("/font/SourceHanSansCMedium/font.otf") format("opentype");
}
@font-face{
  font-family:"SourceHanSansCRegular";
  src: url("/font/SourceHanSansCRegular/font.otf") format("opentype");
}
@font-face{
  font-family:"SourceHanSansCBold";
  src: url("/font/SourceHanSansCBold/font.otf") format("opentype");
}
@font-face{
  font-family:"SourceHanSansCNormal";
  src: url("/font/SourceHanSansCNormal/font.otf") format("opentype");
}
@font-face{
  font-family:"SourceHanSansCNExtraLight";
  src: url("/font/SourceHanSansCNExtraLight/font.otf") format("opentype");
}
@font-face{
  font-family:"SourceHanSansCNLight";
  src: url("/font/SourceHanSansCNLight/font.otf") format("opentype");
}