/*数据列表*/
.data_box{
	padding: 0  .24rem;
	/*padding-bottom: 2.14rem;*/
	position: relative;
}
.data_box  > h1{
	padding:  .59rem 0 .39rem .08rem;
	font-size: .36rem;
	font-family:PingFang-SC-Medium;
	font-weight:500;
	color:rgba(0,0,0,1);
	margin: 0;

}
.data_box .ul_list li{
	padding: .05rem;
	border-radius:6px;
	box-shadow:0px 6px 11px 3px rgba(81,81,81,0.06);
	border: 1px solid #F4F4F4;
	margin-bottom: .2rem;
}
.data_box  .ul_list li .big_img{
	position: relative;
	width: 100%;
	height: 3.89rem;
}
.data_box .ul_list li .big_img  img{
	width: 100%;
	height: 100%;
}
.data_box  .ul_list li .big_img span{
	position: absolute;
	left: 50%;
	top: 50%;
	width: .8rem;
	height: .8rem;
	margin-left: -.4rem;
	margin-top: -.4rem;
}
.data_box  .ul_list li .big_img  i{
	position: absolute;
	bottom: .17rem;
	right: .21rem;
	background:rgba(255,255,255,.15);
	font-size: .28rem;
	font-family:ArialMT;
	font-weight:400;
	color:rgba(255,255,255,1);
	padding: 0 .12rem 0 .12rem;
	height: .4rem;
	line-height: .4rem;
	display: block;
}
.data_box .ul_list  li  .video_title{
	padding: .27rem 0 .1rem .24rem;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.data_box .ul_list li .video_title a{
	font-size: .36rem;
	font-family:PingFang-SC-Medium;
	font-weight:bold;
	color:rgba(51,51,51,1);
}
.data_box li .data_detail{
	padding-left: .24rem;
}
.data_box li .data_detail span{
	float: left;
	font-size: .24rem;
	font-family:PingFang-SC-Medium;
	font-weight:500;
	color:rgba(153,153,153,1);
}
.data_box li .data_detail .line{
	margin: 0 .15rem;
	width: 1px;
	height: .2rem;
	background-color: #B5B5B5;
	margin-top: .08rem;
}

.data_box li .data_user{
	/*padding-left: .24rem;*/
	margin: .15rem .26rem .31rem .24rem;
}
.data_box li .data_user .head{
	width: .44rem;
	height:  .44rem;
	border-radius: 50%;
	float: left;
}
.data_box li .data_user img{
	width: 100%;
	height: 100%;
}

.data_user .head a img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.data_box li .data_user  .name {
	float: left;
	margin-left: .15rem;
	margin-top: .05rem;
}
.data_box li .data_user  .name a{
	font-size: .3rem;
	font-family:PingFang-SC-Medium;
	font-weight:500;
	color:rgba(51,51,51,1);
	
}
.data_box li .data_user i{
	float: right;
	width: .32rem;
	height: .32rem;
	margin-top: .1rem;
}

.data_box .top{
	position: absolute;
	width: .41rem;
	height: .41rem;
	right: .44rem;
	bottom: -1rem;
	z-index: 20;
}
.data_box .top img{
	width: 100%;
	height: 100%;
}

.mui-pull-caption-nomore{
	font-size: .24rem;
font-family:PingFang-SC-Light;
font-weight:bold;
color:rgba(51,51,51,1);
}
.mui-pull-bottom-pocket{
	/*margin-bottom: 1rem;*/
	/*margin-top: .5rem;*/
}


/*tab栏*/
#sliderSegmentedControl a span{
	height: .98rem;
	line-height: .98rem;
}
.hot_list,.whole_list{
	top: 1.96rem;
}

@media screen and (max-width: 414px) {
    .data_box li .data_detail .line{
    	margin-top:.11rem;
    }
    .head{
    	margin-top: 0rem;
    }
}
@media screen and (max-width: 375px) {
    
}
@media screen and (max-width: 320px) {
    .data_box li .data_detail .line{
		margin-top:.15rem;
    }
    .head{
    	margin-top: .05rem;
    }
}