/* ============================================
   icons.css - 自有图标字体样式（替代 Bootstrap Icons CDN）
   使用 Bootstrap Icons 字体文件，本地化加载
   ============================================ */

@font-face {
  font-family: "Bootstrap Icons";
  src: url("bootstrap-icons.woff2") format("woff2"),
       url("bootstrap-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.bi {
/*  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;*/
  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;
    margin-right: .16rem;
  
  
}

/* 常用图标 unicode 映射 */
.bi-house-door::before { content: "\f3e8"; }
.bi-gear-wide-connected::before { content: "\f3eb"; }
.bi-truck::before { content: "\f4da"; }
.bi-pencil-square::before { content: "\f4c1"; }
.bi-building::before { content: "\f3ef"; }
.bi-newspaper::before { content: "\f4a1"; }
.bi-telephone::before { content: "\f4d9"; }
.bi-chevron-right::before { content: "\f285"; }
.bi-chevron-down::before { content: "\f282"; }
.bi-arrow-right::before { content: "\f138"; }
.bi-arrow-left::before { content: "\f12f"; }
.bi-arrow-up::before { content: "\f148"; }
.bi-check-lg::before { content: "\f26a"; }
.bi-x-lg::before { content: "\f62a"; }
.bi-list::before { content: "\f479"; }
.bi-search::before { content: "\f52a"; }
.bi-envelope::before { content: "\f32f"; }
.bi-geo-alt::before { content: "\f3e7"; }
.bi-clock::before { content: "\f293"; }
.bi-people::before { content: "\f4d6"; }
.bi-award::before { content: "\f19d"; }
.bi-star::before { content: "\f588"; }
.bi-star-fill::before { content: "\f586"; }
.bi-shield-check::before { content: "\f528"; }
.bi-tools::before { content: "\f5ad"; }
.bi-lightning::before { content: "\f47b"; }
.bi-globe::before { content: "\f3e4"; }
.bi-cpu::before { content: "\f2d0"; }
.bi-diagram-3::before { content: "\f2e6"; }
.bi-box-seam::before { content: "\f1f5"; }
.bi-truck-flatbed::before { content: "\f5b4"; }
.bi-clipboard-check::before { content: "\f28d"; }
.bi-chat-dots::before { content: "\f268"; }
.bi-headset::before { content: "\f3f8"; }
.bi-wechat::before { content: "\f611"; }
.bi-music-note::before { content: "\f4a9"; }
.bi-qq::before { content: "\f4d4"; }
.bi-camera-video::before { content: "\f230"; }
.bi-map::before { content: "\f3e6"; }
.bi-phone::before { content: "\f4c9"; }
.bi-fax::before { content: "\f334"; }
.bi-mailbox::before { content: "\f48e"; }
.bi-hand-thumbs-up::before { content: "\f3af"; }
.bi-eye::before { content: "\f341"; }
.bi-share::before { content: "\f52c"; }
.bi-bookmark::before { content: "\f1e7"; }
.bi-calendar::before { content: "\f21e"; }
.bi-tag::before { content: "\f58f"; }
.bi-folder::before { content: "\f380"; }
.bi-image::before { content: "\f3ed"; }
.bi-play-btn::before { content: "\f4f1"; }
.bi-pause-btn::before { content: "\f4cb"; }
.bi-arrow-clockwise::before { content: "\f116"; }
.bi-circle-fill::before { content: "\f28b"; }
.bi-square-fill::before { content: "\f578"; }
.bi-triangle-fill::before { content: "\f5a3"; }
.bi-diamond-fill::before { content: "\f2dc"; }
.bi-hexagon-fill::before { content: "\f3cc"; }
.bi-cog::before { content: "\f2d2"; }
.bi-wrench::before { content: "\f610"; }
.bi-hammer::before { content: "\f3a8"; }
.bi-bricks::before { content: "\f1d3"; }
.bi-cone-striped::before { content: "\f2a9"; }
.bi-bullseye::before { content: "\f1d5"; }
.bi-speedometer::before { content: "\f545"; }
.bi-graph-up::before { content: "\f3a3"; }
.bi-bar-chart::before { content: "\f1e7"; }
.bi-pie-chart::before { content: "\f4a0"; }
.bi-layers::before { content: "\f474"; }
.bi-link::before { content: "\f471"; }
.bi-box-arrow-up-right::before { content: "\f1c5"; }
.bi-file-earmark-text::before { content: "\f35a"; }
.bi-card-text::before { content: "\f243"; }
.bi-list-ul::before { content: "\f47b"; }
.bi-grid::before { content: "\f3a1"; }
.bi-layout-three-columns::before { content: "\f46d"; }
.bi-aspect-ratio::before { content: "\f1aa"; }
.bi-fullscreen::before { content: "\f38e"; }
.bi-zoom-in::before { content: "\f651"; }
.bi-zoom-out::before { content: "\f652"; }
.bi-arrow-up-right::before { content: "\f14a"; }
.bi-arrow-down-right::before { content: "\f13b"; }
.bi-plus::before { content: "\f4fe"; }
.bi-dash::before { content: "\f2ea"; }
.bi-1-circle::before { content: "\f10a"; }
.bi-2-circle::before { content: "\f10e"; }
.bi-3-circle::before { content: "\f112"; }
.bi-4-circle::before { content: "\f116"; }
.bi-5-circle::before { content: "\f11a"; }
.bi-6-circle::before { content: "\f11e"; }
.bi-quote::before { content: "\f4d2"; }
.bi-chat::before { content: "\f266"; }
.bi-person::before { content: "\f4d7"; }
.bi-building-add::before { content: "\f1f0"; }





