.page{
	/*position:fixed; */
	/*top: 0; */
	/*left: 0; */
	/*width:100%; */
	/*height:100%; */
	/*min-width: 1000px; */
	/*z-index:-10; 
	zoom: 1; 
	background-color: #fff; 
	background-repeat: no-repeat; 
	background-size: cover; 
	-webkit-background-size: cover; 
	-o-background-size: cover; 
	background-position: center 0; */
}
html, body {
	position: relative;
	height: 100%;
}
body {
	background: #eee;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color:#000;
	margin: 0;
	padding: 0;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
/* 
	页面主体
 */
#page_1 .content{
 	background-image: url('../img/page_1_1080.jpg');
 }
#page_2 .content{
 	background-image: url('../img/page_2_1080.jpg');
 }
#page_3 .content{
 	background-image: url('../img/page_3_1080.jpg');
}
#page_4 .content{
 	background-image: url('../img/page_4_1080.jpg');
}
.content{
	background-repeat: no-repeat; 
	background-size: cover; 
	-webkit-background-size: cover; 
	-o-background-size: cover; 
	background-position: top left;
	position: relative;
}		
.content{
	position: relative;
}
/* 
	第一页页脚
*/
#page_1 .foot{
	position: absolute;
	bottom: 0;
	z-index: 1;
}
#page_1 .content{
	text-align: inherit;
}
/* 
	第一页滚动字幕
*/
.marquee{
	position: absolute;
	top: 63%;
	height: 50px;
	width: 100%;
	overflow: hidden;			
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #145a9a;
	font-family: "微软雅黑";
}
.marquee ul{
	width: 80%;
	list-style: none;
	padding-left: 0;
	display: block;
	margin: 0 auto;
}

/* 
	按钮元素
 */
.item{
	position: absolute;
	background-color: inherit;
	border: none;
	z-index: 99;			
}
.item button{

}
.music{
	/*top: 100px;*/
	/*right: 100px;*/
}
.music-on{
	/*background: url('../img/music-on.png') no-repeat top left;*/
}
.music-off{
	/*background: url('../img/music-off.png') no-repeat top left;*/
}
.music-on, .music-off{
	display: block;
	width: 53px;
	height: 53px;
	outline: none;
	min-width: 16px;
	min-height: 16px;
}
.music-on img, .music-off img{
	width: auto;
	height: auto;
	max-width: 100%;
}
#page_1 .next{
	position: absolute;
	bottom: 0;
	width: 100%;
	display: block;
}
.name-box{
	background-size: cover;
	padding: 10px 30px;
	margin: 0 auto;
	position: inherit;
	font-size: 1.2em;
}
#page_2 .built{
	position: absolute;
	width: 100%;
	display: block;
}
#canvas-img{
	width: auto;
	height: auto;
	max-height: 80%;
	margin-top: 10%;
	-webkit-box-shadow: 0px 0px 5px #555; 
	box-shadow:  0px 0px 5px #555; 
}
.guild{
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,0.4);
	/*opacity: 0.6;*/
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	z-index: 101;
}
a.guild,
a:hover.guild,
a:active.guild{
	color: #fff;
	text-decoration: none;
}
.upload{
	background-image: url("../img/photo.png");
	background-size: cover;
	position: relative;
}
.upload img{
	max-width: 100%;
	max-height: 100%;
}
.upload div{
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
}
#page_4 .foot {
	z-index: 100;
	bottom: 0;
}
#page_4 .foot img{
	max-width: 100%;
	max-height: 100%;
	z-index: 100;
}
.arrow{
	/*height: 100%;
	display: flex;
	align-items: center;*/
	/*right: 0;*/
}
.arrow img{
	margin: 0;
	max-width: 100%;
	cursor: pointer;
}
