/* 文章详情页样式 */.article-detail-page { width: 1200px; max-width: 1200px; margin: 0 auto; /*padding: 0 15px;*/ display: flex; flex-direction: column;}/* 面包屑导航区域 */.breadcrumb-section { width: 100%; padding: 8px 0 0 0; margin-bottom: 0.5rem;}.breadcrumb-section .nav-links { display: flex; align-items: center; font-size: 12px;}.breadcrumb-section .nav-detail-link { color: #666; text-decoration: none; display: flex; align-items: center; gap: 0.5rem; font-size: 12px;}.breadcrumb-section .nav-link i { font-size: 1.1rem;}.breadcrumb-section .nav-separator { margin: 0 0.5rem; color: #999; font-size: 12px;}/* 主要内容区域 */.main-content-section { width: 100%; display: flex; flex-direction: column;}/* 内容部分通用样式 */.content-part { width: 100%;}.content-part .card { border: none; box-shadow: 0 2px 4px rgba(0,0,0,0.1);}.content-part .card-body { padding: 1rem;}/* 消除 card-body 内部 div 的空白区域 */.content-part .card-body > div { margin: 0; padding: 0;}.content-part .card-body > div > .article-content { margin: 0; padding: 0;}/* 消除 article-content 内部 article-preview 的顶部空白 */.content-part .card-body > div > .article-content > .article-preview { margin-top: 0; padding-top: 0;}/* 文章主体部分 */.article-main { margin-bottom: 20px;}/* 文章元信息和下载部分 */.article-meta-download { margin-bottom: 20px;}/* 文章详情页标题区域样式 */.article-header-section { background: #fff; padding: 32px; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);}.article-header-container { display: flex; gap: 30px; max-width: 1200px; margin: 0 auto;}/* 左侧图片样式 */.article-header-image { flex: 0 0 126px; height: 170px; overflow: hidden; border-radius: 4px; display: flex; align-items: center; justify-content: flex-start; background: #f5f5f5; border: 1px solid #e0e0e0; padding: 4px; position: relative;}.article-header-image img { width: 100%; height: 100%; max-width: 100%; object-fit: cover; object-position: center center;}/* 文件类型标记样式 */.icomarker { position: absolute; top: 0; right: 0; z-index: 10; padding: 0 4px; background-color: #f05759; border-radius: 5px 0 5px 0; font-size: 12px; line-height: 18px; color: #fff;}.icomarker.actives { background-color: #00BFFF !important; color: #ffffff !important;}/* 右侧内容样式 */.article-header-content { flex: 1; display: flex; flex-direction: column; justify-content: space-between;}/* 标题样式 */.article-title h1 { font-size: 24px; font-weight: 600; color: #333; margin: 0 0 15px 0; line-height: 1.4;}/* 元信息样式 */.article-meta { display: flex; gap: 20px; margin-bottom: 15px;}.meta-item { display: flex; align-items: center; color: #666; font-size: 14px;}.meta-item i { color: #999;}/* 文章详情页日期显示独立样式 */.article-header-section .meta-item .formatted-date { font-size: 14px; margin-left: 0;}/* 价格显示样式 */.price { font-size: 14px; color: #666; margin-bottom: 15px;}.mt10 { margin-top: 10px;}.price .f12 { font-size: 12px;}.price .active { color: #ff6b35; font-weight: 600;}.price .price-free { color: #00BFFF; font-weight: 600;}.price .currency-symbol { font-size: 0.8em; vertical-align: baseline;}.price .f-num { font-style: normal; font-size: 22px; font-weight: 700;}/* 按钮区域样式 */.article-actions { display: flex; gap: 15px;}.btn { padding: 10px 20px; border-radius: 20px; font-size: 14px; font-weight: 500; display: flex; align-items: center; gap: 8px; text-decoration: none; border: none; cursor: pointer;}.btn-vip { background: #ff9500; color: #fff;}.btn-vip:hover { background: #ff9500; color: #fff;}.btn-download { background: #333333; color: #fff;}.btn-download:hover { background: #333333; color: #fff;}.btn:disabled { background: #ccc; cursor: not-allowed;}/* 响应式设计 */@media (max-width: 768px) { .article-header-container { flex-direction: column; } .article-header-image { flex: 0 0 200px; } .article-meta { flex-wrap: wrap; } .article-actions { flex-direction: column; } .btn { width: 100%; justify-content: center; }}/* 文章图片区域 */.article-image-section { margin-bottom: 2rem;}.article-image-section .article-image img { width: 100%; height: auto; border-radius: 4px;}/* 文章内容区域 *//*.article-content-section {*//* margin-bottom: 2rem;*//*}*//* .article-content-section .article-content { font-size: 1.1rem; line-height: 1.8; color: #333;} */.article-content-section .article-content { font-size: 1.1rem; line-height: 1.8; color: #333; min-height: 400px; /* 增加最小高度 */ padding: 32px 24px; /* 增加内边距 */}/* 文章元信息区域 */.article-meta-section { margin-bottom: 2rem;}.article-meta-section .article-meta { color: #666; font-size: 0.9rem; display: flex; flex-wrap: wrap; gap: 1.5rem;}.article-meta-section .article-meta span { display: flex; align-items: center; gap: 0.5rem;}/* 下载按钮区域 */.download-section { margin-top: 2rem; padding-top: 1rem; border-top: 1px solid #eee;}.download-section .btn-primary { padding: 0.8rem 2rem; font-size: 1.1rem;}/* 相关文章区域 */.related-articles-section { margin-bottom: 2rem;}.related-articles-section .card { border: none; box-shadow: 0 2px 4px rgba(0,0,0,0.05);}.related-articles-section .card-header { background-color: #f8f9fa; border-bottom: 1px solid #eee; padding: 1rem;}.related-articles-section .card-header h5 { margin: 0; color: #333; font-size: 1.1rem;}.related-articles-section .card-body { padding: 1.25rem;}.related-articles-section .list-unstyled li { margin-bottom: 0.75rem;}.related-articles-section .list-unstyled li:last-child { margin-bottom: 0;}.related-articles-section .list-unstyled a { color: #333; text-decoration: none;}/* 分类信息区域 */.category-info-section .card { border: none; box-shadow: 0 2px 4px rgba(0,0,0,0.05);}.category-info-section .card-header { background-color: #f8f9fa; border-bottom: 1px solid #eee; padding: 1rem;}.category-info-section .card-header h5 { margin: 0; color: #333; font-size: 1.1rem;}.category-info-section .card-body { padding: 1.25rem;}.category-info-section .card-body p { margin-bottom: 0.5rem;}.category-info-section .card-body p:last-child { margin-bottom: 0;}.category-info-section .card-body strong { color: #666; margin-right: 0.5rem;}.category-info-section .card-body a { color: #007bff; text-decoration: none;}/* 热门资料推荐区域样式 */.hot-docs-section { width: 100%;}.hot-docs-header { font-size: 16px; font-weight: 600; color: #333; margin-bottom: 16px; padding-bottom: 8px; border-bottom: 2px solid #eee; display: flex; align-items: center; gap: 8px;}.hot-docs-header i { color: #ff6b35;}.hot-docs-list { display: flex; flex-direction: column; gap: 8px;}.hot-docs-item { padding: 8px 0; border-bottom: 1px dashed #f5f5f5;}.hot-docs-item:last-child { border-bottom: none;}.hot-docs-item a { color: #333; text-decoration: none; font-size: 14px; line-height: 1.5; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}/* 热门资料数字样式 */.hot-docs-number { font-size: 18px; margin-right: 8px; font-weight: 500;}/* 第1个数字：红色 */.hot-docs-item:nth-child(1) .hot-docs-number { color: red;}/* 第2个数字：橙色 */.hot-docs-item:nth-child(2) .hot-docs-number { color: #ff8520;}/* 第3个数字：黄色 */.hot-docs-item:nth-child(3) .hot-docs-number { color: #ffd200;}/* 第4-10个数字：默认黑色 */.hot-docs-item:nth-child(n+4) .hot-docs-number { color: #333;}/* 右侧热门资料卡片固定宽度 */.flex-shrink-0 { width: 320px !important; flex-shrink: 0;}.flex-shrink-0 .card { border: 1px solid transparent; box-shadow: 0 2px 4px rgba(0,0,0,0.1); height: fit-content; max-height: 600px; overflow: hidden;}.flex-shrink-0 .card-body { padding: 20px;}/* PPT幻灯片展示样式 */.ppt-slides-container { width: 100%; margin: 0 0 20px 0; padding: 0; border: none; background: transparent;}.ppt-slides-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; padding: 10px 15px; background-color: #f8f9fa; border-radius: 5px;}.ppt-slides-info { font-size: 14px; color: #666;}/* PPT网格布局样式（一行2张） */.ppt-slides-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; padding: 0 15px 15px 15px; background-color: #fff; border: none; border-left: none !important; border-radius: 8px; /* 最大高度约等于3行（6张）的高度，超过则滚动 */ /* 假设每张PPT高度约300px（包含padding和间距），3行约900px，加上容器padding约930px */ max-height: 950px; overflow-y: auto; overflow-x: hidden; margin-left: 0; padding-left: 0;}/* 自定义滚动条样式 - 默认隐藏 */.ppt-slides-grid { /* Firefox 滚动条样式 */ scrollbar-width: none; /* 默认隐藏 */}.ppt-slides-grid:hover { /* Firefox 滚动条样式 - 悬停时显示 */ scrollbar-width: thin;}.ppt-slides-grid::-webkit-scrollbar { width: 0; /* 默认隐藏，不占用空间 */ background: transparent;}.ppt-slides-grid:hover::-webkit-scrollbar { width: 8px; /* 悬停时显示 */}.ppt-slides-grid::-webkit-scrollbar-track { background: transparent; border-radius: 4px;}.ppt-slides-grid::-webkit-scrollbar-thumb { background: transparent; /* 默认透明 */ border-radius: 4px;}.ppt-slides-grid:hover::-webkit-scrollbar-thumb { background: #c1c1c1; /* 悬停时显示 */}.ppt-slides-grid:hover::-webkit-scrollbar-thumb:hover { background: #a8a8a8; /* 悬停时更深的颜色 */}.ppt-slide-item { position: relative; width: 100%; min-height: auto; background: #fff; border: none; border-radius: 6px; padding: 0; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; overflow: hidden; display: flex; align-items: center; justify-content: center; margin: 0; border-left: none !important; border-right: none !important; border-top: none !important; border-bottom: none !important; outline: none;}/* 确保第一列的图片没有左侧边线 */.ppt-slides-grid > .ppt-slide-item:nth-child(odd) { border-left: none !important; margin-left: 0; padding-left: 0;}/* 确保第一张和最后一张没有边线 */.ppt-slides-grid > .ppt-slide-item:first-child { border-left: none !important; border-right: none !important; border-top: none !important; border-bottom: none !important; margin: 0; margin-left: 0 !important; padding-left: 0 !important; padding-right: 0; padding-top: 0; padding-bottom: 0; outline: none; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08) !important;}/* 确保第一张的图片完全没有左侧边距 */.ppt-slides-grid > .ppt-slide-item:first-child::before,.ppt-slides-grid > .ppt-slide-item:first-child::after { display: none !important; content: none !important;}.ppt-slides-grid > .ppt-slide-item:last-child { border-left: none !important; border-right: none !important; border-top: none !important; border-bottom: none !important; margin: 0; margin-right: 0 !important; padding-right: 0; outline: none;}/* 特别处理第一张和最后一张的图片 */.ppt-slides-grid > .ppt-slide-item:first-child img { margin: 0 !important; padding: 0 !important; border: none !important; outline: none !important; display: block; margin-left: 0 !important; padding-left: 0 !important; border-left: none !important; width: auto !important; height: auto !important; max-width: 100% !important; max-height: 100% !important; box-sizing: border-box !important; object-fit: contain !important; border-radius: 6px;}.ppt-slides-grid > .ppt-slide-item:last-child img { margin: 0; padding: 0; border: none !important; outline: none; display: block; width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: contain; border-radius: 6px;}.ppt-slide-item:hover { box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); transform: translateY(-2px);}.ppt-slide-number { position: absolute; top: 16px; left: 20px; background: rgba(0, 191, 255, 0.85); color: #fff; padding: 4px 12px; border-radius: 4px; font-size: 13px; font-weight: 500; z-index: 2; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);}.ppt-slide-item img { width: auto; height: auto; max-width: 100%; max-height: 100%; display: block; border-radius: 6px; object-fit: contain; background: transparent; margin: 0; padding: 0; border: none; outline: none;}/* 响应式设计：小屏幕时改为单列 */@media (max-width: 768px) { .ppt-slides-grid { grid-template-columns: 1fr; max-height: 1200px; } .ppt-slide-number { font-size: 12px; padding: 3px 10px; }}.ppt-slides-counter { font-size: 14px; color: #333; font-weight: 500;}.current-slide { color: #00BFFF; font-weight: bold;}.ppt-slides-viewer { position: relative; width: 100%; background: #fff; border: 1px solid #ddd; border-radius: 8px; overflow: hidden; display: flex; align-items: center; justify-content: center; min-height: 400px;}.ppt-slide-wrapper { position: relative; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; overflow: hidden;}.ppt-slide { display: none; width: 100%; text-align: center; padding: 20px;}.ppt-slide.active { display: block;}.ppt-slide img { max-width: 100%; height: auto; border-radius: 4px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);}.ppt-nav-btn { position: absolute; top: 50%; transform: translateY(-50%); background-color: rgba(0, 0, 0, 0.6); color: #fff; border: none; width: 50px; height: 50px; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 20px; transition: all 0.3s ease; z-index: 10;}.ppt-nav-btn:hover { background-color: rgba(0, 191, 255, 0.8); transform: translateY(-50%) scale(1.1);}.ppt-nav-btn:disabled { opacity: 0.3; cursor: not-allowed;}.ppt-nav-btn:disabled:hover { transform: translateY(-50%); background-color: rgba(0, 0, 0, 0.6);}.ppt-prev-btn { left: 20px;}.ppt-next-btn { right: 20px;}.ppt-slides-thumbnails { display: flex; gap: 10px; margin-top: 20px; padding: 10px; overflow-x: auto; background-color: #f8f9fa; border-radius: 5px;}.ppt-slides-thumbnails::-webkit-scrollbar { height: 6px;}.ppt-slides-thumbnails::-webkit-scrollbar-track { background: #e9ecef; border-radius: 3px;}.ppt-slides-thumbnails::-webkit-scrollbar-thumb { background: #c1c1c1; border-radius: 3px;}.ppt-thumbnail { flex-shrink: 0; position: relative; width: 120px; height: 90px; cursor: pointer; border: 2px solid transparent; border-radius: 4px; overflow: hidden; transition: all 0.3s ease;}.ppt-thumbnail:hover { border-color: #00BFFF; transform: scale(1.05);}.ppt-thumbnail.active { border-color: #00BFFF; box-shadow: 0 0 10px rgba(0, 191, 255, 0.5);}.ppt-thumbnail img { width: 100%; height: 100%; object-fit: cover;}.ppt-thumbnail .slide-number { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent); color: #fff; font-size: 12px; padding: 4px; text-align: center; font-weight: 500;}/* DOCX预览样式优化 */.docx-preview { width: 100%; margin: 20px 0;}.docx-preview img { max-width: 100%; height: auto; border: 1px solid #ddd; border-radius: 5px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);}.docx-content { max-width: 100%; overflow-x: auto; background: white; padding: 20px; border: 1px solid #ddd; border-radius: 5px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);}@media (prefers-reduced-motion: reduce) { * { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }}/* 剪刀分隔线样式 */.cutline-wrapper { width: 100%; margin: 24px 0 0; display: flex; align-items: center; justify-content: center;}.cutline { display: flex; align-items: center; justify-content: center; width: 100%; position: relative; padding: 0 20px;}.cutline::before,.cutline::after { content: ''; flex: 1; height: 1px; border-top: 1px dashed #ccc;}.cutline::before { margin-right: 15px;}.cutline::after { margin-left: 15px;}.scissor { display: inline-block; font-size: 18px; color: #999; flex-shrink: 0;}/* 覆盖打印样式，确保在网页中正常显示 */.docx-content p { margin-bottom: 0.5em !important; text-align: left !important; direction: ltr !important; orphans: 0 !important; widows: 0 !important; page-break-after: auto !important; page-break-inside: auto !important; page-break-before: auto !important;}/* 清理多余的空白段落 */.docx-content p:empty { display: none;}/* 预览页面容器样式 */.viewpage { width: 100%; margin: 0; padding: 0;}.viewpage iframe { width: 100%; min-height: 600px; border: none; display: block; margin: 0; padding: 0;}/* 预览结束提示样式 */.viewpage > div[style*="color: #f73131"] { font-size: 15px !important; margin: 5px 0 !important; line-height: 16px !important; color: #f73131 !important; text-align: center !important;}/* 上下篇导航样式 */.pageinfo { margin-top: 20px; padding: 10px 0; border-top: 1px solid #eee; clear: both; display: flex; justify-content: space-between; align-items: center;}.pageinfo::after { content: ""; display: table; clear: both;}.goto-page,.goto-pages { display: inline-block; color: #333; text-decoration: none; font-size: 14px; line-height: 24px; flex: 1;}.goto-page:first-child { margin-right: 10px;}.goto-page:last-child { text-align: right; margin-left: 10px;}.goto-page:hover { color: #007bff; text-decoration: underline;}.goto-pages { color: #999; cursor: default;}.goto-pages:last-child { text-align: right;}