@font-face {
  font-family: "iconfont"; /* Project id 2583964 */
  src: url('iconfont.woff2?t=1624531014495') format('woff2'),
       url('iconfont.woff?t=1624531014495') format('woff'),
       url('iconfont.ttf?t=1624531014495') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-loading:before {
  content: "\e699";
}

.icon-arrow-left:before {
  content: "\e63b";
}

.icon-arrow-right:before {
  content: "\e637";
}

.icon-spot:before {
  content: "\ec1e";
}

.icon-triangle-top:before {
  content: "\e643";
}

.icon-triangle-bottom:before {
  content: "\e644";
}

.icon-arrow-top:before {
  content: "\e61d";
}

.icon-arrow-bottom:before {
  content: "\e64e";
}

