
body {
    margin: 0;
}

.container {
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

/* 左侧banner图片 */
.banner-wrapper {
    position: relative;
    box-sizing: border-box;
    width: 50%;
    min-width: 500px;
    height: 100%;
    opacity: .85;
    background-size: cover;
}

    .banner-wrapper img {
        width: 100%;
        height: 100%;
    }

/* 右侧注册窗口 */
.login-form {
    width: 50%;
}

/* 顶部返回按钮以及logo */
.return-home-wrapper {
    width: 834px;
    height: 110px;
    margin: 0 auto;
}

.return-inner-block {
    width: 735px;
    height: 110px;
    margin: 0 59px 0 40px;
}

.return-home a {
    margin-right: 30px;
    margin-left: 10px;
    color: #666666;
    font-family: Source Han Sans CN;
    font-size: 18px;
    font-weight: 400;
}

.return-home img {
    width: 25px;
    height: 19px;
}

.logo img {
    width: 75px;
    height: 63px;
}

/* 注册表单部分 */
.form-block {
    width: 560px;
    margin: 10px auto;
}

.form-item {
    margin-top: 20px;
}

.input-text {
    position: relative;
    display: inline-flex;
    box-sizing: border-box;
    width: 492px;
    height: 72px;
    vertical-align: middle;
    border: 1px solid #E0E8D2;
    border-radius: 4px;
    background: #FFFFFF;
}

    .input-text.captcha {
        width: 292px;
    }

    .input-text.msg {
        width: 292px;
    }

.captcha-img {
    width: 192px;
    height: 72px;
    margin-left: 10px;
    border: 1px solid #E0E8D2;
    border-radius: 4px;
}

.input-wrapper {
    display: inline-flex;
    align-items: center;
    flex-grow: 1;
    justify-content: center;
    padding: 1px 0 1px 11px;
    transition: box-shadow .3s cubic-bezier(.645, .045, .355, 1);
    transform: translateZ(0);
    border-radius: 4px;
    background-color: #FFFFFF;
    background-image: none;
    box-shadow: 0 0 0 1px #2E9B46;
}

.input-suffix-wrapper {
    width: 73px;
    height: 70px;
    border-radius: 0 4px 4px 0;
    background: #FCFFF8;
}

.input-suffix {
    display: inline-flex;
    flex-shrink: 0;
    flex-wrap: nowrap;
    transition: all .3s;
    text-align: center;
    white-space: nowrap;
    pointer-events: none;
    background-color: #FCFFF8;
}

.input-wrapper img {
    width: 23px;
    height: 25px;
}

.input-inner {
    flex-grow: 1;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding-left: 30px;
    color: #CCCCCC;
    border: none;
    border-right: 1px solid #E5E5E5;
    outline: none;
    background: none;
    font-size: 18px;
    line-height: var(--el-input-inner-height);
    -webkit-appearance: none;
}

.label {
    width: 100px;
    margin-right: 14px;
    text-align: right;
}

.btn-message {
    width: 192px;
    height: 72px;
    margin-left: 10px;
    border: 1px solid #E0E8D2;
    border-radius: 4px;
    background: #FAFAFA;
}

    .btn-message span {
        display: inline-block;
    }

/* 用户注册协议 */
.site-protocol {
    width: 608px;
    height: 30px;
    margin-top: 40px;
}

.register-btn-wrapper {
    margin-top: 40px;
}

.submit-btn {
    width: 608px;
    height: 70px;
    border: none;
    border-radius: 4px;
    background: linear-gradient(90deg, #8FCC32 0%, #7DBD1B 100%);
    box-shadow: 0px 7px 27px 0px rgba(126,190,28,.4);
}

    .submit-btn span {
        width: 85px;
        height: 19px;
        color: #FFFFFF;
        font-family: Source Han Sans CN;
        font-size: 20px;
        font-weight: 500;
        line-height: 36px;
    }

.register-account {
    width: 608px;
    height: 18px;
    margin-top: 25px;
    font-family: Source Han Sans CN;
    font-size: 18px;
    font-weight: 400;
}

    .register-account span {
        color: #999999;
    }

.forget {
    color: #F1625B;
}

.register-account a {
    color: #77B716;
}

.remember-checkbox {
    width: 32px;
    height: 26px;
}

.copy-right {
    width: 550px;
    margin: 20px auto;
}

    .copy-right span {
        color: #999999;
        font-family: Source Han Sans CN;
        font-size: 14px;
        font-weight: 400;
    }

/* 登录结束 */


.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-col-start {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

.flex-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.flex-line {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-block .error {
    width: 450px;
    margin: 10px 0;
    margin-left: 114px;
    padding: 2px 0px 2px 3px;
    color: #E6393D;
    border: 1px solid #FFBDBF;
    background: #FFEBEC;
}

.form-block .focus {
    width: 450px;
    margin: 10px 0;
    margin-left: 114px;
    padding: 2px 0px 2px 3px;
    color: #666666;
    border: 1px solid #DDDDDD;
    background: #F7F7F7;
}
