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;
}

.signBtn,
.sidebar ul>li>a,
#tab-1-1 .info .infoBtn {
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

header {
	background: url(../images/header_bg.png) no-repeat 50% 0;
	position: relative;
	height: 1000px;
	overflow: hidden;
}
@keyframes headerLogoFade {
	0%{
		opacity: 0;
		bottom: 60%;
	}
	100%{
		opacity: 1;
		bottom: 320px;
	}
}
header .header_logo img{
	position: absolute;
	bottom: 320px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	animation: headerLogoFade .5s cubic-bezier(0.77, 0.04, 0.78, 0.51) 0s 1
}

header a.signBtn {
	background: transparent url(../images/signbtn.png) no-repeat 0 0;
	width: 369px;
	height: 96px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 193px;
	margin: 0 auto;
}

header a.signBtn:hover {
	background: transparent url(../images/signbtn_hover.png) no-repeat 0 0;
}

header .pup_sign{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000000e8;
	display: none;
	z-index: 1050;
}
header .pup_sign .sign{
	position: relative;
	width: 1170px;
	height: 850px;
	margin: 0px auto;
	margin-top: 150px;
}
header .pup_sign #pup_close{
	position: absolute;
	right: 30px;
	top: 30px;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	border: 1px solid #f9d800;
	cursor: pointer;
	transition: .3s all;
}
header .pup_sign #pup_close span{
	position: absolute;
	width: 40px;
	height: 2px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
	background-color: #f9d800;
}
header .pup_sign #pup_close span:nth-of-type(2){
	transform: translate(-50%,-50%) rotate(-45deg);
}
header .pup_sign #pup_close:hover{
	transform: rotate(90deg);
}
header .pup_sign a.signBtn {
	
}
	



.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: 1050;
}

.sidebar ul li {
	display: block;
	margin: 0;
}

.sidebar ul>li>a {
	display: block;
	height: 107px;
	width: 129px;
	text-indent: -9999999px;
	overflow: hidden;
	background: url(../images/sidebtn.png) no-repeat 0 0;
}

.sidebar ul>li>a:hover {
	background: transparent url(../images/sidebtn_hover.png) no-repeat 0 0;
	-webkit-filter: drop-shadow(0px 0px 20px rgb(231, 242, 255));
	filter: drop-shadow(0px 0px 20px rgb(231, 242, 255));
}

.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;
	margin-top: -150px;
}

.wrapper::after,.wrapper::before{
	content: '';
	position: absolute;
	width: 1026px;
	height: 312px;
	top: 20px;
	background: url('../images/header_bg_after.png') no-repeat center center;
	background-size: contain;
	z-index: 99;
}
.wrapper::after{
	left: 50%;
	transform: rotateY(180deg) translateX(150%);
}

.wrapper::before{
	right: 50%;
	transform: translateX(150%);
}
.navbtn {
	text-align: center;
	position: absolute;
	bottom: 132px;
	z-index: 999;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
}

.wrapper .navbtn {
	bottom: auto;
	top: 0px;
}

.wrapper .navbtn ul li {
	margin-left: 4px;
	margin-right: 4px;
}

.wrapper .navbtn ul li a {
	background: transparent url(../images/subbtn.png) no-repeat 0 -1px;
	width: 154px;
	height: 46px;
}

.wrapper .navbtn ul li.active a,
.wrapper .navbtn ul li a:hover {
	background: transparent url(../images/subbtn_hover.png) no-repeat 0 0;
	-webkit-filter: none;
	filter: none;
}
.wrapper .navbtn ul li:nth-child(1) a {
	background-position-y: 0px;
}
.wrapper .navbtn ul li:nth-child(2) a {
	background-position-y: calc(-46px * 1);
}

.wrapper .navbtn ul li:nth-child(3) a {
	background-position-y: calc(-46px * 2);
}

.wrapper .navbtn ul li:nth-child(4) a {
	background-position-y: calc(-46px * 3);
}

.wrapper .navbtn ul li:nth-child(5) a {
	background-position-y: calc(-46px * 4);
}

.wrapper .navbtn ul li:nth-child(6) a {
	background-position-y: calc(-46px * 5);
}



.navbtn ul {
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.navbtn ul li {
	display: block;
	float: left;
	/* position: relative; */
}

.navbtn ul li a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	font-weight: 400;
	width: 153px;
	height: 46px;
	background: transparent url(../images/navbtn.png) no-repeat 0 0;
	text-indent: -99999em;
}

.navbtn ul li.active a,
.navbtn ul li a:hover {
	background: transparent url(../images/navbtn_hover.png) no-repeat 0 0;
	-webkit-filter: drop-shadow(0px 0px 20px rgb(231, 242, 255));
	filter: drop-shadow(0px 0px 20px rgb(231, 242, 255));
}

.navbtn ul li:nth-child(2) a {
	background-position-y: -66px;
}

.navbtn ul li:nth-child(3) a {
	background-position-y: -132px;
}

.navbtn ul li:nth-child(4) a {
	background-position-y: 100%;
}

.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 {
	-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 {}

.taiwan_map {
	position: relative;
}

.taiwan_map .gameInfo {
	width: 500px;
	padding: 80px 80px 60px 70px;
	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;
	text-align: left;
	padding-left: 70px;
	/*   white-space: nowrap; */
}

.taiwan_map .gameInfo:before {
	content: "";
	height: 1px;
	background: #c3a905;
	position: absolute;
	right: 93.6%;
}

.taiwan_map .gameInfo.t1,
.taiwan_map .gameInfo.t2 {
	margin-top: -110px;
	background: transparent url(../images/t1-frame.png) no-repeat 0 0;
	width: 569px;
	height: 722px;
}

.taiwan_map .gameInfo h3 {
	background: transparent url(../images/t-tit.png) no-repeat 0 0;
	width: 180px;
	height: 40px;
	margin: 0 auto 10px;
	text-indent: -999999em;
}
/* .taiwan_map .gameInfo.t1 h3 {
	background-position: 0% -45px; */
/* } */
.taiwan_map .gameInfo.t2 h3 {
	background-position: 0% -93px;
}


.taiwan_map .gameInfo.t1:before {
	width: 300px;
	top: 84px;
	right: 92.6%;
}



.taiwan_map .gameInfo.t2:before {
	width: 330px;
	top: 280px;
}

.taiwan_map .gameInfo.t3 h3 {
	width: 157px;
	background-position-y: -116px;
}

.taiwan_map .gameInfo.t3:before {
	width: 630px;
	top: 486px;
}

.taiwan_map .gameInfo:after {
	content: "";
	width: 12px;
	height: 12px;
	background: #584c00;
	border-radius: 50%;
	position: absolute;
}

.taiwan_map .gameInfo.t1:after {
	left: -267px;
	top: 79px;
}

.taiwan_map .gameInfo.t2:after {
	left: -306px;
	top: 274px;
}

.taiwan_map .gameInfo.t3:after {
	left: -631px;
	top: 480px;
}

/* 地圖設定 */
/* 區塊縣市 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: url(#grad1);
	cursor: pointer;
	outline: none;
	transform: translate(-5px, -5px);
}

.taiwan_map .map_block[name*="台"] {
	fill: url(#gradTw);
	transition: 0.4s;
}
#picModal{
  display: block;
  background-color: #00000094;
}
.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;
}

.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 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;
}

.sponsor_top {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 60px;
	text-align: center;
	margin: 0 auto;
	z-index: 7;
}

#tab-2 .navbtn {
	top: 60px;
}

#tab-1 .tab-content>div {
	padding: 260px 0 200px;
	background: url(../images/bg.png) no-repeat 50% 0;
	position: relative;
}

#tab-1-1 .info {
	position: relative;
}

#tab-1-1 .info .infoBtn {
	position: absolute;
	background: transparent url(../images/click_btn.png) no-repeat 0 100%;
	width: 431px;
	height: 121px;
	text-indent: -999999em;
	left: 0;
	right: 0;
	top: 34%;
	margin: 0 auto;
}

#tab-1-1 .info .infoBtn:hover {
	-webkit-filter: drop-shadow(0px 0px 20px rgb(231, 242, 255));
	filter: drop-shadow(0px 0px 20px rgb(231, 242, 255));
}



#tab-1-2 .link{
	position: absolute;
	left: 50%;	
	transform: translateX(-50%);
	top: 18%;
	margin-left: 0%;
}
#tab-1-2 .link1{
	top: 18%;
}
#tab-1-2 .link2{
	color: #ffe600;
	top: 46%;

}
#tab-1-3 .info {
	padding: 0 0 100px;
}

#tab-1-3 .info-2 {
	padding: 100px 0 0;
}

#tab-1 #tab-1-4 .tab-content>div {
	padding: 0;
}

#tab-1-4 h2 {
	background: transparent url(../images/teams-tit.png) no-repeat 0 0;
	width: 630px;
	height: 201px;
	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: 164px;
	height: 190px;
	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;
	-webkit-filter: drop-shadow(0px 0px 20px rgb(231, 242, 255));
	filter: drop-shadow(0px 0px 20px rgb(231, 242, 255));
}

.selectTeams ul>li:nth-child(2)>a {
	background-position-x: -164px;
}

.selectTeams ul>li:nth-child(3)>a {
	background-position-x: -328px;
}

.selectTeams ul>li:nth-child(4)>a {
	background-position-x: -492px;
}

.teamsBox {
	padding: 10px 10px 16px;
	margin: 0 0 30px;
	width: 270px;
	height: 273px;
	background-color: #271d04;
	border: 1px solid #8f6f08;
}

.teamsBox h1 {
	margin: 0;
	color: #fff;
	font-weight: 700;
}

.teamsBox h3 {
	font-size: 18px;
	background: #f9d800;
	height: 40px;
	line-height: 40px;
	color: #271d04;
	margin: 0;
	text-align: center;
	padding: 0;
	font-weight: 900;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.teamsBox dl {
	margin: 20px 0 0;
}

.teamsBox dt,
.teamsBox dd {
	color: #fff;
	font-size: 16px;
	margin: 0 0 3px;
	font-weight: 400;
	line-height: 1.6;
	white-space: pre;
}
.teamsBox dd {
	text-align: left;
}
#tab-1 #tab-1-6 {
	padding: 0;
}

#tab-1-6 h2 {
	background: transparent url(../images/final-teamtit.png) no-repeat 0 0;
	width: 799px;
	height: 75px;
	margin: 0 auto 60px;
	text-indent: -999999px;
}

/* .final-teamsBox {
	padding: 80px 0 0;
} */
.final-teamsBox p:nth-child(1) {
	margin-bottom: 150px;
}

#tab-1-6 .final-teamsBox:nth-child(2) {
	text-align: right;
}

#tab-1-5 {}

.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;
}

.gmap {
	position: absolute;
	left: 50%;
	top: 538px;
	padding: 10px;
	background: #1b1544;
	border: 1px solid #e881ec;
	z-index: 7;
	width: 460px;
	height: 350px;
}

.link {
	position: absolute;
	left: 52%;
	top: 1250px;
	margin-left: -406px;
	font-size: 20px;
	font-weight: 700;
	text-decoration: underline;
	color: #2f9bff;
}

.link:hover {
	color: #2884db;
}

.sign {
	position: relative;
}

.signBox {
	text-align: center;
}

.signBox h2 {
	background: transparent url(../images/signtit.png) no-repeat 0 0;
	width: 630px;
	height: 201px;
	margin: 0 auto 20px;
	text-indent: -999999px;
}

.signBox h1 {
	color: #fff;
	font-weight: 700;
	margin: 0;
}

.remaining {
	font-size: 30px;
	color: #fff;
}

.acount {
	margin: 50px 0 0;
}

.acount ul {
	display: inline-block;
}

.acount ul>li {
	float: left;
	display: block;
	color: #fff;
	font-size: 36px;
	margin: 0 10px;
	position: relative;
	min-width: 85px;
	text-align: left;
	line-height: 1;
}

.acount ul>li:after {
	position: absolute;
	font-size: 24px;
	bottom: 0;
	font-weight: 700;
	width: 100%;
	right: -50px;
}

.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: 240px;
	height: 64px;
	margin: 55px auto 20px;
	text-indent: -999999px;
}

.signBtn:hover {
	-webkit-filter: brightness(120%) drop-shadow(0px 0px 20px rgb(231, 242, 255));
	filter: brightness(120%) drop-shadow(0px 0px 20px rgb(231, 242, 255));
}

.signBtnDisable {
	background: transparent url(../images/sign_disable.png) no-repeat 0 0;
	cursor: not-allowed;
	display: block;
	/* pointer-events: none; */
}

.note {
	font-style: normal;
	color: #ffffff;
	font-weight: 400;
	font-size: 16px;
}


footer{
	position: relative;
}
footer::after,footer::before{
	content: '';
	position: absolute;
	width: 1026px;
	height: 312px;
	top: -150px;
	background: url('../images/header_bg_after.png') no-repeat center center;
	background-size: contain;
	z-index: 99;
}
footer::after{
	left: 50%;
	transform: translateX(-130%) rotate(-140deg) rotateX(180deg) rotateY(-180deg)
}

footer::before{
	right: 50%;
	transform: translateX(130%) rotate(-70deg);
}

.copyright {
	position: relative;
	background: url('../images/footer_bg.png') no-repeat center top;
	background-size: auto 100%;
	text-align: center;
	padding: 0;
}


.copyright p {
	padding: 0;
	margin: 0;
}

p.sponsor {
	padding: 45px 0;
	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);
}

.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;
	width: 78px;
	height: 78px;
	background: transparent url(../images/close.png) no-repeat 0 0;
}

.close:focus,
.close:hover {
	color: #f2d010;
	opacity: 1;
}
