body {
    font-family: Microsoft YaHei, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

#weixin-code-box {
    height: 100%;
    display: none;
}

.container {
    display: flex;
    width: 100%;
    height: 100vh;
}

.image-section {
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-image: url('https://siwei-ding.oss-cn-zhangjiakou.aliyuncs.com/ding51a32c8af73b443af2c783f7214b6d69%2Ffile_GUrJmM9RdI8jUt8chSfhN%2F7D2D43DE-96FC-41aa-9170-094876B60ACB.png');
}

.login-section {
    width: 60%;
    height: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-panel {
    right: calc(30% - 195px);
    top: calc(50% - 300px);
    width: 390px;
    height: 562px;
    position: absolute;
}

.welcome {
    text-align: center;
}

.welcome h5 {
    font-size: 21px;
    font-weight: 500;
    line-height: 62px;
    color: #222;
    text-align: center;
    margin: 0;
}

.login-account {
    padding: 0 36px;
    margin-top: -7px;
    margin-bottom: 30px;
    display: none;
}

.login-account .login-extend {
    display: flex;
    justify-content: space-between;
    margin-bottom: -20px;
}

.login-account .login-extend-services {
    display: flex;
    justify-content: center;
    margin-bottom: -20px;
}

.login-account .login-extend-services .service-laws {
    font-size: 14px;
    font-weight: 400;
    color: #6f7588;
    text-align: center;
}

.login-account .login-extend-services .service-laws a, a:focus, a:hover {
    outline: none;
    text-decoration: none;
    color: #1e6fff;
}


.login-account .remember-password {
    font-size: 14px;
    text-align: right;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.login-account .forget-password {
    font-size: 14px;
    text-align: right;
    cursor: pointer;
    color: #1e6fff;
}

.login-qr-code {
    padding: 0 36px;
    margin-top: -7px;
    margin-bottom: 30px;
    height: 267px;
}


#icon-login-qrcode,
    /*.other-login-icon.weixin-auth,*/
.login-account .login-verification-input {
    display: none;
}


.login-qr-code .weixin-code-box iframe {
    display: block;
    border: none;
    background: transparent;
    width: 100%;
}

.login-qr-code .wxmini-code-box {
    display: none;
    /*display: flex;*/
    height: 100%;
    min-height: 200px;
    text-align: center;
    justify-content: center;
}

.login-qr-code .wxmini-code-box img {
    margin-top: 15px;
    width: 200px;
    height: 100%;
}

.login-qr-code .qiwei-code-box {
    display: none;
    /*display: flex;*/
    height: 100%;
    min-height: 200px;
    text-align: center;
    justify-content: center;
}

.login-qr-code .qiwei-code-box iframe {
    display: block;
    border: none;
    background: transparent;
    width: 65%;
    min-height: 350px;
    margin-top: -25px;
    align-content: center;
}

#weixinCode {
    height: 210px;
    width: 210px;
    cursor: pointer;
}

.login-qr-code .code-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.login-qr-code .fir-title {
    font-size: 18px;
    font-weight: 400;
    color: #363b4c;
}

.login-qr-code .sec-title {
    font-size: 12px;
    font-weight: 400;
    color: #6f7588;
    text-align: center;
}


.login-top {
    width: 100%;
    height: 72px;
    overflow: hidden;
    position: relative;
}

.login-frame {
    margin-top: 16px;
    max-width: 400px;
    padding: 4px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group.prefix, .form-group.suffix {
    position: relative;
    background: #f5f6f7;
}

.form-group .zone {
    position: absolute;
    padding-left: 10px;
    padding-right: 10px;
}


#mobile {
    padding-left: 60px;
}

#verification {
    padding-right: 60px;
}

.form-group button.verification-code {
    position: absolute;
    height: 30px;
    top: 5px;
    right: 10px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.form-group button.verification-code {
    position: absolute;
    height: 30px;
    top: 5px;
    right: 10px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.form-group button.verification-code.disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.login-account .submit-btn.disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.form-group input:focus {
    outline: none;
}

.form-group .circle-check {
    height: 40px;
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 12px;
}

.form-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #f5f6f7;
    height: 40px;
    border-radius: 4px;
    background: #f5f6f7;
    font-size: 14px;
    font-weight: 400;
    color: #6f7588;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-group span {
    padding: 10px;
    height: 40px;
    border-radius: 4px;
    background: #f5f6f7;
    font-size: 14px;
    font-weight: 400;
    color: #6f7588;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-group-button {
    margin-top: 40px;
    height: 40px;
    margin-bottom: 0;
}

.form-group-button button {
    width: 100%;
    padding: 10px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.form-group-button button:hover {
    background-color: #2c9ffc;
}


.other-login-methods img {
    width: 30px;
    height: 30px;
    margin: 0 10px;
    cursor: pointer;
}

.jvs-login-icon {
    width: 72px;
    height: 72px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.login-method {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    justify-content: center;
    font-weight: 400;
    color: #363b4c;
    margin-bottom: 40px;
}

.login-title {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    height: 21px;
    line-height: 21px;
    padding-bottom: 16px;
    cursor: pointer;
    margin-left: 10px;
}

.login-title.selected:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #1e6fff;
    border-radius: 10px 0 10px 0;
}

.other-type-divider {
    padding: 0 36px;
}

.el-divider {
    background-color: #dcdfe6;
    position: relative;
}

.el-divider--horizontal {
    display: block;
    height: 1px;
    width: 100%;
    margin: 24px 0;
}

.el-divider__text {
    height: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #6f7588;
    position: absolute;
    background-color: #fff;
    padding: 0 20px;
}

.el-divider__text.is-center {
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.other-type-item {
    padding: 0 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 34px;
    margin-bottom: 30px;
}

.other-type-item svg {
    display: block;
    width: 36px;
    height: 36px;
    cursor: pointer;
    margin-left: 15px;
}

@media (max-width: 768px) {
    .container {

    }

    .image-section, .jvs-login-icon, .login-qr-code {
        display: none;
    }

    .login-account {
        display: block;
    }

    .login-section {
        width: 100%;
        height: auto;

    }

    .login-panel {
        position: static;
        padding: 20px;
    }

}