.btn-form {
	position: relative;
	top: 0;
	width: 92%;
	left: 4%;
	box-sizing: border-box;
	padding: .5rem .3rem 0.7rem .3rem;
	
}
.inp-p {
	font-size: .3rem;
	color: #333333;
}

.inp-p span {
	font-size: .3rem;
	color: #ff3b3b;
}
.inp-phone {
	margin-top: .5rem;
}

._input {
	margin-top: .1rem;
	width: 100%;
	box-sizing: border-box;
	padding: .2rem 0;
	border-bottom: .01rem solid #E6E6E6;
	font-size: .26rem;
}

.btn-submitBut {
	margin-top: .35rem;
	background-color: #e93824;
	color: #fff;
	font-size: .38rem;
	font-weight: bold;
	width: 100%;
	height: .9rem;
	border-radius: .5rem;
	animation: scale 1s infinite;
}
.text-p {
	margin-top: .2rem;
	font-size: .24rem;
	color: #999999;
	text-align: center;
}
.post{
	width: 100%;
	height: auto;
	position: relative;
}
.swiper-w{
	position: absolute;
	top: 1.32rem;left: 5%;
	width: 90%;
	height: auto;
}
#swiper1 img,
#swiper1 .swiper-wrapper{
	width: 100%;
}
.footer_h {
	height: 0.9rem;
}

.fixedfooter {
	position: fixed;
	width: 100%;
	height: 0.9rem;
	bottom: 0;
	left: 0;
	z-index: 999;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	text-align: center;
}

.footertel {
	font-size: 0.3rem;
	width: 50%;
	display: block;
	box-sizing: border-box;
	position: relative;
	line-height: 0.9rem;
	color: #fff;
}

.footertel:nth-child(1) {
	background-color: rgba(17, 17, 17, .9);
}

.footertel:nth-child(2) {
	background-color: rgba(255, 92, 49, .9);
}

.footertel i,
.footertel span {
	display: inline-block;
	font-size: .3rem;
}



@keyframes scale {
	0%,
	100% {
		transform: scale(1.05, 1.05);
	}
	50% {
		transform: scale(1, 1);
	}
}