.banner-container {
  width: 100%;
  height: 6.5rem;
  margin-top: 0.8rem;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
}
.banner-container img {
  width: 100%;
}

.banner-container .text-content {
  color: #333;
  font-weight: bold;
  font-size: 0.576rem;
  position: absolute;
  top: 50%;
  transform: translate(2.408rem, -50%);
  -webkit-transform: translate(2.408rem, -50%);
  -moz-transform: translate(2.408rem, -50%);
  -ms-transform: translate(2.408rem, -50%);
  -o-transform: translate(2.408rem, -50%);
}

.banner-container .text-content .large-title {
  position: relative;
  font-size: 0.576rem;
}
.banner-container .text-content .second-title,
.third-title {
  font-size: 0.32rem;
}

.banner-container .text-content .second-title {
  margin: 0.552rem 0 0.078rem;
}

.banner-container .text-content .large-title::after {
  content: "";
  display: block;
  height: 0.224rem;
  background-color: #FF960F;
  opacity: 0.3;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.banner-container .text-content .btn-apply {
  display: block;
  width: 1.088rem;
  height: 0.376rem;
  line-height: 0.376rem;
  background-color: #FF960F;
  color: #fff;
  font-size: 0.192rem;
  margin-top: 0.736rem;
  border-radius: 0.192rem;
  text-align: center;
  -webkit-border-radius: 0.192rem;
  -moz-border-radius: 0.192rem;
  -ms-border-radius: 0.192rem;
  -o-border-radius: 0.192rem;
}

/* 场景 */
.scene-container {
  position: relative;
}

.scene-container::after {
  content: "";
  display: inline-block;
  background-color: #f5d0a8;
  width: 0.9rem;
  height: 1.8rem;
  border-radius: 0 0.9rem 0.9rem 0;
  position: absolute;
  top: 18%;
  left: -0.3rem;
  -webkit-border-radius: 0 0.9rem 0.9rem 0;
  -moz-border-radius: 0 0.9rem 0.9rem 0;
  -ms-border-radius: 0 0.9rem 0.9rem 0;
  -o-border-radius: 0 0.9rem 0.9rem 0;
}

.list-scene-container {
  background-color: #fff;
  margin: 1rem 0 0.8rem;
}
.list-scene-container::after {
  display: block;
  content: "";
  clear: both;
}

.list-scene-container .content {
  overflow: hidden;
}

.list-scene-container .content .item img {
  width: 1.86rem;
  height: 1.98rem;
}
.list-scene-container .content .item .text-area {
  float: right;
  color: #333;
  margin-left: 0.32rem;
}

.list-scene-container .text-area span {
  display: block;
  font-size: 0.24rem;
  margin-bottom: 0.2rem;
}

.list-scene-container .text-area p {
  font-size: 0.19rem;
  line-height: 1.6em;
}

/* 消费场景展示 */
.picture-scene-container .content {
  text-align: center;
}
.picture-scene-container .content .lead-title {
  font-size: 0.29rem;
  color: #333;
  margin-bottom: 0.63rem;
}

.picture-scene-container .swiper-container {
  padding-bottom: 0.8rem;
  position: relative;
}

.picture-scene-container .swiper-container .swiper-slide {
  /* width: 254px;
  height: 500px; */
  width: 2.02rem;
  height: 4.28rem;
  background: #fff;
  box-shadow: 0 0.08rem 0.3rem #ccc;
  position: relative;
}

.swiper-slide.swiper-slide-active {
  margin: 0 0.2rem;
}

.swiper-container .swiper-slide img {
  display: block;
  width: 2.02rem;
  height: 2.71rem;
}

.swiper-container .swiper-slide-active::after {
  content: "";
  background: #f5b961;
  display: block;
  width: 2.02rem;
  height: 0.02rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.swiper-container .swiper-slide .text-intro {
  font-size: 0.19rem;
  color: #333;
  margin-top: 0.53rem;
}
.swiper-container .swiper-slide .text-intro .text-intro-EN {
  font-size: 0.14rem;
  color: #999;
  margin-top: 0.15rem;
}

.swiper-container .swiper-button-prev {
  left: 0;
  width: 0.45rem;
  height: 0.45rem;
  background: url(../images/wm_button_icon.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

.swiper-container .swiper-button-prev:hover {
  background-position: 0 -0.46rem;
  background-size: 100%;
}

.swiper-container .swiper-button-next {
  right: 0;
  width: 0.45rem;
  height: 0.45rem;
  background: url(../images/wm_button_icon.png) no-repeat;
  background-position: 0 -0.93rem;
  background-size: 100%;
}

.swiper-container .swiper-button-next:hover {
  background-position: 0 -1.39rem;
  background-size: 100%;
}

/* 联系我们 */
.module.contact-us {
  width: 100%;
  background-color: #f7f7f7;
  padding-bottom: 0.64rem;
}
