input, button, form {
	font-size: 14px;
	line-height: 28px;
	font-family: "microsoft yahei", 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #333;
}
.formData {
	padding-bottom: 20px;
}
.formData .item {
	float: left;
	color: #999;
	font-weight: normal;
	width: 45%;
	height: 56px;
	line-height: 56px;
	border: 1px solid #e5e5e5;
	margin-bottom: 45px;
	position: relative;
}
.formData .item label {
	padding-left: 15px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	display: block;
	margin: 0;
	height: 56px;
	line-height: 56px;
	font-size: 18px;
	color: #cccccc;
}
.formData .item input {
	outline: none;
	line-height: 56px;
	height: 56px;
	padding-left:16%;
	font-size: 18px;
}
.formData .item .txt {
	width: 70%;
	height: 56px;
	line-height: 56px;
	display: block;
	background: none;
	padding-left:16%;
	border: 0 none;
	color: #999;
}
.formData .item .red {
	position: absolute;
	right: 15px;
	top: 0;
	color: #ff0000;
	z-index: 11;
}
.formData .item.mr0 {
	margin-right: 0;
	float: right;
}
.formData textarea {
	width: 96%;
	height: 200px;
	line-height: 35px;
	padding: 12px 10px;
	text-indent: 100px;
	font-size: 18px;
	font-family: "microsoft yahei";
	color: #333;
	border: 0 none;
	overflow: auto;
	background: none;
	resize: none;
	display: block;
	outline: none;
} 
/* 提交按钮 */
.bot {
	clear: both;
	display: block;
	width: 100%;
}
.formData .sub {
	width: 100%;
	line-height: 54px;
	margin-right: 2px;
	text-align: center;
	background: #1048a0;
	border: 2px solid #1048a0;
	color: #FFF;
	cursor: pointer;
	font-size: 18px;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.formData .sub:hover {
	color: #1048a0;
	background: none;
}

@media screen and (max-width: 767px) {
	.formData .item{
		width:100%;
		margin-right:0;
		margin-bottom:18px;
		height: 40px;
    line-height: 40px;
	}
	.formData .item label{
		height: 40px;
    line-height: 40px;
	}

	.formData .liuyan{
		height:100px;
	}
	.formData textarea{
		height:80px;
		line-height:26px;
		font-size: 16px;
		padding:10px;
		overflow-y:auto;
	}
	.formData .item .txt{
		height:40px;
		padding-right: 0;
		line-height:40px;
	}
	.formData .yzmitem{
		width: 60%  !important;
		float: left  !important;
	}


}