@font-face {
  font-family: "iconfont"; /* Project id 3713487 */
  src: url('../fonts/iconfont.woff2?t=1666088109686') format('woff2'),
       url('../fonts/iconfont.woff?t=1666088109686') format('woff'),
       url('../fonts/iconfont.ttf?t=1666088109686') 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: "\e600";
}
/*我的*/
.icon-wode:before {
  content: "\e608";
}
/*首页*/
.icon-index:before {
  content: "\e750";
}
/*产品*/
.icon-chanpin:before {
  content: "\e60d";
}
/*财富*/
.icon-caifu:before {
  content: "\e771";
}
/*向上*/
.icon-xiangshangjiantou:before {
  content: "\e65d";
}
/*上*/
.icon-arrowup:before {
  content: "\e7ee";
}
/*右*/
.icon-xiangyou:before {
  content: "\e728";
}
/*左*/
.icon-xiangzuo:before {
  content: "\e729";
}
/* 关闭 */
.icon-close:before {
  content: "\e647";
}
/*checkbox*/
.icon-checks:before {
  content: "\e6c0";
}

