.wufeedback {
    overflow: hidden; 
    font-family: "微软雅黑";
}
.wufeedback dl,
.wufeedback dd{
    margin: 0;
     padding: 0;
}

.wufeedback dl{ 
    padding-top: 10px;
}
.wufeedback dt{
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    padding-bottom: 3px;
}
.wufeedback .input,
.wufeedback .textarea{
    border-radius: 5px;
    font-size: 18px;
   height: 35px;
    background: #fff;
    border: #c0c6cc 1px solid;
    padding: 4px;
    line-height: 24px;
    width: 550px;
}

.wufeedback .submit{ 
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 559px;
    margin-top: 10px;
    height: 45px;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    background-color: #f25c21;
}