@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?32lebd');
  src:  url('fonts/icomoon.eot?32lebd#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?32lebd') format('truetype'),
    url('fonts/icomoon.woff?32lebd') format('woff'),
    url('fonts/icomoon.svg?32lebd#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-reward:before {
  content: "\e820";
}
.icon-reward_hover:before {
  content: "\e821";
}
.icon-homePage:before {
  content: "\e800";
}
.icon-homePage_hover:before {
  content: "\e801";
}
.icon-recommend:before {
  content: "\e810";
}
.icon-recommend_hover:before {
  content: "\e811";
}
.icon-mine:before {
  content: "\e830";
}
.icon-mine_hover:before {
  content: "\e831";
}
