.banner-box .banner-img {
  width: 100%;
  /* height: 5rem; */
  object-fit: cover;
}
.banner-box .banner-info {
  top: 21.7vh;
  left: 0;
  color: #000;
  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-img {
    height: 3rem;
  }
}
.con-box {
  height: 8.65rem;
}
.con-box > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.con-box .con-text {
  position: absolute;
  left: 18vw;
  top: 1.6rem;
  color: #000;
}
@media (max-width: 991px) {
  .con-box .con-text {
    left: 0;
    padding: 0 0.2rem;
  }
}
.con-box .con-text .title {
  font-size: 0.6rem;
  line-height: 0.45rem;
}
@media (max-width: 991px) {
  .con-box .con-text .title {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
}
.con-box .con-text .description {
  font-size: 0.18rem;
  margin-top: 0.35rem;
  white-space: pre-wrap;
  line-height: 0.24rem;
}
.con-box2 {
  height: 7.6rem;
}
.con-box2 > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.con-box2 .con-text {
  position: absolute;
  right: 0;
  width: 100%;
  top: 1.6rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 991px) {
  .con-box2 .con-text {
    left: 0;
    padding: 0 0.2rem;
  }
}
.con-box2 .con-text .title {
  font-size: 0.6rem;
  line-height: 0.45rem;
}
@media (max-width: 991px) {
  .con-box2 .con-text .title {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
}
.con-box2 .con-text .description {
  font-size: 0.18rem;
  margin-top: 0.35rem;
  white-space: pre-wrap;
  line-height: 0.24rem;
}
.con-box3 {
  height: 7.62rem;
}
.con-box3 > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.con-box3 .con-text {
  position: absolute;
  right: 18vw;
  top: 1.6rem;
  color: #000;
  text-align: right;
}
@media (max-width: 991px) {
  .con-box3 .con-text {
    right: 0;
    padding: 0 0.2rem;
    text-align: center;
  }
}
.con-box3 .con-text .title {
  font-size: 0.6rem;
  line-height: 0.45rem;
}
@media (max-width: 991px) {
  .con-box3 .con-text .title {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
}
.con-box3 .con-text .description {
  font-size: 0.18rem;
  margin-top: 0.35rem;
  white-space: pre-wrap;
  line-height: 0.24rem;
}
.con-box4 {
  height: 8rem;
  background-image: url('../images/product-con-bg2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .con-box4 {
    height: auto;
    background: none;
  }
}
.con-box4 .con-text {
  text-align: center;
  padding-top: 0.85rem;
}
.con-box4 .con-text .title {
  font-size: 0.72rem;
  line-height: 0.42rem;
}
@media (max-width: 991px) {
  .con-box4 .con-text .title {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
}
.con-box4 .con-text .description {
  font-size: 0.24rem;
  margin-top: 0.35rem;
  white-space: pre-wrap;
  line-height: 0.24rem;
}
.con-box4 .list-box {
  margin-top: 0.7rem;
  column-gap: 0.12rem;
  justify-content: center;
}
@media (max-width: 991px) {
  .con-box4 .list-box {
    flex-direction: column;
    row-gap: 0.2rem;
    padding: 0 0.1rem 0.2rem;
  }
}
.con-box4 .list-box > div {
  width: 3.93rem;
  height: 4.48rem;
  border-radius: 0.09rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .con-box4 .list-box > div {
    width: 100%;
  }
}
