.r1 {
  width: 100vw;
  height: 5.8rem;
  background: url('../assets/about1.png') no-repeat;
  background-size: cover;
}
.r1 .title {
  font-family: HarmonyOS_Sans_SC_Bold;
  font-size: 0.52rem;
  color: #FFFFFF;
  line-height: 5.8rem;
  max-width: 1600px;
  margin: 0 auto;
    padding: 0 1.59rem;
}
.templateSelect {
  background: #F1F4FB;
  height: 0.7rem;
  padding: 0 1.59rem;
  display: flex;
  align-items: center;
  line-height: 0.7rem;
  font-family: HarmonyOS_Sans_SC;
  font-size: 0.18rem;
  color: #333333;
}
.templateSelect > a {
  flex: 1;
  text-align: center;
}
.templateSelect > a.active {
  color: #1B4DB3;
  border-bottom: 2px solid #1B4DB3;
}
.r2 {
  padding: 1.3rem 1.59rem;
}
.r2 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.24rem;
  margin-top: 0.87rem;
}
.r2 .list .item {
  height: 2.8rem;
  background: #F1F4FB;
  flex: 1;
  display: flex;
  overflow: hidden;
  min-width: 40%;
  max-width: 50%;
}
.r2 .list .item .content {
  padding: 0.54rem 0 0 0.45rem;
}
.r2 .list .item .content .name {
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 0.32rem;
  color: #060B0F;
  line-height: 0.26rem;
}
.r2 .list .item .content ul {
  margin-top: 0.33rem;
}
.r2 .list .item .content ul li {
  font-family: HarmonyOS_Sans_SC;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.3rem;
}
.r2 .list .item .imgBox {
  width: 4.54rem;
  height: 2.8rem;
  position: relative;
}
.r2 .list .item .imgBox .img {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  object-fit: cover;
}
.r3 {
  padding: 1.3rem 1.59rem 0.8rem;
}
.r3 .swiperOneBox {
  margin-top: 0.87rem;
}
.r3 .swiperOneBox .btns {
  display: flex;
  justify-content: flex-end;
  padding-top: 0.58rem;
  gap: 0.1rem;
}
.r3 .swiperOneBox .btns .swiper-button-nexts,
.r3 .swiperOneBox .btns .swiper-button-prevs {
  cursor: pointer;
}
.r3 .swiperOneBox .btns .swiper-button-nexts img,
.r3 .swiperOneBox .btns .swiper-button-prevs img {
  display: flex;
}
.r3 .swiperOneBox .swiperOne {
  width: 16rem;
  height: 3.5rem;
}
.r3 .swiperOneBox .swiperOne .swiper-slide {
  width: 3.05rem;
  height: 3.5rem;
  position: relative;
  box-sizing: border-box;
  padding: 0.35rem 0.25rem 0.3rem;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.r3 .swiperOneBox .swiperOne .swiper-slide::after {
  content: '';
  border: 0.25rem solid transparent;
  border-right-color: #F1F4FB;
  top: -0.25rem;
}
.r3 .swiperOneBox .swiperOne .swiper-slide .imgBox {
  display: flex;
  margin-top: auto;
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 1.73rem;
}
.r3 .swiperOneBox .swiperOne .swiper-slide .imgBox .img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.r3 .swiperOneBox .swiperOne .swiper-slide .imgBox::after {
  content: '';
  display: inline-block;
  background: url('../assets/quality4.png') no-repeat;
  background-size: contain;
  position: absolute;
  top: -0.2rem;
  right: 0;
  width: 0.14rem;
  height: 0.15rem;
}
.r3 .swiperOneBox .swiperOne .swiper-slide .title {
  font-family: HarmonyOS_Sans_SC;
  font-size: 0.18rem;
  color: #666666;
}
.r3 .swiperOneBox .swiperOne .swiper-slide .subtitle {
  padding-top: 0.05rem;
  font-family: HarmonyOS_Sans_SC;
  font-size: 0.2rem;
  color: #060B0F;
}
.medium-zoom-overlay {
  background: rgba(0, 0, 0, 0.5) !important;
  z-index: 999999;
}
.medium-zoom-image--opened {
  z-index: 9699999;
}
@media (max-width: 1024px) {
  .r2 {
    padding: 1.3rem 20px;
  }
  .r2 .list .item {
    flex-wrap: wrap;
    height: auto;
  }
  .r2 .list .item .imgBox {
    width: 100%;
  }
  .r2 .list .item .content {
    width: 100%;
    padding: 0.27rem 0 0.27rem 0.45rem;
  }
  .r3 {
    padding: 1.3rem 20px 0.8rem;
  }
  .r3 .swiperOneBox .swiperOne {
    width: 100%;
  }
  .r3 .swiper-button-prevs img,
  .r3 .swiper-button-nexts img {
    width: max(0.47rem, 30px);
    height: max(0.47rem, 30px);
  }
}
.medium-zoom-image--opened {
  object-fit: contain;
}
