
/* 修复Font Awesome图标显示问题 */
.navbar-search-icon i, .navbar-search-close i, .navbar-search-btn i {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    display: inline-block !important;
    font-style: normal !important;
    font-variant: normal !important;
    text-rendering: auto !important;
    line-height: 1 !important;
}

.fas {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.fa-search:before {
    content: "\f002" !important;
}

.fa-times:before {
    content: "\f00d" !important;
}
