.login-body .code {
    position: absolute;
    top: 4px;
    right: 5px;
    width: 28px;
    height: 28px;
    background: url(../../../image/images/qr/code.png) 0 0 no-repeat;
    cursor: pointer;
}

.login-body .brain {
    position: absolute;
    top: 4px;
    right: 5px;
    width: 26px;
    height: 21px;
    background: url(../../../image/images/qr/brain.jpg) 0 0 no-repeat;
    cursor: pointer;
}

.login-body .keepOut {
    position: absolute;
    top: 18px;
    right: 5px;
    width: 40px;
    height: 20px;
    background-color: #fff;
    transform: rotate(45deg);
}

.login-body .inner {
    position: relative;
    margin-top: 2px;
    height: 345px;
    border-radius: 4px;
    overflow: hidden;
}

.login-body .sweep {
    position: absolute;
    top: 7px;
    right: 28px;
    width: 87px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    color: #2996f2;
    text-align: left;
    text-indent: 17px;
    background: url(../../../image/images/qr/box.png) 0 0 no-repeat;
    transition: all .5s linear;
}

.login-body .sweepcode {
    padding-top: 50px;
}

.login-body .sweepcode p {
    padding-top: 15px;
    font-size: 14px;
    line-height: 1;
    color: #333;
    text-align: center;
}

.login-body .sweepcode em {
    color: #2996f2;
}

.login-body .renovate {
    position: relative;
    margin: 0 auto;
    width: 193px;
    height: 193px;
}

.login-body .renovate img {
    display: block;
    height: 100%;
    width: 100%;
}

.login-body .renovate .reinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    text-align: center;
    color: #333;
    background-color: rgba(255, 255, 255, 0.9);
}

.login-body .renovate .reinner div {
    padding-top: 72px;
    line-height: 14px;
}

.login-body .renovate .reinner span {
    display: block;
    margin: 18px auto;
    width: 100px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background-color: #2996f2;
    border-radius: 4px;
    cursor: pointer;
}

.login-body .success {
    padding-top: 200px;
    background: url(../../../image/images/qr/phone2.png) center 50px no-repeat;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    text-align: center;
}

.login-body .success .green {
    color: #2eb175;
}

.login-body .success .blue {
    color: #2996f2;
}

.login-tab .code {
    position: absolute;
    top: 8px;
    right: 325px;
    width: 88px;
    height: 88px;
    background: url(../../../image/images/qr/code.png) 0 0 no-repeat;
    cursor: pointer;
}

.login-tab .brain {
    position: absolute;
    top: 4px;
    right: 5px;
    width: 26px;
    height: 21px;
    background: url(../../../image/images/qr/brain.jpg) 0 0 no-repeat;
    cursor: pointer;
}

.login-tab .keepOut1 {
    display: none;
    position: absolute;
    top: 12px;
    right: 325px;
    width: 40px;
    height: 20px;
    background-color: #f2f2f2;
    transform: rotate(45deg);
}

.login-tab .keepOut2 {
    position: absolute;
    top: 18px;
    right: 5px;
    display: none;
    width: 40px;
    height: 20px;
    background-color: #fff;
    transform: rotate(45deg);
}

/* 修改 */
#qrblock {
    height: 400px;
}

.login-tab .inner {
    position: relative;
    margin-top: 2px;
    height: 365px;
    border-radius: 4px;
    overflow: hidden;
}

.login-tab .sweep {
    position: absolute;
    top: 7px;
    right: 28px;
    width: 87px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    color: #2996f2;
    text-align: left;
    text-indent: 17px;
    background: url(../../../image/images/qr/box.png) 0 0 no-repeat;
    transition: all .5s linear;
}

.login-tab .qr-item {
    margin-top: 38px;
}

.login-tab .sweepcode p.open {
    padding-bottom: 0;
    font-size: 18px;
    color: #333;
}

/* .login-tab .sweepcode em {
	color: #2996f2;
} */

.login-tab .renovate {
    position: relative;
    margin: 0 auto;
    width: 160px;
    height: 160px;
}

.login-tab .mcertqrcode {
    height: 100%;
}

.login-tab .renovate img {
    display: block;
    height: 100%;
    width: 100%;
}

.login-tab .renovate .reinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    text-align: center;
    color: #333;
    background-color: rgba(255, 255, 255, 0.9);
}

.login-tab .renovate .reinner div {
    margin-top: 50px;
    line-height: 14px;
}

.login-tab .renovate .reinner span {
    display: block;
    margin: 25px auto 0;
    width: 100px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background-color: #2996f2;
    border-radius: 4px;
    cursor: pointer;
}

.login-tab .success {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding-top: 80px;
    width: 100%;
    height: 100%;
    line-height: 24px;
    background: url("../../../image/images/qr/phone2.png") no-repeat center 10px, rgba(255, 255, 255, 0.9);
    background-size: auto 40%;
}

.login-tab .success .green {
    color: #2eb175;
}

.login-tab .success .blue {
    color: #2996f2;
}

/* 扫码提示文字 */
/* .login-tip {
    position: absolute;
    top: -48px;
    left: 533px;
    width: 160px;
    height: 38px;
    line-height: 32px;
    font-size: 14px;
    color: #0061cf;
    background-image: url(../../../image/images/qr/login_tip_bg.png);
    vertical-align: top;
    text-align: center;
} */

.login-tip {
    position: absolute;
    top: -48px;
    left: 640px;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    font-size: 14px;
    color: #0061cf;
    background-image: url(../../../image/images/qr/login_tip_bg1.png);
    background-size: 100% 100%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    text-align: center;
}

.login-tip:after {
    position: absolute;
    left: 50%;
    bottom: -5px;
    content: '';
    width: 12px;
    height: 7px;
    margin-left: -6px;
    background: url('../../../image/images/qr/login_tip_bg2.png') no-repeat;
    background-size: 100% 100%;
}

/* 20250709 by fixed wzhchao */
.login-tab .inner {
    height: auto;
}

.login-tip {
    left: 802px;
}

#qrblock {
    height: auto;
}