.swiper1 {
    width:100%;
    height:100%;
    margin:0 auto;
    opacity:0;
    transition: all .3s linear;
    position: relative;
}

.swiper1.db {
    opacity:1;
    transition: all .3s linear;
}

.swiper1 .swiper-container {
    width:100%;
    height:100%;
}

.swiper1 .swiper-container .swiper-pagination {
    opacity:0;
}

.swiper1 .swiper-wrapper .swiper-slide {
    width:100%;
    height:100%;
    overflow:hidden;
    position: relative;
}

.swiper1 .swiper-wrapper .swiper-slide a {
    height:100%;
    color:#6b7381;
    width:100%;
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    margin:0 auto;
    display: flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
}

.swiper1 .swiper-wrapper .swiper-slide a p {
    margin:0;
}

.swiper1 .swiper-wrapper .swiper-slide a img {
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;	object-fit: cover;
}


.swiper2 {
    width:100%;
}

.swiper2 .swiper-container {
    width:100%;
}

.swiper2 .swiper-wrapper .swiper-slide {
    width:100%;
}

.swiper2 .swiper-wrapper .swiper-slide img {
    width:100%;
}


.swiper3 {
    width:100%;
}

.swiper3 .swiper-container {
    width:100%;
}

.swiper3 .swiper-wrapper .swiper-slide {
    width:100%;
}

.swiper3 .swiper-wrapper .swiper-slide img {
    width:100%;
}

