/*!
 * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 * CSS-only version for local deployment
 */

.fa,
.fas,
.fab {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  width: 1.25em;
  text-align: center;
}

/* 使用CSS伪元素模拟图标 */
.fa-wine-bottle:before { content: "🍾"; }
.fa-spa:before { content: "💆"; }
.fa-shopping-basket:before { content: "🧺"; }
.fa-boxes:before { content: "📦"; }
.fa-globe-asia:before { content: "🌏"; }
.fa-medal:before { content: "🏅"; }
.fa-handshake:before { content: "🤝"; }
.fa-building:before { content: "🏢"; }
.fa-map-marker-alt:before { content: "📍"; }
.fa-phone:before { content: "📞"; }
.fa-id-card:before { content: "🪪"; }
.fa-university:before { content: "🏛️"; }
.fa-chevron-right:before { content: "›"; }
.fa-envelope:before { content: "✉️"; }
.fa-lightbulb:before { content: "💡"; }
.fa-users:before { content: "👥"; }
.fa-weixin:before { content: "微"; }
.fa-weibo:before { content: "微"; }
.fa-qq:before { content: "QQ"; }
