.loginbg {
    background-image: url(../img/login/1.png);
    background-size: cover;
    /*padding-top: 1.36rem;*/
    height: 100vh;
    position: relative;
    /* padding-bottom: 3.43rem; */
    /* padding-left: 3.6rem; */
}

.login-box {
    width: 12rem;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.return a{
    display: flex;
    align-items: center;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.22rem;
    color: #3D3D3D;
    line-height: 0.66rem;
}

.return a span {
    margin-right: 0.13rem;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.22rem;
    color: #3D3D3D;
    line-height: 0.66rem;
}

.login-logo {
    margin: 0.21rem auto 0;
        width: 8.09rem;
    /*width: 9.09rem;*/
    /*height: 1.28rem;*/
}

.login-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.login-title {
    margin-top: 0.72rem;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 900;
    font-size: 0.32rem;
    color: #041D8E;
    text-align: center;
}

.login-box>input {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.2rem;
    color: #3D3D3D;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0.6rem;
    margin: 0.42rem auto;
    width: 10.88rem;
    height: 0.78rem;
    background: #EDEDED;
    border: 0.02rem solid rgba(136, 179, 209, 0.302);
}

.login-rember {
    margin: 0 auto;
    width: 10.88rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.loginr-left {
    display: flex;
    align-items: center;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.22rem;
    color: #3D3D3D;
}

.loginr-left input {
    width: 0.44rem;
    height: 0.44rem;
    border: 0.02rem solid rgba(136, 179, 209, 0.302);
    margin-right: 0.19rem;
    background: #FFFFFF;
}

.loginr-right a{
    cursor: pointer;
    line-height: 0.44rem;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.22rem;
    color: rgba(8, 26, 95, 0.6196);
    text-align: center;
    width: 1.42rem;
    height: 0.44rem;
    background: #CFDCEB;
    border: 0.02rem solid rgba(136, 179, 209, 0.302);
}

.login-text {
    width: 10.88rem;
    margin: 0.2rem auto 0;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.2rem;
    color: #3D3D3D;
}

.information {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.18rem;
    color: #F3F8FE;
    margin: 0.21rem auto 1.13rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.74rem;
    height: 0.48rem;
    background: #041D8E;
    border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
}

.information img {
    width: 0.18rem;
    height: 0.18rem;
    object-fit: cover;
    margin-right: 0.06rem;
}

.submit {
    cursor: pointer;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.24rem;
    color: rgba(8, 26, 95, 0.6196);
    line-height: 0.44rem;
    text-align: center;
    margin: 1.02rem auto 0;
    width: 10.17rem;
    height: 0.44rem;
    background: #CFDCEB;
    border: 0.02rem solid rgba(136, 179, 209, 0.302);
}