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

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

.icon-empty:before {
  content: "\e6a6";
}

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

.icon-angle-right:before {
  content: "\e84e";
}

.icon-menu:before {
  content: "\e86b";
}

.icon-close:before {
  content: "\e82a";
}

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

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

.icon-email:before {
  content: "\e64b";
}

