.register-banner-bg {
    width: 100%;
    height: 194px;
    background: linear-gradient(134deg, #2CC5FF 0%, #1492FF 100%);
}
.wrap-container{
    width: 1200px;
    height: 610px;
    margin: -124px auto 60px;
    background: #FFFFFF;
    box-shadow: 0 4px 16px 0 rgba(37,45,51,0.05);
    border-radius: 4px;
}
.register-title {
    height: 70px;
    margin: 20px 0;
    padding-left: 48px;
    line-height: 70px;
    background: #EFF3FB;
    text-align: left;
    font-size: 22px;
    color: #252D33;
    letter-spacing: 0;
}
.register-content {padding: 60px 163px 0 127px;}
.slothui-form {width: 600px;}
.layui-form-item .layui-form-label {text-align: left; }
.layui-form-item .phone-code-label-w {width: 320px;margin-right: 28px;}
.layui-form-item  .phone-code-btn-w {width: 102px;margin-right: 0;}
.readme{position: relative;top: 6px;font-size: 14px;color: #51575C;}
.readme a {color: #0091DB;cursor: pointer;}
.register-submit-btn {position: relative;top: 30px;padding: 6px 42px;}
.right-qrcode-content { width: 167px; }
.right-qrcode-content p { line-height: 20px;margin-bottom: 10px;color: #252D33; text-align: center;}
.right-qrcode-content img {width: 167px;height:155px;background: #ccc;}


.get-msg { display: block; width: 100%; font-size: 14px;
    color: #51575C; text-align: center; height: 34px;
    line-height: 34px; background: #F3F5F8;
    border: 1px solid #DCE2E9; border-radius: 2px;
    box-sizing: border-box; -webkit-box-sizing: border-box;
    cursor: pointer;
}
.get-msg:hover { color: #51575C; }