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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hero-title-3d {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);font-weight: 900;color: #FFD700;margin-bottom: 20px;font-size: 4.5rem}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {border-radius: 8px;background: #f8f9fa;margin-top: 20px;padding: 15px;border: 2px solid #dee2e6}

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {justify-content: center;align-items: center;gap: 30px;flex-direction: column;display: flex;width: 100%}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {gap: 1rem;display: flex;flex-wrap: wrap}

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

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

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

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

    .nav-right {display: none}

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

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

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

    .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 {min-width: 100%;width: 100%;flex: 0 0 100%}
    
    .tournament-banner-item img {height: auto;width: 100%}
    
    .carousel-arrow {width: 40px;flex-shrink: 0;height: 40px;font-size: 1.5rem}
    
    /* 移动端：图片板块图片尺寸 */
    .image-banner-img {height: 94px;width: 280px}
    
    /* 移动端：下载按钮尺寸 */
    .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 {padding-left: 0;margin-bottom: 20px}

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

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

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

    .hero {width: 100%;min-height: 250px;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}

._crm6imvn9{}

._celmt3w90{}

._c3qxwbfr8{}
