@font-face {
  font-family: "iconfont"; /* project id 2832040 */
  src:  format('woff2'),
        format('woff'),
        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: "\e665";
}

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

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

.icon-facebook:before {
  content: "\e68c";
}

.icon-twitter:before {
  content: "\e68d";
}

