.video_page{
    background-color: #ffffff;
    padding-top: 0.48rem;
}
.picture-detail{
	padding:0.1rem;
  	background:#f8f8f8;
    font-size:0.12rem;
  	color:#787878;
}
.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=20231031113124?v=20231103153957) no-repeat;
    background-size: 100%;
    z-index: 999;
}
.info{
    padding: 0.1rem 0.12rem;
}
.title{
    font-size: 0.2rem;
    font-weight: 600;
    color: #333333;
    line-height: 0.3rem;
    margin-bottom: 0.1rem;
}
.source{
    display: flex;
    justify-content: space-between;
    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.1rem;
}
.brief{
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.22rem;
    margin-bottom: 0.45rem;
}
.editor{
    font-size: 0.12rem;
    color: #999999;
    display:none;
}