/* FontAwesome Icons - 本地版本 */
/* 仅包含网站使用的图标，优化加载速度 */

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  src: url("data:font/woff2;base64,") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  src: url("data:font/woff2;base64,") format("woff2");
}

.fa, .fas, .far, .fal, .fab {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

/* 使用CSS图标替代字体图标 */
.fa-heartbeat::before, .fas.fa-heartbeat::before {
  content: "💓";
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fa-leaf::before, .fas.fa-leaf::before {
  content: "🍃";
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fa-stethoscope::before, .fas.fa-stethoscope::before {
  content: "🩺";
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fa-yin-yang::before, .fas.fa-yin-yang::before {
  content: "☯";
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fa-user-md::before, .fas.fa-user-md::before {
  content: "👨‍⚕️";
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fa-user-nurse::before, .fas.fa-user-nurse::before {
  content: "👩‍⚕️";
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fa-globe::before, .fas.fa-globe::before {
  content: "🌐";
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fa-pills::before, .fas.fa-pills::before {
  content: "💊";
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fa-shield-alt::before, .fas.fa-shield-alt::before {
  content: "🛡️";
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fa-laptop-medical::before, .fas.fa-laptop-medical::before {
  content: "💻";
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fa-capsules::before, .fas.fa-capsules::before {
  content: "💊";
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fa-bullhorn::before, .fas.fa-bullhorn::before {
  content: "📢";
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fa-shopping-cart::before, .fas.fa-shopping-cart::before {
  content: "🛒";
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fa-building::before, .fas.fa-building::before {
  content: "🏢";
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fa-map-marker-alt::before, .fas.fa-map-marker-alt::before {
  content: "📍";
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fa-phone::before, .fas.fa-phone::before,
.fa-phone-alt::before, .fas.fa-phone-alt::before {
  content: "📞";
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fa-envelope::before, .fas.fa-envelope::before {
  content: "✉️";
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fa-clock::before, .fas.fa-clock::before {
  content: "🕐";
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fa-chevron-up::before, .fas.fa-chevron-up::before {
  content: "⬆️";
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fa-chevron-down::before, .fas.fa-chevron-down::before {
  content: "⬇️";
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fa-user::before, .fas.fa-user::before {
  content: "👤";
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fa-briefcase::before, .fas.fa-briefcase::before {
  content: "💼";
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fa-comment-dots::before, .fas.fa-comment-dots::before {
  content: "💬";
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fa-paper-plane::before, .fas.fa-paper-plane::before {
  content: "✈️";
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fa-external-link-alt::before, .fas.fa-external-link-alt::before {
  content: "🔗";
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fa-check-circle::before, .fas.fa-check-circle::before {
  content: "✅";
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* 品牌图标 */
.fa-weixin::before, .fab.fa-weixin::before {
  content: "💬";
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #07c160;
}

.fa-weibo::before, .fab.fa-weibo::before {
  content: "📱";
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #e6162d;
}

.fa-qq::before, .fab.fa-qq::before {
  content: "🐧";
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #12b7f5;
}

/* 覆盖样式，确保图标正确显示 */
.fas, .far, .fab {
  font-size: inherit;
  line-height: inherit;
} 