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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hero-title-3d {color: #FFD700;transform: perspective(300px) rotateX(5deg);margin-bottom: 20px;font-size: 4.5rem;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);font-weight: 900;letter-spacing: 2px}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

.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;grid-template-columns: repeat(3, 1fr);gap: 20px}

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

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

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

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

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

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

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

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

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

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

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

.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 {gap: 20px;text-align: center;align-items: center;margin-bottom: 40px;flex-direction: column;display: flex}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .nav-right {display: none}

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

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

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

    .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 {gap: 10px;padding: 0 20px}
    
    .tournament-carousel {width: calc(100% - 100px);max-width: 100%}
    
    .tournament-banner-item {width: 100%;min-width: 100%;flex: 0 0 100%}
    
    .tournament-banner-item img {height: auto;width: 100%}
    
    .carousel-arrow {font-size: 1.5rem;height: 40px;width: 40px;flex-shrink: 0}
    
    /* 移动端：图片板块图片尺寸 */
    .image-banner-img {width: 280px;height: 94px}
    
    /* 移动端：下载按钮尺寸 */
    .banner-download-btn {width: 150px;font-size: 0.9rem;height: 40px}
    
    .hero {min-height: 300px;height: auto;width: 100%}

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

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

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

    .hero-right {min-height: 300px;max-width: 777px;margin: 0 auto;height: auto;width: 100%;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) {.logo {
        gap: 0.3rem;margin-left: 0}

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

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

    .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}

._c1kehhidt{}

._cbkd9h86k{}

._cufprd1yx{}
