html {
            font-size: 14px;
        }
        body {
            font-size: 14px;
        }
        .container {
            max-width: 1140px;
        }
        .xc-product-six__item,
        .card {
            border-radius: 5px !important;
        }
        .xc-product-six__meta-wrapper {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 15px 15px;
        }
        .xc-product-six__meta {
            display: flex;
            gap: 10px;
            margin-bottom: 0;
            font-size: 12px;
            color: #888;
            flex: 1;
        }
        .xc-product-six__meta span {
            display: flex;
            align-items: center;
            gap: 5px;
        }
        .xc-product-six__meta i {
            font-size: 12px;
        }
        .xc-product-six__item {
            padding: 0;
            overflow: hidden;
            position: relative;
        }
        .xc-product-six__img {
            height: 180px;
            overflow: hidden;
            padding: 0;
            margin: 0;
            display: block;
            cursor: pointer;
        }
        .xc-product-six__img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.3s;
        }
        .xc-product-six__img:hover img {
            transform: scale(1.05);
        }
        .xc-product-six__title {
            padding: 15px 15px 10px;
            font-size: 15px;
        }
        .favorite-btn {
            border: none !important;
            display: inline-flex !important;
            align-items: center !important;
            justify-content: center !important;
            width: 36px !important;
            height: 36px !important;
            background-color: #f0f0f0 !important;
            color: #ff4757 !important;
            flex-shrink: 0;
        }
        .favorite-btn:hover {
            background-color: #ff4757 !important;
            color: #fff !important;
        }
        .favorite-btn.favorited {
            background: #ff4757 !important;
            color: #fff !important;
        }
        .favorite-btn.favorited i {
            color: #fff;
        }
        .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;
        }
        .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;
        }
        .login-btn-icon {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-decoration: none;
            transition: all 0.3s;
        }
        .login-btn-icon:hover {
            transform: translateY(-5px);
        }
        .login-icon {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 15px;
            transition: all 0.3s;
        }
        .login-icon i {
            font-size: 48px;
            color: #fff;
        }
        .login-icon-qq {
            background: #1296db;
        }
        .login-icon-qq:hover {
            background: #0d7ab8;
        }
        .login-icon-wx {
            background: #07c160;
        }
        .login-icon-wx:hover {
            background: #059a4d;
        }
        .login-text {
            font-size: 16px;
            color: #333;
            font-weight: 500;
        }
        .dropdown-toggle::after {
            display: none !important;
        }
        .xc-header-two__top {
            padding: 8px 0;
        }
        .xc-header-two__top p {
            margin: 0;
            font-size: 13px;
        }
        .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-header-two__bottom {
            padding: 10px 0;
        }
        .xc-header-two__bottom select {
            height: 38px;
            padding: 6px 12px;
        }
        .xc-main-menu ul li a {
            padding: 8px 15px;
            font-size: 14px;
        }
        .xc-header-two__cta a {
            font-size: 13px;
            padding: 6px 12px;
        }

        @media (max-width: 1199px) {
            .xc-product-six__img {
                height: 180px;
            }
        }

        @media (max-width: 991px) {
            .xc-product-six__img {
                height: 220px;
            }
            .xc-product-six__title {
                font-size: 16px;
                padding: 15px 15px 10px;
            }
            .xc-product-six__meta-wrapper {
                padding: 0 15px 15px;
            }
        }

        @media (max-width: 767px) {
            .xc-product-six__img {
                height: 200px;
            }
            .xc-product-six__title {
                font-size: 15px;
            }
            .xc-product-six__meta {
                font-size: 12px;
                gap: 8px;
            }
            .favorite-btn {
                width: 32px !important;
                height: 32px !important;
            }
        }

        @media (max-width: 575px) {
            .xc-product-six__img {
                height: 180px;
            }
            .xc-product-six__title {
                font-size: 14px;
                padding: 12px 12px 8px;
            }
            .xc-product-six__meta-wrapper {
                padding: 0 12px 12px;
            }
            .xc-product-six__meta {
                font-size: 11px;
                gap: 6px;
            }
        }