.m-right{
    border: 1px solid #DEDEDE;
    background: #fff;
}
.feedback{
    padding: 30px 0px 40px 30px;
}
.feedback .f-top ,.feedback .f-bottom ,.feedback .ts{
    width: 602px;
    margin-bottom: 30px;
}

.feedback .f-left label,.feedback .f-right label,.feedback .f-bottom label{
    display: inline-block;
    height: 34px;
    color: #151515;
    line-height: 34px;
    float: left;
    margin-right: 17px;
}
.feedback .f-left label em,.feedback .f-right label em,.feedback .f-bottom label em{
    color: red;
    font-style: normal;
    margin-right: 2px;
}
.feedback .f-left input,.feedback .f-right input{
    width: 185px;
    height: 32px;
    outline: none;
    border: 1px solid #D4D4D4;
    color: #151515;
    padding-left: 15px;
    float: left;
    font:14px "Microsoft YaHei";
}
.feedback .f-bottom textarea{
    width: 532px;
    height: 152px;
    outline: none;
    border: 1px solid #D4D4D4;
    color: #000;
    padding-left: 15px;
    padding-top: 10px;
    font:14px "Microsoft YaHei";
}

.feedback .ts{
    width: 553px;
    padding-left: 49px;
    text-align: left;
}
.feedback .ts p{
    font-size: 12px;
    color: #999999;
    line-height: 18px;
    padding-left: 5px;
    margin-bottom: 40px;
}
.feedback .ts .btn input{
    width: 108px;
    height: 36px;
    border: 1px solid #D4D4D4;
    background-color: #fff;
    border-radius: 4px;
    font-size: 14px;
    color: #666;
    margin-right: 30px;
    outline: none;
    cursor: pointer;
}
.feedback .ts .btn input:hover{
    background:  #FD7466;
    color: #fff;
    border: 1px solid  #FD7466;
}
.feedback .ts .btn .tj{
    background: #EA6254;
    color: #fff;
    border: 1px solid #EA6254;
}
