/**滑块校验对话框**/

#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;
}

.bbs-content-ul {
    width: 100%;
}

.bbs-content-ul li {
    width: 98%;
    height: 100px;
    display: flex;
    flex-direction: column;
    margin: 10px auto;
}

.bbs-content-ul .utitle {
    width: 100%;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 6px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.bbs-content-ul .umsg {
    width: 100%;
    height: 70px;
    display: flex;
    flex-direction: row;
    padding-left: 6px;
    border: 1px solid #eee;
}

.bbs-content-ul img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}