/* _ca96w9pkp */
* {box-sizing: border-box;margin: 0;padding: 0}

:root {--primary-color: #c8102e;--secondary-color: #1a1a2e;--accent-color: #ffd700;--bg-color: #f5f5f5;--shadow: 0 4px 6px rgba(0, 0, 0, 0.1);--white: #ffffff;--text-color: #333;--shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.2);--text-light: #666}

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

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

/* 导航栏 */
.navbar {transition: all 0.3s ease;background: #000000;box-shadow: var(--shadow);width: 100%;height: 86px;position: fixed;z-index: 1000;top: 0}

/* 分割线 */
.divider {z-index: 999;top: 86px;left: 0;position: fixed;background-color: #1a1a1a;width: 100%;height: 20px}

.navbar .container {max-width: 100%;padding: 0 40px;height: 100%;justify-content: flex-start;gap: 35rem;display: flex;align-items: center}

.nav-brand {flex-shrink: 0;display: flex;align-items: center;height: 100%}

.logo {object-fit: contain;height: 53px;width: 432px}

.nav-menu {gap: 2.5rem;margin-left: 0;padding: 0;display: flex;align-items: center;list-style: none;margin: 0}

.nav-menu li {position: relative}

.nav-menu a {font-size: 1.1rem;transition: all 0.3s ease;text-decoration: none;padding: 0.5rem 0;display: block;position: relative;color: var(--white);font-weight: 500}

.nav-menu a::after {height: 2px;left: 0;background: var(--accent-color);bottom: 0;transition: width 0.3s ease;width: 0;position: absolute;content: ''}

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

.nav-menu a:hover::after {width: 100%}

.hamburger {gap: 4px;flex-direction: column;display: none;cursor: pointer}

.hamburger span {height: 2px;transition: all 0.3s ease;width: 20px;background: var(--white)}

/* Hero区域 */
.hero {background-repeat: no-repeat;background-size: cover;background-image: url('../images/BN-4.jpg');width: 100%;height: 500px;background-color: #1a1a1a;background-position: center;margin: 106px auto 0}

.hero-content {align-items: center;justify-content: flex-start;display: flex;padding-left: 50px;height: 100%}

.hero-text {align-items: flex-start;flex-direction: column;gap: 30px;justify-content: center;display: flex}

/* 标题样式 */
.hero-title {display: flex;padding: 0;color: #ffffff;align-items: center;margin: 0;text-align: left;justify-content: flex-start;height: 72px;width: 500px}

/* 文本区域样式 */
.hero-description-wrapper {width: 500px;justify-content: flex-start;height: 74px;margin: 0;align-items: center;padding: 0;display: flex}

.hero-description {text-align: left;color: #ffffff;margin: 0;padding: 0}

/* 按钮区域样式 */
.hero-buttons {width: 467px;align-items: center;padding: 0;margin: 0;justify-content: flex-start;height: 48px;gap: 16px;display: flex}

/* 按钮样式 */
.hero-buttons .btn {text-decoration: none;cursor: pointer;border: none;margin: 0;width: 145px;background-repeat: no-repeat;display: block;padding: 0;background-position: center;height: 48px;background-size: cover}

.btn-1 {background-image: url('../images/btn-1.png')}

.btn-2 {background-image: url('../images/btn-2.png')}

.btn-3 {background-image: url('../images/btn-3.png')}

/* 新闻资讯 */
.news {background-repeat: no-repeat;background-position: center;padding: 5rem 0;overflow: hidden;background-size: cover;background-image: url('../images/news-bg.jpg');position: relative;background-color: #1a1a1a}

.news::before {width: 300px;top: 0;pointer-events: none;content: '';height: 300px;right: 0;background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);position: absolute}

.news-title {margin-bottom: 2rem;font-size: 2.5rem;color: #ffffff;line-height: 1.2;font-weight: 700;padding-left: 20px}

.news-grid {padding: 0 20px;display: grid;gap: 2rem;grid-template-columns: repeat(3, 1fr)}

.news-card {transition: transform 0.3s ease, box-shadow 0.3s ease;background: #2a2a2a;border-radius: 15px;cursor: pointer;overflow: hidden}

.news-card:hover {box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);transform: translateY(-5px)}

.news-banner {position: relative;height: 200px;width: 100%;overflow: hidden}

.news-banner img {transition: transform 0.3s ease;width: 100%;object-fit: cover;height: 100%}

.news-card:hover .news-banner img {transform: scale(1.05)}

.news-content {padding: 1.5rem}

.news-card-title {margin-bottom: 0.75rem;overflow: hidden;display: -webkit-box;font-size: 1.1rem;-webkit-line-clamp: 2;color: #ffffff;line-height: 1.4;line-clamp: 2;-webkit-box-orient: vertical;font-weight: 600}

.news-card-description {line-clamp: 3;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;color: #999999;line-height: 1.6;font-size: 0.9rem;margin-bottom: 1rem}

.news-date {color: #c8102e;font-size: 0.85rem;font-weight: 500}

/* 手机App展示 */
.app-showcase {padding: 5rem 0;background: #1a1a1a}

.app-showcase-header {padding: 0 20px;text-align: center;margin-bottom: 3rem}

.app-showcase-title {color: #ffffff;margin-bottom: 1.5rem;text-align: center;font-size: 2.5rem;font-weight: 700}

.app-showcase-description {font-size: 1.1rem;max-width: 800px;text-align: center;margin: 0 auto;color: rgba(255, 255, 255, 0.8);line-height: 1.8}

.app-images-grid {flex-wrap: nowrap;padding: 0 20px;justify-content: center;-webkit-overflow-scrolling: touch;align-items: center;scroll-snap-type: x proximity;gap: 1.5rem;flex-direction: row;display: flex;overflow-x: auto}

.app-image-item {transition: transform 0.3s ease, box-shadow 0.3s ease;border-radius: 20px;width: 200px;flex: 0 0 auto;scroll-snap-align: start;height: 400px;overflow: hidden;box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2)}

.app-image-item:hover {transform: translateY(-10px);box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3)}

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

/* 背景图片板块 */
.banner-section {align-items: flex-start;width: 100%;background-position: center;background-repeat: no-repeat;background-size: cover;height: 900px;display: flex;justify-content: center;background-image: url('../images/banner-section.jpg');position: relative;background-color: #1a1a1a}

.banner-section::before {position: absolute;height: 100%;background: rgba(0, 0, 0, 0.4);top: 0;z-index: 1;width: 100%;left: 0;content: ''}

.banner-section .container {width: 100%;padding-top: 3rem;z-index: 2;position: relative}

.banner-content {padding: 0 20px;text-align: center;max-width: 800px;margin: 0 auto}

.banner-title {margin-bottom: 2rem;text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);font-size: 3.5rem;font-weight: 700;color: #ffffff;line-height: 1.2}

.banner-description {font-size: 1.2rem;line-height: 1.8;color: rgba(255, 255, 255, 0.95);text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6)}

/* 红龙官方APP新版 */
.app-preview {padding: 5rem 0;background-image: url('../images/app-preview-bg.jpg');background: #1a1a1a;background-size: cover;background-position: center;position: relative;overflow: hidden;background-repeat: no-repeat}

.app-preview::before {height: 100%;background: rgba(0, 0, 0, 0.6);width: 100%;z-index: 1;left: 0;position: absolute;content: '';top: 0}

.app-preview .container {position: relative;z-index: 2}

.app-preview-header {text-align: center;padding: 0 20px;margin-bottom: 4rem}

.app-preview-title {border: 2px solid rgba(200, 16, 46, 0.3);color: #c8102e;display: inline-block;font-weight: 700;border-radius: 10px;padding: 1rem 2rem;font-size: 3rem;margin-bottom: 1.5rem;background: rgba(200, 16, 46, 0.1)}

.app-preview-desc {color: rgba(255, 255, 255, 0.9);font-size: 1.1rem;line-height: 1.8;margin: 0 auto;max-width: 800px}

.app-preview-phones {padding: 0 20px;display: flex;gap: 2rem;align-items: center;flex-wrap: wrap;justify-content: center}

.phone-item {overflow: hidden;box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);max-width: 100%;transition: transform 0.3s ease, box-shadow 0.3s ease;border-radius: 30px;width: 300px;padding: 10px;background: #000;flex: 0 0 auto;height: auto}

.phone-item:hover {box-shadow: 0 30px 80px rgba(200, 16, 46, 0.4);transform: translateY(-10px) scale(1.02)}

.phone-item img {display: block;border-radius: 25px;width: 100%;height: auto}

/* 文章正文 */
.article {padding: 5rem 0;background: var(--bg-color)}

.article-content {margin: 0 auto;text-align: center;padding: 0 20px;max-width: 900px}

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

.article-meta {gap: 1.5rem;margin-bottom: 2.5rem;padding-bottom: 1.5rem;display: flex;border-bottom: 1px solid #e0e0e0}

.article-date,
.article-author {font-size: 0.95rem;color: var(--text-light)}

.article-date::before {content: '📅 '}

.article-author::before {content: '✍️ '}

.article-body {color: var(--text-color);line-height: 1.8}

.article-body p {margin-bottom: 1.5rem;font-size: 1.05rem}

.article-body h2 {color: var(--secondary-color);font-size: 1.8rem;margin-bottom: 1rem;font-weight: 600;margin-top: 2.5rem}

.article-body h3 {margin-top: 2rem;color: var(--secondary-color);font-weight: 600;margin-bottom: 1rem;font-size: 1.5rem}

.article-body ul,
.article-body ol {margin-bottom: 1.5rem;padding-left: 2rem}

.article-body li {margin-bottom: 0.75rem;font-size: 1.05rem}

.article-body strong {color: var(--secondary-color);font-weight: 600}

.article-body a {color: var(--primary-color);text-decoration: none;transition: color 0.3s ease}

.article-body a:hover {text-decoration: underline;color: #a00d26}

.article-body {text-align: left}

.article-keywords {border-top: 1px solid #e0e0e0;justify-content: center;flex-wrap: wrap;gap: 0.75rem;margin-top: 3rem;padding-top: 2rem;display: flex}

.keyword-tag {padding: 0.5rem 1rem;font-size: 0.9rem;border-radius: 20px;border: 1px solid #e0e0e0;display: inline-block;transition: all 0.3s ease;color: var(--text-color);background: #f5f5f5}

.keyword-tag:hover {box-shadow: 0 4px 8px rgba(200, 16, 46, 0.2);color: #ffffff;background: var(--primary-color);border-color: var(--primary-color);transform: translateY(-2px)}

/* 特色功能 */
.features {padding: 5rem 0;background: var(--bg-color)}

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

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

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

.feature-card {background: var(--white);box-shadow: var(--shadow);border-radius: 15px;text-align: center;transition: all 0.3s ease;padding: 2rem}

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

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

.feature-card h3 {color: var(--secondary-color);margin-bottom: 1rem;font-size: 1.5rem}

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

/* 下载区域 */
.download {background: var(--white);padding: 5rem 0}

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

.download-card {color: var(--white);background: linear-gradient(135deg, var(--secondary-color) 0%, #16213e 100%);padding: 2.5rem;text-align: center;border-radius: 15px;box-shadow: var(--shadow);transition: all 0.3s ease}

.download-card:hover {box-shadow: var(--shadow-lg);transform: translateY(-10px)}

.download-icon {font-size: 4rem;margin-bottom: 1rem}

.download-card h3 {margin-bottom: 0.5rem;font-size: 1.5rem}

.download-card p {opacity: 0.9;margin-bottom: 1.5rem}

/* 联系我们 */
.contact {padding: 5rem 0;background: var(--bg-color)}

.contact-content {grid-template-columns: 1fr 1fr;display: grid;margin-top: 3rem;gap: 3rem}

.contact-info {gap: 2rem;display: flex;flex-direction: column}

.contact-item {gap: 1.5rem;align-items: flex-start;display: flex}

.contact-icon {flex-shrink: 0;font-size: 2rem}

.contact-item h3 {color: var(--secondary-color);margin-bottom: 0.5rem}

.contact-item p {color: var(--text-light)}

.contact-form {box-shadow: var(--shadow);border-radius: 15px;padding: 2rem;background: var(--white)}

.contact-form h3 {color: var(--secondary-color);margin-bottom: 1.5rem}

.contact-form input,
.contact-form textarea {margin-bottom: 1rem;font-size: 1rem;padding: 0.75rem;border-radius: 5px;width: 100%;font-family: inherit;border: 1px solid #ddd}

.contact-form textarea {resize: vertical}

/* 页脚 */
.footer {background: #1a1a1a;margin-top: 0;color: #ffffff;padding: 3rem 0 1.5rem}

.footer-content {margin-bottom: 2rem;grid-template-columns: 1fr 2fr;display: grid;gap: 3rem}

.footer-brand {display: flex;flex-direction: column;gap: 1rem}

.footer-logo {height: 50px;width: auto;object-fit: contain}

.footer-desc {color: rgba(255, 255, 255, 0.7);line-height: 1.6;font-size: 0.9rem}

.footer-links {gap: 2rem;display: grid;grid-template-columns: repeat(3, 1fr)}

.footer-column h4 {font-weight: 600;margin-bottom: 1rem;font-size: 1.1rem;color: #ffffff}

.footer-column ul {margin: 0;list-style: none;padding: 0}

.footer-column ul li {margin-bottom: 0.75rem}

.footer-column ul li a {text-decoration: none;color: rgba(255, 255, 255, 0.7);transition: color 0.3s ease;font-size: 0.9rem}

.footer-column ul li a:hover {color: #ff69b4}

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

.footer-bottom p {margin-bottom: 0.5rem;color: rgba(255, 255, 255, 0.7);font-size: 0.9rem}

.footer-disclaimer {color: #ff69b4;font-size: 0.85rem}

/* 响应式设计 */
@media (max-width: 768px) {height: 68px;.navbar {
        width: 100%}

    .logo {width: 200px;height: 32px}

    .hamburger {display: flex}

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

    .nav-menu.active {left: 0}

    .divider {top: 68px}

    .hero {height: 214px;margin: 88px auto 0;background-size: cover;background-image: url('../images/mb-BN-h5.jpg');width: 100%;background-position: center;background-color: #1a1a1a;background-repeat: no-repeat}

    .hero-content {padding-left: 30px}

    .hero-text {align-items: flex-start;gap: 10px}

    /* 移动端标题和文本区域容器 - 总高度134px */
    .hero-title,
    .hero-description-wrapper {width: 172px;margin-left: 0}

    /* 移动端标题样式 */
    .hero-title {display: flex;text-align: left;padding: 0;margin: 0;font-size: 1.2rem;justify-content: flex-start;align-items: center;width: 172px;height: 60px}

    /* 移动端文本区域样式 */
    .hero-description-wrapper {align-items: center;padding: 0;height: 64px;width: 172px;margin: 0;display: flex;justify-content: flex-start}

    .hero-description {padding: 0;text-align: left;font-size: 0.75rem;line-height: 1.3;margin: 0}

    /* 移动端按钮区域样式 */
    .hero-buttons {max-width: 280px;transform: translateX(15px);display: flex;height: auto;align-items: center;justify-content: center;width: 100%;gap: 8px;margin: 0 auto;min-height: 36px}

    /* 移动端按钮样式 */
    .hero-buttons .btn {background-size: contain;width: 88px;height: 36px}


    .news-title {line-height: 1.2;font-size: 1.8rem;padding-left: 15px;margin-bottom: 1.5rem}

    .news-grid {scroll-snap-type: x mandatory;overflow-x: auto;display: flex;flex-direction: row;-webkit-overflow-scrolling: touch;gap: 1rem;scrollbar-width: thin;padding: 0 15px}

    .news-card {min-width: 280px;scroll-snap-align: start;border-radius: 10px}

    .news-banner {height: 180px}

    .news-content {padding: 1rem}

    .news-card-title {margin-bottom: 0.5rem;font-size: 1rem}

    .news-card-description {margin-bottom: 0.75rem;font-size: 0.85rem}

    .news-date {font-size: 0.8rem}

    .app-showcase-header {padding: 0 15px;margin-bottom: 2rem}

    .app-showcase-title {margin-bottom: 1rem;font-size: 2rem}

    .app-showcase-description {line-height: 1.6;padding: 0 15px;font-size: 0.9rem}

    .app-images-grid {gap: 1rem;scroll-snap-type: x proximity;padding: 0 15px;justify-content: flex-start}

    .app-image-item {border-radius: 15px;min-width: 160px;height: 320px;scroll-snap-align: start;width: 160px}

    .app-preview {padding: 3rem 0}

    .app-preview-header {margin-bottom: 2.5rem;padding: 0 15px}

    .app-preview-title {font-size: 1.8rem;padding: 0.75rem 1.5rem}

    .app-preview-desc {font-size: 1rem;padding: 0 15px}

    .app-preview-phones {padding: 0 15px;gap: 1.5rem;flex-direction: column}

    .phone-item {width: 100%;max-width: 280px}

    .banner-section {height: 356px}

    .banner-section .container {padding-top: 1.5rem}

    .banner-content {padding: 0 15px}

    .banner-title {font-size: 1.3rem;margin-bottom: 0.75rem}

    .banner-description {line-height: 1.5;font-size: 0.8rem}

    .article-title {font-size: 2rem;margin-bottom: 1rem}

    .article-meta {gap: 0.75rem;padding-bottom: 1rem;flex-direction: column;margin-bottom: 2rem}

    .article-content {padding: 0 15px}

    .article-body p {font-size: 1rem;margin-bottom: 1.25rem}

    .article-body h2 {font-size: 1.5rem;margin-bottom: 0.75rem;margin-top: 2rem}

    .article-body h3 {margin-bottom: 0.75rem;font-size: 1.3rem;margin-top: 1.5rem}

    .article-body ul,
    .article-body ol {padding-left: 1.5rem}

    .article-body li {margin-bottom: 0.5rem;font-size: 1rem}

    .article-keywords {margin-top: 2rem;padding-top: 1.5rem;gap: 0.5rem}

    .keyword-tag {padding: 0.4rem 0.8rem;font-size: 0.8rem}

    .footer-content {gap: 2rem;grid-template-columns: 1fr}

    .footer-links {gap: 1.5rem;grid-template-columns: 1fr}

    .footer-column {margin-bottom: 1.5rem}

    .footer-logo {height: 40px}

    .footer-bottom {padding-top: 1.5rem}

    .footer-bottom p {font-size: 0.85rem}

    .footer-disclaimer {font-size: 0.8rem}

    .features-grid,
    .download-grid {grid-template-columns: 1fr}

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

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


/* 平滑滚动 */
html {scroll-behavior: smooth}

/* 动画效果 */
@keyframes fadeInUp {from {
        opacity: 0;transform: translateY(30px)}
    to {opacity: 1;transform: translateY(0)}
}

.feature-card,
.download-card {animation: fadeInUp 0.6s ease-out}


._c0guer9fk{}

._cv5q59cen{}

._cdp1du4w0{}
