.message {
	width: 1170px;
	overflow: hidden;
	float: left;
	clear: both;
}

.biaodan {
	width: 100%;
	overflow: hidden;
}

.biaodan label {
	display: block;
	width: 100%;
	margin: 20px 0 5px;
	font-size: 14px;
	color: #eee;
}

.biaodan label.must {
	color: #eee;
}

.biaodan i {
	font-size: 13px;
	color: #fff;
	margin-right: 7px;
}

.biaodan input {
	display: block;
	width: 100%;
	border: none;
	border-radius: 2px;
	height: 36px;
	line-height: 36px;
	text-indent: 1em;
	-webkit-appearance: none;
}

.biaodan textarea {
	display: block;
	width: 100%;
	margin: 0;
	height: 100px;
	border: none;
	resize: none;
	-webkit-appearance: none;
	border-radius: 2px;
}

.biaodan button {
	width: 160px;
	border: none;
	border-radius: 2px;
	color: #fff;
	font-size: 14px;
	height: 36px;
	background: #2197d8;
	-webkit-appearance: none;
	margin: 25px 0;
}

/*20180501*/
.input-item {
	display: block;
	width: 570px;
	float: left;
}

.text-item {
	width: 1170px;
	overflow: hidden;
}

/* // [START invalidstyle] */
input.dirty:not(:focus):invalid {
	background-color: #FFD9D9;
}

input.dirty:not(:focus):valid {

	/*background-color: #D9FFD9;*/
}

textarea.dirty:not(:focus):invalid {
	background-color: #FFD9D9;
}

textarea.dirty:not(:focus):valid {
	background-color: #D9FFD9;
}

/* // [END invalidstyle] */
