@charset "utf-8";

/*有廣告按鈕等各種狀態*/
.player-m{
	position:absolute;
	background-color:rgba(0,0,0,0.5);
	width:749px;
	z-index:5;
	height:421px;
	}
.star-btn{
	background-image:url(../../images/live_play_btn.png);
	background-size:116px 36px;
	text-indent:-999999px;
	display:block;
	width:116px;
	height:36px;
	background-repeat:no-repeat;
	float:left;
	position:absolute;
	top:50%;
	left:50%;
	margin:-18px -58px;
	cursor: pointer;
	}
.ad-banner-m{
	position:absolute;
	background-color:rgba(0,0,0,0.8);
	width:988px;
	height:461px;
	z-index:6;
	margin:0 15px;
	background-color: #000000 \9}
.banner-watchlive, .banner-watchlive:visited{
           width:105px;
           background-color:#000000;
          opacity:0.6;
           color:#ffffff;
           font-size:26px;
           text-decoration:none;
           text-align:center;
           line-height:44px;
           right:22px;
           top:62px;
           border:1px solid rgba(255,255,255,0.6);
           position:absolute;
           z-index:7;
}
.banner-watchlive:hover{
           opacity:1;
           color: #ff722a;
           text-decoration:none;
           background-color:#000000;
           border:1px solid #ff722a;
           }

.ad-banner{
	position:absolute;
	top:50%;
	left:50%;
	margin:-180px 0 0 -494px;}

/*節目表*/
.program-list-m{
	width:320px;
	height:461px;
	position:absolute;
	right:15px;
	background-color:rgba(0,0,0,0.9);
	z-index:10;
	}	
.program-list {
  list-style: none;
  position: relative;
  width: 95%;
  margin: 0px auto;
  padding: 0;
  font-size: 1em;
  color: #00bebe;
}
.program-list-content {
  height:320px;
  margin-right:15px;  
}
.program-list-title{
	margin:0px;
	padding:16px 40px 0 20px;
	font-size:18px;
	color:#909090;
	font-weight:bold;
	line-height: 24px;
        max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.program-name{
	margin:0 0 0 20px;}
.program-name-on{
     color:#eeeeee
}
	
.program-list-close{
	position:absolute;
	top:15px;
	right:30px;
	height:17px;
	width:17px;
	background-image:url(../../images/close_btn.png);
	text-indent:-99999px;
	cursor: pointer;}
.date {
  display: inline-block;
}
.date input[type="radio"] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  outline: none;
}
.date input[type="radio"]:checked ~ label {
  color: #E5722A;
  height: 30px;
  font-size: 14px;
  cursor: default;
  border-bottom:2px solid #E5722A;
}
.date input[type="radio"]:checked ~ .program-section {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  width: 100%;
  padding: 13px 0 0 13px;
  color: #666;
  letter-spacing: .1em;
  text-indent: 1em;
  z-index: 10;
}
.date label {
  margin:15px 0 0 16px ;
  display: block;
  width: 76px;
  height: 30px;
  color: #666;
  text-align: center;
  cursor: pointer;
  border-bottom:2px solid #666;
}
.date label:hover {
  height: 30px;
  border-color: #E5722A;
  color: #E5722A;
}
.date .program-section {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 45px;
  left: 0;
  width: 20px;
  padding: 50px;
  letter-spacing: -1em;
  text-indent: 1em;
}


/*上方撥放器*/
.player {
	padding-right:0px;
	margin-bottom:10px;
	position:relative;
}
.top-p{
	position:relative;}
.chinal{
	padding-left:0px;
	height: 460px;
}
.player-channel-name{
	position:absolute;
	background-color:rgba(0,0,0,0.9);
	padding:0 0 0 18px;
	font-size:15px;
	width:100%;
	color:#fff;
	line-height:40px;
	text-align: left;
	z-index:5;
	}
.player-control-bar{
	background-color: rgb(0,0,0);
	height: 40px;
	color: rgba(255,255,255,1);
	font-size: 12px;
	line-height: 40px;
	font-family: Verdana, Geneva, sans-serif
}
.player-control-bar h2{
	margin:0px;
	color:rgba(255,255,255,1);
	font-size:14px;
	padding:0 0 0 18px;
	line-height:40px;
	float:left;}
.live-viewers-icon{
	background-image:url(../../images/player-control-bar.png);
	background-position:0px -2px;
	text-indent:-999999px;
	display:block;
	width:40px;
	height:40px;
	background-repeat:no-repeat;
	float:left;}
.live-viewers{
	float:right;
	padding-right:10px;	
}
.live-like-icon{
	background-image:url(../../images/player-control-bar.png);
	background-position:-40px -2px;
	text-indent:-999999px;
	display:block;
	width:40px;
	height:40px;
	background-repeat:no-repeat;
	float:left;
	cursor: pointer;}
.live-like-icon:active{
	background-position:-40px -42px;
	}
.live-like{
	float:right;
	padding-right:10px;
	color:rgba(245,168,35,1)}
.live-share-icon{
	background-image:url(../../images/player-control-bar.png);
	background-position:-80px 0px;
	text-indent:-999999px;
	display:block;
	width:40px;
	height:40px;
	background-repeat:no-repeat;
	float:right;
	cursor: pointer;}
.live-share-icon:active{
	background-position:-80px -40px;
	}
.live-track-icon{
	background-image:url(../../images/player-control-bar.png);
	background-position:-160px -0px;
	text-indent:-999999px;
	display:block;
	width:40px;
	height:40px;
	background-repeat:no-repeat;
	float:right;
	cursor: pointer;}
.live-track-icon:active{
	background-position:-160px -40px;
	}
.live-program-icon{
	background-image:url(../../images/player-control-bar.png);
	background-position:-120px -0px;
	text-indent:-999999px;
	display:block;
	width:40px;
	height:40px;
	background-repeat:no-repeat;
	float:right;
	cursor: pointer;}
.live-program-icon:active{
	background-position:-120px -40px;
	}
.channel{	
	padding:0px;
	}
.channelContent {
  height:420px;
  background-color: #000; 
  margin-right:15px;  
}

.live-channel-title{
	padding-top:10px;
	padding-bottom:8px;
	padding-left:15px;
	font-size:17px;
	margin:0 15px 0 0px;
	color:#FFF;
	line-height:23px;
	background-color:#000;
	}
.channelItem {
	padding:14px 20px 0px 20px;
  width: 100%;
  height: 71px;
  background-image: linear-gradient(-180deg, #212121 0%, #000000 100%);
  margin: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  cursor: pointer;
}
.channelItem-on {
	padding:14px 20px 0px 20px;
  width: 100%;
  height: 71px;
  background-image: linear-gradient(-180deg, #734020 0%, #000000 100%);
  margin: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  border:2px solid #F18F27;
}
.channelItem:hover .channel-name, .channelItem:hover .channel-logo{
	color: #fff;
	}
.channelItem-on .channel-logo{
	font-size:17px;
	color:#f29637;
	display:block;
	text-align: left;
	height:18px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}
.channel-logo{
	font-size:17px;
	color:#CCC;
	display:block;
	text-align: left;
	height:18px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}
.channel-name{
	display:block;
	text-align: left;
	font-size:14px;
	font-weight:bolder;
    color: #F0F0F0;	
	/*color: #999;*/
	height:25px;
	padding:5px 0 0 0;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}
.channelItem-on .channel-name{
	display:block;
	text-align: left;
	font-size:14px;
	font-weight:bolder;
	color: #f29637;
	height:25px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}	
/*
.channelItem {
  width: 100%;
  height: 86px;
  background-image: linear-gradient(-180deg, #212121 0%, #000000 100%);
  margin: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  cursor: pointer;
}
.channelItem-on {
  width: 100%;
  height: 86px;
  background-image: linear-gradient(-180deg, #734020 0%, #000000 100%);
  margin: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  border:2px solid #F18F27;
}

.channelItem:hover .channel-name{
	color: #fff;
	}
.channel-logo{
	display:block;
	width:100%;
	text-align:center;
	padding:13px 0 5px 0;}
.channel-name{
	display:block;
	text-align:center;
	font-size:15px;
	color: #CCC;
	width:80%;
	margin:0 auto;
	height:20px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}
.channelItem-on .channel-name{
	display:block;
	text-align:center;
	font-size:15px;
	color:#f29637;
	font-weight: bolder;
	width:80%;
	margin:0 auto;
	height:20px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}*/

/* LIVE GROUP */
.row.live{ margin:0px 22px;}
.col-xs-12.live{
	margin:0px 0px 11px 0px;
	padding:0px 5px;
	}
.live-bg{
	background-color: rgba(255,255,255,1);
	overflow: hidden;
	}
.col-xs-6.live{
	margin:0px 0px 11px 0px;
	padding:0px 5px;
	box-sizing:border-box}
.live-img{
	width:226px;
	position: relative;
	float:left}
.live-img img{
	height:127px;}

.live-mask-b{
	background-color: rgba(0,0,0,0.4);
	position:absolute;
	width:100%;
	height:146px;
	display:block;
	z-index:3}
.live-mask-o{
	background-color: rgba(225,141,4,0.9);
	position:absolute;
	padding:0 10px;
	width:100%;
	height:29px;
	display:block;
	z-index:3;
	line-height:29px;
	font-size:12px;
	color:rgba(255,255,255,1);
	text-align: left;}
.live-mask-like{
           position:absolute;
           right:0px;
           z-index:3;
           background-image:url(../../images/player-control-bar.png);
           background-position:-160px -5px;
           text-indent:-999999px;
           display:block;
           width:40px;
           height:30px;
           background-repeat:no-repeat;
           opacity: 0.8; filter: alpha(opacity=80);
}
.live-mask-like:hover{
           cursor: pointer;
           opacity: 1; filter: alpha(opacity=100);}
	
.live-mask-play{
	background-image:url(../../images/index_play_btn.png);
	position:absolute;
	width:47px;
	height:47px;
	top:50%;
	left:50%;
	margin:-23px 0 0 -23px;
	z-index:4}
.live-img:hover .live-mask-play{
	background-position:0px -47px;
	}
.live-text1{
	float:left;
	padding:15px 10px;
	width:75.8%;
	box-sizing:border-box;
	}
.live-text2{
	float:left;
	padding:15px 10px;
	width:51%;
	box-sizing:border-box;
	text-align: left;
	}
.live-name{
	padding:0px;
	margin:0px;
	font-size:17px;
	max-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	}
.live-introduction{
	color:rgba(102,102,102,1);
	padding:10px 0 0 0;
	text-justify: inter-ideograph;
    max-height: 68px;
	width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	}
.live-viewers-icon-s{
	background-image:url(../../images/player-control-bar.png);
	background-position:-10px -7px;
	text-indent:-999999px;
	display:block;
	width:25px;
	height:30px;
	background-repeat:no-repeat;
	float:left;}

/* NEWS GROUP */
.live-group-title-icon{
	width:1px;
	height:17px;
	margin:4px 10px 0 0px;
	background-color:rgba(229,114,42,1);
	display:block;
	float:left;}
.live-group-title{
	padding-left:28px;
	padding-top:15px;
	padding-bottom:10px;
	font-size:17px;
	margin:0px;
	line-height:23px;
	text-align: left;
	}
.row.news{ margin:0px 22px;}
.col-xs-3.new{
	margin:0px;
	padding:0px 5px 11px 5px;}
.news-img{
	width:100%;
	position: relative;
	height: 127px;
}
.news-img img{
	height:127px;}

.news-mask-b{
	/*background-color: rgba(0,0,0,0.6);*/
	position:absolute;
	width:100%;
	height:127px;
	display:block;
	z-index:3}

.news-mask-play{
	background-image:url(../../images/index_play_btn.png);
	position:absolute;
	width:47px;
	height:47px;
	top:50%;
	left:50%;
	margin:-23px 0 0 -23px;
	z-index:4}
.news-mask-b:hover .news-mask-play{
	background-position:0px -47px;
	}


.news-name{
	background-color:rgba(255,255,255,1);
	width:100%;
	vertical-align: middle;
	text-align: left;
	font-size: 14px;
	color: #000;
	padding: 0px 8px;
	margin:0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height:40px;
	box-shadow:0px 1px 1px rgba(23%,17%,17%,0.1)}
	
/* MOVIE GROUP */
.row.movie{ margin:0px 17px;}
.col-xs-2.movie{
	margin:0px;
	padding:0px 10px 20px 10px;}
.col-xs-2.movie:hover{
	text-decoration: none;
}
.movie-img{
	width:100%;
	position: relative;
	height: 198px;
	background-color: #ffffff;
}
.movie-img img{
	height:198px;}

.movie-name{
	background-color:rgba(255,255,255,1);
	width:100%;
	vertical-align: middle;
	text-align: left;
	font-size: 14px;
	color: #000;
	padding: 0px 8px;
	margin:0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height:40px;
	box-shadow:0px 1px 1px rgba(23%,17%,17%,0.1)}
.row.movie .col-xs-6 a{
	font-size:16px;
	color:rgba(229,114,42,1);
	width:200px;
	line-height:30px;
	text-align:center;
	display:block;
	}
.movie-more{
	float:right;
	position:relative;
	 }
.movie-more .more-icon{
	background-image:url(../../images/index_btn.png);
	background-position:0px 0px;
	text-indent:-999999px;
	display:block;
	width:20px;
	height:20px;
	background-repeat:no-repeat;
	position:absolute;
	top:5px;
	left:40px;
	}
.movie-change{
	float:left;
	position:relative}
.movie-change .change-icon{
	background-image:url(../../images/index_btn.png);
	background-position:-20px 0px;
	text-indent:-999999px;
	display:block;
	width:20px;
	height:20px;
	background-repeat:no-repeat;
	position:absolute;
	top:5px;
	left:40px;
	}
.col-xs-6 .line-left{border-right:1px solid #000;}

.tag-measured {
    position: absolute;
    background:#f8c11b;
    z-index:1;
    font-size: 12px;
    opacity: 0.9;
    padding: 3px 8px;
    line-height: 13px;
    margin-left: 10px;
    /*2018/11/05 海報標籤*/ 
	top:0;
	right: 0;
	opacity: 1;
	color: #000;
	-webkit-border-radius: 0 0 0 10px;
			border-radius: 0 0 0 10px;
	padding-left: 10px;
    
}

/*20181113 Twitch*/
.twitch-head{
	text-align: center;
	
	padding-bottom: 16px;
	border-bottom: 3px solid #E0E0E0;
	width: 944px;
	margin: 0 auto;
	margin-top: 16px;
}
.twitch-user{
	display: flex;
	align-items:center;
}
.twitch-row{
	margin-bottom: 15px;
}
.twitch-row .row{
	position: relative;
}
.twitch-row .row.news{
	margin: 0 30px;
}
.twitch-row .row .control{
	position: absolute;
	z-index: 5;
}
.twitch-row .row .control.prev{
	left: -30px;
	top: 32px;
	width: 30px;
	height: 74px;
	background: url(/MyVideo/static/images/arrow.png) no-repeat 0 0;
}
.twitch-row .row .control.prev:hover{
	background: url(/MyVideo/static/images/arrow.png) no-repeat -64px 0;
}
.twitch-row .row .control.next{
	right: -30px;
	top: 32px;
	width: 30px;
	height: 74px;
	background: url(/MyVideo/static/images/arrow.png) no-repeat -30px 0;
}
.twitch-row .row .control.next:hover{
	background: url(/MyVideo/static/images/arrow.png) no-repeat -94px 0;
}
.twitch-user .user-image{
	display: inline-block;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 25px;
	        border-radius: 25px;
	overflow: hidden;
	position: relative;
	margin-right: 8px;	
}
.twitch-user .user-image img{
	max-height: 100%;  
    max-width: 100%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}
/*20181113 Twitch end*/