#login,
#regist,
#forget{
    background: url('/clientarea/template/pc/dianle/dianle/img/background.webp') no-repeat center;
    background-size: cover;
}

.container-back {
    display: none !important;
}

.container-before {
    display: flex;
    position: initial;
    width: auto;
    box-shadow: none;
    height: 6.8rem;
    border-radius: 0.25rem;
    background: transparent;
}

.dianle-back {
    width: 5.5rem;
    background: url('/clientarea/template/pc/dianle/dianle/img/logo_back.webp') no-repeat center;
    background-size: 100% 100%;
}

.dianle-back .dianle-logo {
    width: 220px;
    height: 50px;
    margin: 0.5rem;
    display: flex;
}

.login {
    background: rgba(247, 251, 255, 0.6);
    box-sizing: border-box;
    border: 2px solid #FFFFFF;
    backdrop-filter: blur(0px);
    border-radius: 0 0.25rem 0.25rem 0;
    padding: 0.5rem 0.8rem;
    width: 5.5rem;
}

.login-top {
    justify-content: center;
}

.login-email, .login-phone {
    color: #8C939F;
    font-size: 0.165rem;
    font-family: "siyuan";
    height: 0.3rem;
}

.active {
    color: #1E1E2D;
    border-bottom: 0 solid #6687FB;
    position: relative;
}

.active::before {
    content: "";
    display: block;
    width: 50%;
    height: 0.04rem;
    position: absolute;
    bottom: 0.05rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #6687FB;
    border-radius: 10rem;
}

.el-input__inner {
    background: rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10rem;
    height: 45px;
    line-height: 45px;
}

.login-text-regist {
    margin-top: 0;
}

.login-text-regist,
.rember-item a{
    color: #708FFF;
    font-family: "siyuan";
}
.el-checkbox__label {
    font-family: "siyuan";
}

.rember-item {
    margin-top: 0.2rem;
    font-family: "siyuan";
    font-size: 0.14rem;
}

.form-item {
    margin-top: 0.2rem;
}

.el-button--primary {
    color: #FFF;
    background-color: #1A56DB;
    border-color: transparent;
    background: linear-gradient(281deg, #80D9FE 0%, #6687FB 88%);
    border-radius: 10rem;
    font-family: "siyuan";
    transition: all 0.2s ease;
}

.read-text {
    font-size: 0.14rem;
}

.el-button--primary:focus, .el-button--primary:hover {
    border-color: transparent;
    background: linear-gradient(281deg, #6687FB 0%, #80D9FE 88%);
    opacity: 0.8;
    transition: all 0.2s ease;
}

.login-text {
    display: none;
}

.login-jump-btn .lang-box span::before {
    content: '/';
    position: absolute;
    left: 50%;
    color: #999;
    transform: scaleY(0.8) translateX(-50%);
}

.active::before {
    content: "";
    bottom: -0.05rem;
}

.login-jump-btn .lang-box span {
    padding-left: 0;
}

.login-jump-btn .lang-box {
    font-size: 14px;
    color: #999;
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.login-form {
    margin-top: 0.68rem;
}

.input-with-select .el-input-group__prepend {
    border-radius: 40px 0 0 40px;
}

.dianle-position {
    justify-content: center;
    display: flex;
    align-items: center;
}

.dianle-position .read-text {
    flex: inherit;
    font-size: 0.13rem;
    font-family: "siyuan";
}

.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #708FFF;
    border-color: #708FFF;
}

.code-item {
    position: relative;
}

.code-item .el-button--primary {
    position: absolute;
    color: #708FFF;
    padding: 0;
    background: transparent;
    top: 50%;
    right: 0.2rem;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    #login,
    #regist,
    #forget{
        background: url('/clientarea/template/pc/dianle/dianle/img/yidong_back.webp') no-repeat center;
        background-size: cover;
        position: absolute;
        height: 100%;
    }

    .container-before {
        flex-direction: column;
        height: auto;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 0 30px;
    }

    .login-container {
        height: auto;
        width: 100%;
        background: transparent;
        padding: 0;
    }

    .dianle-back {
        background: transparent;
        width: auto;
    }

    .login {
        border-radius: 20px;
        padding: 40px 15px 20px 15px;
        width: auto;
        background: rgba(247, 251, 255, 0.6);
        box-sizing: border-box;
        border: 1px solid #FFFFFF;
        backdrop-filter: blur(0px);
    }

    .login-jump-btn {
        width: 100%;
        justify-content: center;
        position: absolute;
        top: 0;
        right: 0;
        display: none;
    }

    .dianle-back .dianle-logo {
        width: 170px;
        margin: 20px auto;
    }

    .login-jump-btn .lang-box {
        color: #bdbdbd;
    }

    .login-jump-btn .lang-box span.active {
        color: #fff;
    }

    .login-form {
        margin-top: 0;
    }

    .login-email, .login-phone {
        font-size: 14px;
        height: 15px;
    }

    .active::before {
        content: "";
        width: 30%;
        height: 3px;
    }
    active::before {
        content: "";
        bottom: -4px;
    }

    .el-input__inner {
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }

    .rember-item {
        margin-top: 15px;
        font-size: 12px;
    }

    .login-text-regist {
        margin-top: 0;
        font-size: 12px;
    }

    .read-text {
        font-size: 12px;
    }

    .dianle-position {
        margin-top: 45px;
    }

    .read-item .check-div {
        display: inline-block;
    }

    .dianle-position .read-text {
        font-size: 13px;
    }

    .el-button--primary {
        font-size: 13px;
    }

    .code-item .el-button--primary {
        font-size: 12px;
    }
}