.cx-login-area {
            min-height: calc(90vh - 120px);
            background: url('/plugins/img/S519943.jpg') center/cover no-repeat;
            background: #f5f5f5;
            position: relative;
            overflow: hidden;
        }

        

        .cx-particles {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            pointer-events: none;
        }

        .cx-particle {
            position: absolute;
            width: 8px;
            height: 8px;
            background: #ffffff;
            clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
            opacity: 0.8;
            animation: cx-float 8s infinite ease-in-out;
            box-shadow: 0 0 6px #ffffff, 0 0 12px #00aaff;
        }

        @keyframes cx-float {
            0%, 100% {
                transform: translateY(0) translateX(0) rotate(0deg);
                opacity: 0.4;
            }
            50% {
                transform: translateY(-40px) translateX(30px) rotate(180deg);
                opacity: 1;
            }
        }

        .cx-shooting-star {
            position: absolute;
            width: 100px;
            height: 2px;
            background: linear-gradient(to left, #ffffff, transparent);
            opacity: 0;
            animation: cx-shoot 32s infinite;
        }

        .cx-shooting-star::before {
            content: '';
            position: absolute;
            width: 4px;
            height: 4px;
            background: #ffffff;
            border-radius: 50%;
            top: -1px;
            right: 0;
            box-shadow: 0 0 10px #ffffff, 0 0 20px #00aaff;
        }

        @keyframes cx-shoot {
            0% {
                opacity: 0;
                transform: translateX(110vw) translateY(-100px) rotate(135deg);
            }
            10% {
                opacity: 1;
            }
            20% {
                opacity: 0;
                transform: translateX(-100px) translateY(110vh) rotate(135deg);
            }
            100% {
                opacity: 0;
                transform: translateX(-100px) translateY(110vh) rotate(135deg);
            }
        }
        .social-auth-btn {
            display: inline-block;
            width: 32px;
            height: 32px;
            margin: 10px;
            text-decoration: none;
            border-radius: 50%;
            background: white;
            border: 2px solid #e0e0e0;
            position: relative;
            overflow: hidden;
        }

        /* 寰俊鍥炬爣 */
        .social-auth-btn--wechat::before {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 18px;
            height: 18px;
            background-image: url('/plugins/img/wechat.svg');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            filter: brightness(0) invert(1);
        }

        /* 鏀粯瀹濆浘鏍� */
        .social-auth-btn--alipay::before {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 18px;
            height: 18px;
            background-image: url('/plugins/img/alipay.svg');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            filter: brightness(0) invert(1);
        }

        /* QQ鍥炬爣 */
        .social-auth-btn--qq::before {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 18px;
            height: 18px;
            background-image: url('/plugins/img/qq.svg');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            filter: brightness(0) invert(1);
        }

        .social-auth-btn--wechat {
            background: #07c160;
            border: 2px solid #07c160;
        }

        .social-auth-btn--alipay {
            background: #1677ff;
            border: 2px solid #1677ff;
        }

        .social-auth-btn--qq {
            background: #12b7f5;
            border: 2px solid #12b7f5;
        }
        .cx-login-wrapper {
            position: relative;
            z-index: 10;
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: calc(90vh - 120px);
            padding: 60px 20px;
        }

        .cx-login-container {
            display: grid;
            grid-template-columns: 1.3fr 0.7fr;
            max-width: 1520px;
            width: 100%;
        }

        .cx-login-left {
            padding: 60px 50px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .cx-login-logo {
            margin-bottom: 40px;
        }

        .cx-login-logo img {
            max-width: 180px;
        }

        .cx-login-left h1 {
            font-size: 36px;
            font-weight: 700;
            background: linear-gradient(90deg, #3059ff 0.6%, #496bff 9.7%, #a16eff 19.4%);
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .cx-login-left p {
            font-size: 16px;
            color: #000;
            line-height: 1.6;
            margin-bottom: 40px;
        }

        .cx-features {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .cx-feature {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .cx-feature-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            color: #00aaff;
            font-size: 20px;
        }

        .cx-feature-icon img {
            width: 44px;
            height: 44px;
            object-fit: contain;
            border-radius: 15%;
        }

        .cx-feature span {
            color: #000;
            font-size: 15px;
        }

        .cx-login-right {
            padding: 60px 50px;
            background: #ffffff;
            border-radius: 24px;
        }

        .cx-form-header {
            text-align: center;
            margin-bottom: 24px;
        }

        .cx-form-header h2 {
            font-size: 24px;
            font-weight: 700;
            color: #1f1f1f;
            margin-bottom: 6px;
        }

        .cx-form-header p {
            font-size: 14px;
            color: #666666;
        }

        .cx-form-group {
            margin-bottom: 16px;
        }

        .cx-form-label {
            display: block;
            font-size: 13px;
            font-weight: 600;
            color: #333333;
            margin-bottom: 6px;
        }

        .cx-form-control {
            width: 100%;
            padding: 10px 14px;
            font-size: 14px;
            border: 1px solid #e8e8e8;
            border-radius: 10px;
            background: #fafafa;
        }

        .cx-form-control:focus {
            border-color: #00aaff;
            background: #ffffff;
            box-shadow: 0 0 0 4px rgba(0, 170, 255, 0.1);
            outline: none;
        }

        .cx-form-options {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
        }

        .cx-form-check {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 0;
        }

        .cx-form-check-input {
            width: 18px;
            height: 18px;
            border: 1px solid #e8e8e8;
            border-radius: 4px;
            cursor: pointer;
        }

        .cx-form-check-input:checked {
            background-color: #00aaff;
            border-color: #00aaff;
        }

        .cx-form-check-label {
            font-size: 14px;
            color: #666666;
            cursor: pointer;
            margin-bottom: 0;
        }

        .cx-forgot-link {
            font-size: 14px;
            color: #00aaff;
            text-decoration: none;
            font-weight: 500;
        }

        .cx-forgot-link:hover {
            color: #0088cc;
            text-decoration: underline;
        }

        .cx-login-btn {
            width: 100%;
            padding: 15px;
            background: #0077ff;
            color: #ffffff;
            border: none;
            border-radius: 12px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            box-shadow: 0 4px 15px rgba(0, 170, 255, 0.3);
        }

        .cx-login-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(0, 170, 255, 0.4);
        }

        .cx-social-login {
            margin-top: 20px;
        }

        .cx-social-divider {
            text-align: center;
            margin-bottom: 16px;
            position: relative;
        }

        .cx-social-divider::before,
        .cx-social-divider::after {
            content: '';
            position: absolute;
            top: 50%;
            width: 35%;
            height: 1px;
            background: #e8e8e8;
        }

        .cx-social-divider::before {
            left: 0;
        }

        .cx-social-divider::after {
            right: 0;
        }

        .cx-social-divider span {
            display: inline-block;
            padding: 0 12px;
            background: #ffffff;
            color: #999999;
            font-size: 14px;
        }

        .cx-social-buttons {
            display: flex;
            gap: 12px;
            justify-content: center;
        }


        .cx-register-link {
            text-align: center;
            margin-top: 30px;
            font-size: 15px;
            color: #666666;
        }

        .cx-register-link a {
            color: #00aaff;
            text-decoration: none;
            font-weight: 600;
        }

        .cx-register-link a:hover {
            text-decoration: underline;
        }

        @media (max-width: 1200px) {
            .cx-login-container {
                grid-template-columns: 1fr;
                max-width: 500px;
            }

            .cx-login-left {
                display: none;
            }

            .cx-login-right {
                padding: 50px 30px;
            }
        }

        @media (max-width: 767px) {
            .cx-login-area {
                min-height: calc(90vh - 370px);
            }

            .cx-login-wrapper {
                min-height: calc(90vh - 370px);
                padding: 20px 15px;
            }

            .cx-login-right {
                padding: 25px 20px;
            }

            .cx-form-header h2 {
                font-size: 22px;
            }

            .cx-form-header {
                margin-bottom: 16px;
            }

            .cx-form-group {
                margin-bottom: 12px;
            }

            .cx-form-options {
                margin-bottom: 16px;
            }

            .cx-login-btn {
                padding: 12px;
                font-size: 15px;
            }

            .cx-social-login {
                margin-top: 14px;
            }

            .cx-social-btn {
                padding: 10px 12px;
                font-size: 13px;
            }

            .cx-register-link {
                margin-top: 20px;
                font-size: 14px;
            }
        }
        
        .cx-captcha-modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1000;
        }

        .cx-captcha-content {
            background: white;
            border-radius: 12px;
            width: 90%;
            max-width: 520px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            overflow: hidden;
        }

        .cx-captcha-header {
            padding: 15px 20px;
            border-bottom: 1px solid #eee;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .cx-captcha-header h3 {
            margin: 0;
            font-size: 18px;
            color: #333;
        }

        .cx-close-btn {
            font-size: 24px;
            cursor: pointer;
            color: #999;
            line-height: 1;
        }

        .cx-close-btn:hover {
            color: #333;
        }

        .cx-captcha-body {
            padding: 20px;
        }

        .cx-captcha-row {
            display: flex;
            gap: 12px;
            margin-bottom: 16px;
            align-items: center;
        }

        .cx-captcha-input-wrapper {
            flex: 1;
        }

        .cx-captcha-input {
            width: 100%;
            padding: 12px 14px;
            font-size: 14px;
            border: 1px solid #d9d9d9;
            border-radius: 4px;
            background: #fff;
            transition: all 0.3s ease;
        }

        .cx-captcha-input:focus {
            border-color: #00aaff;
            outline: none;
        }

        .cx-captcha-image-wrapper {
            position: relative;
            flex-shrink: 0;
        }

        #captchaImage {
            width: 140px;
            height: 44px;
            border: 1px solid #d9d9d9;
            border-radius: 4px;
            display: block;
        }

        .cx-refresh-captcha {
            position: absolute;
            right: -8px;
            top: -8px;
            width: 20px;
            height: 20px;
            background: #fff;
            color: #666;
            border: 1px solid #d9d9d9;
            border-radius: 50%;
            cursor: pointer;
            font-size: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .cx-refresh-captcha:hover {
            background: #f5f5f5;
            transform: rotate(180deg);
            transition: all 0.3s ease;
        }

        .cx-captcha-actions {
            display: flex;
            gap: 12px;
            align-items: center;
        }

        .cx-send-sms-btn {
            padding: 12px 20px;
            background: #ff6a00;
            color: white;
            border: none;
            border-radius: 4px;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            white-space: nowrap;
            transition: all 0.3s ease;
        }

        .cx-send-sms-btn:hover {
            background: #ff5500;
        }

        .cx-send-sms-btn:disabled {
            opacity: 0.6;
            cursor: not-allowed;
        }

        .cx-sms-input-wrapper {
            flex: 1;
            position: relative;
        }

        .cx-sms-input {
            width: 100%;
            padding: 12px 40px 12px 14px;
            font-size: 14px;
            border: 1px solid #d9d9d9;
            border-radius: 4px;
            background: #fff;
            transition: all 0.3s ease;
        }

        .cx-sms-input:focus {
            border-color: #00aaff;
            outline: none;
        }

        .cx-shield-icon {
            position: absolute;
            right: 12px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 18px;
            opacity: 0.4;
        }
        
        .cx-register-area {
            min-height: calc(90vh - 120px);
            background: url('/img/S519943.jpg') center/cover no-repeat;
            background: #f5f5f5;
            position: relative;
            overflow: hidden;
        }

        

        .cx-particles {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            pointer-events: none;
        }

        .cx-particle {
            position: absolute;
            width: 8px;
            height: 8px;
            background: #ffffff;
            clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
            opacity: 0.8;
            animation: cx-float 8s infinite ease-in-out;
            box-shadow: 0 0 6px #ffffff, 0 0 12px #00aaff;
        }

        @keyframes cx-float {
            0%, 100% {
                transform: translateY(0) translateX(0) rotate(0deg);
                opacity: 0.4;
            }
            50% {
                transform: translateY(-40px) translateX(30px) rotate(180deg);
                opacity: 1;
            }
        }

        .cx-shooting-star {
            position: absolute;
            width: 100px;
            height: 2px;
            background: linear-gradient(to left, #ffffff, transparent);
            opacity: 0;
            animation: cx-shoot 32s infinite;
        }

        .cx-shooting-star::before {
            content: '';
            position: absolute;
            width: 4px;
            height: 4px;
            background: #ffffff;
            border-radius: 50%;
            top: -1px;
            right: 0;
            box-shadow: 0 0 10px #ffffff, 0 0 20px #00aaff;
        }

        @keyframes cx-shoot {
            0% {
                opacity: 0;
                transform: translateX(110vw) translateY(-100px) rotate(135deg);
            }
            10% {
                opacity: 1;
            }
            20% {
                opacity: 0;
                transform: translateX(-100px) translateY(110vh) rotate(135deg);
            }
            100% {
                opacity: 0;
                transform: translateX(-100px) translateY(110vh) rotate(135deg);
            }
        }

        .cx-register-wrapper {
            position: relative;
            z-index: 10;
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: calc(90vh - 120px);
            padding: 60px 20px;
        }

        .cx-register-container {
            display: grid;
            grid-template-columns: 1.3fr 0.7fr;
            max-width: 1520px;
            width: 100%;
        }

        .cx-register-left {
            padding: 60px 50px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .cx-register-logo {
            margin-bottom: 40px;
        }

        .cx-register-logo img {
            max-width: 180px;
        }

        .cx-register-left h1 {
            font-size: 36px;
            font-weight: 700;
            background: linear-gradient(90deg, #3059ff 0.6%, #496bff 9.7%, #a16eff 19.4%);
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .cx-register-left p {
            font-size: 16px;
            color: #000;
            line-height: 1.6;
            margin-bottom: 40px;
        }

        .cx-features {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .cx-feature {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .cx-feature-icon {

            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #00aaff;
            font-size: 20px;
        }
        .cx-feature-icon img {
            width: 44px;
            height: 44px;
            object-fit: contain;
            border-radius: 15%;
        }
        .cx-feature span {
            color: #000;
            font-size: 15px;
        }

        .cx-register-right {
            padding: 60px 50px;
            background: #ffffff;
            border-radius: 24px;
            max-height: calc(100vh - 240px);
            overflow-y: auto;
        }

        .cx-register-right::-webkit-scrollbar {
            width: 6px;
        }

        .cx-register-right::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 3px;
        }

        .cx-register-right::-webkit-scrollbar-thumb {
            background: #00aaff;
            border-radius: 3px;
        }

        .cx-form-header {
            text-align: center;
            margin-bottom: 16px;
        }

        .cx-form-header h2 {
            font-size: 24px;
            font-weight: 700;
            color: #1f1f1f;
            margin-bottom: 6px;
        }

        .cx-form-header p {
            font-size: 14px;
            color: #666666;
        }

        .cx-form-group {
            margin-bottom: 16px;
        }

        .cx-form-label {
            display: block;
            font-size: 13px;
            font-weight: 600;
            color: #333333;
            margin-bottom: 6px;
        }

        .cx-form-control {
            width: 100%;
            padding: 10px 14px;
            font-size: 14px;
            border: 1px solid #e8e8e8;
            border-radius: 10px;
            background: #fafafa;
        }

        .cx-form-control:focus {
            border-color: #00aaff;
            background: #ffffff;
            box-shadow: 0 0 0 4px rgba(0, 170, 255, 0.1);
            outline: none;
        }

        .cx-verify-group {
            display: flex;
            gap: 12px;
        }

        .cx-verify-group .cx-form-control {
            flex: 1;
        }

        .cx-verify-btn {
            padding: 14px 20px;
            background: #f0f0f0;
            border: 1px solid #e8e8e8;
            border-radius: 12px;
            font-size: 14px;
            font-weight: 600;
            color: #333333;
            cursor: pointer;
            white-space: nowrap;
        }

        .cx-verify-btn:hover:not(:disabled) {
            background: #00aaff;
            border-color: #00aaff;
            color: #ffffff;
        }

        .cx-verify-btn:disabled {
            opacity: 0.6;
            cursor: not-allowed;
        }

        .cx-form-check {
            display: flex;
            align-items: flex-start;
            gap: 8px;
            margin-bottom: 20px;
        }

        .cx-form-check-input {
            width: 18px;
            height: 18px;
            border: 1px solid #e8e8e8;
            border-radius: 4px;
            cursor: pointer;
            margin-top: 2px;
            flex-shrink: 0;
        }

        .cx-form-check-input:checked {
            background-color: #00aaff;
            border-color: #00aaff;
        }

        .cx-form-check-label {
            font-size: 14px;
            color: #666666;
            cursor: pointer;
            margin-bottom: 0;
            line-height: 1.6;
        }

        .cx-form-check-label a {
            color: #00aaff;
            text-decoration: none;
        }

        .cx-form-check-label a:hover {
            text-decoration: underline;
        }

        .cx-register-btn {
            width: 100%;
            padding: 15px;
            background: linear-gradient(135deg, #00aaff 0%, #0088cc 100%);
            color: #ffffff;
            border: none;
            border-radius: 12px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            box-shadow: 0 4px 15px rgba(0, 170, 255, 0.3);
        }

        .cx-register-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(0, 170, 255, 0.4);
        }

        .cx-login-link {
            text-align: center;
            margin-top: 30px;
            font-size: 15px;
            color: #666666;
        }

        .cx-login-link a {
            color: #00aaff;
            text-decoration: none;
            font-weight: 600;
        }

        .cx-login-link a:hover {
            text-decoration: underline;
        }

        @media (max-width: 1200px) {
            .cx-register-container {
                grid-template-columns: 1fr;
                max-width: 500px;
            }

            .cx-register-left {
                display: none;
            }

            .cx-register-right {
                padding: 50px 30px;
                max-height: none;
            }
        }

        @media (max-width: 767px) {
            .cx-register-area {
                min-height: calc(90vh - 100px);
            }

            .cx-register-wrapper {
                min-height: calc(90vh - 100px);
                padding: 40px 15px;
            }

            .cx-register-right {
                padding: 25px 20px;
            }

            .cx-form-header h2 {
                font-size: 24px;
            }

            .cx-verify-group {
                flex-direction: column;
            }

            .cx-verify-btn {
                width: 100%;
            }
        }