.product-section{
    margin-top: 25px;
    max-width: unset;
}
.product-ad-banner{
    width: 100%;
}


/* video */
.video-container{
    background-color: #ececec;
    padding-bottom: 50px;
    margin-top: 25px;
}
.video-header-img{
    background-size: 100% 80px;
    background-repeat: no-repeat;
    background-position: top;
    padding:80px 0px 20px 0px;
}
.video-header-img{
    margin:0px auto;
}

.video-header-title{
    font-weight: 500;
    font-size: 60px;
    color: #333333;
}
.video-swipper{
    padding:0px 40px;
    max-width: 1440px;
}
.video-swipper .swiper-slide{
    height: unset;
}
.video-item{
    width: auto;
    border-radius: 16px;
    overflow: hidden;
}
.video-thumb{
    width: 100%;
    /* height: 600px; */
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    padding-top: 177%;
    /* height: 682px; */
}
.video-title-wrap{
    background-color: white;
    padding:10px 16px;
    border-radius: 10px;
    overflow: hidden;
}
.video-product-img{
    width: 80px;
    height: 80px;
}
.video-title{
    word-break: break-all;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
}
.swiper-button-prev, .swiper-button-next{
    width: 66px;
    height: 66px;
}
.swiper-button-prev{
    transform: rotate(180deg);
}


/* events */
.events-section{
    margin-top: 25px;
    margin-bottom: 50px;
    height: 530px;
    overflow: hidden;
}
.event-swipper{
    position: relative;
    height: 100%;
}
.event-item-wrap{
    min-height: 430px;
}
.event-item-wrap{
    border-radius: 20px;
    overflow: hidden;
}
.event-item-header{
    height: 70px;
    color: white;
    font-size: 30rem;
    background-color: #4C98D0;
}
.event-item-header span{
    font-weight: bold;
}
.event-item-header i{
    font-size: 30rem;
}
.event-item-img-wrap{
    padding:30px 40px;
    background-color: white;
    background-color: rgb(247, 246, 246);
}
.event-item-wrap img{
    width: 100%;
    height: auto;
    margin-bottom:6px;
}
.event-item-footer{
    height: 97px;
    padding:15px;
    background-color: rgb(231, 231, 231);
    color:#656565;
    font-size: 18rem;
}
.event-action-item .event-action-item-label{
    font-weight: bold;
    color:#656565;
    font-size: 19rem;
}


@media (max-width: 1200px) {

    

    /* video */
    .video-container{
        padding-bottom: 35px;
        margin-top: 35px;
    }
    .video-swipper{
        padding:0px 50px;
    }
    .video-header-title{
        font-size: 40px;
    }
    .video-header-img{
        background-size: 100% 40px;
        background-repeat: no-repeat;
        background-position: top;
        padding:40px 0px 20px 0px;
    }
    .swiper-button-prev, .swiper-button-next{
        width: 44px;
        height: 44px;
    }
    .video-product-img{
        width: 60px;
        height: 60px;
    }
    .video-title{
        font-size: 10px;
    }
    .video-title-wrap{
        padding:8px 12px;
    }
    .video-thumb{
        /* height: 500px; */
    }

    /* events */
    .events-section{
        margin-top: 35px;
        margin-bottom: 35px;
    }
    
}

@media (max-width: 768px) {
    .product-section{
        margin-top: 20px;
    }
    /* video */
    .video-container{
        padding-bottom: 20px;
        margin-top: 20px;
    }
    .video-swipper{
        padding:0px 20px;
    }
    .video-header-title{
        font-size: 30px;
    }
    .swiper-button-prev, .swiper-button-next{
        width: 30px;
        height: 30px;
    }
    .video-product-img{
        width: 34px;
        height: 34px;
    }
    .video-title{
        font-size: 6px;
    }
    .video-title-wrap{
        padding:5px 7px;
    }
    .video-thumb{
        /* height: 300px; */
    }

    /* events */
    .events-section{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .events-container{
        justify-content: center;
    }
    .event-swipper .swiper-pagination{
        bottom: 0px !important;
    }
}
    