.fa-solid,
.fa-brands {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.1em;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.fa-solid::before,
.fa-brands::before {
    display: inline-block;
    font-style: normal;
    line-height: 1;
}

.fa-spin::before {
    animation: fa-spin 1s linear infinite;
}

.fa-address-book::before { content: "录"; }
.fa-building-user::before { content: "企"; }
.fa-chevron-left::before { content: "<"; }
.fa-circle-check::before { content: "OK"; font-size: 0.72em; }
.fa-circle-notch::before { content: "◌"; }
.fa-cloud-arrow-up::before { content: "↑"; }
.fa-clock::before { content: "时"; }
.fa-database::before { content: "库"; }
.fa-envelope::before { content: "@"; }
.fa-file-excel::before { content: "XLS"; font-size: 0.68em; }
.fa-filter::before { content: "筛"; }
.fa-house::before { content: "⌂"; }
.fa-id-badge::before { content: "证"; }
.fa-image::before { content: "图"; }
.fa-images::before { content: "图集"; font-size: 0.68em; }
.fa-layer-group::before { content: "层"; }
.fa-lock::before { content: "锁"; font-size: 0.78em; }
.fa-magnifying-glass::before { content: "搜"; }
.fa-passport::before { content: "照"; }
.fa-phone::before { content: "电"; }
.fa-plane-arrival::before { content: "到"; }
.fa-plane-departure::before { content: "离"; }
.fa-shield-halved::before { content: "盾"; }
.fa-shield-heart::before { content: "安"; }
.fa-table-cells-large::before { content: "表"; }
.fa-telegram::before { content: "TG"; font-size: 0.68em; letter-spacing: -0.04em; }
.fa-trash::before,
.fa-trash-can::before { content: "删"; }
.fa-user-tie::before { content: "企"; }
.fa-users-gear::before { content: "员"; }
.fa-wave-square::before { content: "波"; }
.fa-weixin::before { content: "微"; }
.fa-xmark::before { content: "×"; }

@keyframes fa-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
