.msg-back {
    width: 940px;
    height: auto;
    margin: 10px auto;
    display: flex;
    flex-direction: column;
}

.msg-back-line {
    width: 940px;
    height: auto;
    display: flex;
    flex-direction: row;
    border: 1px solid #c3c3c3;
    margin-top: 10px;
}

.msg-back-title {
    width: 110px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #c3c3c3;
}

.msg-back-photo {
    width: 60px;
    height: 60px;
}

.msg-back-phone {
    width: 110px;
    height: auto;
    margin-top: 4px;
    font-size: 12px;
    text-align: center;
}

.msg-back-content {
    width: 820px;
    height: auto;
    margin-left: 10px;
    line-height: 26px;
}

.msg-back-back {
    width: 940px;
    height: 60px;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


/**滑块校验对话框**/

#checkArea {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 300px;
}

.wrap-img {
    width: 350px;
    height: 200px;
    display: flex;
    background-image: url(../images/check.jpg);
    background-size: cover;
}

.verify-wrap {
    margin: 0px;
}