@font-face {
  font-family: "iconfont"; /* Project id 4188463 */
  src: url('iconfont.eot'); /* IE9 */
  src: url('iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('iconfont.woff2') format('woff2'),
       url('iconfont.woff') format('woff'),
       url('iconfont.ttf') format('truetype'),
       url('iconfont.svg') format('svg');
}

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

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

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

.icon-note:before {
  content: "\e614";
}

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

.icon-service:before {
  content: "\e65a";
}

.icon-weixin:before {
  content: "\e615";
}

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

.icon-arrowUp:before {
  content: "\e601";
}

.icon-arrowwDown:before {
  content: "\e602";
}

.icon-hot:before {
  content: "\e629";
}

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

.icon-arrowRight:before {
  content: "\e62a";
}

.icon-help:before {
  content: "\e74c";
}

