
.xw-banner {
  height: 100%;
}
.xw-banner .swiper-slide{
  height: 100%;
  position: relative;
}

.xw-banner .swiper-slide .top{
  height: 100%;
}
.xw-banner .swiper-slide .bottom{
  position:absolute;
  height: 57px;
  background: #000000;
  opacity: 0.51;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 23px;
  display: flex;
  align-items: center;
}
.xw-banner .swiper-slide .bottom .name{
  height: 28px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 28px;
  width: calc(100% - 46px - 120px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.xw-banner .swiper-slide .top img{
  height: 100%;
  width: 100%;
}

.xw-banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  opacity: 1;
  border: 1px solid #FFFFFF;
}

.xw-banner .swiper-pagination-bullet-active {
  background: #FFFFFF;
}

.xw-banner .swiper-pagination{
  width: 110px;
  bottom: 18px;
  right: 23px;
  left: initial;
}