@font-face {
  font-family: "iconfont"; /* Project id 5077587 */
  src: url('iconfont.woff2?t=1764917748937') format('woff2'),
       url('iconfont.woff?t=1764917748937') format('woff'),
       url('iconfont.ttf?t=1764917748937') format('truetype');
}

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

.icon-error-plain:before {
  content: "\e640";
}

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

.icon-info-plain:before {
  content: "\e62d";
}

.icon-warning-plain:before {
  content: "\e72d";
}

.icon-loading:before {
  content: "\e6e8";
}

.icon-check:before {
  content: "\e645";
}

.icon-empty:before {
  content: "\e628";
}

.icon-search:before {
  content: "\e618";
}

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

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

.icon-notify:before {
  content: "\e689";
}

.icon-user-vip:before {
  content: "\e6ed";
}

.icon-user-free:before {
  content: "\e6ec";
}

.icon-switch-language:before {
  content: "\e717";
}

.icon-theme-dark:before {
  content: "\e6f2";
}

.icon-theme-light:before {
  content: "\e6f1";
}

.icon-email:before {
  content: "\e6f4";
}

.icon-qq:before {
  content: "\e6f0";
}

.icon-telegram:before {
  content: "\e6ef";
}

