.pp_index_evaluate{
    float: left;
    overflow: hidden;
    width: 100%;
}
.pp_evaluate_li{
    overflow: hidden;
    line-height: 30px;
    font-size: 12px;
    color: #666;
}
.pt_evaluate_li button {
    width: 60px;
    float: left;
    color: #6092e8;
    background-color: #fff;
    font-family: '微软雅黑', sans-serif;
    height: 30px;
    text-align: center;
    margin-right: 20px;
    border-radius: 3px;
    border: 1px solid #6092e8;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
    cursor: pointer;
    margin-bottom: 7px;
}
.pp_evaluate_title{
    display: inline-block;
    width: 100%;
    height: 35px;
}
.pt_flow_evaluate:hover {
    background-color: #ddd;
}
.evaluated_block{
    display: none;
}
.evaluate_block{
    display: none;
}
.questionnaire_bg{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .4);
    z-index: 1003;
    display: none;
    overflow-y: auto;
    box-sizing: border-box;

}
.questionnaire_ul{
    width: 670px;
    margin: 0 auto;
}
.questionnaire_form {
    width: 100%;
    /* border: 1px solid #6092e8; */
    border: 1px solid #6784e8;
    margin-top: 15px;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 15px;
    color: #333;
    overflow: hidden;
}
.questionnaire_content
{
    width: 800px;
    box-sizing: border-box;
    padding: 30px;
    background-color: #fff;
    margin: 90px auto;
    border-radius: 10px;
    position: relative;
}
.questionnaire_block{
    width: 100%;
    height: 550px;
    font-size: 16px;
}
.questionnaire_label{
    display: block;
    height: 30px;
    line-height: 30px;
}
.questionnaire_option{
    margin-left: 13px;
}
.questionnaire_text{
    margin-left: 13px;
    margin-top: 11px;
    padding: 6px 3px;
    width: 565px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #919191;
    height: 153px;
    font-size: 16px;
    /* font-weight: bold; */
    color: #333;
    line-height: 1.3;
}
.questionnaire_submit{
    padding: 6px 15px;
    font-size: 15px;
    background-color: #6092e8;
    border: 1px solid #6092e8;
    border-radius: 3px;
    color: #fff;
    margin: 10px;
    cursor: pointer;
}
.questionnaire_close{
    font-size: 22px;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #6092e8;
    cursor: pointer;
}
.pt_case_feedback{
    padding: 0px 12px;
    float: left;
    color: #fff;
    background-color: rgba(96,146,232,.7);
    font-family: '微软雅黑', sans-serif;

    height: 30px;
    text-align: center;
    margin-right: 20px;
    border-radius: 3px;
    border: 1px solid #6092e8;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
    cursor: pointer;
    margin-top: 7px;
}