<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.message {
	width: 710px;
	background: #fff;
	/* margin: 20px auto 20px; */
	overflow: hidden;
	float: left;
	clear: both;
}

.biaodan {
	width: 100%;
	overflow: hidden;
}
.biaodan label {
	display: block;
	width: 100%;
	margin: 20px 0 5px;
	font-size: 14px;
}
.biaodan label.must {
	color:#074a83;
}
.biaodan i {
	/* display: block; */
	font-size: 13px;
	color:#074a83;
	margin-right: 7px;
}

.biaodan input {
	display: block;
	width: 98%;
	border: 1px solid #C3C9D0;
	border-radius: 1px;
	height: 30px;
	line-height: 30px;
	text-indent: 1em;
	-webkit-appearance: none;
}

.biaodan textarea {
	display: block;
	width: 98%;
	height: 100px;
	border: 1px solid #C3C9D0;
	resize: none;
	-webkit-appearance: none;
	border-radius: 1px;
}

.biaodan button {
	width: 140px;
	border: none;
	border-radius: 2px;
	color: #fff;
	font-size: 10px;
	height: 30px;
	background: #074a83;
	-webkit-appearance: none;
	margin: 25px 0;
}

/* // [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] */</pre></body></html>