
body{
	margin: 0;
	height: 100%;
	overflow: hidden;
}
html{
	height: 100%;
	background: #f9b92e;
	overflow: hidden;
}

p{
	margin: 0;
}
h1{
	font-size: 18px;
	color: #ffe326;
	margin: 0 auto;
}
h2{
	font-size: 12px;
	color: #ffe326;
	margin: 15px auto 0 auto;
}
img{
	vertical-align: top;
}
em{
	font-style: normal;
}
input,
a,
button {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-appearance: none;
}
button {
	margin: auto 20%;
	width: 60%;
	font-size: 18px;	
	background: #4b410c;
	padding: 10px;
	color: #fff;
	border-radius: 10px;	
	box-shadow: 5px 5px #e6c924;
	}
a {
	text-decoration: none;
}
#weixinLogo{
	display: none;
}
.loading{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/loading.gif) no-repeat 60% 40% #f9b92e;
	background-size: 7.96875rem 6.40625rem;
	z-index: 999999;
	color: #fff;
	font-size: 1.09rem;
}
.loading p{
	text-align: center;
	width: 100%;
	position: absolute;
	font-family: helvetica "微软雅黑";
	top: 40%;
	transform: translateY(4rem);
}
.swiper-wrapper{
	height: 100%;
	opacity: 0;
	position: relative;
	/*transform-style: preserve-3d;*/
	/*perspective: 800px;*/
}
.swiper-container{
	height: 100%;
}
.swiper-slide{
	transition: 800ms;
	width: 100%;
	background-color: #f00;
	height: 100%;
	color: #fff;
	overflow: hidden;
}
/*.swiper-wrapper .swiper-slide{
    position: absolute;
}*/
.next{
	width: 2rem;
	height: 1.125rem;
	position: absolute;
	bottom: 0.9375rem;
	left: 7rem;
	background: url(../img/next.png) no-repeat;
	background-size: 100% 100%;
	transform: translateY(0);
	animation: moveNext .5s infinite alternate-reverse;
}
@keyframes moveNext{
	from{transform: translateY(0);}
	to{transform: translateY(5px);}
}

.boxCover{
	bottom:2.5rem;
	position: fixed;
	padding: 10px auto;
	z-index: 999;
	text-align: center;
	height: 50px;
	width: 100%;

}
.boxCover a{
	/* background: #ffe326; */
	padding: 10px;	
	margin: auto 20%;
	width: 100%;
}
.boxCover a:hover,a:visited,a:link{
	font-size: 12px;
	color: #ffe326;
	margin: 0 auto;
}

/*第一部分*/
.first{
	/*-webkit-filter: brightness(1);*/
	/*transition: 0.5s -webkit-filter;*/
	background: url(../img/img1.png) no-repeat #fff;
	background-size: cover;
	position: relative;
}
/*第二部分*/
.second{
	background: url(../img/img2.png) no-repeat #F15D5D;
	background-size: cover;
	position: relative;
}

/*第三部分*/
.third{
	background: url(../img/img3.png) no-repeat rgb(117, 91, 247);
	background-size: cover;
	position: relative;
}
/*第四部分*/
.forth{
	background: url(../img/img4.png) no-repeat rgb(142, 180, 45);
	background-size: cover;
	position: relative;
}
/*第五部分*/
.fifth{
	background: url(../img/img5.png) no-repeat #1BA7B9;
	background-size: cover;
	position: relative;
}


.fifth img{
	float: left;
	position: absolute;
	width: 5.328125rem;
	height: 5.328125rem;
	margin-left: 0.5rem;
}