/* Minification failed. Returning unminified contents.
(126,41): run-time error CSS1046: Expect comma, found '212'
(126,48): run-time error CSS1046: Expect comma, found '/'
(442,93): run-time error CSS1046: Expect comma, found '212'
(442,101): run-time error CSS1046: Expect comma, found '/'
(683,34): run-time error CSS1046: Expect comma, found '212'
(683,42): run-time error CSS1046: Expect comma, found '/'
(691,36): run-time error CSS1046: Expect comma, found '212'
(691,44): run-time error CSS1046: Expect comma, found '/'
(807,34): run-time error CSS1046: Expect comma, found '212'
(807,42): run-time error CSS1046: Expect comma, found '/'
(822,34): run-time error CSS1046: Expect comma, found '212'
(822,42): run-time error CSS1046: Expect comma, found '/'
(845,37): run-time error CSS1046: Expect comma, found '212'
(845,45): run-time error CSS1046: Expect comma, found '/'
(861,34): run-time error CSS1046: Expect comma, found '212'
(861,42): run-time error CSS1046: Expect comma, found '/'
(866,79): run-time error CSS1046: Expect comma, found '212'
(866,87): run-time error CSS1046: Expect comma, found '/'
(874,34): run-time error CSS1046: Expect comma, found '212'
(874,42): run-time error CSS1046: Expect comma, found '/'
(926,34): run-time error CSS1046: Expect comma, found '212'
(926,42): run-time error CSS1046: Expect comma, found '/'
(931,37): run-time error CSS1046: Expect comma, found '212'
(931,45): run-time error CSS1046: Expect comma, found '/'
(950,34): run-time error CSS1046: Expect comma, found '212'
(950,42): run-time error CSS1046: Expect comma, found '/'
(1375,34): run-time error CSS1046: Expect comma, found '212'
(1375,42): run-time error CSS1046: Expect comma, found '/'
 */
@charset "utf-8";

/*If you want to prevent scrolling of your site when Pushy is open just add overflow-x: hidden and height: 100% to both the html & body tags.*/
html, body{
    overflow-x: hidden;
    /*height: 100%;*/
    -webkit-overflow-scrolling: touch;
	
}

/* outline-off */
  
    a { cursor:pointer; color:#000000;}
	a:link {text-decoration: none; }
 	a:visited {text-decoration: none; }
	a:hover {text-decoration: none; }
	a:active {text-decoration: none; } 

.left {float:left;}
.right {float:right;}
.yellow-text{color:#f5d83c;}
.red-text{color:#e62117;}
.clear { display:block; clear:both; height:0;}

#arrow-left-w{
	position:absolute;
	top:13%;
    z-index:3;
	left:0;
	cursor:pointer;

}
#arrow-right-w{
	position:absolute;
	top:13%;
    z-index:3;
	right:0;
	cursor:pointer;

}

.arrow-left-y{
	position:absolute;
	top:40%;
    z-index:3;
	left:0;
	cursor:pointer;

}
.arrow-right-y{
	position:absolute;
	top:40%;
    z-index:3;
	right:0;
	cursor:pointer;

}

.onair, .read{
	position:absolute;
	top:0;
    z-index:3;
	right:0;
}
.onair img, .read img { width: auto;}

.news-category{
	position:absolute;
	top:0;
    z-index:3;
	left:0;
	padding:2px 5px;
	color:#FFF;
	font-size:0.8em;
	font-weight:bolder;
}
.category1{background-color:#7a7a7a;}
.category2{background-color:#2c2c2d;}
.category3{background-color:#723312;}
.category4{background-color:#ff7b9d;}
.category5{background-color:#db34a4;}
.category6{background-color:#7a17c4;}
.category7{background-color:#0156be;}
.category8{background-color:#02a8e4;}
.category9{background-color:#7ecef4;}
.category10{background-color:#94c516;}
.category11{background-color:#9d940c;}
.category12{background-color:#378309;}
.category13{background-color:#f5b63c;}
.category14{background-color:#fa7816;}
.category15{background-color:#e51205;}
.hhmmss{
	position:absolute;
	bottom:0px;
    z-index:3;
	right:0;
	color:#FFFFFF;
	background-color:rgba(0,0,0, 0.8);
	font-size:0.8em;
	padding:0px 5px;
}
.play-icon {
	position: absolute;
	top: 35%;
    left: 42%;
	z-index:2;

}

.play-icon img {
	 width: 70%;
	 opacity: 0.8; 
    filter: alpha(opacity=80); 
	}

.small-gray-text{
	color:#666666; 
	font-size:0.75em;
	letter-spacing:0;
	margin-left:5px;
	margin-right:5px;
}

.white-box {
    background-color: #FFF;
    box-shadow: 1px 4px 7px 3px rgb(214 212 212/50%);
}
.white-box2{background-color:#FFF;}
.gray-box{background-color:#f6f6f6;}
.yellow-box{background-color:#f5d83c;}

/**list**/
#game_list {
    position: relative;
    overflow: hidden;
}

.list_banner {
    padding: 0 20px 20px 20px;
    line-height: 0;
}

.list_box {
    position: relative;
    padding: 0 20px 0 20px;
}

.list_box_l {
    background-color: #0384be;
    color: white;
    font-size: 0.9em;
    text-align: center;
    padding: 10px 0;
}

.list_box_r {
    color: black;
    font-size: 1em;
    text-align: center;
    border-bottom: 1px #0384be solid;
    padding: 10px 0;
}

#game_list .list_box_r a {
    text-decoration: underline;
}

#game_list p {
    padding: 0 20px;
    font-size: 1em;
    text-align: center;
}

    #game_list p .title {
        font-weight: bolder;
        font-size: 1.1em;
    }

.game_list_title {
    padding: 0 20px 15px 20px;
    font-size: 1.1em;
    text-align: center;
    font-weight: bolder;
}

/*这行代码对于大多数嵌入网页的图片+视频有效，所以可以写成*/
img, object { max-width: 100%; border:0;}

/*老版本的IE不支持max-width，所以只好写成*/
img { width: 100%; border:0;}
img { -ms-interpolation-mode: bicubic; border:0;}

/* 修正粗體 */
@font-face {
    font-family: "微軟正黑體修正";
    unicode-range: U+7db0, U+78A7, U+7B75; /* ASCII (碧筵綰) */
    font-style: normal;
    font-weight: bolder;
	src: local("MS Gothic"), local("Yu Gothic");
}
/* 一般粗細的時候改回微軟正黑 */
@font-face {
    font-family: "微軟正黑體修正";
    unicode-range: U+7db0, U+78A7, U+7B75; /* ASCII (碧筵綰) */
    font-style: normal;
    font-weight: normal;
    src: local("Microsoft JhengHei");
}


body {
	font-family:  "微軟正黑體修正", "微軟正黑體", "Microsoft JhengHei", "PMingLiU", "新細明體", "MingLiU", "標楷體", "DFKai-sb", Arial, Helvetica, FreeSans, sans-serif;
	margin: 0 auto;
	font-size:1em; line-height: 1.8em;
	overflow-x: hidden;
	background-color:#fff;
}

body img{border:0px;}


  

#wrap {
	width: 100%;
	margin: 0 auto;
	display:block; 
	position:relative;
	text-align:justify; 
	word-wrap: break-word;
    word-break: break-all;
}
/*手機上方新聞分享*/
.mobile-topper-share-margin{
	height:55px;
}
.mobile-topper-share{
	padding:15px 2.5% 5px  2.5%;
	background-color:#f5d83c;
	position:fixed;
	top:0;
	width:95%;
	font-weight:bolder;
	height:45px;
	z-index:50;
}

.mobile-topper-share img{
	width:auto;
}

.mid{display:none;}

/*手機單則新聞下方*/
.mobile-footer-ad-margin{
	/*height:130px;*/
}
#mobile-footer-ad{
	position:fixed;
	bottom:52px;
	z-index:50;
	max-height:200px;
	overflow:hidden;
	width:100%;
}

#mobile-footer-ad img{
	width:100%;
}
.mobile-pageshare{
	padding:10px 2.5% 10px 2.5%;
	background-color:rgba(245,216,60,0.9);
	position:fixed;
	bottom:0;
	width:95%;
	z-index:50;
	text-align:center;
	height:45px;
	
}
.mobile-pageshare img{
	width:auto;
	margin:0 10px;
}


/*pc-top-ad*/
#pc-top-ad{
	/*width: 1002px;*/
	/*height:180px;*/
	width:970px;
	margin: 10px auto;
	display:block; 
	position:relative;
	display:none;
	
}
#pc-top-ad img { width:auto;}
/*.topad1024{
	width:1024px;
	margin: 0 auto;
	position:relative;
}*/
/*.topad970{
	width:970px;
	margin: 0 auto;
	position:relative;
}*/
.top-ad-close{
	position:absolute;
	top:0;
	right:0;
	z-index:2;
	cursor:pointer;
}


/*黑底pc-header*/
#pc-header-inner{
	margin: 0 auto;
	background-color:#000000;
	color:#FFF;
	height:43px;
	padding-left:10px;
	padding-right:10px;
	padding-top:15px;
	letter-spacing:2px;
	display:none;
}

#pc-header-inner a {color:#fff;}
#pc-header-inner img { width:auto;}

.top-search{
	height: 26px;
    padding: 1px 5px;
    color: #ccc;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
	font-size:0.9em;
    border-radius: 4px;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	margin-right:0;
	vertical-align: middle;
}
.top-search-button{
	height: 30px;
	width:30px;
	 border: 1px solid #ccc;
	border-radius: 4px;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	margin-left:-7px;
	background-image: url("../images/search.png");
	background-repeat:no-repeat;
	background-position:center;
	vertical-align: middle;
	cursor:pointer;
	margin-right:10px;
	background-color:#CCC;
}

/*白底mobile-APP下載*/
#mobile-app-inner{
	margin: 0 auto;
	background-color:#fff;
	height:40px;
	padding:10px 10px 10px 0;
	
}
#mobile-app-inner img { width:auto;}
.app-text{line-height: 1.2em;}
.yellow-btn{
	background-color:#f5d83c;
	font-weight:bolder;
	padding:3px 15px;
	letter-spacing:2px;
}

/*黃底pc-logo*/
#pc-logo-inner{
	margin: 0 auto;
	background-color:#fff;
	padding:0;
	line-height: 0;
    /*margin: 60px 0 0 0;*/
	color:#000;
}

#pc-logo-inner img { width:auto;}


#red-ad-text {
	padding-bottom:25px;

}
#red-ad-text ul{
	padding: 0;
	border: 0;
	
}
#red-ad-text ul li{
	list-style:none;
	padding: 0;
	border: 0;
	float:left;
	/*下面新加的*/
	width:32%;
	margin-right:2%;
	/*下面新加的*/
	
	font-size:1.05em;
	text-align:center;
	background-color:#f6f6f6;
	padding:2px 0;

}
#red-ad-text ul li:last-child{ float:right;margin-right:0%;}/*新加的*/


#red-ad-text ul li a{
	color:#000;

}

/*mobile-LOGO*/
#mobile-logo-inner{
	margin: 0 auto;
	/*background: #fff;*/
     text-align:center;
	 /*padding:5px 0;*/
	 position:fixed;
	 top:0;
	 z-index:5;
	  width:100%;
	line-height: 0;
	right: 0;
}
#mobile-logo-inner-margin{/*height:75px;*/}
#mobile-logo-inner img { width:auto;background-color: white;box-shadow:-3px 4px 7px rgb(214 212 212 / 50%);}

.logo-ss{
	display:inline-block;
	width:65%;
	margin: 0 auto;
	padding:7px 0;
}

/*藍底mobile-NAV*/

#mobile-nav-inner{
	margin: 0 auto;
	
	background:#f5d83c;

	padding-left:20px;
	padding-right:20px;
	letter-spacing:2px;
	
	font-weight:bolder;
	width:100%;
	overflow:hidden;
	height:60px;
	position:relative;
	
	
	color:#222;
	font-size:1.125em;
	margin-top:-7px;
    display: none;
	
	
}

#mobile-nav-inner img { width:auto;}
#mobile-nav ul{
	padding:0;
	margin-top:0;
}
#mobile-nav ul li{
	float:left;
	list-style:none;
	padding:0px 20px 20px 0;
}
#mobile-nav ul li a{color:#222;}



/*藍底pc-NAV*/

#pc-nav-inner{
	margin: 0 auto;
	 background:#f5d83c;

	padding-left:40px;
	padding-right:10px;
	/*letter-spacing:2px;*/
	
	
	width:auto;
	/*overflow:hidden;*/
	height:50px;
	position:relative;
	font-weight:bolder;
	
	color:#222;
	
	display:none;/*手機板取消左右滑動->不顯示*/
	
	
}

#pc-nav-inner img { width:auto;}
#pc-nav ul{
	padding:0;
	margin-top:-17px;
}
#pc-nav ul li{
	float:left;
	list-style:none;
	padding:10px 2px 20px 0;
	
}
#pc-nav ul li a{color:#222; }
#pc-nav ul li a:hover {padding-bottom:0px; /*background-image: url("../images/yellow-left-2.png");*/
	background-repeat:no-repeat;
	background-position:center bottom;
	font-weight:lighter;
  }
#pc-nav ul li::after {content:" ｜";}
#pc-nav ul li:last-child::after {content:" ";}

#top-social{float:right;margin-top:5px;}


.main-menu	{cursor:pointer; display:inline-block; }	/* 主選單的樣式 */
	.sub-menu	{	color:#222; background-color:#f6f6f6 ; top:50px; padding:10px 10px;  position:absolute; width:auto; height:auto; z-index:99;} /* 下拉清單的樣式 */
	.sub-menu a	{ 	padding:3px 3px 6px 3px; margin:0px 5px; text-align:center; display:block; float:left;
	width:50px;font-size:1em; } /* 下拉清單每一列的樣式 */
	.sub-menu a:hover	{background-color:#f5d83c;}


/*marquee*/

#marquee-box{
	margin: 0 auto;
	background-color:#e60013;
	height:50px;
	margin:0 auto 0 auto;
	overflow:hidden;
	width:100%;
}
/*#marquee-title{
	background-image: url("../images/marquee-2.png");
	background-repeat:no-repeat;
	width:50px;
	float:left;
	height:32px;
	font-weight:bolder;
	color:#FFFFFF;
	padding:13px;
	letter-spacing:2px;
	
}*/
.marquee-title{
	background-color:#FFFFFF;
	width:50px;
	float:left;
	height:34px;
	font-weight:bolder;
	font-size:1.1em;
	color:#000;
	margin-right:10px;
	letter-spacing:2px;
	border-radius:5px;
	padding-left:12px;
	padding-top:-2px;
}

#marquee-text{
	float:left;
	width:77%;
	font-size:0.9em;
	padding-top:3px;
}

#marquee-text ul{
	padding:0;
	margin:0;
}

#marquee-text ul li{
	list-style:none;
	padding:5px 10px;
	overflow:hidden;height:29px;
	line-height:2.1em;
	font-size:1.125em;
	color:#FFFFFF;
	font-weight:bolder;
}

#marquee-text ul li a{
	color:#FFFFFF;	
	letter-spacing:1.5px;
}

/*MAIN主要內容*/

#main-inner{
	margin: 0 auto;
	/*margin-top:10px;*/
	letter-spacing:1px;
	position:relative;
}

#main{}

#main-left{margin-top:25px;}

#main-right{
	display:block;
	margin-top:25px;
}
.ad_c{display: none;}

/*導航*/
#web-map{
	color:#000;
	font-size:0.875em;
	margin-top:10px;
	
	
}
#web-map a{
	color:#000;
	text-decoration:underline;
	
}
/*BBC*/
.bbc{
	width:100%;
	background-color:#bb1919;
	padding-bottom:3px;
	margin-bottom:10px;
	}
.bbc img{width:auto;}
figure {
    position: relative;
}
figure footer {
    background: #404040;
    background: rgba(0,0,0,0.6);
    top: 0;
    color: #ececec;
    letter-spacing: .25px;
    padding: 3px 8px 1px;
    position: absolute;
    right: 0;
    font-size: 0.7em;
}
figure audio{
	bottom: 5%;
    padding: 3px 8px ;
    position: absolute;
    left: 0;
}
figcaption {
    background-color: #222;
    color: #fff;
    padding: 8px;
    font-size: 0.7em;
    margin-top: -15px;
    line-height: 1.7em;
    margin-bottom: 10px;
}

/*互動遊戲項目*/
#banner-sliderarea {
    margin: 0 auto;
    margin-top: 30px;
	box-shadow: 5px 5px 7px rgb(214 212 212 / 50%);
}
/*倒數計時*/
#countdown0,#countdown,#countdown2{
   width: 300px;
   height:250px;
   /*background-image: url(../images/countdown_bg.jpg);*/
   margin: 0 auto;
   box-shadow: 5px 5px 7px rgb(214 212 212 / 50%);	
}
    #countdown0 .cb, #countdown .cb, #countdown2 .cb {
        position: absolute;
        line-height: 0;
        width: 300px;
    }
#countdown0 .cb img,#countdown .cb img,#countdown2 .cb img {height:250px;}
    #countdown0 h2, #countdown h2, #countdown2 h2 {
        font-size: 1.7em;
        color: black;
        padding: 10px 20px 0px 20px;
        text-align: center;
        position: relative;
        font-weight: bolder;
    }
.channeltitle {
	background-color: #2a9fdc;
    color: white;
    padding: 0px 3px;
    display: table;
    position: relative;
    text-align: center;
    font-size: 1.5em;
	letter-spacing: -0.01em;
	margin: 0 auto;
}
.time_text{
	position: relative;
	color:#fddc01;
	text-align: center;
	font-weight: bolder;
	font-size: 1.5em;
	padding: 2px;
}
/*首頁*/
.match {
    position: relative;
    color: white;
    font-size: 1.2em;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
/*其他頁*/
.match2 {
	position: relative;
	color:white;
	font-size: 1.4em;
	text-align: center;
	margin-top: -5px;
}

.schedule_b{
	width:120px;
	color: white;
	text-align: center;
	border-radius: 6px;
	cursor: pointer;
	margin: 0 auto;
	position: relative;
	margin-top: 5px;
    font-size: 1.2em;
    font-weight: 600;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffa84c+0,ff7b0d+100;Orange+3D */
background: #ffa84c; /* Old browsers */
background: -moz-linear-gradient(top,  #ffa84c 0%, #ff7b0d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffa84c 0%,#ff7b0d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffa84c 0%,#ff7b0d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */

}
/*首頁*/
.example {
    font-family: 'Roboto', sans-serif;
    margin: auto;
    padding: 10px;
    box-sizing: border-box;
}
/*其他頁*/
.example2 {
    font-family: 'Roboto', sans-serif;
    margin: auto;
    box-sizing: border-box;
	margin: -5px 0 0 0;
}
/*首頁焦點新聞*/
#fnews-left {
	position: relative;
	background-color: #f5d83c;
	margin: 30px 0 0 0;
}
.news-list-area .style1 .text .title p {
	padding: 0;
    margin: 0;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 100%;
}

.wbox{position: relative;padding: 10px;}
.wbox span {
	font-size: 1.2em;
    font-weight: bold;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.fnews-leftbg{
	position: absolute;
	line-height: 0;
	box-shadow: 5px 5px 7px rgb(214 212 212 / 50%);
}
.news_bgline{display: none;}

/*合作品牌*/
#cooperation{overflow: hidden;}
.cooperation_img{
	position: relative;
    padding: 5px;
}

/*奧運看熱鬧*/
#faq_banner {
	position: relative;
	margin-bottom: 20px;
	box-shadow: 5px 5px 7px rgb(214 212 212 / 50%);
}
#faq_banner .text{
	position: absolute;
	z-index: 1;
}
#faq_banner span {
	font-weight: bolder;
	color: black;
}
#faq_box {position: relative;}
.banner_img {position: relative; line-height: 0;}

/*台灣點將錄*/
#tteams_box {
	position: relative;
	/*background: url("../images/tteams_bg.png");
	background-color: #f5d83c;*/
	width:100%;
}
#tteams_banner {
    position: relative;
    margin-bottom: 20px;
    box-shadow: 5px 5px 7px rgb(214 212 212 / 50%);
}
#tteams_banner .text{
	position: absolute;
	z-index: 1;
}
#tteams_banner span {
	font-weight: bolder;
	color: black;
}
#tteams_box .select {position: relative;}
.select_box {
	position: relative;
    padding: 10px;
    margin: 0 auto;
	box-sizing: border-box;
	box-shadow: 5px 5px 7px rgb(214 212 212 / 50%);
}
.s_pic {position: relative; line-height: 0}

/*獎項*/
#awards{position: relative;margin: 20px 0 0 0;box-shadow: 5px 5px 7px rgb(214 212 212 / 50%);}
#awards table tr {height: 60px}
.tdw1{width:40%;}

/*選手簡介*/
#introduction_box {position: relative;box-sizing: border-box;}
.introduction_main {
	width:auto;
	box-shadow: 5px 5px 7px rgb(214 212 212 / 50%);
}
.introduction_main h2 {font-size: 1.7em; font-weight: bolder;}
.introduction_main .text{
    /*padding:5px;*/
	font-size:0.875em;
	/*line-height:1.4em;*/
	position:relative;
	margin: 15px 0 0 0;
}
.introduction_main .title{
font-weight:bold;

}
.introduction_main .summary{
     
}
.introduction_main .summary2{
	padding:0;
	margin: 5px 0;
	font-size:1em;
	color:#666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	
}
.introduction_main .summary2 img{
	vertical-align: middle; 
	padding: 0 5px 5px 0; 
	width: 14px; 
	height:16px;
	/*margin: 0 0 0 15px;*/
}
.introduction_main .text img{width:auto;}



.introduction_main hr {
	background-color: black;
    border: none;
    height: 1px;
}

/*轉播時刻表*/
#game_box {
	position: relative;
	box-sizing: border-box;
	background-image: url(../images/tteams_bg.png);
    background-color: #f5d83c;
	box-shadow: 5px 5px 7px rgb(214 212 212 / 50%);
}
#game_banner {
    position: relative;
    margin-bottom: 20px;
    box-shadow: 5px 5px 7px rgb(214 212 212 / 50%);
}
.game_main {
    width: auto;
}
.announcement {width:100%;margin: 0 auto;}

/*奧運星攻略*/

#pagewrap{
   width: 100%;
    margin: 0 auto;
    position: relative;
    border-top: #f5d83c 5px solid;
    background: #ffffff;
    background: url("../images/game_bg2.png")repeat-y,url("../images/game_bg.png") no-repeat,-moz-linear-gradient(top, #ffffff 27%, #fff8d3 100%);
    background: url("../images/game_bg2.png")repeat-y,url("../images/game_bg.png")no-repeat,-webkit-linear-gradient(top, #ffffff 27%,#fff8d3 100%);
    background: url("../images/game_bg2.png")repeat-y,url("../images/game_bg.png")no-repeat,linear-gradient(to bottom, #ffffff 27%,#fff8d3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff8d3',GradientType=0 );
	box-shadow: 5px 5px 7px rgb(214 212 212 / 50%);

}

#gamessupernight_intro h2 {
    font-size: 1.5em;
    color: white;
    font-weight: normal;
	/*background: url(../images/supernightbg.png) repeat-x;*/
    margin: 0 auto;
	padding: 10px;
	background: rgba(230,97,38,1.0);
}


.gabox{position: relative;}
.intro {
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
	margin: 20px 0px;
	padding-bottom: 20px;
}
.intro img {
    width: auto;
}
.main {
    width: 96%;
    padding: 2%;
    margin: 0 auto;
    position: relative;
    color: #000;
}
.main p, .gameover p {
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.8em;
}


.yellow_btn {
    display: block;
    width: 200px;
    margin: 10px auto;
    padding: 10px;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    background: rgba(230,97,38,1.0);
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #e66126;
}
.supernightbox {
    width: 96%;
    padding: 2%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
	padding-top: 40px;
    padding-bottom: 20px;
}
.gamessupernight {
    width: 96%;
    margin: 50px auto;
    max-width: 700px;
    padding-bottom: 70px;
}
.gameselect{
	box-sizing: border-box;
    text-align: center;
    float: left;
    width: 31.3%;
    margin: 1%;
    /*height: calc(23vw * 1.52);*/
	line-height: 0;
	position: relative;

}

.gameselect span {
	position:absolute;
	font-size: 1.2em;
	color: white;
	font-weight: bolder;
	text-align: center;
	z-index: 1;
	box-sizing: border-box;
	top: 50%;
    left: 0;
    width: 100%;

}
.star{
	position:absolute;
	top: 20%;
    left: 35%;
    z-index: 2;
    width: 30%;
}
/*奧運星攻略-題目*/
#topic_video {
	margin: 0 auto;
}
#topic {
	position: relative;
	padding: 20px 0;
}
#topic_l{
	background-color: white;
	color: black;
	font-size: 1.5em;
    border-radius: 15px;
    padding: 10px;
    font-weight: bolder;
}
#topic_r{
	background-color: #f5d83c;
	color: black;
	font-size: 1em;
	border-radius: 15px;
    padding: 20px;
    font-weight: bolder;
    text-align: left;
	margin-top: 20px;
	text-align: justify;
    word-wrap: break-word;
    word-break: break-all;
}
#button_box {
	position: relative;
}
#pop,#pop2 {
  position: relative;
  background: #FFF;
  padding: 10px;
  width: auto;
  max-width: 954px;
  margin: 20px auto;
  border: 5px solid #f5d83c;
  padding-bottom: 20px;
}

#pop p,#pop2 p {
	color:red;
	font-size: 1.5em;
	font-weight: bolder;
	text-align: center;
}

#pop p img,#pop2 p img {width: 69px; position: relative;vertical-align: middle;padding-right: 20px;}
.button_box2 {
	position: relative;
}
.end {filter: brightness(0.6);}
.topic_b {
	text-align: center;
    font-size: 1em;
	color: black;
	font-weight: bolder;
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	padding: 20px;
    margin: 20px 7px 0 7px;
    cursor: pointer;
    border-radius: 10px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.topic_b:hover {
	color: black;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fed82a+0,fcb11c+100 */
    background: #fed82a; /* Old browsers */
    background: -moz-linear-gradient(top,  #fed82a 0%, #fcb11c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fed82a 0%,#fcb11c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fed82a 0%,#fcb11c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed82a', endColorstr='#fcb11c',GradientType=0 ); /* IE6-9 */
	/*box-shadow: 1px 1px 3px rgb(53 53 53 / 50%);*/
}
.topic_b2a img {width: 24px; height:22px; padding-right: 10px;}
.topic_b2 img {width: 24px; height:22px; padding-right: 10px;}
.topic_b2 {
	text-align: center;
    font-size: 1em;
	color: black;
	font-weight: bolder;
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	padding: 20px;
    margin: 20px 7px 0 7px;
    border-radius: 10px;
	border: 1px solid #bdc1c4;
    display:flex;
    align-items:center;
    justify-content:center;
}


.topic_b2a {
	text-align: center;
    font-size: 1em;
	color: black;
	font-weight: bolder;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fed82a+0,fcb11c+100 */
    background: #fed82a; /* Old browsers */
    background: -moz-linear-gradient(top,  #fed82a 0%, #fcb11c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fed82a 0%,#fcb11c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fed82a 0%,#fcb11c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed82a', endColorstr='#fcb11c',GradientType=0 ); /* IE6-9 */
	padding: 20px;
    margin: 20px 7px 0 7px;
    border-radius: 10px;
	border: 1px solid #e58100;
	display:flex;
    align-items:center;
    justify-content:center;
}

.next { 
	padding: 5px 30px;
    background-color: #e66126;
    width: 30%;
    margin: 0 auto;
    margin-top: 20px;
    color: white;
    text-align: center;
    font-size: 1em;
    letter-spacing: 0.1em;
    cursor: pointer;
}
.gameselect_bg{
	background: url(../images/topic_bg.jpg);
}
.main2 {
    width: 90%;
    padding: 2%;
    margin: 0 auto;
    position: relative;
    color: #000;
	background: url(../images/topic_bg.jpg) no-repeat;
	margin-top: 50px;
    padding-bottom: 40px;
}

/*奧運星攻略-分數*/
#fraction {
    position: relative;
    padding: 20px 0;
}
#fraction_box {position: relative;}
#fraction .text{
	font-size: 3em;
	font-weight: bolder;
	color: black;
	position: absolute;
	top: 15%;
    left: 0;
    width: 95%;
    line-height: 1.2em;
}
#fraction .text span img{
	line-height: 0;
	padding: 0 5px;
    position: relative;
    top: 5px;
	width: 20%;
}
#fraction .text2{
	font-size: 1em;
	font-weight: bolder;
	color: red;
	position: absolute;
	bottom: 15%;
    left: 0;
    width: 95%;
	letter-spacing: -0.01em;
}
#fraction .text3{
	font-size: 1em;
	font-weight: bolder;
	color: red;
	position: absolute;
	bottom: 18%;
    left: 0;
    width: 95%;
	letter-spacing: -0.01em;
}
.score_off{display: none;}
.fraction_bg {
	position:relative;
}
.fraction_bg img{
	line-height: 0;
}
.gameover {
    width: 96%;
    padding: 2%;
    margin: 0 auto;
    position: relative;
    color: #000;
}
.yellow_btn {
    display: block;
    width: 200px;
    margin: 10px auto;
    padding: 10px;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    background: rgba(230,97,38,1.0);
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #e66126;
}
.yellow_btn2 {
    display: block;
    width: 200px;
    margin: 20px auto;
    padding: 10px;
    color: #e66126;
    font-size: 1.2em;
    font-weight: bold;
    background: rgba(255,255,255,1.0);
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #e66126;
}
.yellow_btn2:hover {
    background: rgba(230,97,38,0.3);
    text-decoration: none;
}
.iamhere{clear:both;}
/**填資料**/
/*.table_area{padding-bottom: 70px;}*/
.table{ width: 96%; margin: 50px auto; max-width: 700px; padding-top: 20px;padding-bottom: 50px; background-color: #FFF; border: 1px dashed #000; font-size: 1.1em;}

/* Style inputs, select elements and textareas */
input[type=text], select, textarea{
  width: 90%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
	
}
.row{margin: 5px auto;
	
}
/* Style the label to display next to the inputs */
label {
  padding: 12px 0px 12px 0;
  display: inline-block;
}

	/* Style the submit button */

input[type=submit] {
  padding: 12px 20px;
  cursor: pointer;
  background-color:transparent;
 }
input[type="checkbox"]{display:inline-block;width:20px;  height:20px; }
.col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
	/* Style the submit button */

input[type=submit] {
  padding: 12px 20px;
  cursor: pointer;
  background-color:transparent;
  border: 0;
	font-size: 1.1em; 
	font-weight: bold;
	width: 90%; max-width: 600px;
 
}



/*專題BANNER*/
#topics-banner{
	margin: 0 auto;
	position:relative;
	width:100%;
	/*margin-bottom:10px;*/
}

/*FOCUS=A1+即時*/

#focus{
	margin: 0 auto;
	position:relative;
	width:100%;
	
	margin-bottom:20px;
}

#focus-left{/*margin-top:10px;*/
	width: 100%;
	box-shadow: 5px 5px 7px rgb(214 212 212 / 50%);
}
#focus-contentb {/*真正的focus-left”变成focus-contentb，他的宽度跟以前的focus-left一样，是100%-320.*/
}

.a2-pic { 
	display: none;
}
/*頭條*/
.a1-pic{
	position:relative;
}

.a1-pic .text{
	position:absolute;
	background-color:rgba(0,0,0,0.8);
	/*height:50px;*/
	bottom:0;
	z-index:3;
	width:100%;
	display: block;
}

.a1-pic .text span{
	display:block;
	color:#f5d83c;
	font-size:1.25em;
	font-weight:bolder;
	padding:10px;
}
.dotdot{
	margin: 0 auto;
	position:relative;
	width:100%;
	padding:10px 0 0px 0;
	
	
}

    .dotdot ul {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center;
    }
        .dotdot ul li {
            display: inline-block;
            margin: 8px;
        }
            .dotdot ul li.active {
                background: #f5d83c;
                background: rgba(245, 216, 60, 1);
                cursor: default;
            }

    .dotdot ul li a {
        width: 9px;
        height: 9px;
        display: block;
        background: #f6f6f6;
        background: rgba(0, 0, 0, 0.1);
        cursor: pointer;
        text-indent: -9999px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }
#focus-right{
	margin-top:20px;
	display:none;
}

#focus-realtime, #mobile-hot{
	margin-top:10px;
}
.pc-hot{
	display:block;
	margin-top:20px;
	border:1px solid #f6f6f6;
}
.pc-hot-list ol li {width:100%;}
.pc-hot-list{
	padding:0 10px 10px 10px;
}
.pc-hot-list ol, .pc-hot-list ol li {
	padding:0;
	margin:0;
	list-style:none;
}
.pc-hot-list ol li {
   border-bottom:#eee 1px solid;
   padding-top:6px;
   padding-bottom:6px;
   font-size:1.05em;
   letter-spacing:0px;
   padding:15px 0 15px 0;
}
.pc-hot-list ol li p{
   overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0;
    margin: 0;
}
.ten{
	margin-bottom:20px;
}
.rednumber{
	display:inline-block;
	text-align:center;
	width:30px;
	color:#e62117;
	font-size:1.25em;
	font-weight:bolder;
	margin-right:10px;
}
.ten .rednumber{
	display:inline-block;
	float:left;
	text-align:center;
	width:8%;
	margin-right:5px;
	font-size:1.25em;
}
.ten .text{
	display:inline-block;
	float:left;
	width:88%;
	
}
.hotlist-category{
	padding:3px 5px;
	color:#FFF;
	font-weight:bolder;
	margin-top:-2px;
	margin-right:10px;

	
}
/*新聞內頁分類*/
.orange-big-slider{
	position:relative;
	margin:0 auto;
}
.orange-big-slider .arrow-left-y, .orange-big-slider .arrow-right-y{
	display:none;
}
.orange-big-slider .play-icon{
	top: 29%; left: 40%;
}
.orange-big-slider .play-icon img{width:auto;}

.mobile-only{
	margin-bottom:10px;
	display:block;
	
}

.realtime{
	margin-top:10px;
}
/*爆料*/
.spy{margin-top:10px;}
.spy-box{
	padding:20px;
	padding-top:0;
}
.spy-box a{	
	color:#000983;}
/*首頁其他a1頭條*/
#a1-else{
	margin: 0 auto;
	position:relative;
	padding:10px 20px;
	overflow:hidden;
	display:none;
}
.a1-else-little-box{
	float:left;

	
}
.a1-else-little-box .pic{
position:relative;
margin-bottom:5px;
}

.a1-else-little-box .title{
	letter-spacing:0;
	font-size:0.875em;
	line-height:1.2em;
}



/*24小時直播*/
#live-24hrs{
	margin: 0 auto;
	position:relative;
	width:100%;
}



.box-title{

	padding:15px 20px 10px 20px;
	letter-spacing:2px;
	font-weight:bolder;
	font-size:1.125em;

	background-image: url("../images/yellow-left.png");
	background-repeat:no-repeat;
	background-position:center left;
    border-bottom: #f5d83c 2px solid;
	/*width: 75%;
    margin: 0 auto;*/
}

.livelink-btn{
	background-color:#f5d83c;
	font-weight:bolder;
	padding:1px 5px;
	color:#000;
	margin-right:10px;
	font-size:0.9em;
	margin-top:20px;
	margin-bottom:20px;
}

.live-link-div{
	background: rgb(246,246,246);
	background: -moz-linear-gradient(left, rgba(246,246,246,1) 53%, rgba(245,216,60,1) 100%);
	background: -webkit-linear-gradient(left, rgba(246,246,246,1) 53%,rgba(245,216,60,1) 100%);
	background: linear-gradient(to right, rgba(246,246,246,1) 53%,rgba(245,216,60,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#f5d83c',GradientType=1 ); 
    height:30px; 
    position:relative;
}
.livelinkover8-btn{
	font-weight:bolder;
	padding:1px 5px;
	color:#000;
	font-size:0.9em;
	position:absolute; 
	top:0; 
	right:0; 
	z-index:2;   
	text-decoration:underline;
	color:#000983;
}
/*精彩節目大影片*/
#fncvideo-big{
	margin: 0 auto;
	position:relative;
	width:100%;
	margin-bottom:20px;
}
.fncvideo-btn{
	background-color:#f5d83c;
	font-weight:bolder;
	padding:1px 5px;
	letter-spacing:2px;
	
	margin-top:15px;
}

/* Flexible iFrame */

.Flexible-container {
position: relative;
padding-bottom: 56.25%;
/*padding-top: 30px;*/
height: 0;
overflow: hidden;
}

.Flexible-container iframe, 
.Flexible-container object,
.Flexible-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*首頁其他直播*/
#live-else{
	margin: 0 auto;
	position:relative;
	padding:10px 20px;
	overflow:hidden;
	max-height:170px;
}
.live-else-little-box{
	float:left;
	min-height:150px;
	width:40%;
	margin:0 1%;
	
}
.live-else-little-box .pic{
position:relative;
margin-bottom:5px;
}

.live-else-little-box .title{
	letter-spacing:0;
	font-size:0.875em;
	line-height:1.2em;
}

.live-else-little-box .view{
	letter-spacing:0;
	font-size:0.75em;
	color:#666666;

}

/*新聞單則內容*/
.raw-style{
font-size: 1.3em; line-height: 1.8em;
}
.fncnews-content{
	margin: 0 auto;
	position:relative;
	padding:10px;
	padding-bottom:20px;
	margin-bottom:20px;
	border:1px solid #f6f6f6;
	
}
.fncnews-content h1{
	font-size:1.8em;
	font-weight:bolder;
	margin-bottom:10px;
	line-height:1.3em;
	
}
.news-cover{
	position:relative;
	margin-bottom:30px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {/*chrome only*/
   
.defferenttop{margin-top:-45px;vertical-align :middle;}
}
.news-cover .play-icon{
	top: 29%; left: 38%;
}
.news-cover .play-icon img{width:auto;}
.fncnews-content img{width:auto;}

.fncnews-content .info{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:#ccc solid 1px;
	width:100%;
	color:#666666;
}

.fncnews-content p{letter-spacing:0;}

.keyword{
	margin:20px 0 10px 0;
	color:#000983;
	font-size:0.875em;
	padding-top:15px;
	border-top:2px solid #f5d83c;
	
}

.keyword a{
	display:inline-block;
	color:#000983;
	padding:0 7px;
	border:1px #116591 solid;
	margin:0 6px;
	background: rgb(240,244,246);
background: -moz-linear-gradient(top, rgba(240,244,246,1) 0%, rgba(234,238,240,1) 100%);
background: -webkit-linear-gradient(top, rgba(240,244,246,1) 0%,rgba(234,238,240,1) 100%);
background: linear-gradient(to bottom, rgba(240,244,246,1) 0%,rgba(234,238,240,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f4f6', endColorstr='#eaeef0',GradientType=0 );
border-radius:3px;
	
}

/*下則新聞*/
.next-news{
	color:#000983;
	font-size:0.875em;
	line-height:1.5em;
	margin-bottom:20px;
	/*text-align:right;*/
	padding:10px;
	position:relative;
}

.next-news a{color:#000983;}

/*手機才有的廣告*/
.mobileonly-300ad{
	padding:20px 0; 
	margin:0 auto; 
	position:relative;
}
.mobileonly-300ad .ad_300250{
	margin:10px auto;
	text-align:center;
}
/*兩則300廣告*/
.two300ad{
	padding:20px 0; 
	margin:0 auto; 
	position:relative;
}
.two300ad .ad_300250{
	margin:10px auto;
	text-align:center;
}
.two300ad .last{
	display:none;
}
/*FB留言*/
.fb-comments{margin:10px auto;}

/*精彩關鍵*/
#momentoftruth{
	margin-top:20px;
}
.video-list-area{
	margin: 0 auto;
	position:relative;
	margin-bottom:20px;
		
}
.video-list-little-box{
	width:98%;
	margin:0 1%;
	margin-bottom:10px;
}
.video-list-little-box .pic{position:relative;margin-bottom:5px;}
.video-list-little-box .title{
	letter-spacing: 0;
    font-size: 1em;
    line-height: 1.4em;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.video-list-little-box .view, .video-list-little-box .time{
	letter-spacing:0;
	font-size:0.75em;
	color:#666666;
	line-height:1.5em;
}
/*精彩節目節目清單*/
.fncvideo-list-area{
	margin: 0 auto;
	position:relative;
	padding:0px 10px;
	margin-bottom:20px;
	
	
}

.fncvideo-list-little-box, .elselive30video-list-little-box{
	float:left;
	height:180px;

	width:48%;
	margin:0 1%;
	overflow:hidden;
	margin-bottom:10px;
	
	
}
.elselive30video-list-little-box{
   height:170px;
}
.fncvideo-list-little-box .pic, .elselive30video-list-little-box .pic{
position:relative;
margin-bottom:5px;
}
.elselive30video-list-little-box .play-icon{
top: 29%; left: 40%;
}

.fncvideo-list-little-box .title, .elselive30video-list-little-box .title{
	letter-spacing:0;
	font-size:0.875em;
	line-height:1.2em;
}

.fncvideo-list-little-box .view, .fncvideo-list-little-box .time, .elselive30video-list-little-box .time{
	letter-spacing:0;
	font-size:0.75em;
	color:#666666;
	line-height:1.5em;
}

.moremore{
	font-size:0.875em;
	margin:0 10px;
	padding:5px;
	text-align:right;
	bottom: 40px;
    position: relative;
	float: right;
}
.moremore a{
	color:#272626;
	
	}	
.moremore_showintro{
	border-top:1px #ccc solid;
	font-size:0.875em;
	margin-top:10px ;
	padding:5px 5px 0 5px;
	text-align:right;
}
.moremore_showintro a{
	color:#000983;
	}	
/*影音BANNER下方的資訊*/
.video-info{
	padding:10px; 
	margin:-10px 0 20px 0;
}
/*新聞列表*/
.news-list-area{
	margin: 0 auto;
	position:relative;
	margin-bottom:20px;
	margin-top: 20px;
}
.news-list2-area{
	margin: 0 auto;
	position:relative;
	margin-bottom:20px;
}

.news-list-box{
	margin: 20px 0 0 0;
	padding:0 10px 10px 10px;
	font-size:1.15em;
}

.style1, .style2{
	margin-bottom:10px;
}

.style1 .pic{
	width:140px;
	position:relative;
}
.style1 .text{
    padding:5px;
	margin-left: 145px;
	font-size:0.875em;
	line-height:1.4em;
	position:relative;
}
.style1 .text2{
    /*padding:5px;*/
	font-size:0.875em;
	/*line-height:1.4em;*/
	position:relative;
	margin: 5px 0 0 0;
}
.style1 .title, .style2 .title{
font-weight:bold;

}
.style1 .summary, .style2 .summary, .style1 .summary2{
    padding:5px 0;
	font-size:1em;
	color:#666666; 
}
.style1 .summary2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	padding: 0;
}
.style1 .summary2 img{
	vertical-align: middle; 
	padding: 0 5px 2px 0; 
	width: 14px; 
	height:16px;
	/*margin: 0 0 0 15px;*/
}
.style1 .text img, .style2 .text img{width:auto;}

.style2 .text{
    padding:5px;
	font-size:0.875em;
	line-height:1.4em;
	position:relative;
}
.news-list-area .style1 .summary{display:none;}

.rade{/*background-color:#fafafa;*/}
.rade .text{color:#aaa;}
.rade .summary{color:#bbb;}
.rade .small-gray-text{color:#999;}

.rade2 .title{color:#aaa;}
.rade2 .small-gray-text{color:#999;}
.rade2 .time{color:#999;}
/*頁數*/
.page-area{
	padding:20px 10px;
	margin:0 auto;
	text-align:center;
	margin-bottom:20px;
}
.page-area a{
	display:inline-block;
	margin:0 5px;
}
.white-btn{
	background-color:#fff;
	font-weight:bolder;
	padding:3px 10px;
	letter-spacing:2px;
}

/*載入更多*/
.load-more{
	margin:20px auto;
	position:relative;
	text-align:center;
	height:70px;
	
}
.load-more-btn{
	padding:20px 80px;
	letter-spacing:2px;
	border:1px solid #eee;
	background-color:#fff;
	
	
}
/*話題*/
#index-Feature{
	margin-top:20px;
}
.index-Feature-group{
	padding:10px 10px 0 10px;
	margin-bottom:20px;
	
}

.index-Feature-group .box-title{
	margin-left:-10px;
}

.Feature-group-title{
    padding:15px 20px;
	letter-spacing:2px;
	font-weight:bolder;
	font-size:1.15em;

	background-image: url("../images/feature_bg.gif");
	background-repeat:repeat-x;
	background-position:center left;
	color:#000983;
	text-align:center;
}
.index-Feature-group-left{
	
	position:relative;
	margin-bottom:10px;
	
}

.index-Feature-group-left .text{
	position:absolute;
	background-color:rgba(0,0,0,0.8);
	/*height:50px;*/
	bottom:0;
	z-index:3;
	width:100%;
}

.index-Feature-group-left .text span{
	display:block;
	color:#f5d83c;
	font-size:1.15em;
	font-weight:bolder;
	padding:10px;
}
.index-Feature-group-right .style1 .text .title{
	font-size:1.15em;
	
	line-height:1.4em;
}

/*首頁6分類*/
.category6_1 {
	margin-bottom:20px;

}
.category6_1 .content{
	padding:10px;
	padding-top:0;
}
.category6_1 .pic{
	position:relative;
}
.category6_1 .text{
	position:absolute;
	background-color:rgba(0,0,0,0.8);
	/*height:50px;*/
	bottom:0;
	z-index:3;
	width:100%;
}

.category6_1 .text span{
	display:block;
	color:#f5d83c;
	font-size:1.15em;
	font-weight:bolder;
	padding:10px;
}

.category6_1 ol{display:none;}

/*話題feature2*/
.feature2{
	/*margin-top:20px;*/
}




.feature2-cover img{width:auto;}
.feature2-cover .box {
	background-color:#FFFFFF;
	padding:10px;
	margin-bottom:10px;
	
	float: left;
	

	
}

.feature2-cover .box .img{margin-bottom:5px; position:relative;}
.feature2-cover .box .play-icon{
	
	top:33%; left:40%;}


.feature2-cover .box .play-icon img{width:auto;}

.feature2-cover .box .title{
	display:inline-block;
	font-weight:bold;
	
	font-size:1.125em;
	width:96%;
}

.feature2-cover .box .summary{
	padding:5px 0;
	font-size:1em;
	color:#666666; 

}

/*主持人專區*/
.artist-area{
	margin:0 auto;
	position:relative;
	
}
.artist-box{
	padding:10px;
	
}

.artist-top{
border-bottom:1px #ccc solid;
	margin-bottom:10px;
	position:relative;
}
.artist-box ul{
	padding:0;
	margin:0;
}
.artist-box ul li{
	padding:0;
	margin:0;
	list-style:none;
}
.artist-box .pic{
	position:relative;
}

.pic-text .name{
	font-size:2em;
	line-height:2em;
}

.pic-text .now ul li a{
	color:#c41629;
	text-decoration:underline;
}

.artist-fb img{width:auto; margin:10px 0;}

.artist-list-box{
	margin-bottom:10px;
}

.artist-list-box .artist{
	font-size:1em;
}


/*旅遊美食*/
.travelfood-area{
	margin-bottom:20px;
}
.travelfood-area img{ width:auto;}
.travelfood-btn{
	padding:5px 0;
}
.travelfood-btn .yellow-btn{
	font-size:0.875em;
	margin:0 2px;
	padding:3px 10px;
}
.travelfood-list-box{
	padding:10px;
}	
	
.travelfood-one {
	padding:10px;
	margin-bottom:20px;
}	

.travelfood-one .summary{
	font-weight:bolder;}
.travelfood-one .tel, .travelfood-one .add, .travelfood-one .recommend{line-height:1.5em;}

.travelfood-theme{
	margin-bottom:10px;
}
.travelfood-theme p{padding:0 20px 20px 20px;}


.travelfood-one .pic{
	width:100%;
	position:relative;
	margin-bottom:10px;
	
}


/*輪播清單*/
#watch-playlist-area{
	/*margin-top:28px;*/
	margin-bottom:20px;
}
#watch-playlist{
	width:300px;
	max-height:495px;
	/*height:495px;*/
	overflow-y: scroll; 
	overflow-x: hidden;
}
#watch-playlist ul {padding:0; margin:0;}
#watch-playlist ul li{
	padding:0; 
	margin:0;
	margin-bottom:10px; 
	line-height:1.3em;
	list-style:none;
	padding-top:3px;
}
.nowplaying{
	background-color:#f5d83c;
}
#watch-playlist  .pic{
	width:145px;
	position:relative;
}
#watch-playlist  .title{
	font-size:.9em;
	margin-left:5px;
	margin-right:5px;
}


/*廣告*/
.fncnews-content .ad_72890{
	display:none;
	margin-bottom:10px;
}
.ad_420{
	width:420px;
	margin-bottom:10px;
}
.ad_72890{
	width:728px;
	height:90px;
}
.ad_300600{
	width:300px;
	height:600px;
	margin-bottom:20px;
}

.ad_300250{
	width:300px;
	/*height:250px;*/
	margin-bottom:20px;
}
.ad_336280{
	width:336px;
	height:280px;
	margin:20px auto;
}
/*天氣*/
.weather{
	margin-bottom:20px;
	letter-spacing:2px;
	border:1px solid #f6f6f6;
	
}
.weather img{
	width:auto;	
}
.location{
	border-bottom:#f6f6f6 1px solid;
	padding:20px 15px;
}
.location .where{
	font-size:1.75em;
	height:35px;
	margin-bottom:20px;
}
.otherweather{
	text-align:center;
	font-size:1em;
	margin-bottom:20px;
	
}
.otherlocation{
	padding-bottom:20px;
}
/*彩球*/
#lotteryfnc{
	letter-spacing:0;
	margin-bottom:20px;
	border:1px solid #f6f6f6;
}
#lotteryfnc img {width:auto;}

#lotteryfnc-window{
	width:295px;
	height:500px;
	overflow-y: scroll; 
	overflow-x: hidden;
	padding-left:5px;
}

.lotteryfnc-box01, .lotteryfnc-box02, .lotteryfnc-box03, .lotteryfnc-box04, .lotteryfnc-box05, .lotteryfnc-box06, .lotteryfnc-box07, .lotteryfnc-box08, .lotteryfnc-box09, .lotteryfnc-box10{
	width:295px;
	height:70px;
	border-bottom:#CCCCCC 1px solid;
	background-repeat:no-repeat;
	background-position:left top;
	font-size:0.9em;
}
.lotteryfnc-box01{background-image:url("../images/lotteryfnc_01.png");}
.lotteryfnc-box02{background-image:url("../images/lotteryfnc_02.png");}
.lotteryfnc-box03{background-image:url("../images/lotteryfnc_03.png");}
.lotteryfnc-box04{background-image:url("../images/lotteryfnc_04.png");}
.lotteryfnc-box05{background-image:url("../images/lotteryfnc_05.png");}
.lotteryfnc-box06{background-image:url("../images/lotteryfnc_06.png");}
.lotteryfnc-box07{background-image:url("../images/lotteryfnc_07.png");}
.lotteryfnc-box08{background-image:url("../images/lotteryfnc_08.png");}
.lotteryfnc-box09{background-image:url("../images/lotteryfnc_09.png");}
.lotteryfnc-box10{background-image:url("../images/lotteryfnc_10.png");}
.lotto-no{
	margin-left:80px;
	padding-top:0px;
	height:16px;
	font-weight:bolder;
}
.lotto-ball{width: 300px;margin-top:5px;}
.lotto-ball ul{padding:0; margin:0; padding-top:10px;}
.lotto-ball ul li{padding:0; margin:0;float:left;margin-left:2px; list-style:none;}
.green, .red, .yellow, .purple, .watermelon, .blue, .purple, .aqua{
	height:32px;
	width: 32px;
	padding-top:4px;
	padding-left:4px;
	text-align:center;
    font-weight:bolder;
	background-repeat:no-repeat;
	
}
.green{	background-image:url("../images/ball_g.png");
}
.red{background-image:url("../images/ball_r.png");}
.yellow{background-image:url("../images/ball_y.png");}
.watermelon{background-image:url("../images/ball_w.png");}
.blue{background-image:url("../images/ball_b.png");}
.purple{background-image:url("../images/ball_p.png");}
.aqua{background-image:url("../images/ball_b2.png");}

/*RIGHT BANNER*/
.banner{
	margin-bottom:20px;
}

/*RIGHT FB*/
.right-fb{
	margin-bottom:20px;
}

/*RIGHT LIVE BOX*/
.right-live-box{
	margin-bottom:20px;
	/*border-top:5px solid #f5d83c;*/
	font-weight:bolder;
	position:relative;
}
.right-live-box span{
	display:block;
	padding: 10px;
	position:relative;
}

.right-live-box .live_img{
	z-index:1;
	position:relative;
}

.right-live-box .live_img img{width: 300px;}

/*FOOTER*/
#footer-inner{
	width: 100%;
	margin: 0 auto;
	display:block; 
	position:relative;
	background-color:#f5d83c;
	letter-spacing:0px;
	padding:15px 10px 15px 10px;
	color:#000;
}
 
#footer-inner a {color:#000;}
#footer-inner img { width:auto;}

#footer{
	margin: 0 auto;
}

.footer-0{
	font-size:0.75em;
	text-align:center;
	line-height:1.5em;
}
.footer-1{
	display:none;
}

.footer-2{
	display:none;
}


/*幻燈片*/
.sslide{
	position:relative;
	width:80%;
	margin:30px auto 30px auto;
}
.sslide-icon {
	position: absolute;
	
	top: 22%; left: 33%;
	z-index:2;

}

.sslide-icon img {
	 width: 70%;
	 opacity: 0.8; 
    filter: alpha(opacity=80); 
	}
.sslide .sslide-icon{
	top: 29%; left: 38%;
}
.sslide .sslide-icon img{width:auto;}


/*幻燈片END*/


/*浮動社群分享*/
#pageshare{display:none;}




/*手機關鍵字搜尋頁*/
#searchbox{
	margin:0 auto;
	position:relative;
	text-align:center;
}
#searchbox img { width:auto;}

/* 熱搜關鍵字*/
#hot_keyword{
	margin:20px auto;
	position:relative;
	padding-bottom:20px;
}
#hot_keyword a{
	display:block;
	float:left;
	width:33%;
	text-align:center;
	color:#000983;
	margin:10px 0;
	font-size:0.875em;
}

/*爆料*/
.infocheck{
	padding:10px 20px;
	border:1px solid  #e7e7e6;
	margin-bottom:30px;
	text-align:left;
	
}

.infocheck div{
	margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;}
	.infocheck label{
	display:block;}

/* select */
.shSelect{
		font-family: Arial, Helvetica, sans-serif, "微軟正黑體", "新細明體", "標楷體" ;
	width:200px;
	font-size: 15px;
	padding: 4px 6px;
	color: #555555;
	vertical-align: middle;
	margin: 5px 15px 5px 0;
	
	height: 30px;
	/* In IE7, the height of the select element cannot be changed by height, only font-size */
	*margin-top: 4px;
	/* For IE7, add top margin to align select with labels */
	line-height: 30px;
	
	/* select 邊框拿掉 */
	border: 1px solid #cccccc;
	background-color: #ffffff;
	
	/* 圓框 */
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-radius: 4px;
	-webkit-background-clip: padding-box;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-radius: 4px;
	background-clip: padding-box;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius: 4px;
	-moz-background-clip: padding;
}
/* textarea */
.textarea { 
	font-family: Arial, Helvetica, sans-serif, "微軟正黑體", "新細明體", "標楷體" ;
height: 300px; 
width:95%;
padding: 4px 6px;
margin: 5px 15px 5px 0;
  border: solid 1px #ccc;
  font-size: 15px; 
	/* 圓框 */
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-radius: 4px;
	-webkit-background-clip: padding-box;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-radius: 4px;
	background-clip: padding-box;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius: 4px;
	-moz-background-clip: padding;
  
}



    
    
    
	


/* textbox */
.shText {
	height: 26px;
	width:250px;
	font-size:0.9em;
	padding: 1px 5px;
	margin: 10px 0px;
	border: 1px solid #ccc;
	vertical-align: middle;
	color: #ccc;
    background-color: #fff;
    background-image: none;

	
	/* 圓框 */
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-radius: 4px;
	-webkit-background-clip: padding-box;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-radius: 4px;
	background-clip: padding-box;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius: 4px;
	-moz-background-clip: padding;
}

/*checkbox*/
.squaredFour {

	margin: 5px 15px 5px 0;
	position: relative;
	font-size:1.2em;
	height:1.5em;
	width: 75%;
	
	/* 圓框 */
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-radius: 4px;
	-webkit-background-clip: padding-box;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-radius: 4px;
	background-clip: padding-box;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius: 4px;
	-moz-background-clip: padding;
}


/*Smooth Page Scroll to Top */
.scrollup {
	width: 40px;
	height: 50px;
	text-indent: -9999px;
	opacity: 0.85;
	position: fixed;
	bottom: 0px;
	right: 5%;
	/*display: none;*/
	background: url(../images/icon_top.png) no-repeat center top #000;
	z-index:50;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}


/*************overlay***************/

/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(25,25,25,0.95);
	z-index: 100;
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 15px;
	top: 15px;
	overflow: hidden;
	border: none;
	background: url(../images/cross.png) no-repeat center center;
	-moz-background-size:100% 100%; /* 老版本的 Firefox */
	background-size:100% 100%;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
	cursor:pointer;
}

.overlay .overlay-logo {
	width: 256px;
	height: 25px;
	position: absolute;
	left: 15px;
	top: 25px;
	overflow: hidden;
	border: none;
	background: url(../images/overlay-logo.png) no-repeat center center;
	-moz-background-size:100% 100%; /* 老版本的 Firefox */
	background-size:100% 100%;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
	cursor:pointer;
}
.overlay .overlay-content {
	color:#fff;
	position: relative;
	top: 55%;
	height: 85%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 90%;
	margin: 0 auto;
	padding:2%;
	
	overflow:scroll; 
	overflow-x:hidden;
	overflow-y:auto;
}
.overlay .overlay-content img{
	width: auto;
	margin:2px;
}
.overlay .overlay-login .login_message{
	margin: 0 auto;
	text-align: left;
}
.final-top{
	margin-bottom:20px;
}
.fb a{
	background-color:#4267b2;
	padding:5px;
	color:#fff;
}
.social-gray{padding:10px;}
.social-gray span{margin-left:5px;}	


.app-box {
	padding:10px 10px 0 10px;
	margin-bottom:20px;
	background-color:rgba(245,216,60,0.9);
	background-color: #f5d83c;
	font-size:0.875em;
}
.app-box a{ margin:0 5px;}

.final-bottom .box-title{
	background-position:left 5px; 
	padding-top:0px; 
	font-size:1.125em;
}

.final-bottom .text{
	font-size:0.875em;
	line-height:1.5em;
}
/*會員登入*/
.overlay .overlay-login a{text-decoration: underline; color:#f5d83c;}

.overlay-login .final-top{
	padding-bottom:20px;
	border-bottom:#FFFFFF 1px solid;
	margin-bottom:20px;
}

.overlay-login .final-top .cate{
	border-left:solid 5px #f5d83c;
	padding-left:20px;
	font-size:1.25em;
	letter-spacing:4px;
}

.overlay .overlay-login img{
	width: auto;
	margin:2px;

}

.overlay .overlay-login .product_text{
	margin: 0 auto;
	text-align: left;

}
.overlay .overlay-login .login_message{
	margin: 0 auto;
	text-align: left;
}

.checknumber{display:block; font-size:0.9em;}
.message_btn2{
	margin:0 auto;
	margin-top:20px;
    color: #000;
	border: 0;
	font-family: Arial, Helvetica, sans-serif, "微軟正黑體", "新細明體", "標楷體" ;
	font-size:1em;
	padding: 8px 38px;
	display:block;
	text-decoration:none;
	cursor: pointer;
	background-color: #f5d83c;
	text-align:center;
}
.message_btn2:active, .message_btn2:hover{background-color: #f5bf3c;}
/* Effects */
.overlay-scale {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

.overlay-scale.open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);	
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}

/*控制圖片顯示比例16:9*/
.target-img{
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  /*margin-bottom:5px;*/
}
.target-img img {
  width: 100%;
}

/*overlay AD*/


.overlay-ad {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(25,25,25,0.95);
	z-index: 100;
}
.wrap-ad {
	color:#e9e9e9;
	text-align:center;
	width:90%;
	margin:0 auto;
		text-align:center;
	overflow:scroll; 
	overflow-x:hidden;
	overflow-y:auto;
	
}

.overlay-ad .overlay-close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 15px;
	top: 15px;
	overflow: hidden;
	border: none;
	background: url(../images/close-icon-29.png) no-repeat center center;
	-moz-background-size:100% 100%; /* 老版本的 Firefox */
	background-size:100% 100%;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
	cursor:pointer;
}
.ad-img{
	padding-top:5%;
	text-align:center;
    margin:0 auto;
}

.ad-img img{
	 width: auto;
}


/*句式只在viewport 寬度不小於320px才生效*/
@media screen and (min-width: 320px) {
    .list_box_r {
        margin-bottom: 20px;
    }
/*倒數計時*/
.time_open{display: block;}
.rightclose{display: none;}
/*合作品牌*/
.cooperation_img{
	width: 45.8%;
    float: left;
}
    /*奧運看熱鬧*/
#faq_banner .text{
	padding: 5.5%;
}
#faq_banner span {
	font-size: 1.2em;
}
    /*台灣點將錄*/
#tteams_banner .text{
	padding: 5.5%;
}
#tteams_banner span {
    font-size: 1.2em;
}
.select_box {
	padding: 4px 6px;
    margin: 0 auto;
    width: 50%;
    float: left;
}
/*獎項*/
#awards table  {
	font-size: 1em;
    font-family: "微軟正黑體修正";
    unicode-range: U+7db0, U+78A7, U+7B75; /* ASCII (碧筵綰) */
    font-style: normal;

}
/*選手簡介*/
.introduction_main {
    padding: 20px;
}
.introduction_main h2 {font-size: 1.3em; color: black;}
.introduction_main p {font-size: 1em; line-height: 1.8em;color: black;}
	
/*奧運星攻略-分數*/
#fraction .text{
	font-size: 1.5em;

}
}

/*轉播時刻表*/

.game_main {
    padding: 20px;
}


/*句式只在viewport 寬度不小於360px才生效*/
/*台灣點將錄*/
@media screen and (min-width: 360px) {
.select_box {padding: 6px;}
}
/*句式只在viewport 寬度不小於400px才生效*/
@media screen and (min-width: 400px) {
.logo-ss{padding:0;}
#mobile-logo-inner{
	width:96%;
/*padding:5px 2%;*/}
#marquee-text{width:80%;}

/*精彩節目節目清單*/
.fncvideo-list-little-box{
	height:200px;
}
.elselive30video-list-little-box{
   height:180px;
}
/*新聞單則內容*/
.news-cover .play-icon{
	top: 31%; left: 38%;
}
/*主播主持人*/
.artist-list-box{
	float:left;
	width:48%;
	margin:0 1%;
	margin-bottom:10px;
}
/*新聞內頁分類*/
.orange-big-slider .play-icon{
	top: 31%; left: 42%;
}
/*幻燈片*/
.sslide .sslide-icon{
	top: 31%; left: 38%;
}

    /*奧運看熱鬧*/
#faq_banner .text{
	padding: 6.5%;
}
    /*台灣點將錄*/
#tteams_banner .text{
	padding: 6.5%;
}
.select_box {padding: 6.8px;}
	
/*奧運星攻略-分數*/
#fraction .text2,#fraction .text3{
	font-size: 1.2em;

}

}




/*句式只在viewport 寬度不小於480px才生效*/
@media screen and (min-width: 480px) {
.livelinkover8-btn{
	font-size:0.85em;
}
.elselive30video-list-little-box{
   height:180px;
}
/*內頁即時*/
.ten .rednumber{
	width:8%;
	font-size:1.25em;
}
.ten .text{
	width:90%;
}
.feature2-cover .box .play-icon{
	top:37%; left:43%;}

}
/*句式只在viewport 寬度不小於500px才生效*/
@media screen and (min-width: 500px) {
.feature2-cover .box{
	float:left;
	width:44%;
	margin:1% ;
	min-height:390px;
	
}
.feature2-cover .box .play-icon{
	top:25%; left:35%;}

#live-else{max-height:185px;}
.live-else-little-box{
	width:43%;
	margin:0 1%;
}

/*精彩節目節目清單*/
.fncvideo-list-little-box, .elselive30video-list-little-box{
	width:31%;
	margin:0 1%;
}
.fncvideo-list-little-box, .elselive30video-list-little-box{
   font-size:1.1em;
	line-height:1.4em;
}
/*新聞單則內容*/
.news-cover .play-icon{
	top: 33%; left: 43%;
}

/*美食*/
.travelfood-one .pic{
	width:220px;
	margin-bottom:0px;
	padding-top:5px;
	
}
.travelfood-one .text{
    padding-left:5px;
	margin-left: 225px;
}
/*幻燈片*/
.sslide .sslide-icon{
	top: 33%; left: 43%;
}

    /*台灣點將錄*/
.select_box {padding:5px 8px;}
	
	
/*奧運星攻略-分數*/
#fraction .text{
	font-size: 1.9em;

}	
#fraction .text2,#fraction .text3{
	font-size: 1.4em;

}
}


/*句式只在viewport 寬度不小於520px才生效*/
@media screen and (min-width: 520px) {
.feature-cover .box{
	min-height:290px;
}
	
	#marquee-text{
	width:80%;
}

	#live-else{max-height:200px;}
/*手機上方新聞分享*/
.small{display:none;}
.mid{display:block;}
.live-link-div{
	
    height:33px; 
}
/*新聞內頁分類*/
.orange-big-slider .play-icon{
	top: 33%; left: 43%;
}
}
/*句式只在viewport 寬度不小於600px才生效*/
@media screen and (min-width: 600px) {
/*倒數計時*/
.example {
    padding:5px 0 0 0;
}
    /*奧運看熱鬧*/
#faq_banner .text{
	padding: 7.5%;
}
    /*台灣點將錄*/
#tteams_banner .text{
	padding: 7.5%;
}

.select_box {padding:8px 9px;}

/*奧運星攻略-分數*/
#fraction .text{
	font-size: 2.2em;

}
#fraction .text2,#fraction .text3{
	font-size: 1.6em;

}
}
/*句式只在viewport 寬度不小於640px才生效*/
@media screen and (min-width: 640px) {
.feature2-cover .box{
	width:44.7%;
	min-height:380px;
}	
.feature2-cover .box .play-icon{
	top:33%; left:40%;}
#live-else{max-height:220px;}



/*頭條*/

.a1-pic .text span{
	font-size:1.55em;
	padding:20px;
}
/*話題*/

.Feature-group-title{font-size:1.375em;}

.index-Feature-group-left .text span, .category6_1 .text span{
	font-size:1.55em;
	padding:20px;
}

/*幻燈片*/
.sslide .sslide-icon{
	top: 40%; left: 43%;
}
/*新聞列表*/


.style1 .pic{
	width:155px;
	
}
.style1 .text{
     padding:10px;
	font-size:1em;
	margin-left: 160px;
	
	/*line-height:1.4em;*/
}
.style2 .text{
     padding:10px;
	font-size:1em;

}
/*頁數*/

.page-area a{
	margin:0 10px;
}

.fncvideo-btn{
	margin-right:20px;
}
/*精彩節目節目清單*/
.fncvideo-list-little-box{
	height:220px;
}
.elselive30video-list-little-box{
   height:210px;
}
/*新聞單則內容*/
.news-cover .play-icon{
	top: 40%; left: 43%;
}

/*旅遊美食*/
.travelfood-btn .yellow-btn{
	font-size:1em;
	margin:0 5px;
}
.travelfood-list-box{
	padding:20px;
}

/*內頁即時*/
.pc-hot-list ol li {
   letter-spacing:2px;
}
.ten .rednumber{
	width:40px;
}
.ten .text{
	width:92%;
}/*手機單則新聞下方*/

#mobile-footer-ad{

	bottom:60px;
}
/*新聞內頁分類*/
.orange-big-slider .play-icon{
	top: 35%; left: 44%;
}

.overlay .overlay-login .login_message{

	text-align: center;

}
/*************overlay***************/	
.overlay .overlay-login .login_message{

	text-align: center;

}
.checknumber{display:inline-block;}
}
/*句式只在viewport 寬度不大於767px才生效*/
@media screen and (max-width: 767px) {
.banner-big {
    display: none;
}
}
/*句式只在viewport 寬度不小於768px才生效*/
@media screen and (min-width: 768px) {
    .list_box_l {
        font-size: 1em;
        float: left;
        width: 30%;
        margin-right: 20px;
        margin-bottom: 20px;
        letter-spacing: -0.01em;
    }

    .list_box_r {
        color: black;
        font-size: 1.2em;
        float: left;
        width: 67.1%;
        margin-bottom: 20px;
    }

    .list_banner {
        padding: 20px;
    }

    #game_list p {
        padding: 0 20px;
        font-size: 1.1em;
    }

        #game_list p .title {
            font-weight: bolder;
            font-size: 1.2em;
        }

    .game_list_title {
        font-size: 1.3em;
        padding: 10px 20px 0 20px;
    }

/*倒數計時*/
#countdown,#countdown2 {
    width: 300px;
    /*height: 300px;*/
}
#countdown0 {
    width: 300px;
    /*height: 300px;*/
	float:left;
}
#countdown0 .cb,#countdown .cb,#countdown2 .cb{width:300px;}
#countdown0 .cb img,#countdown .cb img,#countdown2 .cb img {
    height: 300px;
}
.example {
    padding: 15px 0 0 0;
}
.example2 {
    padding: 12px 0 0 0;
}
/*獎項*/
#awards table  {font-size: 1.2em;}
/*首頁焦點新聞*/
#fnews-left {
    margin: 0 0 0 20px;
    float: left;
    width: 58.3%;
}
.wbox span {
	overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
	
.style1 .text2{	margin-left: 173px;width: auto;}
.news-list-area .style1 .text .title p,
.news-list-box .style1 .text .title p{
    -webkit-line-clamp: 1;
	width: auto;
}
/*合作品牌*/
.cooperation_img{
	padding: 5px;
    width: 18.46%;
}

    .news-list-area, .video-list-area, #faq_banner, #tteams_banner{
        margin-top:70px;
    }

    /*奧運看熱鬧*/
    #faq_banner .text {
        padding: 7.9%;
    }
/*台灣點將錄*/
#tteams_banner .text{
	padding: 7.9%;
}
#tteams_banner span {
    font-size: 1.35em;
}
.select_box {width: 25%;}
	
/*選手簡介*/
.introduction_main p {font-size: 1em; }
.introduction_main h2 {font-size: 1.45em;}

    /*轉播時刻表*/	
.announcement {width:531px;}	
	
/*奧運星攻略*/	
#gamessupernight_intro h2 {
    width: 442px;
}
#gamessupernight_intro h2::before{
	background-color: rgba(230,97,38,1.0);
    width: 462px;
    height: 2px;
    content: '';
    position: absolute;
    top: 10px;
    left: 153px;
}
#gamessupernight_intro h2::after{
	background-color: rgba(230,97,38,1.0);
    width: 462px;
    height: 2px;
    content: '';
    position: absolute;
    right: 153px;
    top: 66px;
}
	
#intro-img{
	width:80%;
	margin: 0 auto;
}

.gameselect span {
    font-size: 1.6em;
}
	
/*奧運星攻略-題目*/
#topic_video {
	width:70%;
	background-color: black;
    padding: 45px 0;
	margin-top: 30px;
}

#topic_l{
	font-size: 1.7em;
	width: 10%;
    padding: 30px 10px;
    float: left;
}
#topic_r{
	font-size: 1.1em;
    /*padding: 30px 10px;*/
    float: left;
    margin-left: 20px;
    width: 78.4%;
	margin-top: 0;
	height: 48px;
}
#pop { padding: 20px;}
#pop p,#pop2 p  {font-size: 2em;}
#pop p img,#pop2 p img {width: 109px;}
.topic_b {
    font-size: 1.2em;
	padding: 20px;
	float:left;
	width: 25.52%;
}
.topic_b2a,.topic_b2 {
    font-size: 1.2em;
	padding: 20px;
	float:left;
	width: 25.4%;
	margin: 0 7px 0 7px;
}
.next {
    padding: 7px 30px;
    width: 100px;
    font-size: 1.1em;
    letter-spacing: 0.1em;
    margin-right: 8px;
}
	
/*奧運星攻略-分數*/
#fraction .text{
	font-size: 2.8em;
}
	
#fraction .text span img{
	padding: 0 10px;
    top: 10px;
	width: 114px;
}
#fraction .text2,#fraction .text3{
	font-size: 2em;
}
/*banner*/
.banner-small {
    display: none;
}
.introduction_main .text {
    font-size: 1em;
}	
	
	
.feature2-cover .box{
	width:45.2%;
}	
	/*內頁即時*/

.ten .text{
	width:93.5%;
}
/*新聞內頁分類*/
.orange-big-slider .play-icon{
	top: 39%; left: 46%;
}
}
/*句式只在viewport 寬度不小於800px才生效*/
@media screen and (min-width: 800px) {
/*倒數計時*/
#countdown .cb img {
    height: 320px;
}
#countdown0,#countdown0 .cb img {
    height: 318px;
}
/*奧運星攻略-題目*/	
	
.topic_b {
	width: 25.8%;
}
.topic_b2a,.topic_b2 {
	width: 25.7%;
}
/*首頁焦點新聞*/
#fnews-left {width: 60%;}
	
	
	
.feature2-cover .box{
	width:30.3%;
	margin:0.4% 0.2%;
	min-height:380px;
}
#pc-header-inner{display:block;}
#mobile-app-inner{display:none;}
#marquee-text{width:80%;
	font-size:1em;padding-top:1px;}
#mobile-logo-inner-margin{display:none;}
#mobile-logo-inner{position:relative;}
#marquee-box{
	margin:10px auto 0 auto;
}

#marquee-text ul li{
	height:37px;
}
.marquee-title{
	margin-top:3px;
	margin-right:10px;
	padding-left:12px;
	font-size:1em;
	line-height:1.9em;
}
#live-else{max-height:290px;}
.live-else-little-box{width:45%;}
.live-else-little-box .title{
	font-size:1em;
}
.elselive30video-list-little-box{
   height:225px;
}
.elselive30video-list-little-box .play-icon{
top: 35%; left: 40%;
}
.halfhalf{
	width:49%;
	margin-right:2%;
	float:left;
}


.footer-0{display:none;}
.footer-1{display:block; padding-bottom:10px; border-bottom:1px solid #999999; margin-bottom:20px;}
.footer-1-1{
	margin:5px auto;
	text-align:left;
	position:relative;
}
.footer-1 ul{padding:0; margin:0;}
.footer-1 ul li{ list-style:none; float:left;}
.footer-1 ul li::after {content:" ｜";}
.footer-1 ul li:last-child::after {content:" ";}
.footer-1-2{
	font-size:0.875em;
	margin:5px auto;
	text-align:left;
	position:relative;
}

.footer-2{display:block;padding-right:20px;}
.footer-2 .right{
	font-size:0.75em;
	text-align:right;
}

/*新聞列表*/

.style1 .text, .style2 .text{
     padding:15px;
}
/*精彩節目節目清單*/
.fncvideo-list-little-box{
	height:240px;
}

/*新聞單則內容*/
.fncnews-content{
	padding:20px;

}
/*下則新聞*/
/*.next-news{display:none;}*/

/*主播主持人*/
.artist-top{
border-bottom:0;
}
.pic-text{
	position:absolute;
	top:6%;
	left:50px;
	z-index:2;
}
.pic-text .name{
	font-size:3.75em;
	line-height:3em;
}
.pic-text .now ul li{
	font-size:0.875em;
}


.artist-list-box{
	width:31.3%;
}


}


/*句式只在viewport 寬度不小於900px才生效*/
@media screen and (min-width: 900px) {

.feature2-cover .box{
	width:30.5%;
	margin:0.4% 0.2%;
}
/*精彩節目節目清單*/
.fncvideo-list-little-box{
	height:260px;
}
}
/*句式只在viewport 寬度不小於960px才生效*/
@media screen and (min-width: 960px) {
/*倒數計時*/
#countdown,#countdown2 {
    /*height: 410px;*/
}

#countdown .cb img,#countdown2 .cb img {
    height: 410px;
}
#countdown0,#countdown0 .cb img {
    height: 407.63px;
}
/*奧運星攻略*/
#gamessupernight_intro h2 {
    font-size: 1.875em;
}
.main p {
    font-size: 1.25em;
    line-height: 2em;
}
.gamessupernight {
    margin: 70px auto;
}
.gameselect{
	/*height: 215px;*/
}
/*填資料*/
.col-25 {
  float: left;
  width: 20%;
  margin-top: 6px;
text-align: right;
}

.col-75 {
  float: left;
  width: 80%;
  margin-top: 10px;
	text-align:left;
}
/*首頁焦點新聞*/
#fnews-left {width: 66.6%;}
}
/*句式只在viewport 寬度不小於1002px才生效*/
@media screen and (min-width: 1002px) {
    .list_box_l {
        font-size: 1.1em;
        float: left;
        width: 35%;
        letter-spacing: -0.05em;
    }

    .list_box_r {
        font-size: 1.3em;
        width: 61.7%;
    }

    #game_list p {
        font-size: 1.2em;
    }

    .news-list-area, .video-list-area, #faq_banner, #tteams_banner {
        margin-top: 0;
    }
body {background: url(../images/bg.png);}
.style1 .title, .style2 .title{
 font-size:1.3em;
}
.style1 .summary2{font-size: 1.1em;}
.feature2-cover .box{
	width:29.8%;
	margin:0.2%;
	min-height:390px;
}
.feature2-cover .box .play-icon{
	top:25%; left:35%;}

.feature2-cover .box .title{
	font-size:1.3em;

}
	
#pc-top-ad{display:block;}
#pc-logo-inner{display:block;margin: 0;}
#mobile-logo-inner{display:none;}

#pc-nav-inner{display:block;padding-left:10px; top:-3px; }
#mobile-nav-inner{display:none;}


.live-else-little-box{width:28%;}
.live-else-little-box .title{
	font-size:0.95em;
}
.mobileonly-300ad{display:none;}
#arrow-left-w, #arrow-right-w{display:none;}

#marquee-box{
	margin:0 auto 0 auto;
}
	

/*倒數計時*/
#countdown,#countdown2{
   margin: 0;
   width: 300px;
   /*height:250px;*/
   float: left;
}

#countdown0,#countdown0 .cb img,#countdown .cb img,#countdown2 .cb img {
    height: 250px;
}

.example {
    padding: 5px 0 0 0;
}
.example2 {
    margin-top: -13px;
}
.time_open{display: none;}
.rightclose{display: block;}
/*首頁焦點新聞*/
#fnews-left {
    width: 53%;
	height: 250px;
    float: right;
	margin: 0;
}
.fl {
    float: left;
    padding: 20px;
    height: 115px;
}

.wbox {
    margin-right: 20px;
    margin: 10px 20px;
    float: right;
    background-color: #f5d83c;
	padding: 10px 0;
}
.wbox span {
    font-size: 1.4em;
	padding: 0;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	white-space: normal;
}
/*合作品牌*/
.cooperation_img{
    width: 23%;
}

    /*奧運看熱鬧*/
#faq_banner .text{
	padding: 7.5%;
}
#faq_banner span {
    font-size: 1.4em;
}
    /*台灣點將錄*/
#tteams_banner .text{
	padding: 7.5%;
}	
#tteams_banner span {
    font-size: 1.4em;
}
.select_box {padding: 10px;}

/*選手簡介*/
.introduction_main p {font-size: 1.1em; }
.introduction_main h2 {font-size: 1.5em;}
.introduction_main .summary2 {
    font-size: 1em;
}	
	
/*focus*/
#focus-left{
	float: left;
    width: 454px;
	padding:0;
}
.a1-pic {
    background: url(../images/focusbg.png);
    padding: 10px 20px;
    background-color: #f5d83c;
}

.show {background-color: #f5d83c;}
/*獎項*/
#awards table  {font-size: 1.4em;}
	
/*奧運星攻略*/	
#gamessupernight_intro h2 {
    width: 535px;
}
#gamessupernight_intro h2::before {
    width: 555px;
    top: 7px;
    left: 52.5px;
}
#gamessupernight_intro h2::after {
    width: 555px;
    right: 52.5px;
    top: 66px;
}
/*奧運星攻略-題目*/
#topic_video {
	width:70%;
	background-color: black;
    padding: 45px 0;
}

#topic_l{
	font-size: 2em;
	width: 10%;
    float: left;
}
#topic_r{
	font-size: 1.2em;
    width: 76%;
}
.topic_b {
	width: 24.2%;
}
.topic_b2a, .topic_b2 {
	width: 27.3%;
}
.next {
    font-size: 1.2em;
}
/*專題BANNER*/
#topics-banner{
margin-bottom:10px;
}
#main-inner{padding:10px; top:-3px;}
#main{}

#main-left{
	margin-left: -320px; 
	float: left; 
	width: 100%;
	
}



#contentb {/*真正的“main-left”变成了contentb，他的宽度跟以前的main-left一样，是100%-320.*/
    margin-left: 320px;
  }
  
#main-right{
	display:block;
	float:right;
	width:300px;

}

#focus-right{display:block;width: 208px;float:right;margin: 0;}
#focus-realtime, #mobile-hot{display:none;}
.a1-pic .text{
	display: none;
}
/*內頁即時*/
.mobile-only{
	display:none;
}
.news-category{
	padding:2px 8px;
	font-size:1em;
}
.pc-hot{display:block;}
.pc-hot-list{
	padding:0 20px 10px 20px;
}
.ten .text{
	width:91.5%;
}
/*
.pc-hot-list ol, .pc-hot-list ol li {
	padding:0;
	margin:0;
	list-style:none;
}

.rednumber{
	display:inline-block;
	text-align:center;
	width:30px;
	color:#e62117;
	font-size:1.25em;
	font-weight:bolder;
	margin-right:10px;
}
.hotlist-category{
	padding:3px 5px;
	color:#FFF;
	font-weight:bolder;
	margin-top:-2px;
	margin-right:10px;

	
}*/

/*頭條*/

.dotdot{display:none;}
#a1-else{display:block;max-height:150px;}

.a1-else-little-box{
	min-height:130px;
	width:19.7%;
	margin:0 0.9%;
}
.news-list-box{font-size:1em;}



/*首頁PC-即時*/
#pc-focus-realtime ol{
	padding:0; margin:0;}
#pc-focus-realtime ol li{
	display:block;
	padding: 7.36px 10px;
	
	border-bottom:#eeeeee 1px solid;
	margin-bottom:6.5px;
	/*padding-bottom:5px;*/
	letter-spacing:0;
	overflow:hidden;
	
	font-size:1.05em;/*新加*/
	/*line-height:1.6em;*//*新加*/
	/*display: flex;
    align-items: center;*/
}
.tg p{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	padding: 0;
    margin: 0;
	font-size: 1.1em;
}
#pc-focus-realtime ol li .small-gray-text{
	font-size:0.7em;
}

#pc-focus-realtime ol li:last-child{/*border-bottom:0px solid;*/
}

/*話題*/
.index-Feature-group-right .style1 .text .title{
	font-size:1em;
}
/*關鍵話題*/	
.pc-hot-list ol li {padding: 10px 0 10px 0;}
/*影音BANNER下方的資訊*/
.video-info{
	padding:20px; 
}
/*精彩關鍵*/
.video-list-little-box{
	float:left;
	height:170px;
	width:23%;
	margin:0 1%;
	overflow:hidden;
	margin-bottom:10px;

}
.video-list-little-box .title{
	font-size:0.875em;
	line-height:1.2em;
}
/*精彩節目節目清單*/
.fncvideo-list-little-box{
	height:220px;
}
.elselive30video-list-little-box{
   height:230px;
}

/*首頁6分類*/
.six{
    text-align: justify;

}
.category6_1 {
	margin-bottom:1%;
	display: inline-block;
	width: 49.5%;

}

/*.category6_1:after{
  content: '';
  display: inline-block;
  width: 100%;
}*/

.category6_1:last-child{ float:right;}

.category6_1 .text span{
	font-size:1.1em;
	padding:10px;
	letter-spacing:1px;
}

.category6_1 ol{
	padding:0; 
	margin:0px;
	margin-top:10px;
	display:block;
	
}
.category6_1 ol li{
	display:block;
	padding:0;
	font-size:1em;
	line-height:1.5em;
	border-bottom:#eeeeee 1px solid;
	margin-bottom:5px;
	padding-bottom:5px;
	letter-spacing:0;
	overflow:hidden;
	height:45px;
	
}

.category6_1 ol li:last-child{border-bottom:0px solid; margin-bottom:0px;padding-bottom:0px;}

/*新聞內頁分類*/
.orange-big-slider .arrow-left-y, .orange-big-slider .arrow-right-y{
	display:block;
}

.news-list-area .style1 .summary{display:block;}

.news-list-area .style1 .summary p{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	padding: 0;
    margin: 0;
}
/*兩則300廣告*/
.two300ad{

	text-align:center;
}
.two300ad .ad_300250{
	display:inline-block;
	margin:0 5px;
	
}
.two300ad .last{
	display:inline-block;
}
.ad_c{display: block;}
/*************overlay***************/	
.overlay .overlay-close {
width: 50px;
height: 50px;}
.overlay .overlay-content {
	top: 60%;
width: 936px;}
.final-top{
	margin-left: -356px; float: left; width: 100%;

}
.final-bottom{
	float:right;
	width:336px;
}
.contentb2 {
    margin-left: 356px;
  }
 /*overlay天氣*/

.overlay .overlay-weather {
	position: relative;
	top: 50%;
	/*height: 50%;*/
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 800px;
	margin: 0 auto;
	padding:2%;
	overflow:scroll; 
	overflow-x:hidden;
	overflow-y:auto;
	background-color:#eee;
} 
.location-btn{text-align:center; margin-top:20px;}
.location-btn ul, .location-btn ul li{
	list-style:none;
	padding:0;
	margin:0;
}
.location-btn ul li{
	float:left;
	background-color:#f5d83c;
	padding:5px 10px;
	font-size:1.25em;
	margin:1%;
	width:20.5%;
	cursor:pointer;
	
}

  /*主播主持人*/

.pic-text{
	top:0%;

}
/*會員登入*/	

	.overlay .overlay-login {
		top: 60%;
	width: 900px;}
	
	.overlay-login .final-top{
	margin-left: 0;
	float:none;
	width: auto;
}

 .overlay-login .final-bottom{
	float:none;
	width: auto;
}
}
/*句式只在viewport 寬度不小於1024px才生效*/
@media screen and (min-width: 1024px) {
.style1 .text2 {
    margin-left: 178px;
}
.feature2-cover .box{
	width:29.9%;
}
	
#focus-right {
    width: 230px;
}
	
/*奧運星攻略*/	

#gamessupernight_intro h2::before {
    left: 64.5px;
}
#gamessupernight_intro h2::after {
    right: 63.5px;
}
/*奧運星攻略-題目*/	
.next {
    margin-right: 12px;
}
}
@media screen and (min-width: 1130px) {
	.feature2-cover .box{
	width:30.3%;
}
.a1-else-little-box{
	min-height:130px;
	width:20.2%;
	margin:0 1%;
}
.fncvideo-list-little-box{
	height:230px;
}
}
/*句式只在viewport 寬度不小於1200px才生效*/
@media screen and (min-width: 1200px) {
    .list_box_r {
        width: 61.9%;
    }
.feature2-cover .box{
	width:30%;
}
.feature2-cover .box .title{
	width:97%;
}

#focus-right {
    width: 250px;
}
#pc-header, #pc-logo, #pc-nav, #main, #footer{
	margin: 0 auto;
	width:1024px;
}

#marquee-box{
	margin:0px auto 0 auto; 
	width:1024px;
}
#a1-else{max-height:150px;}

.a1-else-little-box{width:19.5%;}



.footer-2{padding-right:0px;}

/*奧運星攻略-題目*/
#topic_r{
    width: 77.3%;
}
	
.topic_b {
	width: 24.8%;
}
/*首頁焦點新聞*/
#fnews-left {
    width: 55%;
}
/*話題*/


.index-Feature-group-left{
	float:left;
	width:50%;
}

.index-Feature-group-left .text span{
	font-size:1.25em;
	padding:10px;
}

.index-Feature-group-right{
	float:right;
	margin-left:1%;
	width:49%;
}

.index-Feature-group-right .style1 .pic{display:none;}

.index-Feature-group-right .style1 .text{
	margin-left:0px;
     padding:6.5px;
}
.index-Feature-group-right .style1 .text .title{
	font-size:0.95em;
}

/*精彩節目節目清單*/
.fncvideo-list-little-box{
	height:210px;
}
.elselive30video-list-little-box{
   height:210px;
}
/*首頁6分類*/

.category6_1 {
	width: 32.8%;
}
.category6_1 ol li{
	font-size:0.9em;
	line-height:1.3em;
	height:35px;
}
.category6_1 .text span{
	font-size:0.9em;
	line-height:1em;
	letter-spacing:0px;
}
/*內頁即時*//*新聞列表*/
.style1 .pic{
	margin-top:21px;
}
/*話題清單*/
.Feature-list .style1 .pic{
	margin-top:10px;
}
/*浮動社群分享*/
#pageshare{
	display:block;
	position:absolute;
	top: 0px;
	float: left;
	background-color: #f5d83c;
	z-index: 10;
	margin-left:-80px;
}
#pageshare .sbutton img{
	width:auto;
}
/*.pageshare-control{
	position:absolute;
	top:0px;
	right:-24px;
	background-color:rgba(0, 0, 0, 0.6);
	color:#fff;
	padding:2px ;
	cursor:pointer;
	line-height:1em;
}*/
/*奧運星攻略*/	

#gamessupernight_intro h2::before {
    left: 73.5px;
}
#gamessupernight_intro h2::after {
    right: 74.5px;
}
	
/*奧運星攻略-題目*/
.topic_b2a, .topic_b2 {
	width: 27.4%;
}
}
/*句式只在viewport 寬度不大於1399px才生效*/
@media screen and (max-width: 1399px) {
.woman_bg,.man_bg{
	background:url(../images/tteams_bg.png) center bottom ,linear-gradient(top,#f5d83c,white);
    background:url(../images/tteams_bg.png) center bottom ,-moz-linear-gradient(top,#f5d83c,white);
    background:url(../images/tteams_bg.png) center bottom ,-webkit-linear-gradient(top,#f5d83c,white);
}
}
/*句式只在viewport 寬度不小於1400px才生效*/
@media screen and (min-width: 1400px) {
    .list_box_l {
        width: 27%;
        font-size: 1.2em;
    }

    .list_box_r {
        width: 71%;
        font-size: 1.4em;
    }

    #game_list p {
        font-size: 1.25em;
    }

    .game_list_title {
        font-size: 1.4em;
    }

#main-inner{ top:-5px;}
.feature2-cover .box{
	width:30.6%;
	margin:0.4%;
	min-height:330px;
	
}

.feature2-cover .box .play-icon{
	top:32%; left:40%;}
	
	
.errorr{text-align:center; margin-top:5%;}
.errorr img{width:auto;}


#pc-header, #pc-logo, #pc-nav, #marquee-box, #main, #footer{
	width:1380px;
}
#pc-nav-inner{font-size:1.25em;}

#pc-nav ul{margin-top:-20px;}
#pc-nav ul li a{
	padding:20px 6px 20px 6px;
}


#pc-nav ul li .sub-menu a	{ 	padding:3px 3px 6px 3px; margin:0px 5px; text-align:center; font-size:0.8em; } /* 下拉清單每一列的樣式 */

#marquee-text{width:90%;}
/*首頁焦點新聞*/
#fnews-left {
    width: 740px;
	height: 250px;
    float: right;
}

.fl {
    float: left;
    width: 50%;
    padding: 20px;
}

.wbox {
    width: 41%;
    margin-right: 20px;
    margin: 20px 20px 20px 0;
    height: 204px;
    border: 2px solid white;
    float: right;
	display:flex;
    align-items:center;
    justify-content:center;
	background-color: #f5d83c00;
	padding: 0;
}
.wbox span {padding: 0 10px 0 10px;}
.news_bgline{
	display: block;
    position: absolute;
    bottom: 30px;
    width: 317px;
    right: 33px;
}

/*focus*/
.style1 .text2 {
   float: left;
    margin-left: 15px;
	width: 800px;
}
	
.a2-pic { 
	width: 13%;
    float: left;
    padding: 0 10px 0 0;
	display: block;
}
/*合作品牌*/
.cooperation_img{
    width: 19%;
}

    /*奧運看熱鬧*/
#faq_banner {
	height:209px;
}

#faq_banner .text{
	padding: 8.4%;
}
#faq_banner span {
    font-size: 1.6em;
}
    /*台灣點將錄*/
#tteams_banner {
	height:209px;
}
#tteams_banner .text{
	padding: 8.4%;
}
#tteams_banner span {
    font-size: 1.6em;
}
	
/*選手簡介*/
.introduction_main {
    padding: 30px;
    padding-left: 360px;
}

    /*轉播時刻表*/
#game_banner {
    height: 209px;
}
	

.woman_bg{
	background-image: url(../images/woman_bg.png);
	background-repeat : no-repeat ;
	background-color: white;
}
.man_bg{
	background-image: url(../images/man_bg.png);
	background-repeat : no-repeat ;
	background-color: white;
}
	


/*奧運星攻略*/	
#gamessupernight_intro h2 {
    width: 52.5%;
}
#gamessupernight_intro h2::before{
	background-color: rgba(230,97,38,1.0);
    width: 555px;
    height: 2px;
    content: '';
    position: absolute;
    top: 16px;
    left: 23.8%;
}
#gamessupernight_intro h2::after{
	background-color: rgba(230,97,38,1.0);
    width: 555px;
    height: 2px;
    content: '';
    position: absolute;
    right: 23.8%;
    top: 72px;
}
.gameselect span  {
	font-size: 2.8em;
}	
/*奧運星攻略-題目*/

#topic_l{
	font-size: 3em;
	padding: 35px 10px;
}
#topic_r{
	font-size: 1.4em;
    width: 81.6%;
	height: 58px;
}
.topic_b {
	width: 27.67%;
	font-size: 1.4em;
}
.topic_b2a, .topic_b2  {
	width: 27.4%;
	font-size: 1.4em;
}
/*奧運星攻略-分數*/
#fraction .text{
	font-size: 3em;
	top: 15%;
    left: 0;
    width: 95%;
    line-height: 1.2em;
}

/*填資料*/
.col-25 {
  float: left;
  width: 18%;
}

.col-75 {
  float: left;
  width: 81%;
}
	
	
/*頭條*/
.a1-pic .text span{
	font-size:1.75em;
    letter-spacing:1.5px;
	padding:20px;
}

#a1-else{height:185px;}
.a1-else-little-box{
	min-height:130px;
	width:20%;
	margin:0 0.9%;
}
#focus-left{/*margin-top:10px;*/
/*margin-left: -320px;*/ 
	float: left; 
	}
#focus-contentb {/*真正的focus-left”变成focus-contentb，他的宽度跟以前的focus-left一样，是100%-320.*/
    /*margin-left: 320px;*/
  }

/*#pc-focus-realtime ol li{
	height:23px;
	padding-top:4px;
	
	font-size:0.95em;

}*/

#focus-right{
	
	width:606px;
	margin-top:0;
}

#pc-focus-realtime ol li{
	height:42.8px;
	/*padding-top:2.5px;
	line-height:1.4em;*/
	
	/*font-size:1em;*/
	padding: 0 20px;
	font-size:1.05em;/*新加*/
	display: flex;
}

.tg {
	align-self: center;
    align-items: center;
    margin: auto 0;
    width: 85%;
}



#pc-logo .ad_72890{
	padding-right:320px;
}

.live-else-little-box{width:29%;}
.live-else-little-box .title{
	font-size:1em;
}

/*熱門*/
.hot-half{
	float:left;
	width:48%;
	margin-right:2%;	
}
.pc-hot-list ol li {
   letter-spacing:1px;

}
/*內頁即時*/
.ten .text{
	width:90.5%;
}
.fncnews-content .ad_72890{
	display:block;
	
}
/*新聞內頁分類*/
.orange-big-slider{
	height:470px;
	background: rgb(255,255,255);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 60.5%, rgba(246,246,246,1) 60.5%, rgba(246,246,246,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 60.5%,rgba(246,246,246,1) 60.5%,rgba(246,246,246,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 60.5%,rgba(246,246,246,1) 60.5%,rgba(246,246,246,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}
.orange-big-slider .a1-pic{
	width:740px;
}
.dotdot .orange_bg li a {
    
	background: #f6f6f6;
    background: rgba(0, 0, 0, 0.1);

}

.orange-big-slider .arrow-left-y{
	left:120px;
}

.orange-big-slider .arrow-right-y{
	right:120px;
}
.orange-big-slider .play-icon{
	top: 42%; left: 46%;
}
/*話題*/

.index-Feature-group{
	padding:10px 20px 0 20px;
}
.index-Feature-group .box-title{
	margin-left:-20px;
}

.index-Feature-group-left{
	float:left;
	width:50%;
}

.index-Feature-group-left .text span{
	font-size:1.25em;
	padding:10px;
}

.index-Feature-group-right{
	float:right;
	margin-left:1%;
	width:49%;
}

.index-Feature-group-right .style1 .pic{
    width:158px;
	display:block;
	
	
}
.index-Feature-group-right .style1 .text{

	margin-left:160px;
}

.index-Feature-group-right .style1 .text{
     padding:10px;
}
.index-Feature-group-right .style1 .text .title{
	font-size:1em;
}
/*新聞列表*/


.style1 .pic{
	width:220px;
	margin-top:0px;
	
}
.style1 .text{

	margin-left:225px;
	padding:7px;
}

.style2 .text{
     padding:15px;
}


/*話題清單*/
.Feature-list .style1 .pic{
	margin-top:0px;
}
/*精彩關鍵*/
.video-list-little-box{

	height:240px;

}
.video-list-little-box .title{
	font-size:1em;
	line-height:1.4em;
}
/*精彩節目節目清單*/
.fncvideo-list-little-box{
	height:280px;
}

.elselive30video-list-little-box{
   height:270px;
}
.elselive30video-list-little-box .title{
	font-size:0.9em;
	line-height:1.4em;
}
.play-icon img { width: 90%;}
/*首頁6分類*/

.category6_1 {
	width: 32.93%;
}
.category6_1 ol li{
	font-size:1em;
	line-height:1.5em;
	height:45px;
}
.category6_1 .text span{
	font-size:1.1em;
	padding:10px;
	letter-spacing:1px;
}

/*新聞單則內容*/
.news-cover .play-icon{
	top: 45%; left: 45%;
}
/*主播主持人*/

.pic-text{
	top:8%;
	left:70px;
	position:absolute;

}
.pic-text .name{
	letter-spacing:10px;
}
.pic-text .now ul li{
	font-size:0.875em;
}
/*浮動社群分享*/
#pageshare{
	display:none;

	/*margin-left:-20px;*/
}
/*************overlay***************/	

.overlay .overlay-content {
	top: 60%;
width: 1236px;}
.final-top{
	margin-left: -356px; float: left; width: 100%;

}
.final-bottom{
	float:right;
	width:336px;
}
.contentb2 {
    margin-left: 356px;
  }

}

/*句式只在viewport 寬度不小於1500px才生效*/
@media screen and (min-width: 1500px) {
	/*浮動社群分享*/
#pageshare{
    display:block;
}
}
