@font-face {font-family: "iconfont";
  src: url(""); /* IE9 */
  src: url("") format('embedded-opentype'), /* IE6-IE8 */
  url("") format('woff2'),
  url("") format('woff'),
  url("") format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url("") format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-suo:before {
  content: "\e6a0";
}

.icon-user:before {
  content: "\e651";
}

.icon-guanbi:before {
  content: "\e600";
}

.icon-sousuo:before {
  content: "\e615";
}

