.banner-box .banner-img {
  width: 100%;
  height: 5rem;
  object-fit: cover;
}
.banner-box .banner-info {
  top: 2.35rem;
  left: 0;
  color: #fff;
  text-align: center;
  width: 100%;
}
.banner-box .banner-info .title {
  font-size: 0.72rem;
  line-height: 0.42rem;
}
@media (max-width: 991px) {
  .banner-box .banner-info .title {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
}
.banner-box .banner-info .description {
  font-size: 0.28rem;
  margin-top: 0.15rem;
}
.standard-box {
  background-color: #000;
  color: #fff;
  padding-top: 0.65rem;
  padding-bottom: 0.5rem;
}
.standard-box .title {
  font-size: 0.42rem;
  line-height: 0.32rem;
  text-align: center;
}
@media (max-width: 991px) {
  .standard-box .title {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
}
.standard-box .description {
  line-height: 0.3rem;
  white-space: pre-wrap;
  font-size: 0.24rem;
  text-align: center;
  margin-top: 0.3rem;
}
.standard-box .mySwiper {
  margin-top: 0.65rem;
}
.standard-box .mySwiper .swiper-slide {
  width: auto;
}
.standard-box .mySwiper .swiper-slide.placeholder {
  margin-right: 0 !important;
}
.standard-box .mySwiper .swiper-slide.placeholder .placeholder-box {
  width: calc(18.75vw + 0.58rem);
  display: none;
}
.standard-box .mySwiper .logo-img {
  max-height: 0.94rem;
}
.con-box {
  background-color: #fff;
  padding-bottom: 1.54rem;
  padding-top: 1.15rem;
}
@media (max-width: 991px) {
  .con-box {
    padding-bottom: 0.54rem;
  }
}
.con-box .title {
  font-size: 0.6rem;
  line-height: 0.42rem;
  text-align: center;
}
@media (max-width: 991px) {
  .con-box .title {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
}
.con-box .con-list {
  justify-content: center;
  column-gap: 0.62rem;
  margin-top: 0.55rem;
}
@media (max-width: 991px) {
  .con-box .con-list {
    flex-direction: column;
    padding: 0 0.2rem;
    row-gap: 0.3rem;
  }
}
.con-box .con-list .text {
  font-size: 0.2rem;
  line-height: 0.24rem;
  text-align: center;
  white-space: pre-wrap;
}
.con-box .con-list .img-box {
  width: 3rem;
  /*height: 3.6rem;*/
  border-radius: 0.1rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .con-box .con-list .img-box {
    width: 100%;
  }
}
.con-box .con-list .img-box img {
  width: 100%;
  height: 100%;
  margin-top: 0.15rem;
  object-fit: cover;
}
.testing-img {
  border-radius: 0.1rem;
}