*{
	margin: 0;
	padding: 0;
	-webkit-touch-callout:none;  /*系统默认菜单被禁用*/
	-webkit-user-select:none; /*webkit浏览器*/
	-khtml-user-select:none; /*早期浏览器*/
	-moz-user-select:none;/*火狐*/
	-ms-user-select:none; /*IE10*/
	user-select:none;
}
html, body {
	font-family: '微软雅黑';
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	background: #000;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    color: #000;
}
/**
 *landscape
 */
#landscape{
    display: none;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: url(../img/landscape.jpg?201712251030) 50% 50%;
	background-size: cover;
	z-index: 99999;
}
/**
 *主场景
 */
#main {
    position: absolute;
	top:0;
	left:0;
	z-index: 1;
}
#music_btn{
	width: 0.62rem;
	height: 0.62rem;
	position: absolute;
	right:0.3rem;
	top:0.3rem;
	z-index: 15;
	display: none;
	background: url(../img/public/music_circle.png?201712251030) no-repeat;
	background-size: 100%;
}
#music_btn img{
	display: block;
	width: 100%;
	height: 100%;
}
#music_btn_white{
	width: 0.62rem;
	height: 0.62rem;
	position: absolute;
	right:0.3rem;
	top:0.3rem;
	z-index: 15;
	display: none;
	background: url(../img/public/music_circle_white.png?201712251030) no-repeat;
	background-size: 100%;
}
#music_btn_white img{
	display: block;
	width: 100%;
	height: 100%;
}
.music_btn_run{
	animation: rotate 4s infinite linear;
	-webkit-animation: rotate 4s infinite linear;
}
@keyframes rotate{
	0%{
		transform:rotate(0deg);
	}
	100%{
		transform:rotate(360deg);
	}
}
@-webkit-keyframes rotate{
	0%{
		-webkit-transform:rotate(0deg);
	}
	100%{
		-webkit-transform:rotate(360deg);
	}
}
#loog_press_red,#loog_press{
	position: absolute;
	bottom: 1rem;
	left: 50%;
	margin-left: -0.6rem;
	width: 1.2rem;
	height: 1.39rem;
	z-index: 15;
	transition: transform 0.6s ease-out;
	-webkit-transition: transform 0.6s ease-out;
	opacity: 0;
	display: none;
}

@keyframes circle-opacity{
	from {
		opacity: 1;
		transform: scale(1);
	}
	to {
		opacity: 0;
		transform: scale(1.4);
	}
}
@-webkit-keyframes circle-opacity {
	from {
		opacity: 1;
		-webkit-transform:scale(1);
	}
	to {
		opacity: 0;
		-webkit-transform:scale(1.4);
	}
}

.press_red_border2{
	position: absolute;
	top:0;
	left: 0;
	width: 1.2rem;
	height: 1.39rem;
	background-image: url("../img/public/press_red_border.png?201712251030");
	background-repeat:no-repeat;
	background-size: 100%;
	animation: circle-opacity 0.8s ease-in infinite;
	animation-delay:0.4s;
	-webkit-animation: circle-opacity 0.8s ease-in infinite;
	-webkit-animation-delay:0.4s;
}
.press_red_border1{
	position: absolute;
	top:0;
	left: 0;
	width: 1.2rem;
	height: 1.39rem;
	background-image: url("../img/public/press_red_border.png?201712251030");
	background-repeat:no-repeat;
	background-size: 100%;
	animation: circle-opacity 0.8s ease-in infinite;
	-webkit-animation: circle-opacity 0.8s ease-in infinite;
}

.press_border2{
	position: absolute;
	top:0;
	left: 0;
	width: 1.2rem;
	height: 1.39rem;
	background-image: url("../img/public/press_border_1.png?201712251030");
	background-repeat:no-repeat;
	background-size: 100%;
	animation: circle-opacity 0.8s ease-in infinite;
	animation-delay:0.4s;
	-webkit-animation: circle-opacity 0.8s ease-in infinite;
	-webkit-animation-delay:0.4s;
}
.press_border1{
	position: absolute;
	top:0;
	left: 0;
	width: 1.2rem;
	height: 1.39rem;
	background-image: url("../img/public/press_border_1.png?201712251030");
	background-repeat:no-repeat;
	background-size: 100%;
	animation: circle-opacity 0.8s ease-in infinite;
	-webkit-animation: circle-opacity 0.8s ease-in infinite;
}
.press_btn{
	position: absolute;
	top: 0;
	left: 0;
	width: 1.2rem;
	height: 1.39rem;
	background-image: url("../img/public/press.png?201712251030");
	background-repeat:no-repeat;
	background-size: 100%;
}
.press_red_btn{
	position: absolute;
	top: 0;
	left: 0;
	width: 1.2rem;
	height: 1.39rem;
	background-image: url("../img/public/press_red.png?201712251030");
	background-repeat:no-repeat;
	background-size: 100%;
}
.press_btn_scale{
	transform: scale(0.7);
	-webkit-transform:scale(0.7);
}
#light{
	display: none;
}
.light0{
	position: absolute;
	top:1.3rem;
	left:0.5rem;
	z-index: 5;
	width: 7.07rem;
	height: 10.66rem;
	animation: light-opacity 3s ease-in infinite;
	-webkit-animation: light-opacity 3s ease-in infinite;
	animation-delay:0.5s;
	-webkit-animation-delay:0.5s;
}
.light1{
	position: absolute;
	top:0.28rem;
	left:2.09rem;
	z-index: 5;
	width: 5.18rem;
	height: 4.05rem;
	animation: light-opacity 3s ease-in infinite;
	-webkit-animation: light-opacity 3s ease-in infinite;
}
.light2{
	position: absolute;
	top:3.03rem;
	left:0.8rem;
	z-index: 5;
	width: 3.74rem;
	height: 1.54rem;
	animation: light-opacity 3s ease-in infinite;
	-webkit-animation: light-opacity 3s ease-in infinite;
	animation-delay:0.8s;
	-webkit-animation-delay:0.8s;
}
.light3{
	position: absolute;
	top:8.2rem;
	left:4.82rem;
	z-index: 5;
	width: 2.61rem;
	height: 1.54rem;
	animation: light-opacity 3s ease-in infinite;
	-webkit-animation: light-opacity 3s ease-in infinite;
}
.light4{
	position: absolute;
	top:6.03rem;
	left:6rem;
	z-index: 5;
	width: 3.74rem;
	height: 1.54rem;
	animation: light-opacity 3s ease-in infinite;
	-webkit-animation: light-opacity 3s ease-in infinite;
	animation-delay:0.8s;
	-webkit-animation-delay:0.8s;
}
.light6{
	position: absolute;
	top:0.3rem;
	left:3.16rem;
	z-index: 5;
	width: 3.55rem;
	height: 2.34rem;
	animation: light-opacity 3s ease-in infinite;
	-webkit-animation: light-opacity 3s ease-in infinite;
	animation-delay:1s;
	-webkit-animation-delay:1s;
}
@keyframes light-opacity{
	0%{
		opacity: 0.3;
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0.3;
	}
}
@-webkit-keyframes light-opacity {
	0%{
		opacity: 0.3;
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0.3;
	}
}

#again_btn{
	position: absolute;
	left:0.97rem;
	bottom:1rem;
	z-index:20;
	width: 2.57rem;
	height:0.66rem;
	background: url("../img/public/again_btn.png?201712251030") no-repeat;
	background-size: 100%;
	display: none;

}
#again_btn img,#share_btn img{
	width: 100%;
	height: 100%;
	animation: btn_run 0.6s infinite linear;
	-webkit-animation: btn_run 0.6s infinite linear;
	position: absolute;
	top:0;
	left: 0;
}
#share_btn{
	position: absolute;
	left:3.83rem;
	bottom:1rem;
	z-index:20;
	width: 2.57rem;
	height:0.66rem;
	background: url("../img/public/share_btn.png?201712251030") no-repeat;
	background-size: 100%;
	display: none;
}
@keyframes btn_run{
	from {
		opacity: 1;
		-webkit-transform:scale(1);
	}
	to {
		opacity: 0;
		-webkit-transform:scale(1.1);
	}
}
@-webkit-keyframes btn_run{
	from {
		opacity: 1;
		-webkit-transform:scale(1);
	}
	to {
		opacity: 0;
		-webkit-transform:scale(1.1);
	}
}

.show{
	display: block;
}
.hide{
	display: none;
}
