/* 这是简化版的all.min.css,只包含我们用到的图标 */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../../fonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/fa-brands-400.woff2") format("woff2");
}

/* 图标基础样式 */
.fas,
.fa-solid {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* 我们使用的图标定义 */
.fa-check:before {
  content: "\f00c";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-user:before {
  content: "\f007";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-comments:before {
  content: "\f086";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-headset:before {
  content: "\f590";
}

/* 添加关于我们部分的图标 */
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-award:before {
  content: "\f559";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-download:before {
  content: "\f019";
}
.fa-calendar-alt:before {
  content: "\f073";
} 