@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?z4t14t');
  src:  url('fonts/icomoon.eot?z4t14t#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?z4t14t') format('truetype'),
    url('fonts/icomoon.woff?z4t14t') format('woff'),
    url('fonts/icomoon.svg?z4t14t#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-home:before {
  content: "\e901";
}
.icon-map2:before {
  content: "\e94b";
}
.icon-spinner:before {
  content: "\e97a";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-checkbox-checked:before {
  content: "\ea52";
}
.icon-checkbox-unchecked:before {
  content: "\ea53";
}
.icon-share:before {
  content: "\ea82";
}
.icon-weibo:before {
  content: "\ea9a";
}
.icon-menu:before {
  content: "\e908";
}
.icon-mail:before {
  content: "\e900";
}
.icon-map:before {
  content: "\e902";
}
.icon-tel2:before {
  content: "\e903";
}
.icon-tel:before {
  content: "\e904";
}
.icon-weixin:before {
  content: "\e905";
}
.icon-bars:before {
  content: "\e906";
}
.icon-dianping:before {
  content: "\e907";
}

