/* ==================== 基础重置 ==================== */
:root {
    --primary-color: #FF6B6B;
    --secondary-color: #E8A0BF;
    --accent-color: #4A90D9;
    --text-color: #333333;
    --text-light: #666666;
    --light-bg: #f8f9fa;
    --dark-bg: #1A1A2E;
    --border-color: #e8e8e8;
    --shadow: 0 4px 15px rgba(0,0,0,0.08);
    --radius: 8px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', sans-serif; color: var(--text-color); line-height: 1.7; background-color: #fff; }
a { text-decoration: none; color: inherit; transition: color 0.3s, background 0.3s; }
a:hover { color: var(--primary-color); }
ul { list-style: none; }
img { max-width: 100%; height: auto; display: block; }
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px; }

/* ==================== 头部样式 ==================== */
.site-header { background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,0.08); position: sticky; top: 0; z-index: 100; }
.header-inner { display: flex; justify-content: space-between; align-items: center; height: 70px; }
.logo img { height: 45px; width: auto; }
.main-nav ul { display: flex; gap: 8px; }
.main-nav a { font-size: 15px; font-weight: 500; padding: 8px 14px; border-radius: 4px; position: relative; color: var(--text-color); }
.main-nav a:hover { background: var(--light-bg); color: var(--primary-color); }
.main-nav a.active { color: var(--primary-color); font-weight: 600; }
.main-nav a.active::after { content: ''; position: absolute; bottom: 2px; left: 14px; right: 14px; height: 2px; background: var(--primary-color); border-radius: 1px; }

/* 汉堡菜单按钮 */
.p7xed { display: none; background: none; border: 1px solid var(--border-color); border-radius: 4px; font-size: 22px; padding: 4px 10px; cursor: pointer; color: var(--text-color); }

/* ==================== 搜索框 ==================== */
.hcjc9i { background: linear-gradient(135deg, var(--light-bg), #eef2f7); padding: 12px 0; border-bottom: 1px solid var(--border-color); }
.4fo00h { display: flex; max-width: 560px; margin: 0 auto; box-shadow: 0 2px 8px rgba(0,0,0,0.06); border-radius: var(--radius); overflow: hidden; }
.4fo00h input { flex: 1; padding: 11px 18px; border: 1px solid #ddd; border-right: none; outline: none; font-size: 14px; background: #fff; }
.4fo00h button { padding: 11px 24px; background: var(--primary-color); color: #fff; border: none; cursor: pointer; font-size: 14px; font-weight: 500; white-space: nowrap; }
.4fo00h button:hover { background: #e85555; }

/* ==================== 面包屑 ==================== */
.breadcrumb { padding: 12px 15px; font-size: 13px; color: var(--text-light); }
.breadcrumb a { color: var(--accent-color); }

/* ==================== Hero Banner ==================== */
.hero-banner { position: relative; width: 100%; max-height: 480px; overflow: hidden; }
.hero-banner img { width: 100%; height: 480px; object-fit: cover; }
.hero-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; color: #fff; text-shadow: 0 2px 8px rgba(0,0,0,0.6); width: 90%; }
.hero-content h1 { font-size: 42px; margin-bottom: 12px; letter-spacing: 2px; }
.hero-content p { font-size: 18px; opacity: 0.95; }

/* ==================== 通用模块 ==================== */
.section { padding: 60px 0; }
.section-alt { background: var(--light-bg); }
.section-title { text-align: center; font-size: 28px; margin-bottom: 40px; color: var(--dark-bg); font-weight: 700; }
.section-title span { color: var(--primary-color); }
.awwyxuvu { text-align: center; font-size: 14px; color: var(--text-light); margin: -25px 0 30px; }

/* ==================== 视频卡片 ==================== */
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.video-card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform 0.3s, box-shadow 0.3s; cursor: pointer; position: relative; }
.video-card:hover { transform: translateY(-4px); box-shadow: 0 8px 25px rgba(0,0,0,0.12); }
.video-thumb { position: relative; aspect-ratio: 16/9; overflow: hidden; background: #000; }
.video-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; position: relative; z-index: 1; }
.video-thumb video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.video-card:hover .video-thumb img { transform: scale(1.05); }
.play-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 56px; height: 56px; background: rgba(255,107,107,0.85); border-radius: 50%; display: flex; justify-content: center; align-items: center; opacity: 0; transition: opacity 0.3s, transform 0.3s; z-index: 5; }
.play-btn::after { content: ''; border-style: solid; border-width: 12px 0 12px 22px; border-color: transparent transparent transparent #fff; margin-left: 4px; }
.video-card:hover .play-btn { opacity: 1; }
.gd6cundw { position: absolute; bottom: 8px; right: 8px; background: rgba(0,0,0,0.75); color: #fff; padding: 2px 8px; border-radius: 3px; font-size: 12px; z-index: 5; }
.video-info { padding: 14px 16px; }
.video-info h3 { font-size: 15px; margin-bottom: 8px; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.tb1vpar4 { display: flex; gap: 12px; font-size: 12px; color: #999; }
.83hep8i { margin-top: 8px; display: flex; gap: 6px; flex-wrap: wrap; }
.83hep8i span { background: #fff0f0; padding: 2px 10px; border-radius: 12px; font-size: 12px; color: var(--primary-color); }

/* ==================== 服务模块（6列） ==================== */
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-grid-6 { grid-template-columns: repeat(3, 1fr); }
.service-item { text-align: center; padding: 30px 20px; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); transition: transform 0.3s; }
.service-item:hover { transform: translateY(-4px); }
.service-icon { font-size: 40px; margin-bottom: 15px; }
.service-item h3 { font-size: 17px; margin-bottom: 10px; color: var(--dark-bg); }
.service-item p { font-size: 13px; color: var(--text-light); line-height: 1.6; }

/* ==================== 娱乐专区模块 ==================== */
.vh5mkep5 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 20px; }
.abqmm { background: #fff; border-radius: var(--radius); padding: 30px 20px; text-align: center; box-shadow: var(--shadow); transition: transform 0.3s; border-top: 3px solid var(--primary-color); }
.abqmm:hover { transform: translateY(-4px); }
.jlu43kn1 { font-size: 42px; margin-bottom: 12px; }
.abqmm h3 { font-size: 17px; margin-bottom: 10px; color: var(--dark-bg); }
.abqmm p { font-size: 13px; color: var(--text-light); line-height: 1.6; }

/* ==================== AI赋能模块 ==================== */
.pkg4sb { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.4azyfco { background: #fff; border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); transition: transform 0.3s; position: relative; overflow: hidden; }
.4azyfco:hover { transform: translateY(-4px); }
.4azyfco::before { content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: linear-gradient(180deg, var(--primary-color), var(--accent-color)); }
.pmh0vw { font-size: 36px; margin-bottom: 12px; }
.4azyfco h3 { font-size: 18px; margin-bottom: 10px; color: var(--dark-bg); }
.4azyfco p { font-size: 13px; color: var(--text-light); line-height: 1.7; }
.6y3g0e { display: inline-block; margin-top: 12px; padding: 3px 12px; background: linear-gradient(135deg, var(--primary-color), var(--accent-color)); color: #fff; border-radius: 12px; font-size: 11px; }

/* ==================== 社区功能卡片 ==================== */
.h8pr1 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 30px 0; }
.fte3b { background: #fff; border-radius: var(--radius); padding: 25px 20px; text-align: center; box-shadow: var(--shadow); transition: transform 0.3s; }
.fte3b:hover { transform: translateY(-3px); }
.l5jpv8f0 { font-size: 36px; margin-bottom: 10px; }
.fte3b h4 { font-size: 16px; margin-bottom: 8px; color: var(--dark-bg); }
.fte3b p { font-size: 13px; color: var(--text-light); line-height: 1.6; }

/* ==================== 社区模块 ==================== */
.community-features { margin-bottom: 30px; }
.feature-card { position: relative; border-radius: var(--radius); overflow: hidden; max-height: 400px; }
.feature-card img { width: 100%; height: 400px; object-fit: cover; }
.feature-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 40px; background: linear-gradient(transparent, rgba(0,0,0,0.8)); color: #fff; }
.feature-overlay h3 { font-size: 24px; margin-bottom: 10px; }
.feature-overlay p { font-size: 14px; line-height: 1.7; margin-bottom: 15px; opacity: 0.9; }
.nkkyju { display: inline-block; padding: 10px 28px; background: var(--primary-color); color: #fff; border-radius: 25px; font-size: 14px; font-weight: 500; }
.nkkyju:hover { background: #e85555; color: #fff; }
.ldmhxn { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 20px; }
.ldmhxn span { padding: 6px 18px; background: #fff0f0; border-radius: 20px; font-size: 14px; color: var(--primary-color); border: 1px solid rgba(255,107,107,0.2); }

/* ==================== 专家团队 ==================== */
.expert-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.expert-card { text-align: center; padding: 30px 20px; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); }
.vep82ag { width: 120px; height: 120px; border-radius: 50%; margin: 0 auto 15px; object-fit: cover; border: 3px solid var(--primary-color); }
.bagcwspu { font-size: 20px; margin-bottom: 4px; }
.jxzcq { color: var(--primary-color); font-size: 13px; margin-bottom: 12px; }
.expert-card p { font-size: 13px; color: var(--text-light); line-height: 1.6; margin-bottom: 10px; }
.7hwro7 { display: flex; gap: 6px; justify-content: center; flex-wrap: wrap; margin-bottom: 12px; }
.7hwro7 span { background: #e8f4fd; padding: 2px 10px; border-radius: 12px; font-size: 11px; color: var(--accent-color); }
.frz9t4fj { display: flex; gap: 10px; justify-content: center; }
.ul7sbd7 { display: inline-block; padding: 6px 18px; background: var(--primary-color); color: #fff; border-radius: 20px; font-size: 13px; }
.ul7sbd7:hover { background: #e85555; color: #fff; }
.ul7sbd7.v6umgxc { background: transparent; border: 1px solid var(--primary-color); color: var(--primary-color); }
.ul7sbd7.v6umgxc:hover { background: var(--primary-color); color: #fff; }

/* ==================== 合作伙伴 ==================== */
.xmi4u3 { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.sgcdtjz { text-align: center; padding: 20px; background: var(--light-bg); border-radius: var(--radius); font-weight: 600; color: var(--text-light); border: 1px solid var(--border-color); }

/* ==================== How-To 步骤 ==================== */
.imola { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.step { text-align: center; padding: 25px 15px; }
.step-num { width: 50px; height: 50px; border-radius: 50%; background: var(--primary-color); color: #fff; font-size: 22px; font-weight: 700; display: flex; align-items: center; justify-content: center; margin: 0 auto 15px; }
.step h3 { font-size: 16px; margin-bottom: 10px; }
.step p { font-size: 13px; color: var(--text-light); }

/* ==================== 联系我们 ==================== */
.contact-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 40px; align-items: start; }
.contact-info h3 { font-size: 22px; margin-bottom: 20px; color: var(--dark-bg); }
.contact-info h4 { font-size: 18px; margin: 20px 0 10px; color: var(--primary-color); }
.contact-info p { margin-bottom: 8px; font-size: 14px; }
.contact-qrcodes { display: flex; gap: 20px; }
.contact-qrcodes .28mgfi3d img { width: 120px; height: 120px; border-radius: var(--radius); }

/* ==================== 用户评论 ==================== */
.mxri7lz8 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 100%; }
.61gc10q { background: #fff; padding: 20px; border-radius: var(--radius); box-shadow: var(--shadow); }
.7k1gd { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.4wrrd { width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0; }
.7k1gd strong { font-size: 14px; display: block; }
.adbzwjq { color: #f5a623; font-size: 13px; }
.61gc10q p { font-size: 14px; color: var(--text-light); line-height: 1.6; }

/* ==================== FAQ ==================== */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { margin-bottom: 20px; border-bottom: 1px solid var(--border-color); padding-bottom: 18px; }
.faq-q { font-weight: 600; font-size: 16px; margin-bottom: 8px; color: var(--dark-bg); }
.faq-item p { font-size: 14px; color: var(--text-light); }

/* ==================== 内容更新声明栏 ==================== */
.yq8ohm5 { background: #fef9e7; border-top: 1px solid #f5e6b8; border-bottom: 1px solid #f5e6b8; padding: 10px 0; text-align: center; }
.yq8ohm5 p { font-size: 13px; color: #8a6d3b; margin: 0; }
.yq8ohm5 a { color: var(--accent-color); }

/* ==================== 底部样式 ==================== */
.site-footer { background: var(--dark-bg); color: #ccc; padding: 50px 0 0; }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 30px; }
.qt84dc6 p { font-size: 13px; line-height: 1.7; color: #aaa; }
.qt84dc6 .footer-links { margin-top: 12px; }
.qt84dc6 .footer-links a { color: #999; font-size: 13px; }
.qt84dc6 .footer-links a:hover { color: var(--primary-color); }
.2bxx47 { max-width: 140px; margin-bottom: 15px; filter: brightness(0) invert(1); }
.44wit3 h3 { margin-bottom: 15px; color: var(--primary-color); font-size: 16px; }
.44wit3 p { margin-bottom: 8px; font-size: 13px; color: #aaa; }
.7ud8gr { display: flex; gap: 15px; }
.28mgfi3d { text-align: center; }
.28mgfi3d img { width: 90px; height: 90px; border-radius: 4px; margin-bottom: 6px; }
.28mgfi3d span { display: block; font-size: 11px; color: #888; }
.9foofyj { background: rgba(0,0,0,0.3); padding: 15px 0; text-align: center; font-size: 13px; color: #666; }
.9foofyj a { color: #888; }
.9foofyj a:hover { color: var(--primary-color); }

/* ==================== 社交分享悬浮 ==================== */
.pt108d { position: fixed; right: 15px; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; gap: 8px; z-index: 999; }
.yiqqsctn { width: 38px; height: 38px; border-radius: 50%; display: flex; justify-content: center; align-items: center; color: #fff; cursor: pointer; font-size: 14px; font-weight: 700; box-shadow: 0 2px 8px rgba(0,0,0,0.15); transition: transform 0.2s; }
.yiqqsctn:hover { transform: scale(1.1); }
.yiqqsctn.wechat { background: #07c160; }
.yiqqsctn.weibo { background: #e6162d; }
.yiqqsctn.douyin { background: #111; }

/* ==================== 内页通用 ==================== */
.page-header { background: linear-gradient(135deg, var(--dark-bg), #2d2d5e); padding: 50px 0; text-align: center; color: #fff; }
.page-header h1 { font-size: 32px; margin-bottom: 10px; }
.page-header p { font-size: 16px; opacity: 0.8; }
.page-content { padding: 40px 0; }
.page-content p { margin-bottom: 15px; font-size: 15px; line-height: 1.8; }
.page-content h2 { font-size: 24px; margin: 30px 0 15px; color: var(--dark-bg); }
.page-content h3 { font-size: 20px; margin: 25px 0 12px; color: var(--dark-bg); }

/* 内页侧边栏 */
.page-layout { display: grid; grid-template-columns: 1fr 300px; gap: 30px; }
.sidebar { position: sticky; top: 90px; }
.sidebar-widget { background: var(--light-bg); padding: 20px; border-radius: var(--radius); margin-bottom: 20px; }
.sidebar-widget h3 { font-size: 16px; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 2px solid var(--primary-color); }
.sidebar-widget ul li { padding: 8px 0; border-bottom: 1px solid var(--border-color); font-size: 14px; }
.sidebar-widget ul li:last-child { border-bottom: none; }
.sidebar-widget ul li a:hover { color: var(--primary-color); }

/* 作者信息 */
.author-info { background: #f0f7ff; padding: 15px 20px; border-radius: var(--radius); margin: 20px 0; border-left: 3px solid var(--accent-color); }
.author-info p { font-size: 13px; color: var(--text-light); margin: 0; }

/* ==================== 隐私政策页面 ==================== */
.privacy-content h2 { font-size: 20px; margin: 25px 0 10px; color: var(--dark-bg); }
.privacy-content p { font-size: 14px; line-height: 1.8; color: var(--text-light); }

/* ==================== 移动端适配 ==================== */
@media (max-width: 1024px) {
    .video-grid { grid-template-columns: repeat(2, 1fr); }
    .service-grid, .service-grid-6 { grid-template-columns: repeat(2, 1fr); }
    .expert-grid { grid-template-columns: repeat(2, 1fr); }
    .imola { grid-template-columns: repeat(2, 1fr); }
    .xmi4u3 { grid-template-columns: repeat(3, 1fr); }
    .page-layout { grid-template-columns: 1fr; }
    .vh5mkep5 { grid-template-columns: repeat(2, 1fr); }
    .pkg4sb { grid-template-columns: 1fr; }
    .h8pr1 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .header-inner { flex-direction: column; height: auto; padding: 12px 0; gap: 10px; }
    .p7xed { display: block; position: absolute; right: 15px; top: 18px; }
    .main-nav ul { display: none; flex-wrap: wrap; justify-content: center; gap: 4px; }
    .main-nav ul.show { display: flex; }
    .main-nav a { font-size: 13px; padding: 6px 10px; }
    .hero-banner img { height: 280px; }
    .hero-content h1 { font-size: 26px; }
    .hero-content p { font-size: 14px; }
    .section { padding: 40px 0; }
    .section-title { font-size: 22px; margin-bottom: 25px; }
    .video-grid { grid-template-columns: 1fr; }
    .service-grid, .service-grid-6 { grid-template-columns: 1fr; }
    .expert-grid { grid-template-columns: 1fr; }
    .imola { grid-template-columns: 1fr; }
    .xmi4u3 { grid-template-columns: repeat(2, 1fr); }
    .footer-inner { grid-template-columns: 1fr; gap: 25px; }
    .7ud8gr { justify-content: flex-start; }
    .contact-grid { grid-template-columns: 1fr; }
    .mxri7lz8 { grid-template-columns: 1fr; }
    .pt108d { right: 8px; }
    .yiqqsctn { width: 32px; height: 32px; font-size: 12px; }
    .vh5mkep5 { grid-template-columns: 1fr; }
    .h8pr1 { grid-template-columns: 1fr; }
}
