.mobile {
    display: none;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.videoBox {
    width: 100%;
    margin-top: 34px;
}

.videoBox .tab span {
    font-size: 14px;
    color: rgb(34, 34, 34);
    margin-right: 30px;
    cursor: pointer;
}

.videoBox .tab .tabActive {
    color: rgb(255, 44, 126);
}

.videoBox ul {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 24%);
    justify-content: space-between;
}

.videoBox ul li {
    margin-bottom: 15px;
    width: 100%;
}

.videoBox ul li a {
    display: block;
    width: 100%;
}

.videoBox ul li a .pic {
    width: 100%;
    padding-top: 56%;
    position: relative;
}

.videoBoxV ul li a .pic {
    width: 100%;
    padding-top: 133%;
    position: relative;
}

.videoBox ul li a img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}

.videoBox ul li a .text {
    padding: 10px 15px;
    font-size: 14px;
    color: rgb(34, 34, 34);
    height: 48px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #fff;
}

.page {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.page .pre {
    width: 62px;
    height: 40px;
    color: rgb(34, 34, 34);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    background: #fff;
    border-radius: 4px;
}

.page .pageNum {
    width: 40px;
    height: 40px;
    font-size: 14px;
    color: rgb(34, 34, 34);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    cursor: pointer;
    background: #fff;
    border-radius: 4px;
}

.page .next {
    width: 62px;
    height: 40px;
    color: rgb(34, 34, 34);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin-left: 15px;
    cursor: pointer;
    background: #fff;
    border-radius: 4px;
}

.page .pageActive {
    background: rgb(255, 44, 126);
    border: none;
    color: #fff;
}

.ad {
    width: 100%;
    position: relative;
    padding-top: 25%;
    z-index: 5;
    margin-top: 50px;
}

.ad .vsCarousel .vsCarousel-button-next {
    right: 0;
    background: none;
}

.ad .vsCarousel .vsCarousel-button-prev {
    left: 0;
    background: none;
}

@media screen and (max-width: 800px) {
    .pc {
        display: none;
    }

    .mobile {
        display: block;
    }

    .container {
        width: 100%;
        padding: 0 15px;
    }

    .videoBox {
        width: 100%;
        margin-top: 12px;
    }

    .videoBox ul {
        margin-top: 10px;
        grid-template-columns: repeat(2, 47.5%);
    }

    .videoBox ul li a .text {
        padding: 0px 3px;
        height: 20px;
    }

    .ad {
        width: 100%;
        position: relative;
        padding-top: 35%;
        z-index: 5;
        margin-top: 30px;
    }

    .ad .vsCarousel .vsCarousel-button-next {
        right: 10px;
        background: none;
    }

    .ad .vsCarousel .vsCarousel-button-prev {
        left: 10px;
        background: none;
    }
    .ad .vsCarousel .vsCarousel-button-next,.ad .vsCarousel .vsCarousel-button-prev{
        width:15px;
    }
















}