﻿.wufeedback {
	overflow: hidden;
	font-family: "微软雅黑";
}

.wufeedback dl,
.wufeedback dd {
	margin: 0;
	padding: 0;
}

.wufeedback dl {
	padding-top: 10px;
}

.wufeedback dt {
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #333;
	padding-bottom: 3px;
}

.wufeedback .input,
.wufeedback .textarea {
	background: #eee;
	border: #aaa 1px dashed;
	padding: 4px;
	line-height: 24px;
	width: 550px;
}

.wufeedback .submit {
	border: none;
	cursor: pointer;
	width: 200px;
	margin-top: 10px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	font-size: 12px;
	background-color: #cf4557;
}

@media only screen and (max-width: 767px) {
	.wufeedback .input, .wufeedback .textarea{
		width: 100% !important;
		box-sizing: border-box;
		line-height: 36px;
		display: block;
		height: 36px;
	}
	.wufeedback dt{
		text-align: left;
	}
}