
        /* 隔离容器样式 - 防止外部样式影响 */
        #wingsuit-event-wrapper {
            all: initial;
            display: block;
            width: 100%;
            min-height: 100vh;
        }
        
        /* 容器内部重置样式 */
        #wingsuit-event-wrapper *,
        #wingsuit-event-wrapper *::before,
        #wingsuit-event-wrapper *::after {
            box-sizing: border-box !important;
            margin: 0 !important;
            padding: 0 !important;
        }
        
        /* 主容器样式 */
        #wingsuit-event-wrapper {
            background-color: #f8f8f8 !important;
            color: #333 !important;
            line-height: 1.6 !important;
            overflow-x: hidden !important;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
        }
        
        /* 内部布局容器 */
        #wingsuit-event-wrapper .wingsuit-container {
            display: flex !important;
            width: 100% !important;
            max-width: 1920px !important;
            margin: 0 auto !important;
            min-height: 100vh !important;
        }
        
        /* 左侧内容区域 */
        #wingsuit-event-wrapper .content-left {
            flex: 1 !important;
            padding: 50px 80px 50px 60px !important;
            background-color: #ffffff !important;
            position: relative !important;
            overflow-y: auto !important;
            max-width: calc(100% - 500px) !important;
        }
        
        /* 右侧展示区域 */
        #wingsuit-event-wrapper .content-right {
            width: 500px !important;
            background-color: #f0f0f0 !important;
            padding: 50px 40px !important;
            display: flex !important;
            flex-direction: column !important;
            gap: 25px !important;
            position: relative !important;
        }
        
        #wingsuit-event-wrapper .header {
            text-align: center !important;
            margin-bottom: 50px !important;
            position: relative !important;
        }
        
        #wingsuit-event-wrapper .event-title {
            font-size: 3.5rem !important;
            font-weight: 800 !important;
            letter-spacing: 1px !important;
            color: #d35400 !important;
            margin-bottom: 10px !important;
            text-transform: uppercase !important;
        }
        
        #wingsuit-event-wrapper .event-subtitle {
            font-size: 1.8rem !important;
            color: #666 !important;
            margin-bottom: 30px !important;
            font-weight: 300 !important;
        }
        
        /* 修改：日期和地点改为左对齐 */
        #wingsuit-event-wrapper .event-date-location {
            background-color: #f9f9f9 !important;
            padding: 20px !important;
            border-radius: 8px !important;
            margin-bottom: 50px !important;
            border-left: 4px solid #d35400 !important;
        }
        
        #wingsuit-event-wrapper .location {
            font-size: 2rem !important;
            font-weight: 700 !important;
            color: #333 !important;
            margin-bottom: 8px !important;
            text-align: left !important; /* 确保左对齐 */
        }
        
        #wingsuit-event-wrapper .date {
            font-size: 1.7rem !important;
            color: #d35400 !important;
            font-weight: 600 !important;
            text-align: left !important; /* 修改：从居中对齐改为左对齐 */
        }
        
        /* 主宣传图片 - 改为自适应高度 */
        #wingsuit-event-wrapper .main-feature-image {
            width: 100% !important;
            border-radius: 12px !important;
            margin-bottom: 50px !important;
            position: relative !important;
            overflow: hidden !important;
            box-shadow: 0 10px 30px rgba(0,0,0,0.2) !important;
        }
        
        #wingsuit-event-wrapper .main-feature-image img {
            width: 100% !important;
            height: auto !important;
            display: block !important;
            max-height: 80vh !important;
            object-fit: cover !important;
        }
        
        /* 移除了背景渐变叠加层 */
        
        /* 移除了主宣传图片内容区域的所有样式 */
        
        #wingsuit-event-wrapper .content-section {
            margin-bottom: 50px !important;
        }
        
        /* 标题全部大写改为每个单词首字母大写，并加粗 */
        #wingsuit-event-wrapper h2 {
            color: #d35400 !important;
            font-size: 2rem !important;
            margin-bottom: 20px !important;
            padding-bottom: 8px !important;
            border-bottom: 2px solid #eee !important;
            text-transform: capitalize !important;
            font-weight: 700 !important; /* 新增：加粗 */
        }
        
        #wingsuit-event-wrapper p {
            margin-bottom: 20px !important;
            color: #444 !important;
            font-size: 1.1rem !important;
        }
        
        #wingsuit-event-wrapper ul {
            margin-left: 20px !important;
            margin-bottom: 20px !important;
        }
        
        #wingsuit-event-wrapper li {
            margin-bottom: 10px !important;
            color: #444 !important;
            font-size: 1.1rem !important;
        }
        
        /* 活动大使和摄影师样式 */
        #wingsuit-event-wrapper .ambassadors-section,
        #wingsuit-event-wrapper .photographers-section {
            margin-bottom: 50px !important;
        }
        
        #wingsuit-event-wrapper .ambassadors-list,
        #wingsuit-event-wrapper .photographers-list {
            display: grid !important;
            grid-template-columns: repeat(2, 1fr) !important;
            gap: 20px !important;
            margin-top: 20px !important;
        }
        
        #wingsuit-event-wrapper .ambassador-item,
        #wingsuit-event-wrapper .photographer-item {
            background-color: #f9f9f9 !important;
            padding: 20px !important;
            border-radius: 8px !important;
            border-left: 4px solid #d35400 !important;
        }
        
        #wingsuit-event-wrapper .ambassador-name,
        #wingsuit-event-wrapper .photographer-name {
            font-weight: 700 !important;
            color: #333 !important;
            font-size: 1.2rem !important;
            margin-bottom: 5px !important;
        }
        
        /* 时间表样式 */
        #wingsuit-event-wrapper .schedule-section {
            margin-bottom: 50px !important;
        }
        
        #wingsuit-event-wrapper .schedule-item {
            background-color: #f9f9f9 !important;
            padding: 20px !important;
            border-radius: 8px !important;
            margin-bottom: 20px !important;
            border-left: 4px solid #d35400 !important;
        }
        
        #wingsuit-event-wrapper .week-title {
            font-weight: 700 !important;
            color: #d35400 !important;
            font-size: 1.3rem !important;
            margin-bottom: 10px !important;
        }
        
        /* 重要提示样式 */
        #wingsuit-event-wrapper .notes-section {
            margin-bottom: 50px !important;
        }
        
        #wingsuit-event-wrapper .note-item {
            background-color: #f9f9f9 !important;
            padding: 20px !important;
            border-radius: 8px !important;
            margin-bottom: 20px !important;
        }
        
        #wingsuit-event-wrapper .note-title {
            font-weight: 700 !important;
            color: #333 !important;
            font-size: 1.1rem !important;
            margin-bottom: 5px !important;
        }
        
        #wingsuit-event-wrapper .note-date {
            color: #d35400 !important;
            font-weight: 600 !important;
        }
        
        /* 价格套餐样式 */
        #wingsuit-event-wrapper .packages-section {
            margin-bottom: 50px !important;
        }
        
        #wingsuit-event-wrapper .package-grid {
            display: grid !important;
            grid-template-columns: repeat(2, 1fr) !important;
            gap: 20px !important;
            margin-top: 20px !important;
        }
        
        #wingsuit-event-wrapper .package-item {
            background-color: #f9f9f9 !important;
            padding: 25px !important;
            border-radius: 8px !important;
            text-align: center !important;
            border: 2px solid #ddd !important;
            transition: all 0.3s ease !important;
        }
        
        #wingsuit-event-wrapper .package-item:hover {
            border-color: #d35400 !important;
            transform: translateY(-5px) !important;
            box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
        }
        
        #wingsuit-event-wrapper .package-jumps {
            font-size: 1.8rem !important;
            font-weight: 800 !important;
            color: #d35400 !important;
            margin-bottom: 10px !important;
        }
        
        #wingsuit-event-wrapper .package-price {
            font-size: 2.2rem !important;
            font-weight: 700 !important;
            color: #333 !important;
        }
        
        /* 包含和不包含样式 */
        #wingsuit-event-wrapper .included-section,
        #wingsuit-event-wrapper .not-included-section {
            margin-bottom: 50px !important;
        }
        
        #wingsuit-event-wrapper .included-list,
        #wingsuit-event-wrapper .not-included-list {
            background-color: #f9f9f9 !important;
            padding: 25px !important;
            border-radius: 8px !important;
        }
        
        #wingsuit-event-wrapper .included-item,
        #wingsuit-event-wrapper .not-included-item {
            padding: 8px 0 !important;
            border-bottom: 1px dashed #ddd !important;
        }
        
        #wingsuit-event-wrapper .included-item:last-child,
        #wingsuit-event-wrapper .not-included-item:last-child {
            border-bottom: none !important;
        }
        
        #wingsuit-event-wrapper .extra-price {
            color: #d35400 !important;
            font-weight: 600 !important;
        }
        
        /* 注册按钮样式 - 已修改，增加左右内边距和右箭头 */
        .registration-link {
            display: inline-flex !important; /* 修改为flex布局以便对齐图标 */
            align-items: center !important;
            background-color: #d35400 !important;
            color: white !important;
            padding: 18px 35px !important; /* 修改：增加左右内边距，从50px减少到35px，因为flex布局需要调整 */
            border-radius: 6px !important;
            text-decoration: none !important;
            font-weight: 700 !important;
            font-size: 1.3rem !important;
            margin-top: 10px !important;
            transition: all 0.3s ease !important;
            gap: 10px !important; /* 文字和箭头之间的间距 */
        }
        
        #wingsuit-event-wrapper .registration-link:hover {
            background-color: #e67e22 !important;
            transform: translateY(-3px) !important;
            box-shadow: 0 5px 15px rgba(231, 76, 60, 0.4) !important;
        }
        
        /* 右箭头样式 */
        .registration-link i {
            font-size: 1.2rem !important;
        }
        
        /* 注册部分提示文字样式 */
        #wingsuit-event-wrapper .registration-prompt {
            font-size: 1.2rem !important;
            color: #444 !important;
            margin-bottom: 10px !important;
        }
        
        /* 联系信息样式 */
        #wingsuit-event-wrapper .contact-section {
            margin-bottom: 50px !important;
        }
        
        #wingsuit-event-wrapper .contact-info {
            background-color: #f9f9f9 !important;
            padding: 25px !important;
            border-radius: 8px !important;
        }
        
        #wingsuit-event-wrapper .contact-item {
            margin-bottom: 15px !important;
        }
        
        #wingsuit-event-wrapper .contact-label {
            font-weight: 600 !important;
            color: #333 !important;
            margin-bottom: 5px !important;
        }
        
        #wingsuit-event-wrapper .contact-detail {
            color: #d35400 !important;
        }
        
        #wingsuit-event-wrapper .link-container {
            margin-top: 20px !important;
            font-size: 1.2rem !important;
        }
        
        #wingsuit-event-wrapper .link-container a {
            color: #d35400 !important;
            text-decoration: none !important;
            border-bottom: 1px dashed #d35400 !important;
        }
        
        #wingsuit-event-wrapper .link-container a:hover {
            color: #e67e22 !important;
            border-bottom: 1px solid #e67e22 !important;
        }
        
        /* 右侧卡片样式 */
        #wingsuit-event-wrapper .product-card {
            background-color: white !important;
            border-radius: 10px !important;
            overflow: hidden !important;
            cursor: pointer !important;
            transition: all 0.3s ease !important;
            border: 1px solid #ddd !important;
            height: 400px !important;
            display: flex !important;
            flex-direction: column !important;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05) !important;
        }
        
        #wingsuit-event-wrapper .product-card:hover {
            transform: translateY(-8px) !important;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
            border-color: #d35400 !important;
        }
        
        #wingsuit-event-wrapper .card-image {
            height: 220px !important;
            background-size: cover !important;
            background-position: center !important;
            position: relative !important;
        }
        
        #wingsuit-event-wrapper .card-overlay {
            position: absolute !important;
            top: 0 !important;
            left: 0 !important;
            width: 100% !important;
            height: 100% !important;
            background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.4)) !important;
        }
        
        #wingsuit-event-wrapper .card-content {
            padding: 25px !important;
            flex: 1 !important;
            display: flex !important;
            flex-direction: column !important;
        }
        
        #wingsuit-event-wrapper .card-title {
            font-size: 1.6rem !important;
            font-weight: 700 !important;
            color: #333 !important;
            margin-bottom: 10px !important;
        }
        
        #wingsuit-event-wrapper .card-description {
            color: #666 !important;
            font-size: 1rem !important;
            flex: 1 !important;
            line-height: 1.5 !important;
            display: -webkit-box !important;
            -webkit-line-clamp: 2 !important;
            -webkit-box-orient: vertical !important;
            overflow: hidden !important;
        }
        
        #wingsuit-event-wrapper .card-cta {
            color: #d35400 !important;
            font-weight: 600 !important;
            font-size: 1rem !important;
            margin-top: 15px !important;
            display: flex !important;
            align-items: center !important;
        }
        
        #wingsuit-event-wrapper .card-cta i {
            margin-left: 8px !important;
            transition: transform 0.3s !important;
        }
        
        #wingsuit-event-wrapper .product-card:hover .card-cta i {
            transform: translateX(5px) !important;
        }
        
        /* 响应式调整 */
        @media (max-width: 1440px) {
            #wingsuit-event-wrapper .wingsuit-container {
                max-width: 1440px !important;
            }
            
            #wingsuit-event-wrapper .content-left {
                padding: 40px 60px 40px 40px !important;
            }
            
            #wingsuit-event-wrapper .content-right {
                width: 450px !important;
                padding: 40px 30px !important;
            }
            
            #wingsuit-event-wrapper .event-title {
                font-size: 3rem !important;
            }
            
            #wingsuit-event-wrapper .main-feature-image img {
                max-height: 70vh !important;
            }
        }
        
        @media (max-width: 1200px) {
            #wingsuit-event-wrapper .wingsuit-container {
                flex-direction: column !important;
            }
            
            #wingsuit-event-wrapper .content-left {
                max-width: 100% !important;
                padding: 40px 60px 40px 40px !important;
            }
            
            #wingsuit-event-wrapper .content-right {
                width: 100% !important;
                flex-direction: row !important;
                flex-wrap: wrap !important;
                justify-content: center !important;
                padding: 40px 30px !important;
            }
            
            #wingsuit-event-wrapper .product-card {
                width: 45% !important;
                min-width: 300px !important;
                margin: 10px !important;
            }
            
            #wingsuit-event-wrapper .main-feature-image img {
                max-height: 60vh !important;
            }
            
            #wingsuit-event-wrapper .ambassadors-list,
            #wingsuit-event-wrapper .photographers-list,
            #wingsuit-event-wrapper .package-grid {
                grid-template-columns: 1fr !important;
            }
        }
        
        @media (max-width: 768px) {
            #wingsuit-event-wrapper .content-left,
            #wingsuit-event-wrapper .content-right {
                padding: 20px !important;
            }
            
            #wingsuit-event-wrapper .event-title {
                font-size: 2.2rem !important;
            }
            
            #wingsuit-event-wrapper .main-feature-image img {
                max-height: 50vh !important;
            }
            
            #wingsuit-event-wrapper .product-card {
                width: 100% !important;
            }
        }
        
        /* 选中状态 */
        #wingsuit-event-wrapper .product-card.selected {
            border-color: #d35400 !important;
            box-shadow: 0 0 0 2px #d35400, 0 10px 20px rgba(0,0,0,0.1) !important;
        }
        
        /* 详情面板 */
        #wingsuit-event-wrapper .detail-panel {
            position: fixed !important;
            top: 0 !important;
            right: -500px !important;
            width: 500px !important;
            height: 100vh !important;
            background-color: white !important;
            z-index: 1000 !important;
            padding: 50px 40px !important;
            transition: right 0.4s ease !important;
            overflow-y: auto !important;
            box-shadow: -5px 0 15px rgba(0,0,0,0.1) !important;
            border-left: 1px solid #ddd !important;
        }
        
        #wingsuit-event-wrapper .detail-panel.active {
            right: 0 !important;
        }
        
        #wingsuit-event-wrapper .detail-close {
            position: absolute !important;
            top: 20px !important;
            right: 20px !important;
            background: none !important;
            border: none !important;
            color: #d35400 !important;
            font-size: 1.5rem !important;
            cursor: pointer !important;
        }
        
        #wingsuit-event-wrapper .detail-title {
            font-size: 2.2rem !important;
            color: #d35400 !important;
            margin-bottom: 20px !important;
        }
        
        #wingsuit-event-wrapper .detail-image {
            width: 100% !important;
            height: 250px !important;
            background-size: cover !important;
            background-position: center !important;
            border-radius: 8px !important;
            margin-bottom: 20px !important;
        }
        
        #wingsuit-event-wrapper .detail-description {
            color: #444 !important;
            line-height: 1.7 !important;
            margin-bottom: 25px !important;
            font-size: 1.1rem !important;
        }
        
        #wingsuit-event-wrapper .detail-features {
            list-style-type: none !important;
            margin-bottom: 25px !important;
        }
        
        #wingsuit-event-wrapper .detail-features li {
            padding-left: 25px !important;
            position: relative !important;
            margin-bottom: 10px !important;
            font-size: 1.1rem !important;
        }
        
        #wingsuit-event-wrapper .detail-features li:before {
            content: "✓" !important;
            color: #d35400 !important;
            position: absolute !important;
            left: 0 !important;
        }
        
        #wingsuit-event-wrapper .detail-button {
            display: inline-block !important;
            background-color: #d35400 !important;
            color: white !important;
            padding: 12px 25px !important;
            border-radius: 6px !important;
            text-decoration: none !important;
            font-weight: 700 !important;
            text-align: center !important;
            transition: all 0.3s !important;
            font-size: 1.1rem !important;
        }
        
        #wingsuit-event-wrapper .detail-button:hover {
            background-color: #e67e22 !important;
        }
        
        #wingsuit-event-wrapper .overlay {
            position: fixed !important;
            top: 0 !important;
            left: 0 !important;
            width: 100% !important;
            height: 100% !important;
            background-color: rgba(0,0,0,0.5) !important;
            z-index: 999 !important;
            display: none !important;
        }
        
        #wingsuit-event-wrapper .overlay.active {
            display: block !important;
        }
    