/* ======================
   剧集资讯页面 - 最终完整版
====================== */

/* 主容器 */
.container {
    max-width: 1200px;
    margin: 0 auto 60px;
    padding: 0 20px;
    display: flex;
    gap: 20px;
    position: relative;
}
.margin-top{
	margin-top:110px;
}

/* ======================
   Banner
====================== */
.banner-section {
    margin-top: 70px;
    background: linear-gradient(rgba(15,23,42,0.8),rgba(15,23,42,0.8)),url('https://picsum.photos/id/119/1920/400');
    background-size: cover;
    background-position: center;
    color:#fff;
    padding: 30px 20px;
	min-height: 130px;
}
.banner-content {
	max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    flex-direction: column;
}
.banner-text h1 {
    font-size: 26px;
    margin-bottom: 6px;
}
.banner-text p {
    opacity: 0.9;
    font-size: 14px;
}
.banner-download-btn {
    background: linear-gradient(90deg,#4f46e5,#7c3aed,#a855f7);
    background-size: 200% 100%;
    color:#fff;
    padding: 10px 20px;
    font-weight: 600;
    transition: all .3s;
}
.banner-download-btn:hover {
    background-position: right center;
}

/* ======================
   SEO 面包屑
====================== */
.breadcrumb-wrapper {
    max-width: 1200px;
    margin: 15px auto;
    padding: 0 20px;
}
.breadcrumb {
    font-size: 14px;
    color:#666;
}
.breadcrumb a {
    color:#666;
    text-decoration: none;
}
.breadcrumb a:hover {
    color:#7c3aed;
}
.breadcrumb span {
    color:#333;
    font-weight: 500;
}

/* ======================
   左侧内容
====================== */
.main-content {
    flex: 1;
    background:#fff;
    padding: 20px;
}
.news-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.news-item {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 20px;
}
.news-link {
    display: flex;
    gap: 20px;
    text-decoration: none;
    color:inherit;
}
.news-thumb {
    width: 200px;
    height: 140px;
    overflow: hidden;
    flex-shrink: 0;
}
.news-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}
.news-excerpt {
    color:#666;
    line-height: 1.6;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-meta {
    display: flex;
    gap: 15px;
    font-size: 12px;
    color:#999;
}
.meta-views {
    margin-left: auto;
    padding-right: 5px;
}

/* ======================
   右侧侧边栏 - 吸顶悬浮（核心）
====================== */
.sidebar-sticky-wrapper {
    width: 300px;
    position: relative;
    flex-shrink: 0;
}
.sidebar {
    width: 300px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 90px; /* 距离header 20px（header 70px）*/
    align-self: flex-start;
}

/* 侧边栏模块 */
.sidebar-widget {
    background:#fff;
    padding: 15px;
}
.widget-title {
    font-size: 16px;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f2f2f2;
}
.widget-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.widget-item {
    display: flex;
    gap: 10px;
}
.widget-link {
    display: flex;
    text-decoration: none;
    color:inherit;
}
.widget-thumb {
    width: 80px;
    height: 70px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
}
.widget-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top-tag {
    position: absolute;
    top: 0;
    left: 0;
	background: linear-gradient(90deg, #4f46e5 0%, #7c3aed 50%, #a855f7 100%);
    color:#fff;
    font-size: 12px;
    padding: 2px 5px;
}
.widget-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.widget-item-title {
	font-size: 14px;
    line-height: 1.4;
    margin-bottom: 4px;
    font-weight: 400;
    color: #666;
}
.widget-views {
    font-size: 12px;
    color:#999;
    align-self: flex-end;
    padding-right: 5px;
}
/* 侧边栏最新内容 */
.list-product.sidebar-widget {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
	width: 100%;
}
.list-product.sidebar-widget .widget-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #8b8b8b;
}
.list-product.sidebar-widget .widget-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.list-product.sidebar-widget .widget-item {
    margin-bottom: 12px;
	min-height: 30px;
	margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f2f2f2;
}
/* 链接样式 */
.list-product.sidebar-widget .widget-link {
	display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
}
/* 加号默认和文字同色 */
.list-product.sidebar-widget .item-icon {
    font-weight: bold;
    font-size: 16px;
}
/* 标题 */
.list-product.sidebar-widget .item-text {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 鼠标悬浮：加粗+变色 */
.list-product.sidebar-widget .widget-link:hover {
    color: #722ed1;
    font-weight: bold;
}

/* 移动端自适应 */
@media (max-width: 768px) {
    .list-product.sidebar-widget {
        padding: 15px;
    }
    .list-product.sidebar-widget .widget-title {
        font-size: 16px;
    }
    .list-product.sidebar-widget .widget-link {
        font-size: 14px;
    }
    .list-product.sidebar-widget .item-icon {
        font-size: 15px;
    }
    .list-product.sidebar-widget .widget-item {
        margin-bottom: 10px;
    }
}
/* APP模块 */
.app-widget {
	background: linear-gradient(90deg, #4f46e5 0%, #7c3aed 50%, #a855f7 100%);
    color:#fff;
    text-align: center;
    padding: 20px;
}
.app-title {
    font-size: 20px;
    margin-bottom: 5px;
}
.app-slogan {
    font-size: 13px;
    opacity: 0.9;
    margin-bottom: 12px;
}
.app-download-btn {
    background:#fff;
    color:#7c3aed;
    padding: 8px 16px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
}

/* ======================
   响应式
====================== */
@media (max-width: 992px) {
    .container {
        flex-direction: column;
    }
    .sidebar-sticky-wrapper,
    .sidebar {
        width: 100%;
        position: static;
    }
    .banner-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    .news-link {
        flex-direction: column;
    }
    .news-thumb {
        width: 100%;
    }
}
/* ======================
   面包屑样式（带SVG图标）
====================== */
.breadcrumb-wrapper {
    max-width: 1200px;
    margin: 15px auto;
    padding: 0 20px;
	margin-top: 110px;
}
.list-left-body .breadcrumb-wrapper {
	margin: 15px auto;
    padding: 0 20px;
    height: auto;
}
.breadcrumb {
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 8px;
}
.breadcrumb-home {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #4f46e5;
    text-decoration: none;
}
.breadcrumb-home:hover {
    color: #7c3aed;
}
.breadcrumb-home svg {
    flex-shrink: 0;
}
.breadcrumb-sep {
    color: #999;
}
.breadcrumb span:last-child {
    color: #333;
    font-weight: 500;
}

/* ======================
   小眼睛对齐修复（核心）
====================== */
/* 左侧列表小眼睛 */
.news-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 12px;
    color: #999;
    width: 100%;
    box-sizing: border-box;
}
.meta-views {
    margin-left: auto;
    /* 强制对齐，避免靠边 */
    padding-right: 8px;
    display: flex;
    align-items: center;
    gap: 3px;
}

/* 右侧侧边栏小眼睛 */
.widget-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 8px 0 0; /* 右侧内边距，和左侧统一 */
    box-sizing: border-box;
    min-height: 70px; /* 固定高度，强制对齐 */
}
.widget-views {
    font-size: 12px;
    color: #999;
    align-self: flex-end;
    display: flex;
    align-items: center;
    gap: 3px;
    /* 强制和左侧小眼睛在同一垂直线 */
    margin-top: auto;
}

/* 侧边栏列表项高度统一，确保小眼睛对齐 */
.widget-item {
    display: flex;
    gap: 10px;
    align-items: center;
    min-height: 80px;
}
.widget-link {
    display: flex;
    gap: 10px;
    text-decoration: none;
    color: inherit;
    width: 100%;
    align-items: center;
}
/* ======================
   文章页4大模块 响应式样式
====================== */

/* 全局基础（可复用） */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Noto Sans SC', 'Microsoft YaHei', sans-serif;
    color: #333;
    line-height: 1.6;
}
a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}
a:hover {
    color: #2563eb;
}

/* ======================
   1. 文章正文模块
====================== */
.article-content {
    max-width: 1200px;
    margin: 0 auto 2rem;
    font-size: 1rem;
    color: #333;
    line-height: 1.8;
}
.article-content p {
    margin-bottom: 1.2rem;
    text-align: justify;
}

/* ======================
   2. 上下篇导航模块
====================== */
.article-nav {
    max-width: 1200px;
    margin: 0 auto 3rem;
    padding: 0 1.5rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding: 1.5rem 0;
}
.prev-link, .next-link {
    font-size: 0.95rem;
    color: #666;
    max-width: 48%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.prev-link:hover, .next-link:hover {
    color: #2563eb;
}

/* ======================
   3. 相关产品模块
====================== */
.related-products {
    max-width: 1200px;
    margin: 0 auto 3rem;
    padding: 0 1.5rem;
}
.section-title {
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #f2f2f2;
}
.section-title h3 {
    font-size: 1.2rem;
    color: #2563eb;
    font-weight: 600;
}
.section-title h3 span {
    color: #999;
    font-size: 0.85rem;
    font-weight: 400;
    margin-left: 0.5rem;
}
.products-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}
.product-item {
    border: 1px solid #f2f2f2;
    overflow: hidden;
}
.product-link {
    display: block;
}
.product-thumb {
    width: 100%;
    height: 180px;
    overflow: hidden;
}
.product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.product-link:hover .product-thumb img {
    transform: scale(1.05);
}
.product-title {
    padding: 0.8rem;
    font-size: 0.95rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	text-align: center;
    font-weight: 400;
}

/* ======================
   4. 相关推荐模块
====================== */
.related-news {
    max-width: 1200px;
    margin: 0 auto 4rem;
    padding: 0 1.5rem;
}
.related-news .news-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
.news-item {
    border-bottom: 1px dotted #f2f2f2;
    padding: 0.5rem 0;
}
.news-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}
.news-title {
    font-size: 0.95rem;
    color: #333;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-date {
    font-size: 0.85rem;
    color: #999;
    flex-shrink: 0;
}

/* ======================
   响应式适配
====================== */
@media (max-width: 992px) {
    .article-nav {
        flex-direction: column;
        gap: 0.8rem;
    }
    .prev-link, .next-link {
        max-width: 100%;
    }

    .products-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .news-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .products-list {
        grid-template-columns: 1fr;
    }

    .article-content {
        font-size: 0.95rem;
    }
    .section-title h3 {
        font-size: 1.1rem;
    }
}
.list-article{
	max-width: 1200px;
    margin: 0 auto 60px;
    padding: 0 20px;
    display: flex;
    gap: 20px;
    position: relative;
}
.related-products .section-title{
	text-align: left;
    position: unset;
    margin-bottom: 16px;
}
.show-body .infos{
	display: flex;
    justify-content: space-evenly;
	font-size: 16px;
    margin: 0.8em 0;
    line-height: 30px;
}
.show-body .detail-title{
	text-align:center;
	font-size: 28px;
    font-weight: 700;
    margin: .67em 0;
}
.show-body .article-detail{
    width: 100%;
    border-bottom: 1px dashed #cfcfcf;
    text-align: center;
    margin-bottom: 10px;
	background: #f5f5f5;
}
.show-body .section-title{
	text-align: left;
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--text-dark);
    position: unset;
}
a{
	text-indent: 0 !important;
    margin-left: 0 !important;
}
/* 免责声明 tip error 模块样式 */
.tip.error {
    /* 基础布局 */
    margin: 30px 0;
    padding: 16px 20px;
    border-radius: 8px;
    background-color: #f8f9fa; 
    border-left: 1px solid #722ed1; 
    font-size: 14px;
    line-height: 1.7;
    color: #595959;
    font-family: 'Noto Sans SC', sans-serif;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.tip.error p {
    margin: 0;
	color: #adadad;
}

/* 适配移动端 */
@media (max-width: 768px) {
    .tip.error {
        margin: 20px 0;
        padding: 12px 16px;
        font-size: 13px;
    }
	.list-left-body{
		grid-template-columns: repeat(2, 1fr);
        gap: 10px;
	}
}
 /* 产品介绍容器样式（已改为 list-product） */
.list-product {
	width: 90%;
	max-width: 1000px;
	padding: 30px;
	background-color: #ffffff;
	border-radius: 12px;
	box-shadow: 0 2px 15px rgba(0,0,0,0.05);
	line-height: 1.8;
	color: #333333;
}

/* 主标题样式 */
.list-product h1 {
	font-size: 28px;
    color: #222;
    text-align: center;
    margin-bottom: 12px;
    font-weight: bold;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f2f2f2;
}

/* 标题下方分隔横线 */
.list-product .title-line {
	width: 80px;
	height: 3px;
	background-color: #409eff;
	margin: 0 auto 35px;
	border-radius: 3px;
}

/* 二级标题样式 */
.list-product h2 {
	font-size: 22px;
	color: #222;
	margin: 30px 0 15px;
	padding-left: 10px;
	border-left: 4px solid #409eff;
}

/* 功能列表样式 */
.list-product .feature-item {
	margin-bottom: 20px;
	padding-left: 8px;
}

.list-product .feature-item h3 {
	font-size: 18px;
	color: #333;
	margin-bottom: 8px;
	font-weight: 600;
}

.list-product p {
	font-size: 16px;
	color: #555;
	text-align: justify;
	margin-bottom: 10px;
}
.list-product p span{
	line-height: 3;
    margin-top: 20px;
    color: #722ed1;
    font-size: 14px;
}
/* 差异化特色段落样式 */
.list-product .diff-feature {
	background-color: #f5f9ff;
	padding: 20px;
	border-radius: 8px;
	margin-top: 15px;
}
/* 手风琴面板样式 适配 list-product */
.list-product.faq-group {
    background: #fff;
	padding: 50px 70px;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
}

/* 每个项目 */
.faq-item {
    border-bottom: 1px solid #f0f0f5;
    transition: all 0.3s ease;
}
.faq-item:last-child {
    border-bottom: none;
}

/* 标题栏 */
.faq-head {
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    transition: all 0.3s ease;
}

/* 符号 + */
.faq-symbol {
    font-size: 20px;
    font-weight: bold;
    color: #722ed1;
    transition: transform 0.3s ease, color 0.3s ease;
    flex-shrink: 0;
    margin-left: 20px;
}

/* 展开时：符号旋转+变色 */
.faq-item.active .faq-symbol {
    transform: rotate(45deg);
    color: #722ed1;
}

/* 展开状态的标题样式（核心优化） */
.faq-item.active .faq-head {
    background: linear-gradient(135deg, #f0f7ff 0%, #f5f0ff 100%);
    color: #5a67d8;
    border-left: 4px solid #5a67d8;
}
.faq-head{
    padding-left: 20px;
}

/* 内容区 默认关闭 */
.faq-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    padding-left: 16px;
}

/* 展开后样式 */
.faq-item.active .faq-body {
    max-height: 500px;
}

/* 悬浮效果 */
.faq-head:hover {
    color: #722ed1;
}

/* ===================== 响应式适配 ===================== */
@media (max-width: 768px) {
    .list-product.faq-group {
        padding: 20px;
		width: 100%;
    }
    .faq-head {
        font-size: 15px;
        padding: 14px 0;
    }
    .faq-item.active .faq-head {
        padding-left: 10px;
    }
    .faq-body {
        font-size: 14px;
        padding-left: 14px;
    }
    .faq-symbol {
        font-size: 18px;
    }
}
/* 关于腐竹FM页面样式，适配main-content */
.main-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 20px;
}

.about-fuzhu {
    background: #fff;
    padding: 35px 40px;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

/* 页面大标题 */
.page-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a2e;
    text-align: center;
    margin: 0 0 35px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f5;
}

/* 每个大板块 */
.about-section {
    margin-bottom: 40px;
}
.section-title-about{
	font-size: 20px;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0 0 20px 0;
    padding-left: 14px;
    border-left: 4px solid #722ed1;
    line-height: 1.4;
}
.about-section:last-child {
    margin-bottom: 0;
}

/* 小标题样式（和你网站产品介绍页风格统一，左侧紫蓝竖线） */
.section-title {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0 0 20px 0;
    padding-left: 14px;
    border-left: 4px solid #722ed1;
    line-height: 1.4;
}

/* 正文内容 */
.section-content p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin: 0 0 16px 0;
    text-align: justify;
}
.section-content p:last-child {
    margin-bottom: 0;
}

/* 小标题加粗样式 */
.section-content strong {
    color: #1a1a2e;
    font-weight: 600;
}

/* ===================== 移动端自适应 ===================== */
@media (max-width: 768px) {
    .main-content {
        padding: 20px 15px;
    }
    .about-fuzhu {
        padding: 25px 20px;
    }
    .page-title {
        font-size: 24px;
    }
    .section-title {
        font-size: 18px;
    }
    .section-content p {
        font-size: 14px;
        line-height: 1.7;
    }
}