.main {
    width: 100%;
    height: 100vh;
    /* font-size: 0.16rem; */
    background-color: aqua;
    background: url(../img/manage-bj.png) center center no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    min-width: 1360px;
}
.content {
    width: 70%;
    height: 90vh;
    padding-top: 1.14rem;
    box-sizing: border-box;
    margin: auto;
}

.content-all {
    width: 100%;
    display: flex;
}

.content-bj {
    width: 50%;
    height: 6.37rem;
    margin-right: 8%;
}

    .content-bj img {
        width: 100%;
    }

.login-wrapper {
    width: 42%;
    height: 6.38rem;
    margin-top: 0.18rem;
    position: relative;
}

.login-bac-box {
    width: 100%;
    height: 5.24rem;
    background-color: rgba(255,255,255,0.1);
    border-radius: 0.15rem;
    margin-top: 0.5rem;
}

.login-box {
    width: 92%;
    height: 5.96rem;
    background-color: white;
    position: absolute;
    border-radius: 0.15rem;
    top: 0.17rem;
    left: 4%;
    padding: 0.36rem;
    box-sizing: border-box;
    padding-top: 0;
}

#__Verification {
    background-color: #018BCC;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: 200px;
    height: 134px;
    display: none;
}
.button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-wrapper {
    width: 100%;
    height: 2.58rem;
    margin-top: 0.73rem;
}

.title {
    font-size: 0.25rem;
    border-bottom: 0.04rem solid #01A0EB;
    font-weight: bold;
    width: 100%;
    letter-spacing: 1px;
    border-bottom: 1px solid #E5E5E5;
    position: relative;
    overflow: hidden;
    padding-bottom: 0.2rem;
}

.outline {
    width: 2.4rem;
    background: #01a0eb;
    height: 0.04rem;
    position: absolute;
    left: 0;
    bottom: 0;
}

.user-input {
    /* background-color: #01A0EB; */
    font-size: 0.16rem;
    width: 100%;
    height: 0.56rem;
    border: 0.01rem solid #E5E5E5;
    margin-top: 0.4rem;
    display: flex;
    align-items: center;
    border-radius: 6px;
}

    .user-input span {
        width: 13%;
        height: 100%;
        color: #515151;
        font-size: 0.28rem;
        border: 0.01rem #E5E5E5;
        border-right: none;
    }

    .user-input input {
        width: 80%;
        height: 100%;
        outline: none;
        border: none;
        display: flex;
        padding-left: 0.16rem;
        font-size: 0.2rem;
    }

    .user-input div {
        height: 50%;
        width: 2px;
        background: #f0f0ff;
    }

    .user-input input::placeholder {
        font-size: 0.2rem;
        color: #b3b3b3;
        letter-spacing: 1px;
    }

.icon-yh {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-mi {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-btn {
    font-size: 0.22rem;
    width: 100%;
    height: 0.52rem;
    margin-top: 0.45rem;
    background-color: #00FFFF;
    border-radius: 0.06rem;
    background: #01A0EB;
    box-shadow: 0px 5px 5px 0px rgba(149, 156, 176, 0.73);
    text-align: center;
    line-height: 0.52rem;
    color: white;
    cursor: pointer;
    letter-spacing: 2px;
}
    .login-btn:hover {
        background-color: #018bcc;
        cursor: pointer;
    }
    .login-btn[disabled] {
        background: #CCC !important;
    }

.checkbox-wrapper {
    font-size: 0.16rem;
    width: 100%;
    height: 0.2rem;
    margin-top: 0.54rem;
    color: #999999;
    display: flex;
    align-items: center;
}

    .checkbox-wrapper input {
        width: 0.16rem;
        height: 0.16rem;
        background-color: #018bcc;
    }

    .checkbox-wrapper span {
        margin-left: 0.1rem;
        margin-bottom: 0.04rem;
    }

    .checkbox-wrapper label {
        margin-left: 0.1rem;
        margin-bottom: 0.04rem;
    }

.footer {
    font-size: 0.16rem;
    height: 10vh;
    font-family: PuHuiTiRegular;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .footer span:nth-child(1) {
        margin-bottom: 0.10rem;
    }
