.image-card-swiper .swiper-slide {
  position: relative;
}

.image-card-swiper-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 导航按钮样式定位 */
.card-prev,
.card-next {
  width: 16px;
  height: 100%;
  background-color: #e6eef4;
  color: #ffffff;
  --swiper-navigation-top-offset: 0;
  --swiper-navigation-size: 16px;
  margin-top: 0;
}

.card-prev {
  left: 0;
}

.card-next {
  right: 0;
}