/*!
 * 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)
 */
:root {
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

/* 网站中使用的图标 */
.fa-laptop-code:before { content: "💻"; }
.fa-mobile-alt:before { content: "📱"; }
.fa-database:before { content: "🗄️"; }
.fa-cloud:before { content: "☁️"; }
.fa-lightbulb:before { content: "💡"; }
.fa-users:before { content: "👥"; }
.fa-handshake:before { content: "🤝"; }
.fa-trophy:before { content: "🏆"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-phone:before { content: "\f095"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-clock:before { content: "\f017"; }
.fa-weixin:before { content: "\f1d7"; }
.fa-qq:before { content: "\f1d6"; }
.fa-headset:before { content: "\f590"; }

/* 基本样式 */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

/* 简化的图标显示方案 */
.fa-map-marker-alt:before,
.fa-phone:before,
.fa-envelope:before {
  display: inline-block;
  width: 1.2em;
  text-align: center;
  margin-right: 0.5em;
  font-weight: normal;
  font-family: 'Microsoft YaHei', Arial, sans-serif;
}

.fa-map-marker-alt:before {
  content: "📍";
}

.fa-phone:before {
  content: "📞";
}

.fa-envelope:before {
  content: "✉️";
}