.quality-banner {
  height: 10.85rem;
  background: linear-gradient(132deg, #E9E5FE 0%, #E4FBFF 100%);
}
.quality-banner .container {
  position: relative;
  height: 100%;
}
.quality-banner .banner-text {
  position: relative;
  z-index: 1;
  width: 6.625rem;
}
.quality-banner .banner-title {
  font-size: 0.825rem;
  font-weight: bold;
  color: #333333;
}
.quality-banner .banner-desc {
  font-size: 0.3rem;
  font-weight: 400;
  color: #666666;
  line-height: 1.6;
  margin: 0.2rem auto 0;
}
.quality-banner .button-group {
  margin-top: 1.575rem;
}
.quality-banner .banner-image-warp {
  position: absolute;
  z-index: 0;
  top: 1.275rem;
  right: 0.225rem;
  width: 9.7875rem;
  height: 7.325rem;
  background: url("../images/quality/banner-video-bg.png") no-repeat center top;
  background-size: cover;
}
.quality-banner .banner-image-warp .big-image-warp {
  position: absolute;
  left: 1.1rem;
  top: 0.9625rem;
  width: 7.875rem;
  height: 5.125rem;
  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;
}
.quality-banner .banner-image-warp .big-image-warp .big-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.quality-banner .decoration1 {
  position: absolute;
  z-index: 0;
  bottom: 1.25rem;
  left: 4rem;
  width: 3.75rem;
  height: 3.05rem;
}

.advantage-section .section-text {
  position: relative;
  width: 12.25rem;
  text-align: center;
  margin: 0 auto;
}
.advantage-section .section-text .title {
  position: relative;
  z-index: 1;
  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-text .decoration2 {
  position: absolute;
  z-index: 0;
  bottom: -0.175rem;
  left: 50%;
  transform: translateX(-50%);
  width: 7.75rem;
  height: 0.425rem;
}
.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 .text-warp {
  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;
}

.effect-section .section-text {
  text-align: center;
}
.effect-section .section-text .title {
  font-size: 0.7rem;
  font-weight: 600;
  color: #333333;
}
.effect-section .section-content {
  position: relative;
  margin-top: 1rem;
}
.effect-section .section-content .effect-swiper {
  width: 100%;
  height: 6.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.effect-section .section-content .effect-swiper .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 1.425rem;
}
.effect-section .section-content .effect-swiper .slide1 .main-color {
  color: #005BFF;
}
.effect-section .section-content .effect-swiper .slide2 .main-color {
  color: #FFA024;
}
.effect-section .section-content .effect-swiper .slide3 .main-color {
  color: #2CCAD4;
}
.effect-section .section-content .image-warp {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.effect-section .section-content .image-warp img {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.effect-section .section-content .text-warp {
  position: relative;
  z-index: 1;
}
.effect-section .section-content .text-warp .title {
  font-size: 0.45rem;
  font-weight: 600;
  color: #333333;
}
.effect-section .section-content .text-warp .desc {
  font-size: 0.25rem;
  font-weight: 400;
  color: #707176;
  line-height: 1.6;
  margin-top: 0.4375rem;
}

/*# sourceMappingURL=quality.css.map */
