

.live_body{
    padding-top: 0.4rem;
    padding-bottom: 0.6rem;
}


.live_tab{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    column-gap: 0.72rem;
    padding-left: 0.56rem;
    background: #F7F6F2;
    border-radius: 0.04rem;
    margin-bottom: 0.3rem;
}
.live_tab .live_btn{
    padding: 0.16rem 0 0.21rem;
    font-weight: 400;
    font-size: 0.2rem;
    color: #917951;
    cursor: pointer;
    position: relative;
}
.live_tab .live_btn.act{
    color: #017143;
    font-weight: bold;
}
.live_tab .live_btn::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0.03rem;
    background: #017143;
    transition: all 0.5s;
}
.live_tab .live_btn.act::before{
    width: 0.56rem;
}




.live_box .live_show{
    display: none;
}
.live_box .live_show.on{
    display: block;
}
.video_list{
	display: flex;
    flex-wrap: wrap;
	column-gap: 0.24rem;
	row-gap: 0.24rem;
}
.video_list .video_item{
	width: calc(25% - 0.18rem);
	height: auto;
	overflow: hidden;
	background: #FFFFFF;
	border-radius: 0.08rem;
	border: 0.01rem solid #E4E4E4;
}
.video_list .video_item .video_img{
	width: 100%;
	height: 1.87rem;
	overflow: hidden;
}
.video_list .video_item .video_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.video_list .video_item:hover .video_img img{
	transform: scale(1.1);
}
.video_list .video_item .video_txt{
	padding: 0.2rem 0.16rem 0.3rem;
	box-sizing: border-box;
}
.video_list .video_item .video_txt .video_title{
	margin-bottom: 0.1rem;
	font-weight: 600;
	font-size: 0.18rem;
	color: #1A1A1A;
	display: block;
}
.video_list .video_item .video_txt .video_cont{
	font-weight: 400;
	font-size: 0.16rem;
	color: #666666;
}
.video_person{
	margin-top: 0.32rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.video_person .person_box{
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 0.1rem;
}
.video_person .person_box .person_img{
	width: 0.48rem;
	height: 0.48rem;
	border-radius: 50%;
	overflow: hidden;
}
.video_person .person_box .person_txt .person_name{
	font-weight: bold;
	font-size: 0.16rem;
	color: #333333;
	margin-bottom: 0.07rem;
}
.video_person .person_box .person_txt .person_type{
	font-weight: 400;
	font-size: 0.14rem;
	color: #333333;
}
.video_person .person_more{
	background: #B19369;
	border-radius: 0.3rem;
	padding: 0.09rem 0.19rem;
	box-sizing: border-box;
	font-family: PingFang;
	font-weight: 500;
	font-size: 0.18rem;
	color: #FFFFFF;
}
.video_person .person_more:hover{
	background: linear-gradient( 180deg, #EAA237 0%, #905804 100%);
}







/* 详情 */
.view{
    padding: 0.4rem 0 0.79rem;
}
.view .main{
    display: flex;
    justify-content: space-between;
    column-gap: 0.4rem;
}
.view .view_fl{
    width: 9.6rem;
}
.view .view_fr{
    width: 4rem;
}


.view_top{
    width: 100%;
    height: auto;
    background: #F7F6F2;
    border-radius: 0.08rem;
    border: 0.01rem solid #DDDDDD;
    overflow: hidden;
    margin-bottom: 0.2rem;
}
.video-container{
    width: 100%;
    height: 5.4rem;
    position: relative;
    z-index: 0;
}
.jw-display-icon-container{
    background: url(../img/bofang.png) center no-repeat !important;
    background-size: cover !important;
    border: none !important;
}
.jw-skin-bce .jw-icon-display{
    display: none !important;
}
.jw-skin-bce .jw-controlbar{
    width: 100%;
    height: 0.64rem !important;
    background: #102834 !important;
    align-items: center;
    padding: 0 0.15rem;
}
.jw-skin-bce .jw-progress{
    background: #B9BFC3 !important;
}


.video_txt{
    padding: 0.3rem 0.3rem 0.33rem;
    box-sizing: border-box;
}
.video_txt .video_title{
    width: 100%;
    font-family: PingFang;
    font-weight: 500;
    font-size: 0.24rem;
    color: #000000;
    margin-bottom: 0.2rem;
    display: flex;
}
.video_txt .video_title .status{
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    background: #999999;
    border-radius: 0rem 0.15rem 0.15rem 0rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.06rem 0.12rem;
    width: fit-content;
    height: fit-content;
    margin-right: 0.18rem;
}
.video_txt .video_content{
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    margin-bottom: 0.72rem;
}

.video_txt .video_author{
    margin-top: 0.3rem;
    margin-bottom: 0.1rem;
    font-weight: bold;
    font-size: 0.16rem;
    color: #333333;
}
.video_txt .author_txt{
    display: flex;
    align-items: center;
    column-gap: 0.12rem;
}
.video_txt .author_txt .author_img{
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    overflow: hidden;
}
.video_txt .author_txt .author_title{
    font-weight: bold;
    font-size: 0.16rem;
    color: #333333;
    margin-bottom: 0.07rem;
}
.video_txt .author_txt .author_cont{
    font-weight: 400;
    font-size: 0.14rem;
    color: #333333;
}







.view .view_bottom{
    width: 100%;
    background: #F7F6F2;
    border-radius: 0.08rem;
    border: 0.01rem solid #DDDDDD;
}
.view .view_bottom .view_tab{
    height: 0.72rem;
    display: flex;
    padding-left: 0.36rem;
    column-gap: 0.6rem;
    border-bottom: 0.01rem solid #CCCCCC;
}
.view .view_bottom .view_tab .view_btn{
    margin-top: 0.2rem;
    font-size: 0.2rem;
    font-weight: bold;
    color: #017143;
    position: relative;
    cursor: pointer;
}
.view .view_bottom .view_tab .view_btn::before{
    content: "";
    position: absolute;
    width: 0.56rem;
    height: 0.03rem;
    background: #017143;
    border-radius: 0.03rem;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: all 0.5s;
}
.view .view_content{
    padding: 0.33rem 0.3rem 0.44rem;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    line-height: 2.5;
}
.view .view_content p{
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    line-height: 2.5;
    text-indent: 2em;
}






.like_body{
    width: 100%;
    height: auto;
    background: #F7F6F2;
    border-radius: 0.08rem;
    border: 0.01rem solid #DDDDDD;
    padding: 0.24rem 0.3rem 0.38rem;
    box-sizing: border-box;
    margin-bottom: 0.2rem;
}
.like_body .like_class{
    width: 100%;
    font-weight: bold;
    font-size: 0.26rem;
    color: #333333;
}
.like_body .like_item{
    width: 100%;
    margin-top: 0.24rem;
    display: flex;
    align-items: center;
    column-gap: 0.14rem;
}
.like_body .like_item .like_img{
    width: 1.4rem;
    height: 0.78rem;
    border-radius: 0.06rem;
    overflow: hidden;
}
.like_body .like_item .like_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.like_body .like_item:hover .like_img img{
    transform: scale(1.1);
}
.like_body .like_item .like_txt{
    width: calc(100% - 1.54rem);
    height: auto;
}
.like_body .like_item .like_txt .like_title{
    font-weight: 600;
    font-size: 0.18rem;
    color: #1A1A1A;
    margin-bottom: 0.07rem;
}
.like_body .like_item .like_txt .like_cont{
    font-weight: 400;
    font-size: 0.14rem;
    color: #666666;
    line-height: 1.5;
}
.like_body .like_item:hover .like_txt .like_title{
    color: #017143;
}














@media screen and (max-width: 1043px){
    .live_tab .live_btn{
        font-size: 0.28rem;
    }
    .video_list{
		flex-wrap: wrap;
		column-gap: 0.2rem;
		row-gap: 0.2rem;
	}
	.video_list .video_item{
		width: calc(50% - 0.1rem);
	}



    .view .view_fr{
        display: none;
    }
    .view .view_fl{
        width: 100%;
    }

}
@media screen and (max-width: 769px){
	.video_list .video_item .video_txt .video_title{
		font-size: 0.28rem;
	}
	.video_list .video_item .video_txt .video_cont{
		font-size: 0.24rem;
	}
    .video_person .person_box .person_txt .person_name{
		font-size: 0.2rem;
	}
	.video_person .person_box .person_txt .person_type{
		font-size: 0.2rem;
	}
	.video_person .person_more{
		font-size: 0.2rem;
	}



    .video-container{
        width: 100%;
        height: 0;
        position: relative;
        padding-top: 58%;
    }
    #playercontainer{
        position: absolute;
        top: 0;
    }
    .jw-skin-bce .jw-controlbar{
        height: 0.5rem !important;
        font-size: 0.2rem !important;
    }
    .video_txt .video_title{
        font-size: 0.32rem;
    }



    .video_txt .video_title{
        font-size: 0.32rem;
    }
    .video_txt .video_title .status{
        font-size: 0.28rem;
        white-space: nowrap;
    }
    .video_txt .video_content,
    .video_txt .video_num,
    .video_txt .video_author{
        font-size: 0.28rem;
    }
    .video_txt .video_num i{
        width: 0.32rem;
        height: 0.32rem;
    }
    .video_txt .author_txt .author_img{
        width: 1rem;
        height: 1rem;
        margin-right: 0.2rem;
    }
    .video_txt .author_txt .author_title{
        font-size: 0.24rem;
    }
    .video_txt .author_txt .author_cont{
        font-size: 0.24rem;
    }


    .view .view_bottom .view_tab{
        height: 0.86rem;
    }
    .view .view_bottom .view_tab .view_btn{
        font-size: 0.32rem;
    }
    .view .view_bottom .view_tab .view_btn::before{
        height: 2px;
    }
    .view .view_content,
    .view .view_content p{
        font-size: 0.28rem;
        line-height: 1.8;
    }
}










