@font-face {
  font-family: "bootstrap-icons";
  src: url("../fonts/bootstrap-icons.svg#bootstrap-icons") format("svg");
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 只包含我们网站使用的图标 */
.bi-globe::before { content: "\f3ec"; }
.bi-flag::before { content: "\f3dc"; }
.bi-map::before { content: "\f471"; }
.bi-building::before { content: "\f2dc"; }
.bi-geo-alt::before { content: "\f3e8"; }
.bi-shield-check::before { content: "\f584"; }
.bi-speedometer2::before { content: "\f5a9"; }
.bi-database-check::before { content: "\f614"; }
.bi-search::before { content: "\f52a"; }
.bi-info-circle::before { content: "\f430"; } 