.fas,
.far {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  font-style: normal;
  line-height: 1;
  vertical-align: -0.125em;
}

.fas::before,
.far::before {
  display: block;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  text-rendering: geometricPrecision;
}

.fa-spin {
  animation: local-fa-spin 1s linear infinite;
}

@keyframes local-fa-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.fa-bars::before { content: "\2261"; }
.fa-chart-line::before { content: "\2197"; }
.fa-chevron-down::before { content: "\2304"; }
.fa-chevron-left::before { content: "\2039"; }
.fa-chevron-right::before { content: "\203A"; }
.fa-copy::before { content: "\29C9"; }
.fa-cube::before { content: "\25A3"; }
.fa-desktop::before { content: "\25A3"; }
.fa-download::before { content: "\2193"; }
.fa-expand-alt::before { content: "\2922"; }
.fa-flask::before { content: "\2697"; }
.fa-gift::before { content: "\2726"; }
.fa-globe::before { content: "\25CE"; }
.fa-image::before { content: "\25A7"; }
.fa-images::before { content: "\25A6"; }
.fa-layer-group::before { content: "\2263"; }
.fa-link::before { content: "\221E"; }
.fa-magic::before { content: "\2726"; }
.fa-microchip::before { content: "\25A4"; }
.fa-pen::before { content: "\270E"; }
.fa-play::before { content: "\25B6"; }
.fa-question-circle::before { content: "?"; }
.fa-redo-alt::before { content: "\21BB"; }
.fa-robot::before { content: "\25A6"; }
.fa-search::before { content: "\2315"; }
.fa-spinner::before { content: "\25CC"; }
.fa-square::before { content: "\25A1"; }
.fa-times::before { content: "\00D7"; }
.fa-trash::before { content: "\232B"; }
.fa-trash-alt::before { content: "\232B"; }
.fa-user::before { content: "\25CB"; }
.fa-users::before { content: "\25C9"; }
.fa-vector-square::before { content: "\25A1"; }
.fa-video::before { content: "\25B7"; }
.fa-arrow-right::before { content: "\2192"; }
.fa-compass::before { content: "\25CE"; }

.fa-bars::before,
.fa-chevron-left::before,
.fa-chevron-right::before,
.fa-chevron-down::before,
.fa-play::before,
.fa-arrow-right::before {
  font-weight: 700;
}

.fa-times::before,
.fa-search::before,
.fa-copy::before,
.fa-pen::before,
.fa-download::before,
.fa-trash::before,
.fa-trash-alt::before,
.fa-redo-alt::before {
  transform: translateY(-0.02em);
}
