

    .login-modal .modal-content {
        border: none;
        border-radius: 20px;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
        overflow: hidden;
    }

    .login-modal .modal-header {
        background: linear-gradient(135deg, #8f1a1f, #a82328);
        color: white;
        border: none;
        padding: 1.5rem;
    }

    .login-modal .modal-title {
        font-size: 1.4rem;
        font-weight: 600;
        color: white;
    }

    .login-modal .btn-close {
        color: white;
        opacity: 0.8;
        transition: opacity 0.3s ease;
    }

    .login-modal .btn-close:hover {
        opacity: 1;
    }

    .login-modal .modal-body {
        padding: 2rem;
        background: #f8f9fa;
    }

    .login-modal .form-label {
        color: #495057;
        font-size: 1.1rem;
        font-weight: 500;
        margin-bottom: 0.75rem;
    }

    .invite-code-input {
        font-size: 1.4rem;
        letter-spacing: 4px;
        text-align: center;
        font-family: 'Courier New', monospace;
        padding: 1rem;
        border: 2px solid #dee2e6;
        border-radius: 12px;
        transition: all 0.3s ease;
        background: white;
        color: #495057;
    }

    .invite-code-input:focus {
        border-color: #8f1a1f;
        box-shadow: 0 0 0 0.25rem rgba(143, 26, 31, 0.25);
        outline: none;
    }

    .invite-code-input::placeholder {
        color: #adb5bd;
        letter-spacing: 2px;
    }

    .login-error {
        display: none;
        color: #dc3545;
        background: rgba(220, 53, 69, 0.1);
        padding: 0.75rem 1rem;
        border-radius: 8px;
        margin-top: 1rem;
        font-size: 0.95rem;
        border-left: 4px solid #dc3545;
    }

    .login-modal .btn-primary {
        background: #8f1a1f;
        border: none;
        padding: 0.8rem;
        font-size: 1.1rem;
        font-weight: 500;
        border-radius: 10px;
        margin-top: 1.5rem;
        transition: all 0.3s ease;
    }

    .login-modal .btn-primary:hover {
        background: #a82328;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(143, 26, 31, 0.3);
    }

    .login-modal .btn-primary:active {
        transform: translateY(0);
    }

    .login-hint {
        color: #6c757d;
        font-size: 0.9rem;
        margin-top: 0.5rem;
        text-align: center;
    }

    @media (max-width: 576px) {
        .login-modal .modal-body {
            padding: 1.5rem;
        }

        .invite-code-input {
            font-size: 1.2rem;
            padding: 0.8rem;
        }

        .login-modal .modal-title {
            font-size: 1.2rem;
        }
    }

    /* 优化登录模态框样式 */
    .code-example {
        font-weight: 500;
        color: #333;
    }

    .highlight-code {
        background: rgba(143, 26, 31, 0.1);
        color: #8f1a1f;
        font-weight: 700;
        padding: 3px 8px;
        border-radius: 4px;
        letter-spacing: 1px;
        border: 1px dashed rgba(143, 26, 31, 0.3);
    }

    .highlight-email {
        color: #2e3687;
        font-weight: 600;
        border-bottom: 1px solid #2e3687;
        padding-bottom: 1px;
    }

    .form-text {
        color: #555;
        line-height: 1.5;
    }

    /* 双重验证登录表单样式 */
    .login-intro {
        background-color: rgba(46, 54, 135, 0.05);
        border-left: 3px solid #2e3687;
        padding: 12px 15px;
        border-radius: 4px;
        color: #333;
    }

    .login-intro p {
        margin-bottom: 0;
        font-size: 0.95rem;
    }

    .input-group-text {
        background-color: rgba(143, 26, 31, 0.05);
        border-color: #ced4da;
        color: #8f1a1f;
    }

    .invite-code-input {
        letter-spacing: 1px;
        font-weight: 500;
    }

    .reference-example {
        margin-top: 8px;
    }

    .code-wrapper {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 8px;
    }

    .example-label {
        font-weight: 500;
        color: #555;
    }

    .reference-help {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        font-size: 0.9rem;
        color: #555;
    }

    .support-link {
        color: #2e3687;
        font-weight: 600;
        text-decoration: none;
        border-bottom: 1px solid;
        transition: all 0.2s ease;
    }

    .support-link:hover {
        color: #8f1a1f;
    }

    @media (max-width: 576px) {
        .code-wrapper {
            flex-direction: column;
            align-items: flex-start;
        }
    }


    .header__top {
        background: linear-gradient(90deg, #8f1a1f, #a82328);
        padding: 12px 0;
        color: rgba(255, 255, 255, 0.9);
    }

    .header-top__info {
        text-align: left;
    }

    .header-top__info p {
        margin: 0;
        font-size: 1.1rem;
        letter-spacing: 0.5px;
    }

    .header__top-right {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    /* 右上角按钮样式 */
    .header__top-action {
        display: flex;
        align-items: center;
    }

    .how-to-book-btn {
        color: white;
        text-decoration: none;
        padding: 8px 16px;
        background: rgba(255, 255, 255, 0.15);
        border-radius: 50px;
        transition: all 0.3s ease;
        font-size: 0.95rem;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .how-to-book-btn:hover {
        background: rgba(255, 255, 255, 0.25);
        transform: translateY(-2px);
        color: white;
        text-decoration: none;
    }

    .how-to-book-btn i {
        font-size: 0.9em;
    }

    /* 导航栏样式增强 */
    .header__bottom {
        background: #ffffff;
        padding: 15px 0;
        position: relative;
    }

    /* 导航栏顶部分隔线 */
    .header__bottom::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg,
            transparent 0%,
            rgba(143, 26, 31, 0.08) 15%,
            rgba(143, 26, 31, 0.08) 85%,
            transparent 100%
        );
    }

    /* 导航栏底部分隔线 */
    .header__bottom::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg,
            transparent 0%,
            rgba(143, 26, 31, 0.08) 15%,
            rgba(143, 26, 31, 0.08) 85%,
            transparent 100%
        );
    }

    /* 导航栏内容区域 */
    .navbar {
        position: relative;
        padding: 0;
    }

    .navbar-brand {
        padding: 0;
    }

    .navbar-brand img {
        height: 50px;
        width: auto;
    }

    .navbar-nav {
        gap: 20px;
        align-items: center;
    }

    .nav-item {
        position: relative;
    }

    .nav-link {
        color: #2c2926;
        font-weight: 500;
        padding: 12px 20px;
        border-radius: 12px;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 1.05rem;
        position: relative;
        overflow: hidden;
    }

    .nav-link::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(143, 26, 31, 0.08);
        transform: scaleX(0);
        transform-origin: right;
        transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        z-index: -1;
    }

    .nav-link:hover::before {
        transform: scaleX(1);
        transform-origin: left;
    }

    .nav-link i {
        font-size: 1.15em;
        transition: transform 0.3s ease;
        color: #8f1a1f;
    }

    .nav-link:hover {
        color: #8f1a1f;
        transform: translateY(-2px);
    }

    .nav-link:hover i {
        transform: scale(1.1);
    }

    /* 激活状态 */
    .nav-link.active {
        color: #8f1a1f;
        background: rgba(143, 26, 31, 0.08);
        font-weight: 600;
        box-shadow: 0 4px 12px rgba(143, 26, 31, 0.08);
    }

    .nav-link.active::before {
        display: none;
    }

    .nav-link.active i {
        transform: scale(1.1);
    }

    /* 登出按钮特殊样式 */
    .nav-link.text-danger {
        color: #dc3545;
        border: 1px solid rgba(220, 53, 69, 0.1);
    }

    .nav-link.text-danger::before {
        background: rgba(220, 53, 69, 0.05);
    }

    .nav-link.text-danger:hover {
        color: #bd2130;
        border-color: rgba(220, 53, 69, 0.2);
        background: transparent;
    }

    /* 移动端样式优化 */
    @media (max-width: 991px) {
        .header__bottom {
            padding: 10px 0;
        }

        .navbar-brand img {
            height: 45px;
        }
    }

    @media (max-width: 768px) {
        .navbar-brand img {
            height: 40px;
        }
    }

    /* 添加导航展开/收起动画 */
    .navbar-collapse {
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .navbar-collapse.collapsing {
        opacity: 0;
        transform: translateY(-10px);
    }

    .navbar-collapse.show {
        opacity: 1;
        transform: translateY(0);
    }




 /* 调整倒计时部分，为底部提示留出空间 */
 .djs-countdown-section {
    padding: 0 0 120px; /* 移除顶部内边距 */
    background: #ffffff;
    position: relative;
    overflow: hidden;
    width: 100vw;
    min-height: 100vh;
    display: flex;
    align-items: flex-start; /* 改为顶部对齐 */
}

.container-fluid {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 30px;
}

.djs-countdown-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 30px;
}

/* 调整网格布局以适应大屏 */
.djs-timer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(20px, 4vw, 40px);
    max-width: 1200px;
    margin: 0 auto;
}

/* 响应式调整 */
@media (max-width: 1200px) {
    .container-fluid {
        padding: 0 20px;
    }

    .djs-countdown-container {
        padding: 40px 20px;
    }
}

@media (max-width: 768px) {
    .djs-countdown-section {
        padding: 20px 0 100px; /* 移动端更小的内边距 */
        min-height: auto;
    }

    .djs-timer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .container-fluid {
        padding: 0 15px;
    }
}

/* 重新设计的紧凑型提示区域 */
.important-info-prompt {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    padding: 10px 15px;
    margin: auto auto 10px;
    max-width: 500px;
    display: flex;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-left: 2px solid #8f1a1f;
    border-right: 2px solid #253783;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 5;
}

.alert-icon {
    flex: 0 0 32px;
    height: 32px;
    background: rgba(143, 26, 31, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.alert-icon i {
    font-size: 1rem;
    color: #8f1a1f;
}

.prompt-content {
    flex: 1;
}

.prompt-content h4 {
    color: #8f1a1f;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 0.95rem;
}

.prompt-content p {
    margin-bottom: 0;
    color: #555;
    font-size: 0.8rem;
    line-height: 1.3;
}

.read-info-btn {
    background: #8f1a1f;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 5px 12px;
    font-weight: 600;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    margin-left: 10px;
}

.read-info-btn i {
    margin-left: 3px;
    font-size: 0.75rem;
}

/* 修复渐变比例问题 */
.djs-time-card::before {
    background: #8f1a1f !important; /* 移除渐变，使用纯红色 */
}

@media (max-width: 767px) {
    .important-info-prompt {
        padding: 8px 12px;
        max-width: 90%;
        flex-wrap: wrap;
        bottom: 10px;
    }

    .alert-icon {
        flex: 0 0 28px;
        height: 28px;
    }

    .prompt-content h4 {
        font-size: 0.9rem;
    }

    .prompt-content p {
        font-size: 0.75rem;
    }

    .read-info-btn {
        margin-left: auto;
        margin-top: 5px;
        padding: 4px 10px;
        font-size: 0.75rem;
    }
}


/* Important Information 部分的样式 - 简化为纯红色 */
.terms-section {
    padding: 70px 0;
    background-color: #ffffff;
    position: relative;
}

.terms-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.terms-header {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.terms-header:after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: #8f1a1f; /* 移除渐变，使用纯红色 */
    margin: 20px auto 0;
}

.terms-header h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #8f1a1f;
    margin-bottom: 15px;
}

.terms-header p {
    color: #555;
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
}

.terms-card {
    background: #fff;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    border-top: 3px solid #8f1a1f; /* 移除蓝色，使用纯红色 */
    position: relative;
}

.booking-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.booking-info-list li {
    padding: 15px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    display: flex;
    align-items: flex-start;
}

.booking-info-list li:last-child {
    border-bottom: none;
}

.booking-info-list .info-icon {
    flex: 0 0 36px;
    height: 36px;
    background: rgba(143, 26, 31, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    color: #8f1a1f;
}

.booking-info-list .info-content {
    flex: 1;
}

.booking-info-list h4 {
    color: #333;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.booking-info-list p {
    color: #555;
    margin-bottom: 0;
    line-height: 1.6;
}

.important-highlight {
    background: rgba(143, 26, 31, 0.05);
    color: #8f1a1f;
    padding: 2px 5px;
    border-radius: 3px;
    font-weight: 500;
}

/* 预订按钮样式 */
.book-now-container {
    text-align: center;
    margin-top: 40px;
    padding: 20px 0;
}

.book-now-btn {
    display: inline-block;
    background: #8f1a1f;
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(143, 26, 31, 0.25);
}

.book-now-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(143, 26, 31, 0.35);
    color: white;
}

.book-now-btn i {
    margin-right: 10px;
}

/* 响应式调整 */
@media (max-width: 767px) {
    .terms-section {
        padding: 50px 0;
    }

    .terms-header h3 {
        font-size: 2rem;
    }

    .terms-card {
        padding: 25px;
    }

    .booking-info-list li {
        flex-direction: column;
    }

    .booking-info-list .info-icon {
        margin-bottom: 15px;
    }

    .book-now-btn {
        padding: 12px 30px;
        font-size: 1.1rem;
    }
}



 /* 完全重构页脚样式，确保与浮动按钮不重叠 */
/* 页脚文字内容容器 */
.footer-content {
    max-width: 800px;
    margin: 0 auto;
}

.footer-spacer {
    height: 30px;
}

/* 页脚文字样式 */
.exclusive-notice {
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.8);
    padding: 0 20px; /* 页脚文字两侧留出空间 */
}

.exclusive-notice i {
    color: #8f1a1f;
    margin-right: 8px;
}

.copyright {
    font-size: 0.85rem;
    opacity: 0.7;
    margin-top: 10px !important;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.7);
}

/* 移除所有标准内边距类以避免干扰 */
.footer__wrapper.padding-top,
.footer__wrapper.padding-top--2x,
.footer__wrapper.padding-bottom {
    padding: 0 !important;
}

/* 减少行距 */
.row.g-5 {
    --bs-gutter-y: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* 确保浮动帮助按钮正确固定在右下角 */
.need-help-container,
.need-help-btn,
.help-floating-btn,
[class*="help-btn"],
[class*="support-btn"] {
    position: fixed !important;
    right: 20px !important;
    bottom: 20px !important;
    z-index: 1000 !important;
}

@media (max-width: 767px) {
    .footer__wrapper {
        padding-top: 25px;
    }

    .footer-content {
        padding: 0 0 15px;
        max-width: 100%;
    }

    .footer-spacer {
        height: 70px; /* 移动端调整底部空间 */
    }

    .exclusive-notice {
        font-size: 0.85rem;
        padding: 0 15px;
    }

    .copyright {
        margin-top: 8px !important;
        font-size: 0.8rem;
    }
}



@keyframes highlight-pulse {
    0% { box-shadow: 0 0 0 0 rgba(143, 26, 31, 0.4); }
    70% { box-shadow: 0 0 0 20px rgba(143, 26, 31, 0); }
    100% { box-shadow: 0 0 0 0 rgba(143, 26, 31, 0); }
}

.highlight-section {
    animation: highlight-pulse 1.5s 1;
}


    /* 倒计时部分样式增强 */
    .djs-countdown-section {
        padding: 120px 0;
        background: #ffffff;
        position: relative;
        overflow: hidden;
        width: 100vw;
        min-height: 100vh;
        display: flex;
        align-items: center;
    }

    /* 背景装饰元素 */
    .djs-background-decor {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }

    .decor-circle {
        position: absolute;
        border-radius: 50%;
        opacity: 0.1;
    }

    .circle-1 {
        width: 300px;
        height: 300px;
        background: linear-gradient(45deg, #8f1a1f, #2e3687);
        top: -100px;
        left: -100px;
        animation: float 15s ease-in-out infinite;
    }

    .circle-2 {
        width: 200px;
        height: 200px;
        background: linear-gradient(-45deg, #8f1a1f, #2e3687);
        bottom: -50px;
        right: -50px;
        animation: float 12s ease-in-out infinite reverse;
    }

    .decor-line {
        position: absolute;
        background: linear-gradient(90deg, transparent, rgba(143, 26, 31, 0.1), transparent);
        height: 2px;
        width: 100%;
    }

    .line-1 {
        top: 30%;
        transform: rotate(-15deg);
        animation: lineMove 20s linear infinite;
    }

    .line-2 {
        bottom: 40%;
        transform: rotate(15deg);
        animation: lineMove 25s linear infinite reverse;
    }

    /* 标题样式增强 */
    .section-header {
        margin-bottom: 50px;
        margin-top: 10px; /* 减少顶部间距 */
        position: relative;
    }

    .section-header .sub-title {
        color: #666;
        font-size: 1.1rem;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-weight: 500;
        margin-bottom: 20px;
        display: inline-block;
        padding: 8px 20px;
        background: rgba(143, 26, 31, 0.05);
        border-radius: 30px;
    }

    .section-header .highlight {
        color: #8f1a1f;
        font-weight: 700;
    }

    .section-header .section-title {
        font-size: 3.2rem;
        background: linear-gradient(45deg, #2e3687, #8f1a1f);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 25px;
        font-weight: 800;
    }

    .section-header .section-desc {
        color: #555;
        font-size: 1.2rem;
        max-width: 700px;
        margin: 0 auto;
    }

    /* 倒计时卡片样式增强 */
    .djs-countdown-container {
        max-width: 1100px;
        margin: 0 auto;
        padding: 60px;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 40px;
        box-shadow:
            0 20px 40px rgba(46, 54, 135, 0.05),
            0 0 0 1px rgba(46, 54, 135, 0.1);
        backdrop-filter: blur(10px);
    }

    .djs-timer-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 40px;
        padding: 20px;
    }

    .djs-time-card {
        perspective: 1000px;
    }

    .card-inner {
        background: #ffffff;
        border-radius: 25px;
        padding: 35px 20px;
        text-align: center;
        transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        position: relative;
        border: 2px solid rgba(46, 54, 135, 0.1);
        transform-style: preserve-3d;
    }

    .djs-time-card:hover .card-inner {
        transform: translateY(-10px) rotateX(10deg);
        border-color: #8f1a1f;
        box-shadow:
            0 20px 40px rgba(143, 26, 31, 0.1),
            0 0 0 5px rgba(143, 26, 31, 0.05);
    }

    .djs-time-number {
        font-size: 4rem;
        background: linear-gradient(45deg, #2e3687, #8f1a1f);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 700;
        line-height: 1.1;
        margin-bottom: 15px;
        font-family: 'Arial', sans-serif;
    }

    .djs-time-number.changing {
        animation: numberPulse 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .djs-time-label {
        font-size: 1.1rem;
        color: #666;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 600;
        position: relative;
        padding-top: 10px;
    }

    .djs-time-label::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 30px;
        height: 2px;
        background: linear-gradient(90deg, #2e3687, #8f1a1f);
    }

    /* 波纹效果 */
    .djs-ripple-effect {
        position: absolute;
        background: rgba(143, 26, 31, 0.1);
        border-radius: 50%;
        transform: scale(0);
        animation: ripple 0.8s ease-out;
        pointer-events: none;
    }

    /* 动画定义 */
    @keyframes float {
        0%, 100% { transform: translate(0, 0) rotate(0deg); }
        25% { transform: translate(20px, 20px) rotate(5deg); }
        50% { transform: translate(0, 40px) rotate(0deg); }
        75% { transform: translate(-20px, 20px) rotate(-5deg); }
    }

    @keyframes lineMove {
        0% { transform: translateX(-100%) rotate(-15deg); }
        100% { transform: translateX(100%) rotate(-15deg); }
    }

    @keyframes numberPulse {
        0% { transform: scale(1); opacity: 1; }
        50% { transform: scale(1.1); opacity: 0.8; }
        100% { transform: scale(1); opacity: 1; }
    }

    @keyframes ripple {
        to {
            transform: scale(4);
            opacity: 0;
        }
    }

    /* 响应式调整 */
    @media (max-width: 991px) {
        .djs-countdown-section {
            padding: 100px 0 140px;
        }

        .section-header .section-title {
            font-size: 2.8rem;
        }

        .djs-countdown-container {
            padding: 40px;
        }

        .djs-time-number {
            font-size: 3.5rem;
        }
    }

    @media (max-width: 768px) {
        .djs-countdown-section {
            padding: 20px 0 100px; /* 移动端更小的内边距 */
        }

        .section-header {
            margin-bottom: 40px;
            margin-top: 10px;
        }

        .djs-timer-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 25px;
        }

        .djs-time-number {
            font-size: 3rem;
        }

        .circle-1, .circle-2 {
            display: none;
        }

    }

    @media (max-width: 480px) {
        .djs-time-number {
            font-size: 2.5rem;
        }

        .djs-time-label {
            font-size: 1rem;
        }
    }




     /* 滚动按钮样式调整 */
     .scroll-down-btn {
        position: fixed; /* 改为固定定位 */
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
        background: linear-gradient(45deg, #8f1a1f, #2e3687);
        color: white;
        border: none;
        border-radius: 30px;
        padding: 15px 30px;
        font-size: 1.1rem;
        font-weight: 600;
        cursor: pointer;
        box-shadow: 0 10px 20px rgba(143, 26, 31, 0.2);
        transition: all 0.3s ease;
        z-index: 1000; /* 提高层级 */
        display: flex;
        align-items: center;
        gap: 10px;
        animation: scroll-btn-pulse 2s infinite;
        opacity: 1;
    }

    .scroll-down-btn:hover {
        transform: translateX(-50%) translateY(-5px);
        box-shadow: 0 15px 30px rgba(143, 26, 31, 0.3);
    }

    .scroll-down-btn .arrow {
        display: inline-block;
        width: 12px;
        height: 12px;
        border-right: 2px solid white;
        border-bottom: 2px solid white;
        transform: rotate(45deg);
        animation: scroll-btn-bounce 2s infinite;
    }

    @keyframes scroll-btn-pulse {
        0% {
            box-shadow: 0 10px 20px rgba(143, 26, 31, 0.2),
                        0 0 0 0 rgba(143, 26, 31, 0.6);
        }
        70% {
            box-shadow: 0 10px 20px rgba(143, 26, 31, 0.2),
                        0 0 0 15px rgba(143, 26, 31, 0);
        }
        100% {
            box-shadow: 0 10px 20px rgba(143, 26, 31, 0.2),
                        0 0 0 0 rgba(143, 26, 31, 0);
        }
    }

    @keyframes scroll-btn-bounce {
        0%, 20%, 50%, 80%, 100% {
            transform: rotate(45deg) translateY(0);
        }
        40% {
            transform: rotate(45deg) translateY(-10px);
        }
        60% {
            transform: rotate(45deg) translateY(-5px);
        }
    }

    /* 响应式调整 */
    @media (max-width: 768px) {
        .scroll-down-btn {
            bottom: 30px;
        }
    }

    /* 滚动按钮显示/隐藏控制 */
    .scroll-down-btn.hidden {
        opacity: 0;
        pointer-events: none;
    }



    /* 导航栏高度优化 */
    .navbar {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .navbar-brand img {
        height: 50px !important; /* 略微减小logo高度 */
    }

    /* 倒计时顶部间距优化 */
    .djs-countdown-section {
        padding-top: 60px !important; /* 减少顶部内边距 */
    }

    .section-header {
        margin-bottom: 40px !important; /* 减少标题下方空间 */
    }

    /* 确保手机上也能完整显示 */
    @media (max-width: 768px) {
        .navbar {
            padding-top: 5px !important;
            padding-bottom: 5px !important;
        }

        .navbar-brand img {
            height: 40px !important;
        }

        .djs-countdown-section {
            padding-top: 40px !important;
        }

        .section-header {
            margin-bottom: 30px !important;
        }
    }

    /* 优化滚动按钮在小屏幕上的位置 */
    @media (max-height: 700px) {
        .scroll-down-btn {
            bottom: 20px !important;
        }
    }

    /* 底部白色Logo样式优化 */
    .footer-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 15px 0;
    }

    .white-logo {
        height: 70px; /* 进一步增大logo尺寸 */
        filter: brightness(0) invert(1);
        opacity: 0.95;
        transition: all 0.3s ease;
    }

    .footer-logo {
        margin-bottom: 15px;
        display: block;
    }

    .footer-logo:hover .white-logo {
        opacity: 1;
        transform: translateY(-3px);
    }

    .copyright {
        font-size: 14px;
        opacity: 0.85;
        text-align: center;
    }

    /* 移动端响应式调整 */
    @media (max-width: 768px) {
        .white-logo {
            height: 55px;
        }

        .footer-logo {
            margin-bottom: 12px;
        }
    }

    @media (max-width: 576px) {
        .white-logo {
            height: 50px;
        }

        .footer-logo {
            margin-bottom: 10px;
        }
    }

    /* Welcome Modal Styling */
    .welcome-header {
        background: linear-gradient(135deg, #2e3687, #8f1a1f);
        color: white;
        border-bottom: none;
    }

    .welcome-icon {
        font-size: 4rem;
        color: #28a745;
        animation: welcome-pulse 2s infinite;
    }

    .welcome-title {
        font-weight: 600;
        color: #333;
    }

    @keyframes welcome-pulse {
        0% { transform: scale(1); opacity: 0.8; }
        50% { transform: scale(1.1); opacity: 1; }
        100% { transform: scale(1); opacity: 0.8; }
    }

    #welcomeModal .btn-outline-primary {
        color: #2e3687;
        border-color: #2e3687;
        font-weight: 500;
        padding: 10px 20px;
        transition: all 0.3s ease;
    }

    #welcomeModal .btn-outline-primary:hover {
        background-color: #2e3687;
        color: white;
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(46, 54, 135, 0.2);
    }

    #welcomeModal .btn-primary {
        background: #8f1a1f;
        border: none;
        font-weight: 500;
        padding: 0.8rem;
        font-size: 1.1rem;
        border-radius: 10px;
        transition: all 0.3s ease;
    }

    #welcomeModal .btn-primary:hover {
        background: #a82328;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(143, 26, 31, 0.3);
    }

    #welcomeModal .btn-success {
        background: #8f1a1f;
        border: none;
        font-weight: 500;
        padding: 10px 20px;
        transition: all 0.3s ease;
    }

    #welcomeModal .btn-success:hover {
        background: #a82328;
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(143, 26, 31, 0.3);
    }

    .account-help {
        padding-top: 15px;
        border-top: 1px solid #eee;
    }

    .account-help a {
        font-weight: 500;
        transition: all 0.2s ease;
    }

    .success-icon {
        font-size: 3.5rem;
        color: #28a745;
        margin-bottom: 1rem;
    }

    .user-info-card {
        background-color: rgba(46, 54, 135, 0.05);
        border-radius: 8px;
        padding: 1rem;
        border-left: 4px solid #2e3687;
    }

    .user-info-item {
        margin-bottom: 0.5rem;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
    }

    .info-label {
        font-weight: 600;
        color: #555;
    }

    .info-value {
        color: #2e3687;
        font-weight: 500;
    }

    #welcomeModal .btn-outline-danger,
    #welcomeModal .btn-outline-secondary {
        transition: all 0.2s ease;
    }

    #welcomeModal .btn-outline-danger:hover,
    #welcomeModal .btn-outline-secondary:hover {
        transform: translateY(-2px);
    }

    /* Need Help 浮动按钮和内容区域样式 */
    .need-help-container {
        position: fixed;
        right: 30px;
        bottom: 30px; /* 调整到更靠近底部的位置 */
        z-index: 1000;
    }

    /* 触发按钮样式 */
    .need-help-trigger {
        background: #8f1a1f;
        color: white;
        border: none;
        border-radius: 50px;
        padding: 12px 25px;
        font-size: 1rem;
        font-weight: 600;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 8px;
        box-shadow: 0 5px 15px rgba(143, 26, 31, 0.2);
        transition: all 0.3s ease;
    }

    /* 内容框样式 */
    .need-help-box {
        position: fixed;
        right: -400px;
        bottom: 100px; /* 调整弹出框的位置，确保不遮挡按钮 */
        width: 380px;
        background: white;
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        padding: 25px;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        opacity: 0;
        visibility: hidden;
    }

    /* 激活状态 */
    .need-help-container.active .need-help-box {
        right: 30px;
        opacity: 1;
        visibility: visible;
    }

    /* 手指图标动画 */
    .need-help-trigger i {
        font-size: 1.2rem;
        transform-origin: center right;
        animation: wave-hand 1.5s infinite;
    }

    @keyframes wave-hand {
        0% { transform: rotate(0deg); }
        10% { transform: rotate(14deg); }
        20% { transform: rotate(-8deg); }
        30% { transform: rotate(14deg); }
        40% { transform: rotate(-4deg); }
        50% { transform: rotate(10deg); }
        60% { transform: rotate(0deg); }
        100% { transform: rotate(0deg); }
    }

    .need-help-trigger:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(143, 26, 31, 0.3);
    }

    /* 内容区域样式 */
    .need-help-content {
        padding-top: 10px;
    }

    .need-help-header {
        text-align: center;
        margin-bottom: 20px;
    }

    .need-help-header .header-icon {
        width: 60px;
        height: 60px;
        background: rgba(143, 26, 31, 0.1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 15px;
    }

    .need-help-header .header-icon i {
        font-size: 24px;
        color: #8f1a1f;
    }

    .need-help-header h4 {
        color: #333;
        font-size: 1.4rem;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .need-help-header p {
        color: #666;
        font-size: 0.95rem;
        margin-bottom: 0;
    }

    /* 移动端适配 */
    @media (max-width: 768px) {
        .need-help-container {
            right: 20px;
            bottom: 20px;
        }

        .need-help-trigger {
            padding: 10px 20px;
            font-size: 0.9rem;
        }

        .need-help-box {
            width: calc(100vw - 40px);
            right: -100vw;
            bottom: 80px; /* 调整移动端弹出框位置 */
        }

        .need-help-container.active .need-help-box {
            right: 20px;
        }
    }

    /* 确保不与其他浮动按钮冲突 */
    .scrollToTop {
        bottom: 100px; /* 调整回到顶部按钮的位置 */
    }

    /* How to Book Page Styles */
    .booking-instructions {
        max-width: 900px;
        margin: 0 auto;
        padding: 20px;
    }

    .booking-instructions h1 {
        color: #003366;
        text-align: center;
        margin-bottom: 30px;
        font-size: 32px;
    }

    .booking-instructions .step {
        background-color: #f8f9fa;
        border-radius: 8px;
        padding: 20px;
        margin-bottom: 20px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

    .booking-instructions .step h3 {
        color: #003366;
        margin-bottom: 15px;
        font-size: 20px;
        display: flex;
        align-items: center;
    }

    .booking-instructions .step h3 span {
        background-color: #003366;
        color: white;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
        font-size: 16px;
    }

    .booking-instructions .step p {
        color: #333;
        line-height: 1.6;
        margin-bottom: 10px;
    }

    .booking-instructions .alert {
        background-color: #e7f3ff;
        border-left: 4px solid #003366;
        padding: 15px;
        margin-top: 30px;
        border-radius: 4px;
    }

    .booking-instructions .alert h4 {
        color: #003366;
        margin-bottom: 10px;
    }

    .booking-instructions .alert p {
        margin-bottom: 5px;
    }

