
/* 活动直播 */

.banner-live{
	/* height: 471px; */
	/* min-height: 200px; */
	width: 100%;
	/* background-image: url(../images/banner_live.png);
	background-repeat: no-repeat;
	background-size: cover; */
}
.banner-live img{
	width: 100%;
	height: auto;
	border: none;
	display: block;
}
.recent-live{
	margin-bottom: 35px;
}
.recent-live .title{
	font-size: 30px;
	line-height: 50px;
	margin-top: 30px;
}
.recent-live .live-list{
	display: flex;
	justify-content: flex-start;
}
.recent-live .live-item{
	width: 20%;
	text-align: center;
	line-height: 24px;
}
.recent-live .live-item .time{
	font-size: 16px;
	text-align: center;
	margin-top: 16px;
	font-weight: bold ;
}
.recent-live .column-box{
	width: 100%;
	height: 2px;
	background-color: #f1f1f1;
	margin:16px 0 10px ;
	position: relative;
}
.recent-live .column-box .circular{
	width: 12px;
	height: 12px;
	border: 1px solid #bd0843;
	border-radius: 50%;
	position: absolute;
	top: -6px;
	left: calc(50% - 6px);
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.recent-live .column-box .solid{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #bd0843;
}
.recent-live .column-box{
	width: 100%;
	height: 2px;
	background-color: #f1f1f1;
	margin:16px 0 10px ;
}
.recent-live .area{
	font-size: 14px;
	color: #999999;
	margin-bottom: 10px;
	height: 24px;
}
.recent-live .text-img{
	width: 224px;
	height: 126px;
	position: relative;
	box-shadow: 0px 10px 20px #000 inset;
	margin: 0 auto;
	cursor: pointer;
}
.recent-live .text-img .img-box{
	width: 224px;
	height: 126px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.recent-live .text-img img{
	width: 100%;
	height: 100%;
}
.recent-live .text-img .text{
	position: absolute;
	bottom: 0;
	color: #fff;
	height: 40px;
	padding: 0 15px;
	width: calc(100% - 30px);
	background: linear-gradient(0deg,rgba(0,0,0,.7),
	rgba(0,0,0,.2) 60%,rgba(0,0,0,.08) 90%,rgba(0,0,0,0));
}
.recent-live .text-img p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #fff;
	line-height: 40px;
	font-size: 14px;
}
.recent-live .text-img .state{
	width: 80px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	background-color: #e42060;
	color: #fff;
	position: absolute;
	top: 8px;
	right: 8px;
	border-radius: 4px;
	font-size: 13px;
}
.recent-live .text-img .state.living {
	background-color: rgba(0,0,0,0.6);
}
.recent-live .text-img .state .icon{
	display: none;
	width: 14px;
	height: 14px;
	background-image: url(/images/pc/onliving.png);
	background-repeat: no-repeat;
	background-size: cover;
	vertical-align: middle;
	margin-right: 5px;
}
.recent-live .text-img .state.living .icon{
	display: inline-block;
}
.activity-box .nav-box{
	display: flex;
	align-items: center;
	position: relative;
	margin-left: 20px;
}
.activity-box .right-panel{
	display: flex;
	align-items: center;
	position: relative;
	margin-right: 30px;
}

.activity-box  .swiper-container{
	width: 400px;
}
.activity-box  .swiper-container .swiper-slide{
	height: 50px;
	line-height: 50px;
}
.activity-box .swiper-button-next{
    background-image: url(/images/pc/swiper-r.png);
    right: -15px;
    width: 8px;
    height: 12px;
    background-size: 100%;
    display: block;
	top: 42px;
}
.activity-box  .swiper-button-prev{
    background-image: url(/images/pc/swiper-l.png);
    left: -15px;
	width: 8px;
	height: 12px;
    background-size: 100%;
    display: block;
	top: 42px;
}
.activity-box .swiper-slide{
	font-size: 16px;
}
.activity-box .swiper-slide.swiper-slide-active{
	color: #d51d58;
}



/* 资料点播页面 */
.video-detail .path{
	font-size: 16px;
	color: #999999;
	line-height: 56px;
}
.video-detail h4.title{
	font-size: 30px;
	color: #333333;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 42px;
	margin-bottom: 20px;
}
.video-detail h4.titles{
	font-size: 30px;
	color: #333333;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 42px;
	text-align: center;
}
.video-detail .summary{
    line-height: 50px;
    color: #999999;
    text-align: center;
}
.video-detail .summary span{
    margin-right: 15px;
}
.video-detail .video-box{
	width: 1260px;
	height: 563px;
	display: flex;
	justify-content: space-between;
	background-color: #222222;
	margin-bottom: 35px;
}
.video-detail .video-box .left-box{
	width: 918px;
	flex:0 0 918px;
	height: 563px ;
}
.video-detail .video-box .left-box #player{
	width: 918px;
	flex:0 0 918px;
	height: 515px;
	position: relative;
}
.video-detail .video-box .left-box #player .player{
	width: 100%;
	height: 100%;
}
.video-detail .video-box .left-box #player .layer{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width:360px;
	height: 240px;
	background-color: rgba(51,61,76,0.95);
	text-align: center;
	color: #fff;
	padding: 0 30px;
	display: none;
}
.video-detail .video-box .left-box #player .layer .tl{
	font-size: 20px;
	margin-top: 27px;
	line-height: 30px;
}
.video-detail .video-box .left-box #player .layer .tips{
	font-size: 16px;
	line-height: 30px;
	margin-top: 20px;
}
.video-detail .video-box .left-box #player .layer .row{
	width: 100%;
	height: 1px;
	background-color: #444444;
	margin-top: 20px;
	margin-bottom: 25px;
}
.video-detail .video-box .left-box #player .layer .button{
	width: 262px;
	height: 42px;
	background-color: #be0441;
	line-height: 42px;
	border-radius: 16px;
	margin: 0 auto;
	cursor: pointer;
}
.video-detail .video-box .left-box #player .closelayer{
	position: absolute;
	width: 24px ;
	height: 24px;
	top: -8px;
	right: -8px;
	background-image: url(/images/pc/closelayer.png);
	cursor: pointer;
}
.video-detail .video-box .left-box #player img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.video-detail .video-box .left-box .play-bot{
	padding: 0 23px;
	height: 48px;
	display: flex;
	justify-content: space-between;
	background-color: #222222;
}
.video-detail .video-box .left-box .play-bot .bot-left{
	min-width: 250px;
	height: 48px;
	display: flex;
}
.video-detail .play-bot .thumbs-box{
	line-height: 48px;
	display: flex;
	height: 48px;
	display: flex;
	align-items: center;
	color: #aaaaaa;
}
.video-detail .play-bot .thumbs-box .icon-box{
	background-repeat:  no-repeat;
	background-size: 18px 18px;
	background-position: 0 center;
	display: block;
	width: 18px;
	height: 18px;
}
.video-detail .play-bot .thumbs-box span{
	margin-left: 5px;
}
.video-detail .play-bot .thumbs-up{
	margin-right: 20px;
}
.video-detail .play-bot .thumbs-up .icon-box{
	background-image: url(/images/pc/thumb_up.png);
}
.video-detail .play-bot .thumbs-up .icon-box.active{
	background-image: url(/images/pc/thumb_up_active.png);
}
.video-detail .play-bot .thumbs-down .icon-box{
	background-image: url(/images/pc/thumb_down.png);
}
.video-detail .play-bot .thumbs-down .icon-box.active{
	background-image: url(/images/pc/thumb_down_active.png);
}
.video-detail  .bot-right{
	display: flex;
	flex-wrap: nowrap;
	line-height: 48px;
	color: #aaaaaa;
}
.video-detail  .bot-right .play-num .num{
	font-weight: 600;
}
.video-detail  .bot-right .column{
	margin: 0 10px;
}
.video-detail  .bot-right .share-box a{
	margin-right: 10px;
}
.video-detail  .bot-right .share-box a:last-child{
	margin-right: 0;
}
.video-detail .right-box{
	color: #aaaaaa;
	flex: 1;
	height: 563px;
}
.video-detail .right-box .top-nav{
	display: flex;
	justify-content: center;
	font-size: 14px;
	border-bottom: 1px solid #333333;
}
.video-detail .right-box .top-nav .nav-item{
	line-height: 40px;
	display: block;
	position: relative;
	margin: 0 20px;
}
.video-detail .right-box .top-nav .nav-item::after{
	content: "";
	position: absolute;
	width: calc(100% - 30px);
	bottom: 0;
	left: 15px;
	height: 2px;
	background-color: transparent;
}
.video-detail .right-box .top-nav .nav-item.ac{
	color: #f62366 ;
}
.video-detail .right-box .top-nav .nav-item.ac::after{
	color: #f62366 ;
	background-color: #f62366;
}
.video-detail .right-box .intro-box .intro-item{
	display: none;
	padding: 10px 22px;
	line-height: 22px;
}
.video-detail .right-box .intro-box .intro-item2,.boutique{
	height: 500px;
    overflow: auto;
}
.video-detail .right-box .intro-box .intro-item2::-webkit-scrollbar ,.boutique::-webkit-scrollbar{
  display: none;
}
.video-detail .right-box .intro-box .intro-item:first-child{
	display: block;
}
.video-detail .right-box .intro-box .intro-item span{
	word-break: break-word;
}
.video-detail .right-box .intro-box .intro-item1 p{
	margin-bottom: 10px;
}
.video-detail .right-box .intro-box .intro-item .tx-danger{
	color: #be0441;
	font-style: normal;
}
.intro-item2 .title,.boutique .title{
    display: inline-block;
    width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 相关推荐 */
.watchmore{
	color: #999999;
}
.relative-recommend .right-panel{
	margin-right: 0;
}



/* 活动直播--直播详情页 */
.livedetail .video-detail{
	margin-bottom: 35px;
}
.activity-box .activity-list .activity-list-item{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.livedetail .activity-box .activity-list .activity-item{
	width: 275px;
	margin-right: 30px;
}
.livedetail .activity-box .activity-list .activity-item:nth-child(4n){
	margin-right: 0px;
}
.livedetail .activity-box .activity-list .activity-item .img-box{
	width: 275px;
	height: 156px;
}
.livedetail .iframe-box{
	width: 1200px;
	height: 615px;
}
/* iframe */
#jx_frame{
	width: 100%;
	height: 100%;
}


/* .playerimg{
	display: none;
}
 */
ul.hot-study-nav{
	display: flex;
	font-size: 16px;
	color: #333;
	height: 30px;
	margin-top: 14px;
}
ul.hot-study-nav>li{
	margin-left: 40px;
	height: 30px;
	line-height: 30px;
}
ul.hot-study-nav>li.on{
	color: #d51d58;
	font-weight: bold;
}
.activity-box .nav-box {
    width: 400px;
    height: 50px;
	display: block;
}
#jCarousel{
	width: 400px;
}
#jCarousel li{
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	width: 80px;
	text-align: center;
	color: #666666;
}
#jCarousel li.on{
	color: #bd0843;
}
.activity-box .next{
    background-image: url(/images/pc/swiper-r.png);
    right: -15px;
    width: 8px;
    height: 12px;
    background-size: 100%;
    display: block;
	top: 18px;
	    position: absolute;
	    background-position: center;
	    background-repeat: no-repeat;
}
.activity-box  .prev{
    background-image: url(/images/pc/swiper-l.png);
    left: -15px;
	width: 8px;
	height: 12px;
    background-size: 100%;
    display: block;
	top: 18px;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
}
.activity-lists .activity-list-info{
	/*display: none;*/
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.activity-box .activity-lists {
    display: block;
}
@media screen and (max-width: 640px) {
    .banner-live {
        width: 96%;
		padding:0 2%;
    }
	.recent-live .title {
	    font-size: 22px;
	    line-height: 30px;
	    margin-top: 20px;
		margin-left: 20px;
	}
	.recent-live .live-list {
	    margin-left: 20px;
	    overflow-x: auto;
	}
	.recent-live .live-item {
	    width: 260px;
	    line-height: 24px;
		margin-right: 20px;
	}
	
	
	.livedetail .iframe-box {
	    width: 100%;
	    height: auto;
	}
	.video-detail .path {
	    padding: 0 20px;
	}
	
	
}
.clumon {
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}
.clumon.on {
    color: #f62366;
}
.gk_jd{
    display: inline-block;
    float: right;
}

/*微信分享*/
.wx{
    position: relative;
}
#showqrcode {
    position: absolute;
    bottom: 21px;
    left: -33px;
    width: 84px;
    height: 84px;
    padding: 5px 6px;
    background: url(/images/pc/wximg_bgq.jpg) no-repeat left top;
    background-size: 100% 100%;
    z-index: 99;
}


.show-box{
	/*width: 840px;*/
	/*flex:0 0 840px;*/
	/*height: 515px;*/
	position: relative;
}
.show-box .payer{
	width: 840px;
	height: 515px;
}
.show-box .layer{
	position: absolute;
	left: -250px;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width:360px;
	height: 240px;
	background-color: rgba(51,61,76,0.95);
	text-align: center;
	color: #fff;
	padding: 0 30px;
	display: none;
}
.show-box .layer .tl{
	font-size: 20px;
	margin-top: 27px;
	line-height: 30px;
}
.show-box .layer .tips{
	font-size: 16px;
	line-height: 30px;
	margin-top: 20px;
}
.show-box .layer .row{
	width: 100%;
	height: 1px;
	background-color: #444444;
	margin-top: 20px;
	margin-bottom: 25px;
}
.show-box .layer .button{
	width: 262px;
	height: 42px;
	background-color: #be0441;
	line-height: 42px;
	border-radius: 16px;
	margin: 0 auto;
	cursor: pointer;
}
.show-box .closelayer{
	position: absolute;
	width: 24px ;
	height: 24px;
	top: -8px;
	right: -8px;
	background-image: url(/images/pc/closelayer.png);
	cursor: pointer;
}
.show-box img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.activity-box video{
    width: 640px;
    height: 360px;
}
.activity-box img{
    max-width: 100%;
    max-height: 100%;
}

/* 检索排序 */
.search-content .search-default-list{
	display: flex;
}
.search-content .search-sort{
	margin-right: 8px;
	margin-left: 84px;
}
.search-content .search-default{
	position: relative;
	width: 100px;
	margin-top: 14px;
}
.search-content.jpkc .search-default{
	margin-top: 0px;
}
.search-content .search-default span{
	border: 1px solid #e6e6e6;
	color: #333333;
	font-size: 14px;
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
	display: block;
	background: url(/images/pc/arrow_down.png) no-repeat 76px 13px;
	background-size: 8px 4px;
	border-radius: 2px;
}
.search-content .search-default .search-list{
	position: absolute;
	left: 0;
	top: 32px;
	display: none;
	z-index: 999;
	width: 100px;
	/*box-shadow: 0px 3px 5px 0px #eee;*/
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.08);
}
.search-content .search-default .search-list .search-item {
	line-height: 32px;
	height: 32px;
	text-align: left;
	cursor: pointer;
	color: #333333;
	background-color: #ffffff;
	font-size: 14px;
	padding: 0 10px;
}

.search-content .search-default .search-list .search-item.on {
	color: #d61d56;
	background-color: #fdf2f6;
}
.search-content .search-default .search-list .search-item:hover {
	color: #d61d56;
}
.search-content .search-sort{
	margin-right: 8px;
	margin-left: auto;
}
.search-content .hot-box .top .title {
    width: 195px;
}
