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

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

.custom-icon-Chevron-down:before {
  content: "\e610";
}

.custom-icon-Chevron-up:before {
  content: "\e611";
}

.custom-icon-zhifubao:before {
  content: "\e60a";
}

.custom-icon-weixinzhifu:before {
  content: "\e689";
}

.custom-icon-qianbao:before {
  content: "\e664";
}

