@font-face {
  font-family: "iconfont"; /* Project id 4767151 */
  src: url('iconfont.woff2?t=1733389103079') format('woff2'),
       url('iconfont.woff?t=1733389103079') format('woff'),
       url('iconfont.ttf?t=1733389103079') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
  content: "\e600";
}

.icon-arrow-left:before {
  content: "\e601";
}

.icon-contact:before {
  content: "\e916";
}

.icon-wechat:before {
  content: "\e629";
}

.icon-mail:before {
  content: "\e608";
}

.icon-phone:before {
  content: "\e66f";
}

.icon-arrow-h-left:before {
  content: "\e60e";
}

.icon-arrow-h-right:before {
  content: "\e612";
}

.icon-a-arrow-doubleright:before {
  content: "\e61c";
}

.icon-arrow-doubleleft:before {
  content: "\e61d";
}

