.video_page{
    background-color: #ffffff;
    padding-top: 0.62rem;
}
.head_contain{
    background-color: #fff;
    z-index: 10;
    box-shadow:0px 15px 10px -15px #f0f0f0;
}
.head_contain .app_logo{
    background: url(../images/share_logo.png?v=20250123145120) no-repeat;
    background-size: 100%;
}
.playerBox{
    width: 100%;
    height: 2.11rem;
    position: relative;
}
.play_icon{
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    top: 38%;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/play_icon.png?v=20231221105253?v=20250108164534?v=20250123145120) no-repeat;
    background-size: 100%;
    z-index: 999;
}
.info{
    padding: 0.15rem 0.25rem;
}
.title{
    font-size: 0.2rem;
    font-weight: 600;
    color: #333333;
    line-height: 0.26rem;
    margin-bottom: 0.17rem;
}
.source{
    font-size: 0.12rem;
    font-weight: 400;
    color: #999999;
    line-height: 0.17rem;
    margin-bottom: 0.02rem;
}
.pub_time::after{
    display: inline-block;
    content: '';
    width: 0.01rem;
    height: 0.09rem;
    background-color: #C6C6C6;
    margin: 0 0.08rem;
}
.brief_editor{
    margin-top: 0.19rem;
}
.brief{
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.22rem;
    margin-bottom: 0.45rem;
}
.editor{
    font-size: 0.12rem;
    color: #999999;
    display:none;
}