@font-face {
  font-family: 'fontello';
src: url(/dfiles/9847/icon/font/fontello.eot?4753.jpg);
src: url(/dfiles/9847/icon/font/fontello.eot?47532473) format('embedded-opentype'),
       url(/dfiles/9847/icon/font/fontello.woff2?4753.jpg) format('woff2'),
       url(/dfiles/9847/icon/font/fontello.woff?4753.jpg) format('woff'),
       url(/dfiles/9847/icon/font/fontello.ttf?4753.jpg) format('truetype'),
       url(/dfiles/9847/icon/font/fontello.svg?47532473) format('svg');
  font-weight: normal;
  font-style: normal;}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/dfiles/9847/icon/font/fontello.svg?47532473') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
 
  /* for safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* font smoothing. that was taken from twbs */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}
 
.icon-right:before { content: '\e800';} /* '' */
.icon-left:before { content: '\e801';} /* '' */
.icon-weibo:before { content: '\e802';} /* '' */
.icon-certificate:before { content: '\e803';} /* '' */
.icon-qrcode:before { content: '\e804';} /* '' */
.icon-left-open-big:before { content: '\e805';} /* '' */
.icon-right-open-big:before { content: '\e806';} /* '' */
.icon-down-open:before { content: '\f004';} /* '' */
.icon-up-open:before { content: '\f005';} /* '' */
.icon-wechat:before { content: '\f1d7';} /* '' */
.icon-user-o:before { content: '\f2c0';} /* '' */