input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type="number"] {
	-moz-appearance: textfield;
}




.trial {
	background: url(../images/trial_bj.jpg) no-repeat center top;
	/* background-size: cover; */
	padding: 4% 0 8% 7%;
	/* min-height: 100vh; */
}

.trial_main {
	width: 600px;
	height: auto;
	background: #fff;
	border-radius: 50px;
	box-shadow: 0px 10px 60px 0px rgba(107, 157, 252, .25);
}

.trial_main_box {
	padding: 100px;
}

.trial_biaoti {
	font-size: 50px;
	text-align: center;
	color: #0c6cf0;
	margin-bottom: 50px;
}

.trial_input {
	position: relative;
	height: 75px;
	line-height: 75px;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 30px;
}

.tubiao {}

.form-input {
	border: none;
	width: calc(100% - 50px);
	padding-left: 20px;

	background: none;
	outline: none;
	border: 0px;
	font-size: 26px;
	color: #c0c0c0;
}

.form-btn {
	background: url(../images/form-btn.png) center no-repeat;
	width: 397px;
	height: 61px;
	outline: none;
	border: 0px;
	font-size: 28px;
	color: #fff;
	border-radius: 30px;
	box-shadow: 0px 10px 20px 0px rgba(149, 156, 255, .88);
	margin-top: 40px;
}



@media (max-width:1200px) {
	
	.trial {
		background: url(../images/trial_bj.jpg) no-repeat center top;
		/* background-size: cover; */
		padding: 4%;
		/* min-height: 100vh; */
	}
	
	.trial_main {
		width: 100%;
		height: auto;
		background: #fff;
		border-radius: 50px;
		box-shadow: 0px 10px 60px 0px rgba(107, 157, 252, .25);
	}
	
	.trial_main_box {
		padding: 30px 10px 60px;
	}
	
	.trial_biaoti {
		font-size: 30px;
		text-align: center;
		color: #0c6cf0;
		margin: 30px auto;
	}
	
	.trial_input {
		position: relative;
		height: 60px;
		line-height: 55px;
		border-bottom: 1px solid #dfdfdf;
		margin-bottom: 20px;
	}
	
	.tubiao {}
	
	.form-input {
		border: none;
		width: calc(100% - 50px);
		padding-left: 20px;
	
		background: none;
		outline: none;
		border: 0px;
		font-size: 20px;
		color: #c0c0c0;
	}
	
	.form-btn {
		background: url(../images/form-btn.png) center no-repeat;
		background-size: cover;
		width: 100%;
		height: 61px;
		outline: none;
		border: 0px;
		font-size: 18px;
		color: #fff;
		border-radius: 30px;
		box-shadow: 0px 10px 20px 0px rgba(149, 156, 255, .88);
		margin-top: 20px;
	}
	
	
	
}
