@keyframes block1Ico {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes block4window {
  0% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
.muted {
  position: absolute;
  top: 53px;
  right: 53px;
  z-index: 1;
  transition: background 0.5s;
  width: 29px;
  height: 24px;
  background: url(/storage/images/voiceBtn2.png) no-repeat;
  cursor: pointer;
}
.muted.on {
  background: url(/storage/images/voiceBtn.png) no-repeat;
}

.indexBlock3,
.indexBlock8 {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.indexBlock {
  position: relative;
  width: 100%;
  background: #318dc0;
}
.indexBlock .img {
  height: 100%;
  font-size: 0;
}
.indexBlock .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.indexBlock .mobile {
  display: none;
}
.indexBlock .box {
  position: absolute;
  bottom: 10%;
  width: 60%;
  height: auto;
  right: 5%;
}
.indexBlock .position {
  position: absolute;
  left: 6.3541666667%;
  top: 23.6%;
  width: 30%;
  max-width: 510px;
}
.indexBlock .position .title {
  font-family: cutedino;
  font-size: 38px;
  color: #fff;
}
.indexBlock .position .title span {
  color: #12eb31;
}
.indexBlock .position .button {
  display: block;
  width: 261px;
  height: 76px;
  margin-top: 12px;
  background: url(/storage/images/index/indexBlockBtn.png) no-repeat center;
  background-size: 100% auto;
  text-align: center;
  font-size: 22px;
  line-height: 71px;
  color: #fff;
  transition: filter 0.3s;
}
.indexBlock .position .button:hover {
  filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.8));
  transition: filter 0.3s;
  opacity: 1;
  transition-delay: 0s;
}
.indexBlock .position .content {
  display: flex;
  flex-wrap: wrap;
}
.indexBlock .position .content span,
.indexBlock .position .content a {
  display: flex;
  align-items: center;
  margin-top: 26px;
  margin-right: 26px;
  font-family: Poppins-Light;
  font-size: 20px;
  line-height: 22px;
  color: #fff;
}
.indexBlock .position .content a img {
  transform: translateY(-3px);
  margin-right: 8px;
}
.indexBlock .nextBtn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 52px;
}
.indexBlock .nextBtn img {
  transform: translateY(0);
  animation: block1Ico 3s infinite ease-in-out;
}
.indexBlock::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)
  );
}

.indexBlock2 {
  position: relative;
  width: 100%;
  font-size: 0;
}
.indexBlock2 > img{
    width: 100%;
}
.indexBlock2 video {
  width: 100%;
  height: 100%;
  background: #000;
  -o-object-fit: cover;
  object-fit: cover;
}
.indexBlock2::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),
    rgb(255, 255, 255),
    rgba(255, 255, 255, 0)
  );
}
.indexBlock2 .play {
  /* display: none; */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.indexBlock2 .play img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.indexBlock3 {
  height: calc(100vh - 81px);
}
.indexBlock3 .muted {
  right: auto;
  top: auto;
  left: 66px;
  bottom: 56px;
  z-index: 2;
}
.indexBlock3 .video {
  height: 100%;
  font-size: 0;
}
.indexBlock3 .video video {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.indexBlock3 .titleMob {
  display: none;
}
.indexBlock3 .videoMob {
  position: relative;
  display: none;
  font-size: 0;
}
.indexBlock3 .videoMob .videoCont {
  display: none;
  overflow: hidden;
  position: relative;
}
.indexBlock3 .videoMob .videoCont .playBtn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.indexBlock3 .videoMob .videoCont .playBtn img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.indexBlock3 .videoMob video {
  display: none;
  width: 100%;
  height: auto;
}
.indexBlock3 .left {
  position: absolute;
  top: 0;
  left: 4.4791666667%;
  z-index: 1;
  height: 100%;
}
.indexBlock3 .left .swiper {
  width: 260px;
  height: 100%;
}
.indexBlock3 .left .swiper .swiper-wrapper {
  align-items: center;
}
.indexBlock3 .left .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  width: 122px;
  height: 141px;
}
.indexBlock3 .left .swiper .swiper-wrapper .swiper-slide-active {
  width: 146px;
  height: 169px;
}
.indexBlock3 .left .swiper .swiper-wrapper .swiper-slide-active img {
  filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.5));
}
.indexBlock3 .left .swiper .swiper-wrapper .swiper-slide-active::before {
  display: block;
  content: '';
  position: absolute;
  left: -58px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 30px;
  height: 37px;
  background: url(/storage/images/index/indexBlock3Left.png) no-repeat center;
  background-size: 28px auto;
}
.indexBlock3 .left .swiper .swiper-wrapper .swiper-slide-active::after {
  display: block;
  content: '';
  position: absolute;
  right: -58px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 37px;
  background: url(/storage/images/index/indexBlock3Right.png) no-repeat center;
  background-size: 28px auto;
}
.indexBlock3 .left > .title {
  position: absolute;
  top: 15.2777777778%;
  left: 305px;
  width: 340px;
  font-family: cutedino;
  font-size: 42px;
  color: #fff;
}
.indexBlock3 .left > .title span {
  color: #12eb31;
}
.indexBlock3 .left::before {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  z-index: 5;
  max-width: 122px;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(180deg, rgba(56, 29, 108, 0.7), rgba(56, 29, 108, 0));
}
.indexBlock3 .left::after {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
  z-index: 5;
  max-width: 122px;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(0deg, rgba(55, 108, 186, 0.7), rgba(55, 108, 186, 0));
}
.indexBlock3 .right {
  position: absolute;
  top: 40%;
  right: 4.0625%;
}
.indexBlock3 .right .line {
  position: absolute;
  top: -30px;
  left: -180px;
  width: 155px;
  font-size: 0;
}
.indexBlock3 .right .line img {
  height: 69px;
}
.indexBlock3 .right .info {
  display: none;
  top: 50%;
  text-align: right;
}
.indexBlock3 .right .info .top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: cutedino;
  font-size: 54px;
  line-height: 1.3;
  color: #fff;
}
.indexBlock3 .right .info .top img {
  margin-left: 20px;
  transform: translateY(-5px);
}
.indexBlock3 .right .info .cont {
  width: 400px;
  height: 269px;
  padding: 20px 0;
  margin-top: 20px;
  background: url(/storage/images/index/newIndexBlock3Bg.png) no-repeat center;
  background-size: 100% 100%;
  border-radius: 10px;
}
.indexBlock3 .right .info .cont .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 25px;
  margin-top: 15px;
}
.indexBlock3 .right .info .cont .list.num p{
    justify-content: flex-end;
}
.indexBlock3 .right .info .cont .list span {
  width: 105px;
  text-align: left;
  font-family: cutedino;
  font-size: 18px;
  line-height: 39px;
  color: #fff;
}
.indexBlock3 .right .info .cont .list p,
.indexBlock3 .right .info .cont .list p label {
  display: flex;
  align-items: center;
  font-family: cutedino;
  font-size: 20px;
  line-height: 39px;
  color: #fb7d48;
}
.indexBlock3 .right .info .cont .list p em {
  display: block;
  width: 160px;
  height: 18px;
  margin-right: 12px;
  border-radius: 9px;
  border: 1px solid #fff;
}
.indexBlock3 .right .info .cont .list p em i {
  display: block;
  width: 0;
  max-width: calc(100% - 2px);
  height: 16px;
  border-radius: 8px;
  background: #fff000;
}
.indexBlock3 .right .info .cont .list p label{
  transform: translateY(2px);
}
.indexBlock3 .right .info .cont .list:first-child {
  margin-top: 0;
}
.indexBlock3 .right .info .cont .type {
  width: calc(100% - 50px);
  margin: 0 25px;
  padding: 8px 20px;
  margin-top: 15px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  text-align: left;
  color: #fff;
  display: flex;
  align-items: center;
}
.indexBlock3 .right .info .cont .type em {
  transform: translateY(2px);
  font-family: cutedino;
  font-style: normal;
  font-size: inherit;
  line-height: 1em;
  color: #12eb31;
}
.indexBlock3 .right .info .cont .type img {
  /* transform: translateY(4px); */
  width: 16px;
  margin-right: 2px;
  /* margin-right: 10px; */
}
.indexBlock3 .right .info .cont .type span {
  display: flex;
  align-items: center;
}

.indexBlock3::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)
  );
}
.indexBlock3 .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.indexBlock4 {
  position: relative;
  z-index: 0;
  padding-top: 63px;
  padding-bottom: 94px;
  background: url(/storage/images/index/indexBlock4Img.jpg) no-repeat center/cover;
}
.indexBlock4 .title {
  text-align: center;
  font-family: cutedino;
  font-size: 48px;
  color: #fff;
}
.indexBlock4 .title span {
  color: #12eb31;
}
.indexBlock4 .content {
  position: relative;
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 41px;
  padding: 35px 0 0;
}
.indexBlock4 .content .top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 50px;
  padding-bottom: 39px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.indexBlock4 .content .top .left {
  max-width: 650px;
  width: calc(100% - 150px);
}
.indexBlock4 .content .top .left .tit {
  font-family: Poppins-SemiBold;
  font-size: 32px;
  line-height: 42px;
  color: #fff;
}
.indexBlock4 .content .top .left .tips {
  margin-top: 16px;
  line-height: 24px;
  color: #fff;
  opacity: 0.7;
}
.indexBlock4 .content .top .right {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 120px;
  font-size: 0;
}
.indexBlock4 .content .top .right .swiper-button-next,
.indexBlock4 .content .top .right .swiper-button-prev {
  position: initial;
  width: 57px;
  height: 57px;
  margin: 0;
  font-size: 0;
}
.indexBlock4 .content .top .right .swiper-button-next::after,
.indexBlock4 .content .top .right .swiper-button-prev::after {
  display: none;
}
.indexBlock4 .content .swiperCont {
  overflow: hidden;
  position: relative;
  padding: 0 50px;
  border-radius: 10px;
}
.indexBlock4 .content .swiperCont::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 5;
  max-width: 122px;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(75, 29, 118, 0.7), rgba(56, 29, 108, 0));
}
.indexBlock4 .content .swiperCont::after {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 5;
  max-width: 122px;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(-90deg, rgba(75, 29, 118, 0.7), rgba(56, 29, 108, 0));
}
.indexBlock4 .content .indexBlock4Swiper {
  position: relative;
  padding: 112px 0;
}
.indexBlock4 .content .indexBlock4Swiper .swiper-wrapper {
  align-items: center;
}
.indexBlock4 .content .indexBlock4Swiper .swiper-wrapper .swiper-slide {
  width: 16.3559322034%;
  font-size: 0;
}
.indexBlock4 .content .indexBlock4Swiper .swiper-wrapper .swiper-slide .cont {
  display: block;
  position: relative;
}

.indexBlock4 .content .indexBlock4Swiper .swiper-wrapper .swiper-slide .cont .img img {
  width: 100%;
}
.indexBlock4 .content .indexBlock4Swiper .swiper-wrapper .swiper-slide .cont .text {
  position: absolute;
  bottom: 15px;
  width: 100%;
  padding: 0 15px;
}
.indexBlock4 .content .indexBlock4Swiper .swiper-wrapper .swiper-slide .cont .text p {
  font-size: 16px;
  color: #fff;
}
.indexBlock4 .content .indexBlock4Swiper .swiper-wrapper .swiper-slide .cont .text span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
}
.indexBlock4 .content .indexBlock4Swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  display: flex;
  justify-content: center;
  width: 26.2711864407%;
}
.indexBlock4 .content .indexBlock4Swiper .swiper-wrapper .swiper-slide.swiper-slide-active img {
  width: auto;
}
.indexBlock4 .content .indexBlock4Swiper .window {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 0;
}
.indexBlock4 .content .indexBlock4Swiper .window .cont {
  animation: block4window 5s infinite ease-in-out;
  width: 320px;
}
.indexBlock4 .content .indexBlock4Swiper .window img {
  filter: drop-shadow(0px 0px 10px rgb(255, 255, 255));
}

.indexBlock4 .content .indexBlock4Swiper .window .cont .text {
  position: absolute;
  bottom: 35px;
  width: 100%;
  padding: 0 25px;
}
.indexBlock4 .content .indexBlock4Swiper .window .cont .text p {
  font-size: 22px;
  color: #fff;
}
.indexBlock4 .content .indexBlock4Swiper .window .cont .text span {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
}
.indexBlock4 .content::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-image: linear-gradient(180deg, #4b1d76 0%, #00106e 100%),
    linear-gradient(#20196e, #20196e);
  opacity: 0.7;
}
.indexBlock4::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)
  );
}

.indexBlock5 {
  position: relative;
  padding-bottom: 80px;
  background: url(/storage/images/index/indexBlock5Bg.jpg) no-repeat center/cover;
}
.indexBlock5 .w1280 {
  padding-top: 67px;
}
.indexBlock5 .w1280 .top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.indexBlock5 .w1280 .top .left .title {
  font-family: cutedino;
  font-size: 64px;
  color: #fff;
}
.indexBlock5 .w1280 .top .left .title span {
  color: #12eb31;
}
.indexBlock5 .w1280 .top .left .tips {
  margin-top: 5px;
  font-size: 20px;
  color: #fff;
}
.indexBlock5 .w1280 .top .right {
  display: flex;
}
.indexBlock5 .w1280 .top .right .button {
  display: block;
  width: 160px;
  height: 55px;
  margin-left: 10px;
  background: url(/storage/images/index/indexBlock5Img.png) no-repeat center/cover;
  background-size: 100%;
  text-align: center;
  font-family: Poppins-SemiBold;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
}
.indexBlock5 .w1280 .top .right .button span {
  line-height: 50px;
}
.indexBlock5 .w1280 .content .cont {
  display: block;
  position: relative;
  padding: 26px 30px;
  margin-top: 43px;
  background: url(/storage/images/index/indexBlock5Img3.png) no-repeat center/cover;
  background-size: 100% 100%;
}
.indexBlock5 .w1280 .content .cont video {
  width: 100%;
  max-width: 1216px;
  aspect-ratio: 1216/654;
  background: #000;
}
.indexBlock5 .w1280 .content .cont .play {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  font-size: 0;
  cursor: pointer;
}
.indexBlock5 .w1280 .content .cont .muted {
  top: auto;
  right: 63px;
  bottom: 60px;
  z-index: 1;
}
.indexBlock5 .w1280 .content .cont .position {
  position: absolute;
  left: 73px;
  bottom: 67px;
}
.indexBlock5 .w1280 .content .cont .position .title {
  font-family: Poppins-SemiBold;
  font-size: 42px;
  color: #fff;
}
.indexBlock5 .w1280 .content .cont .position .tips {
  margin-top: -4px;
  color: #fff;
}
.indexBlock5 .w1280 > .button {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  width: 250px;
  height: 84px;
  background: url(/storage/images/index/indexBlock5Img4.png) no-repeat center/cover;
  text-align: center;
  font-family: Poppins-SemiBold;
  font-size: 24px;
  line-height: 79px;
  color: #fff;
}
.indexBlock5::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)
  );
}

.indexBlock6 {
  position: relative;
  width: 100%;
  aspect-ratio: 192/50;
  background: url(/storage/images/index/indexBlock6Bg.jpg) no-repeat center/cover;
}
.indexBlock6 .w1280 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0;
}
.indexBlock6 .w1280 .left {
  width: 43.75%;
}
.indexBlock6 .w1280 .left .title {
  font-family: cutedino;
  font-size: 64px;
  color: #fff;
}
.indexBlock6 .w1280 .left .title span {
  color: #12eb31;
}
.indexBlock6 .w1280 .left .tips {
  margin-top: 5px;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}
.indexBlock6 .w1280 .left .button {
  display: block;
  width: 250px;
  height: 84px;
  margin-top: 28px;
  background: url(/storage/images/index/indexBlock5Img4.png) no-repeat center/cover;
  text-align: center;
  font-family: Poppins-SemiBold;
  font-size: 24px;
  line-height: 79px;
  color: #fff;
}
.indexBlock6 .w1280 .right {
  position: relative;
  width: 54.6875%;
}
.indexBlock6 .w1280 .right video {
  max-width: 100%;
  height: 100%;
}
.indexBlock6 .w1280 .right .playBtn {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.indexBlock6 .w1280 .right .playBtn img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.indexBlock6 .w1280 .right .imgMob {
  display: none;
  font-size: 0;
}
.indexBlock6::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)
  );
}

.window2 {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.window2 .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
  max-height: 553px;
  width: 90%;
  height: 80%;
  padding: 50px;
  background: url(/storage/images/thegame/thegameimg27.png) no-repeat;
  border: 1px solid #c2f264;
  background-size: 100% 100%;
}
.window2 .content .close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 3;
  width: 16px;
  height: 16px;
  font-size: 0;
}
.window2 .content .title {
  margin-bottom: 20px;
  font-family: Poppins-SemiBold;
  font-size: 32px;
  color: #fff;
}
.window2 .content .cont {
  overflow: auto;
  font-size: 18px;
  line-height: 34px;
  color: #fff;
}

.indexBlock7 {
  position: relative;
  padding-top: 64px;
  padding-bottom: 80px;
  background: url(/storage/images/index/indexBlock7Bg.jpg) no-repeat center/cover;
}
.indexBlock7 > .title {
  text-align: center;
  font-family: cutedino;
  font-size: 48px;
  color: #fff;
}
.indexBlock7 > .title span {
  color: #12eb31;
}
.indexBlock7 .w1280 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1320px;
  margin-top: 38px;
}
.indexBlock7 .w1280 .indexBlock7Swiper {
  max-width: 986px;
  width: 100%;
  margin: 0 auto;
}
.indexBlock7 .w1280 .indexBlock7Swiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
.indexBlock7 .w1280 .indexBlock7Swiper .swiper-wrapper .swiper-slide .left {
  position: relative;
  width: 100%;
  padding: 30px 35px;
  background: url(/storage/images/index/indexBlock7Bg2.png) no-repeat center;
  background-size: 100% 100%;
}
.indexBlock7 .w1280 .indexBlock7Swiper .swiper-wrapper .swiper-slide .left video {
  width: 100%;
  border-radius: 10px;
}
.indexBlock7 .w1280 .indexBlock7Swiper .swiper-wrapper .swiper-slide .left .play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  font-size: 0;
  cursor: pointer;
}
.indexBlock7 .w1280 .indexBlock7Swiper .swiper-wrapper .swiper-slide .left .play img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.indexBlock7 .w1280 .indexBlock7Swiper .swiper-wrapper .swiper-slide .right {
  width: 100%;
  margin-top: 15px;
}
.indexBlock7 .w1280 .indexBlock7Swiper .swiper-wrapper .swiper-slide .right .title {
  text-align: center;
  font-family: Poppins-SemiBold;
  font-size: 36px;
  color: #fff;
}
.indexBlock7 .w1280 .swiper-button-prev,
.indexBlock7 .w1280 .swiper-button-next {
  flex-direction: column;
  width: 73px;
  height: auto;
  font-size: 0;
  opacity: 1;
}
.indexBlock7 .w1280 .swiper-button-prev span,
.indexBlock7 .w1280 .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;
}
.indexBlock7 .w1280 .swiper-button-prev p,
.indexBlock7 .w1280 .swiper-button-next p {
  position: initial;
  margin-top: 10px;
  white-space: nowrap;
  font-size: 18px;
  color: #fff;
}
.indexBlock7 .w1280 .swiper-button-prev img,
.indexBlock7 .w1280 .swiper-button-next img {
  width: 100%;
}
.indexBlock7 .w1280 .swiper-button-prev.swiper-button-disabled span,
.indexBlock7 .w1280 .swiper-button-next.swiper-button-disabled span {
  background: url(/storage/images/index/indexBlock7Left.png) no-repeat top center;
  background-size: 100% auto;
}
.indexBlock7 .w1280 .swiper-button-prev::after,
.indexBlock7 .w1280 .swiper-button-next::after {
  display: none;
}
.indexBlock7 .w1280 .swiper-button-prev span {
  transform: rotate(180deg);
}
.indexBlock7 .w1280 .swiper-button-prev.swiper-button-disabled span {
  transform: rotate(0deg);
}
.indexBlock7 .w1280 .swiper-button-next.swiper-button-disabled span {
  transform: rotate(180deg);
}
.indexBlock7 .w1280 .swiper-pagination {
  display: none;
  bottom: -30px;
  font-size: 0;
}
.indexBlock7 .w1280 .swiper-pagination span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}
.indexBlock7::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)
  );
}

.indexBlock8 {
  display: flex;
}
.indexBlock8 .left {
  width: 49.1145833333%;
  font-size: 0;
}
.indexBlock8 .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50.8854166667%;
  padding-left: 9.375%;
}
.indexBlock8 .right .title {
  font-family: cutedino;
  font-size: 48px;
  color: #fff;
}
.indexBlock8 .right .title span {
  color: #12eb31;
}
.indexBlock8 .right .tips {
  font-size: 20px;
  color: #ffffff;
}
.indexBlock8 .right .content {
  margin-top: 56px;
  font-family: cutedino;
  font-size: 38px;
  color: #fff;
}
.indexBlock8 .right .content span {
  color: #12eb31;
}

@media (any-hover: hover) {
  .indexBlock7 .w1280 .indexBlock7Swiper .swiper-wrapper .swiper-slide:hover .img img {
    transform: scale(1.1);
  }
}
@media (max-width: 1600px) {
  .indexBlock .position .title {
    font-size: 32px;
  }
  .indexBlock3 .left > .title {
    font-size: 32px;
  }
  .indexBlock3 .right .info .tit {
    font-size: 32px;
  }
  .indexBlock4 .title {
    font-size: 32px;
  }
  .indexBlock5 .w1280 .top .left .title {
    font-size: 32px;
  }
  .indexBlock6 .w1280 .left .title {
    font-size: 32px;
  }
  .indexBlock7 > .title {
    font-size: 32px;
  }
  .indexBlock8 .right .title {
    font-size: 32px;
  }
  .indexBlock8 .right .content {
    font-size: 28px;
  }
}
@media (max-width: 1440px) {
  .indexBlock .position .content span,
  .indexBlock .position .content a {
    margin-top: 15px;
    font-size: 16px;
  }
  .indexBlock .position .button {
    width: 180px;
    height: 54px;
    font-size: 16px;
    line-height: 49px;
  }
  .indexBlock3 .right .info .tit {
    font-size: 24px;
  }
  .indexBlock3 .right .line {
    top: 0;
    left: -110px;
    width: 100px;
  }
  .indexBlock5 .w1280 > .button {
    width: 180px;
    height: 60px;
    font-size: 16px;
    line-height: 55px;
  }
  .indexBlock6 .w1280 .left .button {
    width: 180px;
    height: 60px;
    font-size: 16px;
    line-height: 55px;
  }
  .indexBlock7 .w1280 .indexBlock7Swiper .swiper-wrapper .swiper-slide .right .title {
    font-size: 24px;
  }
  .indexBlock7 .w1280 .swiper-button-prev,
  .indexBlock7 .w1280 .swiper-button-next {
    width: 60px;
  }
  .indexBlock7 .w1280 .swiper-button-prev {
    margin-left: -60px;
  }
  .indexBlock7 .w1280 .swiper-button-next {
    margin-right: -60px;
  }
}
@media (max-width: 1240px) {
  .indexBlock4 .content .indexBlock4Swiper .swiper-wrapper .swiper-slide .cont .text span {
    margin-top: 0px;
  }
}
@media (max-width: 1080px) {
  .indexBlock .img img {
    height: 450px;
  }
  .indexBlock .pc {
    display: none;
  }
  .indexBlock .mobile {
    display: block;
  }
  .indexBlock .position {
    position: initial;
    width: 100%;
    max-width: 100%;
    padding: 30px 5%;
    background: #34246d;
  }
  .indexBlock .position .title {
    font-size: 24px;
  }
  .indexBlock .nextBtn {
    display: none;
  }
  .indexBlock2 .play {
    display: block;
  }
  .indexBlock2 .play img {
    max-width: 50px;
    height: auto;
  }
  .indexBlock2 .muted {
    top: 20px;
    right: 20px;
  }
  .indexBlock3 {
    padding-top: 30px;
    min-height: 100vh;
    height: auto;
  }
  .indexBlock3 .video {
    display: none;
  }
  .indexBlock3 .titleMob {
    display: block;
    font-family: cutedino;
    margin: 0 5%;
    font-size: 24px;
    color: #fff;
  }
  .indexBlock3 .titleMob span {
    color: #12eb31;
  }
  .indexBlock3 .videoMob {
    display: block;
    margin: 20px 5% 30px;
  }
  .indexBlock3 .videoMob .videoCont video {
    display: block;
  }
  .indexBlock3 .videoMob .videoCont .playBtn img {
    width: 50px;
  }
  .indexBlock3 .muted {
    display: none;
  }
  .indexBlock3 .content {
    display: flex;
    flex-direction: column-reverse;
    position: initial;
    height: auto;
  }
  .indexBlock3 .left {
    position: initial;
    width: 100%;
    height: auto;
  }
  .indexBlock3 .left .swiper {
    width: 100%;
  }
  .indexBlock3 .left .swiper .swiper-wrapper {
    align-items: center;
    padding: 30px 0;
  }
  .indexBlock3 .left .swiper .swiper-wrapper .swiper-slide {
    height: auto;
  }
  .indexBlock3 .left .swiper .swiper-wrapper .swiper-slide-active::after,
  .indexBlock3 .left .swiper .swiper-wrapper .swiper-slide-active::before {
    display: none;
  }
  .indexBlock3 .left .title {
    display: none;
  }
  .indexBlock3 .left::after,
  .indexBlock3 .left::before {
    display: none;
  }
  .indexBlock3 .right {
    position: initial;
    width: 90%;
    margin: 0 auto;
  }
  .indexBlock3 .right .line {
    display: none;
  }
  .indexBlock3 .right .info .top {
    font-size: 24px;
  }
  .indexBlock3 .right .info .top img {
    height: 28px;
    margin-left: 10px;
  }
  .indexBlock3 .right .info .cont {
    width: 100%;
    height: auto;
    margin-top: 10px;
    /*background: rgba(0, 0, 0, 0.12);*/
  }
  .indexBlock3 .right .info .cont .list span {
    font-size: 16px;
    line-height: 30px;
  }
  .indexBlock3 .right .info .cont .list p ,
  .indexBlock3 .right .info .cont .list p label{
    font-size: 16px;
    line-height: 30px;
  }
  .indexBlock3 .right .info .cont .list p img {
    height: 30px;
  }

  .indexBlock3 .right .info .cont .type {
    font-size: 14px;
  }
  .indexBlock3 .right .info .cont .type img {
    width: 16px;
    /* margin-right: 10px; */
  }
  .indexBlock4 {
    padding: 40px 0;
  }
  .indexBlock4 .title {
    font-size: 20px;
  }
  .indexBlock4 .content {
    padding: 20px 0 0;
  }
  .indexBlock4 .content .top {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 5%;
  }
  .indexBlock4 .content .top .left {
    width: 100%;
  }
  .indexBlock4 .content .top .left .tit {
    font-size: 24px;
  }
  .indexBlock4 .content .top .left .tips {
    font-size: 14px;
  }
  .indexBlock4 .content .top .right {
    width: 100px;
    margin-top: 30px;
  }
  .indexBlock4 .content .top .right .swiper-button-next,
  .indexBlock4 .content .top .right .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .indexBlock4 .content .swiperCont {
    padding: 0 5%;
  }
  .indexBlock4 .content .swiperCont::after,
  .indexBlock4 .content .swiperCont::before {
    display: none;
  }
  .indexBlock4 .content .indexBlock4Swiper {
    padding: 30px 0;
  }
  .indexBlock4 .content .indexBlock4Swiper .swiper-wrapper .swiper-slide.swiper-slide-active img {
    width: 100%;
  }
  .indexBlock4 .content .indexBlock4Swiper .window {
    display: none;
  }
  .indexBlock5 {
    padding-bottom: 0;
  }
  .indexBlock5 .w1280 {
    padding: 40px 0;
  }
  .indexBlock5 .w1280 .top .left .title {
    font-size: 20px;
  }
  .indexBlock5 .w1280 .top .left .tips {
    font-size: 14px;
  }
  .indexBlock5 .w1280 .content .cont {
    padding: 0;
    background: none;
  }
  .indexBlock5 .w1280 .content .cont .position {
    left: 20px;
    bottom: 20px;
  }
  .indexBlock5 .w1280 .content .cont .position .title {
    font-size: 16px;
  }
  .indexBlock5 .w1280 .content .cont .position .tips {
    display: none;
  }
  .indexBlock5 .w1280 .content .cont .muted {
    right: 20px;
    bottom: 20px;
  }
  .indexBlock5 .w1280 .content .cont .play img {
    width: 50px;
  }
  .indexBlock5 .w1280 > .button {
    margin-top: 40px;
  }
  .indexBlock6 {
    text-align: left;
  }
  .indexBlock6 .w1280 {
    flex-wrap: wrap;
  }
  .indexBlock6 .w1280 .left {
    width: 100%;
  }
  .indexBlock6 .w1280 .left .title {
    font-size: 24px;
  }
  .indexBlock6 .w1280 .left .tips {
    font-size: 14px;
  }
  .indexBlock6 .w1280 .left .button {
    display: none;
    width: 160px;
    height: 53px;
    font-size: 14px;
    line-height: 48px;
  }
  .indexBlock6 .w1280 .right {
    width: 100%;
    margin-top: 30px;
  }
  .indexBlock6 .w1280 .right video {
    height: 320px;
  }
  .indexBlock6 .w1280 .right .playBtn {
    display: block;
  }
  .indexBlock7 {
    padding: 40px 0px;
  }
  .indexBlock7 > .title {
    font-size: 24px;
  }
  .indexBlock7 .w1280 {
    margin-top: 25px;
  }
  .indexBlock7 .w1280 .indexBlock7Swiper {
    padding-bottom: 30px;
  }
  .indexBlock7 .w1280 .indexBlock7Swiper .swiper-wrapper .swiper-slide {
    flex-direction: column;
    padding: 0;
  }
  .indexBlock7 .w1280 .indexBlock7Swiper .swiper-wrapper .swiper-slide .left {
    width: 100%;
    padding: 20px;
    font-size: 0;
  }
  .indexBlock7 .w1280 .indexBlock7Swiper .swiper-wrapper .swiper-slide .right {
    width: 100%;
    margin-top: 15px;
    padding-left: 0;
  }
  .indexBlock7 .w1280 .indexBlock7Swiper .swiper-wrapper .swiper-slide .right .title {
    font-size: 20px;
  }
  .indexBlock7 .w1280 .indexBlock7Swiper .swiper-wrapper .swiper-slide .right .tips {
    margin-top: 8px;
    font-size: 14px;
    line-height: 24px;
  }
  .indexBlock7 .w1280 .swiper-button-prev,
  .indexBlock7 .w1280 .swiper-button-next {
    display: none;
  }
  .indexBlock7 .w1280 .swiper-pagination {
    display: block;
    bottom: 0;
  }
  .window2 .content {
    padding: 30px;
  }
  .window2 .content .title {
    font-size: 24px;
  }
  .window2 .content .cont {
    font-size: 14px;
    line-height: 24px;
  }
  .indexBlock8 {
    flex-wrap: wrap;
  }
  .indexBlock8 .left {
    width: 100%;
  }
  .indexBlock8 .left img {
    width: 100%;
  }
  .indexBlock8 .right {
    width: 100%;
    padding: 40px 5%;
  }
  .indexBlock8 .right .title {
    font-size: 24px;
  }
  .indexBlock8 .right .tips {
    font-size: 14px;
  }
  .indexBlock8 .right .content {
    margin-top: 20px;
    font-size: 20px;
  }
  .indexBlock6 .w1280 .right .playBtn img,
  .indexBlock7 .w1280 .indexBlock7Swiper .swiper-wrapper .swiper-slide .left .play img {
    width: 50px;
  }
}
@media (max-width: 500px) {
  .indexBlock .position {
    padding: 20px 5% 30px;
  }
  .indexBlock .position .content span,
  .indexBlock .position .content a {
    font-size: 14px;
  }
  .indexBlock .position .content span {
    width: 100%;
    margin-right: 0;
  }
  .indexBlock3 .left {
    bottom: 0;
  }
  .indexBlock3 .right {
    width: 90%;
  }
  .indexBlock3 .right .info .cont {
    width: 100%;
  }
  .indexBlock3 .right .info .cont .list p ,
  .indexBlock3 .right .info .cont .list p label{
    width: calc(100% - 110px);
  }
  .indexBlock3 .right .info .cont .list p em {
    width: calc(100% - 52px);
  }
  .indexBlock4 .content {
    padding: 20px 5% 0;
  }
  .indexBlock4 .content .top {
    padding-bottom: 30px;
  }
  .indexBlock4 .content .indexBlock4Swiper .swiper-wrapper .swiper-slide .cont .text {
    bottom: 15px;
  }
  .indexBlock4 .content .indexBlock4Swiper .swiper-wrapper .swiper-slide .cont .text span {
    margin-top: 0;
    font-size: 12px;
  }
  .indexBlock5 .w1280 .top .right .button,
  .indexBlock5 .w1280 .top .right .button2 {
    width: 140px;
    height: 49px;
    font-size: 14px;
    line-height: 44px;
  }
  .indexBlock5 .w1280 .top .right .button span,
  .indexBlock5 .w1280 .top .right .button2 span {
    line-height: 44px;
  }
  .indexBlock5 .w1280 .top .right .button2 {
    height: 44px;
  }
  .indexBlock5 .w1280 .moble .swiper .swiper-wrapper .swiper-slide .tips {
    margin-top: 10px;
  }
}
@media (max-width: 430px) {
  .indexBlock4 .content .indexBlock4Swiper .swiper-wrapper .swiper-slide .cont .text {
    bottom: 10px;
  }
}
@media (max-width: 390px) {
  .indexBlock4 .content .indexBlock4Swiper .swiper-wrapper .swiper-slide .cont .text {
    bottom: 6px;
  }
} /*# sourceMappingURL=index.css.map */
