/* 主要文本字体 */
@font-face {
    font-family: 'MyFont';
    src: url('../font/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Bold.woff2') format('woff2'),
        url('../font/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Bold.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    /* 或 optional */
}

.Hui-header {
    position: fixed;
    top: 0;
    left: 0;
    height: 0.8rem;
    display: flex;
    align-items: center;
    padding: 0.2rem 0 0 0.2rem;
    z-index: 99;
}

.Hui-header img {
    height: 0.7rem;
    width: 2rem;
    object-fit: contain;
}

.h5 {
    display: none;
}

* {
    box-sizing: border-box;
    font-family: 'MyFont';
}

.login-top {
    background: #eee;
    max-width: max-content;
    padding: 6px 8px;
    gap: 0.1rem;
}

.code-btn {
    margin-left: 0;
}

/* -------------- */

.login .lang-box {
    top: 0.1rem;
    right: 0.1rem;
    cursor: pointer;
}


.login .lang-box img {
    width: 0.4rem;
    height: 0.4rem;
}

.lang-box .el-input__inner {
    border: none !important;
}

/* 隐藏 el-select 的 label 文本 */
.lang-box .el-select .el-input__inner {
    display: none;
}

/* 确保图片仍然显示 */
.lang-box .el-select .el-input__prefix,
.lang-box .el-select .el-input__suffix {
    display: flex;
    align-items: center;
}

.lang-box .el-input {
    height: 100%;
}

.lang-box .icios {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    background-color: #f0f0f0;
    border-radius: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.lang-box:hover .icios {
    background-color: #afafaf;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


.lang-box .el-select .el-input .el-select__caret {
    display: none;
}

/* -------------- */

.el-input-group__append,
.el-input-group__prepend {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.login-text-regist a {
    transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
    -moz-transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
    -ms-transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
    -o-transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
}

.login-text-regist a:hover {
    opacity: 0.7;
    transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
    -moz-transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
    -ms-transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
    -o-transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
}

.el-button--primary {
    background-color: #0056ff;
    border-color: #0056ff;
    font-size: 14.5px;
}

.active {
    color: #000000e6;
    border-bottom: none;
    background-color: #fff;
    transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
    -moz-transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
    -ms-transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
    -o-transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
}

#login {
    position: relative;
    background: url('../../Hezi/img/23232.jpg') no-repeat center;
    background-size: cover;
    align-items: initial;
    width: 100%;
}

#forget,
#regist {
    flex-direction: row;
    background: url('../../Hezi/img/23232.jpg') no-repeat center;
    background-size: cover;
    align-items: initial;
    width: 100%;
}

#login .container-back {
    display: none;
}

#regist .container-back {
    display: none;
    /* width: 7rem;
    height: 6rem;
    background: url('../../Hezi/img/back_r.svg') no-repeat center;
    background-size: contain;
    animation: upAndDown 3s ease infinite;
    -webkit-animation: upAndDown 3s ease infinite; */
}

#forget .container-back {
    display: none;
    /* width: 7rem;
    height: 6rem;
    background: transparent; */
}

.container-back div {
    display: none;
}

.container-before {
    max-width: 100%;
    height: 100%;
    position: initial;
    background: transparent;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    width: auto;
    /* box-shadow: 0px 12px 25px rgba(48, 176, 227, 0.15); */
}

.Hui-mainBackground {
    width: auto;
    height: 100%;
}

.Hui-mainBackground .Hui-forLoop {
    display: flex;
    height: calc(100% - 60px);
    padding: 0.5rem 1rem 1rem 1rem;
    gap: 0.7rem;
    overflow-y: auto;
    align-items: center;
}

.Hui-mainBackground .Hui-forLoop .Hui-item {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    position: relative;
    max-width: 6rem;
}

.Hui-mainBackground .Hui-forLoop .Hui-item:not(:last-child):not(:only-child)::after {
    content: "";
    position: absolute;
    left: 14%;
    top: 120%;
    width: 1.5px;
    height: 0.5rem;
    background: none;
    border-right: 1.5px dashed #ccc;
}

.Hui-mainBackground .Hui-forLoop .Hui-item .Hui-item-title {
    font-size: 28px;
    font-family: 'MyFont';
}

.Hui-mainBackground .Hui-forLoop .Hui-item .Hui-item-text {
    font-size: 14.5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.05rem;
}

.Hui-mainBackground .Hui-forLoop .Hui-item a {
    font-size: 15.5px;
    color: #0052d9;
    border: 1px solid #0052d9;
    padding: 10px 20px;
    max-width: max-content;
    background-color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.Hui-mainBackground .Hui-forLoop .Hui-item a:hover {
    border-color: #0052d9;
    color: #0052d9;
    background-color: #ecf2fe;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.login-container {
    justify-content: space-between;
    flex-direction: row-reverse;
    height: calc(100% - 60px);
    width: auto;
    padding-right: 0.5rem;
}

.login {
    padding: 0.7rem;
    background-color: #fff;
    max-height: calc(100% - 30px - 0.2rem);
    overflow-y: auto;
    width: 100%;
    min-width: 5.5rem;
}

.login-text-regist {
    margin-top: 0.18rem;
}

.login-btn {
    background: #0056ff;
    box-shadow: 0rem 0.13rem 0.25rem 0rem rgba(0, 0, 0, 0.1);
    font-size: 0.165rem;
    transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
    -moz-transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
    -ms-transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
    -o-transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
}

.login-btn span {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.login-btn img {
    width: 20px;
    height: 20px;
}

.login-btn:hover {
    opacity: 0.75;
    transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
    -moz-transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
    -ms-transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
    -o-transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
}

.pass-btn {
    position: relative;
}

.pass-btn span {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}

.pass-btn img {
    width: 15px;
    height: 15px;
}

.pass-btn:hover {
    border-color: #2468F2;
    color: #2468F2;
    background-color: #F8F9FA;
    transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
    -moz-transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
    -ms-transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
    -o-transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
}

.el-button {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-size: 14.5px;
    transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
    -moz-transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
    -ms-transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
    -o-transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
}

.rember-item span:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
}

.rember-item span:nth-of-type(2) a {
    color: rgba(0, 60, 171, .8);
    padding: 6px 20px 6px 10px;
    font-size: 13px;
    background-color: #0056ff4d;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
    transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
    -moz-transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
    -ms-transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
    -o-transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
}

.rember-item span:nth-of-type(2) a:hover {
    background-color: #0055ff26;
    transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
    -moz-transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
    -ms-transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
    -o-transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
}

/* 下拉 */
.form-main .el-select {
    width: 1.2rem !important;
}

.el-input__inner {
    background: #eee !important;
    height: auto;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.line-item {
    display: none;
}

.login-type {
    justify-content: center;
}

.oauth-img {
    width: 35px;
    height: 35px;
}

input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: transparent !important;
    color: fieldtext !important;
}

.el-input__inner:hover {
    border-color: #0056ff;
}

.login-email,
.login-phone {
    font-size: 14.5px;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    height: auto;
    padding: 8px;
    transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
    -moz-transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
    -ms-transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
    -o-transition: all 0.5s cubic-bezier(0.49, 0, 0.01, 1);
}

.read-text {
    line-height: 1.5 !important;
    cursor: pointer;
    font-size: 13px;
    line-height: 20px;
}

.login-form {
    margin-top: .58rem;
}

/* 备案 */
.Hui-footer {
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    background: #ffffff5e;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.Hui-footer p {
    color: #6b7280;
    font-size: 13px;
    font-family: 'MyFont';
}

.Hui-footer a {
    color: #6b7280;
    font-size: 13px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
    font-family: 'MyFont';
}

.Hui-footer a::before {
    content: "";
    position: absolute;
    width: 1.5px;
    height: 80%;
    background: rgb(133, 140, 152);
    right: -7%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.Hui-footer a img {
    width: 15px;
    height: 15px;
}

.Hui-footer a:hover {
    color: #0058ff;
}

.Hui-forget {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}

.Hui-forget span {
    cursor: pointer;
}

.Hui-forget span:hover {
    color: #0058ff;
}


@media screen and (max-width: 768px) {
    .h5 {
        display: flex;
    }

    .login-container {
        width: 100%;
        height: 100%;
        position: relative;
        background: url('../../Hezi/img/23232.jpg') no-repeat center;
        background-size: cover;
        padding: 0;
        background: #fff;
    }

    .Hui-mainBackground {
        display: none;
    }

    .container-before {
        max-width: 100%;
        width: 100%;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        margin: 0;
        background-color: #0062FF;
        backdrop-filter: blur(15px);
        flex-direction: column;
        justify-content: center;
        padding: 0 3vw;
        border: 4px solid #fff;
        border-radius: 5vw;
    }

    .rember-item span:nth-of-type(2) a {
        padding: 1.5vw 5vw 1.5vw 4vw;
        font-size: 3.5vw;
        clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    }

    .select-input .el-input--suffix {
        width: 20vw;

    }

    .input-with-select .el-input-group__prepend {
        overflow: hidden;
    }

    .el-input__icon {
        line-height: 9vw;
    }

    .Hui-header {
        position: initial;
        transform: translateX(0);
        height: 20vw;
        padding: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }

    .Hui-headerpc {
        display: none;
    }

    .Hui-header a {
        display: flex;
    }

    .Hui-header img {
        width: 40vw;
        height: 18vw;
    }

    #login,
    #regist,
    #forget {
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #regist .login,
    #forget .login {
        padding: 5vw;
    }

    .login {
        padding: 15vw 5vw 5vw 5vw;
        line-height: 6vw;
        border-radius: 4vw;
        -webkit-border-radius: 4vw;
        -moz-border-radius: 4vw;
        -ms-border-radius: 4vw;
        -o-border-radius: 4vw;
        max-height: 140vw;
    }

    .lang-box {
        right: 3vw;
        top: 3vw;
    }

    .form-main .el-select {
        width: 100% !important;
    }

    .el-input__inner {
        height: 0.8rem;
        font-size: 3.5vw;
        height: 10vw;
        line-height: 10vw;
    }

    .login-top {
        padding: 1.5vw;
    }

    .login-text-title {
        font-size: 6vw;
        line-height: 6vw;
    }

    .login-text-regist {
        margin-top: 3vw;
        font-size: 3.5vw;
    }

    .login-form {
        margin-top: 3vw;
    }

    .login-email,
    .login-phone {
        font-size: 3.5vw;
        height: auto;
        padding: 1vw 2vw;
    }

    .form-main {
        margin-top: 5vw;
    }

    .form-item {
        margin-top: 5vw;
    }

    .el-button {
        font-size: 3.5vw;
        height: 10vw;
    }

    .read-text {
        font-size: 3.5vw;
    }

    .login-btn {
        font-size: 4vw;
        height: 10vw;
    }

    .login-btn img {
        width: 4vw;
        height: 4vw;
    }

    .pass-btn img {
        width: 3vw;
        height: 3vw;
    }

    .Hui-forget {
        padding-top: 4vw;
    }

    .read-item .check-div {
        display: inline-block;
    }

    .read-item {
        display: flex;
    }

    .Hui-footer {
        display: none;
    }
}