/*!**************************************
## Theme URI: https://www.chenxingweb.com/cx-udy-auto-gaoji-user.html
## Author: 晨星博客
## Author URI: https://www.chenxingweb.com
## Description: 简洁时尚自适应图片主题，适合各种图片展示类网站，有问题请加QQ群565616228请求帮助。
## Theme Name: CX-UDY
## Version: 2.3
****************************************/
button{
    outline:none;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    box-shadow: inset 0 0 0 1000px #fff;
}
.reg_main {
    height: auto;
    overflow: hidden;
    margin-bottom: 40px
}

.reg_inner {
    width: 100%;
    max-width: 1280px;
    background: rgb(3 7 18 / 0.8);
    margin: 0 auto;
    min-height: 640px;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}
.reg_form .form-group{
    margin-top: 0px;
}



.cxudy-form-error {
    background-color: #F66;
    color: #fff;
    height: 45px;
    
    text-align: center;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
}




.rih_left5 {
    width: 820px;
    background: #fafafa;
    height: 70px;
    float: left;
    
}

.reg_mid_left {
    float: left;
    width: 60%;
    height: auto;
    min-height: 580px;
    
    position: relative;
}

.reg_form {
    margin: 50px auto 20px;
    max-width: 400px
}

.form-group {
    width: 400px;
    margin-bottom: 0px
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px;
    border-radius: 8px;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px 6px 35px;
    font-size: 16px!important;
    line-height: 1.42857143;
    color: #555;
    border-radius: 10px;
    background-color: #fff;
    background-image: none;
    border: none;
    box-shadow: none;
    
    outline: none;
}



.link1 {
    color: #a8a8a8
}

.kong20 {
    height: 20px
}

.login_btn {
    display: block;
    height: 40px;
    background: #f66;
    background: linear-gradient(90deg, #ea2074 10%, #f93d3f 90%);
    border: none;
    width: 100%;
    max-width: 400px;
    color: #fff;
    border-radius: 25px;
    font-size: 16px;
    letter-spacing: 5px;
}

.cxudy-login-form {
    padding-top: 5px;
}

.other_login {
    
    
    padding: 20px 0;
}

.qq_btn {
    background: #69c
}

.weibo_btn {
    background: #ff3443
}

.weixin_btn {
    background: #4CAF50
}

.qq_btn a, .weibo_btn a {
    color: #fff
}

.reg_mid_right {
    float: right;
    width: 40%;
    padding: 5px
}

.rmr_ad img {
    width: 100%;
    height: auto
}

.has-feedback i {
    position: absolute;
    top: 1px;
    line-height: 22px;
    width: 25px;
    text-align: center;
    padding: 5px 0;
    border-radius: 5px 0 0 5px;
    color: #adadad;
    font-size: 1.2em;
}

.disanfang {
    font-size: 16px;
    color: #666;
    height: 40px;
    line-height: 40px;
    text-align: center
}

.other_login_action {
    text-align: center;
    margin-top: 20px;
    height: 60px
}

.other_login_action a {
    padding: 8px 13px;
    margin: 0 5px;
    color: #fff;
    text-align: center;
    border-radius: 3px
}
.userpwdrest_form{
    padding-top:20px;
}
.user_emailkey_bottom {
    position: absolute;
    right: 0;
    top: 0;
    background: #333;
    height: 34px;
    text-align: center;
    width: 32%;
    line-height: 34px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    border:none
}

@media (max-width:800px) {
    .reg_inner {height:520px;min-height: 555px;}
    
   
    .reg_form {
        width: 90%
    }
    .reg_mid_left {
        width: 100%;
        max-width: 720px
    }
    .form-group {
        width: 100%;
        max-width: 400px;
        margin-bottom: 15px
    }
    .reg_mid_right {
        display: none
    }
    .disanfang {
        float: none
    }
    .other_login {
        width: 100%;
        margin-left: 0
    }
}




body {
            /* 暗黑游戏背景图 - 可替换为你的游戏背景 */
            background: url('https://picsum.photos/id/110/1920/1080') no-repeat center center fixed;
            background-size: cover;
            min-height: 100vh;
            position: relative;
            /* 暗黑噪点纹理，增强质感 */
            background-blend-mode: overlay;
           
        }
        
        /* 暗黑遮罩层 */
        body::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
           
            z-index: -1;
        }
        
        /* 赛博朋克霓虹边框 */
        .cyber-border {
            position: relative;
            border: 1px solid rgba(255, 0, 127, 0.2);
            box-shadow: 
                0 0 8px rgba(255, 0, 127, 0.3),
                0 0 15px rgba(0, 191, 255, 0.2),
                inset 0 0 10px rgba(255, 0, 127, 0.1);
        }
        
        /* 边框呼吸动画 */
        .cyber-border::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: inherit;
            border: 1px solid transparent;
            background: linear-gradient(90deg, rgba(255, 0, 127, 0.4), rgba(0, 191, 255, 0.4)) border-box;
            -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            animation: border-pulse 4s ease-in-out infinite;
            opacity: 0.7;
        }
        
        @keyframes border-pulse {
            0%, 100% { opacity: 0.5; }
            50% { opacity: 1; }
        }
        
        /* 输入框样式 */
        .gaming-input {
            background: rgba(15, 15, 25, 0.6);
            border: 1px solid rgba(255, 255, 255, 0.1);
            transition: all 0.3s ease;
        }
        
        .gaming-input:focus {
            border-color: rgba(0, 191, 255, 0.6);
            box-shadow: 0 0 10px rgba(0, 191, 255, 0.2);
        }
        
        /* 电竞按钮样式 */
        .gaming-btn {
            background: linear-gradient(135deg, #ff007f 0%, #00bfff 100%);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
        }
        
        .gaming-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            animation: shine 2s infinite;
        }
        
        .gaming-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(255, 0, 127, 0.4);
        }
        
        @keyframes shine {
            100% { left: 100%; }
        }
        
        /* 切换账号/注册动效 */
        .account-tab {
            transition: all 0.3s ease;
        }
        
        .account-tab.active {
            color: #00bfff;
            border-bottom: 2px solid #00bfff;
        }

        /* 新增：参考图中的标题样式 */
        .neon-title {
            font-family: 'Arial Black', sans-serif;
            letter-spacing: 2px;
            text-shadow: 
                0 0 5px rgba(255, 0, 127, 0.8),
                0 0 10px rgba(255, 0, 127, 0.5),
                0 0 15px rgba(0, 191, 255, 0.8),
                0 0 20px rgba(0, 191, 255, 0.5);
                text-align: center;
                
                margin: 30px;
        }
        
        .neon-subtitle {
            letter-spacing: 4px;
            text-transform: uppercase;
            color: #888;
            font-size: 12px;
                text-align: center;
    
        }
        
        .textgc{color:rgb(255 0 127 / var(--tw-text-opacity, 1));    font-size: 33px;
    font-weight: 900;}
        .textly{color:rgb(0 191 255 / var(--tw-text-opacity, 1));    font-size: 33px;
    font-weight: 900;}




