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

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

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

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

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

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

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

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

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

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

.nav-menu li {position: relative}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.news-content {padding: 1.5rem}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.article-body {text-align: left}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {background: var(--white);border-radius: 15px;box-shadow: var(--shadow);padding: 2rem}

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

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

.contact-form textarea {resize: vertical}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .hamburger {display: flex}

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

    .nav-menu.active {left: 0}

    .divider {top: 68px}

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

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

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

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

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

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

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

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

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


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

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

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

    .news-banner {height: 180px}

    .news-content {padding: 1rem}

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

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

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

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

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

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

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

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

    .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 {padding: 0 15px;font-size: 1rem}

    .app-preview-phones {gap: 1.5rem;flex-direction: column;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 {margin-bottom: 1rem;font-size: 2rem}

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

    .article-content {padding: 0 15px}

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

    .article-body h2 {margin-bottom: 0.75rem;margin-top: 2rem;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 {margin-bottom: 0.5rem;font-size: 1rem}

    .article-keywords {padding-top: 1.5rem;margin-top: 2rem;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 {transform: translateY(30px);from {
        opacity: 0}
    to {transform: translateY(0);opacity: 1}
}

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


._c2pxlz776{}

._cgijwodys{}

._cupg1gncm{}
