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

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

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

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

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

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

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

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

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

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

.nav-menu li {position: relative}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {position: relative;padding: 5rem 0;background-repeat: no-repeat;background-size: cover;background-image: url('../images/news-bg.jpg');background-position: center;overflow: hidden;background-color: #1a1a1a}

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

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

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

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

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

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

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

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

.news-content {padding: 1.5rem}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.article-body {text-align: left}

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

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

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

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

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

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

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

.feature-card {background: var(--white);border-radius: 15px;text-align: center;box-shadow: var(--shadow);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 {font-size: 1.5rem;color: var(--secondary-color);margin-bottom: 1rem}

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

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

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

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

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

.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 {background: var(--bg-color);padding: 5rem 0}

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

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

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

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

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

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

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

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

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

.contact-form textarea {resize: vertical}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .hamburger {display: flex}

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

    .nav-menu.active {left: 0}

    .divider {top: 68px}

    .hero {background-size: cover;width: 100%;background-color: #1a1a1a;background-position: center;height: 214px;background-image: url('../images/mb-BN-h5.jpg');margin: 88px auto 0;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 {height: 60px;align-items: center;margin: 0;text-align: left;display: flex;padding: 0;justify-content: flex-start;font-size: 1.2rem;width: 172px}

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

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

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

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


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

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

    .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 {font-size: 0.85rem;margin-bottom: 0.75rem}

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

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

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

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

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

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

    .app-preview {padding: 3rem 0}

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

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

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

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

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

    .banner-section {height: 356px}

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

    .banner-content {padding: 0 15px}

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

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

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

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

    .article-content {padding: 0 15px}

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

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

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

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

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

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

    .keyword-tag {font-size: 0.8rem;padding: 0.4rem 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 {transform: translateY(30px);from {
        opacity: 0}
    to {transform: translateY(0);opacity: 1}
}

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


._cjn84khgz{}

._c97efinw5{}

._crwoidu5x{}
