@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?eozd9k');
  src:  url('fonts/icomoon.eot?eozd9k#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?eozd9k') format('truetype'),
    url('fonts/icomoon.woff?eozd9k') format('woff'),
    url('fonts/icomoon.svg?eozd9k#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-back:before {
  content: "\e902";
}
.icon-shelf:before {
  content: "\e900";
  color: #fff;
}
.icon-apply:before {
  content: "\e901";
  color: #fff;
}
.icon-share .path1:before {
  content: "\e903";
  color: rgb(36, 36, 36);
}
.icon-share .path2:before {
  content: "\e904";
  margin-left: -1em;
  color: rgb(241, 163, 70);
}
.icon-close:before {
  content: "\e117";
}
.icon-weibo:before {
  content: "\e616";
}
.icon-weixin:before {
  content: "\e617";
}
.icon-ham:before {
  content: "\e917";
}
.icon-yes:before {
  content: "\e91e";
}
