.video_body .main{
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #EAEAEA;
}

.video_title{
    width: 100%;
    text-align: center;
    margin-top: 0.3rem;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #EAEAEA;
    font-family: "SourceHanSansCN";
    font-size: 0.32rem;
    font-weight: 400;
    color: #333;
    line-height: 1.25;
}
#video-container{
    width: 100%;
    margin: 0.6rem auto 0;
    aspect-ratio: 16/9;
    position: relative;
}
#video-container::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    pointer-events: none;
}
#video-container.act::before{
    display: none;
}
#video-element {
	width: 100%;
	height: 100%;
	position: relative;
    cursor: pointer;
}
#video-poster {
	width: 1.1rem;
	height: 1.1rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
	pointer-events: none;
}

/* 瑙嗛杩涘害鏉� */
/*#video-element::-webkit-media-controls-enclosure {*/
/*	opacity: 0;*/
/*}*/

/*#video-element.act::-webkit-media-controls-enclosure {*/
/*	opacity: 1;*/
/*}*/


.video_view{
    width: 100%;
    max-width: 9.6rem;
    margin: 0.3rem auto 0;
    font-family: "SourceHanSansCN";
    font-size: 0.16rem;
    font-weight: 400;
    color: #333;
    line-height: 2.12;
}







/* 弹窗 */
body.video_popup_lock{
    overflow: hidden;
}

.video_popup_wrap{
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

.video_popup_wrap.is_hide{
    display: none;
}

.video_popup_wrap.is_show{
    display: flex;
    pointer-events: auto;
}

.video_popup{
    width: 5rem;
    height: auto;
    border: 0.01rem solid #0063C4;
    border-radius: 0.1rem;
    background: linear-gradient(166.98deg, #BFDBFF 11%, #fff 55.89%);
    box-shadow: 0 0.1rem 0.24rem rgba(0, 99, 196, 0.12);
    position: relative;
    pointer-events: auto;
    padding: 0.45rem 0.5rem 0.4rem;
}

.video_popup_close{
    width: 0.16rem;
    height: 0.16rem;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    position: absolute;
    right: 0.14rem;
    top: 0.14rem;
}

.video_popup_close::before,
.video_popup_close::after{
    content: "";
    width: 0.19rem;
    height: 0.02rem;
    border-radius: 0.02rem;
    background: #666;
    position: absolute;
    left: 50%;
    top: 50%;
}

.video_popup_close::before{
    transform: translate(-50%, -50%) rotate(45deg);
}

.video_popup_close::after{
    transform: translate(-50%, -50%) rotate(-45deg);
}

.video_popup_tit{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
    font-family: "SourceHanSansCN";
    font-size: 0.18rem;
    line-height: 1.35;
    font-weight: 500;
    color: #333;
    text-align: center;
}

.video_popup_tit img{
    width: 0.3rem;
    height: 0.3rem;
    display: block;
}

.video_popup_tit_error,
.video_popup_desc_error,
.video_popup_btn_error,
.video_popup_code_error{
    display: none;
}

.video_popup_desc{
    width: 100%;
    margin: 0.1rem auto 0.2rem;
    font-family: "SourceHanSansCN";
    font-size: 0.14rem;
    line-height: 1.55;
    font-weight: 400;
    color: #666;
    text-align: center;
}

.video_popup_form{
    width: 100%;
}

.video_popup_form label{
    width: 3.98rem;
    height: 0.36rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 0.04rem;
}

.video_popup_form label span{
    flex-shrink: 0;
    font-family: "SourceHanSansCN";
    font-size: 0.16rem;
    line-height: 1.35;
    font-weight: 400;
    color: #000;
}

.video_popup_code{
    width: 3.32rem;
    height: 0.36rem;
    padding: 0 0.1rem;
    border: 0.01rem solid #DADADA;
    border-radius: 0.05rem;
    background: rgba(255, 255, 255, 0.5);
    outline: none;
    font-family: "SourceHanSansCN";
    font-size: 0.14rem;
    line-height: 0.36rem;
    color: #333;
}

.video_popup_code::placeholder{
    color: #999;
}

.video_popup_code:focus{
    border-color: #0063C4;
}

.video_popup_btn{
    height: 0.31rem;
    margin: 0.2rem auto 0;
    padding: 0.05rem 0.1rem;
    border: none;
    border-radius: 0.03rem;
    background: #0063C4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "SourceHanSansCN";
    font-size: 0.14rem;
    line-height: 1.35;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.video_popup_btn_default{
    width: 0.8rem;
}

.video_popup_btn_error{
    width: 0.96rem;
}

.video_popup:not(.video_popup_error) .video_popup_btn_error{
    display: none;
}

.video_popup_btn:hover{
    background: #0052A3;
}

.video_popup_contact{
    width: 100%;
    margin-top: 0.2rem;
    padding-top: 0.2rem;
    border-top: 0.01rem solid #E0E0E0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "SourceHanSansCN";
    font-size: 0.14rem;
    line-height: 1.35;
    white-space: nowrap;
}

.video_popup_contact div{
    display: flex;
    align-items: center;
}

.video_popup_contact span{
    color: #666;
}

.video_popup_contact strong{
    font-weight: 500;
    color: #333;
}

.video_popup.video_popup_error .video_popup_tit_default,
.video_popup.video_popup_error .video_popup_desc_default,
.video_popup.video_popup_error .video_popup_btn_default{
    display: none;
}

.video_popup.video_popup_error .video_popup_tit_error{
    display: flex;
}

.video_popup.video_popup_error .video_popup_desc_error{
    display: block;
    margin: 0.28rem auto 0.2rem;
}

.video_popup.video_popup_error .video_popup_btn_error{
    display: flex;
}

.video_popup.video_popup_error .video_popup_code_default{
    display: none;
}

.video_popup.video_popup_error .video_popup_code_error{
    display: block;
}




@media (max-width: 768px) {
    body{
        padding-top: 90px;
    }

    .video_title{
        margin-top: 30px;
        font-size: 22px;
    }
    .video_view{
        font-size: 14px;
    }




    .video_popup{
        width: 94%;
    }
    .video_popup_close{
        width: 16px;
        height: 16px;
    }
    .video_popup_close::before, .video_popup_close::after{
        width: 18px;
    }
    .video_popup_tit{
        font-size: 18px;
    }
    .video_popup_desc{
        width: 100%;
        font-size: 14px;
        margin: 20px 0;
    }
    .video_popup.video_popup_error .video_popup_desc_error{
        margin: 20px 0;
    }
    .video_popup_form label{
        width: auto;
        height: auto;
        justify-content: center;
    }
    .video_popup_form label span{
        font-size: 14px;
    }
    .video_popup_code{
        width: calc(100% - 80px);
        height: 32px;
        font-size: 14px;
        padding: 0 10px;
    }
    .video_popup_btn{
        font-size: 14px;
        width: auto;
        height: auto;
        padding: 6px 10px;
        border-radius: 3px;
        margin: 14px auto 0;
    }
    .video_popup_contact{
        margin-top: 20px;
        padding-top: 16px;
        font-size: 14px;
        flex-wrap: wrap;
        row-gap: 5px;
    }
}
