/* WR 2025.007.17 */
* {
    box-sizing: border-box;
}
body,
html {
    padding: 0;
    margin: 0;
    font-family: Poppins, Poppins;
}
.lz_tx{
    

    height: 100vh;
    background:#000;

    display: flex;
    align-items: center;
    justify-content: center;
    

    position: relative;
}

.login-wrap {
    position: absolute;
    z-index: 5;
    padding: 40px;
    width: 1024px;
    height: 680px;
    /* height: 846px; */
    display: flex;
    justify-content: space-between;
    

    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(2px);

    border: 1px solid #545156;
    border-radius: 24px;

}
.login-left,
.login-right {
    

    z-index: 1;
}
.login-right {
    position: relative;
    z-index: 2;


    width: 500px;
    height: 100%;
    border-radius: 20px;
    background:#fff;

    padding: 32px;

    /* background: url(/static/index/images/login/right.png) no-repeat; */
    /* background-size: 100% 100%; */
}
.box_title{
    font-family: Aspekta;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    text-align: center;

    color: #19181B;

}
.box_txt{
    margin-top: 4px;
    
    font-family: Aspekta;
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    text-align: center;

    color: #666;
}
.other_login{
    margin-top: 24px;

    display: flex;
    gap: 10px;
}
.ot_login_btn{

    display: flex;
    align-items: center;
    gap: 6px;

    flex: 1;

    padding: 8px 10px;

    border: 1px solid #E6EBF3;
    border-radius: 8px;
    background: #fff;

    font-family: Aspekta;
    font-weight: 400;
    font-size: 14px;
    
    text-align: center;

    height: 36px;

    color: #666;

    transition: all 0.3s ease-in-out;

}
.ot_login_btn:hover{
    color: #fff;
    background: var(--theBcColor);
    border: 1px solid var(--theBcColor);

}

.i_pic{
    width: 20px;
    height: 20px;
    
}
.login_gl .i_pic{
    background: url(/static/index/images/login/google.webp?v=__VER__?v=__VER__) no-repeat;
    background-size: cover;
}
.login_gith .i_pic{
    background: url(/static/index/images/login/gh_b.webp?v=__VER__?v=__VER__) no-repeat;
    background-size: cover;
}

.ot_login_btn:hover.login_gith .i_pic{
    background: url(/static/index/images/login/gh_w.webp?v=__VER__?v=__VER__) no-repeat;
    background-size: cover;

}
.or_line{
    margin-top: 32px;
    margin-bottom: 32px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;



    border-bottom: 1px solid #E6EBF3;
}

.or_line span{
    position: absolute;

    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 300;
    color: var(--theBcColor);
    line-height: 17px;

    background: #fff;

}
.login-container{

}
.login-container .el-form-item{
    margin-bottom: 20px;
}

.forgot-password-container{
    text-align: right;
}
.forgot-password-container a{
    font-family: Aspekta;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #285DFF;
    text-decoration: underline;

}
.agreement-item{
    margin-top: 20px;
}
.agreement-item .agreement-text{
    font-family: Aspekta;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #7B7B7B;

}
.agreement-item .agreement-text a{
    
    color: var(--theBcColor);

}
.agreement-item .el-checkbox{
    --el-checkbox-input-height: 20px;
    --el-checkbox-input-width: 20px;
    --el-checkbox-border-radius:4px;
    --el-checkbox-input-border: 1px solid #808080;
    height: 20px;


}
.gradient-btn{
    width: 100%;
    height: 40px;
    background: linear-gradient(90deg, #285DFF 0%, #C728FF 100%);
    border: 0;
    border-radius: 4px;

    font-family: Aspekta;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;

    color: #FFFFFF;

    letter-spacing: 4%;



    


}














/* .login-left */


.left-box {
    width: 404px;
    height: 100%;

    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    
    
}
.left-box .login{
    width: 148px;
}

.left-box .loop_div{
    display: flex;
    align-items: center;
    /* justify-content: center; */

    width: 260px;
    height: 260px;
    /* border: 1px solid #fff; */
   
    /* animation: spin 8s linear infinite; */
}
.loop_wrap{
    height: 100%;
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.left_cont{
    margin-top: 68px;
}
.login_slogan{
    font-family: Aspekta;
    font-weight: 700;
    font-size: 32px;
    line-height: 46px;
    color: #FFFFFF;

    width: 80%;


}
.login_sl_list{
    margin-top: 20px;

    display: flex;
    flex-direction: column;
    gap: 16px;
}
.sl_item{
    display: flex;
    align-items: center;
    gap: 10px;

    font-family: Aspekta;
    font-weight: 400;
    font-size: 16px;
    /* line-height: 23px; */
    color: #FFFFFF;
}
.sl_item img{
    width: 16px;

}

.sl_txt{
    margin-top: 177px;
    font-family: Aspekta;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: rgba(255, 255, 255, 0.8);

}

/* .left-box .loop{
    display: flex;
    align-items: center;
    justify-content: center;

    width: 260px;
    height: 260px;
   
    animation: spin 8s linear infinite;
} */
/* .loop{
    display: none;
    width: 260px;

} */

/* 核心代码：定义关键帧动画 */
/* @keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
} */

.login-tips{
    font-weight: 400;
    font-size: 13px;
    color: #7B7B7B;
    display: flex;
    justify-content: center;
    margin-top: 102px;
}
.login-tips a {
    color: #285DFF;
    padding: 0 6px;
    font-weight: 500;
    text-decoration: underline;
}

.el-input__inner{
    height: 34px;
}


/* ---------register---------------------------------------- */
.or_line.reg_line{
    margin: 24px 0;
}
.login-tips.reg_login-tips{
    margin-top: 24px;
}
.register-container {
    width: 440px;
    background: #ffffff;
    /* padding: 40px; */
    border-radius: 8px;
    box-sizing: border-box;
}
/* 统一下间距调整，还原图片紧凑布局 */
.el-form-item {
    /* margin-bottom: 0 !important; */
    /* margin-top: 16px !important; */
}
.el-form-item:first-child {
    margin-top: 0 !important;
}

/* 关键：调整验证码输入框内嵌按钮的样式，使其呈现图片中的独立方块效果 */

.send_code .el-input__suffix {
    display: flex;
    align-items: center;
}
.send_code .el-button--primary {
    background-color: #2b66ff !important;
    border-color: #2b66ff !important;
    color: #ffffff !important;
    height: 32px;  /* 稍微缩减高度以适应输入框内部 */
    padding: 0 14px;
    border-radius: 6px;
    font-size: 14px;

    margin-right: -13px;
}
.send_code .el-button--primary:disabled {
    background-color: #a0cff8 !important;
    border-color: #a0cff8 !important;
    cursor: not-allowed;
}

/* 自定义密码眼睛图标 */
.el-input__password-toggle svg {
    display: none !important; 
}
.el-input__password-toggle {
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23666" stroke-width="2"><path d="M17.94 17.94A10.07 10.07 0 0 1 12 19c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 5c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24"></path><line x1="1" y1="1" x2="23" y2="23"></line></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.el-input__password-toggle.is-active {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23666" stroke-width="2"><path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"></path><circle cx="12" cy="12" r="3"></circle></svg>');
}

/* 协议勾选框样式 */
.agreement-item {
    margin-top: 24px !important;
}
.agreement-text {
    color: #606266;
    font-size: 14px;
}
.agreement-text a {
    color: #7a7a7a;
    text-decoration: none;
}
.agreement-text a:hover {
    text-decoration: underline;
}

/* 渐变色注册按钮 */
.register-btn-item {
    margin-top: 24px !important;
}
/* .gradient-btn {
    width: 100%;
    height: 48px;
    border: none;
    background: linear-gradient(90deg, #2b66ff 0%, #ca26ff 100%);
    color: white;
    font-size: 18px;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
} */
.gradient-btn:hover {
    opacity: 0.9;
}
/* ---------register---end------------------------------------- */

/* ---------forgot---------------------------------------- */


.forgot-container{
    margin-top: 24px;
}
.back_login{
    display: flex;
    align-items: center;
    justify-content: center;

    height: 40px;
    border: 1px solid #E6EBF3;
    border-radius: 4px;

    font-family: Aspekta;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 4%;

    color: var(--theBcColor);

}
.back_login:hover{
     color: var(--themeColor);
}


/* ---------forgot---end------------------------------------- */

