<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dzsq {
	position: relative;
	width: 100%;
	background: #132c62;
	height: 55px;
	line-height: 55px;
	color: #fff;
	padding: 0;
	cursor: pointer;

}

.dzsq h3 {
	color: #fff;
	font-size: 16px;
	margin-left: 18px;
	float: left;
	padding-left: 4px;
}

.input_probox {
	width: 100%;
	padding-top: 1px;
	padding-bottom: 2px;
	overflow: hidden;
	position: relative;
	left: 0%;
	padding-top: 22px;
	border-top: 1px solid #eee;
	margin-top: -1px;
}

.input_probox textarea {
	width: 100%;
	height: 180px;
}

.input_box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 60%;
	padding: 10px;
	border-left-width: 3px;
	border-left-color: #132c62;
	border-radius: 0;
	background: #fff;
	margin: 10px;
	height: 39px;
	font-size: 13px;
	padding: 16px 10px 16px 16px;
	border: 1px solid #eee;
	border-left: 2px solid #132c62;
	outline: none;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	transition: box-shadow 200ms ease;
}

.tjbox {
	height: auto;
	position: static;
	box-sizing: border-box;
	margin: 0;
	color: #4d4d4d;
	bottom: 36px;
	padding-left: 10px;
	text-align: center;
}

.tijiao {
	display: block;
	position: relative;
	width: 100%;
	cursor: pointer;
	padding: 8px 22px;
	color: #fff;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	transition: background 200ms ease;
	outline: none;
	cursor: pointer;
	background: #f0a223 !important;
	border-color: #f0a223 !important;
}

.tijiao:hover {
	color: white !important;
}</pre></body></html>