@charset "UTF-8";

*{font-family: Meiryo, "Meiryo UI", "Microsoft JhengHei UI", "Microsoft JhengHei", sans-serif;}

html, body{
	background:url(../images/bg.jpg) top center no-repeat;
    background-color: #FFF;
	width: 100%;
	height: 100%;
	margin: 0; 
	padding: 0;
}

/*header*/
header{
    background-color: #000;
    width: 100%;
    min-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 300;
}
header a{
    color:#FFF;	
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
}
header a:hover{
	color:#ff0900;
	text-decoration: none;
}
.headercontent{
	width: 1150px;
	height: 54px;
    margin: 0 auto;
}
.headertext{
	float: right;
    margin-top: 20px;
    margin-left: 12px;
}
.headertoplogo{
	float:left; 
	margin-top: 10px;
	font-size: 0px;
}
.bh, .fb{
	float: right;
	font-size: 0px;
	margin-top: 5px;
    margin-left: 5px;
	width: 49px;
	height: 49px;
}
.bh{background: url("//landing.mangot5.com/template/hot/event/common/bh.png") top center no-repeat;}
.fb{background: url("//landing.mangot5.com/template/hot/event/common/fb.png") top center no-repeat;}
.bh:hover,.fb:hover{opacity: 0.8}

/*wrapper*/
.wrapper{     
	width: 100%;
	max-width: 1920px;
    min-width: 1200px;
	min-height: 860px;
	position: relative;
	margin: 0 auto;
	/*overflow: hidden;*/
}

.title{	
	position: relative;
    margin: 0 auto;
    overflow: hidden;
    height: 1200px;
}
.boat{
	background: url("../images/boat.png") top center no-repeat;
	width: 1499px;	
	height: 981px;
	position: absolute;
	top: 0px;
    left: 50%;
    margin-left: -700px;
	animation: boatmov 10s 0s infinite ease;
}
@keyframes boatmov{
	0%{
		top:0px;
		transform:rotateZ(0deg);
	}
	25%{
		top:10px;
		margin-left:-690px;
		transform:rotateZ(2deg);
	}
	50%{
		top:20px;
		margin-left:-700px;
		transform:rotateZ(-1deg);
	}
	75%{
		top:8px;
		margin-left:-710px;
		transform:rotateZ(1deg);
	}
	100%{
		top:0px;
		margin-left:-700px;
		transform:rotateZ(0deg);
	}
}
.light{
	background: url("../images/light.png") top center no-repeat;
	width: 1198px;	
	height: 1273px;
	position: absolute;
	top: -700px;
    left: 50%;
    margin-left: -1150px;
	animation: lightmov 10s infinite ease alternate;
}
@keyframes lightmov{
	0% {transform: rotate(0deg); opacity: 0.2;}
	20% {transform: rotate(80deg); opacity: 0.7;}
	50% {transform: rotate(150deg); opacity: 1;}
	100% {transform: rotate(360deg); opacity: 0.5;}
}
.wave2{
	background: url("../images/wave2.png") top center no-repeat;
	width: 2615px;	
	height: 196px;
	position: absolute;
	top: 780px;
    left: 50%;
    margin-left: -1307px;
    animation: wave2mov 3s infinite ease alternate;
}
@keyframes wave2mov{
	0% {top:780px;}
	50% {top:810px;}
	100% {top:780px;}
}
.wave1{
	background: url("../images/wave1.png") top center no-repeat;
	width: 2011px;	
	height: 685px;
	position: absolute;
	top: 470px;
    left: 50%;
    margin-left: -1005px;
    animation: wave1mov 5s infinite ease alternate;
}
@keyframes wave1mov{
	0% {top:470px;}
	50% {top:500px;}
	100% {top:470px;}
}
.slogan{
	background: url("../images/slogan.png") top center no-repeat;
	width: 386px;	
	height: 216px;
	position: absolute;
	left: 50%;
    margin-left: 186px;
    margin-top: 19px;
	font-size: 0px;
}
.logo{
	background: url("//landing.mangot5.com/template/hot/event/common/logo.png") top center no-repeat;
	width: 257px;	
	height: 106px;
	cursor: pointer;
    position: absolute;
    left: 50%;
    margin-left: 300px;
    margin-top: 10px;
   	font-size: 0px; 
}
.logo:hover{
	margin-left: 303px;
	margin-top: 13px;
}

/*content*/
.content{
	position:relative;
	margin:-500px auto 0;
	overflow: hidden;
}
/*btn*/
.top{
	position: fixed;
	top: 120px;
	left: 50%;
	margin-left: 500px;
	cursor: pointer;
	z-index: 20;
	display: none;
}
.btn { 
	background-image: url("../images/btn.png"); width: 364px; height: 278px; 
	position: absolute;
	left: 50%;
	z-index: 10;
}
.btn1 { background-position: 0 0; background-repeat: no-repeat; margin-left: -550px;}
.btn1:hover,#tab-1:target ~ #tab > ul li:nth-child(1) a { background-position: -364px 0; }
.btn2 { background-position: 0 -278px; background-repeat: no-repeat; margin-left: -200px;}
.btn2:hover,#tab-2:target ~ #tab > ul li:nth-child(2) a { background-position: -364px -278px; }
.btn3 { background-position: 0 -556px; background-repeat: no-repeat; margin-left: 150px; }
.btn3:hover,#tab-3:target ~ #tab > ul li:nth-child(3) a { background-position: -364px -556px;}

#tab-1,#tab-2,#tab-3{
	font-size: 0;
}
#tab{
    width: 100%;
}
/* 頁籤ul */
#tab>ul{
    overflow: hidden;
    margin: 0;
    padding: 0 0 100px;
}
#tab>ul>li{
    list-style-type: none;
}
#tab>ul>li>a{
    font-size: 0px;
}
/*頁籤div內容*/
#tab>div {
    clear:both;
    height: 0;
    overflow:hidden;
    visibility:hidden;
/*    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;*/
}
/* span:target */
#tab-1:target,
#tab-2:target,
#tab-3:target{}
/*第一筆的底色*/
span:target ~ #tab > ul li:first-child a {}
span:target ~ #tab > div:first-of-type {
    visibility:hidden;
    height:0;
}
/*頁籤變換&第一筆(第1個，而且是li)*/
span ~ #tab > ul li:first-child a,
#tab-1:target ~ #tab > ul li a[href$="#tab-1"],
#tab-2:target ~ #tab > ul li a[href$="#tab-2"],
#tab-3:target ~ #tab > ul li a[href$="#tab-3"]{
}
/*頁籤內容顯示&第一筆(第1個div)*/
span ~ #tab > div:first-of-type,
#tab-1:target ~ #tab > div.tab-content-1,
#tab-2:target ~ #tab > div.tab-content-2,
#tab-3:target ~ #tab > div.tab-content-3{
    visibility:visible;
    height:auto; 
}
.tab-content-1,.tab-content-2,.tab-content-3{
	position: relative;
    left: 50%;
    margin-left: -960px;
}
/* span:target
#tab-1:target,
#tab-2:target,
#tab-3:target{
  border: solid 1px red;
}
頁籤變換
#tab-1:target ~ #tab > ul li a[href$="#tab-1"],
#tab-2:target ~ #tab > ul li a[href$="#tab-2"],
#tab-3:target ~ #tab > ul li a[href$="#tab-3"]{
  border: solid 1px red;
}
頁籤內容顯示
#tab-1:target ~ #tab > div.tab-content-1,
#tab-2:target ~ #tab > div.tab-content-2,
#tab-3:target ~ #tab > div.tab-content-3{
  border: solid 1px red;
} */

/*footer*/
.footer{
	background: url("//landing.mangot5.com/template/hot/event/common/footer.png")top center no-repeat;
    width: 851px;
    height: 87px;
    position: relative;
    margin: 10px auto 20px;
}