        .x9q2m_layout {
            max-width: 1100px;
            margin: 0 auto;
            display: flex;
            gap: 40px;
            align-items: flex-start;
        }

        /* 主内容区 */
        .main-content {
            flex: 1;
            min-width: 0;
        }

        /* 标题区域 */
        .page-header {
            margin-bottom: 30px;
            padding-bottom: 20px;
            background: #fff;
            padding: 20px;
            border-bottom: 1px solid #e8e8e8;
        }

        .page-title {
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 15px;
            color: #222;
        }

        /* 语录列表 */
        .quote-list {
            list-style: none;
        }

        .quote-item {
            background: #fff;
            padding: 25px 10px;
            border-bottom: 1px solid #f0f0f0;
            position: relative;
        }

        .quote-item:last-child {
            border-bottom: none;
        }

        .quote-english {
            font-size: 14px;
            color: #2c3e50;
            margin-bottom: 10px;
            line-height: 1.8;
            font-weight: 500;
        }

        .quote-chinese {
            font-size: 12px;
            color: #555;
            margin-bottom: 15px;
            line-height: 1.8;
            padding-left: 12px;
            border-left: 3px solid #ddd;
        }

        .quote-chinese a {
            color: #888;
            font-size: 12px;
            text-decoration: none;
        }

        .quote-chinese a:hover {
            text-decoration: underline;
        }

        .quote-meta {
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 13px;
            color: var(--secondary-color);
        }

        .meta-left {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .author-avatar {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            overflow: hidden;
            flex-shrink: 0;
            border: 2px solid #eee;
        }

        .author-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .author-name {
            color: #3498db;
            font-weight: 500;
            text-decoration: none;
            transition: color 0.2s;
        }

        .author-name:hover {
            color: #2980b9;
            text-decoration: underline;
        }

        .vote-actions {
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .vote-btn {
            display: flex;
            align-items: center;
            gap: 4px;
            padding: 4px 10px;
            border: none;
            background: #fff;
            border-radius: 4px;
            cursor: pointer;
            font-size: 13px;
            color: #666;
            transition: all 0.2s;
        }

        .vote-btn:hover {
            background: #f8f8f8;
        }

        .vote-btn.liked {
            background: #e8f5e9;
            color: #2e7d32;
        }

        .vote-btn.disliked {
            background: #ffebee;
            color: #c62828;
        }

        .vote-icon {
            font-size: 12px;
        }

        .chapter-info {
            color: #999;
            font-size: 12px;
            white-space: nowrap;
        }

        .quote-tags {
            margin-top: 12px;
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }

        .tag-link {
            display: inline-block;
            padding: 3px 10px;
            background: #f0f7ff;
            border: 1px solid #d0e3ff;
            border-radius: 12px;
            font-size: 12px;
            color: #4a90d9;
            text-decoration: none;
            transition: all 0.2s;
        }

        .tag-link:hover {
            background: #e0efff;
            color: #2a6fc9;
            border-color: #a0c8ff;
        }
        .sidebar {
            width: 260px;
            flex-shrink: 0;
        }
        .book-card {
            background: #fff;
            padding: 20px;
        }

        .book-cover {
            width: 120px;
            aspect-ratio: 2/3;
            background-color: #f0f0f0;
            margin: 0 auto 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #999;
            font-size: 12px;
            border-radius: 4px;
            overflow: hidden;
        }

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

        .book-info h3 {
            font-size: 16px;
            margin-bottom: 12px;
            color: #222;
            text-align: center;
        }

        .info-list {
            list-style: none;
        }

        .info-list li {
            font-size: 13px;
            padding: 6px 0;
            border-bottom: 1px dashed #eee;
            display: flex;
        }

        .info-list li:last-child {
            border-bottom: none;
        }

        .info-label {
            font-weight: 500;
            color: #555;
            min-width: 60px;
        }

        .info-value {
            color: #666;
        }
        .hot-tags-section {
            margin-top: 15px;
            background: #fff;
            padding: 20px;
        }

        .hot-tags-title {
            font-size: 15px;
            font-weight: 600;
            margin-bottom: 15px;
            color: #222;
            padding-bottom: 10px;
            border-bottom: 1px solid #eee;
        }

        .hot-tags-list {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }

        .hot-tag {
            display: inline-block;
            padding: 5px 12px;
            background: #fff5f0;
            border: 1px solid #ffd4c4;
            border-radius: 16px;
            font-size: 13px;
            color: #e74c3c;
            text-decoration: none;
            transition: all 0.2s;
        }

        .hot-tag:hover {
            background: #ffe8e0;
            color: #c0392b;
            border-color: #ffb8a0;
        }

        .hot-tag-count {
            font-size: 11px;
            color: #999;
            margin-left: 4px;
        }
.char_icon {
    fill: #999;
    vertical-align: middle;
}
.char_icon {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.vote-actions a {
    color: #333;          /* 默认字体颜色 */
    text-decoration: none;
    transition: color 0.2s ease;
}

.vote-actions a:hover {
    color: #2ecc71;       /* 鼠标移上去变成绿色 */
}
 .chinese-container {
            position: relative;
            padding: 20px;
            background: #f7fafc;
            border-radius: 12px;
            border-left: 4px solid #667eea;
            margin-bottom: 20px;
        }

        .quote-chinese {
            color: transparent;
            text-shadow: 0 0 14px rgba(0, 0, 0, 0.6);
            font-size: 17px;
            line-height: 1.8;
            transition: all 0.4s ease;
            user-select: none;
        }

        .quote-chinese.revealed {
            color: #4a5568;
            text-shadow: none;
        }

        .hint-text {
            display: block;
            margin-top: 12px;
            font-size: 13px;
            color: #718096;
            text-align: center;
        }

        .hint-text::before {
            content: "\1F441\FE0F";
        }

        @media (max-width: 768px) {
            .x9q2m_layout {
                flex-direction: column;
            }
            .sidebar {
                width: 100%;
            }
            .quote-meta {
                flex-direction: column;
                align-items: flex-start;
                gap: 8px;
            }
            .chapter-info {
                align-self: flex-end;
            }
        }
/**footer**/
.footer{font-size: 0;text-align: center;padding: 20px 0;border-top:1px solid #E8E8E8; background:#fff;}
.footer img{width: auto;height: auto;}
.footerNav {margin-bottom: 12px;}
.footerNav a {font-size: 14px;color: #333;margin: 0 10px;}
.footerNav a:hover{color:#FF4F4F}
.footerNav span {font-size: 14px;border-left: 1px solid #9e9e9e;}
.footerNav span:nth-child(1){border-left: 0;}
.footerCopy{font-size: 14px;color:#9e9e9e;}
.footerCopy p{margin-top:12px;line-height: 20px;}
.footerCopy p>a{color: #9e9e9e;}
.footerCopy p>a:hover{color:#FF4F4F;text-decoration: underline;}
.footerMore{font-size: 14px;color: #9e9e9e;margin-top: 12px;}
.footerMore a {color: #9e9e9e;}
.footer {padding:20px 10px 10px 10px;}

  /*pagelist*/
.pagelist { text-align: center; color: #666; width: 100%; clear: both; margin: 10px 0 10px; }
.pagelist a { color: #666; margin: 0 5px 10px; padding: 5px 10px; background: #F7F7F7; display: inline-block; }
/*.pagelist a:nth-child(1) { display: none }*/
.pagelist a:hover, .pagelist > b { color: #3690cf; color: #FFF; background: #ff5555; }
.pagelist > b { display: inline-block;padding: 5px 10px;margin: 0 5px 10px; }
a.curPage { color: #ffffff; font-weight: bold; background: #000; }