@font-face {
  font-family: "iconfont"; /* Project id  */
  src: url('iconfont.ttf?t=1714880921003') format('truetype');
}

.iconfont-yj {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-whatsapp:before {
  content: "\e8ea";
}

.icon-weixin:before {
  content: "\e8bb";
}

.icon-customer-service:before {
  content: "\e66a";
}

.icon-edit:before {
  content: "\e66e";
}

.icon-email:before {
  content: "\e66f";
}

.m-kf1 .kf-item .icon {
    color: #2a2a2a;
    font-size: 30px;
    line-height: 44px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}