@font-face {
  font-family: 'icomoon';
  src:  url('icomoon.eot?f3r71e');
  src:  url('icomoon.eot?f3r71e#iefix') format('embedded-opentype'),
    url('icomoon.ttf?f3r71e') format('truetype'),
    url('icomoon.woff?f3r71e') format('woff'),
    url('icomoon.svg?f3r71e#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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-refresh:before {
  content: "\e900";
}
.icon-trashcan:before {
  content: "\e901";
}
.icon-out:before {
  content: "\e902";
}
.icon-in:before {
  content: "\e903";
}
.icon-next:before {
  content: "\e904";
}
.icon-previous:before {
  content: "\e905";
}
.icon-search:before {
  content: "\e906";
}
.icon-cart:before {
  content: "\e907";
}
.icon-veiw:before {
  content: "\e908";
}
.icon-close:before {
  content: "\e909";
}
.icon-delete:before {
  content: "\e90a";
}
.icon-update:before {
  content: "\e90b";
}
.icon-download:before {
  content: "\e90c";
}
.icon-star:before {
  content: "\e90d";
}
.icon-user:before {
  content: "\e90e";
}
.icon-bell:before {
  content: "\e90f";
}
.icon-form:before {
  content: "\e910";
}
.icon-heart:before {
  content: "\e911";
}
.icon-chart:before {
  content: "\e912";
}
.icon-card:before {
  content: "\e913";
}
.icon-folder:before {
  content: "\e914";
}
.icon-caret-up:before {
  content: "\e915";
}
.icon-earth:before {
  content: "\e916";
}
.icon-arrow:before {
  content: "\e917";
}
.icon-caret-down:before {
  content: "\e918";
}
.icon-add:before {
  content: "\e919";
}
.icon-info:before {
  content: "\e91a";
}
.icon-share:before {
  content: "\e91b";
}
/*維克新增 icon*/
.icon-fb-share:before {
  content:"";
  display: block;
  width: 42px;
  height: 42px;
  min-width: 42px;
  background: url(../assets/icon/fb-share.png);
  background-size: cover;
}
.icon-line-share:before {
  content:"";
  display: block;
  width: 42px;
  height: 42px;
  min-width: 42px;
  background: url(../assets/icon/line-share.png);
  background-size: cover;
}
