/* _czv226n40 */
/* Reset and Base Styles */
* {margin: 0;padding: 0;box-sizing: border-box}

:root {--border-color: #e0e0e0;--primary-dark: #0d4a20;--shadow-hover: 0 5px 20px rgba(0, 0, 0, 0.15);--shadow: 0 2px 10px rgba(0, 0, 0, 0.1);--text-light: #666666;--bg-white: #ffffff;--bg-light: #f8f9fa;--primary-light: #2d7a47;--text-lighter: #999999;--text-dark: #333333;--primary-color: #1a5f2f;--secondary-color: #f5a623}

body {color: var(--text-dark);font-family: 'Noto Sans SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;line-height: 1.6;overflow-x: hidden}

.container {margin: 0 auto;max-width: 1200px;padding: 0 20px}

/* Header Styles */
.header {z-index: 1000;width: 100%;height: 70px;top: 0;background: #000000;position: sticky;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);border-bottom: 0.5px solid #d2232c}

.nav {width: 100%;max-width: 100%;align-items: center;padding: 0 40px;display: flex;position: relative;margin: 0 auto;height: 70px;justify-content: space-between}

.logo {align-items: center;gap: 1rem;display: flex;margin-left: 300px}

.logo-img {height: 54px;object-fit: contain;display: block;width: 161px}

.nav-menu {justify-content: center;gap: 1.5rem;display: flex;font-size: 0.95rem;list-style: none;flex: 1}

.nav-menu a {color: #ffffff;transition: color 0.3s;font-weight: 500;text-decoration: none}

.nav-menu a:hover {color: var(--secondary-color)}

.nav-right {align-items: center;flex-shrink: 0;display: flex;justify-content: flex-end}

.nav-right-img {object-fit: contain;height: 60px;object-position: right;width: 338px;display: block}

.menu-toggle {border: none;display: none;cursor: pointer;gap: 5px;background: none;flex-direction: column}

.menu-toggle span {height: 3px;width: 25px;background: #ffffff;transition: all 0.3s}

/* Hero Section */
.hero {margin: 0 auto;position: relative;height: 370px;display: flex;justify-content: center;color: white;width: 100%;align-items: center;overflow: hidden}

.hero-slideshow {display: block;width: 100%;left: 0;position: absolute;top: 0;z-index: 1;height: 100%}

/* 移动端图片卡片容器 */
.hero-mobile-cards-wrapper {width: 100%;flex-direction: column;justify-content: center;left: 0;height: 100%;z-index: 1;position: absolute;display: none;align-items: center;background: #000000;top: 0}

/* 移动端图片卡片 */
.hero-mobile-cards {position: relative;display: flex;height: 100%;width: 100%;overflow: hidden;padding: 20px;flex-direction: row}

.mobile-card {transform: translateX(100%) translateY(-50%);border-radius: 12px;top: 50%;z-index: 1;height: 190px;align-items: center;position: absolute;display: flex;transition: transform 0.5s ease-in-out;border: 1px solid #ffffff;overflow: hidden;width: 290px;left: 50%;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);background: white;justify-content: center}

.mobile-card.active {transform: translateX(-50%) translateY(-50%);z-index: 2}

.mobile-card.prev {transform: translateX(-150%) translateY(-50%)}

.mobile-card img {border-radius: 12px;height: 100%;width: 100%;display: block;object-fit: cover}

/* 圆点指示器 */
.mobile-card-indicators {gap: 8px;position: absolute;padding: 15px 20px;align-items: center;transform: translateX(-50%);top: calc(50% + 95px + 10px);display: flex;z-index: 10;left: 50%;justify-content: center}

.mobile-card-indicators .indicator {border-radius: 50%;width: 8px;height: 8px;transition: all 0.3s ease;cursor: pointer;background: rgba(255, 255, 255, 0.5)}

.mobile-card-indicators .indicator.active {border-radius: 4px;background: rgba(255, 255, 255, 1);width: 20px}

.hero-slide {top: 0;left: 0;z-index: 1;background-position: center;background-repeat: no-repeat;image-rendering: -webkit-optimize-contrast;transform: translateX(100%) scale(1.1);image-rendering: crisp-edges;width: 100%;opacity: 0;height: 100%;backface-visibility: hidden;position: absolute;transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);background-size: 100% 100%}

.hero-slide.active {opacity: 1;z-index: 2;transform: translateX(0) scale(1)}

.hero-slide.prev {z-index: 1;opacity: 0;transform: translateX(-100%) scale(1.1)}

.hero-overlay {background: rgba(0, 0, 0, 0.3);height: 100%;width: 100%;left: 0;top: 0;position: absolute;z-index: 2}

.hero-content {align-items: center;position: relative;display: flex;z-index: 3;width: 100%;justify-content: space-between;padding: 20px 40px}

.hero-left {padding-left: 40px;flex: 1;z-index: 4;position: relative}

.hero-title-3d {margin-bottom: 20px;font-size: 4.5rem;color: #FFD700;font-weight: 900;transform: perspective(300px) rotateX(5deg);letter-spacing: 2px;text-shadow: 
        0 0 10px rgba(255, 215, 0, 0.8),
        0 0 20px rgba(255, 215, 0, 0.6),
        3px 3px 0px rgba(255, 215, 0, 0.3),
        6px 6px 10px rgba(0, 0, 0, 0.5)}

.ticket-group {gap: 15px;margin-bottom: 20px;display: flex}

.ticket {box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);font-weight: 600;border-radius: 8px;padding: 12px 24px;font-size: 0.9rem}

.purple-ticket {background: linear-gradient(135deg, #6a4c93 0%, #8b6fbe 100%);color: white}

.gray-ticket {color: white;background: linear-gradient(135deg, #4a4a4a 0%, #6a6a6a 100%)}

.hero-info {margin-top: 25px}

.gold-label {padding: 10px 20px;color: white;margin-bottom: 10px;font-size: 0.95rem;border-radius: 20px;background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);display: inline-block;box-shadow: 0 4px 10px rgba(255, 215, 0, 0.4);font-weight: 600}

.info-text {color: white;font-size: 0.95rem;opacity: 0.95;margin: 10px 0}

.green-ticket {background: linear-gradient(135deg, #28a745 0%, #20c997 100%);color: white;font-size: 0.95rem;margin-top: 10px;border-radius: 8px;padding: 12px 24px;font-weight: 600;display: inline-block;box-shadow: 0 4px 10px rgba(40, 167, 69, 0.4)}

.hero-right {right: 0;display: flex;position: absolute;background: rgba(0, 0, 0, 0.85);flex-shrink: 0;align-items: center;height: 370px;width: 777px;box-shadow: -4px 0 20px rgba(0, 0, 0, 0.4);justify-content: center;clip-path: polygon(30px 0%, 100% 0%, 100% 100%, 30px 100%, 0% 50%);top: 0;z-index: 4}

.hero-right-content {position: relative;height: 100%;padding-left: 50px;align-items: center;width: 100%;display: flex;z-index: 1;padding-top: 40px;flex-direction: column;padding: 30px;justify-content: flex-start}

.gg-logo-red {gap: 5px;align-items: baseline;display: flex;margin-bottom: 15px}

.gg-text {font-weight: 900;color: #dc3545;letter-spacing: -2px;font-size: 2.5rem}

.poker-text {font-size: 1.2rem;font-weight: 700;color: #dc3545}

.hero-right .hero-title {line-height: 1.3;color: #dc3545;margin-top: 0;margin-bottom: 15px;text-align: center;font-size: 1.8rem;font-weight: 700}

.hero-right .hero-subtitle {line-height: 1.6;margin-top: 0;color: rgba(255, 255, 255, 0.9);margin-bottom: 20px;text-align: center;font-size: 0.95rem}

.btn-red {display: inline-flex;text-align: center;margin-bottom: 20px;box-shadow: 0 4px 10px rgba(220, 53, 69, 0.3);font-size: 1.1rem;font-weight: 600;justify-content: center;background: #dc3545;width: 225px;padding: 0;color: white;border-radius: 6px;align-items: center;transition: background 0.3s;text-decoration: none;height: 45px}

.btn-red:hover {box-shadow: 0 6px 15px rgba(220, 53, 69, 0.4);background: #c82333}

.app-logo-container {display: flex;align-items: center;justify-content: center;margin-bottom: 30px}

.app-logo {object-fit: contain;max-width: 120px;height: auto}

.calendar-widget {margin-top: 20px;padding: 15px;border: 2px solid #dee2e6;border-radius: 8px;background: #f8f9fa}

.calendar-title {font-weight: 700;text-align: center;font-size: 1.2rem;color: #dc3545;margin-bottom: 10px}

.calendar-days {justify-content: center;display: flex;gap: 8px}

.calendar-days .day {justify-content: center;display: flex;border: 1px solid #dee2e6;color: #495057;height: 35px;align-items: center;font-size: 0.85rem;font-weight: 600;background: white;width: 35px;border-radius: 4px}

.hero-buttons {display: flex;flex-wrap: wrap;gap: 1rem}

.hero-image {justify-content: center;align-items: center;display: flex}

.phone-mockup {position: relative;width: 280px;border-radius: 40px;box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);background: var(--bg-white);height: 560px;padding: 15px}

.screen {justify-content: center;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);height: 100%;width: 100%;overflow: hidden;align-items: center;border-radius: 30px;display: flex}

.app-preview {backdrop-filter: blur(10px);border-radius: 20px;height: 90%;width: 90%;background: rgba(255, 255, 255, 0.1)}

/* Button Styles */
.btn {padding: 14px 32px;text-decoration: none;font-weight: 500;border: none;transition: all 0.3s;font-size: 1rem;cursor: pointer;border-radius: 8px;display: inline-block}

.btn-primary {color: white;background: var(--secondary-color)}

.btn-primary:hover {background: #e8950f;box-shadow: var(--shadow-hover);transform: translateY(-2px)}

.btn-secondary {border: 2px solid white;background: transparent;color: white}

.btn-secondary:hover {color: var(--primary-color);background: white}


.btn-outline {border: 2px solid var(--primary-color);background: transparent;color: var(--primary-color)}

.btn-outline:hover {color: white;background: var(--primary-color)}

/* Latest News Section */
.latest-news {height: 40px;border: 1px solid #999999;display: flex;align-items: center;background: #dc3545;padding: 0}

.latest-news-content {padding: 0;width: 100%;margin: 0 auto;align-items: center;display: flex;gap: 0;height: 100%}

.latest-news-label {justify-content: center;padding: 0 15px;font-size: 1rem;height: 100%;display: flex;width: 150px;color: white;flex-shrink: 0;font-weight: 600;background: #dc3545;border-right: 1px solid #ffffff;align-items: center;white-space: nowrap}

.latest-news-scroll {padding: 0 20px;background: #999999;display: flex;height: 100%;flex: 1;width: 100%;overflow: hidden;position: relative;align-items: center}

.news-item {opacity: 0;font-size: 0.9rem;left: 20px;white-space: nowrap;right: 20px;align-items: center;transition: opacity 0.5s ease-in-out;color: white;position: absolute;display: flex}

.news-item.active {opacity: 1;position: relative}

/* Promotion Cards Section */
.promotion-cards {background: var(--bg-light);padding: 40px 0}

/* 面包屑导航 */
.breadcrumb-nav {margin-bottom: 30px;border-bottom: 2px solid #dc3545;padding-bottom: 15px;padding-left: 0;display: flex;gap: 10px;align-items: center}

.breadcrumb-item {padding: 5px 0;transition: color 0.3s;font-size: 1rem;text-decoration: none;color: var(--text-light)}

.breadcrumb-item:hover {color: var(--primary-color)}

.breadcrumb-item.active {color: var(--primary-color);font-weight: 600}

.breadcrumb-separator {font-size: 0.9rem;color: var(--text-lighter)}

/* 图片卡片 */
.promotion-image-cards {display: grid;gap: 20px;grid-template-columns: repeat(3, 1fr)}

.image-card {transition: transform 0.3s, box-shadow 0.3s;box-shadow: var(--shadow);aspect-ratio: 16/9;border-radius: 8px;overflow: hidden;background: var(--bg-white)}

.image-card:hover {transform: translateY(-5px);box-shadow: var(--shadow-hover)}

.image-card img {width: 100%;object-fit: cover;height: 100%;display: block}

/* Section Styles */
section {padding: 80px 0}

.section-title {font-size: 2.5rem;color: var(--text-dark);text-align: center;margin-bottom: 1rem}

.section-subtitle {font-size: 1.1rem;margin-bottom: 3rem;color: var(--text-light);text-align: center}

/* Features Section */
.features {background: var(--bg-light)}

.features-grid {margin-top: 3rem;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));display: grid;gap: 2rem}

.feature-card {text-align: center;background: var(--bg-white);box-shadow: var(--shadow);border-radius: 12px;padding: 2.5rem;transition: transform 0.3s, box-shadow 0.3s}

.feature-card:hover {box-shadow: var(--shadow-hover);transform: translateY(-5px)}

.feature-icon {font-size: 3rem;margin-bottom: 1rem}

.feature-card h3 {margin-bottom: 1rem;font-size: 1.3rem;color: var(--text-dark)}

.feature-card p {color: var(--text-light);line-height: 1.8}

/* Tournament Banner Section */
.tournament-banner {background: var(--bg-light);padding: 60px 0}

.tournament-title {margin-bottom: 40px;flex-direction: column;gap: 20px;text-align: center;display: flex;align-items: center}

.tournament-icon {width: 152px;height: 154px;display: block;object-fit: contain}

.tournament-title h2 {font-size: 2.5rem;color: var(--text-dark);margin: 0;font-weight: 700}

.tournament-carousel-wrapper {display: flex;align-items: center;gap: 20px;justify-content: center;position: relative}

.tournament-carousel {display: flex;scroll-snap-type: x mandatory;max-width: 1200px;overflow-x: auto;/* IE and Edge */;gap: 20px;-webkit-overflow-scrolling: touch;overflow-y: hidden;position: relative;/* Firefox */
    -ms-overflow-style: none;scrollbar-width: none;width: 100%}

.tournament-carousel::-webkit-scrollbar {display: none;/* Chrome, Safari, Opera */}

.tournament-banner-item {min-width: calc(25% - 15px);opacity: 1;scroll-snap-align: start;display: block;transition: all 0.5s ease-in-out;flex: 0 0 calc(25% - 15px);transform: scale(1)}

.tournament-banner-item.active {transform: scale(1.05);box-shadow: var(--shadow-hover)}

.tournament-banner-item img {aspect-ratio: 16/9;display: block;width: 100%;border-radius: 12px;box-shadow: var(--shadow);height: auto;object-fit: cover}

.carousel-arrow {cursor: pointer;color: white;justify-content: center;border-radius: 50%;height: 50px;font-size: 2rem;border: none;display: flex;width: 50px;z-index: 10;align-items: center;flex-shrink: 0;background: rgba(0, 0, 0, 0.6);transition: all 0.3s ease}

.carousel-arrow:hover {background: rgba(0, 0, 0, 0.8);transform: scale(1.1)}

.carousel-arrow:active {transform: scale(0.95)}

/* Image Banner Section */
.image-banner {padding: 60px 0;background: var(--bg-white)}

.image-banner-content {flex-direction: column;align-items: center;width: 100%;display: flex;justify-content: center;gap: 30px}

.image-banner-img {background: transparent;object-fit: cover;height: 280px;display: block;width: 834px}

.image-banner-text {text-align: center;flex-direction: column;display: flex;gap: 15px;align-items: center}

.banner-title-cn {color: var(--text-dark);font-size: 2.5rem;font-weight: 700;margin: 0}

.banner-title-en {color: var(--text-light);font-weight: 400;font-size: 1.2rem;margin: 0}

.banner-download-btn {width: 225px;color: white;text-decoration: none;height: 50px;text-align: center;border-radius: 6px;font-weight: 600;transition: background 0.3s;align-items: center;font-size: 1.1rem;padding: 0;justify-content: center;display: flex;background: #dc3545;margin: 10px auto 0;box-shadow: 0 4px 10px rgba(220, 53, 69, 0.3)}

.banner-download-btn:hover {background: #c82333;box-shadow: 0 6px 15px rgba(220, 53, 69, 0.4)}

.banner-note {color: var(--text-lighter);margin: 0;font-size: 0.9rem;margin-top: 5px}

/* Article Content Section */
.article-content {padding: 60px 0;background: var(--bg-white)}

.article-main {max-width: 800px;margin: 0 auto}

.article-title {font-weight: 700;margin-bottom: 20px;line-height: 1.3;color: var(--text-dark);text-align: center;font-size: 2.5rem}

.article-meta {font-size: 0.9rem;border-bottom: 2px solid #dc3545;justify-content: center;display: flex;padding-bottom: 20px;color: var(--text-lighter);gap: 20px;margin-bottom: 30px}

.article-date,
.article-author {display: flex;align-items: center}

.article-body {color: var(--text-dark);font-size: 1rem;text-align: center;line-height: 1.8}

.article-body p {margin-bottom: 20px;color: var(--text-dark)}

.article-body h2 {font-weight: 700;margin-bottom: 20px;font-size: 1.8rem;color: var(--text-dark);text-align: center;margin-top: 40px}

.article-body h2:first-of-type {margin-top: 0}

.article-tags {justify-content: center;border-top: 1px solid var(--border-color);display: flex;padding-top: 30px;margin-top: 40px;gap: 10px;flex-wrap: wrap}

.tag {color: var(--text-dark);border: 1px solid var(--border-color);transition: all 0.3s ease;font-size: 0.9rem;border-radius: 20px;background: var(--bg-light);display: inline-block;padding: 8px 16px;cursor: pointer}

.tag:hover {background: #dc3545;transform: translateY(-2px);border-color: #dc3545;color: white}

/* Footer */
.footer {color: white;background: var(--text-dark);padding: 50px 0 20px}

.footer-content {grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));margin-bottom: 2rem;display: grid;gap: 3rem}

.footer-logo {flex-direction: column;display: flex;gap: 15px;align-items: flex-start}

.footer-logo-img {display: block;width: 161px;object-fit: contain;height: 54px}

.footer-description {line-height: 1.6;margin: 0;max-width: 300px;color: rgba(255, 255, 255, 0.8);font-size: 0.9rem}

.footer-section h4 {margin-bottom: 1rem;font-size: 1.2rem}

.footer-section ul {list-style: none}

.footer-section ul li {margin-bottom: 0.5rem}

.footer-section a {transition: color 0.3s;text-decoration: none;color: rgba(255, 255, 255, 0.8)}

.footer-section a:hover {color: white}

.social-links {display: flex;flex-wrap: wrap;gap: 1rem}

.social-links a {border-radius: 6px;padding: 8px 16px;background: rgba(255, 255, 255, 0.1);transition: background 0.3s}

.social-links a:hover {background: rgba(255, 255, 255, 0.2)}

.footer-bottom {color: rgba(255, 255, 255, 0.6);text-align: center;border-top: 1px solid rgba(255, 255, 255, 0.1);font-size: 0.9rem;padding-top: 2rem}

/* Responsive Design */
@media (max-width: 768px) {.menu-toggle {
        display: flex}

    .nav-right {display: none}

    .logo {margin-left: 0;gap: 0.5rem}

    .logo-img {height: 40px;width: 120px}

    .nav-menu {background: #000000;left: -100%;transition: 0.3s;box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);flex-direction: column;padding: 2rem 0;width: 100%;text-align: center;top: 70px;position: fixed}

    .nav-menu.active {left: 0}

    /* 移动端：隐藏轮播图，显示卡片 */
    .hero-slideshow {display: none !important}
    
    .hero-mobile-cards-wrapper {display: flex !important}
    
    /* 移动端：隐藏右侧内容区域 */
    .hero-right {display: none !important}
    
    /* 移动端：最新消息标题宽度 */
    .latest-news-label {width: 100px}
    
    /* 移动端：锦标赛轮播显示1张 */
    .tournament-carousel-wrapper {padding: 0 20px;gap: 10px}
    
    .tournament-carousel {width: calc(100% - 100px);max-width: 100%}
    
    .tournament-banner-item {flex: 0 0 100%;min-width: 100%;width: 100%}
    
    .tournament-banner-item img {height: auto;width: 100%}
    
    .carousel-arrow {width: 40px;height: 40px;font-size: 1.5rem;flex-shrink: 0}
    
    /* 移动端：图片板块图片尺寸 */
    .image-banner-img {width: 280px;height: 94px}
    
    /* 移动端：下载按钮尺寸 */
    .banner-download-btn {width: 150px;height: 40px;font-size: 0.9rem}
    
    .hero {width: 100%;height: auto;min-height: 300px}

    .hero-content {padding: 20px;flex-direction: column}

    .hero-left {margin-bottom: 20px;padding-left: 0}

    .hero-title-3d {font-size: 3rem}

    .hero-right {height: auto;margin: 0 auto;width: 100%;min-height: 300px;max-width: 777px;position: relative}

    .hero-title {font-size: 2.5rem}

    .section-title {font-size: 2rem}

    .features-grid,
    .promotion-image-cards {grid-template-columns: repeat(2, 1fr)}
    
    .promotion-image-cards {gap: 15px}

    .footer-content {grid-template-columns: 1fr}
}

@media (max-width: 480px) {margin-left: 0;.logo {
        gap: 0.3rem}

    .logo-img {width: 100px;height: 34px}

    .hero {min-height: 250px;width: 100%;height: auto}

    .hero-title {font-size: 2rem}

    .hero-subtitle {font-size: 1.2rem}

    .section-title {font-size: 1.8rem}

    section {padding: 60px 0}
}

/* Smooth Scroll */
html {scroll-behavior: smooth}

._ca8rpl49r{}

._cbj86nl38{}

._cr81hz123{}
