* {
	margin: 0;
	padding: 0;
}

.body{
	margin-bottom: 1.4rem;
	width: 100%;
	height: auto;
	margin-top: 0.8rem;
}




.view{
	width: 100%;
	height: auto;
	background: #fff;
	padding: 0.2rem;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}



