@font-face {
  font-family: "iconfont"; /* Project id 2696009 */
  src: url('iconfont.woff2?t=1627024980643') format('woff2'),
       url('iconfont.woff?t=1627024980643') format('woff'),
       url('iconfont.ttf?t=1627024980643') format('truetype');
}

.fa {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-sousuo:before {
    content: "\e6e3";
}
.fa-angle-left:before {
  content: "\e604";
}

.fa-angle-right:before {
  content: "\e65c";
}

