.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;
  background: #f6faff;
  box-shadow: 0px 20px 45px 2px rgba(222, 233, 248, 0.8);
}
.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;
  font-family: Source Han Sans CN, Source Han Sans CN-700;
  font-weight: 400;
  color: #000;
  line-height: 0.3rem;
}
.img-title-col4-click ul li .title i {
  position: relative;
  transition: all 0.3s;
}
