


/*   信息反馈   */
.feedback{

}
.feedback h3{
    margin: 0;
    border-bottom: #ccc solid 1px;
    line-height: 35px;
}

.content_box{
    padding: 10px;
}
.content_box .hint p:last-child{
    text-indent: 30px;
}

.content_box .form_wrap{
    margin-top: 50px;
}
.content_box #imgcode{
    height: 40px;
}
.hint_mess{
    font-weight: bold;
    margin-bottom: 20px;
}


@media (max-width: 1200px) {
    .show_body{
        padding:  0 10px;
    }
}   

@media (max-width: 420px){

}
@media (min-width: 1200px) {

}





