*{
	padding:0;
	margin:0;
	font-family: "HelveticaNeue";
}
body,html{
	width: 100%;
	height: 35.5rem;
	background:url(../images/ddd-bg.jpg) no-repeat;
	background-size: cover;
	position: relative;
}

.download{
	width:9.6875rem;
	height: 3rem;
	position: absolute;
	display: block;
	top:50%;
	left:5rem;
	margin-top: -54%;
	outline:none;
	-webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}
.p-style{
	font-size: 0.75rem;
	color: #967022;
	position: absolute;
	top: 50%;
	margin-top: -10%;
	padding: 0 0.4rem; 
	line-height: 1.3rem
}
.swiper-content{
	position: absolute;
    width: 100%;
    height: 13.34375rem;
    top: 50%;
    margin-top: 19%;

}
.swiper-wrapper .swiper-slide{
	width:7.53125rem;
	height:13.34rem;
}
.swiper-wrapper .swiper-slide img{
	width:100%;
	height: 100%;
	display: block;
}
