@charset "utf-8";
body {
	background-color: #e7d0c4;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	overflow-x: hidden;
}
body.noscroll{ overflow:hidden;}

.nav_bg {
	height: 75px;
	width: 100%;
	z-index: 10;
}
.nav{
	width: 1000px;
	height: 75px;
	margin: auto;
}
.nav_space {
	line-height: 72px;
	color: #000;
	margin-right: 10px;
	margin-left: 10px;
}
.nav ul li{float:left;}
.logo {
	width: 160px;
	height: 75px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-image: url(../images/logo.png);
	margin-left: 50px;
}
.logo:hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-image: url(../images/logo.png);
}
.nav1{
	width: 130px;
	height: 75px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-image: url(../images/nav_01.png);
	background-repeat: no-repeat;
	margin-left: 65px;
}

.nav1:hover{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-image: url(../images/nav_on_01.png);
}
.nav2{
	width: 190px;
	height: 75px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-image: url(../images/nav_02.png);
	background-repeat: no-repeat;
}

.nav2:hover{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-image: url(../images/nav_on_02.png);
}
.nav3{
	width: 76px;
	height: 75px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-image: url(../images/nav_03.png);
	background-repeat: no-repeat;
}

.nav3:hover{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-image: url(../images/nav_on_03.png);
}
.nav4{
	width: 160px;
	height: 75px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-image: url(../images/nav_04.png);
	background-repeat: no-repeat;
}

.nav4:hover{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-image: url(../images/nav_on_04.png);
}
.nav5{
	width: 172px;
	height: 80px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-image: url(../images/nav_05.png);
	background-repeat: no-repeat;
	margin-left: 300px;
}

.nav5:hover{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-image: url(../images/nav_on_05.png);
}
#go_top{
	width: 40px;
	height: 40px;
	background-image: url(../images/top.jpg);
	position: fixed;
	display: none;
	right: 10px;
	z-index: 100;
	bottom: 50%;
}

#section_1 {
	background-image: url(../images/index_02.png);
	height: 791px;
	width: 100%;
	position: relative;
	margin: auto;
	background-repeat: no-repeat;
	background-position: center top;
}

.inner1 {
	margin: auto;
	height: 578px;
	width: 1000px;
	position: relative;
}
.go_btn {
	background-image: url(../images/go_btn.png);
	height: 180px;
	width: 180px;
	position: absolute;
	left: 131px;
	top: 345px;
}
.go_btn2 {
	background-image: url(../images/go_btn2.png);
	height: 180px;
	width: 180px;
	position: absolute;
	left: 131px;
	top: 345px;
}


.ec_arrow {
	background-image: url(../images/arrow.png);
	height: 48px;
	width: 48px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.arrow {
	height: 55px;
	width: 55px;
	position: absolute;
	left: 65px;
	top: 100px;
}


#section_2 {
	height: 656px;
	width: 100%;
	background-image: url(../images/index_03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.inner2 {
	margin: auto;
	height: 656px;
	width: 1000px;
	position: relative;
	cursor: pointer;
}
.form_bg {
	background-image: url(../images/form_bg.jpg);
	height: 520px;
	width: 855px;
}



.form_name {
	height: 30px;
	width: 150px;
	position: absolute;
	left: 88px;
	top: 252px;
}

.form_phone {
	height: 30px;
	width: 150px;
	position: absolute;
	left: 406px;
	top: 251px;
}
.form_address {
	height: 30px;
	/*	width: 250px;*/
	width: 100%;
	position: absolute;
	left: 406px;
	top: 301px;
}

.form_mail {
	height: 30px;
	width: 150px;
	position: absolute;
	left: 88px;
	top: 301px;
}
.form_message {
	height: 55px;
	width: 380px;
	position: absolute;
	left: 477px;
	top: 440px;
}

.form_gift {
	height: 30px;
	width: 250px;
	position: absolute;
	left: 357px;
	top: 402px;
}
.form_check {
	height: 20px;
	width: 20px;
	position: absolute;
	left: 474px;
	top: 512px;
}
.form_checkbtn {
	position: absolute;
	height: 40px;
	width: 140px;
	left: 128px;
	top: 453px;
}
.form_send {
	height: 37px;
	width: 143px;
	position: absolute;
	left: 22px;
	top: 356px;
	cursor: pointer;
	background-image: url(../images/form_send.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#section_3 {
	height: 875px;
	width: 100%;
	position: relative;
	margin: auto;
	background-image: url(../images/index_04.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.inner3 {
	margin: auto;
	height: 875px;
	width: 1000px;
	position: relative;
	cursor: pointer;
}

.pic_content {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/vote_label.png);
	position: relative;
}

.pic_label {
	color: #000;
	height: 121px;
	width: 1000px;
	background-image: url(../images/index2_05.png);
	margin: auto;
}



.pic_col {
	height: auto;
	width: 225px;
	float: left;
}


.pic_box {
	background-color: #FFF;
	height: auto;
	width: 210px;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 6px;
	-o-box-shadow: rgba(0, 0, 0, 0.3) 0 0 6px;
	-ms-box-shadow: rgba(0, 0, 0, 0.3) 0 0 6px;
	box-shadow: rgba(0, 0, 0, 0.3) 0 0 6px;
	padding: 10px;
	float: left;
	margin-bottom: 10px;
	font-family: "微軟正黑體";
}

.pic_img {
	background-color: #FFF;
	height: auto;
	width: 192px;
}

.pic_name{
	width: 192px;
	height: 20px;
	font-size: 16px;
	line-height: 20px;
	text-overflow : ellipsis;
	overflow: hidden;
	white-space : nowrap;
	color: #ff6699;
	font-weight: bold;
	margin-top: 4px;
}
.pic_tit {
	width: 192px;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	text-overflow : ellipsis;
	overflow: hidden;
	white-space : nowrap;
	color: #ff6699;
	font-weight: bold;
	margin-top: 4px;
}

.pic_say{
	font-size: 12px;
	line-height: 16px;
	padding: 0;
	overflow: hidden;
	color: #666;
	height: auto;
	width: 192px;
	margin-top: 4px;
}
.pic_vote {
	height: 30px;
	width: 192px;
	margin-top: 3px;
}


#section_4 {
	background-image: url(../images/index_05.jpg);
	height: 769px;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
}

.game_bg {
	background-image: url(../images/index_05.png);
	margin: auto;
	height: 769px;
	width: 1366px;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	display: block;
}
.pic_left {
	height: 580px;
	width: 450px;
	position: absolute;
	cursor: pointer;
	left: 174px;
	top: 174px;
}
.pic_right {
	height: 580px;
	width: 450px;
	position: absolute;
	cursor: pointer;
	left: 734px;
	top: 174px;
}
.start {
	background-image: url(../images/start_btn.png);
	height: 44px;
	width: 145px;
	position: absolute;
	cursor: pointer;
	left: 611px;
	top: 498px;
	z-index: 10;
}
.select {
	background-image: url(../images/select_btn.png);
	height: 44px;
	width: 145px;
	position: absolute;
	cursor: pointer;
	left: 611px;
	top: 498px;
	z-index: 10;
	display: none;
}

.result1 {
	background-image: url(../images/result1.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
	height: 769px;
	width: 1000px;
	position: relative;
	display: none;
}
.result2 {
	background-image: url(../images/result2.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
	height: 769px;
	width: 1000px;
	position: relative;
	display: none;
}
.result3 {
	background-image: url(../images/result3.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
	height: 769px;
	width: 1000px;
	position: relative;
	display: none;
}
.result4 {
	background-image: url(../images/result4.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
	height: 769px;
	width: 1000px;
	position: relative;
	display: none;
}
.result5 {
	background-image: url(../images/result5.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
	height: 769px;
	width: 1000px;
	position: relative;
	display: none;
}
.result6 {
	background-image: url(../images/result6.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
	height: 769px;
	width: 1000px;
	position: relative;
	display: none;
}
.result7 {
	background-image: url(../images/result7.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
	height: 769px;
	width: 1000px;
	position: relative;
	display: none;
}
.result8 {
	background-image: url(../images/result8.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
	height: 769px;
	width: 1000px;
	position: relative;
	display: none;
}







.share_btn {
	background-image: url(../images/share_btn.jpg);
	height: 34px;
	width: 200px;
	position: absolute;
	cursor: pointer;
	left: 447px;
	top: 528px;
}
.replay_btn {
	background-image: url(../images/replay_btn.jpg);
	height: 34px;
	width: 113px;
	position: absolute;
	left: 667px;
	top: 528px;
	cursor: pointer;
}






.notice_btn {
	background-image: url(../images/notice_btn.png);
	height: 51px;
	width: 155px;
	position: absolute;
	left: 413px;
	top: 1689px;
}
.form_pick {
	height: 40px;
	width: 113px;
	position: absolute;
	left: 700px;
	top: 361px;
}
.form_pick button {
	height: 40px;
	width: 113px;
	cursor: pointer;
	background-image: url(../images/form_pick.png);
	background-repeat: no-repeat;
	background-position: left top;
	border:0;
	text-indent: -1000000px;
	background-color:transparent !important;
}
.dialog-section{
	width: 900px;
	height: 560px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -465px;
	margin-top: -280px;
	display: none;
}
.btn-close{ width:110px; height:50px; background:url(../images/btn-close.png) no-repeat; position:absolute; right:0; top:-60px;cursor:pointer;}
.btn-close:hover{ opacity:0.8;}

.footer {
	background-image: url(../images/footer.jpg);
	margin: auto;
	height: 99px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

#section_5 {
	height: auto;
	width: 1000px;
	position: relative;
	margin: auto;
}
