.swiper-container{
    overflow: visible !important;
}
.swiper-slide {
    transition: transform 1.0s;
    transform: scale(0.8);
    overflow: hidden;
}
.swiper-slide .item-info{
    width: 100%;
    height: .52rem;
    line-height: .52rem;
    background:rgba(0,0,0,1);
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    color: #fff;
    font-size: .14rem;
    padding: 0 .26rem;
    box-sizing: border-box;
    transform: translateY(0.58rem);
    transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.swiper-slide .item-zoom{
    position: absolute;
    top: 0;
    height: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,1);
    opacity: 0.6;
    transition: all 0.3s;
}
.swiper-slide.swiper-slide-active .item-zoom{
    opacity: 0;
}
.swiper-wrapper .swiper-slide:hover .item-info{
    opacity:0.6;
    transform: translateY(0);
 }
.swiper-slide-active,.swiper-slide-duplicate-active {
    transform: scale(1);
}
.swiper-pagination{
    position: absolute;
    left: 50% !important;
    transform: translate(-50%, -50%);
    bottom: -.3rem !important;
}
.swiper-pagination-bullet{
    width:.16rem;
    height:.04rem;
    background:#4a4949;
    border-radius:.02rem;
}
.swiper-pagination-bullet-active{
    width:.30rem;
    height:.04rem;
    background:rgba(0,121,190,1);
    border-radius:.02rem;
}
.swiper-button-next, .swiper-button-prev{
    width: 0.61rem;
    height: 0.61rem;
    margin-top:-0.3rem;
    background-size:100% 100%;
}
.swiper-button-prev{
    left: 2.70rem;
    background-image: url('../images/lefta.png');
    background-size: cover;
}
.swiper-button-next{
    right: 2.7rem;
    background-image: url('../images/righta.png');
    background-size: cover;
}
img{max-width: 100%;max-height: 100%;}
