.YYIWindow-YYSwipe .ant-carousel .slick-slide {
    text-align: center;
    /*height: 188px;*/
    /*line-height: 188px;*/
    overflow: hidden;
    float: left;
}
.YYIWindow-YYSwipe .ant-carousel{
    overflow: hidden;
 }
.YYIWindow-YYSwipe .ant-carousel .slick-slide h3 {
    color: #fff;
}
.YYIWindow-YYSwipe .ant-carousel .slick-slide>div{
    /*height: 188px;*/
}
.YYIWindow-YYSwipe-single{
    position: relative;
    width: 100%;
    /*height: 188px;*/
}
.YYIWindow-YYSwipe{
    /*height: 188px;*/
    position: relative;
}
.YYIWindow-YYSwipe .YYIWindow-YYSwipe-single-footer{
    width: 100%;
    height: 28px;
    background: rgba(0,0,0,.3);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    display: flex;
    flex-direction: row;

}
.YYIWindow-YYSwipe .YYSwipe-active{
    background: rgba(255,255,255,1);
}
.YYIWindow-YYSwipe-single-footer .YYIWindow-YYSwipe-title{
    width: 80%;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    padding-left: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.YYIWindow-YYSwipe-single-dots{
    width: 20%;
    text-align: right;
}
.YYIWindow-YYSwipe-single-dots span{
    width: 6px;
    height: 6px;
    border-radius: 50%;
   /* background-color: rgba(0,0,0,.6);*/
    display: inline-block;
    margin-right: 5px;
}
.swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    text-align: center;
    line-height: 6px;
    font-size: 6px;
    color:#000;
    opacity: 1;
    background: rgba(0,0,0,0.2);
}
.swiper-pagination-bullet-active {
    color:#fff;
    background: #FFFFFF;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 4px!important;
    right:0px;
    left:auto!important;
    width:auto!important;
}
