/**滑块校验对话框**/

#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;
}