/* 首页轮播：整图显示，避免 cover 裁切与原图不一致 */
.home_swiper .swiper_slide_bg {
  object-fit: fill !important;
  object-position: center !important;
}
