@charset "UTF-8";
@font-face {
  font-family: "思源黑体 CN";
  src: url("font/思源黑体R.woff2") format("woff2"),
  url("font/思源黑体R.woff") format("woff"),
  url("font/思源黑体R.ttf") format("truetype"),
  url("font/思源黑体R.eot") format("embedded-opentype"),
  url("font/思源黑体R.svg") format("svg"),
  url("font/思源黑体R.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "iconfont"; /* Project id 3525991 */
  src: url('./font/iconfont.woff2?t=1657934822458') format('woff2'),
  url('./font/iconfont.woff?t=1657934822458') format('woff'),
  url('./font/iconfont.ttf?t=1657934822458') format('truetype');
}

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

.icon-24gl-arrowRight:before {
  content: "\eb6a";
}

.icon-sousuo:before {
  content: "\e62a";
}

.icon-home:before {
  content: "\e680";
}
