/* Font Awesome 4.7.0 - 精简版本 */

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../webfonts/fa-regular-400.woff2') format('woff2'),
       url('../webfonts/fa-regular-400.ttf') format('truetype');
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../webfonts/fa-solid-900.woff2') format('woff2'),
       url('../webfonts/fa-solid-900.ttf') format('truetype');
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../webfonts/fa-brands-400.woff2') format('woff2'),
       url('../webfonts/fa-brands-400.ttf') format('truetype');
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 Font Awesome 5 Free;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  speak: none;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  text-transform: none;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-home:before { content: "\f015"; }
.fa-shopping-bag:before { content: "\f290"; }
.fa-shopping-cart:before { content: "\f07a"; }
.fa-money:before { content: "\f0d6"; }
.fa-dollar-sign:before { content: "\f155"; }
.fa-user:before { content: "\f007"; }
.fa-users:before { content: "\f0c0"; }
/* Brands图标需要特殊处理 */
.fa-wechat,
.fa-weixin,
.fab.fa-weixin {
  font-family: 'Font Awesome 5 Brands', 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa-wechat:before,
.fa-weixin:before,
.fab.fa-weixin:before { content: "\f1d7"; }

/* 支持 fab 类名 */
.fab {
  font-family: 'Font Awesome 5 Brands', 'Font Awesome 6 Brands';
  font-weight: 400;
}

/* QQ图标 - 使用Font Awesome Brands字库 */
.fa-qq,
.fab.fa-qq {
  font-family: 'Font Awesome 5 Brands', 'Font Awesome 6 Brands';
  font-weight: 400;
}
.fa-qq:before,
.fab.fa-qq:before { content: "\f1d6"; }

.fa-alipay {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa-alipay:before { content: "\f642"; }
.fa-globe:before { content: "\f0ac"; }
.fa-heart:before { content: "\f004"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-check-circle:before { content: "\f058"; }
.fa-mobile:before { content: "\f10b"; }
.fa-lock:before { content: "\f023"; }
.fa-sign-in:before { content: "\f090"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-shield:before { content: "\f132"; }
.fa-bolt:before { content: "\f0e7"; }
.fa-user-plus:before { content: "\f234"; }
.fa-question-circle:before { content: "\f059"; }
.fa-sign-out:before { content: "\f2f5"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-credit-card:before { content: "\f09d"; }
.fa-list:before { content: "\f03a"; }
.fa-bell:before { content: "\f0f3"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-inbox:before { content: "\f01c"; }
.fa-share:before { content: "\f064"; }
.fa-share-alt:before { content: "\f1e0"; }
.fa-comment:before { content: "\f075"; }
.fa-comments:before { content: "\f086"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-send:before { content: "\f1d8"; }
.fa-gift:before { content: "\f06b"; }
.fa-th-large:before { content: "\f009"; }
.fa-cog:before { content: "\f013"; }
.fa-gear:before { content: "\f013"; }
.fa-trophy:before { content: "\f091"; }
.fa-video:before { content: "\f03d"; }
.fa-play-circle:before { content: "\f144"; }
.fa-book:before { content: "\f02d"; }
.fa-star:before { content: "\f005"; }
.fa-fire:before { content: "\f06d"; }
.fa-eye:before { content: "\f06e"; }






