/* 游戏详情页 - 仅移动端样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body.detail-page {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Microsoft YaHei", sans-serif;
    background: #f5f5f5;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 20px;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    display: block;
}

button {
    border: none;
    outline: none;
    font-family: inherit;
    cursor: pointer;
}

/* 游戏详情页 detail-game：容器与溢出 */
.detail-container {
    min-width: 0;
    overflow-x: hidden;
    padding-bottom: 20px;
}

/* 游戏/应用概览（与图片一致：图标+标题+元数据两行两列，下方独立「立即下载」按钮） */
.detail-intro {
    background: #fff;
    padding: 16px 15px;
    margin-bottom: 10px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.detail-intro-main {
    display: flex;
    gap: 14px;
}

.detail-icon {
    width: 72px;
    height: 72px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    background: #f5f5f5;
}

.detail-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-intro-info {
    flex: 1;
    min-width: 0;
}

.detail-game-title {
    font-size: 17px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detail-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 20px;
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}

.detail-meta-item {
    display: block;
}

.detail-meta-label {
    color: #999;
    margin-right: 2px;
}

.detail-download-btn {
    display: block;
    width: 100%;
    margin-top: 16px;
    padding: 14px 16px;
    background: #cccccc;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
}

/* 区块通用 */
.detail-section {
    background: white;
    padding: 15px;
    margin-bottom: 10px;
}

.detail-section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.detail-section-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.detail-bar {
    display: inline-block;
    width: 4px;
    height: 16px;
    background: #1890ff;
    border-radius: 2px;
    font-style: normal;
}

.detail-section-link {
    font-size: 13px;
    color: #1890ff;
}

/* 游戏截图 */
.detail-screenshots {
    margin: 0 -15px 0 0;
    padding: 0;
    min-width: 0;
    overflow: hidden;
}

.detail-screenshots .detail-section-title {
    margin-bottom: 10px;
}

.screenshots-scroll {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 5px 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    min-width: 0;
}

.screenshots-scroll::-webkit-scrollbar {
    display: none;
}

.screenshot-item {
    width: 140px;
    height: 105px;
    min-width: 140px;
    min-height: 105px;
    object-fit: cover;
    border-radius: 10px;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.detail-screenshots-slider {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 8px 0 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    min-width: 0;
}

.detail-screenshots-slider::-webkit-scrollbar {
    display: none;
}

.detail-screenshots-slider img {
    width: 160px;
    height: 120px;
    min-width: 160px;
    min-height: 120px;
    object-fit: cover;
    border-radius: 10px;
    flex-shrink: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    background: #f0f0f0;
}

/* 游戏介绍正文 */
.detail-description {
    padding: 15px;
    background: #fff;
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    min-width: 0;
    overflow-x: hidden;
}

.detail-description img {
    max-width: 100%;
    height: auto;
}

/* 游戏信息区块 */
.detail-info-section {
    background: #fff;
    padding: 15px;
    margin-bottom: 10px;
    min-width: 0;
    overflow: hidden;
}

.detail-info-section .detail-section-title {
    margin-bottom: 12px;
}

.detail-info-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.detail-info-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 14px;
    min-width: 0;
    overflow: hidden;
}

.detail-info-item .info-label {
    color: #999;
    flex-shrink: 0;
}

.detail-info-item .info-value {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.detail-info-item .permission-link {
    padding: 6px 14px;
    background: #1890ff;
    color: #fff;
    border-radius: 6px;
    font-size: 13px;
    border: none;
    cursor: pointer;
}

/* 游戏详情页：热门资讯 / 推荐游戏 / 游戏资讯 */
.detail-container .news-recommend,
.detail-container .recommend-games,
.detail-container .game-news {
    background: #fff;
    padding: 15px;
    margin-bottom: 10px;
    min-width: 0;
    overflow: hidden;
}

.detail-container .news-recommend .detail-section-title,
.detail-container .recommend-games .detail-section-title,
.detail-container .game-news .detail-section-title {
    margin-bottom: 12px;
}

.detail-container .news-list {
    min-width: 0;
    overflow: hidden;
}

.detail-container .news-item {
    min-width: 0;
    overflow: hidden;
}

.detail-container .news-thumb {
    width: 80px;
    height: 60px;
    min-width: 80px;
    min-height: 60px;
    flex-shrink: 0;
}

.detail-container .news-content {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.detail-container .news-title {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 4px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detail-container .news-time {
    font-size: 12px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detail-container .news-meta {
    display: flex;
    gap: 12px;
    font-size: 12px;
    color: #999;
    margin-top: 4px;
}

/* 游戏详情页：权限弹窗 - 居中显示 */
.permission-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease;
    box-sizing: border-box;
}

.permission-modal.show {
    display: flex;
    opacity: 1;
}

.permission-modal .modal-overlay {
    position: absolute;
    inset: 0;
    cursor: pointer;
}

.permission-modal .permission-modal-content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 90%;
    max-height: 80vh;
    margin: auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.permission-modal .permission-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid #eee;
}

.permission-modal .permission-header h2 {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
}

.permission-modal .permission-close {
    width: 32px;
    height: 32px;
    border: none;
    background: transparent;
    font-size: 24px;
    color: #666;
    cursor: pointer;
}

.permission-modal .permission-body {
    padding: 16px;
    overflow-y: auto;
    flex: 1;
    min-height: 0;
}

.permission-modal .permission-item {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
}

.permission-modal .permission-item h4 {
    margin: 0 0 6px 0;
    font-size: 14px;
}

.permission-modal .permission-item p {
    margin: 0;
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}

.permission-modal .permission-footer {
    padding: 14px 16px;
    border-top: 1px solid #eee;
}

.permission-modal .permission-confirm {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: #1890ff;
    cursor: pointer;
}

.detail-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}

.detail-desc p img {
    display: block;
    margin: auto;
}

.detail-desc p {
    margin-bottom: 12px;
}

.detail-desc-img {
    margin-top: 12px;
    border-radius: 8px;
    overflow: hidden;
}

.detail-desc-img img {
    width: 100%;
    height: auto;
}

/* 游戏特色 */
.detail-features {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}

.detail-features p {
    margin-bottom: 10px;
}

.detail-features-more {
    display: none;
}

.detail-features-more.show {
    display: block;
}

.detail-expand-btn {
    display: block;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    background: #f0f0f0;
    color: #666;
    border-radius: 8px;
    font-size: 14px;
}

/* 技术信息 */
.detail-tech {
    font-size: 13px;
    color: #666;
}

.detail-tech-item {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.detail-tech-item span {
    color: #999;
    min-width: 70px;
}

.detail-tech-btn {
    padding: 4px 12px;
    background: #f0f0f0;
    color: #666;
    border-radius: 4px;
    font-size: 13px;
}

/* 相关游戏 */
.detail-related-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #fafafa;
    border-radius: 8px;
}

.detail-related-icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.detail-related-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-related-info {
    flex: 1;
    min-width: 0;
}

.detail-related-info h4 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detail-related-info p {
    font-size: 12px;
    color: #999;
}

.detail-related-btn {
    padding: 6px 16px;
    background: #1890ff;
    color: white;
    border-radius: 20px;
    font-size: 13px;
}

/* 猜你喜欢 */
.detail-section.detail-like-section .detail-section-head.detail-like-head {
    margin-bottom: 12px;
}

.detail-like-head-right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.detail-like-tag {
    padding: 4px 12px;
    background: #e8f4ff;
    color: #1890ff;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
}

.detail-like-more {
    font-size: 13px;
    color: #1890ff;
    white-space: nowrap;
}

.detail-like-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    min-width: 0;
}

.detail-like-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #333;
    min-width: 0;
    text-decoration: none;
}

.detail-like-icon {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    background: #f5f5f5;
}

.detail-like-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-like-item span {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
}

@media (max-width: 360px) {
    .detail-like-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
    }

    .detail-like-item {
        font-size: 11px;
    }
}

/* 同类下载 */
.detail-similar-list {
    margin-bottom: 15px;
}

.detail-similar-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.detail-similar-item:last-of-type {
    border-bottom: none;
}

.detail-similar-icon {
    width: 55px;
    height: 55px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.detail-similar-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-similar-info {
    flex: 1;
    min-width: 0;
}

.detail-similar-info h4 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
}

.detail-similar-info p {
    font-size: 12px;
    color: #999;
    margin-bottom: 2px;
}

.detail-similar-info span {
    font-size: 12px;
    color: #999;
}

.detail-similar-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.detail-similar-dl {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #1890ff;
    color: white;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-similar-btn {
    padding: 4px 14px;
    background: #1890ff;
    color: white;
    border-radius: 20px;
    font-size: 12px;
}

.detail-load-more {
    width: 100%;
    padding: 12px;
    background: #f5f5f5;
    color: #666;
    border-radius: 8px;
    font-size: 14px;
}

/* 网友评论 */
.detail-comment-count {
    font-size: 12px;
    color: #999;
}

.detail-comment-input {
    margin-bottom: 10px;
}

.detail-comment-input textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    font-size: 14px;
    resize: none;
    font-family: inherit;
}

.detail-comment-tip {
    font-size: 12px;
    color: #999;
    margin-bottom: 15px;
}

.detail-comment-item {
    padding: 12px;
    background: #fafafa;
    border-radius: 8px;
    margin-bottom: 10px;
}

.detail-comment-user {
    font-size: 12px;
    color: #666;
    margin-bottom: 4px;
}

.detail-comment-time {
    font-size: 12px;
    color: #999;
    margin-bottom: 8px;
}

.detail-comment-text {
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
}

.detail-comment-actions {
    font-size: 12px;
    color: #999;
}

.detail-comment-actions span,
.detail-comment-actions a {
    margin-right: 15px;
}

.detail-comment-footer {
    display: flex;
    gap: 12px;
    margin-top: 15px;
}

.detail-comment-all,
.detail-comment-post {
    flex: 1;
    padding: 10px;
    border-radius: 8px;
    font-size: 14px;
}

.detail-comment-all {
    background: #f0f0f0;
    color: #666;
}

.detail-comment-post {
    background: #1890ff;
    color: white;
}

/* 底部 */
.detail-footer {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 20px;
    font-size: 13px;
    color: #999;
}

/* 返回顶部 */
.detail-back-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.detail-back-top.show {
    opacity: 1;
    visibility: visible;
}

/* ==================== 专题详情页 - 仅移动端 ==================== */

.zt-detail-page {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Microsoft YaHei", sans-serif;
    background: #f5f5f5;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    padding: 0 0 20px;
    min-height: 100vh;
}

.zt-detail-header {
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    background: rgba(0, 0, 0, 0.4);
    color: white;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.zt-detail-back {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: white;
}

.zt-detail-title {
    font-size: 17px;
    font-weight: 600;
}

.zt-detail-placeholder {
    width: 36px;
}

/* 专题横幅 + 简介（一整块） */
.zt-detail-hero {
    margin-bottom: 12px;
    overflow: hidden;
    background: #fff;
}

.zt-detail-hero .zt-detail-banner {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.zt-detail-banner-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.zt-detail-banner-mask {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.zt-detail-banner-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 0 15px;
    z-index: 1;
}

.zt-detail-hero .zt-detail-intro {
    padding: 15px;
}

.zt-detail-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zt-detail-desc p {
    margin: 0;
}

.zt-detail-meta-row {
    font-size: 13px;
    color: #999;
    margin-bottom: 12px;
}

.zt-detail-meta-row .zt-detail-count {
    margin-right: 15px;
}

.zt-detail-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.zt-detail-tag {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    color: #fff;
}

.zt-detail-tag-green {
    background: #1890ff;
}

.zt-detail-tag-blue {
    background: #5b9bd5;
}

.zt-detail-tag-red {
    background: #e85d5d;
}

/* 专题列表区块 */
.zt-detail-section {
    background: #fff;
    padding: 15px;
    margin-bottom: 12px;
}

.zt-detail-section-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 14px;
}

.zt-detail-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.zt-detail-list-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid #f0f0f0;
}

.zt-detail-list-item:last-child {
    border-bottom: none;
}

.zt-detail-list-item-inner {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 0;
    text-decoration: none;
    color: inherit;
}

.zt-detail-list-icon {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    background: #f0f0f0;
}

.zt-detail-list-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zt-detail-list-body {
    flex: 1;
    min-width: 0;
}

.zt-detail-list-title {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin: 0 0 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zt-detail-list-stars {
    font-size: 13px;
    color: #ffc107;
    letter-spacing: 2px;
    margin: 0 0 4px;
}

.zt-detail-list-meta {
    font-size: 12px;
    color: #999;
    margin: 0;
    line-height: 1.4;
}

.zt-detail-list-dl-btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 14px;
    background: #1890ff;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 22px;
    text-decoration: none;
}

.zt-detail-list-dl-btn:active {
    background: #0d6efd;
}

.zt-detail-list-dl-arrow {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='7 10 12 15 17 10'/%3E%3Cline x1='12' y1='15' x2='12' y2='3'/%3E%3C/svg%3E") center/contain no-repeat;
}

.zt-detail-list-dl {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #1890ff;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
}

.zt-detail-list-dl-txt {
    font-size: 12px;
    color: #1890ff;
}

/* 猜您喜欢 */
.zt-detail-like-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.zt-detail-like-item {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
}

.zt-detail-like-img {
    width: 100%;
    aspect-ratio: 16/10;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.zt-detail-like-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zt-detail-like-title {
    font-size: 13px;
    color: #333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 专题详情底部 */
.zt-detail-footer {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 20px;
    font-size: 13px;
    color: #999;
}

.zt-detail-footer a {
    color: inherit;
    text-decoration: none;
}

/* 专题详情返回顶部 */
.zt-detail-back-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

.zt-detail-back-top.show {
    opacity: 1;
    visibility: visible;
}

/* ==================== 资讯详情页 - 仅移动端 ==================== */

body.news-detail-page {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Microsoft YaHei", sans-serif;
    background: #fff;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    padding-bottom: 30px;
}

/* 文章头部 */
.news-detail-article {
    padding: 15px;
    background: #fff;
}

.news-detail-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 1.4;
    margin-bottom: 12px;
}

.news-detail-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 12px;
    color: #999;
    margin-bottom: 12px;
}

.news-detail-meta-item {
    display: flex;
    align-items: center;
    gap: 4px;
}

.news-detail-meta-icon {
    flex-shrink: 0;
    color: #999;
}

.news-detail-follow {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #1890ff;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    cursor: pointer;
}

.news-detail-lead {
    font-size: 14px;
    color: #333;
    line-height: 1.7;
    margin: 0 0 15px 0;
}

/* 正文 */
.news-detail-body {
    margin-top: 15px;
}

.news-detail-figure {
    margin-bottom: 15px;
}

.news-detail-figure img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.news-detail-figure-caption {
    font-size: 12px;
    color: #999;
    margin-top: 8px;
}

.news-detail-section-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
}

.news-detail-bar {
    display: inline-block;
    width: 4px;
    height: 16px;
    background: #1890ff;
    border-radius: 2px;
    font-style: normal;
}

.news-detail-content {
    font-size: 14px;
    color: #333;
    line-height: 1.8;
}

.news-detail-content p {
    margin-bottom: 12px;
}

.news-detail-content p:last-child {
    margin-bottom: 0;
}

.news-detail-content-more {
    display: none;
}

.news-detail-content-more.show {
    display: block;
}

.news-detail-expand-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
    padding: 12px;
    margin-top: 15px;
    background: #f5f5f5;
    color: #666;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
}

.news-detail-chevron {
    font-size: 12px;
}

/* 推广横条 */
.news-detail-promo {
    display: flex;
    gap: 10px;
    padding: 15px;
    background: #fff;
    margin-bottom: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.news-detail-promo::-webkit-scrollbar {
    display: none;
}

.news-detail-promo-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    font-size: 12px;
    color: #666;
}

.news-detail-promo-img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-size: 20px;
    color: #999;
}

.news-detail-promo-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 资讯详情区块通用 */
.news-detail-section {
    background: #fff;
    padding: 15px;
    margin-bottom: 10px;
}

.news-detail-related-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-detail-related-list li {
    margin-bottom: 10px;
}

.news-detail-related-list li:last-child {
    margin-bottom: 0;
}

.news-detail-related-list a {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

.news-detail-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1890ff;
    flex-shrink: 0;
    margin-top: 7px;
    font-style: normal;
}

/* 横幅广告 */
.news-detail-banner-ad {
    margin-bottom: 10px;
    padding: 0 15px;
}

.news-detail-banner-ad img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* 猜你喜欢 */
.news-detail-section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.news-detail-more {
    font-size: 13px;
    color: #1890ff;
    padding: 4px 0;
}

.news-detail-more:active {
    color: #0d6efd;
}

.news-detail-like-link {
    font-size: 14px;
    color: #1890ff;
    margin-bottom: 8px;
    display: block;
}

.news-detail-like-desc {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 12px;
}

.news-detail-like-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    min-width: 0;
}

.news-detail-like-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #333;
    min-width: 0;
    text-decoration: none;
    padding: 8px 4px;
    border-radius: 12px;
    background: #fafafa;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

.news-detail-like-item:active {
    background: #f0f0f0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.news-detail-like-icon {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    background: #f0f0f0;
}

.news-detail-like-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-detail-like-item span {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    line-height: 1.35;
    font-weight: 500;
}

/* 推荐下载 */
.news-detail-dl-list {
    margin-bottom: 15px;
}

.news-detail-dl-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.news-detail-dl-item:last-child {
    border-bottom: none;
}

.news-detail-dl-icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.news-detail-dl-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-detail-dl-info {
    flex: 1;
    min-width: 0;
}

.news-detail-dl-info h4 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 4px;
}

.news-detail-dl-stars {
    font-size: 12px;
    color: #f5a623;
    margin-bottom: 2px;
}

.news-detail-dl-info p {
    font-size: 12px;
    color: #999;
    margin-bottom: 2px;
}

.news-detail-dl-info span {
    font-size: 12px;
    color: #999;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-detail-dl-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.news-detail-dl-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1890ff;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.news-detail-dl-link {
    font-size: 12px;
    color: #999;
}

/* 资讯详情页脚 */
.news-detail-footer {
    padding: 20px 15px;
    text-align: center;
    font-size: 12px;
    color: #999;
    border-top: 1px solid #f0f0f0;
}

.news-detail-footer-links {
    margin-bottom: 10px;
}

.news-detail-footer-links a {
    color: #999;
}

.news-detail-footer-sep {
    margin: 0 8px;
}

.news-detail-footer-copy {
    margin-bottom: 6px;
}

.news-detail-footer-icp {
    margin: 0;
}

/* 资讯详情返回顶部 */
.news-detail-back-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

.news-detail-back-top.show {
    opacity: 1;
    visibility: visible;
}

/* ==================== 关于我们（与 PC 一致） ==================== */
.about-main {
    background: #fff;
    padding: 20px 0 40px;
    min-height: 60vh;
}

.about-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    overflow-x: hidden;
}

.about-breadcrumb {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.about-breadcrumb a {
    color: #666;
    text-decoration: none;
}

.about-breadcrumb a:active {
    color: #1890ff;
}

.about-article {
    margin: 0;
}

.about-title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin: 0 0 20px;
    padding-bottom: 12px;
    border-bottom: 3px solid #1890ff;
    line-height: 1.3;
}

.about-text h2,
.about-text h3,
.about-text h4 {
    font-size: 16px;
    font-weight: bold;
    color: #1890ff;
    margin: 24px 0 12px;
}

.about-text h2:first-child,
.about-text h3:first-child,
.about-text h4:first-child {
    margin-top: 0;
}

.about-text p {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    margin: 0 0 14px;
}

.about-text p:last-child {
    margin-bottom: 0;
}

.about-text ul {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
}

.about-text ul li {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 8px;
    padding-left: 22px;
    position: relative;
}

.about-text ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1890ff;
}

.about-text ol {
    margin: 0 0 18px;
    padding-left: 24px;
}

.about-text ol li {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 6px;
}

.about-text strong {
    color: #333;
}

/* ==================== 网站地图（与 PC 一致） ==================== */
.sitemap-page {
    background: #fff;
    padding: 20px 0 40px;
    min-height: 60vh;
}

.sitemap-page .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    overflow-x: hidden;
}

.sitemap-header {
    text-align: center;
    padding: 0 0 24px;
    margin-bottom: 4px;
}

.sitemap-page-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 0 0 8px;
    letter-spacing: 0.5px;
}

.sitemap-page-desc {
    font-size: 14px;
    color: #999;
    margin: 0;
    line-height: 1.6;
}

.sitemap-section {
    margin-bottom: 24px;
}

.sitemap-section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 0 0 12px;
    line-height: 1.4;
}

.sitemap-section-title::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 18px;
    background: #1890ff;
    border-radius: 2px;
    flex-shrink: 0;
}

.sitemap-box {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 14px 16px;
}

.sitemap-links {
    display: grid;
    gap: 8px 16px;
}

.sitemap-links-cols-2 {
    grid-template-columns: repeat(2, 1fr);
}

.sitemap-links-cols-3 {
    grid-template-columns: repeat(3, 1fr);
}

.sitemap-link {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    display: block;
    padding: 2px 0;
}

.sitemap-link:active {
    color: #1890ff;
}

@media (max-width: 480px) {

    .sitemap-links-cols-2,
    .sitemap-links-cols-3 {
        grid-template-columns: repeat(2, 1fr);
        gap: 6px 12px;
    }

    .sitemap-page-title {
        font-size: 22px;
    }
}