.index-banner,
.bannerSwiper {
    width: 100%;
    height: 7.5rem;
}

.bannerSwiper-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bannerSwiper .swiper-pagination-bullet {
    width: 0.08rem;
    height: 0.08rem;
    opacity: 1;
    background: #fff;
}

.bannerSwiper .swiper-pagination-bullet-active {
    width: 0.4rem;
    background: #ECAF33;
    border-radius: 0.04rem;
}

.index-banner-des {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.index-banner-en {
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Light, Microsoft YaHei;
    font-weight: 300;
    color: #333333;
}

.index-banner-cn {
    font-size: 0.3rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-top: 0.06rem;
}

.index-banner-text {
    font-size: 0.8rem;
    font-family: 'zcoolqingkehuangyouti';
    font-weight: 400;
    color: #ECAF33;
    margin-top: 0.3rem;
}

/* 列表 */
.video-box {
    margin: 0 auto;
    padding-top: 1rem;
}

.video-list {
    margin-top: 0.8rem;
    display: flex;
    flex-wrap: wrap;
}

.video-item {
    width: 4.5rem;
    margin-right: 0.25rem;
    margin-bottom: 0.23rem;
    background: #fff;
    box-shadow: 0 0.03rem 0.2rem 0.01rem rgba(0, 0, 0, 0.1500);
    padding: 0.1rem;
}

.video-item:nth-child(3n) {
    margin-right: 0;
}

.video-img-box {
    width: 100%;
    height: 3rem;
    position: relative;
}

.video-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-play {
    width: 0.3rem;
    height: 0.3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

.video-text {
    margin: 0.14rem 0 0.04rem 0;
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.video-page {
    padding: 0.5rem 0 0.9rem 0;
}

.video-more-box {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0.5rem 0 0.9rem 0;
}

.video-more-text {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.video-more {
    width: 1.5rem;
    height: 0.44rem;
    border: 0.02rem solid #999999;
    border-radius: 0.3rem;

    display: flex;
    align-items: center;
    justify-content: center;
}

.video-more p {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.video-more img {
    margin-left: 0.1rem;
    width: 0.09rem;
    height: 0.15rem;
}

/* 详情 */
.videoDetails-box {
    margin: 0 auto;
    padding: 0.7rem 0;
}

.videoDetails-text {
    padding: 0.35rem 0;
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;

    border-bottom: 0.03rem dashed #ccc;
}

.videoDetails-video {
    width: 100%;
    height: 9rem;
}

.videoDetails-video video {
    width: 100%;
    height: 100%;
}

.videoDetails-page-wrap {
    padding: 0.6rem 0 0.25rem 0;
    display: flex;
    justify-content: space-between;
}

.videoDetails-page {
    max-width: 48%;
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.videoDetails-content {
    padding: 0.4rem 0;
    border-bottom: 0.03rem dashed #ccc;
}

.videoDetails-content img {
    /*width: 100%;*/
    height: auto;
    margin-bottom: 0.5rem;
}

.videoDetails-content p {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 0.42rem;
}

@media only screen and (max-width: 1024px) {

    .index-banner,
    .bannerSwiper {
        height: 3.5rem;
    }

    .index-banner-des {
        width: 100% !important;
        text-align: center;
    }

    .index-banner-img img {
        margin: 0 auto;
    }


    .video-list {
        padding: 0 0.3rem;
        justify-content: space-between;
        margin-bottom: 0.5rem;
    }

    .video-item {
        width: 48.5%;
        margin-right: 0;
    }

    .video-text {
        font-size: 0.26rem;
    }

    .video-play {
        width: 0.5rem;
        height: 0.5rem;
    }

    .video-page {
        padding: 0;
        margin: 0.5rem 0 0.9rem 0;
    }

    .videoDetails-box {
        padding: 0.7rem 0.3rem;
    }

    .videoDetails-text {
        font-size: 0.26rem;
    }

    .videoDetails-content,
    .videoDetails-content p,
    .videoDetails-content * {
        font-size: 0.24rem;
        line-height: 0.42rem;
    }

    .videoDetails-page-wrap {
        flex-direction: column;
    }

    .videoDetails-page {
        max-width: 100%;
        font-size: 0.24rem;
    }

    .videoDetails-page:last-of-type {
        margin-top: 0.25rem;
    }

    .videoDetails-video{
        height: auto;
    }
}