@charset "utf-8";
/*
20211217
*/
/* channel(hami.jsp), playMultiAngle.jsp,  vod(play.jsp) */
@import
	url("https://fonts.googleapis.com/css?family=Noto+Sans+TC|Open+Sans");

@font-face {
	font-family: "FontAwesome";
	font-weight: normal;
	font-style: normal;
	src:
		url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
	src:
		url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0")
		format("embedded-opentype"),
		url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0")
		format("woff2"),
		url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0")
		format("woff"),
		url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0")
		format("truetype"),
		url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular")
		format("svg");
}

html, body {
	font: 16px/140% Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	color: #fff;
	-webkit-text-size-adjust: 100%;
}

.no_show{
	display:none;
}
.like a{
	background: url("../images/ic_love_off_player.svg") no-repeat;
	cursor: pointer; 
	background-size: 100% auto;
    position: absolute;
    width: 60px;
    height: 60px;
    max-height:60px;
    left: 88%;
    top: 4%;
    z-index: 3;	
}
.like.on a{
    background: url("../images/ic_love_on_player.svg") no-repeat;
    cursor: pointer; 
	background-size: 100% auto;
    position: absolute;
    width: 60px;
    height: 60px;
    max-height:60px;
    left: 88%;
    top: 4%;
    z-index: 3;	
}
.goToScribe , .goToScribe1{
  text-align: center;
  left:-1px;
  bottom:50px;
  position: absolute; 
  box-sizing: border-box;
  font-size:16px;
  height: 48px;
  width: 219px;
  border: 1px solid rgba(238,238,238,0.7);
  border-radius: 2px;
  background-color: rgba(0,0,0,0.7);
  padding-top: 11px;
}
.goToScribe .remove ,.goToScribe1 .remove {
	color:#EEEEEE;
}
.goToScribe .scribe, .goToScribe1 .scribe{
    color:#50E3C2;
}
.messageBox{
  display:none;
  position: absolute;
  z-index:3;
  top:80%;
  left:50%;
  transform: translate(-50%, -50%);
}
.close_ad{
	position: absolute;
	top:-10px;
	right:-10px;
	cursor:pointer;
	color:black;
}

.review{
	border-color:#45BA9F;
	border-width:6px;
	border-style:solid;
	position: absolute;
	/* height:   in play.js*/
	width:100%;
	top:0px;
	left:0px;
}
.review .titlePic {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:-2px;
	width:248px;
	height:40px;
}

.hotkey{
  height: 150px;
  width: 150px;
  transform: scaleX(-1);
  border-radius: 150px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top:50%;
  left:50%;
  z-index:3;
  transform: translate(-50%, -50%);
}
.hotkey .key {
	position: absolute;
  	top:50%;
  	left:50%;
  	height: 100px;
    width: 100px;
    transform: translate(-50%, -50%);
}
.hotkey .pause {
	background: url('hotkey/pause.png') center center no-repeat;
}
.hotkey .play {
	background: url('hotkey/arrow.png') center center no-repeat;
}
.hotkey .mute {
	background: url('hotkey/mute.png') center center no-repeat;
}
.hotkey .text {
	font-size: 25px;
	position: absolute;
	top: 25%;
	color: #fff;
	transform: translate(-50%, -50%);  
}
.hotkey .one_pic {
	position: absolute;
  	top:70%;
  	left:50%;
  	height: 100%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.hotkey .volume_big {
	background: url('hotkey/volume_big.png') center center no-repeat;
}
.hotkey .volume_small {
	background: url('hotkey/volume_small.png') center center no-repeat;
}

.hotkey .two_pic {
	position: absolute;
  	top:60%;
  	left:5px;
  	height: 30px;
	width:100%;
}
.hotkey .two_pic .forward {
	background: url('hotkey/arrow_f.png') no-repeat;
	display: inline-block;
	width:30px;
	height:100%;	
}
.hotkey .two_pic .rewind {
	background: url('hotkey/arrow_r.png') no-repeat;
	display: inline-block;
	width:30px;
	height:100%;
	
}

.stop_block{
	background:#383838;
	color:#fff;
	width:450px;
	height:200px;
	padding:50px; 
	border-radius: 10px;
	position: absolute;
    z-index:3;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    display: none;
}
.stop_block.right {
    top:12%;
    left:95%;
    transform: translate(-95%, -12%);
}
.stop_block p{
	margin: 0 0 30px;
	padding:0 30px;
	font-size: 18px;
	text-align: left;
	
}
.stop_block p{
	margin: 0 0 30px;
	padding:0 10px;
	font-size: 18px;
	text-align: left;
	display:inline-block;
	 line-height: 40px;
}
.stop_block .twobutton{
	display: flex;
}
.stop_block .stop_btSet {
	font-size: 16px;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    background: -webkit-linear-gradient(315.28deg, #47F15A 0%, #24CBFF 100%);
    background: -o-linear-gradient(315.28deg, #47F15A 0%, #24CBFF 100%);
    background: linear-gradient(134.72deg, #47F15A 0%, #24CBFF 100%);
    margin-bottom: 10px;
    font-family: 'Noto Sans TC', "Microsoft JhengHei", sans-serif;
	width:170px;
	margin: 0 10px;
}
.stop_block .stop_btSet.stop_channel {
	font-size: 16px;
    line-height: 40px;
    border-radius: 30px;
    text-align: center;

    background: #292929;
    margin-bottom: 10px;
    font-family: 'Noto Sans TC', "Microsoft JhengHei", sans-serif;
	width:150px;
	margin: 0px 0px 30px 20px;
}

.stop_block .stop_btSet a {
    color: #000;
    display: block;
	text-decoration: none;
	outline: none;
    margin:5px;
}
.stop_block .stop_btOther{
	background: #292929;
	margin: 0 auto;
	width:130px;
	margin: 0 10px;
}
.stop_block .stop_btOther a {
	color:#fff;
}
.stop_block .stop_btSet:hover {
	-webkit-filter: brightness(1.1);
	filter: brightness(1.1);
}

.goPlayNextReview{
	position: absolute;
    z-index:3;
    right:40px;
    bottom:80px;
    display: none;
    font-size:16px;
    
}
.goPlayNextReview a{
	display: block;
    border: 2px solid #eee;
    border-radius: 25px;
    padding: 0 10px;
    line-height: 36px;
    background: rgba(0,0,0,0.6);
    
}
