*{
	margin: 0;
	padding: 0;
	font-size: .8rem;
	box-sizing: border-box;
}
a{
	text-decoration: none;
}
body,html{
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}
.app{
	width: 550px;
	min-height: 100%;
	margin: 0 auto;
	overflow: hidden;
	overflow-y:auto ;
	padding-bottom: 6.1rem;
	position: relative;
	background: url("../img/bg.png")no-repeat center 220px/100%,#FBE7EF;

}
.marquee{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: #fff;
	border-radius: 6px;
	padding: 10px;
	width: 98%;
	margin: 0 auto;
}
.marquee img{
	width: 20px;
	margin-right: 15px;
}
.downurl{
	width: 98%;
	min-height: 300px;
	background: url("../img/down.png")no-repeat center/100% 100%;
	margin: 10px auto;
	padding:14% 5% 5%;
}
.downurl .item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 15px;
	margin-top: 4px;
}
.downurl p,.downurl .item>span{
	background: #fff;
	border-radius: 4px;
	padding: 4px 10px;
	box-shadow: 0 2px 4px #E6B9EF;
	font-size: 15px;

}
.kf{
	width: 94%;
	margin: 0 auto;
	position: relative;
}
.kf .btn{
	position: absolute;
	width: 60%;
	top:0 ;
	right: 0;
}
.kf img{
	width: 100%;
}
.downurl .item>span{
	flex: 1;
	margin: 0 6px;
	font-weight: 600;
	color: #545454;
	text-align: center;
}
.downurl p{
	color: #DC60A5;
	font-weight: 600;
}
.downurl a{
	border: 1px solid #222;
	background: linear-gradient(#E0629F,#A22DEE);
	color: #fff;
	font-weight: 600;
	padding: 4px 10px;
	border-radius: 6px;
}
.swiper img{
	width: 100%;
	height: 100%;
}
.foot{
	position: fixed;
	width: 550px;
	left: -15px;
	right: 0;
	bottom: 0;
	margin: auto;
}
.foot img{
	width: 100%;
}
@media (max-width:550px) {
	.app,.foot,.vv,.mask2{
		width: 100%;
	}
	.app{
		padding-bottom: 4.86rem;
		background: url("../img/bg.png")no-repeat center 200px/100%,#FBE7EF;

	}
	.swiper{
		height: 200px;
	}
	.foot{
		left: 0px;
	}
}
