/*!
 * Font Awesome Free 6.4.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)
 */

/* 字体加载 - 使用可靠的CDN */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-regular-400.woff2") format("woff2"),
       url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-regular-400.woff") format("woff"),
       url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-regular-400.ttf") format("truetype");
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-solid-900.woff2") format("woff2"),
       url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-solid-900.woff") format("woff"),
       url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-brands-400.woff2") format("woff2"),
       url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-brands-400.woff") format("woff"),
       url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-brands-400.ttf") format("truetype");
}

/* 基础类 */
.fa,.fa-solid,.fas,.fa-regular,.far,.fa-brands,.fab {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

.fa,.fa-solid,.fas {
  font-weight: 900;
}

.fa-regular,.far {
  font-weight: 400;
}

.fa-brands,.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

/* 尺寸 */
.fa-xs { font-size: 0.75em; }
.fa-sm { font-size: 0.875em; }
.fa-lg { font-size: 1.25em; }
.fa-xl { font-size: 1.5em; }
.fa-2xl { font-size: 2em; }
.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-fw {
  text-align: center;
  width: 1.25em;
}

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

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

/* 图标映射 - 您页面中使用的所有图标 */
.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-home:before { content: "\f015"; }
.fa-user:before { content: "\f007"; }
.fa-users:before { content: "\f0c0"; }
.fa-user-plus:before { content: "\f234"; }
.fa-mobile:before,
.fa-mobile-alt:before { content: "\f3cd"; }
.fa-lock:before { content: "\f023"; }
.fa-eye:before { content: "\f06e"; }
.fa-eye-slash:before { content: "\f070"; }
.fa-university:before { content: "\f19c"; }
.fa-shield-alt:before { content: "\f3ed"; }
.fa-check-circle:before { content: "\f058"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-headset:before { content: "\f590"; }
.fa-gift:before { content: "\f06b"; }
.fa-id-card:before { content: "\f2c2"; }
.fa-credit-card:before { content: "\f09d"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-bell:before { content: "\f0f3"; }
.fa-search:before { content: "\f002"; }
.fa-chart-line:before { content: "\f201"; }
.fa-handshake:before { content: "\f2b5"; }
.fa-wallet:before { content: "\f555"; }
.fa-times:before { content: "\f00d"; }
.fa-times-circle:before { content: "\f057"; }
.fa-sign-out-alt:before { content: "\f2f5"; }
.fa-cog:before { content: "\f013"; }
.fa-bars:before { content: "\f0c9"; }
.fa-ellipsis-v:before { content: "\f142"; }
.fa-phone:before { content: "\f095"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-star:before { content: "\f005"; }
.fa-heart:before { content: "\f004"; }
.fa-thumbs-up:before { content: "\f164"; }
.fa-share:before { content: "\f064"; }
.fa-download:before { content: "\f019"; }
.fa-upload:before { content: "\f093"; }
.fa-edit:before { content: "\f044"; }
.fa-trash:before { content: "\f1f8"; }
.fa-save:before { content: "\f0c7"; }
.fa-print:before { content: "\f02f"; }
.fa-copy:before { content: "\f0c5"; }
.fa-cut:before { content: "\f0c4"; }
.fa-paste:before { content: "\f0ea"; }
.fa-undo:before { content: "\f0e2"; }
.fa-redo:before { content: "\f01e"; }
.fa-sync:before { content: "\f021"; }
.fa-refresh:before { content: "\f021"; }
.fa-history:before { content: "\f1da"; }
.fa-clock:before { content: "\f017"; }
.fa-calendar:before { content: "\f133"; }
.fa-calendar-alt:before { content: "\f073"; }
.fa-folder:before { content: "\f07b"; }
.fa-folder-open:before { content: "\f07c"; }
.fa-file:before { content: "\f15b"; }
.fa-file-alt:before { content: "\f15c"; }
.fa-image:before { content: "\f03e"; }
.fa-images:before { content: "\f302"; }
.fa-video:before { content: "\f03d"; }
.fa-music:before { content: "\f001"; }
.fa-microphone:before { content: "\f130"; }
.fa-volume-up:before { content: "\f028"; }
.fa-volume-down:before { content: "\f027"; }
.fa-volume-mute:before { content: "\f6a9"; }
.fa-play:before { content: "\f04b"; }
.fa-pause:before { content: "\f04c"; }
.fa-stop:before { content: "\f04d"; }
.fa-forward:before { content: "\f04e"; }
.fa-backward:before { content: "\f04a"; }
.fa-step-forward:before { content: "\f051"; }
.fa-step-backward:before { content: "\f048"; }
.fa-fast-forward:before { content: "\f050"; }
.fa-fast-backward:before { content: "\f049"; }
.fa-plus:before { content: "\f067"; }
.fa-minus:before { content: "\f068"; }
.fa-equals:before { content: "\f52c"; }
.fa-divide:before { content: "\f529"; }
.fa-percentage:before { content: "\f541"; }
.fa-calculator:before { content: "\f1ec"; }
.fa-shopping-cart:before { content: "\f07a"; }
.fa-shopping-bag:before { content: "\f290"; }
.fa-tag:before { content: "\f02b"; }
.fa-tags:before { content: "\f02c"; }
.fa-dollar-sign:before { content: "\f155"; }
.fa-euro-sign:before { content: "\f153"; }
.fa-pound-sign:before { content: "\f154"; }
.fa-yen-sign:before { content: "\f157"; }
.fa-coins:before { content: "\f51e"; }
.fa-piggy-bank:before { content: "\f4d3"; }
.fa-trophy:before { content: "\f091"; }
.fa-award:before { content: "\f559"; }
.fa-medal:before { content: "\f5a2"; }
.fa-crown:before { content: "\f521"; }
.fa-fire:before { content: "\f06d"; }
.fa-bolt:before { content: "\f0e7"; }
.fa-magic:before { content: "\f0d0"; }
.fa-star-of-life:before { content: "\f621"; }
.fa-key:before { content: "\f084"; }
.fa-unlock:before { content: "\f09c"; }
.fa-unlock-alt:before { content: "\f13e"; }
.fa-shield:before { content: "\f132"; }
.fa-bug:before { content: "\f188"; }
.fa-tools:before { content: "\f7d9"; }
.fa-wrench:before { content: "\f0ad"; }
.fa-hammer:before { content: "\f6e3"; }
.fa-screwdriver:before { content: "\f54a"; }
.fa-cogs:before { content: "\f085"; }
.fa-database:before { content: "\f1c0"; }
.fa-server:before { content: "\f233"; }
.fa-wifi:before { content: "\f1eb"; }
.fa-signal:before { content: "\f012"; }
.fa-bluetooth:before { content: "\f293"; }
.fa-usb:before { content: "\f287"; }
.fa-power-off:before { content: "\f011"; }
.fa-battery-full:before { content: "\f240"; }
.fa-battery-three-quarters:before { content: "\f241"; }
.fa-battery-half:before { content: "\f242"; }
.fa-battery-quarter:before { content: "\f243"; }
.fa-battery-empty:before { content: "\f244"; }
.fa-plug:before { content: "\f1e6"; }
.fa-lightbulb:before { content: "\f0eb"; }
.fa-desktop:before { content: "\f108"; }
.fa-laptop:before { content: "\f109"; }
.fa-tablet:before { content: "\f10a"; }
.fa-keyboard:before { content: "\f11c"; }
.fa-mouse:before { content: "\f8cc"; }
.fa-gamepad:before { content: "\f11b"; }
.fa-tv:before { content: "\f26c"; }
.fa-camera:before { content: "\f030"; }
.fa-video-camera:before { content: "\f03d"; }
.fa-headphones:before { content: "\f025"; }
.fa-microphone-slash:before { content: "\f131"; }
.fa-globe:before { content: "\f0ac"; }
.fa-map:before { content: "\f279"; }
.fa-map-marker:before { content: "\f041"; }
.fa-map-pin:before { content: "\f276"; }
.fa-compass:before { content: "\f14e"; }
.fa-location-arrow:before { content: "\f124"; }
.fa-car:before { content: "\f1b9"; }
.fa-taxi:before { content: "\f1ba"; }
.fa-bus:before { content: "\f207"; }
.fa-train:before { content: "\f238"; }
.fa-plane:before { content: "\f072"; }
.fa-ship:before { content: "\f21a"; }
.fa-bicycle:before { content: "\f206"; }
.fa-motorcycle:before { content: "\f21c"; }
.fa-truck:before { content: "\f0d1"; }
.fa-gas-pump:before { content: "\f52f"; }
.fa-road:before { content: "\f018"; }
.fa-building:before { content: "\f1ad"; }
.fa-hospital:before { content: "\f0f8"; }
.fa-school:before { content: "\f549"; }
.fa-graduation-cap:before { content: "\f19d"; }
.fa-book:before { content: "\f02d"; }
.fa-bookmark:before { content: "\f02e"; }
.fa-library:before { content: "\f02d"; }
.fa-pencil:before { content: "\f040"; }
.fa-pen:before { content: "\f304"; }
.fa-eraser:before { content: "\f12d"; }
.fa-paint-brush:before { content: "\f1fc"; }
.fa-palette:before { content: "\f53f"; }
.fa-coffee:before { content: "\f0f4"; }
.fa-beer:before { content: "\f0fc"; }
.fa-wine-glass:before { content: "\f4e3"; }
.fa-glass:before { content: "\f000"; }
.fa-utensils:before { content: "\f2e7"; }
.fa-pizza-slice:before { content: "\f818"; }
.fa-hamburger:before { content: "\f805"; }
.fa-ice-cream:before { content: "\f810"; }
.fa-birthday-cake:before { content: "\f1fd"; }
.fa-apple:before { content: "\f179"; }
.fa-carrot:before { content: "\f787"; }
.fa-lemon:before { content: "\f094"; }
.fa-fish:before { content: "\f578"; }
.fa-seedling:before { content: "\f4d8"; }
.fa-tree:before { content: "\f1bb"; }
.fa-leaf:before { content: "\f06c"; }
.fa-sun:before { content: "\f185"; }
.fa-moon:before { content: "\f186"; }
.fa-cloud:before { content: "\f0c2"; }
.fa-cloud-rain:before { content: "\f73d"; }
.fa-cloud-sun:before { content: "\f6c4"; }
.fa-snowflake:before { content: "\f2dc"; }
.fa-thermometer:before { content: "\f491"; }
.fa-umbrella:before { content: "\f0e9"; }
.fa-tint:before { content: "\f043"; }
.fa-wind:before { content: "\f72e"; }
.fa-rainbow:before { content: "\f75b"; }
.fa-mountain:before { content: "\f6fc"; }
.fa-water:before { content: "\f773"; }
.fa-anchor:before { content: "\f13d"; }
.fa-swimmer:before { content: "\f5c4"; }
.fa-cat:before { content: "\f6be"; }
.fa-dog:before { content: "\f6d3"; }
.fa-horse:before { content: "\f6f0"; }
.fa-paw:before { content: "\f1b0"; }
.fa-dove:before { content: "\f4ba"; }
.fa-spider:before { content: "\f717"; }
.fa-frog:before { content: "\f52e"; }
.fa-dragon:before { content: "\f6d5"; }

/* 辅助类 */
.fa-pull-left {
  float: left;
  margin-right: 0.3em;
}

.fa-pull-right {
  float: right;
  margin-left: 0.3em;
}

.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-inverse {
  color: #fff;
}

/* 旋转 */
.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); }

/* 堆叠 */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x { line-height: inherit; }
.fa-stack-2x { font-size: 2em; }
