/**
 * 本地化Font Awesome CSS - 精简版本
 * 包含核心图标样式
 */

/* Font Awesome 核心样式 */
.fa {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* 图标大小 */
.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-6x {
  font-size: 6em;
}

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

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

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

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

/* 固定宽度图标 */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* 旋转和翻转 */
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scaleX(-1);
}

.fa-flip-vertical {
  transform: scaleY(-1);
}

.fa-flip-both {
  transform: scale(-1, -1);
}

/* 动画 */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* 常用图标 - Unicode字符 */
.fa-heart::before {
  content: "\f004";
}

.fa-star::before {
  content: "\f005";
}

.fa-user::before {
  content: "\f007";
}

.fa-check::before {
  content: "\f00c";
}

.fa-close::before,
.fa-times::before {
  content: "\f00d";
}

.fa-search::before {
  content: "\f002";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-phone::before {
  content: "\f095";
}

.fa-home::before {
  content: "\f015";
}

.fa-cog::before,
.fa-gear::before {
  content: "\f013";
}

.fa-trash::before {
  content: "\f1f8";
}

.fa-edit::before,
.fa-pencil::before {
  content: "\f044";
}

.fa-plus::before {
  content: "\f067";
}

.fa-minus::before {
  content: "\f068";
}

.fa-play::before {
  content: "\f04b";
}

.fa-pause::before {
  content: "\f04c";
}

.fa-stop::before {
  content: "\f04d";
}

.fa-arrow-left::before {
  content: "\f060";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-arrow-up::before {
  content: "\f062";
}

.fa-arrow-down::before {
  content: "\f063";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-chevron-up::before {
  content: "\f077";
}

.fa-chevron-down::before {
  content: "\f078";
}

.fa-upload::before {
  content: "\f093";
}

.fa-download::before {
  content: "\f019";
}

.fa-eye::before {
  content: "\f06e";
}

.fa-eye-slash::before {
  content: "\f070";
}

.fa-lock::before {
  content: "\f023";
}

.fa-unlock::before {
  content: "\f09c";
}

.fa-calendar::before {
  content: "\f133";
}

.fa-clock::before {
  content: "\f017";
}

.fa-map-marker::before {
  content: "\f041";
}

.fa-globe::before {
  content: "\f0ac";
}

.fa-image::before,
.fa-photo::before {
  content: "\f03e";
}

.fa-video::before {
  content: "\f03d";
}

.fa-music::before {
  content: "\f001";
}

.fa-file::before {
  content: "\f15b";
}

.fa-folder::before {
  content: "\f07b";
}

.fa-folder-open::before {
  content: "\f07c";
}

.fa-save::before,
.fa-floppy-disk::before {
  content: "\f0c7";
}

.fa-print::before {
  content: "\f02f";
}

.fa-share::before {
  content: "\f064";
}

.fa-link::before {
  content: "\f0c1";
}

.fa-external-link::before {
  content: "\f08e";
}

.fa-info::before {
  content: "\f129";
}

.fa-info-circle::before {
  content: "\f05a";
}

.fa-question::before {
  content: "\f128";
}

.fa-question-circle::before {
  content: "\f059";
}

.fa-exclamation::before {
  content: "\f12a";
}

.fa-exclamation-circle::before {
  content: "\f06a";
}

.fa-exclamation-triangle::before,
.fa-warning::before {
  content: "\f071";
}

.fa-power-off::before {
  content: "\f011";
}

.fa-refresh::before {
  content: "\f021";
}

.fa-sync::before {
  content: "\f021";
}

.fa-list::before {
  content: "\f03a";
}

.fa-th::before {
  content: "\f00a";
}

.fa-th-large::before {
  content: "\f009";
}

.fa-th-list::before {
  content: "\f00b";
}

.fa-menu::before {
  content: "\f0c9";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-user-plus::before {
  content: "\f234";
}

.fa-user-minus::before {
  content: "\f503";
}

.fa-user-times::before {
  content: "\f235";
}

.fa-user-check::before {
  content: "\f4fc";
}

.fa-users::before {
  content: "\f0c0";
}

.fa-heart-o::before {
  content: "\f08a";
}

.fa-star-o::before {
  content: "\f006";
}

.fa-star-half::before {
  content: "\f089";
}

.fa-star-half-o::before {
  content: "\f123";
}

/* 社交媒体图标 */
.fa-facebook::before {
  content: "\f09a";
}

.fa-twitter::before {
  content: "\f099";
}

.fa-instagram::before {
  content: "\f16d";
}

.fa-youtube::before {
  content: "\f167";
}

.fa-linkedin::before {
  content: "\f08c";
}

.fa-whatsapp::before {
  content: "\f232";
}

.fa-weixin::before,
.fa-wechat::before {
  content: "\f1d7";
}

.fa-qq::before {
  content: "\f1d6";
}

.fa-weibo::before {
  content: "\f18a";
}

/* 文件类型图标 */
.fa-file-text::before {
  content: "\f15c";
}

.fa-file-pdf::before {
  content: "\f1c1";
}

.fa-file-word::before {
  content: "\f1c2";
}

.fa-file-excel::before {
  content: "\f1c3";
}

.fa-file-powerpoint::before {
  content: "\f1c4";
}

.fa-file-image::before {
  content: "\f1c5";
}

.fa-file-archive::before {
  content: "\f1c6";
}

.fa-file-audio::before {
  content: "\f1c7";
}

.fa-file-video::before {
  content: "\f1c8";
}

.fa-file-code::before {
  content: "\f1c9";
}

/* 箭头图标 */
.fa-angle-left::before {
  content: "\f104";
}

.fa-angle-right::before {
  content: "\f105";
}

.fa-angle-up::before {
  content: "\f106";
}

.fa-angle-down::before {
  content: "\f107";
}

.fa-double-angle-left::before {
  content: "\f100";
}

.fa-double-angle-right::before {
  content: "\f101";
}

.fa-double-angle-up::before {
  content: "\f102";
}

.fa-double-angle-down::before {
  content: "\f103";
}

/* 状态图标 */
.fa-check-circle::before {
  content: "\f058";
}

.fa-times-circle::before {
  content: "\f057";
}

.fa-question-circle::before {
  content: "\f059";
}

.fa-info-circle::before {
  content: "\f05a";
}

.fa-exclamation-circle::before {
  content: "\f06a";
}

.fa-check-square::before {
  content: "\f14a";
}

.fa-times-square::before {
  content: "\f2d3";
}

/* 品牌图标 */
.fa-apple::before {
  content: "\f179";
}

.fa-android::before {
  content: "\f17b";
}

.fa-windows::before {
  content: "\f17a";
}

.fa-linux::before {
  content: "\f17c";
}

/* 货币图标 */
.fa-dollar::before,
.fa-usd::before {
  content: "\24";
}

.fa-euro::before,
.fa-eur::before {
  content: "\20ac";
}

.fa-pound::before,
.fa-gbp::before {
  content: "\f154";
}

.fa-yen::before,
.fa-jpy::before {
  content: "\f157";
}

.fa-ruble::before,
.fa-rub::before {
  content: "\f158";
}

.fa-won::before,
.fa-krw::before {
  content: "\f159";
}

/* 其他实用图标 */
.fa-bell::before {
  content: "\f0f3";
}

.fa-bell-o::before {
  content: "\f0a2";
}

.fa-bell-slash::before {
  content: "\f1f6";
}

.fa-bookmark::before {
  content: "\f02e";
}

.fa-bookmark-o::before {
  content: "\f097";
}

.fa-camera::before {
  content: "\f030";
}

.fa-comment::before {
  content: "\f075";
}

.fa-comment-o::before {
  content: "\f0e5";
}

.fa-comments::before {
  content: "\f086";
}

.fa-comments-o::before {
  content: "\f0e6";
}

.fa-envelope-o::before {
  content: "\f003";
}

.fa-flag::before {
  content: "\f024";
}

.fa-flag-o::before {
  content: "\f11d";
}

.fa-lightbulb::before {
  content: "\f0eb";
}

.fa-lightbulb-o::before {
  content: "\f0eb";
}

.fa-paperclip::before {
  content: "\f0c6";
}

.fa-paper-plane::before {
  content: "\f1d8";
}

.fa-paper-plane-o::before {
  content: "\f003";
}

.fa-shield::before {
  content: "\f132";
}

.fa-tag::before {
  content: "\f02b";
}

.fa-tags::before {
  content: "\f02c";
}

.fa-thumbs-up::before {
  content: "\f164";
}

.fa-thumbs-down::before {
  content: "\f165";
}

.fa-thumbs-o-up::before {
  content: "\f087";
}

.fa-thumbs-o-down::before {
  content: "\f088";
}

.fa-trophy::before {
  content: "\f091";
}

/* 使用Unicode字符作为后备方案 */
.fa-heart::before { content: "❤"; }
.fa-star::before { content: "⭐"; }
.fa-user::before { content: "👤"; }
.fa-check::before { content: "✓"; }
.fa-times::before { content: "✗"; }
.fa-search::before { content: "🔍"; }
.fa-envelope::before { content: "📧"; }
.fa-phone::before { content: "📞"; }
.fa-home::before { content: "🏠"; }
.fa-cog::before { content: "⚙️"; }
.fa-trash::before { content: "🗑️"; }
.fa-edit::before { content: "✏️"; }
.fa-plus::before { content: "➕"; }
.fa-minus::before { content: "➖"; }
.fa-play::before { content: "▶️"; }
.fa-pause::before { content: "⏸️"; }
.fa-stop::before { content: "⏹️"; }
.fa-arrow-left::before { content: "←"; }
.fa-arrow-right::before { content: "→"; }
.fa-arrow-up::before { content: "↑"; }
.fa-arrow-down::before { content: "↓"; }
.fa-chevron-left::before { content: "‹"; }
.fa-chevron-right::before { content: "›"; }
.fa-chevron-up::before { content: "▲"; }
.fa-chevron-down::before { content: "▼"; }
.fa-upload::before { content: "📤"; }
.fa-download::before { content: "📥"; }
.fa-eye::before { content: "👁️"; }
.fa-eye-slash::before { content: "🙈"; }
.fa-lock::before { content: "🔒"; }
.fa-unlock::before { content: "🔓"; }
.fa-calendar::before { content: "📅"; }
.fa-clock::before { content: "🕐"; }
.fa-map-marker::before { content: "📍"; }
.fa-globe::before { content: "🌍"; }
.fa-image::before { content: "🖼️"; }
.fa-video::before { content: "🎬"; }
.fa-music::before { content: "🎵"; }
.fa-file::before { content: "📄"; }
.fa-folder::before { content: "📁"; }
.fa-folder-open::before { content: "📂"; }
.fa-save::before { content: "💾"; }
.fa-print::before { content: "🖨️"; }
.fa-share::before { content: "📤"; }
.fa-link::before { content: "🔗"; }
.fa-external-link::before { content: "🔗"; }
.fa-info::before { content: "ℹ️"; }
.fa-info-circle::before { content: "ℹ️"; }
.fa-question::before { content: "❓"; }
.fa-question-circle::before { content: "❓"; }
.fa-exclamation::before { content: "❗"; }
.fa-exclamation-circle::before { content: "❗"; }
.fa-exclamation-triangle::before { content: "⚠️"; }
.fa-power-off::before { content: "🔌"; }
.fa-refresh::before { content: "🔄"; }
.fa-sync::before { content: "🔄"; }
.fa-list::before { content: "📋"; }
.fa-th::before { content: "⊞"; }
.fa-th-large::before { content: "⊞"; }
.fa-th-list::before { content: "☰"; }
.fa-menu::before { content: "☰"; }
.fa-bars::before { content: "☰"; }
.fa-user-plus::before { content: "👤➕"; }
.fa-user-minus::before { content: "👤➖"; }
.fa-user-times::before { content: "👤✖️"; }
.fa-user-check::before { content: "👤✓"; }
.fa-users::before { content: "👥"; }
.fa-heart-o::before { content: "🤍"; }
.fa-star-o::before { content: "☆"; }
.fa-star-half::before { content: "⭐"; }
.fa-star-half-o::before { content: "⭐"; }
.fa-facebook::before { content: "📘"; }
.fa-twitter::before { content: "🐦"; }
.fa-instagram::before { content: "📷"; }
.fa-youtube::before { content: "📺"; }
.fa-linkedin::before { content: "💼"; }
.fa-whatsapp::before { content: "💬"; }
.fa-weixin::before { content: "💬"; }
.fa-wechat::before { content: "💬"; }
.fa-qq::before { content: "💬"; }
.fa-weibo::before { content: "📱"; }
.fa-file-text::before { content: "📄"; }
.fa-file-pdf::before { content: "📄"; }
.fa-file-word::before { content: "📄"; }
.fa-file-excel::before { content: "📊"; }
.fa-file-powerpoint::before { content: "📽️"; }
.fa-file-image::before { content: "🖼️"; }
.fa-file-archive::before { content: "📦"; }
.fa-file-audio::before { content: "🎵"; }
.fa-file-video::before { content: "🎬"; }
.fa-file-code::before { content: "💻"; }
.fa-angle-left::before { content: "‹"; }
.fa-angle-right::before { content: "›"; }
.fa-angle-up::before { content: "▲"; }
.fa-angle-down::before { content: "▼"; }
.fa-double-angle-left::before { content: "«"; }
.fa-double-angle-right::before { content: "»"; }
.fa-double-angle-up::before { content: "«"; }
.fa-double-angle-down::before { content: "»"; }
.fa-check-circle::before { content: "✅"; }
.fa-times-circle::before { content: "❌"; }
.fa-question-circle::before { content: "❓"; }
.fa-info-circle::before { content: "ℹ️"; }
.fa-exclamation-circle::before { content: "❗"; }
.fa-check-square::before { content: "☑️"; }
.fa-times-square::before { content: "❎"; }
.fa-apple::before { content: "🍎"; }
.fa-android::before { content: "🤖"; }
.fa-windows::before { content: "🪟"; }
.fa-linux::before { content: "🐧"; }
.fa-dollar::before { content: "$"; }
.fa-usd::before { content: "$"; }
.fa-euro::before { content: "€"; }
.fa-eur::before { content: "€"; }
.fa-pound::before { content: "£"; }
.fa-gbp::before { content: "£"; }
.fa-yen::before { content: "¥"; }
.fa-jpy::before { content: "¥"; }
.fa-ruble::before { content: "₽"; }
.fa-rub::before { content: "₽"; }
.fa-won::before { content: "₩"; }
.fa-krw::before { content: "₩"; }
.fa-bell::before { content: "🔔"; }
.fa-bell-o::before { content: "🔕"; }
.fa-bell-slash::before { content: "🔕"; }
.fa-bookmark::before { content: "🔖"; }
.fa-bookmark-o::before { content: "🔖"; }
.fa-camera::before { content: "📷"; }
.fa-comment::before { content: "💬"; }
.fa-comment-o::before { content: "💬"; }
.fa-comments::before { content: "💬"; }
.fa-comments-o::before { content: "💬"; }
.fa-envelope-o::before { content: "📧"; }
.fa-flag::before { content: "🚩"; }
.fa-flag-o::before { content: "🚩"; }
.fa-lightbulb::before { content: "💡"; }
.fa-lightbulb-o::before { content: "💡"; }
.fa-paperclip::before { content: "📎"; }
.fa-paper-plane::before { content: "✈️"; }
.fa-paper-plane-o::before { content: "✈️"; }
.fa-shield::before { content: "🛡️"; }
.fa-tag::before { content: "🏷️"; }
.fa-tags::before { content: "🏷️"; }
.fa-thumbs-up::before { content: "👍"; }
.fa-thumbs-down::before { content: "👎"; }
.fa-thumbs-o-up::before { content: "👍"; }
.fa-thumbs-o-down::before { content: "👎"; }
.fa-trophy::before { content: "🏆"; }