.scene .title {
  font-size: 0.72rem;
  color: #000000;
  letter-spacing: 0.0044rem;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 1.36rem;
}
.scene .swiper-wrapper {
  /*display: table;*/
}
.scene .swiper-wrapper .swiper-slide {
  position: relative;
  /*display: table-cell;*/
}
.scene .swiper-wrapper .swiper-slide .swiper-info {
  position: absolute;
  top: 0;
  padding: 1.18rem 3.6rem;
}
.scene .swiper-wrapper .swiper-slide .swiper-info .info_title {
  font-size: 0.64rem;
  color: #FFFFFF;
}
.scene .swiper-wrapper .swiper-slide .swiper-info .class-price {
    color: #e1e1e1;
    line-height: 0.64rem;
    font-size: 0.36rem;	
	margin-top: 2.64rem;
}
.scene .swiper-wrapper .swiper-slide .swiper-info .class-title {
    font-size: 0.48rem;
    color: #e1e1e1;
    line-height: 0.66rem;
	
}
.scene .swiper-wrapper .swiper-slide .swiper-info .more-btn {
    width: 3.2rem;
	margin-top: 0.8rem;
	
}
.scene .swiper-wrapper .swiper-slide .swiper-info .server {
  font-size: 0.32rem;
  color: #e1e1e1;
  margin-top: 0.4rem;
}
.scene .swiper-wrapper .swiper-slide .swiper-info .text {
  font-size: 0.32rem;
  color: #FFFFFF;
  letter-spacing: 0.0054rem;
  line-height: 0.44rem;
  margin-top: 0.3rem;
  width: 11.8rem;
}
.scene .swiper-wrapper .swiper-slide .img-pc {
  display: block;
  width: 100%;
  height: 100%;
}
.scene .swiper-wrapper .swiper-slide .img-m {
  display: none;
}
.scene .swiper-pagination {
  width: auto !important;
  bottom: 1.2rem !important;
  left: 26.24rem !important;
}
.scene .swiper-pagination .swiper-pagination-bullet {
  width: 0.24rem;
  height: 0.24rem;
  background: #9195A1;
}
.scene .swiper-pagination-bullet-active {
  background: #CE1D2C !important;
}
.scene #swiper-button-next,
.scene #swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 1.2rem;
  z-index: 1;
}
.scene #swiper-button-next {
  background: url(../images/btn-next-normal.png) center center no-repeat;
  right: 1.2rem;
  background-size: contain;
}
.scene #swiper-button-prev {
  background: url(../images/btn-pre-normal.png) center center no-repeat;
  left: 1.2rem;
  background-size: contain;
}
.scene .subheading {
  text-align: center;
}
.scene .subheading p {
  width: 15rem;
  font-size: 0.32rem;
  color: #242728;
  letter-spacing: 0.0054rem;
  line-height: 0.44rem;
  margin: 1.8rem auto 1.2rem;
}
.scene .subheading a {
  display: block;
  margin: auto;
  width: 2.3rem;
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #242728;
  background: url(../images/arrow-right-black.png) right center no-repeat;
  background-size: auto 0.24rem;
}

@media (max-width: 767px) {
	.scene {
    padding: 0.4rem 0 0 0;
  }
  .scene .title {
    font-size: 0.48rem;
    letter-spacing: 0.003rem;
    margin-top: 0;
    line-height: 0.56rem;
	margin-bottom: 0.7rem;
  }

  .scene .swiper-wrapper .swiper-slide .swiper-info {
    left: 50%;
    transform: translateX(-50%);
    padding: 1.2rem 0;
    text-align: center;
  }
  .scene .swiper-wrapper .swiper-slide .swiper-info .info_title {
    font-size: 0.44rem;
	margin-bottom: 3.4rem;
  }
   .scene .swiper-wrapper .swiper-slide .swiper-info .class-price {
       margin-top: 0.4rem;
    font-size: 0.28rem;
  }
   .scene .swiper-wrapper .swiper-slide .swiper-info .class-title {
    font-size: 0.36rem;
  }
  .scene .swiper-wrapper .swiper-slide .swiper-info .server {
    width: 5.08rem;
    font-size: 0.28rem;
    margin: 0.2rem auto 0;
    line-height: 0.5rem;
  }
  .scene .swiper-wrapper .swiper-slide .swiper-info .server span {
    display: block;
  }
  .scene .swiper-wrapper .swiper-slide .swiper-info .text {
    font-size: 0.24rem;
    letter-spacing: 0.004rem;
    line-height: 0.32rem;
    margin: 0.4rem 0.3rem 0;
	width: auto;
  }
  .scene .swiper-wrapper  {
    height: 11.16rem;
  }
  .scene .swiper-wrapper .swiper-slide .img-pc {
    display: none;
  }
  .scene .swiper-wrapper .swiper-slide .img-m {
    display: block;
    width: 100%;
    height: 100%;
  }
  .scene .swiper-pagination {
    bottom: 0.3rem !important;
	width: 100% !important;
	left: 0 !important;
  }
  .scene .swiper-pagination .swiper-pagination-bullet {
    width: 0.16rem;
    height: 0.16rem;
  }
  .scene #swiper-button-next,
  .scene #swiper-button-prev {
    display: none;
  }
  .scene .swiper-wrapper {
    display: flex;
}
  .scene .subheading {
    text-align: center;
  }
  .scene .subheading p {
    width: 5.6rem;
    font-size: 0.24rem;
    color: #4E4E4E;
    letter-spacing: 0.004rem;
    line-height: 0.32rem;
    margin: 0.6rem auto 0.4rem;
  }
  .scene .subheading a {
    display: block;
    margin: auto;
    width: 1.74rem;
    font-size: 0.24rem;
    line-height: 0.34rem;
    padding-right: 0.22rem;
    background: url(../images/arrow-right-black.png) right center no-repeat;
    background-size: 0.08rem 0.24rem;
  }
}