/* main */
#main{
 /*   margin-top: 212px;
    padding: 106px 0 0;
    background: url("../img/index-mainBg.png") no-repeat top center;
    min-width:1191px;
    background-position: 49.8% 1%!important;*/
    margin-top: 200px;
    padding: 116px 0 0;
    min-width: 875px;
    background-position: 49.8% 8%!important;
}

.banner-wraper {
    position:relative;
    margin-top: 1rem;
	width:100%;
	height:100%;
    /*margin:0 auto;*/
    /*overflow: hidden;*/
}
.video-js .vjs-tech {
    height: 99% !important;
}

.Player {
    position: relative;
    width: 865px;
    height: 484px;
    margin: 0 auto;
  /*  width: 860px;
    height: 484px;*/
    /*margin: 0 auto 126px;*/
    /* background-color: skyblue; */
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.85);
    -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.85);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.85);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.85);
}

.vjs-big-play-button{
    /* visibility: hidden; */
}

.banner-channel {
	width:1066px;
	height:175px;
	position:relative;
	/*margin:20px auto 0;*/
    margin: 146px auto 0;
}

.video-btn {
	width: 66px;
	height: 66px;
	display: inline-block;
	position: absolute;
	cursor: pointer;
}

.video-left {
	left: 0;
	top: 44px;
	background: url('../img/index-banner-left.png') no-repeat;
	background-size: cover;
}
.video-right{
	right: 0;
	top: 44px;
	background: url('../img/index-banner-right.png') no-repeat;
	background-size: cover;	
}

.banner-channel-con{
    width:860px;
	height:100%;
	position:relative;
    margin:0 auto;
    overflow: hidden
}

.banner-channel-con ul{
    width:100%;
    width:860px;
	height:100%;
    position:relative;
    left: 0;
}

.channel-item{
    float: left;
    width: 172px;
    height: 100%;
    text-align: center;
    font-size: 16px;
    overflow: hidden;

    /* border-right: 1px solid #f00; */
}

.channel-item-link{
    display: block;
    height: 100%;
}

.channel-item .noLive,.channel-item .willLive{
    color: #999!important;
    font-size: 16px!important;
    font-weight: inherit!important;
}

.channel-item .isLiveLogo{
    color: #fff;
    background: #6eaefe;
    padding: 0 7px;
    border-radius: 3px;
}
.channel-item .isLiveLogo.noLive,.channel-item .isLiveLogo.willLive{
    visibility: hidden;
}


.channel-item .liveArea{
    padding: 0 10px;
    line-height: 21px;
    height: 42px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #333;
    font-weight: bolder;
    font-size: 18px;
    margin: 5px auto 20px;
}

.channel-item .liveType,.channel-item .liveDate{
    color: #f44a70;
}

.channel-item .liveType{
    margin-bottom: 10px;
    font-weight: bold;
}


.liveType.willLive{
    font-weight: bold!important;
}

.channel-item .liveDate.noLive{
    visibility: hidden;
}


.btmArrows{
    width:30px; 
    line-height: 30px;
    margin: 0 auto 10px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    vertical-align: middle;
    position: relative;
    left: -5px;
}

.arrows171{
    transform: rotate(-90deg);
}

.moreLink{
    display: block;
    width: 124px;
    height: 40px;
    line-height: 40px;
    background-color: #f44a70;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 0 auto 40px;
    border-radius: 5px;
}

.channel-item-link:hover .liveArea,.channel-item-link:hover .liveType,.channel-item-link:hover .liveDate{
    color: #f44a70!important;
}

