.wufeedback {overflow: hidden; font-family: "微软雅黑"; display: flex; flex-wrap: wrap; 	justify-content: space-between; }
.wufeedback dl,
.wufeedback dd{margin: 0; padding: 0;}

.wufeedback dd { flex: 1; }
.wufeedback dd input, .wufeedback dd textarea { border:none; background: none; height: 100%; outline: none; width: 100%; font-size: 20px; box-sizing: border-box;}

.wufeedback dd input { padding-left: 16px; padding-right: 16px; }


.wufeedback dl[data-type="textarea"] {
	flex-wrap: wrap;
}
.wufeedback dl[data-type="textarea"] dt {
	width: 100%;
}

.wufeedback dl{ display: flex; overflow: hidden; background: #edf2f9; margin-bottom: 22px; padding: 8px 16px; white-space: nowrap; box-sizing: border-box; position: relative; }
.wufeedback dt{
    height: 36px; font-size: 20px;
    line-height: 36px; color: #495057;}
.wufeedback dt font { color: #495057 !important; }
.wufeedback .input,
.wufeedback .textarea{background: #eee;border: #aaa 1px dashed; padding: 4px;
 line-height: 24px; width: 550px;  }

.wufeedback .submit{ border: none;
    cursor: pointer;
    width: 100%;
    height: 52px; 
    line-height: 52px; color: #fff; font-size: 20px;
    background-color: #14c89a; letter-spacing: 2px; }