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

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

/* 实际使用的图标 */
.ai-faq:before {
  content: "\e608";
}

.ai-search:before {
  content: "\e87c";
}

.ai-dataFile:before {
  content: "\e607";
}

.ai-unlike:before {
  content: "\e9d7";
}

.ai-like:before {
  content: "\e9dc";
}

.ai-right-arrow:before {
  content: "\e60a";
}

.ai-close:before {
  content: "\e600";
}

