@font-face {
  font-family: "iconfont"; /* Project id 2889671 */
  src: url('../fonts/font_2889671_f7u3b3hbtsp.woff2') format('woff2'),
       url('../fonts/font_2889671_f7u3b3hbtsp.woff') format('woff'),
       url('../fonts/font_2889671_f7u3b3hbtsp.ttf') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: Noto Sans;
    font-weight: 700;
    src: url("/static/fonts/AlibabaSans-Bold.otf");
}

@font-face {
    font-family: Noto Sans;
    font-weight: 400;
    src: url("/static/fonts/AlibabaSans-Regular.otf");
}

@font-face {
    font-family: Noto Sans;
    font-weight: 300;
    src: url("/static/fonts/AlibabaSans-Light.otf");
}



.icon-icon_close:before {
  content: "\e64e";
}

.icon-weixin:before {
  content: "\e62b";
}

.icon-huo:before {
  content: "\e606";
}

.icon-yuyuexinxi:before {
  content: "\e632";
}

.icon-dianhua:before {
  content: "\e817";
}

