@keyframes block1Ico {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.theGameBlock .img {
  font-size: 0;
}
.theGameBlock .img img {
  width: 100%;
  min-height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
.theGameBlock .img video {
  width: 100%;
}
.theGameBlock .img .imgMob {
  font-size: 0;
}
.theGameBlock .w1280 {
  position: absolute;
  left: 50%;
  top: calc(50% + 61px);
  transform: translate(-50%, -50%);
}
.theGameBlock .w1280 .left {
  max-width: 650px;
  padding: 40px;
  background: rgba(62, 25, 121, 0.8);
  border-radius: 15px;
}
.theGameBlock .w1280 .title {
  font-family: cutedino;
  font-size: 58px;
  line-height: 1.35;
  color: #fff;
}
.theGameBlock .w1280 .title span {
  color: #12eb31;
}
.theGameBlock .w1280 .tips {
  max-width: 600px;
  margin-top: 10px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
.theGameBlock .nextBtn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 52px;
}
.theGameBlock .nextBtn img {
  transform: translateY(0);
  animation: block1Ico 3s infinite ease-in-out;
}

.theGameBlock, .theGameBlock2, .theGameBlock3, .theGameBlock4, .theGameBlock5,
.theGameBlock6, .theGameBlock7, .theGameBlock8, .theGameBlock9, .theGameBlock10,
.theGameBlock11, .theGameBlock12, .theGameBlock13 {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.theGameBlock::after, .theGameBlock2::after, .theGameBlock3::after, .theGameBlock4::after, .theGameBlock5::after,
.theGameBlock6::after, .theGameBlock7::after, .theGameBlock8::after, .theGameBlock9::after, .theGameBlock10::after,
.theGameBlock11::after, .theGameBlock12::after, .theGameBlock13::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}

.theGameBlock2 {
  padding-top: 90px;
  padding-bottom: 100px;
}
.theGameBlock2 .w1280 .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.theGameBlock2 .w1280 .top .left {
  width: 49.21875%;
}
.theGameBlock2 .w1280 .top .left .title {
  font-family: cutedino;
  font-size: 48px;
  color: #fff;
}
.theGameBlock2 .w1280 .top .left .title span {
  color: #12eb31;
}
.theGameBlock2 .w1280 .top .left .tips {
  margin-top: 10px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
.theGameBlock2 .w1280 .top .right {
  display: flex;
  transform: translateY(19px);
}
.theGameBlock2 .w1280 .top .right .list {
  margin-left: 100px;
}
.theGameBlock2 .w1280 .top .right p {
  margin-bottom: 5px;
  font-size: 18px;
  color: #fff;
}
.theGameBlock2 .w1280 .top .right span {
  font-family: Poppins-Medium;
  font-size: 58px;
  line-height: 1;
  color: #fff;
}
.theGameBlock2 .w1280 .bottom .title {
  text-align: center;
  font-family: cutedino;
  font-size: 48px;
  color: #fff;
}
.theGameBlock2 .w1280 .bottom .title span {
  color: #12eb31;
}
.theGameBlock2 .w1280 .bottom .content {
  margin-top: 50px;
  text-align: center;
  font-size: 0;
}
.theGameBlock2 .w1280 .bottom .info {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.theGameBlock2 .w1280 .bottom .info .list {
  margin-left: 100px;
}
.theGameBlock2 .w1280 .bottom .info .list:first-child {
  margin-left: 0;
}
.theGameBlock2 .w1280 .bottom .info p {
  margin-bottom: 5px;
  font-size: 18px;
  color: #fff;
}
.theGameBlock2 .w1280 .bottom .info span {
  font-family: Poppins-Medium;
  font-size: 58px;
  line-height: 1;
  color: #fff;
}

.theGameBlock3 .w1280 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 117px 0 120px;
}
.theGameBlock3 .w1280 .left {
  width: 50.78125%;
}
.theGameBlock3 .w1280 .left .title {
  font-family: cutedino;
  font-size: 48px;
  color: #fff;
}
.theGameBlock3 .w1280 .left .title span {
  color: #12eb31;
}
.theGameBlock3 .w1280 .left .tips {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
.theGameBlock3 .w1280 .left .more {
  display: flex;
  align-items: center;
  width: 75px;
  margin-top: 20px;
  font-size: 18px;
  color: #ed7d31;
}
.theGameBlock3 .w1280 .left .more img {
  margin-left: 12px;
}
.theGameBlock3 .w1280 .right {
  position: relative;
  width: 46.875%;
  margin-top: 20px;
  font-size: 0;
}
.theGameBlock3 .w1280 .right video {
  width: 100%;
  height: 363px;
  background: url(/storage/images/thegame/thegameimg5.png) no-repeat center;
}
.theGameBlock3 .w1280 .right .img {
  display: none;
}
.theGameBlock3 .w1280 .right .playBtn {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.theGameBlock3 .w1280 .right .playBtn img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.theGameBlock4 {
  padding: 92px 0;
}
.theGameBlock4 .w1280 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.theGameBlock4 .w1280 .left {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 51.5625%;
  aspect-ratio: 660/417;
  background: url(/storage/images/thegame/theGameVideoBg.png) no-repeat center/cover;
  background-size: 100% 100%;
}
.theGameBlock4 .w1280 .left video,.theGameBlock4 .w1280 .left>img {
  width: 85.7575757576%;
  aspect-ratio: 566/316;
  background: #000000;
  border-radius: 10px;
}
.theGameBlock4 .w1280 .left .play {
    display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.theGameBlock4 .w1280 .left .play img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.theGameBlock4 .w1280 .right {
  width: 40.625%;
}
.theGameBlock4 .w1280 .right .title {
  font-family: cutedino;
  font-size: 48px;
  color: #fff;
}
.theGameBlock4 .w1280 .right .title span {
  color: #12eb31;
}
.theGameBlock4 .w1280 .right .tips {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
.theGameBlock4 .w1280 .right .more {
  display: flex;
  align-items: center;
  width: 75px;
  margin-top: 20px;
  font-size: 18px;
  color: #ed7d31;
}
.theGameBlock4 .w1280 .right .more img {
  margin-left: 12px;
}

.theGameBlock5 {
  padding: 110px 0;
}
.theGameBlock5 .w1280 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.theGameBlock5 .w1280 .left {
  width: 39.0625%;
}
.theGameBlock5 .w1280 .left .title {
  font-family: cutedino;
  font-size: 48px;
  color: #fff;
}
.theGameBlock5 .w1280 .left .title span {
  color: #12eb31;
}
.theGameBlock5 .w1280 .left .tips {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
.theGameBlock5 .w1280 .left .more {
  display: flex;
  align-items: center;
  width: 75px;
  margin-top: 20px;
  font-size: 18px;
  color: #ed7d31;
}
.theGameBlock5 .w1280 .left .more img {
  margin-left: 12px;
}
.theGameBlock5 .w1280 .right {
  width: 51.5625%;
  font-size: 0;
}

.theGameBlock6 {
  padding: 108px 0;
}
.theGameBlock6 .w1280 {
  display: flex;
  justify-content: space-between;
}
.theGameBlock6 .w1280 .list {
  width: 39.0625%;
}
.theGameBlock6 .w1280 .list .img {
  font-size: 0;
}
.theGameBlock6 .w1280 .list .title {
  margin-top: 50px;
  font-family: cutedino;
  font-size: 48px;
  color: #fff;
}
.theGameBlock6 .w1280 .list .title span {
  color: #12eb31;
}
.theGameBlock6 .w1280 .list .tips {
  margin-top: 12px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
.theGameBlock6 .w1280 .list .more {
  display: flex;
  align-items: center;
  width: 75px;
  margin-top: 20px;
  font-size: 18px;
  color: #ed7d31;
}
.theGameBlock6 .w1280 .list .more img {
  margin-left: 12px;
}
.theGameBlock6 .w1280 .list:last-child {
  margin-top: 101px;
}

.theGameBlock7 {
  padding: 80px 0 78px;
}
.theGameBlock7 .w1280 .title {
  text-align: center;
  font-family: cutedino;
  font-size: 48px;
  color: #fff;
}
.theGameBlock7 .w1280 .title span {
  color: #12eb31;
}
.theGameBlock7 .w1280 .tips {
  max-width: 820px;
  margin: 0 auto;
  margin-top: 12px;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
.theGameBlock7 .w1280 .more {
  display: flex;
  align-items: center;
  width: 75px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  color: #ed7d31;
}
.theGameBlock7 .w1280 .more img {
  margin-left: 12px;
}
.theGameBlock7 .w1280 .content {
  display: flex;
  justify-content: center;
  margin-top: 38px;
  font-size: 0;
}

.theGameBlock8 {
  padding: 79px 0;
}
.theGameBlock8 .w1280 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.theGameBlock8 .w1280 .left {
  width: 34.0625%;
  font-size: 0;
}
.theGameBlock8 .w1280 .right {
  width: 55.078125%;
  padding-top: 58px;
}
.theGameBlock8 .w1280 .right .title {
  font-family: cutedino;
  font-size: 48px;
  color: #fff;
}
.theGameBlock8 .w1280 .right .title span {
  color: #12eb31;
}
.theGameBlock8 .w1280 .right .tips {
  max-width: 820px;
  margin: 0 auto;
  margin-top: 12px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
.theGameBlock8 .w1280 .right .more {
  display: flex;
  align-items: center;
  width: 75px;
  margin-top: 20px;
  font-size: 18px;
  color: #ed7d31;
}
.theGameBlock8 .w1280 .right .more img {
  margin-left: 12px;
}

.theGameBlock9 {
  padding: 88px 0 22px;
}
.theGameBlock9 .w1280 .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 66px;
}
.theGameBlock9 .w1280 .list .left {
  width: 43.75%;
}
.theGameBlock9 .w1280 .list .left .title {
  font-family: cutedino;
  font-size: 48px;
  color: #fff;
}
.theGameBlock9 .w1280 .list .left .title span {
  color: #12eb31;
}
.theGameBlock9 .w1280 .list .left .tips {
  max-width: 820px;
  margin: 0 auto;
  margin-top: 12px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
.theGameBlock9 .w1280 .list .left .more {
  display: flex;
  align-items: center;
  width: 75px;
  margin-top: 20px;
  font-size: 18px;
  color: #ed7d31;
}
.theGameBlock9 .w1280 .list .left .more img {
  margin-left: 12px;
}
.theGameBlock9 .w1280 .list .right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 46.875%;
  aspect-ratio: 60/38;
  background: url(/storage/images/thegame/theGameVideoBg.png) no-repeat center/cover;
  background-size: 100% 100%;
}
.theGameBlock9 .w1280 .list .right video {
  width: 86.6666666667%;
  border-radius: 10px;
}
.theGameBlock9 .w1280 .list .right .play {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.theGameBlock9 .w1280 .list .right .play img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.theGameBlock9 .w1280 .list:nth-child(even) {
  flex-direction: row-reverse;
}

.theGameBlock10 {
  padding: 80px 0 120px;
}
.theGameBlock10 .w1280 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.theGameBlock10 .w1280 .left {
  width: 44.53125%;
}
.theGameBlock10 .w1280 .left .title {
  font-family: cutedino;
  font-size: 48px;
  color: #fff;
}
.theGameBlock10 .w1280 .left .title span {
  color: #12eb31;
}
.theGameBlock10 .w1280 .left .tips {
  max-width: 820px;
  margin-top: 12px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
.theGameBlock10 .w1280 .left .more {
  display: flex;
  align-items: center;
  width: 75px;
  margin-top: 20px;
  font-size: 18px;
  color: #ed7d31;
}
.theGameBlock10 .w1280 .left .more img {
  margin-left: 12px;
}
.theGameBlock10 .w1280 .right {
  width: 51.953125%;
}

.theGameBlock11 {
  padding: 70px 0;
}
.theGameBlock11 .w1280 .top .list {
  display: none;
}
.theGameBlock11 .w1280 .top .list.on {
  display: block;
}
.theGameBlock11 .w1280 .title {
  text-align: center;
  font-family: cutedino;
  font-size: 48px;
  color: #fff;
}
.theGameBlock11 .w1280 .title span {
  color: #12eb31;
}
.theGameBlock11 .w1280 .tips {
  margin-top: 12px;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
.theGameBlock11 .w1280 .more {
  display: flex;
  align-items: center;
  width: 75px;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 18px;
  color: #ed7d31;
}
.theGameBlock11 .w1280 .more img {
  margin-left: 12px;
}
.theGameBlock11 .w1280 .content {
  position: relative;
  margin-top: 35px;
}
.theGameBlock11 .w1280 .content .theGameBlock11Swiper {
  max-width: 790px;
  aspect-ratio: 79/50;
}
.theGameBlock11 .w1280 .content .theGameBlock11Swiper .swiper-wrapper .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100% !important;
}
.theGameBlock11 .w1280 .content .theGameBlock11Swiper .swiper-wrapper .swiper-slide video {
  width: 86.0759493671%;
  aspect-ratio: 68/38;
  border-radius: 10px;
}
.theGameBlock11 .w1280 .content .theGameBlock11Swiper .swiper-wrapper .swiper-slide .play {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.theGameBlock11 .w1280 .content .theGameBlock11Swiper .swiper-wrapper .swiper-slide .play img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.theGameBlock11 .w1280 .content .swiper-button-prev, .theGameBlock11 .w1280 .content .swiper-button-next {
  flex-direction: column;
  width: 73px;
  height: auto;
  font-size: 0;
  opacity: 1;
}
.theGameBlock11 .w1280 .content .swiper-button-prev > span, .theGameBlock11 .w1280 .content .swiper-button-next > span {
  width: 100%;
  aspect-ratio: 1/1;
  background: url(/storage/images/index/indexBlock7Right.png) no-repeat top center;
  background-size: 100% auto;
  font-size: 0;
}
.theGameBlock11 .w1280 .content .swiper-button-prev p, .theGameBlock11 .w1280 .content .swiper-button-next p {
  position: initial;
  margin-top: 10px;
  font-size: 18px;
  color: #fff;
}
.theGameBlock11 .w1280 .content .swiper-button-prev p span, .theGameBlock11 .w1280 .content .swiper-button-next p span {
  font-size: 18px;
}
.theGameBlock11 .w1280 .content .swiper-button-prev img, .theGameBlock11 .w1280 .content .swiper-button-next img {
  width: 100%;
}
.theGameBlock11 .w1280 .content .swiper-button-prev.swiper-button-disabled span, .theGameBlock11 .w1280 .content .swiper-button-next.swiper-button-disabled span {
  background: url(/storage/images/index/indexBlock7Left.png) no-repeat top center;
  background-size: 100% auto;
}
.theGameBlock11 .w1280 .content .swiper-button-prev::after, .theGameBlock11 .w1280 .content .swiper-button-next::after {
  display: none;
}
.theGameBlock11 .w1280 .content .swiper-button-prev span {
  transform: rotate(180deg);
}
.theGameBlock11 .w1280 .content .swiper-button-prev.swiper-button-disabled span {
  transform: rotate(0deg);
}
.theGameBlock11 .w1280 .content .swiper-button-next.swiper-button-disabled span {
  transform: rotate(180deg);
}
.theGameBlock11 .w1280 .content .swiper-pagination {
  display: none;
}
.theGameBlock11 .w1280 .content .swiper-pagination span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}

.theGameBlock12 {
  display: none;
  padding-top: 100px;
  padding-bottom: 116px;
}
.theGameBlock12 .w1280 {
  max-width: 600px;
}
.theGameBlock12 .w1280 .title {
  text-align: center;
  font-family: cutedino;
  font-size: 48px;
  line-height: 1.2;
  color: #fff;
}
.theGameBlock12 .w1280 .title span {
  color: #12eb31;
}
.theGameBlock12 .w1280 .line {
  max-width: 600px;
  width: 90%;
  height: 1px;
  margin: 0 auto;
  margin-top: 30px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}
.theGameBlock12 .w1280 .tips {
  margin-top: 23px;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  color: #fff;
}
.theGameBlock12 .w1280 .button {
  display: block;
  width: 270px;
  height: 84px;
  margin: 0 auto;
  margin-top: 42px;
  background: url(/storage/images/thegame/thegameimg24.png) no-repeat;
  text-align: center;
  font-family: Poppins-SemiBold;
  font-size: 24px;
  line-height: 79px;
  color: #fff;
}

.theGameBlock13 {
  padding: 136px 0 135px;
  background: url(/storage/images/thegame/thegameimg15.jpg) no-repeat top center/cover;
}
.theGameBlock13 .w1280 .title {
  font-family: cutedino;
  font-size: 48px;
  color: #fff;
}
.theGameBlock13 .w1280 .title span {
  color: #12eb31;
}
.theGameBlock13 .w1280 .tips {
  margin-top: 12px;
  font-size: 20px;
  line-height: 34px;
  color: #fff;
}
.theGameBlock13 .w1280 .button {
  display: block;
  width: 215px;
  height: 68px;
  margin-top: 35px;
  background: url(/storage/images/thegame/thegameimg25.png) no-repeat;
  text-align: center;
  font-family: Poppins-SemiBold;
  font-size: 20px;
  line-height: 63px;
  color: #fff;
}

.window {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.window .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  max-height: 766px;
  height: 70%;
  padding: 75px 50px 50px;
  background: url(/storage/images/thegame/thegameimg27.png) no-repeat;
  background-size: 100% 100%;
}
.window .content .close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 3;
  width: 30px;
  height: 30px;
  font-size: 0;
  cursor: pointer;
}
.window .content .title {
  text-align: center;
  font-family: Poppins-SemiBold;
  font-size: 32px;
  color: #fff;
}
.window .content .line {
  width: 100%;
  height: 1px;
  margin: 0 auto;
  margin-top: 15px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}
.window .content .cont {
  overflow: auto;
  padding-top: 20px;
  font-size: 18px;
  line-height: 34px;
  color: #fff;
}

@media (max-width: 1280px) {
  .theGameBlock11 .w1280 .content .swiper-button-next.swiper-button-next, .theGameBlock11 .w1280 .content .swiper-button-prev.swiper-button-next {
    right: 0;
  }
  .theGameBlock11 .w1280 .content .swiper-button-next.swiper-button-prev, .theGameBlock11 .w1280 .content .swiper-button-prev.swiper-button-prev {
    left: 0;
  }
}
@media (max-width: 1080px) {
  .theGameBlock .w1280 {
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .theGameBlock .w1280 .title {
    font-size: 32px;
  }
  .theGameBlock .w1280 .tips {
    font-size: 14px;
    line-height: 24px;
  }
  .theGameBlock .w1280 .left {
    padding: 20px;
  }
  .theGameBlock .nextBtn {
    display: none;
  }
  .theGameBlock2 {
    padding: 50px 0;
  }
  .theGameBlock2 .w1280 .top {
    flex-wrap: wrap;
  }
  .theGameBlock2 .w1280 .top .left {
    width: 100%;
  }
  .theGameBlock2 .w1280 .top .left .title {
    font-size: 32px;
  }
  .theGameBlock2 .w1280 .top .left .tips {
    font-size: 14px;
    line-height: 24px;
  }
  .theGameBlock2 .w1280 .top .right {
    transform: translateY(0);
    margin-top: 15px;
  }
  .theGameBlock2 .w1280 .top .right .list {
    margin-left: 0;
    margin-right: 30px;
  }
  .theGameBlock2 .w1280 .top .right .list p {
    font-size: 14px;
  }
  .theGameBlock2 .w1280 .top .right .list span {
    font-size: 32px;
  }
  .theGameBlock2 .w1280 .bottom .title {
    font-size: 32px;
  }
  .theGameBlock2 .w1280 .bottom .content {
    margin-top: 30px;
  }
  .theGameBlock2 .w1280 .bottom .info {
    margin-top: 15px;
  }
  .theGameBlock2 .w1280 .bottom .info .list {
    margin-left: 30px;
  }
  .theGameBlock2 .w1280 .bottom .info .list p {
    font-size: 14px;
  }
  .theGameBlock2 .w1280 .bottom .info .list span {
    font-size: 32px;
  }
  .theGameBlock3 {
    padding: 50px 0;
  }
  .theGameBlock3 .w1280 {
    flex-wrap: wrap;
    padding: 0;
  }
  .theGameBlock3 .w1280 .left {
    width: 100%;
  }
  .theGameBlock3 .w1280 .left .title {
    font-size: 32px;
  }
  .theGameBlock3 .w1280 .left .tips {
    font-size: 14px;
    line-height: 24px;
  }
  .theGameBlock3 .w1280 .right {
    width: 100%;
  }
  .theGameBlock3 .w1280 .right video {
    display: block;
    height: auto;
    background-size: auto 100%;
  }
  .theGameBlock3 .w1280 .right .img {
    display: none;
  }
  .theGameBlock3 .w1280 .right .playBtn {
    display: block;
  }
  .theGameBlock4 {
    padding: 50px 0;
  }
  .theGameBlock4 .w1280 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .theGameBlock4 .w1280 .left {
    width: 100%;
    margin-top: 20px;
  }
  .theGameBlock4 .w1280 .right {
    width: 100%;
  }
  .theGameBlock4 .w1280 .right .title {
    font-size: 32px;
  }
  .theGameBlock4 .w1280 .right .tips {
    font-size: 14px;
    line-height: 24px;
  }
  .theGameBlock5 {
    padding: 50px 0;
  }
  .theGameBlock5 .w1280 {
    flex-wrap: wrap;
  }
  .theGameBlock5 .w1280 .left {
    width: 100%;
  }
  .theGameBlock5 .w1280 .left .title {
    font-size: 32px;
  }
  .theGameBlock5 .w1280 .left .tips {
    font-size: 14px;
    line-height: 24px;
  }
  .theGameBlock5 .w1280 .right {
    width: 100%;
    margin-top: 30px;
  }
  .theGameBlock6 {
    padding: 50px 0;
  }
  .theGameBlock6 .w1280 {
    flex-wrap: wrap;
  }
  .theGameBlock6 .w1280 .list {
    width: 100%;
  }
  .theGameBlock6 .w1280 .list .title {
    margin-top: 20px;
    font-size: 32px;
  }
  .theGameBlock6 .w1280 .list .tips {
    margin-top: 0px;
    font-size: 14px;
    line-height: 24px;
  }
  .theGameBlock6 .w1280 .list:last-child {
    margin-top: 30px;
  }
  .theGameBlock7 {
    padding: 50px 0;
  }
  .theGameBlock7 .w1280 .title {
    font-size: 32px;
  }
  .theGameBlock7 .w1280 .tips {
    margin-top: 0px;
    font-size: 14px;
    line-height: 24px;
  }
  .theGameBlock8 {
    padding: 50px 0 20px;
  }
  .theGameBlock8 .w1280 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .theGameBlock8 .w1280 .left {
    width: 100%;
    margin-top: 30px;
  }
  .theGameBlock8 .w1280 .right {
    width: 100%;
    padding-top: 0;
  }
  .theGameBlock8 .w1280 .right .title {
    font-size: 32px;
  }
  .theGameBlock8 .w1280 .right .tips {
    margin-top: 0px;
    font-size: 14px;
    line-height: 24px;
  }
  .theGameBlock9 {
    padding: 50px 0 20px;
  }
  .theGameBlock9 .w1280 .list {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .theGameBlock9 .w1280 .list .left {
    width: 100%;
  }
  .theGameBlock9 .w1280 .list .left .title {
    font-size: 32px;
  }
  .theGameBlock9 .w1280 .list .left .tips {
    margin-top: 0px;
    font-size: 14px;
    line-height: 24px;
  }
  .theGameBlock9 .w1280 .list .right {
    width: 100%;
    margin-top: 20px;
  }
  .theGameBlock10 {
    padding: 50px 0;
  }
  .theGameBlock10 .w1280 {
    flex-wrap: wrap;
  }
  .theGameBlock10 .w1280 .left {
    width: 100%;
  }
  .theGameBlock10 .w1280 .left .title {
    font-size: 32px;
  }
  .theGameBlock10 .w1280 .left .tips {
    margin-top: 0px;
    font-size: 14px;
    line-height: 24px;
  }
  .theGameBlock10 .w1280 .right {
    width: 100%;
    margin-top: 20px;
  }
  .theGameBlock11 {
    padding: 50px 0 80px;
  }
  .theGameBlock11 .w1280 {
    flex-wrap: wrap;
  }
  .theGameBlock11 .w1280 .title {
    font-size: 32px;
  }
  .theGameBlock11 .w1280 .tips {
    margin-top: 0px;
    font-size: 14px;
    line-height: 24px;
  }
  .theGameBlock11 .w1280 .content .swiper-button-next.swiper-button-next,
  .theGameBlock11 .w1280 .content .swiper-button-prev.swiper-button-prev {
    display: none !important;
  }
  .theGameBlock11 .w1280 .content {
    margin-top: 20px;
  }
  .theGameBlock11 .w1280 .content .theGameBlock11Swiper .swiper-wrapper .swiper-slide {
    background: #000000;
    padding: 20px;
  }
  .theGameBlock11 .w1280 .content .theGameBlock11Swiper .swiper-wrapper .swiper-slide video {
    width: 100%;
  }
  .theGameBlock11 .w1280 .content .swiper-pagination {
    display: block;
    bottom: -30px;
    font-size: 0;
  }
  .theGameBlock12 {
    padding: 50px 0;
  }
  .theGameBlock12 .w1280 .title {
    font-size: 32px;
  }
  .theGameBlock12 .w1280 .tips {
    font-size: 14px;
    line-height: 24px;
  }
  .theGameBlock12 .w1280 .button {
    width: 160px;
    height: 50px;
    background-size: cover;
    font-size: 16px;
    line-height: 45px;
  }
  .theGameBlock13 {
    padding: 60px 0;
  }
  .theGameBlock13 .w1280 .title {
    font-size: 32px;
  }
  .theGameBlock13 .w1280 .tips {
    font-size: 14px;
    line-height: 1.8;
  }
  .theGameBlock13 .w1280 .button {
    width: 160px;
    height: 50px;
    background-size: cover;
    font-size: 16px;
    line-height: 45px;
  }
  .window .content {
    padding: 40px 30px;
    background-size: 100% 100%;
    max-width: 600px;
    width: 90%;
    max-height: 60%;
  }
  .window .content .close {
    top: 15px;
    right: 15px;
  }
  .window .content .title {
    font-size: 24px;
  }
  .window .content .cont {
    padding-top: 0;
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
  }
  .theGameBlock3 .w1280 .right .playBtn img,
  .theGameBlock4 .w1280 .left .play img,
  .theGameBlock9 .w1280 .list .right .play img,
  .theGameBlock11 .w1280 .content .theGameBlock11Swiper .swiper-wrapper .swiper-slide .play img {
    width: 50px;
  }
}
@media (max-width: 500px) {
  .theGameBlock .w1280 .title,
  .theGameBlock2 .w1280 .bottom .title,
  .theGameBlock3 .w1280 .left .title,
  .theGameBlock4 .w1280 .right .title,
  .theGameBlock5 .w1280 .left .title,
  .theGameBlock6 .w1280 .list .title,
  .theGameBlock7 .w1280 .title,
  .theGameBlock8 .w1280 .right .title,
  .theGameBlock9 .w1280 .list .left .title,
  .theGameBlock10 .w1280 .left .title,
  .theGameBlock11 .w1280 .title,
  .theGameBlock12 .w1280 .title,
  .theGameBlock13 .w1280 .title {
    font-size: 24px;
  }
  .window .content .title {
    font-size: 20px;
  }
}/*# sourceMappingURL=theGame.css.map */