:root {
    --primary-color: #409EFF;
    --danger-color: #FF9B52;;
    --text-color: #303133;
    --border-color: #DCDFE6;
    --bg-color: #ffffff;
}



body:not(.home-page) {
    font-family: SourceHanSans-Medium, SourceHanSans-Medium;
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; */
    color: var(--text-color);
    background-color: var(--bg-color);
    line-height: 1.5;
    font-size: 16px;
    position: relative;
    width: 100%;
    height: 100%;
}




.container h1{
    text-align: center;
}

.page-title {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 18px;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 100;
}
/* .login-page{
    background: linear-gradient(to right, rgba(111, 138, 255, 0.6), rgba(111, 138, 255, 0.2));
} */

.login-page .login{
    display: none;
}

ul{
    list-style: none;
}




.form-group {
    margin-bottom: 46px;
}

.form-title{
    margin-bottom: 64px;
    color: #333;
}
.form-group {
    background: #fff;
    border-radius: 8px;
    position: relative;
}

label {
    display: block;
    font-size: 18px;
    color: #606266;
}

.input-group {
    display: flex;
    gap: 10px;
    align-items: center;
}

input {
    flex: 1;
    width: 100%;
    /* padding: 12px; */
    /* border: 1px solid var(--border-color); */
    /* border-radius: 6px; */
    background: #fff;
    font-size: 14px;
    outline: none;
    background: #fff;
    /* transition: all 0.3s; */
}

.verify-btn-email,
.verify-btn-2025 {
    white-space: nowrap;
    padding: 12px 15px;
    border: none;
    /* border-radius: 6px; */
    /* background: var(--primary-color); */
    color: white;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
}
.verify-btn-email:disabled,
.verify-btn-2025:disabled {
    background: #a0cfff;
    cursor: not-allowed;
}

.submit-btn {
    background: var(--primary-color);
    color: #000;
    width: 100%;
    margin: 16px auto;
    display: block;
    border: none;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    margin-top:77px;

    height: 40px;

    background: #5de0e5;
    margin-bottom: 15px;
    border-radius: 20px;
}

.submit-btn:hover {
    opacity: 0.9;
}

/* 错误提示 */
.error-tip {
    position: absolute;
    color: var(--danger-color);
    font-size: 14px;
    bottom: -26px;
    display: none;
}

/* 输入框错误状态 */
.error-input {
    border-color: var(--danger-color) !important;
}

/* 输入框激活状态 */
input:focus {
    border-color: var(--primary-color);
    background-color: #fff;
}

input:valid{
    background-color: #fff;

}
input:invalid{
    background-color: #fff;
}



/* 滑块验证样式 */
.slider-verify {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    padding: 20px;
    touch-action: none; /* 防止触摸设备的默认行为 */
}

.slider-verify .title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    color: #303133;
}

.slider-container {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-50%);

    background: #f5f5f5;
    height: 40px;
    border-radius: 20px;
    margin-bottom: 15px;
    touch-action: none;

}

.slider-mask {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    border-radius: 20px;
    background: var(--primary-color);
    width: 0;
}

.slider-button {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    touch-action: none;
    user-select: none;
    z-index: 1000;
}

.slider-button:hover {
    background: #f9f9f9;
}

.slider-text {
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: center;
    color: #999;
    user-select: none;
    font-size: 14px;
}





.mask-layer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.page-title img{
    width: 100%;
    height: 100%;
}
.form-title{
    font-weight: normal;
    font-size: 32px;
}

.form-group input{
    /* width: 10.23999rem;
    height: 1.70666rem;
    border-radius: 1.70666rem; */
    /* font-size: 0.68266rem;
    line-height: 1.70666rem; */
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
}

.form-group input::placeholder{
    font-size: 16px;
    line-height: 16px;
    color: #BDBDBD;
}
.form-group .area-code{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    width: 50px;
    height: 40px;
    border-radius: 40px;
    font-size: 14px;
    background: #fff;
    border: none;
    outline: none;
}

.form-group label{
    font-size: 20px;
    color: #333;
}

.verify-group{
    position: relative;
    /* width: 12.88533rem; */
    height: 40px;
    border-bottom: 1px solid #E0E0E0;
}

.verify-btn-email{
    display: none;
}

.verify-group .verify-btn-email,
.verify-group .verify-btn-2025{
    padding: 8px 0px;
    /* border-radius: 40px; */
    border: none;
    background: #fff;
    font-size: 14px;
    color: #000000;
    cursor: pointer;
    margin-right: 10px;
}
.line{
    width: 0px;
    height: 20px;
    border: 0.5px solid #E3E3E3;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}
input:focus {
    box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 20px white inset !important;
    transition: background-color 5000s ease-in-out 0s;
} 

.form-content .footer .line-2{
    display: none;
    margin: 57px 0;
    margin-bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient( 90deg, rgba(255,255,255,0) 0%, #CCCCCC 50%, rgba(255,255,255,0) 100%);
}
.phone-group{
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #E3E3E3;
    padding: 12px 0 8px;
}
.phone-group input{
    padding-left: 0;
    border: none;
    outline: none;
}
.verify-group input{
    flex: 1;
    width: 146px;
    /* height: 40px; */
    /* border-radius: 40px; */
    border: none;
    outline: none;
    padding-left: 0;
}
select:disabled {
    color: #000;
}
.area-code-01{
    font-size: 14px;
    color: #333;
    background-color: #fff;
    width: 47px;
}
.area-code-01 img{
    width: 10px;
    height: 100%;
}

.email-box{
    text-align: right;
    font-size: 16px;
    color: #333;
    padding-right: 20px;
}

.email-login,
.title-email,
.change-phone{
    display: none;
}

.email-box{
    color: #6FED5A;
}

.change-email,
.change-phone{
    cursor: pointer;
}

/* 在文件顶部添加进度条样式 */
.progress-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 9999;
}

.progress-bar {
    height: 100%;
    width: 0;
    background-color: #409EFF;
    transition: width 0.3s ease;
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9998;
    transition: opacity 0.5s ease;
}

.loading-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(64, 158, 255, 0.3);
    border-radius: 50%;
    border-top-color: #409EFF;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}




.ContactUs, .footer, .nav-all{
    max-width: 1920px;
}

.ShortWarp-information .ContactUs, 
.ShortWarp-information .footer, 
.ShortWarp-information .nav-all {
    max-width: unset;
}


.login-box{
    height: 990px;
    background: url(https://v2.cri.cn/resource/8a0e642b-445d-4174-8910-775594bf0448/pc/images.login-all.jpg) top center no-repeat;
    position: relative;
}

.container{
    background: url(https://v2.cri.cn/resource/8a0e642b-445d-4174-8910-775594bf0448/pc/images.login-card.png) no-repeat 0 0;
    background-size: 100% auto;
    height: 498px;
    width: 536px;
    position: absolute;
    top: 257px;
    left: 50%;
    transform: translateX(-50%);
}
.container .form-content{
    width: 328px;
    height: 464px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 48px 40px 43px;
}




/* .navright.isMemberLogin .user-info{
    background-color: #02e7f7;
} */

.navright{
    display: flex;
    align-items: center;
}

.user-info{
    /* min-width: 120px; */
    /* height: 1.194667rem; */
    /* border-radius: 1.194667rem; */
    /* background-color: #02e7f7; */
    /* -webkit-border-radius: 1.194667rem;
    -moz-border-radius: 1.194667rem;
    -ms-border-radius: 1.194667rem;
    -o-border-radius: 1.194667rem; */
    float: right;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.user-info img{
    width: 15px;
}
.user-info span{
    color: #fff;
    font-size: 16px;
}

.dialog-container{
    width: 600px;
}

.user-info .dropdown-item{
    height: 50px;
}