@font-face {
  font-family: "iconfont"; /* Project id 5031090 */
  src: url('//at.alicdn.com/t/c/font_5031090_ew6w44po70b.woff2?t=1761708924135') format('woff2'),
       url('//at.alicdn.com/t/c/font_5031090_ew6w44po70b.woff?t=1761708924135') format('woff'),
       url('//at.alicdn.com/t/c/font_5031090_ew6w44po70b.ttf?t=1761708924135') format('truetype');
}

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

.icon-down:before {
  content: "\e69b";
}

.icon-magnify:before {
  content: "\e944";
}

.icon-address:before {
  content: "\e93f";
}

.icon-weibo:before {
  content: "\e940";
}

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

.icon-wx:before {
  content: "\e942";
}

.icon-tel:before {
  content: "\e943";
}

.icon-next:before {
  content: "\e93e";
}

.icon-prev:before {
  content: "\e93d";
}

.icon-search:before {
  content: "\e93c";
}

.icon-plus:before {
  content: "\e93b";
}

