
.difangevent{
    margin-top: 40px;
}
.mobile_swiper{
    height: 130px;
}
.mySwiper{
    height: 100%;
    width: 100%;
}

.swiper-slide {
    transition: 300ms;
    transform: scale(0.9);
}
.swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}
.swiper-slide a {
    width: 100%;
    height: 100%;
}
.swiper-slide img {
    display: block;
    width: 100%;
    /*object-fit: cover;*/
}
.swiper-pagination-bullet-active {
    background-color: #da1818;
}