.wrapper_1200{
	width: 1200px;
	margin: 0px auto;
}
.player-contanier {
	/*background: #2e2e36;*/
	background: url(/images/pcnew/bg.png)no-repeat;
	background-size: 100% 100%
}
.tv-channel-date {
    font-size: 30px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 40px;
    padding: 40px 0 30px 0;
}
#main {
	width: 1200px;
	margin: 0px auto;
}

#player {
	width: 900px;
	height: 600px;
	overflow: hidden;
	background: #ccc;
}


/*width: 580px;height:467px;*/

#playlist {
	width: 300px;
	height: 652px;
	overflow: hidden;
	float: right;
	background: #1F1F1F;
	/*padding: 0 0 0 12px;*/
	font-size: 14px;
}


/*width:388px;*/

#datelist {
	height: 36px;
	color: #9B9B9B;
	padding: 10px 0;
}

#item {
	height: 46px;
	color: #9B9B9B;
	overflow: auto;
	line-height: 30px;
	position: relative;
}


/*height:373px;*/

#channels {
	height: 600px;
	overflow: hidden;
	color: #9B9B9B;
}

#days li {
	float: left;
	width: 55px;
	height: 36px;
	line-height: 18px;
	cursor: pointer;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

#days li span {
	display: block;
}

#item li {
	width: 300px;
	height: 44px;
	overflow: hidden;
	font-size: 16px;
	cursor: pointer;
	color: #0099FF;
	border-bottom: 1px solid #2e2e2e;
	text-indent: 18px;
    line-height: 44px;
    font-weight: 400;
    position: relative;
}
#item li:after{
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0px;
	left: 42px;
	width: 20px;
	height: 2px;
	background: #0099FF;
}

/*width:270px;*/

#item ul {
	/*padding: 0 0 0 18px;*/
	position: relative;
	overflow: hidden;
}

#chatabs li {
	float: left;
	width: 106px;
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	height: 38px;
	line-height: 38px;
	color: #fff;
}


/*width:87px;*/

#chatabs li a {
	color: #fff;
}

#days li:hover {
	background: #2c2c2c;
}

#channels #chatabs a:hover {
	background: #2c2c2c;
}

#channels #chatabs li:hover {
	background: #2c2c2c;
}

#channels #chatabs li.on {
	background: #0099FF;
}

#channels a span {
	padding: 0 2px;
}

#days li.on {
	color: #0099FF;
}

#item li.gray {
	color: gray;
	cursor: auto;
}

#item li.cur {
	color: goldenrod;
	background: url(../images/icon_cur.png) no-repeat 18px 12px;
}

.tide_player_note {
	font-size: 250%;
	text-align: center;
	padding: 20px 0 0;
}

#channels a {
	color: #9B9B9B;
	text-decoration: none;
	height: 38px;
	width: 10px;
	line-height: 38px;
}

#channels a.next {
	float: left;
	height: 38px;
	width: 10px;
	float: right;
	background: url(../images/next.jpg) no-repeat;
	cursor: pointer;
}


/*float:left;margin:0 0 0 10px;*/

#channels a.prev {
	float: left;
	height: 38px;
	width: 10px;
	float: left;
	background: url(../images/prev.jpg) no-repeat;
	cursor: pointer;
	margin: 0 10px 0 0;
}

#jCarousel {
	width: 300px;
	float: left;
}


/*width:348px;*/

#ajaxloading {
	background: #007722;
	height: 50px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 150px;
	margin: -25px 0 0 -75px;
	line-height: 50px;
	text-align: center;
}

#ajaxloading p {
	color: #fff;
	font-size: 16px;
}


/*h5播放器*/

#video {
	width: 710px;
	height: 568px;
	overflow: hidden;
	background: black;
}
/*视频*/
#showplayerbox{
	height: 600px;
}
/*播放列表*/
.video-list{
    height: 546px;
}
.video-flex{
	padding: 22px 16px 0;
	display: flex;
	justify-content: space-between;
}
.video-flex .video-img{
	width: 123px;
	height: 69px;
}
.video-flex .video-img img{
	width: 100%;
	height: 100%;
}
.video-flex .video-text{
	width: 126px;
	height: 69px;
	overflow: hidden;
}
.video-flex .video-text a{
	font-weight: 400;
	color: #FFFFFF!important;
	font-size: 14px;
	line-height: 22px!important;
}
.video-more{
	height: 52px;
	line-height: 52px;
	text-align: center;
}
.video-more a{
	height: 52px!important;
	line-height: 52px!important;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
}
/*@media only screen and (max-width: 1200px) {
	#main {
		width: 100%;
	}
	.video-box {
		width: 100%;
	}
	#video {
		width: 100%!important;
		height: 300px;
	}
	#playlist {
		width: 100%;
	}
	#jCarousel {
		width: 88%!important;
	}
	#chatab li {
		min-width: 80px;
		font-size: 12px;
	}
	#item {
		width: 100%;
		height: 248px;
	}
}*/
