.remen-page {
    max-width: 720px;
    margin: 0 auto;
    background: #f9f5ea;
}

.remen-page .site-scroll-body {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    box-sizing: border-box;
}

.remen-tab-bar {
    display: flex;
    gap: 6px;
    padding: 6px 8px;
    margin: 0;
    background: #f5f5f5;
    box-sizing: border-box;
}

.remen-back-bar a {
    max-width: 160px;
    margin: 0 auto;
}

.remen-tab-bar a {
    flex: 1 1 0;
    min-width: 0;
    height: 36px;
    line-height: 36px;
    padding: 0;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    color: #7d5531;
    background: linear-gradient(180deg, #efe7dd 0%, #d3b594 100%);
    border: 0;
    border-radius: 999px;
    box-shadow: none;
    text-shadow: none;
}

.remen-tab-bar a.active {
    color: #e60012;
    background: #fff;
    box-shadow: inset 0 0 0 1px #eadfce;
}

.remen-panel {
    margin: 0;
    background: #fff;
    box-sizing: border-box;
}

.remen-panel .table-link {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    table-layout: fixed;
}

.remen-panel .table-link td {
    text-align: center;
    vertical-align: middle;
    height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-color: #f9f5ea;
    box-sizing: border-box;
}

.remen-panel .table-link a {
    text-decoration: none;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 35px;
    color: #000;
    box-sizing: border-box;
}

.remen-panel .table-link a:hover {
    background: #faf6eb;
}

.remen-panel .table-link a font {
    line-height: 35px;
    font-family: "Heiti SC", "黑体", "SimHei", "Microsoft YaHei", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.remen-panel .table-link .remen-empty-cell {
    padding: 28px 12px;
    color: #666;
    font-size: 15px;
    white-space: normal;
}

.remen-empty {
    padding: 28px 12px;
    text-align: center;
    color: #666;
    font-size: 15px;
}

.remen-article {
    padding: 12px 12px 24px;
}

.remen-article-title {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.35;
    color: #782d09;
    text-align: center;
}

.remen-article-meta {
    margin-bottom: 14px;
    text-align: center;
    font-size: 12px;
    color: #8a7350;
}

.remen-article-body {
    font-size: 15px;
    line-height: 1.7;
    color: #222;
    text-align: center;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.remen-article-body img {
    max-width: 100%;
    height: auto;
}

.remen-footer {
    padding: 16px 12px 24px;
    text-align: center;
    background: #f9f5ea;
    border-top: 1px solid #e8dcc0;
}

.remen-footer p {
    margin: 0;
    font-size: 12px;
    color: #6b4300;
    line-height: 1.5;
}
