@font-face {
  font-family: "iconfont"; /* Project id 3713191 */
  src: url('../fonts/iconfont.woff2') format('woff2'),
       url('../fonts/iconfont.woff') format('woff'),
       url('../fonts/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-menu:before {
  content: "\e69b";
}

.icon-close:before {
  content: "\e747";
}

.icon-shuangjiantou-zuo:before {
  content: "\e65f";
}

.icon-shuangjiantou-you:before {
  content: "\e660";
}

.icon-bad-fill:before {
  content: "\e779";
}

.icon-good-fill:before {
  content: "\e780";
}

.icon-arrow-left-bold:before {
  content: "\e685";
}

.icon-arrow-up-bold:before {
  content: "\e686";
}

.icon-arrow-down-bold:before {
  content: "\e687";
}

.icon-arrow-right-bold:before {
  content: "\e688";
}

.icon-arrow-up-filling:before {
  content: "\e689";
}

.icon-arrow-down-filling:before {
  content: "\e68a";
}

.icon-arrow-left-filling:before {
  content: "\e68b";
}

.icon-arrow-right-filling:before {
  content: "\e68c";
}

