@font-face {
  font-family: "iconfont"; /* Project id  */
  src: url('iconfont.ttf?t=1637907605972') format('truetype');
}

.iconfont {
  position: relative;
  display: inline-block;
  font-family: "iconfont" !important;
  font-size: 42px;
  margin-right: 5px;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-QS{
  width: 75px;
  height: 0;
  font-size: 56px;
}
.icon-QS:before {
  position: absolute;
  left: 0;
  top: -40px;
  content: "\e62c";
}

.icon-a-:before {
  content: "\e62d";
}

.icon-THE:before {
  content: "\e62e";
}

