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

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

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

.icon-password:before {
  content: "\e611";
}

.icon-author:before {
  content: "\e600";
}

.icon-like:before {
  content: "\e6b8";
}

.icon-comment:before {
  content: "\e603";
}

.icon-view:before {
  content: "\e619";
}

.icon-time:before {
  content: "\e61d";
}

.icon-calendar:before {
  content: "\e678";
}

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

.icon-menu:before {
  content: "\e937";
}

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

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

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

.icon-female:before {
  content: "\e71a";
}

.icon-male:before {
  content: "\e686";
}

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

