@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot?#font-spider') format('embedded-opentype'),
          url('../fonts/iconfont.woff') format('woff'),
          url('../fonts/iconfont.ttf') format('truetype'),
          url('../fonts/iconfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
 }

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youjiantou:before {
  content: "\e62c";
}

.icon-qq:before {
  content: "\e645";
}

.icon-weibo:before {
  content: "\e6a1";
}

.icon-search:before {
  content: "\e60e";
}

.icon-weixin:before {
  content: "\e603";
}

