.footer{
	height: 100%;
	background: #f2f1f0;
	text-align: center;
	overflow: hidden;
}
.submit_btn{
	margin-top: .5rem;
	height: .88rem;
	margin-right: .3rem;
	margin-left: .3rem;
	background: #ffba00;
	color: #fff;
	font-size: .32rem;
	text-align: center;
	line-height: .88rem;
}
.footer p{
	color: #999;
	font-size: .24rem;
	margin-top: .18rem;
	margin-bottom: .2rem;
}
@media only screen and (max-width: 320px) {
	.footer p{
		width: 140%;
		transform: scale(.6);
		margin-left: -1.5rem;
	}
}