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

[class^="iconRay-"], [class*=" iconRay-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon_ray' !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;
}

/* 爱心 */
.iconRay-heart:before {
  content: "\e9da";
}
/* 手指向上 */
.iconRay-thumbs-up:before {
  content: "\e900";
}