/*!
 * Font Awesome Free 6.0.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)
 * Copyright 2022 Fonticons, Inc.
 */

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("https://use.fontawesome.com/releases/v6.0.0/webfonts/fa-solid-900.woff2") format("woff2"),
       url("https://use.fontawesome.com/releases/v6.0.0/webfonts/fa-solid-900.woff") format("woff"),
       url("https://use.fontawesome.com/releases/v6.0.0/webfonts/fa-solid-900.ttf") format("truetype");
}

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* Font Awesome core class */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free") !important;
  font-weight: var(--fa-style, 900) !important;
}

.fas,
.far {
  font-family: "Font Awesome 6 Free" !important;
}

.fas {
  font-weight: 900 !important;
}

.far {
  font-weight: 400 !important;
}

/* 我们需要的图标 */
.fa-microchip:before {
  content: "\f2db";
}

.fa-code:before {
  content: "\f121";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-home:before {
  content: "\f015";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-arrow-up:before {
  content: "\f062";
}

/* 关闭按钮 */
.fa-times:before {
  content: "\f00d";
} 