.formBox{
	width:1400px;
	margin:100px auto;
}
.forTop{
	width:100%;
	display: flex;
	margin-bottom: 60px;
}
.forList{
	display: flex;
	flex: 1;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #333333;
	flex-wrap: nowrap;
}
.forList span{
	color:#333333;
	font-size:24px;
	flex-grow: 0;
	
	-webkit-flex-gorw:0
}
.fotcenter{
	margin-right: 40px;
	margin-left:40px;
}
.inputBot{
	flex: 1;
	padding-left: 20px;
	font-size:24px;
	color: #333333;
	border: 0;  
	 outline: none; 
	  background-color: rgba(0, 0, 0, 0);
}
.inputBot:focus{
	border: none;
}

.submit_Btn{
	width:100;
	height: 50px;
	display: block;
	background-color: #d43728;
	color:#ffffff;
	text-align: center;
	line-height: 50px;
	font-size:26px;
	border-radius: 6px;
	margin-top: 100px;
}


@media screen and (min-width: 768px) and (max-width: 1366px) {
	.formBox{
		width:880px;
		margin:50px 5%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1200px){
	.formBox{
		width:880px;
		margin:50px 5%;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 1027px){
	.formBox{
		width:750px;
		margin:50px 2%;
	}
	.forList span{
		font-size:14px;
	}
	.inputBot{
		font-size:14px;
		padding-left: 10px;
	}
	.submit_Btn{
	
		height: 40px;
		display: block;
		background-color: #d43728;
		color:#ffffff;
		text-align: center;
		line-height: 40px;
		font-size:18px;
		border-radius: 6px;
		margin-top: 70px;
	}
}
@media screen and (max-width: 767px){
    .formBox{
		width:100%;
		margin:50px 2%;
	}
	.forTop{
		width:100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 30px;
	}
	.forList span{
		font-size:14px;
	}
	.forTop  .forList{
		width:90%;
		margin-bottom: 20px;
	}
	.fotcenter{
		margin-right: 0px;
		margin-left:0px;
	}
	.inputBot{
		font-size:14px;
		padding-left: 10px;
	}
	.submit_Btn{
		width:100%;
		height: 40px;
		display: block;
		background-color: #d43728;
		color:#ffffff;
		text-align: center;
		line-height: 40px;
		font-size:18px;
		border-radius: 6px;
		margin-top: 30px;
	}
}