/*banner*/
.feedback-banner {
	background-color: #e9e9e9;
	margin-top: 80px;
}
.module-banner-bg {
	background: url(img/feedback_banner_part.jpg) no-repeat right center;
}
/*form*/
.feedback-main {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 90px;
}
.feedback-main p {
	color: #898989;
	font-size: 14px;
	line-height: 36px;
	padding-left: 2%;
}
.feedback-main ul {
	margin-top: 20px;
}
.feedback-main li {
	width: 100%;
	margin-bottom: 20px;
	float: left;
}
.feedback-main span {
	color: #545454;
	font-size: 14px;
	width: 100px;
	line-height: 42px;
	text-align: right;
	float: left;
}
.necessary-info {
	color: #ff8400;
	vertical-align: middle;
	padding-right: 5px;
	font-style: normal;
}
.fb-type-reminder {
	color: #009ed6;
	font-size: 12px;
	font-style: normal;
	margin-left: 10px;
	line-height: 44px;
}
.feedback-main li img {
	width: 120px;
	height: 42px;
	vertical-align: middle;
}
.feedback-type,
.feedback-textarea,
input {
	border: 1px solid #e5e5e5;
	font-family: "microsoft yahei";
	color: #666;
	outline-color: #009ed6;
}
.feedback-type {
	color: #ff8500;
	font-size: 14px;
	width: 310px;
	line-height: 32px;
	padding: 10px;
	vertical-align: bottom
}
.feedback-textarea {
	width: 615px;
	height: 110px;
	padding: 10px;
	resize: none;
}
.feedback-input,
.captcha-input {
	color: #555;
	font-size: 14px;
	width: 290px;
	line-height: 20px;
	padding: 10px;
	border: 1px solid #e8e8e8;
}
.captcha-input {
	width: 100px;
}
.fb-btn {
	display: inline-block;
	background: #ff8400;
	color: #fff;
	font-size: 16px;
	width: 142px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border-radius: 4px;
	border: none;
	outline: none;
	cursor: pointer;
}
.fb-btn:hover {
	background: #ff6e00;
}