/*!
 * 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 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fa-brands-400.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("fa-solid-900.woff2") format("woff2");
}

.fab,
.fas {
  -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 {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-chart-line:before {
  content: "\f201";
}

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

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

.fa-rocket:before {
  content: "\f135";
}

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

.fa-tiktok:before {
  content: "\e07b";
}

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

.fa-zhihu:before {
  content: "\f63f";
}

.fa-facebook:before {
  content: "\f09a";
}

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

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

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

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

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

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

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

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