.feedback{
    text-align: center;
}
.feedback .f-top ,.feedback .f-bottom ,.feedback .ts{
    width: 602px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.feedback .f-left,.feedback .f-right{
    position: relative;
}
.feedback .f-left .placeholder{
    position: absolute;
    top: 6px;
    left: 60px;
}
.feedback .f-right .placeholder{
    position: absolute;
    top: 6px;
    left: 85px;
}
.feedback .f-left label,.feedback .f-right label,.feedback .f-bottom label{
    display: inline-block;
    height: 34px;
    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;
    height: 24px\9;
    padding-top: 8px\9;
    outline: none;
    border: 1px solid #D4D4D4;
    color: #000;
    padding-left: 15px;
    float: left;
     font:14px "Microsoft YaHei";
}
.feedback .f-bottom textarea{
    width: 533px;
    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;
    outline: none;
    cursor: pointer;
     font-family:'Microsoft YaHei'
}
.feedback .ts .btn input:hover{
    background: #52BAA2;
    color: #fff;
    border: 1px solid #52BAA2;
    font-family:"Microsoft YaHei";
}
.feedback .ts .btn .tj{
    background: #00B38A;
    border-radius: 4px;
    color: #fff;
    border: none;
}


