.advantages {
  background-image: url(/img/advantages.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 48vw;
  padding-top: 16vw;
}

.advantages .en-title {
  font-size: 6.9333vw;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

.advantages .cn-title {
  margin-top: 5.3333vw;
  font-size: 4.2667vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}

.advantages .en-title:hover,
.advantages .cn-title:hover {
  filter: drop-shadow(0 0 5px #fff);
}

.influence {
  height: 123.3333vw;
  padding: 16vw 8vw;
  background-color: #33363d;
  background-image: url(/img/influence.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.influence .en-title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 6.4vw;
  color: #ffffff;
}

.influence .cn-title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 6.4vw;
  color: #ffffff;
  margin-top: 4vw;
}

.influence .desc {
  margin-top: 8vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 3.4667vw;
  color: #ffffff;
  line-height: 6.4vw;
  text-align: justify;
}

.games {
  height: 153.4667vw;
  padding: 16vw 8vw 0;
  display: flex;
  flex-direction: column;
  gap: 12vw 0;
  background-image: url(/img/game.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.games .game .img img {
  width: 100%;
  aspect-ratio: 630 / 220;
  object-fit: cover;
}

.games .game .desc {
  margin-top: 4vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 3.4667vw;
  color: #0E1213;
  line-height: 6.4vw;
  text-align: justify;
}

.quality {
  padding: 16vw 8vw;
  background-color: #000;
}

.quality .en-title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 6.4vw;
  color: #FFFFFF;
}

.quality .cn-title {
  margin-top: 2vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 6.4vw;
  color: #FFFFFF;
}

.quality .desc {
  margin-top: 8vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 3.4667vw;
  color: #FFFFFF;
  line-height: 6.4vw;
  text-align: justify;
}

.quality .img {
  margin-top: 16vw;
  width: 100%;
}

.achievements {
  padding: 56vw 8vw 21.3333vw;
  background-color: #38414a;
  background-image: url(/img/achievements.png);
  background-size: 100% 48vw;
  background-repeat: no-repeat;
  background-position: center top;
}

.achievements .en-title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 6.4vw;
  color: #FFFFFF;
}

.achievements .cn-title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 6.4vw;
  color: #FFFFFF;
  margin-top: 4vw;
}

.achievements .desc {
  margin-top: 8vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 3.4667vw;
  color: #FFFFFF;
  line-height: 6.4vw;
}