home-banner.ttss 467 Bytes
.banner {
  width: 750rpx;
  height: 562rpx;
}

.banner .wx-swiper-dots.wx-swiper-dots-horizontal{
  margin-bottom: -8rpx;
  padding-left: 15rpx;
  padding-right: 10rpx;
  padding-top: 5rpx;
  padding-bottom: 5rpx;
  border-radius: 40rpx; 
  background: rgba(0,0,0,0.2);
}

.banner .wx-swiper-dot{
  width:10rpx;
  display: inline-flex;  
  height: 10rpx;
  margin-left: -5rpx;  
  justify-content:space-between;  
}

.new-focus-img {
  width: 100%;
  height: 100%;
}