.banner_index {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  /* 关键：为导航按钮提供定位上下文 */
}

.swiper-container-banner {
  height: 100%;
  overflow: hidden;
}

.banner_index .img_el {
  width: auto;
  height: 100%;
  display: block;
}
