/* 简化版 Font Awesome CSS */

@font-face {
  font-family: 'FontAwesome';
  src: url('/static/fonts/fontawesome-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

.fa, .fas {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 基本图标类 */
.fa-home:before { content: "\f015"; }
.fa-line-chart:before { content: "\f201"; }
.fa-search:before { content: "\f002"; }
.fa-filter:before { content: "\f0b0"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-plus:before { content: "\f067"; }
.fa-minus:before { content: "\f068"; }
.fa-trash:before { content: "\f1f8"; }
.fa-edit:before { content: "\f044"; }
.fa-copy:before { content: "\f0c5"; }
.fa-share-alt:before { content: "\f1e0"; }
.fa-eye:before { content: "\f06e"; }
.fa-star:before { content: "\f005"; }
.fa-star-o:before { content: "\f006"; }
.fa-heart:before { content: "\f004"; }
.fa-heart-o:before { content: "\f08a"; }
.fa-user:before { content: "\f007"; }
.fa-users:before { content: "\f0c0"; }
.fa-cog:before { content: "\f013"; }
.fa-sign-out:before { content: "\f08b"; }
.fa-sign-in:before { content: "\f090"; }
.fa-register:before { content: "\f234"; }
.fa-lock:before { content: "\f023"; }
.fa-unlock:before { content: "\f09c"; }
.fa-check:before { content: "\f00c"; }
.fa-times:before { content: "\f00d"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-exclamation-circle:before { content: "\f06a"; }
.fa-warning:before { content: "\f071"; }
.fa-question-circle:before { content: "\f059"; }
.fa-caret-up:before { content: "\f0d8"; }
.fa-caret-down:before { content: "\f0d7"; }
.fa-caret-left:before { content: "\f0d9"; }
.fa-caret-right:before { content: "\f0da"; }
.fa-refresh:before { content: "\f021"; }
.fa-spinner:before { content: "\f110"; }
.fa-calendar:before { content: "\f073"; }
.fa-clock-o:before { content: "\f017"; }
.fa-money:before { content: "\f0d6"; }
.fa-percentage:before { content: "\f295"; }
.fa-save:before { content: "\f0c7"; }
.fa-download:before { content: "\f019"; }
.fa-upload:before { content: "\f093"; }
.fa-chevron-up:before { content: "\f077"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-bars:before { content: "\f0c9"; }
.fa-bell:before { content: "\f0f3"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-bar-chart:before { content: "\f080"; }
.fa-bar-chart-o:before { content: "\f080"; }
.fa-area-chart:before { content: "\f1fe"; }
.fa-pie-chart:before { content: "\f200"; }
.fa-code:before { content: "\f121"; }
.fa-comment:before { content: "\f075"; }
.fa-comments:before { content: "\f086"; }
.fa-thumbs-up:before { content: "\f164"; }
.fa-thumbs-down:before { content: "\f165"; }
.fa-flag:before { content: "\f024"; }
.fa-bookmark:before { content: "\f02e"; }
.fa-bookmark-o:before { content: "\f097"; }
.fa-file-text:before { content: "\f15c"; }
.fa-file-text-o:before { content: "\f0f6"; }
.fa-graduation-cap:before { content: "\f19d"; }
.fa-lightbulb-o:before { content: "\f0eb"; }
.fa-shield:before { content: "\f132"; }
.fa-check-circle:before { content: "\f058"; }
.fa-times-circle:before { content: "\f057"; }
.fa-exchange:before { content: "\f0ec"; }
.fa-link:before { content: "\f0c1"; }
.fa-unlink:before { content: "\f127"; }
.fa-print:before { content: "\f02f"; }
.fa-credit-card:before { content: "\f09d"; }
.fa-calculator:before { content: "\f1ec"; }
.fa-database:before { content: "\f1c0"; }
.fa-cloud:before { content: "\f0c2"; }
.fa-cogs:before { content: "\f085"; }
.fa-user-circle:before { content: "\f2bd"; }
.fa-user-circle-o:before { content: "\f2be"; }
.fa-users-cog:before { content: "\f509"; }
.fa-chart-pie:before { content: "\f200"; }
.fa-chart-bar:before { content: "\f080"; }
.fa-chart-area:before { content: "\f1fe"; }
.fa-chart-line:before { content: "\f201"; }
.fa-github:before { content: "\f09b"; }
.fa-gitlab:before { content: "\f296"; }
.fa-bitbucket:before { content: "\f171"; }
.fa-twitter:before { content: "\f099"; }
.fa-facebook:before { content: "\f09a"; }
.fa-instagram:before { content: "\f16d"; }
.fa-telegram:before { content: "\f2c6"; }
.fa-weibo:before { content: "\f18a"; }
.fa-wechat:before { content: "\f1d7"; }
.fa-weixin:before { content: "\f1d7"; }
.fa-qq:before { content: "\f1d6"; }

/* 额外的图标 */
.fa-crown:before { content: "\f091"; }  /* 使用trophy图标代替crown */
.fa-globe:before { content: "\f0ac"; }
.fa-history:before { content: "\f1da"; }
.fa-sign-out-alt:before { content: "\f08b"; }  /* 使用sign-out */
.fa-user-plus:before { content: "\f234"; }
.fa-play:before { content: "\f04b"; }
.fa-play-circle:before { content: "\f144"; }
.fa-book:before { content: "\f02d"; }
.fa-tachometer:before { content: "\f0e4"; }
.fa-trophy:before { content: "\f091"; }  /* 奖杯图标 */