.respond_box img{
    width: 40px;
    height: 40px;
    border-radius: 1000px;
}
.respond_box .name{
    font-size: 16px;
    color: #444;
    padding-left: 6px;
    padding-right: 6px;
}
.respond_box .huida_an{
    color: white;
    background-color: #06cc71;
    font-size: 12px;
    padding: 0 12px;
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    border: none;
}
#in_p{
    display: none;   
    padding: 10px 10px 30px 10px;
}
#in_p .refer{
    color: white;
    background-color: #06cc71;
    font-size: 12px;
    padding: 0 12px;
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    border: none;
    margin-top: 10px;
}
.left_c .layui-layer{
    width: 600px;
}