html,
body {
	max-width: 750px;
	min-width: 320px;
	margin: 0 auto;
	/*height: 100%;*/
	cursor: pointer;
	background-color: #fff;
}

.img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.p1_form {
	width: 100%;
	height: 5.16rem;
	background: url(../images/2.jpg) no-repeat center;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding: 0.5rem 0.55rem 0;
	font-size: 0;
}

.p2_form {
	width: 100%;
	height: 6.46rem;
	background: url(../images/23.jpg) no-repeat center;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding: 0.4rem 0.55rem 0;
	font-size: 0;
	margin-bottom: 0.5rem;
}

._input {
	width: 100%;
	height: 0.8rem;
	background-color: #fff;
	border-radius: 5px;
	text-indent: 1em;
	font-size: 0.26rem;
	margin-bottom: 0.2rem;
}

._submit {
	width: 100%;
	height: 0.8rem;
	color: #720009;
	border-radius: 5px;
	background-color: #fac792;
	font-size: 0.32rem;
	line-height: 0.8rem;
	animation: animat 1s infinite;
}

@keyframes animat {
	0%,
	100% {
		transform: scale(0.98, 0.98);
	}
	50% {
		transform: scale(1.02, 1.02);
	}
}

.shengji {
	width: 100%;
	height: 7.4rem;
	background: url(../images/9.jpg) no-repeat center;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding: 3.2rem 0.7rem 0 0.24rem;
}

.formtit {
	text-align: center;
	color: #fbdd99;
	font-size: 0.4rem;
	padding: 0.3rem 0;
}


/*底部悬浮*/

.footer_h {
	height: 0.5rem;
}

.fiexedfooter {
	width: 100%;
	height: 0.8rem;
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: #ffba00;
	text-align: center;
	z-index: 90;
}

.callme {
	display: block;
	line-height: 0.8rem;
	font-size: 0.4rem;
	color: #000;
	animation: scale 0.8s infinite;
}

@keyframes scale {
	0%,
	100% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.08, 1.08);
	}
}