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

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

.icon-remove:before {
  content: "\e631";
}
.icon-hide:before {
  content: "\e62e";
}
.icon-show:before {
  content: "\e62d";
}
.icon-logout:before {
  content: "\e62c";
}
.icon-system:before {
  content: "\e62b";
}
.icon-statistics:before {
  content: "\e62a";
}
.icon-commonFile:before {
  content: "\e629";
}
.icon-file:before {
  content: "\e628";
}
.icon-userManage:before {
  content: "\e627";
}
.icon-password:before {
  content: "\e626";
}
.icon-user:before {
  content: "\e625";
}


