@charset "utf-8";
/* CSS Document */
.clearfix::after {
	clear: both;
}
.clearfix::before, .clearfix::after {
	content: " ";
	display: table;
}
.bg-color{
	background: #fff;
}
.block_home_slider {
	position: relative;
	text-align: center;
	line-height: 0px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #dfdfdf;
}
.block_home_slider .slide {
	position: relative;
	display: block;
	padding: 0;
	z-index: 19;
}
.block_home_slider .flex-direction-nav {
	display: none;
}
.block_home_slider .flex-control-paging {
	display: inline-block;
	position: absolute;
	right: 0;
	margin: 0;
	padding: 0 20px 0 0;
	bottom: 12px;
}
.block_home_slider .flex-control-paging li {
	margin-right: 4px;
	float: left;
	overflow: hidden;
	list-style-type: none;
}
.block_home_slider .flex-control-paging li a {
	display: block;
	width: 12px;
	height: 12px;
	background-size: 8px 8px;
	border-radius: 100%;
	text-indent: -9000px;
	cursor: pointer;
}
.block_home_post_feature {
	width: 300px;
}
.block_home_post_feature p {
	padding-bottom: 0px;
}
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
	list-style-type: none;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.warp-content .header{
	height:48px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1001;
}
.warp-content .header .back{
	display: block;
	width: 60px;
	height: 48px;
	float: left;
	background: url(../images/icon_back.png) center no-repeat;
	background-size:22px auto;
}
.warp-content .header .header-table{
	right: 60px;
	left: 60px;
	display: inline-block;
	overflow: hidden;
	width: auto;
	font-size: 18px;
	margin: 0;
	text-overflow: ellipsis;
	white-space:nowrap;
	position: absolute;
	text-align: center;
}
.warp-content .header .header-table a{
	display: inline-block;
	margin:0 20px;
	line-height: 48px;
	color: #1a1a1a;
	font-size:1rem;
}
.warp-content .header .header-table a.curr{
	color: #2ac527;
	line-height:34px;
	border-bottom: 2px solid #2ac527;
}
.warp-content.video .search{
	top:48px;
	height: 48px;
	position: fixed;
	z-index: 1001;
	width: 100%;
}
.warp-content.video .search input{
	width:90%;
	height:32px;
	margin:6px 5%;
	border: 1px solid #f7f7f7;
	border-radius: 3px;
	background:#f7f7f7 url(../images/icon_search@2x.png) 8px center no-repeat;
	background-size:auto 20px; 
	text-indent: 34px;
	font-size: 14px;
	color: #787878;
}
.swiper-container{
	padding-top:96px;
}
.sort-panels ul li{
	float: left;
	width: 33.33%;
	text-align: center;
}
.sort-panels ul li a{
	display: block;
	width: 100%;
	height: 100%;
	padding:8px 0;
	border-left: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
}
.sort-panels ul li .img{
	width:42%;
	display: inline-block;
}
.sort-panels ul li .img img{
	width: 100%;
}
.sort-panels ul li .title{
	color: #555;
	font-size: .95rem;
}
.v-item{
	padding:5px 0;
}
.v-item .head-title{
	height:42px;
	line-height: 42px;
	padding:0 15px;
}
.v-item .head-title h2{
	font-size: .95rem;
	color: #1a1a1a;
	font-weight: 600;
	padding-left:22px;
	background: url(../images/icon_dianshi@2x.png) left center no-repeat;
	background-size:auto 16px;
}
.videolist ul li{
	width:49.5%;
	float: left;
	margin-bottom: 12px;
}
.videolist ul li img{
	width: 100%;
}
.videolist ul li .v-thumb{
	max-height: 136px;
	overflow: hidden;
	position: relative;
}
.videolist ul li:nth-of-type(odd){
	margin-right: 1%;
}
.videolist ul li .time{
	color: #fff;
	display: block;
	position: absolute;
	bottom:10px;
	right:10px;
	font-size: .90rem;
}
.videolist ul li .v-metadata{
	padding: 0 5px;
}
.videolist ul li .v-metadata .title{
	color: #222;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	font-size: .95rem;
}
.videolist ul li .v-metadata .desc{
	color: #555;
	font-size: .90rem;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.videolist.like-list ul li.first{
	width: 100%;
	margin: 0 0 15px 0!important;
}
.videolist.like-list ul li:nth-of-type(2n+1){
	margin-left:1%;
	margin-right: 0;
}
.v-btn{
	text-align: center;
	margin: 5px 0;
}
.v-btn span{
	width: 45%;
	display: inline-block;
	background-color: #fafafa;
	height: 38px;
	border-radius: 4px;
}
.v-btn span a{
	display: block;
	line-height: 38px;
	width: 100%;
	color: #31b82f;
	padding-left:16px;
}
.v-btn span.more{
	margin-right: 1%;
}
.v-btn span a b{
	display: inline-block;
	padding-left: 20px;
}
.v-btn span.more a b{
	background: url(../images/icon_more@2x.png) left center no-repeat;
	background-size:14px auto;
}
.v-btn span.swop a b{
	background: url(../images/icon_refresh@2x.png) left center no-repeat;
	background-size:14px auto;
}
.block_home_slider.ad{
	margin-top: 10px;
}
.videolist.hot-list ul li{
	width: 33%;
}
.videolist.hot-list ul li .v-thumb{
	max-height:220px;
}
.videolist.hot-list ul li:nth-child(1),.videolist.hot-list ul li:nth-child(2){
	margin-right:0.5%;
}
.videolist.hot-list ul li:last-child{
	margin-right: 0;
}
.live-container{
	margin-top:48px;
}
.live-rec-head .rec-live{
	position: relative;
}
.live-rec-head .rec-live img{
	width: 100%;
}
.live-rec-head .rec-live .statu{
	position: absolute;
	background: url(../images/icon_zzzb@2x.png) no-repeat;
	background-size:100% 100%;
	display: inline-block;
	top: 15px;
	left: 0;
	color:#fff;
	font-size: 14px;
	padding:3px 12px 3px 8px;
}
.live-rec-head .rec-live .bottom-info{
	position: absolute;
	width: 100%;
	bottom:12px;
}
.live-rec-head .rec-live .bottom-info .title{
	line-height: 20px;
	color: #fff;
	margin-bottom:3px;
	padding: 0 10px;
	font-size: 1rem;
}
.live-rec-head .rec-live .bottom-info .v-el{
	color: #fff;
	padding: 0 10px;
}
.live-rec-head .rec-live .bottom-info .v-el span{
	display: inline-block;
}
.live-rec-head .rec-live .bottom-info .v-el span.type{
	font-size:.90rem;
}
.live-rec-head .rec-live .bottom-info .v-el span.mun{
	float: right;
	display: inline-block;
	font-size: .80rem;
	padding:2px 5px 2px 16px;
	background:rgba(0,0,0,.5) url(../images/icon_huo@2x.png) 5px 7px no-repeat;
	background-size:auto 12px;
	border-radius: 3px;
}
.v-item.past{
	padding: 0;
}
.v-item.past .head-title h2{
	padding-left: 0;
	background: none;
}
.live-list.past li{
	width: 49.5%;
	float: left;
	position: relative;
	max-height: 248px;
	overflow: hidden;
	margin-bottom: 2px;
}
.live-list.past li a{
	display:block;
	width: 100%;
	height: 100%;
}
.live-list.past li:nth-of-type(2n+1){
	margin-right: 1%;
}
.live-list.past li img{
	width: 100%;
	display: block;
}
.live-list.past li .infos{
	position: absolute;
	bottom:8px;
	width: 98%;
	padding: 0 2%;
	color: #fff;
}
.live-list.past li .infos p.title{
	overflow:hidden;
	font-size:.90rem;
	text-overflow: ellipsis;
    white-space: nowrap;
}
.live-list.past li .infos p.type{
	font-size: .80rem;
}
.rec-live-pop{
	position: fixed;
	bottom: 15%;
	right:2%;
	padding:3px 15px 3px 11%;
	background: url(../images/icon_zbbg@2x.png) no-repeat;
	background-size:100% 100%;
}
.rec-live-pop p{
	font-size: .80rem;
	line-height:18px;
	overflow:hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    width: 90px;
}
.v-intr.detail{
	padding:12px 10px;
}
.v-intr.detail .top .more{
	width: 60px;
	height: 20px;
	line-height: 20px;
	float: right;
	text-align: center;
	margin-left: 10px;
	background: url(../images/icon_back@2x.png) right center no-repeat;
	background-size:auto 12px;
}
.v-intr.detail .top .title{
	overflow: hidden;
}
.v-intr.detail .top .title h1{
	font-size: 1rem;
	color: #1a1a1a;
	line-height: 18px;
}
.warp-content .video video{
	display: block;
}
.v-intr.detail .label{
	font-size: .80rem;
	color: #0888ff;
}
.v-intr.detail .desc{
	font-size: .80rem;
	line-height: 24px;
	height: 48px;
	overflow:hidden;
	margin:2px 0;
	color: #555;
}
.v-intr.detail .time{
	font-size: .80rem;
	display: inline-block;
	color: #555;
	padding:3px 10px;
	border-radius: 20px;
	background-color: #f6f6f6;
}
.buy-btn{
	margin: 5px 10px;
}
.buy-btn img{
	width: 100%;
}
.list.recommend{
	margin-bottom: 10px;
}
.list.recommend .module{
   height: 36px;
   line-height: 36px;
   padding: 0 10px;
}
.list.recommend  .module h2{
	font-size:.95rem;
	display: inline-block;
	color: #1a1a1a;
	font-weight: 600;
}
.list.recommend  .module .more{
	padding-right: 16px;
	background: url(../images/icon_back@2x.png) right center no-repeat;
	background-size:auto 12px; 
	font-size: .80rem;
	color: #555;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.Collection-slide{
	padding:5px 0 8px 10px;
}
.Collection-slide .set-box{
	overflow: hidden;
    overflow-x: hidden;
	overflow-x: scroll;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}
.Collection-slide .set-box ul{
	white-space: nowrap;
}
.Collection-slide li{
	width:36%;
	display: inline-block;
	height: 80px;
	background-color: #f6f6f6;
	border-radius:4px;
	padding:10px 8px;
}
.Collection-slide li a{
	display: block;
	white-space:normal;
	overflow: hidden;
	height: 60px;
	color: #1a1a1a;
	font-size: .90rem;
	line-height: 20px;
}
.around-box{
	overflow: hidden;
    overflow-x: hidden;
	overflow-x: scroll;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}
.around-box  ul{
	white-space: nowrap;
}
.around-box ul li{
	width:40%;
	display: inline-block;
}
.around-box ul li .v-pic{
	max-height:106px;
	overflow: hidden;
}
.around-box ul li .v-pic img{
	width: 100%;
}
.around-box ul li .info{
	padding: 5px;
}
.around-box ul li .info p{
	height: 20px;
	line-height: 20px;
	overflow:hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}
.around-box ul li .info .title{
    color: #222;
}
.around-box ul li .info .desc{
	font-size: .80rem;
	color: #555;
}
.list.like{
	padding-bottom: 15px;
}
.list.like ul li{
	margin-bottom: 10px;
	padding: 0 5px;
}
.list.like ul li .img{
	width:156px;
	max-height: 96px;
	position: relative;
	float:left;
	margin-right: 10px;
	overflow: hidden;
}
.like-list{
	padding: 5px 0;
}
.list.like ul li .img img{
	width: 100%;
}
.list.like ul li .img span.time{
	position: absolute;
	bottom: 10px;
	right: 6px;
	color: #fff;
}
.list.like ul li .infos{
	overflow: hidden;
}
.list.like ul li .infos .title{
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	color: #111;
	margin-bottom: 5px;
}
.list.like ul li .infos .time{
	color: #555;
	font-size: .80rem;
}
.list.like ul li .infos .read{
	padding-left: 16px;
	color: #555;
	font-size: .80rem;
	background: url(../images/icon_play@2x.png) left center no-repeat;
	background-size:auto 12px;
}
/*直播*/
.liveList ul li {
	width: 48.5%;
	float: left;
	margin-right: 3%;
	margin-bottom: .20rem;
	background: #FFFFFF;
	border-radius: 4px;
	position: relative;
	padding-bottom: .30rem;
  }

  .liveList ul li img {
	display: block;
	width: 100%;
	height: 2.4rem;
	object-fit: cover;
	border-radius: 4px 4px 0 0;
  }

  .liveList ul li .title {
	margin: .20rem 0 .10rem 0;
	padding: 0 .20rem;
	height: .90rem;
	font-size: .35rem;
	font-weight: bold;
	color: #333333;
	line-height: .45rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
  }

  .liveList ul li .label {
	margin: .05rem .20rem; 
	  display:flex;
  }
  .liveList ul li .label .label_list {
		  font-size: .27rem;
		height: .54rem;
		line-height: .37rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		color: #EE8383;
		  width:0;
		  flex:1 1 auto;
	  margin-top:.06rem;
  }
  .liveList ul li .label .btn_yuyue {
	  flex:0 0 auto;
	  width: 1.17rem;
	  height: 0.56rem;
	  background: #FFFFFF;
	  border-radius: 0.29rem 0.29rem 0.29rem 0.29rem;
	  border: 0.01rem solid #E1E1E1;
	  font-size: 0.32rem;
	  color: #999999;
	  line-height: 0.54rem;
	  text-align:center;
	  margin-left:.3rem;
	  cursor:pointer;
  }
  .liveList ul li .label .btn_yuyue.none {
	  color:#1AA138;
	  border: 0.01rem solid #1AA138;
	  line-height:.54rem;
  }

  .liveList ul li .label .label_list span {
	padding: .03rem .08rem;
	margin-right: .08rem;
	display: inline-block;       
  }

  .liveList ul li .label .label_listl span:last-child {
	margin-right: 0;
  }

  .liveList ul li .label .label_list span:nth-child(1) {
	color: #7A9DF8;
	background: #E9EFFD;
  }

  .liveList ul li .label .label_list span:nth-child(2) {
	color: #4FAD70;
	background: #E5F4ED;
  }

  .liveList ul li .label .label_list span:nth-child(3) {
	color: #EE8383;
	background: #FCEEEA;
  }
  .liveList ul li .yueNum{
	color: #333;
	font-size: .30rem;
	padding-left: .20rem;
	height: .50rem;
	float: right;
	padding-top: .05rem;
	padding-right: .20rem;
  }

  .liveList ul li .platform {
	color: #333333;
	font-size: .30rem;
	padding: .05rem .20rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
  }

  .liveList ul li .person {
	padding: 0 .20rem;
	font-size: .30rem;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
  }

  .liveList ul li .time {
	position: absolute;
	height: .56rem;
	top: 1.65rem;
	left: .20rem;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 4px;
  }

  .liveList ul li .time .time_text::after {
	content: '';
	display: block;
	width: .56rem;
	height: .56rem;
	background: url(../images/icon_time.png) center no-repeat;
	background-size: .40rem .40rem;
	background-color: #06BE6A;
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: 0;
  }

  .liveList ul li .time .time_text.live {
	text-indent: .10rem;
  }

  .liveList ul li .time .time_text.live::after {
	background: url(../images/icon_liveing.gif) center no-repeat;
	background-size: auto .56rem;
  }

  .liveList ul li.type_two .time_text::after {
	display: none;
  }

  .liveList ul li.type_two .time .time_text {
	padding-left: 0.2rem;
  }

  .liveList ul li .time .time_text {
	padding-left: .66rem;
	line-height: .56rem;
	color: #fff;
	font-size: .30rem;
	padding-right: .20rem;
  }

  .liveList ul li:nth-child(2n) {
	margin-right: 0;
  }

  .popupBox {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	z-index: 9999;
  }

  .popupBox.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
  }

  .popupBox .conBox {
	background-color: #fff;
	border-radius: 4px;
	width: 85%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
  }

  .popupBox .conBox .tibar {
	height: 1.20rem;
	line-height: 1.20rem;
	text-align: center;
	font-size: .4rem;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	color: #1A1A1A;
  }

  .popupBox .conBox .tipinfo {
	padding: .40rem .70rem;
	font-size: .36rem;
	line-height: .50rem;
	color: #333333;
	border-bottom: 1px solid #eee;
  }

  .popupBox .conBox .tipinfo p {
	padding-bottom: .30rem;
  }

  .popupBox .conBox .tipinfo p span {
	color: #1AA138;
  }

  .popupBox .conBox .tipinfo img {
	display: block;
	width: 3.33rem;
	height: 3.33rem;
	margin: 0.1rem auto .5rem auto;
  }

  .popupBox .conBox .btn {
	width: 100%;
	height: 1.20rem;
	line-height: 1.20rem;
	color: #06BE6A;
	text-align: center;
	font-size: .4rem;
	display: block;
  }
