﻿@charset "utf-8";
/*
 * CSS Document 
 * $Author: 雯守 $
 * $Date: 2016-1-20 (三) $
*/

/* Default Set. ---------------------------------------------------------------- */
img { border:0px; text-decoration:none; width:100%;}
html, body { width:100%; padding:0; margin:0; font-size:15px; font-family:Calibri, Arial, Helvetica, sans-serif, '微軟正黑體'; color:#555555; background-color:#484848;}
a { color:#0d0d0d; text-decoration:none;}
a:hover { color:#333333;}
.clearer { clear:both; height:0; line-height:0; font-size:0;}
.displayNone { display:none;}
form, input, textarea, select, label { margin:0; padding:0; color:#333; font-size:12px;}
input, textarea, select, label { font-family:'微軟正黑體', Microsoft JhengHei,Verdana, PMingLiU;}
textarea { resize: none;}

#gHeader {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:140px;
	background:url(../images/header_bar.jpg) repeat-x top left;
	z-index:999;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	/*overflow:hidden;*/
}
#gHeader .mainNav {
	position:absolute;
	left:50%;
	/*width:1300px;*/
	width:1000px;
	/*margin:0 0 0 -650px;*/
	margin:0 0 0 -500px;
}
#gHeader h1 {
	width:100%;
	height:90px;
	margin:0 auto;
	padding:0;
	/*background:url(../images/logo_bg.png) no-repeat right top;*/
	overflow:hidden;
}
#gHeader h1 a {
	/*float:left;*/
	display:block;
	height:90px;
	/*font-family:'Oswald', sans-serif, '微軟正黑體';
	font-size:19px;
	line-height:23px;
	color:#fea95b;
	letter-spacing:2px;
	padding:3px 0 0 70px;*/
	overflow:hidden;
}
#gHeader h1 a.logoTher {
	/*width:840px;
	background:url(../images/logo_casemod_2016.png) no-repeat;*/
	width:970px;
	background:url(../images/menulogo_01.png) no-repeat;
	margin:0 auto;
	/*background-size:100%;*/
	overflow:hidden;
}
#gHeader h1 a.logoMfc {
	display:none;
	
	float:right;
	width:395px;
	background:url(../images/logo_mfc_2016.png) no-repeat;
	/*background-size:100%;*/
	overflow:hidden;
}
#gHeader .gMenu {
	/*position:absolute;
	left:50%;*/
	/*width:730px;*/
	/*width:850px;*/
	max-width:860px;
	height:50px;
	/*margin:30px 0 0 -300px;*/
	margin:0 auto;
}
#gHeader .gMenu ul {
	margin:0 auto;
	padding:0;
	list-style:none;
}
#gHeader .gMenu ul li {
	position:relative;
	float:left;
	height:50px;
	margin-right:40px;
	/*overflow:hidden;*/
}
#gHeader .gMenu ul li.last {
	margin-right:0;
}

#gHeader .gMenu ul li a {
	display:block;
	height:50px;
	font-family:'Oswald', sans-serif, '微軟正黑體';
	font-size:16px;
	line-height:50px;
	color:#FFF;
	-webkit-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
	overflow:hidden;
}
#gHeader .gMenu ul li a:hover {
	color:#fea95b;
}
#gHeader .gMenu ul li ul {
	position:absolute;
	z-index:999;
	
	display:none;
	width:120px;
	background:rgba(47,47,47,0.9);
	
	padding:0;
	border-top:0;
	overflow:hidden;
}
#gHeader .gMenu ul li ul li {
	float:none;
	padding:15px 0 15px 10px;
	margin:0;
	height:auto;
	border-bottom:1px solid #404040;
	overflow:hidden;
}
#gHeader .gMenu ul li li a {
	font-size:15px;
	height:auto;
	line-height:15px;
	color:#FFF;
	-webkit-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
#gHeader .gMenu ul li li a:hover {
	color:#ed6d00;
	-webkit-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}

#gHeader .searchBox {
	position:absolute;
	right:20px;
	top:20px;
	width:150px;
	overflow:hidden;
}
#gHeader .searchBox .communBox {
	float:right;
	width:50%;
	overflow:hidden;
}
#gHeader .searchBox .communBox ul {
	list-style:none;
	padding:0;
	margin:0;
}
#gHeader .searchBox .communBox ul li {
	float:left;
	width:33%;
	height:20px;
	text-align:right;
	overflow:hidden;
}
#gHeader .searchBox .communBox ul li a {
	width:100%;
	line-height:20px;
	color:#56e1ee;
	font-size:20px;
	text-align:right;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	-webkit-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
#gHeader .searchBox .communBox ul li a:hover {
	color:#fea95b;
}
#gHeader .searchBox .selCont {
	
	width:100%;
	overflow:hidden;
}
#gHeader .searchBox .selCont select {
	float:right;
	font-size:12px;
}
.inBoxC { padding:1px 2px; margin:7px 0 0; border:0; border:1px solid #3dd5e3; background-color:transparent; color:#3dd5e3; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}

/* 下滑後 */
#gHeader.fixedheader.animated {
	-webkit-animation-duration:0.4s;
	-moz-animation-duration:0.4s;
	animation-duration:0.4s;
}
#gHeader.fixedheader {
  height:80px;
	background:url(../images/header_bar.jpg) repeat-x bottom left;
}
#gHeader.fixedheader .mainNav {
	position:static;
	left:inherit;
	width:100%;
	margin:0;
}
#gHeader.fixedheader h1 {
	float:left;
	width:260px;
	height:55px;
	margin:13px 0 0 65px;
	padding:0;
	background:none;
	overflow:hidden;
}
#gHeader.fixedheader h1 a.logoTher {
	display:block;
	width:260px;
	height:55px;
	background:url(../images/logo.png) no-repeat left top;
	/*background-size:100%;*/
	overflow:hidden;
}
#gHeader.fixedheader h1 a.logoMfc {
	display:none;
}
#gHeader.fixedheader .gMenu {
	position:absolute;
	left:50%;
	/*width:650px;*/
	/*width:730px;*/
	/*width:850px;*/
	height:50px;
	margin:30px 0 0 -425px;
}
#gHeader.fixedheader .searchBox {
	right:60px;
	top:10px;
	width:250px;
}
#gHeader.fixedheader .searchBox .communBox {
	width:75px;
}
#gHeader.fixedheader .searchBox .selCont select {
	margin-left:10px;
}
/* rwd logo */
.rwdLogo {
	display:none;
	position:absolute;
	width:100%;
	height:400px;
	overflow:hidden;
	z-index:980;
}
.rwdLogo a.logoTher {
	position:absolute;
	display:block;
	width:100%;
	height:135px;
	top:100px;
	left:-100%;
	/*background:url(../images/logo_casemod_2016.png) no-repeat center;*/
	background:url(../images/menulogo_mobile.png) no-repeat center;
	overflow:hidden;
}
.rwdLogo a.logoMfc {
	position:absolute;
	/*display:block;*/
	display:none;
	width:100%;
	height:90px;
	top:250px;
	right:-100%;
	overflow:hidden;
	background: url(../images/logo_mfc_2016.png) no-repeat bottom center;
}

#navControl {
	display:none;
	
	margin: 0;
	width: 70px;
	height: 70px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	line-height: 52px;
	cursor: pointer;
	
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  border: none;
  border-radius: 0;
}
#navControl span {
	margin: 13px 0 0 14px;
}
#navControl span {
  display: block;
  position: absolute;
  height: 4px;
  width: 60%;
  line-height: 52px;
  background-color: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#navControl span:nth-child(1) {
  top: 11px;
}
#navControl span:nth-child(2),
#navControl span:nth-child(3) {
  top: 20px;
}
#navControl span:nth-child(4) {
  top: 29px;
}
#navControl.open span:nth-child(1) {
  top: 20px;
  width: 0%;
  left: 50%;
}
#navControl.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#navControl.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#navControl.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}

/* body */
#iBody {
	position:absolute;
	width:100%;
	top:170px;
	z-index:990;
	overflow:hidden;
}
#iBody.gBody {
	border-top:0;
}
.iBodyCont {
	width:100%;
	max-width:1600px;
	background:url(../images/bady_bg_shadow_test.png) repeat-y top center;
	margin:0 auto;
	overflow:hidden;
}
.iBodyWrap {
	width:100%;
	max-width:1200px;
	margin:30px auto 0;
	overflow:hidden;
}

.gSponsorsLine {
	width:1200px;
	margin:0 auto;
	border-top:1px solid #2d2d2d;
}
.gSponsorsWrap {
	width:1200px;
	
	padding:40px 0 15px;
	font-family:Calibri, Arial, Helvetica, sans-serif, '微軟正黑體';
	border-top:1px solid #545454;
	background-color:#3a3a3a;
	
	overflow:hidden;
}
.sponsorsBox {
	float:left;
	width:100%;
	margin-bottom:25px;
	overflow:hidden;
}
.sponsorsBox .ti {
	float:left;
	width:13%;
	font-size:17px;
	margin-left:2%;
	overflow:hidden;
}
.sponsorsBox .ti p {
	float:right;
	text-align:center;
	line-height:15px;
	margin:0;
	padding:5px 2%;
	background-color:#ff8e23;
	color:#FFF;
	
	width:96%;
}
.sponsorsBox .cont {
	float:right;
	width:84%;
	margin-left:1%;
	overflow:hidden;
}
.sponsorsBox .cont a {
	display:inline-block;
	padding:5px 15px;
}

/* banner */
.iBannerBg {
	width:1600px;
	/*padding:5px;*/
	/*background:rgba(64,64,64,0.7);*/
	overflow:hidden;
}
.iBannerBg .shadow {
	width:100%;
	height:20px;
	background:url(../images/i_banner_shadow.png) no-repeat top;
	overflow:hidden;
}
#iBannerL {
	position:relative;
	width:100%;
	max-width:1600px;
	max-height:600px;
	background-color:#1a1a1a;
	overflow:hidden;
}
.iBanOut p {
	padding:0;
	margin:0;
}
#iBanSliderPrev {
	position:absolute;
	width:16px;
	height:28px;
	/*background:url(../images/page_aw.png) 0 0;*/
	background:url(../images/i_brand_left.png) no-repeat;
	top:50%;
	left:-16px;
}
#iBanSliderNext {
	position:absolute;
	width:16px;
	height:28px;
	/*background:url(../images/page_aw.png) 15px 0;*/
	background:url(../images/i_brand_right.png) no-repeat;
	top:50%;
	right:-16px;
}
/*#iBanSliderNext:hover {
	background-position:15px 15px;
}
#iBanSliderPrev:hover {
	background-position:0 15px;
}*/
#iBanSliderPrev a, #iBanSliderNext a {
	display:block;
	width:16px;
	height:28px;
	overflow:hidden;
}

#iBannerR {
	float:right;
	width:100%;
	max-width:640px;
	max-height:600px;
	background-color:#1a1a1a;
	overflow:hidden;
}
/*#pBanner {
	width:100%;
	max-height:410px;
	overflow:hidden;
}*/
#iBannerL ul, #iBannerR ul, #pBanner ul {
	list-style:none;
	padding:0;
	margin:0;
}
.bx-wrapper {
	position:relative;
	margin:0 auto;
	padding:0;
	*zoom:1;
}
.bx-wrapper img {
	max-width:100%;
	display:block;
}
.bx-wrapper .bx-viewport {
	
	/*background:#fff;*/
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform:translatez(0);
	-moz-transform:translatez(0);
	-ms-transform:translatez(0);
	-o-transform:translatez(0);
	transform:translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position:absolute;
	bottom:5px;
	width:100%;
}
.proCont .bx-wrapper .bx-pager,
.proCont .bx-wrapper .bx-controls-auto {
	position:absolute;
	width:50px;
	bottom:-54px;
	right:130px;
	padding-top:0;
	text-align:right;
	z-index:0;
}

/* LOADER */
.bx-wrapper .bx-loading {
	min-height:50px;
	background:url(../images/bx_loader.gif) center center no-repeat #fff;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
	text-align:center;
	font-size:12px;
	font-family:'微軟正黑體', Microsoft JhengHei,Verdana, PMingLiU;
	font-weight: bold;
	color: #666;
	padding-top:20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display:inline-block;
	*zoom:1;
	*display:inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	/*background:#d2d2d2;*/
	background-color:transparent;
	text-indent:-9999px;
	display:block;
	width:6px;
	height:6px;
	margin:0 3px;
	outline:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:2px solid #ed7006;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#ed7006;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position:absolute;
	bottom:0;
	left:0;
	background:#666\9;
	background:rgba(80, 80, 80, 0.75);
	width:100%;
}
.bx-wrapper .bx-caption span {
	color:#fff;
	font-family:Arial;
	display:block;
	font-size:.85em;
	padding:10px;
}

.iVideoWrap {
	width:100%;
	max-width:1170px;
	margin:0 auto 0;
}
.iVideoBox {
	position:relative;
	float:left;
	width:370px;
	height:200px;
	margin:0 10px 45px 10px;
	background-color:#000;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.iVideoBox img {
	opacity:0.5;
  filter:alpha(opacity=50);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.iVideoBox img:hover {
	opacity:1;
  filter:alpha(opacity=100);
}
.iVideoBox.last {
	margin-right:0;
}
.iVideoBox .view {
	position:absolute;
	width:110px;
	height:40px;
	top:7px;
	left:-10px;
	background:url(../images/i_video_icon.png) no-repeat;
	z-index:1;
	overflow:hidden;
}
.iWorkWrap, .iNewsWrap {
	width:100%;
	padding-bottom:50px;
	overflow:hidden;
}
.iWorkWrap .mainTi, .iNewsWrap .mainTi {
	width:99%;
	padding:0 0 0 1%;
	margin-bottom:35px;
	height:38px;
	background:url(../images/ti_bar.png) no-repeat;
	font-family:'Oswald', sans-serif, '微軟正黑體';
	font-size:25px;
	line-height:38px;
	color:#FFF;
	overflow:hidden;
}
.iWorkCont {
	position:relative;
	width:100%;
	max-width:1160px;
	margin:0 auto;
	overflow:hidden;
}
.iWorkBox {
	margin:0 auto;
	overflow:hidden;
}
.iWorkBox .slide img {
	border:1px solid #c4c4c4;
	-webkit-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.iWorkBox .slide img:hover {
	border:1px solid #707070;
}
.outside p {
	padding:0;
	margin:0;
}
#slider-prev {
	display:block;
	position:absolute;
	width:20px;
	height:128px;
	top:0;
	left:0;
	-webkit-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
#slider-prev a {
	/*position:absolute;
	top:50%;
	margin:-14px 0 0 0;
	left:0;*/
	display:inline-block;
	line-height:128px;
}
#slider-prev a img, #slider-next a img {
	vertical-align:middle;
}
#slider-next {
	display:block;
	position:absolute;
	width:20px;
	height:128px;
	top:0;
	right:0;
	text-align:right;
	-webkit-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
#slider-next a {
	/*position:absolute;
	top:50%;
	margin:-14px 0 0 0;
	right:0;*/
	display:inline-block;
	line-height:128px;
}

.iNewsCont {
	position:relative;
	width:100%;
	max-width:1190px;
	margin:0 auto;
	overflow:hidden;
}
.iNewsBox {
	float:left;
	width:380px;
	height:140px;
	padding:13px 0 12px 0;
	margin-left:15px;
	border-right:1px solid #c4c4c4;
	overflow:hidden;
}
.iNewsBox.last {
	border:0;
}
.iNewsBox .pic {
	float:left;
	width:130px;
	height:130px;
	-webkit-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;
	overflow:hidden;
}
.iNewsBox .pic img {
	-webkit-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;
}
.iNewsBox:hover .pic img {
	webkit-transform:scale(1.2);
	-ms-transform:scale(1.2);
	transform:scale(1.2);
}
.iNewsBox .cont {
	float:left;
	width:210px;
	margin-left:20px;
	overflow:hidden;
}
.iNewsBox .cont .ti {
	width:100%;
	height:55px;
	margin-bottom:10px;
	overflow:hidden;
}
.iNewsBox .cont .ti a {
	font-size:18px;
	line-height:16px;
	color:#FFF;
	font-family:'微軟正黑體', Calibri, Arial, Helvetica, sans-serif;
	-webkit-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
	overflow:hidden;
}
.iNewsBox .cont .ti a:hover {
	color:#ea7407;
}
.iNewsBox .cont .txt {
	width:100%;
	height:75px;
	line-height:15px;
	font-size:15px;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	color:#8b8b8b;
	overflow:hidden;
}
/*.iNewsBox ul {
	list-style:none;
	padding:0;
	margin:0;
}
.iNewsBox ul li {
	width:360px;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	color:#dadada;
	border-bottom:1px solid #484848;
	padding:0 5px 0;
}
.iNewsBox ul li.last {
	border-bottom:0;
}
.iNewsBox ul li a {
	width:360px;
	display:block;
	line-height:30px;
	color:#dadada;
	-webkit-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.iNewsBox ul li a:hover {
	color:#e59145;
}
.iNewsBox ul li span {
	color:#e59145;
}*/

.iVoteWrap {
	width:1100px;
	margin:0 auto 45px;
	overflow:hidden;
}
.iVoteWrap .ti {
	width:100%;
	font-size:30px;
	color:#ff8e23;
	padding:10px 0;
	font-family:'Oswald', sans-serif, '微軟正黑體';
	text-align:center;
}
.iVoteTabsBar {
	width:280px;
	margin:5px auto 0;
	overflow:hidden;
}
.iVoteTabsBar ul {
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0 auto;
	
}
.iVoteTabsBar li {
  display: inline-block;
  padding: 0 !important;
	margin-bottom:5px;
	vertical-align: bottom;
	
	font-family: 'Open Sans', sans-serif;
}
.iVoteTabsBar a {
  display: inline-block;
  color: white;
	padding:8px;
	font-size:18px;
	background-color: #898989;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
.iVoteTabsBar a:hover {
	background-color: #ff9736;
}
.iVoteTabsBar a.active {
  position: relative;
	color:#FFF;
	background-color: #ff9736;
}
.iVoteTabsBox {
	position:relative;
	width:100%;
	/*height:455px;*/
	overflow:hidden;
}
.iVoteTabCont {
	position:absolute;
	width:100%;
	z-index:0;
	left:0;
	top:60px;
	background-color:#4a4a4a;
	overflow:hidden;
}

.iVoteTabsBox > .active {
	z-index:1;
}

#gFooter {
	width:100%;
	padding:30px 0;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
	text-align:center;
	overflow:hidden;
}

/* bg cover */
.mainCover {
	width:100%;
	height:100%;
	background:url(../images/bg_dot.png) repeat;
	position:fixed;
	z-index:2;
}

#vessel {
	display:none;
  position:fixed;
  height:100%;
  width:100%;
	z-index:10;
	overflow:hidden;
}
#vessel img {
	background-size:100%;
  position:absolute;
  overflow:hidden;
}

/* bg */
.cbp-bislideshow {
	list-style: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 0;
	margin: 0;
}
.cbp-bislideshow li {
	position: absolute;
	width: 101%;
	height: 101%;
	top: -0.5%;
	left: -0.5%;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
}

/* If background-size supported we'll add the images to the background of the li */
.backgroundsize .cbp-bislideshow li {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}

/* ...and hide the images */
.backgroundsize .cbp-bislideshow li img {
	display: none;
}
.cbp-bislideshow li img {
	display: block;
	width: 100%;
}
.cbp-bicontrols {
	position: fixed;
	width: 300px;
	height: 100px;
	margin: -50px 0 0 -150px;
	top: 50%;
	left: 50%;
}
.cbp-bicontrols span {
	float: left;
	width: 100px;
	height: 100px;
	position: relative;
	cursor: pointer;
}
.cbp-bicontrols span:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	font-family: 'entypo';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 100px;
	font-size: 80px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	opacity: 0.7;
}
.cbp-bicontrols span:hover:before {
	opacity: 1;
}
.cbp-bicontrols span:active:before {
	top: 2px;
}
span.cbp-biplay:before {
	content: "\e002";
}
span.cbp-bipause:before {
	content: "\e003";
}
span.cbp-binext:before {
	content: "\e000";
}
span.cbp-biprev:before {
	content: "\e001";
}
.cbp-bicontrols span.cbp-binext {
	float: right;
}

/* Fallback */
.no-js.no-backgroundsize .cbp-bislideshow li:first-child {
	opacity: 1;
}
.no-js.backgroundsize .cbp-bislideshow li:first-child img {
	display: block;
}
#iBannerL img, #iBannerR img {
	max-width:100%;
}

/* g_body */
.mainTopTi {
	width:1190px;
	padding:0 0 0 10px;
	margin:0 auto;
	height:38px;
	background:url(../images/ti_bar.png) no-repeat;
	font-family:'Oswald', sans-serif, '微軟正黑體';
	font-size:25px;
	line-height:38px;
	color:#FFF;
	overflow:hidden;
}
.mainTopTabsBox {
	width:96%;
	margin:0 2%;
	/*background:url(../images/main_tab_line.png) repeat-x bottom;*/
	font-family:'Open Sans', sans-serif;
	font-size:18px;
	line-height:38px;
	color:#FFF;
	overflow:hidden;
}
.mainTopTabs {
	float:right;
	top:0;
	left:0;
	z-index:1;
	margin:0 0 0 10px;
	overflow:hidden;
}
.mainTopTabs a {
	display:block;
	
	color:#FFF;
	line-height:38px;
	padding:0 10px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-top-left-radius:0;
	-moz-border-top-left-radius:0;
	border-top-left-radius:0;
	-webkit-border-top-right-radius:0;
	-moz-border-top-right-radius:0;
	border-top-right-radius:0;
	-webkit-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
	background-color:#898989;
	/*background:url(../images/main_tab_hover.png) no-repeat;*/
	overflow:hidden;
}
.mainTopTabs.current a, .mainTopTabs a:hover {
	/*background:url(../images/main_tab_grey_hover.png) no-repeat;*/
	background-color:#ea7407;
}

.mainTopTabs.smallTxt a {
	font-size:17px;
	line-height:17px;
}

.gBodyWrap {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
}
.modderBan {
	position:relative;
	width:100%;
	background:url(../images/modder_top_bg_world.jpg) no-repeat top right;
	height:300px;
}
.modderBan .ti {
	/*float:right;
	padding-left:20px;
	margin:0 35px 0 0;*/
	padding-top:50px;
	text-align:center;
	color:#FFF;
	/*line-height:60px;*/
	/*font-size:40px;*/
	/*font-family:'Open Sans', sans-serif;*/
	font-family:'Oswald', sans-serif, '微軟正黑體';
	font-weight:300;
	letter-spacing:2px;
}
.modderBan .ti img {
	max-width:630px;
}
.modderBan .ti.modMfcTiImg img {
	max-width:580px;
}
.modderBan .ti span {
	display:block;
	font-size:25px;
	line-height:40px;
	padding-top:3px;
}
.modderBan .note {
	/*position:absolute;
	bottom:90px;
	left:50%;
	
	margin:0 0 0 -40px;*/
	width:90px;
	text-align:center;
	margin:15px auto;
	padding:5px 0;

	/*border-top:1px solid #FFF;*/
	font-family:'Oswald', sans-serif, '微軟正黑體';
	font-weight:300;
	letter-spacing:0.5px;
	font-size:15px;
	line-height:20px;
	height:20px;
	color:#ea7407;
	overflow:hidden;
}
.transformer-tabs .rwdName {
	display:none;
}
.transformer-tabs .country {
	text-align:center;
	font-size:14px;
	font-family:'Open Sans', sans-serif, '微軟正黑體';
}
/* 翻轉 */
.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
	
}
.flip-container:hover .flipper, .flip-container.hover .flipper {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.flip-container {
	width:100%;
	height:34px;
}
.front, .back {
	width:50px;
	height:32px;
}

.flipper {
	height:34px;
	
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
  -o-transition: 0.6s;
	-o-transform-style: preserve-3d;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}

.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left:50%;
  margin:0 0 0 -26px;
}

.front {
	border:1px solid #c4c4c4;
	z-index:0;
}
.back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	border:1px solid #c4c4c4;
	z-index:1;
}

/* tabs */
.transformer-tabs {
	/*float:right;
	margin:30px 40px 0 0;*/
	width:100%;
	margin:0 auto;
}
.transformer-tabs.tabsMfc {
	width:30%;
}
.transformer-tabs ul {
  list-style:none;
  padding:0;
  margin:0;
}
.transformer-tabs li {
	/*display: inline-block;
  padding:0 0 0 18px;*/
	float:left;
	width:7.69%;
	
}
.transformer-tabs.tabsMfc li {
	width:49%;
}

.transformer-tabs a {
  /*display: inline-block;*/
	display:block;
  color: white;
	width:100%;
	margin:0 auto;
  text-decoration: none;
  padding:0;
}
.transformer-tabs a.active {
  
  position: relative;
}
.transformer-tabs a.active .flip-container .flipper {
  
	-webkit-transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	-o-transform:rotateY(180deg);
	transform:rotateY(180deg);
}
.tabsBody > div {
  display: none;
}
.tabsBody > .active {
  display: block;
}
.modderBan > .active {
  display: block;
}

.tabsBody {
	width:100%;
	padding:80px 0 0;
	background:url(../images/modder_light_line.png) no-repeat top center;
	overflow:hidden;
}
.tabsWrap {
	padding:0 20px 30px;
}
.modderTop {
	width:100%;
	padding-bottom:50px;
	overflow:hidden;
}
.modderTop .pic {
	float:left;
	width:350px;
	height:auto;
	margin:0 0 0 15px;
	overflow:hidden;
}
.modderTop .info {
	float:left;
	width:745px;
	margin:0 0 0 40px;
}
.modderTop .info .nameBox {
	width:100%;
	padding-bottom:25px;
	overflow:hidden;
}
.modderTop .info .nameBox .country {
	float:left;
	height:45px;
	border:1px solid #c4c4c4;
	overflow:hidden;
}
.modderTop .info .nameBox .name {
	float:left;
	margin-left:20px;
	font-family:'Oswald', sans-serif, '微軟正黑體';
	font-size:40px;
	line-height:47px;
	color:#FFF;
	overflow:hidden;
}
.modderTop .txt {
	font-size:18px;
	line-height:23px;
	min-height:240px;
	padding-bottom:23px;
	color:#FFF;
}
.modderTop .btn {
	width:100%;
	overflow:hidden;
}
.modderTop .btn .btnVote, .modderTop .btn .btnComm {
	display:inline-block;
	padding:0 20px;
	color:#FFF;
	font-size:23px;
	line-height:45px;
	background-color:#ea7407;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin-right:10px;
	-webkit-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.modderTop .btn .btnComm {
	background-color:#252525;
}
.modderTop .btn .btnVote:hover {
	background-color:#ff9736;
}
.modderTop .btn .btnComm:hover {
	background-color:#363636;
}

.modderBot {
	width:100%;
	overflow:hidden;
}
.modderBot .ti {
	width:100%;
	font-size:30px;
	color:#ff8e23;
	padding:10px 0;
	font-family:'Oswald', sans-serif, '微軟正黑體';
	text-align:center;
}
.scrollCont {
	padding:20px;
	background:url(../images/modder_work_log_bg.jpg) repeat;
}
.scroll-wrapper {
	max-height:415px;
	overflow: hidden !important;
	padding: 0 !important;
	position: relative;
}
 
.scroll-wrapper > .scroll-content {
	border: none !important;
	box-sizing: content-box !important;
	height: auto;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none !important;
	overflow: scroll !important;
	padding: 0;
	position: relative !important;
	top: 0;
	width: auto !important;
}
 
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
	height: 0;
	width: 0;
}
 
.scroll-element {
  display: none;
}
.scroll-element, .scroll-element div {
  box-sizing: content-box;
}
 
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
 
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}
 
.scroll-textarea {
	border: 1px solid #cccccc;
	border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
	border: none !important;
	box-sizing: border-box;
	height: 100% !important;
	margin: 0;
	max-height: none !important;
	max-width: none !important;
	overflow: scroll !important;
	outline: none;
	padding: 2px;
	position: relative !important;
	top: 0;
	width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
	height: 0;
	width: 0;
}
/* SCROLLBAR RAIL */
 
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div
{
	border: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	z-index: 10;
}
 
.scrollbar-rail > .scroll-element {
  /*background-color: #ffffff;*/
}
 
.scrollbar-rail > .scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}
 
.scrollbar-rail > .scroll-element .scroll-element_size {
	background-color: #9f9f9f;
	/*background-color: rgba(0, 0, 0, 0.3);*/
}
 
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
	background-color: #909090;
	/*background-color: rgba(0, 0, 0, 0.5);*/
}
 
.scrollbar-rail > .scroll-element.scroll-x {
	bottom: 0;
	height: 12px;
	left: 0;
	min-width: 100%;
	padding: 3px 0 2px;
	width: 100%;
}
 
.scrollbar-rail > .scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	padding: 0;
	right: 0;
	top: 0;
	width: 11px;
}
 
.scrollbar-rail > .scroll-element .scroll-bar {
	background-color: #9f9f9f;
	cursor:pointer;
	/*-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);*/
}
 
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  background-color: #909090;
}
 
/* scrollbar height/width & offset from container borders */
 
.scrollbar-rail > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }
.scrollbar-rail > .scroll-content.scroll-scrollx_visible { margin-top: 17px; top: -17px; }
 
.scrollbar-rail > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 1px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar { left: 0; min-height: 10px; width: 11px; }
 
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer { height: 15px; left: 5px; }
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size { height: 2px; left: -10px; top: 5px; }
 
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer { top: 5px; width: 11px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size { left: 5px; top: -10px; width: 1px; }
 
/* update scrollbar offset if both scrolls are visible */
 
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -25px; }
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -25px; }
 
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -25px; }
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -25px; }

.scrollbar-rail ul {
	padding:0;
	margin:0;
	list-style:none;
}
.scrollbar-rail ul li {
	float:left;
	width:150px;
	height:100px;
	padding:0 5px 5px 0;
	overflow:hidden;
}
.modderBot .shadow {
	width:100%;
	height:20px;
	background:url(../images/modder_work_log_shadow.png) no-repeat top center;
	overflow:hidden;
}

/* news */
.pNewsCont {
	position:relative;
	width:96%;
	margin:50px 2%;
	overflow:hidden;
}
.pNewsBox {
	float:left;
	width:96%;
	height:auto;
	padding:0 0 25px 0;
	margin:0 2%;
	border-right:0;
	overflow:hidden;
}
.pNewsBox.last {
	border:0;
}
.pNewsBox .pic {
	float:left;
	width:130px;
	height:130px;
	-webkit-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	overflow:hidden;
}
.pNewsBox .pic img {
	-webkit-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.pNewsBox:hover .pic img {
	webkit-transform:scale(1.2);
	-ms-transform:scale(1.2);
	transform:scale(1.2);
}
.pNewsBox .cont {
	float:left;
	width:85%;
	margin-top:5px;
	margin-left:2%;
	overflow:hidden;
}
.pNewsBox .cont .ti {
	width:100%;
	height:50px;
	margin-bottom:10px;
	overflow:hidden;
}
.pNewsBox .cont .ti a {
	font-size:20px;
	line-height:25px;
	color:#FFF;
	font-family:'Open Sans', sans-serif;
	-webkit-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
	overflow:hidden;
}
.pNewsBox .cont .ti a:hover {
	color:#ea7407;
}
.pNewsBox .cont .txt {
	width:100%;
	height:90px;
	line-height:18px;
	font-size:15px;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	color:#8b8b8b;
	overflow:hidden;
}
.pNewsBox.last {
	padding-bottom:0;
}
.pNewsBox .word a {
	color:#56e1ee;
	-webkit-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.pNewsBox .word a:hover {
	color:#3c9da6;
}
.pNewsBox .word img {
	display:block;
	width:auto;
	text-align:center;
	margin:0 auto;
}
.pNewsBox .smTi {
	font-size:20px;
	line-height:30px;
	padding:10px 0 10px 0;
	color:#ea7407;
	font-family:'Oswald', sans-serif, '微軟正黑體';
}
.pNewsBox .bigTi {
	font-size:20px;
	line-height:30px;
	padding:10px 0 10px 0;
	color:#FFF;
	font-family:'Open Sans', sans-serif;
	text-align:center;
}
.pNewsBox .btnBack {
	width:100%;
	overflow:hidden;
}
.pNewsBox .btnBack a {
	display:block;
	width:50px;
	padding: 0 20px;
	color: #FFF;
	font-size: 23px;
	line-height: 45px;
	background-color: #ea7407;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin:0 auto;
	text-align:center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

/* winner */
.pWinnerCont {
	position:relative;
	width:96%;
	margin:20px 2%;
	color:#FFF;
	overflow:hidden;
}
.pWinnerCont .bg {
	/*position:absolute;
	width:190px;
	height:280px;
	top:300px;
	right:0;
	background:url(../images/winner_bg.png) no-repeat;*/
	text-align:center;
	padding-top:15px;
	overflow:hidden;
}
.pWinnerCont .bg img {
	max-width:900px;
}
.pWinnerCont .digTi, .pPrizeCont .digTi, .pJudgeCont .digTi, .pNewsBox .digTi {
	width:100%;
	font-family:'Open Sans', sans-serif, '微軟正黑體';
	font-size:30px;
	padding-bottom:15px;
	margin-bottom:15px;
	text-align:center;
	background:url(../images/line_black.png) no-repeat center bottom;
	color:#FFF;
}
.pWinnerCont .sceTi, .pPrizeCont .sceTi, .pJudgeCont .sceTi {
	font-size:20px;
	padding:15px 0;
	text-align:center;
	
	
}
.pWinnerCont .smTi, .pPrizeCont .smTi, .pJudgeCont .smTi {
	width:99%;
	font-size:20px;
	line-height:30px;
	padding:10px 0 10px 1%;
	border-bottom:2px solid #ea7407;
	font-family:'Oswald', sans-serif, '微軟正黑體';
}
.pWinnerCont ul, .pPrizeCont ul, .pJudgeCont ul {
	padding:0 0 0 20px;
	margin:20px 0;
	list-style:square;
}
.pWinnerCont ul li, .pPrizeCont ul li, .pJudgeCont ul li {
	padding:5px 0;
	font-size:18px;
	line-height:20px;
	color:#bebebe;
}

/* prize */
.pPrizeCont {
	position:relative;
	width:96%;
	margin:20px 2%;
	color:#FFF;
	overflow:hidden;
}
.largeTi {
	font-size:25px;
	text-align:center;
	padding:15px;
	background:url(../images/line_black.png) no-repeat center bottom;
}
.pPrizeCont a {
	color:#56e1ee;
	-webkit-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.pPrizeCont a:hover {
	color:#3c9da6;
}
.rewardTop {
	font-size:20px;
	padding:25px 0;
	margin-bottom:25px;
	text-align:center;
	/*border-bottom:1px dashed #bebebe;
	border-top:1px dashed #bebebe;*/
}
.rewardTopMfc {
	width:610px;
	font-size:20px;
	padding:25px 0;
	margin:0 auto 25px;
	text-align:center;
	overflow:hidden;
}
.rewardBox {
	float:left;
	width:270px;
	overflow:hidden;
}
.rewardBox .pic {
	width:100%;
	overflow:hidden;
}
.rewardBox .txt {
	color:#ea7407;
}
.pPrizeCont .total {
	float:left;
	width:340px;
	font-family:'Open Sans', sans-serif, '微軟正黑體';
	font-size:40px;
	text-align:center;
	padding-top:120px;
	color:#ff8e23;
	background:url(../images/prize_icon_1.png) no-repeat center 65px;
	overflow:hidden;
}
.rewardTi {
	width:100%;
	text-align:center;
}
.rewardTi img {
	max-width:630px;
	text-align:center;
	overflow:hidden;
}
.proInfoBox {
	width:100%;
	background-color:#454545;
	overflow:hidden;
}
.proInfoBox .proInfoImg {
	text-align:center;
	padding-top:15px;
}
.proInfoBox .proInfoImg img {
	max-width:900px;
}
.proInfoBox .proInfoTi {
	font-family: 'Open Sans', sans-serif, '微軟正黑體';
	font-size: 18px;
	padding: 15px 0 5px 0;
	text-align:center;


	color: #ff8e23;
	overflow:hidden;
}
.proInfoBox .proInfoWord {
	padding:20px 1%;
	color:#FFF;
	
}
.pPrizeCont .shadow {
	width:100%;
	height:20px;
	background:url(../images/modder_work_log_shadow.png) no-repeat top center;
	overflow:hidden;
}

.giftTabCont {
	width:100%;
	overflow:hidden;
}
.giftTabCont .pic {
	float:left;
	width:40%;
	overflow:hidden;
}
.giftTabCont .pic.noTab {
	float:none;
	margin:0 auto;
}
.giftTabCont .tabBox {
	float:right;
	width:55%;
}
.giftTabCont .pic.second {
	float:right;
}
.giftTabCont .tabBox.second {
	float:left;
}
.giftTab {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}
.giftTab td {
	height:25px;
	line-height:25px;
	padding:5px 10px;
	font-size:15px;
	font-weight:normal;
	font-family:'Open Sans', sans-serif;
	border-bottom:1px solid #606060;
	
	overflow:hidden;
}
.giftTab td:nth-child(1), .giftTab td:nth-child(2) {
	border-right:1px solid #606060;
}
.giftTabsBar ul {
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
	
}
.giftTabsBar li {
  display: inline-block;
  padding: 0 !important;
	line-height:25px !important;
	margin-bottom:5px;
  vertical-align: bottom;
	border:3px solid #3f3f3f;
}
.giftTabsBar a {
  display: inline-block;
  color: white;
	padding:5px 10px;
	font-size:20px;
	
  text-decoration: none;
}
.giftTabsBar a.active {
  position: relative;
	color:#56e1ee;
}
.giftTabsWrap {
	padding-top:30px;
}
.giftTabsWrap > div {
  display: none;
	padding-top:50px;
}
.giftTabsWrap > .active {
  display: block;
}
.pPrizeCont .giftTabsWrap .total {
	float:left;
	width:100%;
	font-family:'Open Sans', sans-serif;
	font-size:35px;
	text-align:center;
	padding-top:70px;
	color:#ff8e23;
	background:url(../images/prize_icon_1.png) no-repeat center 15px;
	overflow:hidden;
}
.pPrizeCont .mainTi {
	width:99%;
	padding:0 0 0 1%;
	margin-bottom:35px;
	height:38px;
	background:url(../images/ti_bar.png) no-repeat;
	font-family:'Oswald', sans-serif, '微軟正黑體';
	font-size:25px;
	line-height:38px;
	color:#FFF;
	overflow:hidden;
}
.pPrizeCont .word, .pNewsBox .word {
	padding: 20px 2%;
	font-size: 18px;
	line-height: 23px;
	color: #bebebe;
}
.pPrizeCont ul li span, .pJudgeCont ul li span {
	font-weight:bold;
	color:#FFF;
}
/* judge */
.pJudgeCont {
	position:relative;
	width:96%;
	margin:20px 2%;
	color:#FFF;
	overflow:hidden;
}
.judgeBotBox {
	width:100%;
	margin-top:30px;
	padding-top:40px;
	background:url(../images/line_black.png) no-repeat center top;
}
.judgeBot {
	
	width:100%;
	
	margin:0 auto;
	background:url(../images/judge_bg.png) no-repeat;
	overflow:hidden;
}
.judgeBot .ball {
	position:absolute;
}
.judgeBot .ball.marL {
	width:210px;
	height:100px;
	top:30px;
	left:20px;
}
.judgeBot .ball.marB {
	width:145px;
	height:80px;
	bottom:10px;
	left:250px;
}
.judgeBot .ball.marM {
	width:115px;
	height:60px;
	top:10px;
	right:300px;
}
.judgeBot .ball.marS {
	width:160px;
	height:40px;
	top:110px;
	right:5px;
}
.judgeBot .ball .txt {
	float:left;
	font-family:'Oswald', sans-serif, '微軟正黑體';
	font-size:18px;
	line-height:20px;
	text-align:center;
	margin-right:10px;
	color:#56e1ee;
}
.judgeBot .ball .txt.lineL {
	padding:30px 0;
}
.judgeBot .ball .txt.lineB {
	padding:30px 0;
}
.judgeBot .ball .txt.lineM {
	padding:20px 0;
}
.judgeBot .ball .txt.lineS {
	margin:0 0 0 10px;
	padding:0;
}
.judgeBot .ball .picS, .judgeBot .ball .picM, .judgeBot .ball .picB, .judgeBot .ball .picL {
	float:left;
	width:40px;
	height:40px;
	font-family:'Oswald', sans-serif, '微軟正黑體';
	font-size:18px;
	color:#4a4a4a;
	text-align:center;
	line-height:40px;
	background-color:#56e1ee;
	border-radius: 99em;
	-moz-border-radius: 99em;
	-webkit-border-radius: 99em;
	-o-border-radius: 99em;
	overflow:hidden;
}
.judgeBot .ball .picM {
	width:60px;
	height:60px;
	line-height:60px;
}
.judgeBot .ball .picB {
	width:80px;
	height:80px;
	line-height:80px;
}
.judgeBot .ball .picL {
	width:100px;
	height:100px;
	line-height:100px;
}
.judgeBotBox .chart {
  /*display: inline-block;*/
	float: left;
  width: 20%;
  margin: 0 auto;
}
.judgeBotBox .chart span {
	font-size:25px;
}

.judgeBotBox .easyPieChart {
  position: relative;
	 width: 130px;
  text-align: center;
}
.judgeBotBox .easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.judgeBotBox .chart .line {
	width:20px;
	height:1px;
	
	margin:20px auto 10px;
	overflow:hidden;
}
.judgeBotBox .percentage, .judgeBotBox .label {
  text-align: center;
  font-weight: 100;
	font-size:18px;
	margin:0 auto;
	font-family:'Open Sans', sans-serif;
}
.judgeBotBox .label {
	min-height:48px;
}

/* vote */
.pVoteCont {
	position:relative;
	width:96%;
	margin:50px 2%;
	color:#FFF;
	overflow:hidden;
}
.voteTop {
	font-size:20px;
	padding:25px 0;
	margin-bottom:25px;
	text-align:left;
	background:url(../images/vote_top_bg.png) no-repeat 100% 50px;
	/*border-bottom:1px dashed #bebebe;
	border-top:1px dashed #bebebe;*/
}
.voteTop.nobg {
	background:none;
}
.voteBox {
	float:left;
	width:270px;
	margin-right:20px;
	padding:5px;
	background-color:#4a4a4a;
	border:1px solid #c4c4c4;
	overflow:hidden;
}
.voteBox .ti {
	font-family:'Oswald', sans-serif, '微軟正黑體';
	font-size:25px;
	padding:5px 0 5px 10px;
	background:url(../images/vote_bar.png) repeat-x bottom;
	color:#FFF;
}
.voteBox .pic {
	width:100%;
	overflow:hidden;
}
.voteBox .txt {
	min-height:200px;
	color:#FFF;
}
.voteBox .btn {
	padding-top:10px;
}
.voteBox .btn a {
	display:inline-block;
	padding:0 20px;
	color:#FFF;
	font-size:23px;
	line-height:45px;
	background-color:#ea7407;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin-right:10px;
	-webkit-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.voteBox .btn a:hover {
	background-color:#ff9736;
}

/* video */
.pVideoCont {
	padding-top:50px;
}

/* 共用 */
.blockSpace {
	height:50px;
}
.dimTemporarily {
	width:100%;
	overflow:hidden;
}
.dimTemporarilyCome {
	width:100%;
	text-align:center;
	opacity:1;
	filter:alpha(opacity=100);
	font-size:25px;
	color:#ff8e23;
	padding:30px 0;
	font-family:'Open Sans', sans-serif;
	overflow:hidden;
}

@media screen and (max-width: 1630px) {
	#gHeader .searchBox {
		height:30px;
    right:20px;
    top:95px;
    width:330px;
	}
	#gHeader .searchBox .communBox {
		width:75px;
		padding-top:10px;
	}
	#gHeader .searchBox .selCont {
    width:70%;
    float:right;
    overflow:hidden;
	}
	#gHeader .searchBox .selCont select {
		margin-left:10px;
	}
	
	#gHeader.fixedheader .searchBox {
		right:10px;
		top:0;
		width:350px;
	}
	#gHeader.fixedheader .searchBox .communBox {
		width:75px;
	}
	#gHeader.fixedheader .searchBox .selCont select {
		margin-left:10px;
	}
	
	#gHeader.fixedheader h1 {
		float:left;
		width:260px;
		height:55px;
		margin:13px 0 0 10px;
		padding:0;
		background:none;
		overflow:hidden;
	}
}
@media screen and (max-width: 1600px) {
	
	.iBannerBg {
		width:100%;
	}
	.iBannerBg .shadow {
		background-size:100%;
	}
	#iBannerL {
		width:100%;
	}
	#iBannerR {
		width:40%;
	}
	
}
@media screen and (max-width: 1370px) {
	#gHeader .gMenu {
		margin:0 0 0 20px;
	}
	#gHeader.fixedheader .gMenu {
    position:absolute;
    right:10px;
    top:30px;
		left:initial;
    margin:0;
	}
	#gHeader .mainNav {
		position:absolute;
		left:0;
		width:100%;
		margin:0;
	}
	#gHeader h1 {
		width:96%;
		height:90px;
		margin:0 2% 0;
		padding:0;
		/*background:url(../images/logo_bg.png) no-repeat right top;*/
		background-size:33%;
		overflow:hidden;
	}
	#gHeader h1 a.logoTher {
		/*width:65%;
		background-size:100%;*/
		overflow:hidden;
	}
	#gHeader h1 a.logoMfc {
		float:right;
		width:30%;
		background-size:100%;
		overflow:hidden;
	}
}
@media screen and (max-width: 1210px) {
	.iNewsCont {
		position:relative;
		width:98%;
		margin:0 2% 0;
		overflow:hidden;
	}
	.iNewsBox {
    width:32%;
    height:auto;
    padding:13px 0 12px 0;
    margin-left:1%;
	}
	.iNewsBox .pic {
    width:38%;
    height:auto;
	}
	.iNewsBox .cont {
    width: 55%;
	}
	.iVideoWrap {
		width:96%;
		margin:0 2% 0;
	}
	.iVideoBox {
		position:relative;
		float:left;
		width:31.3%;
		height:auto;
		margin:0 1% 45px 1%;
		background-color:#000;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.gSponsorsLine {
		width:100%;
		margin:0 auto;
		border-top:1px solid #2d2d2d;
	}
	.gSponsorsWrap {
		width:98%;
		padding:40px 1% 15px;
		font-family:Calibri, Arial, Helvetica, sans-serif, '微軟正黑體';
		border-top:1px solid #545454;
		background-color:#3a3a3a;
		overflow:hidden;
	}
	/* modder */
	.modderTop .pic {
		float:left;
		width:30%;
		height:auto;
		margin:0 0 0 1%;
		overflow:hidden;
	}
	.modderTop .info {
		float:left;
		width:66%;
		margin:0 0 0 3%;
	}
	
	/* prize */
	.rewardBox {
    float: left;
    width: 25%;
    overflow: hidden;
	}
	.rewardTopMfc .rewardBox {
    float: left;
    width: 270px;
    overflow: hidden;
	}
	.pPrizeCont .rewardTopMfc .total {
		width:340px;
	}
	.pPrizeCont .total {
    float: left;
    width: 25%;
    font-family: 'Open Sans', sans-serif, '微軟正黑體';
    font-size: 40px;
    text-align: center;
    padding-top: 120px;
    color: #ff8e23;
    background: url(../images/prize_icon_1.png) no-repeat center 65px;
    overflow: hidden;
	}
	
}
@media screen and (max-width: 1175px) {
	#gHeader .gMenu {
		/*width:770px;*/
	}
	
	#gHeader .gMenu ul li {
    margin-right: 30px;
	}
}
@media screen and (max-width: 1160px) {
	.iWorkCont {
		position:relative;
		width:96%;
		margin:0 2% 0;
		overflow:hidden;
	}
	#slider-prev, #slider-next {
		background-color:#4a4a4a;
		border-left:1px solid #c4c4c4;
	}
	#slider-prev {
		border-left:0;
		border-right:1px solid #c4c4c4;
	}
	#slider-prev:hover, #slider-next:hover {
		background-color:#4a4a4a;
	}
}
@media screen and (max-width: 1100px) {
	/*#gHeader .gMenu {
		width:770px;
	}
	
	#gHeader .gMenu ul li {
    margin-right: 30px;
	}*/
	#gHeader.fixedheader .gMenu {
		/*width:770px;*/
	}
	#gHeader .searchBox .communBox {
		display:none;
	}
	
	#gHeader .searchBox {
    width:230px;
	}
	#gHeader .searchBox .selCont {
    width:100%;
    
	}
	
	.iVoteWrap {
		width:98%;
		margin:0 1% 45px;
		overflow:hidden;
	}
	.pNewsBox .pic {
		float:left;
		width:20%;
		height:auto;
		-webkit-transition:all 0.5s ease-in-out;
		transition:all 0.5s ease-in-out;
		overflow:hidden;
	}
	.pNewsBox .pic img {
		-webkit-transition:all 0.5s ease-in-out;
		transition:all 0.5s ease-in-out;
	}
	.pNewsBox:hover .pic img {
		webkit-transform:scale(1.2);
		-ms-transform:scale(1.2);
		transform:scale(1.2);
	}
	.pNewsBox .cont {
		float:left;
		width:78%;
		margin-left:2%;
		overflow:hidden;
	}
	
	/*.pWinnerCont .bg {
		position:static;
		width:100%;
		height:280px;
		margin-top:10px;
		background:url(../images/winner_bg.png) no-repeat right;
		overflow:hidden;
	}*/
}
@media screen and (max-width: 1024px) {
	.rwdLogo {
		display:block;
	}
	#gHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 140px;
    background: url(../images/header_bar.jpg) repeat-x 0 -70px;
    z-index: 999;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    /* overflow: hidden; */
	}
	#gHeader .mainNav {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 0;
	}
	#gHeader h1 {
		display:none;
	}
	#gHeader.fixedheader h1 {
		display:block;
	}
	#gHeader .gMenu {
    margin: 0;
    /* border-top: 1px solid #FFF; */
    position: absolute;
    top: 10px;
    left: 20px;
	}
	#gHeader .searchBox {
    height: 30px;
    right: 20px;
    top: 17px;
    width: 230px;
	}
	
	#iBody {
    position: absolute;
    width: 100%;
    top: 250px;
    z-index: 990;
		border-top:5px solid #ea7407;
    overflow: hidden;
	}
	
	#vessel {
		display:block;
	}
	
	#iBannerL {
		width:100%;
		max-width:none;
		max-height:none;
	}
	#iBannerR {
		width:100%;
		max-width:none;
		max-height:none;
	}
	
	/* vote */
	.voteTop {
		background:none;
	}
	.voteBox {
    float: left;
    width: 29%;
    margin: 0 1%;
    padding: 1%;
    background-color: #4a4a4a;
    border: 1px solid #c4c4c4;
    overflow: hidden;
	}
}
@media screen and (max-width: 992px) {
	#gHeader .gMenu {
    margin:0;
    position:static;
    /* top: 10px; */
    width: 100%;
		max-width:none;
    height: auto;
    /* left: 10px; */
	}
	
	#gHeader .gMenu ul {
		margin:0 auto;
		padding:0;
		background-color:#303030;
		list-style:none;
	}
	#gHeader .gMenu ul li {
		position:relative;
		float:none;
		height:auto;
		margin-right:0;
		border-bottom:1px solid #404040;
		/*overflow:hidden;*/
	}
	#gHeader .gMenu ul li a {
		padding-left:10px;
		height:40px;
		line-height:40px;
		font-size:21px;
	}
	#gHeader .gMenu ul li ul {
		position:inherit;
		z-index:999;
		display:none;
		width:auto;
		background:#404040;
		
		padding:0 ;
		border-top:0;
		overflow:hidden;
	}
	#gHeader .gMenu ul li ul li {
		float:none;
		padding:0 0 0 10px;
		margin:0;
		height:auto;
		border-bottom:0;
		-webkit-transition:all 0.3s ease 0s;
		transition:all 0.3s ease 0s;
		overflow:hidden;
	}
	#gHeader .gMenu ul li li a {
		font-size:18px;
		
		line-height:35px;
		color:#fea95b;
		-webkit-transition:all 0.3s ease 0s;
		transition:all 0.3s ease 0s;
	}
	
	#gHeader.fixedheader .gMenu {
		position:static;
		width:100%;
		height:auto;
		margin:0;
	}
	
	#gHeader.fixedheader {
		height:70px;
	}
	#gHeader.fixedheader h1 a.logoTher {
		display:none;
	}
	#gHeader.fixedheader .searchBox {
		height:30px;
    right:10px;
    top:95px;
    width:350px;
	}
	#gHeader .searchBox {
    width: 340px;
	}
	#gHeader .searchBox .communBox {
		display:block;
		width:75px;
		padding-top:10px;
	}
	#gHeader .searchBox .selCont {
    width:70%;
    float:right;
    overflow:hidden;
	}
	#gHeader .searchBox .selCont select {
		margin-left:10px;
	}
	
	#gHeader.fixedheader .searchBox {
		right:10px;
		top:17px;
		width:350px;
	}
	
	/* prize */
	.rewardBox {
    float: left;
    width: 33%;
    overflow: hidden;
	}
	.pPrizeCont .total {
    float: left;
    width: 100%;
    font-family: 'Open Sans', sans-serif, '微軟正黑體';
    font-size: 40px;
    text-align: center;
    padding-top: 90px;
    color: #ff8e23;
    background: url(../images/prize_icon_1.png) no-repeat center 35px;
    overflow: hidden;
	}
	.rewardTopMfc .rewardBox {
    float: left;
    width: 270px;
    overflow: hidden;
	}
	.pPrizeCont .rewardTopMfc .total {
		width:340px;
		padding-top:120px;
		background: url(../images/prize_icon_1.png) no-repeat center 65px;
	}
	
	/* modder */
	/*.modderBan .ti {
		margin:75px 15px 0 0;
	}
	.modderBan .note {
		right:15px;
	}
	.transformer-tabs {
    margin: 30px 15px 0 0;
	}
	.transformer-tabs li {
    display: inline-block;
    padding: 0 0 0 15px;
	}*/
	
}
@media screen and (max-width: 960px) {
	/*#gHeader .searchBox {
		right:10px;
	}*/
	
}
@media screen and (max-width: 935px) {
	.modderBan .ti {
		
	}
	.modderBan .note {
		
	}
	.flip-container {
		display:none;
	}
	.transformer-tabs .rwdName {
		display:block;
		padding:6px 27px 6px 10px;
		font-size:18px;
	}
	.transformer-tabs .rwdName span {
		color:#ea7407;
	}
	.transformer-tabs, .transformer-tabs.tabsMfc {
    position: absolute;
    /*right: 10px;*/
		width:96%;
		margin:0 2% 0;
    
	}
	.transformer-tabs ul {
    border-bottom: 0;
    overflow: hidden;
    position: relative;
    background: #252525;
		-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    
  }
  .transformer-tabs ul::after {
    content: "☰";
    position: absolute;
    top: 5px;
    right: 7px;
    z-index: 2;
		color:#FFF;
    pointer-events: none;
  }
	.transformer-tabs li, .transformer-tabs.tabsMfc li {
		width:100%;
	}
	.transformer-tabs ul.open li {
		border-bottom:1px solid #303030;
  }
  .transformer-tabs ul.open a {
    position: relative;
    display: block;
  }
  .transformer-tabs li {
    display: block;
		padding:0;
  }
  .transformer-tabs a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .transformer-tabs a.active {
    border: 0;
    z-index: 1;
    background: #252525;
  }
	
}
@media screen and (max-width: 970px) {
	
	/*#gHeader .gMenu {
    margin:0;
    position:static;
    
    width: 100%;
    height: auto;
    
	}
	
	#gHeader .gMenu ul {
		margin:0 auto;
		padding:0;
		background-color:#303030;
		list-style:none;
	}
	#gHeader .gMenu ul li {
		position:relative;
		float:none;
		height:auto;
		margin-right:0;
		border-bottom:1px solid #404040;
		
	}
	#gHeader .gMenu ul li a {
		padding-left:10px;
		height:40px;
		line-height:40px;
		font-size:21px;
	}
	#gHeader .gMenu ul li ul {
		position:inherit;
		z-index:999;
		display:none;
		width:auto;
		background:#404040;
		
		padding:0 ;
		border-top:0;
		overflow:hidden;
	}
	#gHeader .gMenu ul li ul li {
		float:none;
		padding:0 0 0 10px;
		margin:0;
		height:auto;
		border-bottom:0;
		-webkit-transition:all 0.3s ease 0s;
		transition:all 0.3s ease 0s;
		overflow:hidden;
	}
	#gHeader .gMenu ul li li a {
		font-size:18px;
		
		line-height:35px;
		color:#fea95b;
		-webkit-transition:all 0.3s ease 0s;
		transition:all 0.3s ease 0s;
	}
	
	#gHeader.fixedheader .gMenu {
		position:static;
		width:100%;
		height:auto;
		margin:0;
	}
	
	#gHeader.fixedheader {
		height:70px;
	}
	#gHeader.fixedheader h1 a.logoTher {
		display:none;
	}
	#gHeader.fixedheader .searchBox {
		height:30px;
    right:10px;
    top:95px;
    width:350px;
	}
	#gHeader .searchBox {
    width: 330px;
	}
	#gHeader .searchBox .communBox {
		display:block;
		width:75px;
		padding-top:10px;
	}
	#gHeader .searchBox .selCont {
    width:70%;
    float:right;
    overflow:hidden;
	}
	#gHeader .searchBox .selCont select {
		margin-left:10px;
	}
	
	#gHeader.fixedheader .searchBox {
		right:10px;
		top:17px;
		width:350px;
	}*/
	
	/* i news */
	.iNewsBox {
		float:left;
		width:96%;
		height:auto;
		padding:0 0 25px 0;
		margin:0 2%;
		border-right:0;
		overflow:hidden;
	}
	.iNewsBox.last {
		border:0;
	}
	.iNewsBox .pic {
		float:left;
		width:20%;
		height:auto;
		-webkit-transition:all 0.5s ease-in-out;
		transition:all 0.5s ease-in-out;
		overflow:hidden;
	}
	.iNewsBox .pic img {
		-webkit-transition:all 0.5s ease-in-out;
		transition:all 0.5s ease-in-out;
	}
	.iNewsBox:hover .pic img {
		webkit-transform:scale(1.2);
		-ms-transform:scale(1.2);
		transform:scale(1.2);
	}
	.iNewsBox .cont {
		float:left;
		width:78%;
		margin-left:2%;
		overflow:hidden;
	}
	.iNewsBox .cont .ti {
		width:100%;
		height:35px;
		margin-bottom:10px;
		overflow:hidden;
	}
	.iNewsBox .cont .ti a {
		font-size:18px;
		line-height:15px;
		color:#FFF;
		font-family:Calibri, Arial, Helvetica, sans-serif;
		-webkit-transition:all 0.3s ease 0s;
		transition:all 0.3s ease 0s;
		overflow:hidden;
	}
	.iNewsBox .cont .ti a:hover {
		color:#ea7407;
	}
	.iNewsBox .cont .txt {
		width:100%;
		height:90px;
		line-height:15px;
		font-size:15px;
		font-family:Calibri, Arial, Helvetica, sans-serif;
		color:#8b8b8b;
		overflow:hidden;
	}
	.iNewsBox.last {
		padding-bottom:0;
	}
}
@media screen and (max-width: 860px) {
	
	.rwdLogo a.logoTher {
		position:absolute;
		display:block;
		width:96%;
		
		margin:0 2%;
		height:135px;
		top:100px;
		left:-100%;
		background:url(../images/menulogo_mobile.png) no-repeat center;
		
		overflow:hidden;
	}
	
	/* judge */
	.judgeBot {
    position: relative;
    width: 100%;
    height: 250px;
    margin: 0 auto;
    background: url(../images/judge_bg.png) no-repeat;
    background-size: 85%;
    overflow: hidden;
	}
	
}
@media screen and (max-width: 790px) {
	.modderTop .pic {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 25px 0;
    overflow: hidden;
	}
	.modderTop .info {
    float: left;
    width: 100%;
    margin: 0;
	}
}
@media screen and (max-width: 768px) {
	
	
	
	#gHeader .searchBox .communBox {
		display:none;
	}
	#gHeader .searchBox .selCont .rwdHide {
		display:none;
	}
	
	.iVideoBox {
		position:relative;
		float:left;
		width:96%;
		height:auto;
		margin:0 2% 20px;
		background-color:#000;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.iVideoBox.last {
		margin-bottom:45px;
	}
	
	.iNewsBox .cont .ti {
		height:42px;
	}
	.iNewsBox .cont .ti a {
		font-size:20px;
		line-height:20px;
	}
	.iNewsBox .cont .txt {
		width:100%;
		height:97px;
		line-height:16px;
		font-size:16px;
		font-family:Calibri, Arial, Helvetica, sans-serif;
		color:#8b8b8b;
		overflow:hidden;
	}
	
	/* vote */
	.voteBox {
    float: left;
    width: 96%;
    margin: 1% 1%;
    padding: 1%;
    background-color: #4a4a4a;
    border: 1px solid #c4c4c4;
    overflow: hidden;
	}
	/* vote 改圖片不放大 */
	.voteBox .pic {
		width:270px;
		margin:10px auto 0;
		overflow:hidden;
	}
	
	/* judge */
	.judgeBot {
    position: relative;
    width: 100%;
    height: 250px;
    margin: 0 auto;
    background: url(../images/judge_bg.png) no-repeat;
    background-size: 83%;
    overflow: hidden;
	}
	.judgeBot .ball.marM {
    width: 115px;
    height: 60px;
    top: 10px;
    right: 280px;
	}
	.judgeBot .ball.marB {
    width: 145px;
    height: 80px;
    bottom: 10px;
    left: 200px;
	}
	.judgeBot .ball.marS {
    width: 160px;
    height: 40px;
    top: 100px;
    right: 5px;
	}
	
	/* prize */
	.giftTabCont .pic {
    float: left;
    width: 100%;
    overflow: hidden;
	}
	.giftTabCont .tabBox {
    float: right;
    width: 100%;
	}
}
@media screen and (max-width: 710px) {
	.judgeBot {
		background:none;
	}
	.judgeBot .ball.marM {
    width: 115px;
    height: 60px;
    top: 10px;
    right: 200px;
	}
	
	/* prize */
	.rewardTopMfc {
		width:100%;
	}
	.rewardTopMfc .rewardBox {
    float: left;
    width: 50%;
    overflow: hidden;
	}
	.pPrizeCont .rewardTopMfc .total {
		width:50%;
		padding-top:120px;
		background: url(../images/prize_icon_1.png) no-repeat center 65px;
	}
}
@media screen and (max-width: 590px) {
	.modderBan .ti {
    float: none;
    text-align: center;
    padding-left: 0;
		padding-top:50px;
    margin: 0;
	}
	.transformer-tabs {
    margin: 0 2%;
    position: absolute;
    right: 0;
    width: 96%;
	}
	/* judge */
	.judgeBot .ball.marL {
    width: 210px;
    height: 100px;
    top: 80px;
    left: 20px;
	}
	.judgeBotBox .chart {
		float:none;
		width: 100%;
		margin: 0 auto 20px;
	}
	
	/* 手機板改要摟夠 */
	#gHeader.fixedheader h1 {
    display: block;
    width: 100%;
    height: 65px;
    margin: 0;
	}
	#gHeader.fixedheader h1 a.logoTher {
		display: block;
    margin:0 auto;
    width: 100%;
    height: 65px;
    max-width: 140px;
		background: url(../images/logo.png) no-repeat center;
		background-size: 100%;
	}
}
@media screen and (max-width: 540px) {
	.modderTop .btn .btnVote, .modderTop .btn .btnComm {
    display: inline-block;
    padding: 0 2%;
    color: #FFF;
    width: 96%;
    text-align: center;
	}
	.modderTop .btn .btnVote {
		margin-bottom:10px;
	}
	/* news_view */
	.pNewsBox .word img {
		width:100%;
	}
}
@media screen and (max-width: 500px) {
	.sponsorsBox .ti {
		float:none;
		width: 40%;
    margin: 0 auto;
	}
	.sponsorsBox .ti p {
    float:none;
    text-align:center;
		line-height:20px;
		font-size:20px;
    margin: 0;
	}
	.sponsorsBox .cont {
    float: none;
    width: 96%;
    margin: 20px 2% 0;
    overflow: hidden;
	}
	.sponsorsBox:nth-child(1) .cont a {
		display:block;
		width:90px;
		margin:0 auto;
	}
	
}
@media screen and (max-width: 480px) {
	.rwdLogo a.logoTher {
		width:96%;
		max-width:445px;
		margin:0 2%;
		height:135px;
		background-size:100%;
	}
	
	
	.iNewsBox .pic, .pNewsBox .pic {
		float:left;
		width:40%;
		height:auto;
		-webkit-transition:all 0.5s ease-in-out;
		transition:all 0.5s ease-in-out;
		overflow:hidden;
	}
	.iNewsBox .cont, .pNewsBox .cont {
		float:left;
		width:58%;
		margin-left:2%;
		overflow:hidden;
	}
	/* judge */
	.judgeBot .ball.marL {
    width: 210px;
    height: 100px;
    top: 80px;
    left: 0;
	}
	.judgeBot .ball.marB {
    width: 145px;
    height: 80px;
    bottom: 0;
    left: 200px;
	}
	
	/* prize */
	.rewardBox {
    float: left;
    width: 100%;
    overflow: hidden;
	}
	
	.rewardTopMfc .rewardBox {
    float: left;
    width: 100%;
    overflow: hidden;
	}
	.pPrizeCont .rewardTopMfc .total {
		width:100%;
		padding-top: 90px;
    background: url(../images/prize_icon_1.png) no-repeat center 35px;
	}
}
@media screen and (max-width: 440px) {
	.sponsorsBox .ti {
		float:none;
		width: 55%;
    margin: 0 auto;
	}
	#gFooter {
		width:96%;
		margin:0 2%;
	}
	/* judge */
	.judgeBot .ball.marS {
    width: 160px;
    height: 40px;
    top: 0;
    right: 5px;
	}
	.judgeBot .ball.marB {
    width: 145px;
    height: 80px;
    bottom: 0;
    left: 150px;
	}
}
@media screen and (max-width: 400px) {
	.rwdLogo a.logoMfc {
		width:96%;
		max-width:395px;
		margin:0 2%;
		height:90px;
		background-size:100%;
	}
	#gHeader.fixedheader .searchBox {
		width:235px;
		height:50px;
		/*top:8px;*/
	}
	#gHeader .searchBox {
		width:235px;
		height:50px;
		/*top:8px;*/
	}
	#gHeader .searchBox .selCont {
		width:100%;
	}
	#gHeader .searchBox .communBox {
		padding:0;
	}
}
@media screen and (max-width: 360px) {
	#slider-prev {
	}
	#slider-prev {
		height:auto;
		min-height:128px;
	}
	#slider-prev a {
		line-height:110px;
	}
	#slider-next {
		height:auto;
		min-height:128px;
	}
	#slider-next a {
		line-height:110px;
	}
	
	/* judge */
	.judgeBot .ball.marM {
    width: 115px;
    height: 60px;
    top: 10px;
    left: 0;
	}
	.judgeBot .ball.marB {
    width: 145px;
    height: 80px;
    bottom: 0;
    left: 110px;
	}
	
	/* prize */
	.giftTab td {
		font-size:14px;
	}
	
	.mainTopTabsBox {
		width:96%;
		margin:0 2%;
		/*background:url(../images/main_tab_line.png) repeat-x bottom;*/
		font-family:'Open Sans', sans-serif;
		font-size:16px;
		line-height:38px;
		color:#FFF;
		overflow:hidden;
	}
}
@media screen and (max-width: 340px) {
	.modderTop .info .nameBox .country {
    float: none;
    width: 70px;
    margin: 0 auto;
    height: 45px;
    margin-bottom: 15px;
    
	}
	.modderTop .info .nameBox .name {
    float: none;
    margin-left: 0;
    text-align: center;
    font-size: 40px;
    line-height: 47px;
	}

	.modderTop .btn .btnVote, .modderTop .btn .btnComm {
    font-size: 21px;
	}
}

.youTubeImg {
	height:auto;
	overflow:hidden;
}
.youTubeImg img {
	margin: -35px auto 0;
	text-align:center;
}

.iDownWrap {
	width:100%;
	border-top:1px solid #515151;
	background:url(../images/foot_down_bg.jpg) repeat;
	overflow:hidden;
}
.iDownBox {
	width:100%;
	max-width:290px;
	margin:0 auto;
	overflow:hidden;
}
.iDownBox .icon {
	float:left;
	width:120px;
	height:40px;
	margin:15px 12px;
	overflow:hidden;
}

/* 其他 */
.contactTab {
	width:100%;
	max-width:500px;
	margin:0 auto 20px;
	border-collapse:collapse;
	border-spacing:0;
}
.contactTab th {
	font-weight:normal;
	text-align:center;
	font-size:20px;
	color:#FFF;
}
.w90p {
	width:90%;
}
.w100p {
	width:100%;
}
.colorW {
	color:#FFF;
}

/* vote mobile */
.voteListBox {
	width:98%;
	padding:20px 1%;
	background-color:#454545;
	overflow:hidden;
}
.voteListBox ul {
	list-style:none;
	padding:0;
	margin:0;
}
.voteListBox ul li {
	width:13%;
	padding: 0;
	min-height:160px;
	margin:5px;
	/* background-color: #454545; */
	text-align:center;
	float:left;
}
.voteListBox ul li:nth-child(1) {
	background: url(../images/modder_photo_1.jpg) no-repeat top center;
	background-size:100%;
}
.voteListBox ul li:nth-child(2) {
	background: url(../images/modder_photo_2.jpg) no-repeat top center;
	background-size:100%;
}
.voteListBox ul li:nth-child(3) {
	background: url(../images/modder_photo_3.jpg) no-repeat top center;
	background-size:100%;
}
.voteListBox ul li:nth-child(4) {
	background: url(../images/modder_photo_4.jpg) no-repeat top center;
	background-size:100%;
}
.voteListBox ul li:nth-child(5) {
	background: url(../images/modder_photo_5.jpg) no-repeat top center;
	background-size:100%;
}
.voteListBox ul li:nth-child(6) {
	background: url(../images/modder_photo_6.jpg) no-repeat top center;
	background-size:100%;
}
.voteListBox ul li:nth-child(7) {
	background: url(../images/modder_photo_7.jpg) no-repeat top center;
	background-size:100%;
}
.voteListBox ul li:nth-child(8) {
	background: url(../images/modder_photo_8.jpg) no-repeat top center;
	background-size:100%;
}
.voteListBox ul li:nth-child(9) {
	background: url(../images/modder_photo_9.jpg) no-repeat top center;
	background-size:100%;
}
.voteListBox ul li:nth-child(10) {
	background: url(../images/modder_photo_10.jpg) no-repeat top center;
	background-size:100%;
}
.voteListBox ul li:nth-child(11) {
	background: url(../images/modder_photo_11.jpg) no-repeat top center;
	background-size:100%;
}
.voteListBox ul li:nth-child(12) {
	background: url(../images/modder_photo_12.jpg) no-repeat top center;
	background-size:100%;
}
.voteListBox ul li:nth-child(13) {
	background: url(../images/modder_photo_13.jpg) no-repeat top center;
	background-size:100%;
}
.voteListBox ul li img {
	display:block;
	border:1px solid #c4c4c4;
	width:70px;
	margin:40px auto 10px;
}

.starRating li {
	position:relative;
}
.starRating label {
	width:100%;
	min-height:40px;
	font-size: 15px;
	position: absolute;
	background-color: #252525;
	padding:5px 0;
	line-height:40px;
	color: #FFF;
	bottom: 0;
	display: block;
	-webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.voteListBox ul li:nth-child(1) label, .voteListBox ul li:nth-child(10) label {
	line-height:20px;
}
.starRating label:after {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: absolute;
  content: "";
  color: #FFF;
  top:-50px;
  left:0;
  width: 100%;
  height: 100%;
  font-size:100px;
	z-index:0;
}
.starRating label:hover {
	background-color:#5e5e5e;
}
.starRating label:hover:after {
  color:#5e5e5e;
  text-shadow:0 0 20px #5e5e5e;
}

.starRating input {
	position:relative;
  width:100%;
  height:100px;
  opacity:0;
	z-index:1;
}


.starRating input:checked + label:after,
.starRating input:checked ~ label:after {
  content: "\f00c";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
		
  color: #F9BF3B;
  text-shadow: 0 0 20px #F9BF3B;
}
.voteTop .btn {
	text-align:center;
	margin:10px 0;
}
.voteTop .btn .btnSubmit {
	border:0;
	padding:0 20px;
	color:#FFF;
	font-size:23px;
	line-height:45px;
	background-color:#ea7407;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin-right:10px;
	-webkit-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
	-webkit-appearance: none;
  appearance: none;
	cursor:pointer;
}
.voteTop .btn .btnSubmit:hover {
	background-color:#ff9736;
}

@media screen and (max-width: 1024px) {
	.voteListBox ul li {
		width:15.5%;
		
	}
}
@media screen and (max-width: 930px) {
	.voteListBox ul li {
		width:18.5%;
		
	}
}
@media screen and (max-width: 768px) {
	.voteListBox ul li {
		width:31.5%;
		min-height:220px;
	}
	.starRating label {
		line-height:40px;
	}
	.voteListBox ul li:nth-child(1) label, .voteListBox ul li:nth-child(10) label {
		line-height:40px;
	}
}
@media screen and (max-width: 600px) {
	.voteListBox ul li {
		width:48%;
	}
	
	
}
@media screen and (max-width: 550px) {
	.voteListBox ul li {
		width:46%;
    
		min-height:150px;
		background-position:center center !important;
	}
	.starRating label {
		line-height:40px;
	}
}
@media screen and (max-width: 395px) {
	.voteListBox ul li {
		width:46%;
    
		min-height:150px;
		background-position:center center !important;
	}
	.voteListBox ul li:nth-child(1) label, .voteListBox ul li:nth-child(10) label {
		line-height:20px;
	}
}


.noInfoTxt {
	text-align:center;
	padding:100px 0;
	height:100%;
	color:#FFF;
	font-size:20px;
}

.appAdsBox {
	filter:Alpha(opacity=0);
	opacity:0;
	position:fixed;
	width:100%;
	max-width:640px;
	z-index:999;
	bottom:0;
}
#iPopAd {
	padding:10px;
}
.appAdsBox .appCloseBtn {
	width:20px;
	height:20px;
	padding:0 10px 0;
	background:url(../images/btn_close.jpg) no-repeat center;
	overflow:hidden;
	cursor:pointer;
}
#iPopAd img {
	display:block;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}





























/* 
