/*title通用*/
@font-face {
  font-family: 'title';
  src: url("../font/YouSheBiaoTiHei.ttf");
  /*src: url("../font/PANGMENZHENGDAOBIAOTITI-1.TTF");*/
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'titleNav';
  src: url("../font/PANGMENZHENGDAOBIAOTITI-1.TTF");
  font-weight: 400;
  font-style: normal;
}

/*普通字体 阿里巴巴普惠体*/
@font-face {
  font-family: 'bold';
  src: url("../font/Alibaba-PuHuiTi-Medium.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'lighter';
  src: url("../font/Alibaba-PuHuiTi-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
/*数字*/
@font-face {
  font-family: 'number';
  src: url("../font/D-DINExp.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'numberTwo';
  src: url("../font/D-DINExp.otf");
  font-weight: 400;
  font-style: normal;
}
/* 酷高端黑 */
@font-face {
  font-family: 'TitleText';
  src: url("../font/GaoDuanHeiXiuDing151105-1.ttf");
  font-weight: 400;
  font-style: normal;
}

