html, body {
    height: 100%;
}

.main_wrap {
    height: 100%;
    overflow: auto;
}

.main_box {
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.main_box main {
    flex: 1;
    overflow: hidden;
}

.content_wrap {
    background-color: #000;
}

.height_full {
    height: 100%;
}

.content_wrap, .container_wrap, .content {
    height: 100%;
}

.block_row {
    padding-bottom: 0.32rem;
}

.example_item {
    display: none;
}

.content video {
    height: 100%;
    width: 100%;
}

.video_info_box {
    padding-left: 30px;
    height: 100%;
    /* padding-bottom: 26px; */
}

.video_info {
    background: #1E1F25;
    border-radius: 24px;
    color: #fff;
    padding: 16px;
    display: flex;
    overflow: hidden;
    flex-direction: column;
}

.video_info h2 {
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
}

.video_info p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 18px;
}

.video_info p .title {
    color: #A9B5C8;
}

.video_info article {
    margin-top: 4px;
    flex: 1;
    overflow: auto;
    text-indent: 2em;
}

.video_wrap {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.video_box {
    flex: 1;
    overflow: hidden;
}

.video_box .img_box {
    width: 100%;
    height: 100%;
    text-align: center;
}
.video_box .img_box img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    margin: 0 auto;
}

.name_box {
    height: 0.66rem;
    line-height: 0.66rem;
}

.name_box h1 {
    font-weight: 600;
    font-size: 0.36rem;
    line-height: 0.66rem;
    color: #FFFFFF;
}

.name_box .want_do {
    font-weight: 600;
    font-size: 0.24rem;
    color: #FFFFFF;
    height: 100%;
    padding: 0 0.24rem;
    background: #397DFF;
    border-radius: 0.08rem;
}

.name_box {
    color: #fff;
    margin-top: 0.13rem;
}

.more_wrap {
    background: #000;
}
.more_video_box {
    margin-top: 0.36rem;
}

.more_video_box h2 {
    font-weight: normal;
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: #D5DDEA;
}

.swiper {
    width: 100%;
    /* height: 1.66rem; */
    margin-top: 0.16rem;
    position: relative;
    overflow-x: hidden;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 12px;
    background: none;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    object-fit: cover;
}

.swiper-slide .img_box {
    height: 1.4rem;
}

.swiper-slide h3 {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #F6F8FB;
    margin-top: 4px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.swiper-button-next {
    right: 0px;
    background-image: url(https://cz-1300264505.cos.ap-beijing.myqcloud.com/org_res/img/video_next.png);
}

.swiper-button-prev {
    left: 0px;
    background-image: url(https://cz-1300264505.cos.ap-beijing.myqcloud.com/org_res/img/video_prev.png);
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    pointer-events: auto;
}

@media (max-width: 767px) {
    .main_wrap {
        height: auto;
        min-height: 100%;
        background-color: #000;
    }
    .main_box {
        display: block;
    }
    .content_wrap, .container_wrap, .content {
        height: auto;
    }
    .height_full {
        height: auto;
    }
    .content video {
        height: 225px;
    }
    .video_box .img_box img {
        top: 0;
        transform: unset;
    }

    .more_video_box h2 {
        font-size: 18px;
        margin-bottom: 11px;
        line-height: 1;
    }
    .video_info_box {
        padding: 0;
    }
    .video_info h3 i {
        font-size: 14px;
        margin-left: 4px;
        display: inline-block;
        transform: rotate(0deg);
        transition: transform linear 0.2s;
    }
    .name_box {
        font-weight: 600;
        line-height: 25px;
    }
    .name_box h1 {
        font-size: 18px;
    }
    .video_info {
        background: unset;
        padding: 0;
        border-radius: unset;
    }
    .video_info p {
        font-size: 12px;
        line-height: 18px;
        color: #A9B5C8;
        margin-top: 6px;
    }
    .video_info h3 {
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
        color: #FFFFFF;
        margin-top: 12px;
    }

    .swiper {
        height: auto;
        overflow-y: hidden;
        overflow-x: scroll;
    }
    .swiper::-webkit-scrollbar { height: 0 !important }
    .swiper { -ms-overflow-style: none; }
    .swiper { overflow: -moz-scrollbars-none; }
    .swiper-slide {
        height: 100%;
        width: 132px;
    }
    .swiper-slide .img_box {
        height: 80px;
        margin-right: 12px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 1200px) {

}