.login-floor {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10000;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
}

.login-floor2 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-middle {
    width: 450px;
    height: 486px;
    background: #F6F6F6;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.login-flex {
    display: flex;
    height: 62px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.login-h22f22fw500 {
    height: 22px;
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    color: #000000;
    margin-left: 30px;
}

.login-close {
    width: 24px;
    height: 24px;
    background: url(../img/Slice38.png) no-repeat;
    margin-right: 26px;
    cursor: pointer;
}

.login-code1 {
    width: 390px;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.login-code2 {
    display: flex;
    width: 260px;
    height: 48px;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
}

.login-code3 {
    width: 120px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
}

.login-code2color {
    display: flex;
    width: 260px;
    height: 48px;
    border: 1px solid #DB4E3E;
    border-radius: 4px;
}

.login-codeimgdiv {
    height: 48px;
    display: flex;
    align-items: center;
}

.login-wechat {
    height: 24px;
    background: url(../img/Slice34.png) no-repeat left center;
    color: #999999;
    cursor: pointer;
}

.login-wechat-focus {
    height: 24px;
    background: url(../img/Slice35.png) no-repeat left center;
    color: #28C445;
    cursor: pointer;
}

.login-phone {
    height: 24px;
    background: url(../img/Slice36.png) no-repeat left center;
    color: #999999;
    cursor: pointer;
}

.login-phone-focus {
    height: 24px;
    background: url(../img/Slice37.png) no-repeat left center;
    color: #2E54E3;
    cursor: pointer;
}

.login-input {
    width: 100%;
    height: 100%;
    border: none;
}

.login-floor input:focus {
    outline: none;
}

.login-middle2 {
    width: 100%;
    height: 360px;
    background: #FFFFFF;
}

.login-middle2-1 {
    margin: 30px;
    display: flex;
    flex-direction: column;
}

.login-middle2-wechat {
    margin: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-wechat-qrcode {
    width: 184px;
    height: 184px;
    background: #C4C4C4;
    border-radius: 8px;
    margin-top: 20px;
}

.login-h20f20fw500 {
    height: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    color: #000000;
}

.login-middle2-1-2 {
    width: 100%;
    height: 48px;
    border: 1px solid #E6E6E6;
    border-radius: 4px 4px 4px 4px;
    margin-top: 20px;
}

.login-middle2bcDB4E3E {
    width: 100%;
    height: 48px;
    border: 1px solid #DB4E3E;
    border-radius: 4px 4px 4px 4px;
    margin-top: 20px;
}

.login-h16f16fw400 {
    height: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}

.login-h14f14fw400 {
    height: 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.login-fc000 {
    color: #000000;
}

.login-fc666 {
    color: #666666;
}

.login-fc999 {
    color: #999999;
}

.login-fcfff {
    color: #FFFFFF;
}

.login-fc2E54E3 {
    color: #2E54E3;
}

.login-h16f16fw500 {
    height: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
}

.logindiv {
    cursor: pointer;
    width: 390px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: linear-gradient(180deg, #EB6C5E 0%, #CA4637 100%);
}

.nologindiv {
    cursor: pointer;
    width: 390px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: linear-gradient(180deg, #EB6C5E 0%, #CA4637 100%);
    opacity: 0.5;
}

.login-tel-div {
    width: 370px;
    height: 100%;
    margin-left: 16px;
}

.login-warn {
    width: 390px;
    height: 30px;
}

.login-warn2 {
    display: block;
    margin-left: 16px;
    margin-top: 6px;
    height: 14px;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #DB4E3E;
    line-height: 14px;
}

.login-footer {
    display: flex;
    height: 64px;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.login-footer-tip {
    display: block;
    margin-top: 5px;
    margin-left: 32px;
}