@font-face {
  font-family: "iconfont"; /* Project id 3269097 */
  src: url('../font/iconfont.woff2') format('woff2'),
       url('../font/iconfont.woff') format('woff'),
       url('../font/iconfont.ttf') format('truetype');
}








.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "\e6e9";
}

.icon-down2:before {
  content: "\e61a";
}

.icon-arr-left:before {
  content: "\e7f4";
}

.icon-arr-right:before {
  content: "\e7f3";
}

.icon-share:before {
  content: "\e7f2";
}

.icon-wb:before {
  content: "\e7ee";
}

.icon-wx:before {
  content: "\e7ef";
}

.icon-xhs:before {
  content: "\e7f0";
}

.icon-zhihu:before {
  content: "\e7f1";
}

.icon-down:before {
  content: "\e61a";
}

