



.content_warp_box {
    height: 100%;
    padding-top: 6vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.login_warp {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 15%;
}

.publicize_text_box {
    color: #fff;
    margin-right: 20%;
}

    .publicize_text_box > div:first-child {
        font-size: 40px;
        color: #fff;
        display: flex;
        align-items: center;
        font-weight: bold;
    }

.point {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    margin: 0 8px;
}

.line {
    position: relative;
}

    .line::after {
        content: ' ';
        display: block;
        width: 40px;
        height: 3px;
        border-radius: 2px;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: -6px;
    }

.publicize_text_box > div:last-child {
    font-size: 14px;
    color: #fff;
}

.logo {
    height: 120px;
    width: auto;
    margin-bottom: 10px;
}

.form {
    box-sizing: border-box;
    width: 480px;
    /* height: 441px; */
    padding: 40px 40px 40px 40px;
    background-color: #FFF;
    /* transform: translate(-70%, -80%);
    position: absolute;
    top: 70%;
    left: 80%; */
    border-radius: 10px;
}

.countdown {
    display: none;
    /* 初始隐藏倒计时 */
    position: absolute;
    /* 绝对定位 */
    left: 59%;
    /* 靠右 */
    top: 10%;
    /* 设置倒计时位置 */
    /* font-weight: bold; */
    /* 字体加粗 */
    color: #333333;
    /* 字体颜色 */
}

html,
body {
    width: 100%;
    height: 100%;
}

#myForm-sms {
    display: none;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
}

#code {
    position: relative;
}

#myForm-pwd {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
}


.error-message {
    color: red;
    display: none;
    font-size: 12px;
}

.error-border {
    border: 1px solid red;
}

/* #f5f7fa */
.form-control {
    background-color: #F0F3FB !important;
    border-color: transparent !important;
    font-size: 14px !important;
}

    .form-control:focus {
        box-shadow: none !important;
        border: 1px solid #009FFF !important;
    }

input[type=text]::placeholder {
    color: #999999;
    font-size: 14px;
}

input[type=password]::placeholder {
    color: #999999;
    font-size: 14px;
}

#qr-code {
    position: absolute;
    right: calc(var(--bs-gutter-x)* .5);
    top: 34px;
    width: 100px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    /* background-color: darkgray; */
}

#msg-qr-code {
    position: absolute;
    left: 82%;
    top: 30px;
    width: 60px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: darkgray; */
}

.input-group .qr-code img {
    max-width: 100%;
    max-height: 100%;
}

.input-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 12px;
}

.login-mode {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    display: flex;
    gap: 20px;
}


.login-mode-active {
    color: #009FFF;
}

.reg {
    color: #009FFF;
    cursor: pointer;
}

.login-btn {
    margin-top: 20px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #009FFF;
    font-size: 18px;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .login-btn:hover {
        background-color: #009FFF;
    }

.form-label {
    margin-bottom: 4px !important;
    margin-top: 8px;
}

.font-14 {
    font-size: 14px;
}

.sendBtn {
    color: #fff !important;
    background-color: #009FFF !important;
    font-size: 14px !important;
}

.footer_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
    position: fixed;
    left: 0;
    bottom: 12px;
}

.from_top {
    margin-top: 24px !important;
}

.er_code_list {
    position: absolute;
    bottom: 20px;
    right: 90px;
    display: flex;
}

.er_code_row {
    width: 80px;
    text-align: center;
    font-size: 12px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
}

    .er_code_row > img {
        width: 80px;
        height: 80px;
        margin-bottom: 5px;
    }

    .er_code_row:not(:first-child) {
        margin-left: 40px;
    }

@media screen and (max-width: 1500px) {
    .form {
        box-sizing: border-box;
        width: 420px;
        /* height: 441px; */
        padding: 30px 40px 20px 40px;
        background-color: #FFF;
        /* transform: translate(-70%, -80%);
        position: absolute;
        top: 70%;
        left: 80%; */
        border-radius: 10px;
    }

    .er_code_list {
        position: absolute;
        bottom: 60px;
        right: 90px;
        display: flex;
    }
    /* #qr-code {
        position: absolute;
        right: calc(var(--bs-gutter-x)* .5);
        top: 34px;
        width: 100px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: red;
  
    } */
    .login_warp {
        padding-top: 0;
    }

    .logo {
        height: 90px;
    }

    .from_top {
        margin-top: 16px !important;
    }
    /* .content_warp_box{
        width: 420px;
        display: flex;
        flex-direction: column;
        align-items: center;
    } */
}

@media screen and (max-width: 1200px) {
    .publicize_text_box {
        display: none;
    }

    .login_warp {
        padding-top: 0px;
        padding-right: 0px;
        justify-content: center;
    }

    .title {
        display: flex;
        align-items: center;
        /* justify-content: center; */
        padding-top: 10px 0 0 80px;
    }

        .title img {
            width: 40px;
            height: auto;
            margin-right: 10px;
        }

        .title p {
            font-size: 24px;
            color: #fff;
            font-weight: bold;
        }
}

@media screen and (max-width: 900px) {
    .er_code_list {
        position: absolute;
        bottom: 60px;
        left: 50%;
        display: flex;
        margin-left: -220px;
    }

    .title {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 10px;
    }

        .title img {
            width: 30px;
            height: auto;
            margin-right: 10px;
        }

        .title p {
            font-size: 18px;
            color: #fff;
            font-weight: bold;
        }

    .login_warp {
        padding-top: 0px;
        padding-right: 0px;
        justify-content: center;
    }
}
