.message {
    min-height: calc(100vh - 146px);
    margin:80px auto 30px;
    width:1220px;
}

.message .form {
    width:600px;
    margin:0 auto;
}
.message .layui-form {
    background:#fff;
    padding:20px;
}
.message .layui-form .captcha_img img {
    height:100%;
}

@media screen and (max-width: 640px) {
    .message {
        width:100%;
    }
    .message .form{
        width:100%;
    }
    
}