.watermark-image-banner {
  height: 10.85rem;
  background: linear-gradient(110deg, #E6F2FE 0%, #E5F9FC 22%, #EDFBF6 53%, #EEF8D5 100%);
  background: url("../images/watermark-image/banner-bg.jpg") no-repeat center center;
  background-size: cover;
}
.watermark-image-banner .container {
  position: relative;
  height: 100%;
}
.watermark-image-banner .banner-text {
  position: relative;
  z-index: 1;
  width: 6.25rem;
}
.watermark-image-banner .banner-title {
  font-size: 0.825rem;
  font-weight: bold;
  color: #333333;
}
.watermark-image-banner .banner-desc {
  font-size: 0.3rem;
  font-weight: 400;
  color: #666666;
  line-height: 1.6;
  margin: 0.2rem auto 0;
}
.watermark-image-banner .button-group {
  margin-top: 1.575rem;
}
.watermark-image-banner .banner-image-warp {
  position: absolute;
  z-index: 0;
  top: 0.65rem;
  right: -0.9375rem;
  width: 13.4rem;
  height: 8.225rem;
  background: url("../images/watermark-image/banner.png") no-repeat center top;
  background-size: cover;
}
.watermark-image-banner .banner-image-warp .big-image-warp {
  position: absolute;
  left: 2.5rem;
  top: 0.8rem;
  width: 10rem;
  height: 6rem;
  background: #FFFFFF;
  box-shadow: 0 0.275rem 0.4125rem 0 rgba(211, 215, 219, 0.53);
  border-radius: 0.5rem;
  border: 0.05rem solid #FFFFFF;
  overflow: hidden;
}
.watermark-image-banner .banner-image-warp .big-image-warp .big-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.watermark-image-banner .decoration-2 {
  position: absolute;
  left: 4.125rem;
  top: 8.375rem;
  width: 3.1625rem;
  height: 0.7375rem;
}

.scene-section {
  padding: 2.125rem 0;
  background: linear-gradient(180deg, #FFFFFF 0%, #E9F2FF 100%);
}
.scene-section .section-text {
  text-align: center;
}
.scene-section .section-text .title {
  font-size: 0.7rem;
  font-weight: 600;
  color: #333333;
}
.scene-section .scene-swiper-content {
  margin-top: 0.6rem;
}
.scene-section .scene-swiper-content .swiper-image {
  width: 16.375rem;
  height: 9.55rem;
  border-radius: 0.5rem;
  overflow: hidden;
  margin: 0.5rem auto 0;
  color: rgba(0, 125, 255, 0.6);
}
.scene-section .scene-swiper-content .swiper-thumbs {
  width: 100%;
  overflow: hidden;
}
.scene-section .scene-swiper-content .swiper-thumbs .swiper-wrapper {
  justify-content: center;
}
.scene-section .scene-swiper-content .swiper-thumbs .swiper-slide {
  position: relative;
  width: auto;
  min-width: 2rem;
  padding: 0 0.1625rem;
  height: 0.75rem;
  line-height: 0.75rem;
  font-size: 0.25rem;
  font-weight: 400;
  color: #333333;
  background: #F2F3F7;
  border-radius: 0.425rem;
  text-align: center;
  cursor: pointer;
  margin: 0 0.1625rem;
}
.scene-section .scene-swiper-content .swiper-thumbs .swiper-slide-thumb-active {
  color: #FFFFFF;
  background: #333333;
}

.advantage-section .section-text {
  width: 12.25rem;
  text-align: center;
  margin: 0 auto;
}
.advantage-section .section-text .title {
  font-size: 0.7rem;
  font-weight: 600;
  color: #333333;
}
.advantage-section .section-text .desc {
  font-size: 0.3rem;
  font-weight: 400;
  color: #707176;
  line-height: 1.6;
  margin-top: 0.2rem;
}
.advantage-section .section-content {
  margin-top: 1.125rem;
}
.advantage-section .advantage-item + .advantage-item {
  margin-top: 2.5rem;
}
.advantage-section .advantage-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.advantage-section .advantage-item .image-warp {
  width: 10rem;
  height: 6rem;
  background: #EDFBF9;
  border-radius: 0.5rem;
  overflow: hidden;
}
.advantage-section .advantage-item .image-warp img {
  width: 100%;
  height: 100%;
}
.advantage-section .advantage-item .text-warp {
  position: relative;
  width: 6.75rem;
}
.advantage-section .advantage-item .text-warp .title {
  font-size: 0.525rem;
  font-weight: 600;
  color: #333333;
}
.advantage-section .advantage-item .text-warp .desc {
  font-size: 0.25rem;
  font-weight: 400;
  color: #707176;
  line-height: 1.6;
  margin-top: 0.35rem;
}
.advantage-section .advantage-item .text-warp .button-group {
  margin-top: 1rem;
}
.advantage-section .advantage-item .text-warp .button-group .button-item {
  width: 3.25rem;
}
.advantage-section .advantage-item .text-warp .text-arrow {
  position: absolute;
  right: 0.4875rem;
  bottom: -1.25rem;
  width: 1.5875rem;
  height: 1.6125rem;
}
.advantage-section .advantage-item .text-warp .decoration-1 {
  position: absolute;
  left: -0.45rem;
  top: -0.525rem;
  width: 0.7rem;
  height: 0.775rem;
}

.batch-section {
  height: 5.75rem;
  background: linear-gradient(97deg, #E8EEFF 0%, #F6F2FF 52%, #FAEEF2 100%);
  border-radius: 1.1rem;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 1.625rem;
  overflow: hidden;
}
.batch-section::after {
  content: "";
  position: absolute;
  top: 3.75rem;
  left: 6.225rem;
  z-index: 0;
  width: 1.0125rem;
  height: 0.7rem;
  background: url("../images/watermark-image/batch-arrow.png") no-repeat center center;
  background-size: contain;
}
.batch-section .image-warp {
  position: absolute;
  right: 0;
  top: 0;
  width: 9.85rem;
  height: 100%;
  border-radius: 0 0.5rem 0.5rem 0;
  overflow: hidden;
}
.batch-section .image-warp img {
  width: 100%;
  height: 100%;
}
.batch-section .text-warp {
  width: 6.75rem;
}
.batch-section .text-warp .title {
  font-size: 0.525rem;
  font-weight: 600;
  color: #333333;
}
.batch-section .text-warp .desc {
  font-size: 0.25rem;
  font-weight: 400;
  color: #707176;
  line-height: 1.6;
  margin-top: 0.25rem;
}
.batch-section .text-warp .button-group {
  margin-top: 0.75rem;
}
.batch-section .text-warp .button-group .button-item {
  width: 3.25rem;
}
.batch-section .text-warp .button-group .button-item .smile {
  width: 0.35rem;
  height: 0.35rem;
  vertical-align: middle;
  margin-right: 0.1rem;
}

/*# sourceMappingURL=watermark-image.css.map */
