.user-sidebar,
        .user-content,
        .card {
            border-radius: 3px !important;
        }
        .user-sidebar {
            background: #fff;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            padding: 30px;
        }
        .user-sidebar__avatar {
            text-align: center;
            margin-bottom: 30px;
        }
        .user-sidebar__avatar img {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 15px;
        }
        .user-sidebar__name {
            font-size: 20px;
            font-weight: 600;
            color: #333;
            margin-bottom: 5px;
        }
        .user-sidebar__email {
            font-size: 14px;
            color: #666;
        }
        .user-sidebar__nav {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .user-sidebar__nav li {
            margin-bottom: 5px;
        }
        .user-sidebar__nav a {
            display: block;
            padding: 12px 20px;
            color: #333;
            text-decoration: none;
            border-radius: 3px;
            transition: all 0.3s;
        }
        .user-sidebar__nav a:hover,
        .user-sidebar__nav a.active {
            background: #f5f5f5;
            color: #667eea;
        }
        .user-sidebar__nav i {
            margin-right: 10px;
            width: 20px;
            text-align: center;
        }
        .user-content {
            background: #fff;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            padding: 30px;
        }
        .user-content__title {
            font-size: 24px;
            font-weight: 600;
            color: #333;
            margin-bottom: 30px;
            padding-bottom: 15px;
            border-bottom: 2px solid #f5f5f5;
        }
        /* 隐藏下拉菜单三角形箭头 */
        .dropdown-toggle::after {
            display: none !important;
        }
        /* 下拉菜单样式优化 */
        .xc-header-one__user .dropdown-menu,
        .xc-header-one__login .dropdown-menu,
        .xc-header-two .dropdown-menu {
            min-width: 220px !important;
            border-radius: 0 0 5px 5px !important;
            box-shadow: 0px 4px 60px rgba(69, 105, 231, 0.15) !important;
            border: none !important;
            border-top: 3px solid #127FFF !important;
            margin-top: 12px !important;
            padding: 15px 0 !important;
            animation: dropdownFadeIn 0.3s ease;
        }
        @keyframes dropdownFadeIn {
            from {
                opacity: 0;
                transform: translateY(-10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        .xc-header-one__user .dropdown-item,
        .xc-header-one__login .dropdown-item,
        .xc-header-two .dropdown-item {
            padding: 12px 25px !important;
            color: #333 !important;
            transition: all 0.3s !important;
            font-size: 14px !important;
            font-weight: 500 !important;
            display: flex !important;
            align-items: center !important;
            gap: 12px !important;
            white-space: nowrap !important;
        }
        .xc-header-one__user .dropdown-item:hover,
        .xc-header-one__login .dropdown-item:hover,
        .xc-header-two .dropdown-item:hover {
            background: linear-gradient(90deg, rgba(18, 127, 255, 0.08) 0%, transparent 100%) !important;
            color: #127FFF !important;
            padding-left: 30px !important;
        }
        .xc-header-one__user .dropdown-item i,
        .xc-header-one__login .dropdown-item i,
        .xc-header-two .dropdown-item i {
            width: 18px !important;
            text-align: center !important;
            font-size: 15px !important;
        }
        /* 个人资料 - 蓝色 */
        .xc-header-one__user .dropdown-item:nth-child(1) i,
        .xc-header-one__login .dropdown-item:nth-child(1) i,
        .xc-header-two .dropdown-item:nth-child(1) i {
            color: #127FFF !important;
        }
        /* 我的收藏 - 粉色 */
        .xc-header-one__user .dropdown-item:nth-child(2) i,
        .xc-header-one__login .dropdown-item:nth-child(2) i,
        .xc-header-two .dropdown-item:nth-child(2) i {
            color: #ff6b9d !important;
        }
        /* 购买记录 - 橙色 */
        .xc-header-one__user .dropdown-item:nth-child(3) i,
        .xc-header-one__login .dropdown-item:nth-child(3) i,
        .xc-header-two .dropdown-item:nth-child(3) i {
            color: #ff9800 !important;
        }
        /* 下载记录 - 绿色 */
        .xc-header-one__user .dropdown-item:nth-child(4) i,
        .xc-header-one__login .dropdown-item:nth-child(4) i,
        .xc-header-two .dropdown-item:nth-child(4) i {
            color: #4caf50 !important;
        }
        /* 会员中心 - 金色 */
        .xc-header-one__user .dropdown-item:nth-child(6) i,
        .xc-header-one__login .dropdown-item:nth-child(6) i,
        .xc-header-two .dropdown-item:nth-child(6) i {
            color: #ffc107 !important;
        }
        /* 充值积分 - 紫色 */
        .xc-header-one__user .dropdown-item:nth-child(7) i,
        .xc-header-one__login .dropdown-item:nth-child(7) i,
        .xc-header-two .dropdown-item:nth-child(7) i {
            color: #9c27b0 !important;
        }
        .xc-header-one__user .dropdown-item:hover i,
        .xc-header-one__login .dropdown-item:hover i,
        .xc-header-two .dropdown-item:hover i {
            color: #127FFF !important;
        }
        .xc-header-one__user .dropdown-divider,
        .xc-header-one__login .dropdown-divider,
        .xc-header-two .dropdown-divider {
            margin: 8px 0 !important;
            border-color: #f0f0f0 !important;
        }
        .xc-header-one__user .dropdown-menu .dropdown-item:last-child:hover,
        .xc-header-one__login .dropdown-menu .dropdown-item:last-child:hover,
        .xc-header-two .dropdown-menu .dropdown-item:last-child:hover {
            background: linear-gradient(90deg, rgba(255, 71, 87, 0.08) 0%, transparent 100%) !important;
        }
        .xc-header-one__user .dropdown-menu .dropdown-item:last-child:hover i,
        .xc-header-one__login .dropdown-menu .dropdown-item:last-child:hover i,
        .xc-header-two .dropdown-menu .dropdown-item:last-child:hover i {
            color: #ff4757 !important;
        }
        /* 优化头部高度 */
        .xc-header-two {
            padding: 12px 0;
        }
        .xc-header-two__logo img {
            width: 130px;
        }
        .xc-header-two__search input {
            height: 40px;
            padding: 8px 50px 8px 15px;
        }
        .xc-header-two__search button {
            height: 40px;
            width: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            right: 5px;
            top: 50%;
            transform: translateY(-50%);
            background: none;
            border: none;
            cursor: pointer;
        }
        .xc-header-two__search button i {
            line-height: 1;
        }
        .xc-header-two__btn {
            padding: 8px 12px;
            font-size: 18px;
        }
        /* 产品卡片样式 */
        .xc-product-six__item {
            padding: 0;
            overflow: hidden;
        }
        .xc-product-six__img {
            height: 200px;
            overflow: hidden;
            padding: 0;
            margin: 0;
        }
        .xc-product-six__img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
        .xc-product-six__title,
        .xc-product-six__meta,
        .xc-product-six__btns {
            padding: 0 20px;
        }
        .xc-product-six__title {
            padding-top: 20px;
        }
        .xc-product-six__btns {
            padding-bottom: 20px;
        }
        .xc-product-six__meta {
            display: flex;
            gap: 12px;
            margin-bottom: 12px;
            font-size: 13px;
            color: #888;
        }
        .xc-product-six__meta span {
            display: flex;
            align-items: center;
            gap: 5px;
        }
        .xc-product-six__meta i {
            font-size: 12px;
        }
        /* 收藏按钮样式 */
        .favorite-btn.favorited {
            background: #ff4757;
            color: #fff;
        }
        .favorite-btn.favorited i {
            color: #fff;
        }
        /* 用户内容区域样式 */
        .user-content__title {
            font-size: 20px;
            font-weight: 600;
            color: #333;
            margin-bottom: 25px;
            padding-bottom: 12px;
            border-bottom: 2px solid #667eea;
            display: inline-block;
        }
        .user-sidebar {
            background: #fff;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        }
        .user-sidebar__avatar {
            text-align: center;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
            margin-bottom: 20px;
        }
        .user-sidebar__avatar img {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 12px;
        }
        .user-sidebar__name {
            font-size: 16px;
            font-weight: 600;
            color: #333;
            margin-bottom: 5px;
        }
        .user-sidebar__email {
            font-size: 13px;
            color: #888;
        }
        .user-sidebar__nav {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .user-sidebar__nav li {
            margin-bottom: 5px;
        }
        .user-sidebar__nav a {
            display: flex;
            align-items: center;
            padding: 12px 15px;
            color: #666;
            text-decoration: none;
            border-radius: 6px;
            transition: all 0.3s;
        }
        .user-sidebar__nav a:hover {
            background: #f8f9fa;
            color: #667eea;
        }
        .user-sidebar__nav a.active {
            background: #667eea;
            color: #fff;
        }
        .user-sidebar__nav a i {
            margin-right: 10px;
            font-size: 16px;
        }
        .user-content {
            background: #fff;
            border-radius: 8px;
            padding: 30px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        }
        /* 页面标题样式 */
        .xc-page-header {
            background: url('/assets/images/bj2.png') center center / cover no-repeat;
            padding: 40px 0;
            position: relative;
        }
        .xc-page-header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,0.1);
        }
        .xc-page-header .container {
            position: relative;
            z-index: 1;
        }
        .xc-page-header__title {
            color: #fff;
            font-size: 28px;
            font-weight: 700;
            margin-bottom: 10px;
        }
        .xc-page-header__breadcrumb {
            display: flex;
            gap: 10px;
            margin: 0;
            padding: 0;
            list-style: none;
        }
        .xc-page-header__breadcrumb li {
            color: rgba(255,255,255,0.8);
            font-size: 14px;
        }
        .xc-page-header__breadcrumb li a {
            color: rgba(255,255,255,0.9);
            text-decoration: none;
            transition: color 0.3s;
        }
        .xc-page-header__breadcrumb li a:hover {
            color: #fff;
        }
        .xc-page-header__breadcrumb li + li:before {
            content: "/";
            margin-right: 10px;
            color: rgba(255,255,255,0.6);
        }
        /* 表单输入框样式 */
        .user-content .form-control,
        .user-content .form-select {
            padding: 6px 10px;
            font-size: 14px;
            height: 36px;
        }
        .user-content textarea.form-control {
            padding: 8px 10px;
            height: auto;
        }
         .geetest_logo,
        .geetest_copyright,
        .geetest_feedback,
        .geetest_close,
        .geetest_panel_next,
        .geetest_panel_error_content a,
        .geetest_panel_success_content a,
        a[href*="geetest.com"] {
            display: none !important;
            visibility: hidden !important;
            opacity: 0 !important;
        }

        @media (max-width: 991px) {
            .user-sidebar {
                margin-bottom: 20px;
            }
            .xc-page-header {
                padding: 30px 0;
            }
            .xc-page-header__title {
                font-size: 24px;
            }
        }

        @media (max-width: 767px) {
            .user-sidebar__avatar img {
                width: 70px;
                height: 70px;
            }
            .user-sidebar__name {
                font-size: 15px;
            }
            .user-sidebar__nav a {
                padding: 10px 12px;
                font-size: 14px;
            }
            .user-content {
                padding: 20px;
            }
            .user-content__title {
                font-size: 18px;
                margin-bottom: 20px;
            }
            .xc-page-header {
                padding: 25px 0;
            }
            .xc-page-header__title {
                font-size: 20px;
            }
        }

        @media (max-width: 575px) {
            .user-sidebar {
                padding: 15px;
            }
            .user-sidebar__avatar img {
                width: 60px;
                height: 60px;
            }
            .user-sidebar__name {
                font-size: 14px;
            }
            .user-sidebar__nav a {
                padding: 8px 10px;
                font-size: 13px;
            }
            .user-content {
                padding: 15px;
            }
            .user-content__title {
                font-size: 16px;
            }
            .xc-page-header {
                padding: 20px 0;
            }
            .xc-page-header__title {
                font-size: 18px;
            }
        }