html, body {height: 100%;}
*{box-sizing: border-box;}
.bigbg{
	background:url(../images/m_bg.jpg) repeat-y center;
    background-size: contain;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.banner img{
	display: block;
    width: 100%;
    max-width: 100%;
}
.page{
    max-width: 750px;
    margin: 0 auto;
}
.wrap{
	padding: 0 15px;
}
.tit{
	margin:30px 0;
	text-align: center;
}
.showShedule dl{
	text-align: center;
	line-height: 25px;
}
.showShedule dl dt{
	color: #fff;
} 
.showShedule dl dd{
	color: #a6a6a6;
} 
.swiper-container {
  width: 100%;
  border-bottom: 1px solid #6c6c6c;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.shedule{
	width: 100%;
	margin-top: 50px;
}
.shedule-hd li{
	position: relative;
	float: left;
	padding-bottom:15px;
	color: #fff;
	font-size:18px;
	cursor: pointer;
}
.shedule-hd li.active{
	color: #ffde59;
}
.shedule-hd li.active:after{
	position: absolute;
	left: 20px;
	bottom: 0;
	content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #ffde59;
}
.shedule-bd{
	position: relative;
	margin-top: 20px;
}
.shedule-bd:before{
	position: absolute;
    content: '';
    left: 50%;
    top: -26px;
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #94979c;
    z-index: 9999;
}
.shedule-bd li{
	display: none;
	color: #fff;
}
.shedule-item{
	line-height: 25px;
	padding-bottom:10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #6c6c6c;
}
.shedule-item p{
	color: #a6a6a6;
}
.shedule-item .p1{
	color: #fff;
}
.shedule-item .date{
	margin-right: 30px;
}
.showPhotos,
.latestNews{
	margin: 40px 0;
}
.liveshow{padding-right: 15px;}
.liveshow li{ float: left; width: 50%; padding:15px 0 15px 15px;    height: 146px;}
.liveshow .TStation a{display: block; color:#fff; width:100%;overflow:hidden;font-size:14px;text-decoration: none;}
.liveshow .TStation a img{width:100%; border: 1px solid #838383; overflow: hidden;}
.liveshow .TStation a div{position: relative; width:100%; line-height: 25px; overflow:hidden; text-overflow:ellipsis;  white-space: nowrap;}
.liveshow .TStation a span{padding:0 8px;}
.liveshow .more{text-align:center;}
.liveshow .more a{color:#fff; font-size:12px; display:block; padding:3px 0; width:100px; margin:0 auto;}
.news_list li a{
	display: block;
	padding:0 15px;
	color: #fff;
	line-height: 40px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	text-decoration: none;
}
.live-hd li{
	margin-bottom: 35px;
}
.player .title{
	color: #fff;
	line-height: 25px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
}
.footer{
	border-top: 1px solid #434343;
    color: #bfbfbf;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #000;
}
.or-list li{
	margin:10px 30px 0 30px;
	line-height: 25px;
	color: #fff;
	
}
.or-list li h3{
	font-size: 16px;
	float: left;
	font-weight: normal;
	
}
.str_wrap {
	overflow:hidden;
	//zoom:1;
	width:100%;
	font-size:14px;
	line-height:16px;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;  
	/*background:#f6f6f6;*/
	white-space:nowrap;
}

.str_wrap.str_active {
	/*background:#f1f1f1;*/
}
.str_move { 
	white-space:nowrap;
	position:absolute; 
	top:0; 
	left:0;
	cursor:move;
}
.str_move_clone {
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:top;
	position:absolute; 
	left:100%;
	top:0;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.str_wrap img {
	max-width:none !important;	
}