@font-face {
  font-family: "iconfont"; /* Project id 5028096 */
  src: url('//at.alicdn.com/t/c/font_5028096_ks8xkjm06e.woff2?t=1758581008092') format('woff2'),
       url('//at.alicdn.com/t/c/font_5028096_ks8xkjm06e.woff?t=1758581008092') format('woff'),
       url('//at.alicdn.com/t/c/font_5028096_ks8xkjm06e.ttf?t=1758581008092') format('truetype');
}

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

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

.icon-QQ:before {
  content: "\e667";
}

.icon-zhihu:before {
  content: "\e68b";
}

.icon-weibo:before {
  content: "\e666";
}

.icon-douyin:before {
  content: "\e6a6";
}

.icon-xiaohongshu:before {
  content: "\e600";
}

.icon-bilibili:before {
  content: "\e723";
}

