.banner-container {
  /*height: 650px;*/
}
.banner-container .swiper-container {
  height: 100%;
}
.banner-container .swiper-slide  {
  position: relative;
  overflow: hidden;
}
.banner-container .swiper-slide .title  {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 6px 8px;
  background-color: rgba(22, 23, 24, 0.4);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
}

.banner-container .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.banner-container .swiper-container-horizontal > .swiper-pagination-bullets {
  text-align: right;
}
.banner-container .swiper-container-horizontal > .swiper-pagination-bullets span {
  width: 12px;
  height: 12px;
  margin: 0 10px;
  border-radius: 0;
  background: #ffffff;
  border: 1px solid #4eb7f9;
  box-sizing: border-box;
  opacity: 1;
}
.banner-container .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  height: 24px;
  background: linear-gradient(180deg, #4fb8f9 0%, #2482e9 100%);
}
.joyous-banner-container .swiper-container-horizontal > .swiper-pagination-bullets span {
  border-color: #fd777e;
}
.joyous-banner-container .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: linear-gradient(180deg, #ff7b83 0%, #df3934 100%);
}