.container{
    font-size: 0.28rem;
    padding: 0 0.3rem;
}
/* 搜索 */
.search{
	width: 100%;
	height: 0.68rem;
	margin-top: 0.16rem;
	position: relative;
}
.search input{
	width: 100%;
	height: 0.68rem;
	background:rgba(241,241,241,1);
	opacity:1;
	border-radius:0.17rem;
	padding-left: 0.60rem;
	box-sizing: border-box;
	font-size: 0.28rem;
}
.search img{
	position: absolute;
	top: 0.18rem;
	left: 0.1rem;
	width: 0.32rem;
	height: 0.32rem;
	background:rgba(241,241,241,1);
	opacity:1;
	border-radius:0.34rem;
}
/* 头部信息返回 */
.top-title{
	width:100% ;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	position: relative;
	border-bottom: 1px solid #eee;
}
.top-title img{
	position: absolute;
	top:0.24rem;
	left: 0rem;
	width: 0.48rem;
	height: 0.48rem;
}
.top-title span{
	font-size:0.32rem;
	color:rgba(0,0,0,1);
	font-weight: bold;
}
.video-title{
	width:100%;
	height: 0.96rem;
	line-height: 0.96rem;
	white-space:nowrap;
	overflow: hidden;
	overflow-x:auto;
}
.video-title span{
	margin: 0.18rem 0 0.18rem 0.24rem;
	font-size: 0.32rem;
	padding-bottom: 0.16rem;
	color: #666;
}
.video-title .active{
	color: #0F67D6;
	border-bottom: 0.04rem solid #0F67D6;
	padding-bottom: .2rem;
}
.video-con{
	width:100%;
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.video-con .video-list{
	width:3.32rem;
	margin-top: 0.3rem;
}
.imgbox{
	position: relative;
}
.imgbox>span{
	display: inline-block;
	position: absolute;
	bottom: 0.16rem;
	right: 0.16rem;
	color: #fff;
	font-size: 0.26rem;
	background: rgba(0,0,0,0.2);
    padding: 0 0.1rem;
    border-radius: 0.2rem;
}
.video-list .imgbox>img:nth-of-type(1){
	width: 0.48rem;
	height: 0.48rem;
	position: absolute;
	top:0.7rem ;
	left: 1.42rem;
}
.video-list .imgbox>img:nth-of-type(2){
	width:3.32rem;
	height: 1.86rem;
	border-radius: .14rem;
}
.video-list h2{
	font-size:0.32rem;
	font-family:PingFang SC;
	color:rgba(51,51,51,1);
	font-weight: 400;
	margin-top: 0.16rem;
	height: 0.44rem;
}
.video-list p{
	font-size: 0.28rem;
	color: #999;
	height: 0.4rem;
	margin-top: 0.08rem;
	height: 0.4rem;
}
.collect-box{
	display: flex;
	justify-content:space-between;
	margin-top: 0.16rem;
	font-size: 0.26rem;

}
.collect-box span{
	display: inline-block;
	/* height: 2.4rem; */
	line-height: 0.48rem;
	width: 1.8rem;
	position: relative;
	font-size: 0.22rem;
	color: #999;
	overflow: hidden;
}
.collect-box img{
	width: 0.21rem;
}
.collect-box button{
	position: relative;
	width:1.4rem;
	height:0.48rem;
	font-size: 0.24rem;
	background:rgba(15,103,214,1);
	border-radius:0.24rem;
	color: #fff;
	font-family:PingFang SC;
	
}
/* 已收藏 */
.collect-box .collected{
	color: #FFC934;
}
.collect-box b{
	position: relative;
	padding-left: 0.48rem;
	line-height: .42rem;
}
.collect-box b i{
	display: inline-block;
	width: 0.48rem;
	height: 0.48rem;
	background: url(../../images/mobile/ico_collect_n@2x.png) no-repeat;
	background-size: 100% 100%;
	/* vertical-align: middle; */
	position: absolute;
	top: -0.05rem;
	left: 0;
}

.collected b{
	color: #FFC934;
}
.collected b i{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../../images/mobile/ico_collect_s@2x.png) no-repeat !important;
	background-size: 100% 100% !important;
	vertical-align: middle;

}
.topage{
	display: flex;
    align-items: center;
    justify-content: center;
}