ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	display: block;
	text-decoration: none;
}

.outline_hidden {
	text-align: -99999px;
	font-size: 0
}

button:focus {
	outline: none !important;
}

body {
	background-color: #0b0b0b;
	font-family: "微軟正黑體", Arial, sans-serif;
	min-width: 1200px;
	margin: 0 auto;
	font-weight: 700;
	font-size: 18px;
}

body,
html {
	width: 100%;
	height: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

.container {
	width: 1200px !important;
}

a:hover,
a:focus,
a:active,
a:visited {
	text-decoration: none;
}

.row.xs-gutters {
	margin-right: -5px;
	margin-left: -5px;
}

.row.xs-gutters [class^='col-'],
.row.xs-gutters [class*=' col-'] {
	padding-right: 5px;
	padding-left: 5px;
}

.navbtn ul li a,
.selectTeams ul>li>a,
.panel-title {
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.navbtn ul li a.signBtn,
.sidebar ul>li>a {
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.mission li:before,
.mission li:after {
	display: table;
	content: " ";
}

.mission li:after {
	clear: both;
}

.cls_nav {
	position: absolute;
	top: 17px;
	right: 386px;
	font-size: 16px;
}

.cls_nav li {
	float: left;
	margin-left: 20px;
}

.cls_nav li a {
	color: #e8e8e8;
}

.cls_nav li a:hover {
	color: #878787;
	text-decoration: none;
}

.sidebar {
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 999;
}

.sidebar ul li {
	display: block;
	margin: 0;
}

.sidebar ul>li>a {
	display: block;
	height: 142px;
	width: 122px;
	text-indent: -9999999px;
	overflow: hidden;
	-webkit-filter: brightness(100%);
	filter: brightness(100%) drop-shadow(0px 5px 5px #000);
	background: url(../images/btn.png) no-repeat 0 -142px;
}

.sidebar ul>li:nth-child(2) {
	margin: 15px 0 0;
}

.sidebar ul>li:nth-child(2) a {
	background-position-y: 100%;
}

.home {
	position: absolute;
	top: 3px;
	left: 52px;
	z-index: 999;
	display: block;
}

.youtube {
	display: block;
	position: absolute;
	top: 12px;
	right: 245px;
}

.fb {
	position: absolute;
	top: 12px;
	right: 30px;
}

.wrapper {
	min-width: 1200px;
	overflow: hidden;
	position: relative;
}

.navbtn {
	text-align: center;
	position: absolute;
	top: 100px;
	z-index: 999;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
}

.navbtn ul {
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	background: rgba(0, 0, 0, .7);
	border-top: 1px solid #f2d010;
	border-bottom: 1px solid #f2d010;
	position: relative;
}

.navbtn ul li {
	display: block;
	float: left;
	/* position: relative; */
}

.navbtn ul li a {
	color: #fff;
	text-decoration: none;
	padding: 25px 57px;
	display: inline-block;
	font-weight: 400;
}

.navbtn ul li.active a,
.navbtn ul li a:hover {
	background: #f2d010;
	color: #000;
	font-weight: 700;
}

.navbtn ul li a.signBtn {
	background: transparent url(../images/btn.png) no-repeat 0 0;
	display: block;
	width: 122px;
	height: 142px;
	position: absolute;
	right: -160px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-indent: -999999px;
	margin: -4px 0 0;
	padding: 0;
	-webkit-filter: brightness(100%);
	filter: brightness(100%) drop-shadow(0px 5px 5px #000);
	animation: pulse 1.5s ease-in-out 0s infinite
}

.navbtn ul li.active a.signBtn,
.navbtn ul li a.signBtn:hover,
.sidebar ul>li>a:hover {
	-webkit-filter: brightness(130%);
	filter: brightness(130%) drop-shadow(0px 0px 30px rgb(242, 208, 16));
	animation: none;
}

.tab-pane {
	display: none;
}

.tab-pane.active {
	display: block;
}

#tab-1 {}

.twBox {
	padding: 237px 0 0;
	background: url(../images/event1.jpg) no-repeat 50% 0;
	height: 1139px;
	position: relative;
	border-top: 1px solid #1a1a1a;
	border-bottom: 1px solid #1a1a1a;
}

.taiwan_map {
	position: relative;
}

.taiwan_map .gameInfo {
	width: 500px;
	padding: 25px;
	border: 1px solid #ffe400;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	text-align: center;
	line-height: 30px;
	position: absolute;
	/*   display: none; */
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.taiwan_map .gameInfo h3 {
	margin: 0 0 10px;
	color: #ffe400;
	font-size: 24px;
	font-weight: 700;
}

.taiwan_map .gameInfo p {
	font-size: 16px;
	font-weight: 400;
	/*   white-space: nowrap; */
}

.taiwan_map .gameInfo:before {
	content: "";
	height: 1px;
	background: #ffe400;
	position: absolute;
	right: 100%;
}

.taiwan_map .gameInfo.t1 {
	margin-top: -60px;
}

.taiwan_map .gameInfo.t1:before {
	width: 320px;
	top: 48px;
}

.taiwan_map .gameInfo.t2:before {
	width: 445px;
	top: 133px;
}

.taiwan_map .gameInfo.t3:before {
	width: 583px;
	top: 419px;
}

.taiwan_map .gameInfo:after {
	content: "";
	width: 12px;
	height: 12px;
	background: #ffe400;
	border-radius: 50%;
	position: absolute;
}

.taiwan_map .gameInfo.t1:after {
	left: -328px;
	top: 42px;
}

.taiwan_map .gameInfo.t2:after {
	left: -455px;
	top: 128px;
}

.taiwan_map .gameInfo.t3:after {
	left: -591px;
	top: 414px;
}

/* 地圖設定 */
/* 區塊縣市 hover 為#e3441c */
.taiwan_map .map_block[name*="台"]:hover,
.taiwan_map .map_block[name*="台"]:focus,
.taiwan_map .map_block[name*="台"]:active,
.taiwan_map .map_block.move[name*="台"] {
	fill: #e3441c;
	cursor: pointer;
	outline: none;
	transform: translate(-5px, -5px);
}

.taiwan_map .map_block[name*="台"] {
	fill: #ffe400;
	transition: 0.4s;
}

.event1-2 {
	background: url(../images/event1-2.jpg) no-repeat 50% 0;
	height: 2006px;
	border-bottom: 1px solid #000;
}

.event1-2 h2 {
	background: transparent url(../images/gift_tit.png) no-repeat 0 0;
	width: 438px;
	height: 77px;
	margin: 90px auto 60px;
	text-indent: -999999px;
}

.event1-2 .giftInfo {
	text-align: center;
}

.event1-3,
.event1-4 {
	text-align: center;
	padding: 80px 0;
	border-top: 1px solid #1a1a1a;
	border-bottom: 1px solid #1a1a1a;
}

.event1-4 {
	border-top: 1px solid #000;
}

.event2 {
	background: url(../images/event2.jpg) no-repeat 50% 0;
	height: 1153px;
	position: relative;
}

#rules h2 {
	background: transparent url(../images/rulestit.png) no-repeat 0 0;
	width: 406px;
	height: 78px;
	margin: 0 auto 60px;
	text-indent: -999999px;
}

.rulesBtn {
	background: transparent url(../images/click_btn.png) no-repeat 0 100%;
	width: 412px;
	height: 88px;
	text-indent: -999999px;
	margin: 0 auto 30px;
}

.rulesBtn:hover {
	background: transparent url(../images/click_btn_on.png) no-repeat 0 100%;
}

.titBox {
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	z-index: 8;
}

/* .titBox h1 {
	text-indent: -999999px;
	background: transparent url(../images/tit-logo.png) no-repeat 0 0;
	width: 749px;
	height: 326px;
	margin: 0 auto;
} */

.titBox h2 {
	text-indent: -999999px;
	background: transparent url(../images/tit.png) no-repeat 0 0;
	width: 778px;
	height: 120px;
	margin: 0 auto;
}

.titBox .subtit {
	text-indent: -999999px;
	background: transparent url(../images/subtit.png) no-repeat 0 0;
	width: 810px;
	height: 79px;
	margin: -20px auto 0;
}

.titBox .sponsorLogo {
	margin: 25px 0 0;
}

#tab-2 .navbtn {
	top: 60px;
}

#rules,
#teams,
#final-teams,
#final-venue {
	padding: 192px 0 0;
}

#teams {
	padding-bottom: 70px;
	border-top: 1px solid #1a1a1a;
}

#rules {
	background: url(../images/event2-1.jpg) no-repeat 50% 0;
	padding-bottom: 100px;
}

#teams h2 {
	background: transparent url(../images/teams-tit.png) no-repeat 0 0;
	width: 406px;
	height: 77px;
	margin: 0 auto 60px;
	text-indent: -999999px;
}

.selectTeams {
	text-align: center;
	margin: 0 0 50px;
}

.selectTeams ul {
	display: inline-block;
}

.selectTeams ul>li {
	float: left;
	margin: 0 10px;
}

.selectTeams ul>li>a {
	width: 177px;
	height: 204px;
	background: transparent url(../images/teamsSelect-btn.png) no-repeat 0 0;
	display: inline-block;
	text-indent: -999999px;
	filter: drop-shadow(0px 5px 5px #000);
}

.selectTeams ul>li>a:hover,
.selectTeams ul>li.active>a {
	background: transparent url(../images/teamsSelect-btn_on.png) no-repeat 0 0;
	filter: drop-shadow(0px 0px 15px rgb(242, 208, 16, .75));
}

.selectTeams ul>li:nth-child(2)>a {
	background-position-x: -177px;
}

.selectTeams ul>li:nth-child(3)>a {
	background-position-x: -354px;
}

.selectTeams ul>li:nth-child(4)>a {
	background-position-x: -531px;
}

.teamsBox {
	border: 1px solid #f2d010;
	background: rgba(0, 0, 0, .7);
	padding: 15px 15px 12px;
	margin: 0 0 30px;
}

.teamsBox h1 {
	margin: 0;
	color: #f2d010;
	font-weight: 700;
}

.teamsBox h3 {
	font-size: 18px;
	color: #000;
	margin: 0 0 10px;
	text-align: center;
	padding: 8px;
	background: #f2d010;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.teamsBox dl {
	margin: 0;
}

.teamsBox dt,
.teamsBox dd {
	color: #fff;
	font-size: 16px;
	margin: 0 0 3px;
	font-weight: 400;
	line-height: 1.6;
}

#final-teams h2 {
	background: transparent url(../images/final-teamtit.png) no-repeat 0 0;
	width: 316px;
	height: 48px;
	margin: 0 auto 60px;
	text-indent: -999999px;
}

#final-teams {
	background: url(../images/event2-3.jpg) no-repeat 50% 0;
	height: 972px;
}

/* .final-teamsBox {
	padding: 80px 0 0;
} */
.final-teamsBox p:nth-child(1) {
	margin-bottom: 150px;
}

#final-teams .final-teamsBox:nth-child(2) {
	text-align: right;
}

.event2-content {
	position: relative;
}

.panel {
	border: none;
	border-bottom: 2px solid #f2d010;
	background: transparent;
}

.panel-group .panel,
.panel-heading {
	border-radius: 0;
}

.panel-heading {
	background: rgba(0, 0, 0, 0.7);
	padding: 0;
}

.panel-title>a {
	padding: 30px;
	display: block;
	position: relative;
}

.panel-title>a.collapsed:after,
.panel-title>a:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10.4px 6px 0 6px;
	border-color: #f2d010 transparent transparent transparent;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}

.panel-title>a:after {
	border-width: 0 6px 10.4px 6px;
	border-color: transparent transparent #f2d010 transparent;
}

.panel-title,
.panel-body {
	color: #fff;
}

.panel-title:hover {
	color: #f2d010;
}

.panel-body {
	padding: 30px 30px 30px 84px;
	background: #f2d010;
	color: #000;
	position: relative;
	line-height: 1.3;
}

.panel-body:before {
	content: "";
	background: transparent url(../images/qaicon.png) no-repeat 0 0;
	width: 47px;
	height: 40px;
	display: block;
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
}

.panel-group .panel+.panel {
	margin-top: 25px;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: none;
}

#final-venue {
	background: url(../images/event2-4.jpg) no-repeat 50% 0;
	height: 1822px;
	position: relative;
}

.gmap {
	position: absolute;
	left: 50%;
	top: 276px;
	padding: 10px;
	border: 1px solid #f2d010;
	z-index: 7;
	width: 600px;
	height: 385px;
}

.link {
	position: absolute;
	left: 50%;
	top: 622px;
	margin-left: -502px;
	font-size: 20px;
	font-weight: 700;
	text-decoration: underline;
}

.event5 {
	background: url(../images/event5.jpg) no-repeat 50% 0;
	height: 1080px;
	position: relative;
}

.signBox {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 7;
	text-align: center;
}

.signBox h2 {
	background: transparent url(../images/signtit.png) no-repeat 0 0;
	width: 406px;
	height: 78px;
	margin: 0 auto 20px;
	text-indent: -999999px;
}

.signBox h1 {
	color: #fff;
	font-weight: 700;
	margin: 0;
}

.remaining {
	font-size: 30px;
	color: #f2d010;
}

.acount {
	margin: 50px 0 0;
}

.acount ul {
	display: inline-block;
}

.acount ul>li {
	float: left;
	display: block;
	padding: 16px 20px;
	border: 1px solid #f2d010;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	font-size: 36px;
	margin: 0 10px;
	position: relative;
	min-width: 85px;
	text-align: center;
}

.acount ul>li:after {
	position: absolute;
	font-size: 24px;
	bottom: -35px;
	font-weight: 700;
	width: 100%;
	left: 0;
	right: 0;
	color: #f2d010;
}

.acount ul>li:nth-child(1):after {
	content: '天';
}

.acount ul>li:nth-child(2):after {
	content: '時';
}

.acount ul>li:nth-child(3):after {
	content: '分';
}

.acount ul>li:nth-child(4):after {
	content: '秒';
}

.signBtn,
.signBtnDisable {
	display: block;
	background: transparent url(../images/click_btn.png) no-repeat 0 0;
	width: 225px;
	height: 88px;
	margin: 55px auto 20px;
	text-indent: -999999px;
}

.signBtn:hover {
	background: transparent url(../images/click_btn_on.png) no-repeat;
}

.signBtnDisable {
	background: transparent url(../images/sign_disable.png) no-repeat 0 0;
	cursor: not-allowed;
	display: none;
	/* pointer-events: none; */
}

.note {
	font-style: normal;
	color: #f21010;
	font-weight: 400;
	font-size: 16px;
}

.copyright {
	background: url(../images/ft_bg.jpg) no-repeat 50% 0;
	text-align: center;
	padding: 50px 0 0;
}

.copyright p {
	padding: 15px 0;
	margin: 0;
}

p.sponsor {
	background: rgba(0, 0, 0, .3);
	border: 1px solid #f2d010;
	padding: 50px 40px 40px;
	display: inline-block;
}

.soon {
	font-size: 60px;
	color: #fff;
	margin: 100px 0;
	text-align: center;
	background: rgba(0, 0, 0, .3);
}

.soonInfo {
	display: inline-block;
	border: 1px solid #f2d010;
	padding: 20px 200px;
	margin: 0 0 50px;
	background: rgba(0, 0, 0, .3);
}

.soonInfo h1 {
	margin: 0;
	font-weight: 700;
	color: #f2d010;
}

/* .copyright p:nth-child(1) {
	margin: 0 0 50px;
} */

.txtInfo {
	text-align: center;
	color: #fff;
	margin: 0;
	font-size: 24px;
}

.modal {
	text-align: center;
}

.modal:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	height: 100%;
}

.modal-dialog {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.modal-content {
	background: rgba(0, 0, 0, .7);
	border: 1px solid #f2d010;
}

.modal-body {
	padding: 30px 15px;
}

.modal-backdrop.in {
	filter: alpha(opacity=85);
	opacity: .85;
}

button.close {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 99;
	color: #f2d010;
	opacity: .7;
	text-shadow: none;
}

.close:focus,
.close:hover {
	color: #f2d010;
	opacity: 1;
}