﻿@charset "utf-8";
/*========== reset ==========*/
*{
    font-family: Arial, 微軟正黑體;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote {
	margin:0;
	padding:0;
}

fieldset, img {
	border:0;
}

/*========== basic ==========*/
body {
	font-family: 微軟正黑體, Microsoft JhengHei, \5FAE\8EDF\6B63\9ED1\9AD4, Arial, PMingLiU, 新細明體, MingLiU, 細明體, sans-serif;
	font-size:16px;
	color:#5c5c5c;
        height:638px;
}
a, a:link, a:visited, a:active { text-decoration:none;}
a:hover { text-decoration:none;}

/*========== 共用 ==========*/
.left {float:left;}
.right {float:right;}
.clean {clear:both;}

.align_c {text-align:center;}
.align_r {text-align:right;}
.align_l {text-align:left;}

.for_pc{
	display: block;
}
.for_m{
	display:none;
}

.pos_r{
	position: relative;
}

/*========== 架構 ==========*/
.main_w{
	text-align: left;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

/*========== header ==========*/
header{
	width: 100%;
	height: 70px;
}

.header_cont{
	text-align: center;
	margin-top: 8px
	position: relative;
}

.header_logo{
	position: relative;
	width: 100%;
	margin-top: 15px;
	padding-top: 8%;
}

.header_logo img{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0; /* 將圖片固定在父層的大小 */
	width: 100%;
	height: 100%; /* 高和寬都填滿容器 */
	object-fit: cover; /* 和background-image設定background-size: cover一樣，圖片剛好填滿 */
	object-position: center;
}

.header_logo .ch_name_header{
	height: 65px;
	line-height: 65px;
	font-size: 26px;
	font-weight: bold;
	display: inline-block;
}

nav{
	position: absolute;
	right: 0;
	top: 10px;
	height: 30px;
	line-height: 30px;
	background-color: #d20001;
}

.nav_link,
.nav_link:link,
.nav_link:visited,
.nav_link:active{
	color: #000;
	font-size: 15px;
}

.nav_link:hover{
	color: #ed0a0a;
	text-decoration: underline;
}

.nav_link_line{
	display: inline;
	color: #999;
}

.nav_cont_type{
	position: absolute;
	right: 0;
	top: 40px;
	height: 30px;
	line-height: 30px;
}

.btn_cont_type,
a.btn_cont_type:link,
a.btn_cont_type:visited,
a.btn_cont_type:active{
	border-radius: 5px;
	border: #d20001 solid 1px;
	background: #d20001;
	color: #eee;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	margin: 0 0 0 5px;
	display: inline-block;
}

.btn_cont_type_focus,
a.btn_cont_type_focus:link,
a.btn_cont_type_focus:visited,
a.btn_cont_type_focus:active{
	border-radius: 5px;
	border: #690001 solid 1px;
	background: #690001;
	color: #eee;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	margin: 0 0 0 5px;
	display: inline-block;
}

a.btn_cont_type:hover,
a.btn_cont_type_focus:hover{
	border: #c22222 solid 1px;
	background: #eee;
	color: #c22222;
}

.header_line {
    width: 100%;
    height: 7px;
    line-height: 7px;
    overflow: hidden;
    background-color: #d20001;
    border-top: #ffa6a6 solid 3px;
}

.player_panel{
	background-image:url(../images/focus_bk_red.jpg);
	background-size: cover;
	background-color: #ed0a0a;
	overflow: hidden;
	margin-top: 8px;
}

.pp_left{
	float: left;
	width: 70%;
	aspect-ratio: 16/9;
	margin-left: 1%;
}

.pp_right{
	float: right;
	width: 26%;
	margin-right: 1%;
}

.player{
	text-align: center;
	margin: 15px 0;
	min-height: 370px;
	overflow: hidden;
}

.player iframe{
	min-height: 200px;
}

.player_warning_txt{
	color: #666;
	font-size: 28px;
	font-weight: bold;
	margin-top: 150px;
}

.ppt_bar{
	/* height: 90px; */
	background: #fff;
	text-align: center;
	margin: 0 0 15px;
	position: relative;
}

.ppt_arr_btn_prev{
	display: block;
	width: 5%;
	height: 90px;
	line-height: 90px;
	text-align: center;
	position:absolute;
	left: 0;
	top: 0;
	color: #000;
	font-size: 22px;
}

.ppt_arr_btn_next{
	display: block;
	width: 5%;
	height: 90px;
	line-height: 90px;
	text-align: center;
	position:absolute;
	right: 0;
	top: 0;
	color: #000;
	font-size: 22px;
}

.ppt_list{
	width: 90%;
	height: 100%;
	text-align: center;
	display: inline-block;
	overflow: hidden;
}

.ppt_page,
.ppt_page_focus{
	float: left;
	width: 90px;
	margin:10px 5px;
}

.ppt_page img,
.ppt_page_focus img{
	width: 100%;
}

.ppt_number{
	line-height: 20px;
	height: 20px;
	background-color: #333;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

.ppt_page_focus .ppt_number{
	background-color: #ed0a0a;
	color: #FFF;
}

.player2{
	background: #000;
	text-align: center;
	min-height: 110px;
	overflow: hidden;
	margin: 15px 0;
}

.player2 img{
	width: 100%;
	display: block;
}

.ppt_warning_txt{
	color: #666;
	font-size: 20px;
	font-weight: bold;
	margin-top: 35px;
}

/* 簡報控制按鈕 */
.ppt_btn_group{
	width: 100%;
}

.ppt_btn_off{
	font-size:20px;
	background-color: #fff;
	-webkit-box-shadow: 1px 3px 4px rgba(0,0,0,.8), inset 0 -5px #ccc;
	-moz-box-shadow: 1px 3px 4px rgba(0,0,0,.8), inset 0 -5px #ccc;
	box-shadow: 1px 3px 4px rgba(0,0,0,.8), inset 0 -5px #ccc;
	text-decoration:none;
	margin:0 0 10px;
	line-height:25px;
	overflow:hidden;
	color:#666;
	display:block;
	border:0;
	cursor:pointer;
	padding:10px 0 15px;
}

.ppt_btn_on,
.ppt_btn_off:hover{
	font-size:20px;
	background-color: #eee;
	-webkit-box-shadow: 1px 3px 4px rgba(0,0,0,.8), inset 1px -2px #999;
	-moz-box-shadow: 1px 3px 4px rgba(0,0,0,.8), inset 1px -2px #999;
	box-shadow: 1px 3px 4px rgba(0,0,0,.8), inset 1px -2px #999;
	text-decoration:none;
	margin:0 0 10px;
	padding:10px 0 15px;
	line-height:25px;
	overflow:hidden;
	color:#ed0a0a;
	display:block;
	border:0;
}

.ppt_btn_on span,
.ppt_btn_off span{
	display:block;
}

.ppt_btn_on span.break,
.ppt_btn_off span.break{
	padding-left: 45px;
}

.ppt_btn_half{
	width:50%;
	text-align:center;
	float:left;
}
.ppt_btn_whole{
	text-align:left;
}

.ppt_btn_left{
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}

.ppt_btn_right{
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}
.ppt_btn_full{
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* 頻道列表 */
.ch_list_box{
	width:100%;
	height:170px;
	position:relative;
	overflow:auto;
	overflow-x:hidden;
}

.ch_list_box_full{
	height:auto;
	margin-top: 15px;
}

.ch_list_m_scroll{
	width: 100%;
	height: auto;
	text-align: left;
	display: inline-block;
	overflow: hidden;
}

ul.ch_list,
div.ch_list{
	margin:5px 0 0 0;
	padding:0;
	border-top:#ff7a7a solid 1px;
}

ul.ch_list li,
div.ch_list p{
	margin: 0;
	list-style:none;
	height:35px;
	border-bottom:#ff7a7a solid 1px;
	overflow: hidden;
}

.ch_list_icon{
	width: 25px;
	height: 35px;
	display: inline-block;
	text-align: center;
	color: #ffa6a6;
}

span.ch_list_icon i{
	opacity: 0;
}

.nowplay{
	background-color:#FFE0E08F;
}

.ch_list a,
.ch_list a:link,
.ch_list a:visited,
.ch_list a:active{
	display:block;
	color:#fff;
	line-height:35px;
	padding-left: 5px;
}

ul.ch_list a:hover,
ul.ch_list a.nowplay{
	background-color:#630600;
}

.ch_list a:hover span.ch_list_icon i,
.ch_list a.nowplay span.ch_list_icon i{
	opacity: 1;
}

.ch_arr_btn_prev,
.ch_arr_btn_next{
	display: none;
}

.live_tag{
	background-color: #ed0a0a;
	color: #fff;
	font-size: 10px;
	line-height: 1.5;
	padding: 1px 5px;
	border-radius: 2px;
	display: inline-block;
}

/*下方內容*/
.cont_left{
	float: left;
	width: 71%;
}

.cont_right{
	float: right;
	width: 25%;
	max-width: 300px;
}

.mq{
	background-color:#000;
	text-align:left;
	font-size:15px;
	height:30px;
	line-height:30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin:0;
	padding:0 10px;
}
.mq a{
	color:#ff6c00;
	text-decoration:none;
}

.mq a:hover{
	text-decoration:underline;
}

h2{
	font-size:24px;
	color:#ed0a0a;
	line-height:32px;
	margin:20px 0 0;
	position: relative;
}

i.little_icon{
	font-size:10px;
}

h2 a.title_exp{
	display: none;
}

.cont_box{
	font-size:18px;
	color:#000;
	line-height:1.5;
	padding:15px;
	background-color: #fff;
	-webkit-box-shadow: 2px 2px 7px rgba(0,0,0,.3);
	-moz-box-shadow: 2px 2px 7px rgba(0,0,0,.3);
	box-shadow: 2px 2px 7px rgba(0,0,0,.3);
}

a.more_cont,
a.more_cont:link,
a.more_cont:visited,
a.more_cont:active{
	background-color: #000;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	padding: 2px 6px;
	border-radius: 4px;
	display: inline-block;
}

a.more_cont:hover{
	background-color: #ed0a0a;
}

table.schedule{
	border-top:#cccccc solid 1px;
}

table.schedule tr{
	background-color:#fff;
}

table.schedule tr:nth-child(even){
	background-color:#f5f5f5;
}

table.schedule tr:hover{
	background-color:#ffe2e2;
}

table.schedule td{
	font-size:16px;
	color:#333333;
	line-height:35px;
	border-bottom:#cccccc solid 1px;
}
table.schedule td.program{
	color:#630600;
}

.hi_ad{
	width: 100%;
}

/* 分享 */
.share_bar,
.share_bar_expand{
	/*display: none;*/
}

footer {
	width:100%;
	line-height:20px;
	overflow:hidden;
	color:#fff;
	font-size:13px;
	text-align:center;
	margin:15px 0 0;
	padding: 10px 0;
	background-color: #000;
	background-image: -webkit-linear-gradient(bottom, #000, #3e3e3e);
	background-image: -moz-linear-gradient(bottom, #000, #3e3e3e);
	background-image: -o-linear-gradient(bottom, #000, #3e3e3e);
	background-image: linear-gradient(to top, #000, #3e3e3e);
}

@media (min-width: 1200px) {
	.pp_left{
		margin: 0 15%;
	}
	.header_cont{
		text-align:center;
	}
	.ch_name_header {
		margin-left: 9px;
	}
}

@media (min-width: 750px) {
	.header_logo img{
		height: 70px;
	}
}

@media (min-width: 390px) {
	.player iframe{
		min-height: 475px;
	}
}

@media (max-width: 750px) {
	.pp_left{
		width: 100%;
	}
	.header_logo{
		padding-top: 11%;  /* 也是佔總寬度的50%，因此長寬一樣長 */
	}
}

@media all and (max-width: 450px) {
	.header_logo .ch_name_header {
		margin-top: 1rem;
		font-size: 1rem;
		display: block;
		/*line-height: 40px;*/
		width: 94%;
	}
	.player_panel {
		/*margin-top: 4rem;*/
		height: 75vh;
	}
}


