body {
  background-color: #f5fafc;
}

.s-content {
  max-width: 1800px;
  margin: 20px auto;
  padding: 10px;
  box-sizing: border-box;
}

.s-content__inner {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
  height: 600px;
  width: 100%;
  height: 100%;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  opacity: 0.7;
  height: 500px;
  border-radius: 10px;
}

.s-content-zhezhao {
  width: 100%;
  height: 100%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(https://img.gamepix.com/games/max-mixed-cocktails/icon/max-mixed-cocktails.png?w=105);
}

.s-img {
  position: relative;
  display: block;
  margin: 35px auto;
  width: 135px;
  height: 135px;
  border-radius: 70px;
  background-size: cover;
  box-shadow: 0 2px 15px 0 rgba(6, 29, 98, 0.7),
    inset 0 5px 2px 0 hsla(0, 0%, 96%, 0.5);
}

.s-content-game {
  color: #fff;
  display: block;
  margin: 35px auto 40px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  text-shadow: -1px 0 7px rgba(6, 29, 98, 0.3), 0 1px 7px rgba(6, 29, 98, 0.3),
    1px 0 7px rgba(6, 29, 98, 0.3), 0 -1px 7px rgba(6, 29, 98, 0.3);
  margin-bottom: 15px;
}

.s-content-btn {
  display: block;
  margin: 0;
  width: 200px;
  height: 50px;
  border-radius: 10px;
  box-shadow: inset 0 2px 4px 0 hsla(0, 0%, 100%, 0.38),
    inset 0 -3px 3px 0 rgba(0, 0, 0, 0.2), 0 8px 15px 0 rgba(6, 29, 98, 0.5);
  background-color: #51e325;
  font-size: 18px;
  font-weight: 700;
  color: #0b2167;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 50px;
  text-align: center;
}

.s-desc {
  max-width: 1800px;
  margin: 20px auto;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
}

.s-desc-title {
  color: #0072bc;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.desccc {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s-desc .s-desc-content {
  color: #3b3e3e;
  font-size: clamp(13px, 2vw, 14px);
  line-height: clamp(22px, 2vw, 24px);
  margin: 0 0 15px;
}


