/*!
 * Font Awesome Free 6.4.2
 * 仅包含网站使用的图标
 */
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("fonts/fa-solid-900.woff2") format("woff2");
}

.fa,
.fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fa-laptop-code:before { content: "\f5fc"; }
.fa-mobile-screen-button:before { content: "\f3cd"; }
.fa-earth-asia:before { content: "\f57e"; }
.fa-lightbulb:before { content: "\f0eb"; }
.fa-award:before { content: "\f559"; }
.fa-handshake:before { content: "\f2b5"; }
.fa-users:before { content: "\f0c0"; }
.fa-phone:before { content: "\f095"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-clock:before { content: "\f017"; }
.fa-bars:before { content: "\f0c9"; }
.fa-ellipsis-v:before { content: "\f142"; }
.fa-th-large:before { content: "\f009"; } 