@charset"utf-8";
@font-face {
  font-family: "iconfont"; /* Project id  */
  src: url('iconfont.ttf?t=1623830614016') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-guoji:before {
  content: "\e603";
}

.icon-hudun:before {
  content: "\e688";
}

.icon-fenzi:before {
  content: "\e64e";
}

.icon-huangguan:before {
  content: "\e68a";
}

.icon-fangzhipinlei:before {
  content: "\e754";
}

.icon-shangyi:before {
  content: "\e547";
}

.icon-xiexue:before {
  content: "\e6e8";
}


