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

[class^="j_icon-"], [class*=" j_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;
}
.j_icon-pinterest{
  color: #fff;
  vertical-align: top;
  font-size: 1.4rem;
  line-height: 2.5rem;
  display: inline-block;
  cursor: pointer;
}
.j_icon-pinterest:before {
  content: "\e900";
}
/* 邮箱 */
.j_icon-envelop{font-size: 20px;}
.j_icon-envelop:before {

  content: "\e945";
}

