.img-title-col4-click ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.35rem;
  justify-content: center;
}
.img-title-col4-click ul li {
  width: 3.52rem;
  height: 3.88rem;
}
.img-title-col4-click ul li:hover .title i {
  color: #4ba4ff;
  left: 0.1rem;
}
.img-title-col4-click ul li img {
  width: 3.52rem;
  height: 2.35rem;
  object-fit: contain;
  background-color: #000000;
}
.img-title-col4-click ul li .title {
  margin-top: 0.16rem;
  padding: 0 0.15rem;
  font-size: 0.2rem;
  color: #000;
  line-height: 0.3rem;
}
.img-title-col4-click ul li .title i {
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .img-title-col4-click .swiper-container {
    width: 100%;
    padding: 0 0.3rem 0.9rem;
  }
  .img-title-col4-click .swiper-container .swiper-wrapper .swiper-slide {
    width: 6.4rem;
    height: max-content;
  }
  .img-title-col4-click .swiper-container .swiper-wrapper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .img-title-col4-click .swiper-container .swiper-wrapper .swiper-slide a img {
    width: 100%;
    height: 3rem;
    display: block;
    margin: 0 auto 0.52rem;
    background-color: #000;
    object-fit: contain;
  }
  .img-title-col4-click .swiper-container .swiper-wrapper .swiper-slide a .title {
    font-size: 0.32rem;
    line-height: 0.4rem;
    font-weight: 700;
    color: #222;
    padding: 0 0.44rem 0.3rem;
  }
  .img-title-col4-click .swiper-container .swiper-wrapper .swiper-slide a .title i {
    font-size: 0.35rem;
  }
  .img-title-col4-click .swiper-container .swiper-pagination {
    bottom: 0.3rem;
  }
  .img-title-col4-click .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    opacity: 1;
    background: #C8CDD4;
  }
  .img-title-col4-click .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #E60000;
  }
}
