:root {
    --max: 75%;
    --size14: 14px;
    --size16: 16px;
    --size18: 18px;
    --size20: 20px;
    --size24: 24px;
    --size30: 30px;
    --size36: 36px;
    --size40: 40px;
    --size46: 46px;
    --size50: 50px;
    --size56: 56px;
    --size60: 60px;

    --top20: 20px;
    --top30: 30px;
    --top40: 40px;
    --top50: 50px;
    --top60: 60px;
    --top80: 80px;
    --top100: 100px;
    --top120: 120px;
}


body {
    font-family: '宋体' !important;
    background: url(../images/bg.png) no-repeat bottom center / cover;
}

textarea {
    font-family: '宋体' !important;
}

.Hertre {
    width: 100%;
    z-index: 999;
    height: 100px;
    position: relative;
    background: url(../images/head_bg.png) no-repeat top -40px center / cover;
}

.Hertre_cen {
    width: var(--max);
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.Logo {
    width: 200px;
    overflow: hidden;

}

.Logo img {
    width: 100%;
    height: auto;
}

.Nav {
    width: max-content;
}

.Nav ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: var(--top60);
}

.Nav ul li {
    font-size: var(--size18);
    color: #050505;
    text-align: center;
    line-height: 100px;
    position: relative;
    font-weight: bold;
}

.Nav ul li svg {
    width: 16px;
    height: 16px;
    fill: #030000;
    display: none;
}


.Nav ul li.Nav_cen {
    color: #a83234
}

.Nav ul li:hover {
    color: #a83234;
}

.Heater_right {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--top20);
}

.En {
    font-size: var(--size16);
    color: #777;
    line-height: 1;
    font-weight: bold;
}

.Suoou {
    width: 22px;
    overflow: hidden;
    cursor: pointer;
}

.Suoou img {
    width: 100%;
    height: auto;
}

.Denglu {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.Denglu a {
    font-size: var(--size16);
    color: #603813;
    line-height: 1;
    font-weight: bold;
}

.suosouaa {
    width: 700px;
    max-width: 96%;
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transform-origin: center center;
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 15px 3px #00000020;
    z-index: 99999;
}

.suosouaa form {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.suosouaa_s {
    width: calc(100% - 100px);
    height: 50px;
    border: 1px solid #603813;
    font-size: var(--size14);
    color: #603813;
    padding: 0 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.suosouaa_t {
    width: 100px;
    height: 50px;
    border: transparent;
    background: #603813;
    color: #ffffff;
    font-size: var(--size14);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.An {
    width: 60px;
    height: 60px;
    display: none;
    position: fixed;
    right: 0%;
    top: 0;
    transition: all 0.5s;
    z-index: 99;
}

.Container {
    cursor: pointer;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.5s;
}

.Container svg {
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.An .Active svg {
    transform: rotate(90deg);
}

.Container path {
    stroke: #000000;
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.Container path:nth-child(1) {
    transform-origin: 36% 40%;
}

.Container path:nth-child(2) {
    stroke-dasharray: 29 299;
}

.Container path:nth-child(3) {
    transform-origin: 35% 63%;
}

.Container path:nth-child(4) {
    stroke-dasharray: 29 299;
}

.Container path:nth-child(5) {
    transform-origin: 61% 52%;
}

.Container path:nth-child(6) {
    transform-origin: 62% 52%;
}

.An .Active path:nth-child(1) {
    transform: translateX(9px) translateY(1px) rotate(45deg);
}

.An .Active path:nth-child(2) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px;
}

.An .Active path:nth-child(3) {
    transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.An .Active path:nth-child(4) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px;
}

.An .Active path:nth-child(5) {
    transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.An .Active path:nth-child(6) {
    transform: translateX(9px) translateY(1px) rotate(45deg);
}

.Banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.Banner img,
.Banner video {
    width: 100%;
    height: auto;
}


.Lianxi {
    width: var(--max);
    overflow: hidden;
    margin: var(--top30) auto var(--top80);
    background: rgba(255, 242, 236, 0.6);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    padding: var(--top50);
    font-size: var(--size16);
    color: #000000;
    line-height: 2;
}

.Daohang {
    width: 100%;
    overflow: hidden;
    background: #FFF2EC;
}

.Daohang ul {
    width: var(--max);
    margin: var(--top40) auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Daohang ul li {
    flex: 1;
    text-align: center;
    font-size: var(--size30);
    font-weight: bold;
    color: #4d4d4d;
    line-height: 1;
}

.Daohang ul li.Daohang_nav {
    color: #a83234;
}

.Daohang ul li:hover {
    color: #a83234;
}

.Shipin {
    width: var(--max);
    overflow: hidden;
    margin: var(--top30) auto var(--top80);
}

.Shipin ul {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: var(--top30);
}

.Shipin ul li {
    width: 100%;
    overflow: hidden;
}

.Shipin ul li img {
    width: 100%;
    aspect-ratio: 5 / 3;
    object-fit: cover;
}

.Shipin ul li h2 {
    font-size: var(--size18);
    color: #000000;
    margin-top: 15px;
    line-height: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: bold;
}

.Shipin ul li p {
    font-size: var(--size14);
    color: #00000050;
    margin-top: 15px;
    line-height: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.zhenshangyin-pager-bullets-bullet{
    width: 6px;
    height: 6px;
    background: #ffffff;
}
.zhenshangyin-pager-bullets-bullet.active{
    transform: scale(1);
    background: #603813;
}
.page {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: var(--top50);
    gap: 15px;
}

.page .active,
.page .total {
    font-size: var(--size20);
    color: #000000;
    line-height: 1;
}

.page .active svg,
.page .total svg {
    width: 30px;
    height: auto;
    display: block;
}

.page .active {
    color: #947348;
}

.page .active:nth-child(1),
.page .total:nth-child(1),
.page .total:nth-last-child(2),
.page .active:nth-last-child(2),
.page .active:last-child,
.page .total:last-child {
    color: #000000;
}

.jump_page,
.page-search {
    width: max-content;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: var(--size16);
    color: #947348;
}


#jumpInput,
.page-search input {
    width: 50px;
    height: 30px;
    border: 1px solid #00000050;
    border-radius: 2px;
    font-size: 12px;
    padding: 0 5px;
    color: #00000050;
}

#jumpButton,
.page-search button {
    background: #947348;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    border: transparent;
    height: 30px;
    padding: 0 15px;
    cursor: pointer;
}

.page>button {
    background: transparent;
    border: transparent;
    cursor: pointer;
}

.page>button svg {
    width: 30px;
    height: auto;
    display: block;
}

#page_buttons button {
    width: 30px;
    background: transparent;
    border: transparent;
    font-size: var(--size20);
    color: #000000;
    line-height: 1;
    cursor: pointer;
}

#page_buttons button[disabled] {
    color: #947348;
}

.Show {
    width: var(--max);
    margin: var(--top30) auto var(--top80);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.Show>video,
.Show>img {
    width: 100%;
    height: auto;
}

.Show_left {
    width: calc(100% - 80px);
}

.Show_caozuo {
    width: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    position: sticky;
    top: 15px;
}

.caozuo_item {
    width: 50px;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color: #FFF2EC;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    cursor: pointer;
}

.caozuo_item svg {
    width: 20px;
    height: 20px;
}

.caozuo_item span {
    width: 100%;
    overflow: hidden;
    display: block;
    text-align: center;
    font-size: 12px;
    color: #000000;
}

.Show_max {
    width: 100%;
    overflow: hidden;
    background: rgba(255, 242, 236, 0.6);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    padding: var(--top50);
    font-size: var(--size16);
    color: #000000;
    line-height: 2;
}

.Show_max>h2 {
    text-align: center;
    font-size: var(--size36);
    color: #000000;
    margin-bottom: var(--top30);
}

.Show_text {
    width: 100%;
    overflow: hidden;
    font-size: var(--size16);
    color: #000000;
    line-height: 2;
    transition: auto;
}

.Show_text * {
    transition: auto;
}

.Show_text img {
    max-width: 100%;
    height: auto;
    margin: auto;
}

.Dashang {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #E5D7D1;
    margin-top: var(--top30);
    padding-top: var(--top30);
}

.Dashang_erwei {
    width: 250px;
    max-width: 50%;
    overflow: hidden;
    margin: auto;
    background-color: #dbcfca;
    padding: var(--top20);
}

.Dashang_erwei img {
    width: 100%;
    height: auto;
}

.Dashang_erwei h2 {
    text-align: center;
    font-size: var(--size20);
    color: #000000;
    line-height: 1;
    margin-top: var(--top20);
}

.Gongjulan {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--top30);
    margin-top: var(--top40);
}

.tool_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    transition: all 0.3s ease;
    background: #dbcfca;
    padding: var(--top20) var(--top40);
    gap: 10px;
}


.tool_item .icon {
    fill: #666;
    transition: fill 0.3s ease;
}

.tool_item:hover .icon {
    fill: #a83234;
}

.tool_item .count {
    font-size: var(--size16);
    line-height: 1;
    color: #999;
}

.active svg {
    fill: #a83234 !important;
}

.Rili {
    width: max-content;
    background: #FFF2EC;
    border-radius: 10px 0px 0px 10px;
    position: fixed;
    top: 30%;
    right: 0;
    padding: var(--top20) var(--top30);
    z-index: 997;
    font-size: var(--size24);
    color: #000000;
    line-height: 1.3;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
}

.Cabian {
    width: max-content;
    background: #FFF2EC;
    border-radius: 10px 0px 0px 10px;
    position: fixed;
    top: 30%;
    right: -100%;
    padding: var(--top20) var(--top30);
    z-index: 998;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
}

.solar_date {
    text-align: center;
    color: #754C24;
    font-size: var(--size20);
    line-height: 1;
}

.lunar_date {
    text-align: center;
    color: #754C24;
    font-size: var(--size30);
    line-height: 1;
    margin: var(--top20) auto;
}

.extra_info {
    text-align: center;
    color: #754C24;
    font-size: var(--size16);
    line-height: 1;
}

#randomContent {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top20);
    text-align: center;
    font-size: var(--size14);
    color: #754C24;
    ;
    line-height: 1.8;
}

.share_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.share_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.share_content {
    position: absolute;
    width: 500px;
    max-width: 95%;
    background: #fff;
    border-radius: 10px;
    padding: var(--top30);
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.share_content h3 {
    text-align: center;
    font-size: var(--size18);
    color: #333;
}

.share_items {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin: var(--top40) auto;
}

.share_item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.share_icon {
    margin-bottom: 8px;
}

.share_item span {
    font-size: 12px;
    color: #666;
    display: block;
    text-align: center;
}

.share_close {
    width: max-content;
    text-align: center;
    background: #a83234;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    line-height: 1;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
}


.tool_item {
    cursor: pointer;
}

.wechat_qr {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.wechat_qr_content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: var(--top20) var(--top30);
    border-radius: 8px;
    text-align: center;
    z-index: 1001;
}

.wechat_qr h4 {
    margin: 0 0 15px;
    font-size: 16px;
    color: #333;
}

#qrcode {
    margin-bottom: 15px;
}

.wechat_qr .close_qr {
    width: max-content;
    text-align: center;
    background: #a83234;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    line-height: 1;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
}

.Zhuce {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgb(0, 0, 0, 0.3);
    display: none;
    transition: auto;
}

.Zhuce_max {
    width: 480px;
    max-width: 95%;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
    background-color: #F0F0F0;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: var(--top20);
}

.Zhuce_svg {
    width: 30px;
    height: 30px;
    position: absolute;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    top: -15px;
    right: -15px;
    cursor: pointer;
}

.Zhuce_svg svg {
    width: 25px;
}

.Zhuce_top {
    width: 100%;
    overflow: hidden;
    padding: var(--top30);
    padding-top: var(--top50);
}

.Zhuce_top ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--top20);
    line-height: 1;
}

.Zhuce_top ul li {
    width: max-content;
    font-size: var(--size24);
    color: #666;
    cursor: pointer;
}

.Zhuce_top ul li.Zhuce_nav {
    color: #000000;
}

.Zhuce_time {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top40);
}

.Zhuce_list {
    width: 100%;
    overflow: hidden;
    display: none;
    transition: auto;
}

.Zhuce_list:nth-child(1) {
    display: block;
}

.Zhuce_list form {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.Zhuce_list form input {
    width: 100%;
    height: 46px;
    background: #ffffff;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 12px;
    color: #00000050;
}

.Yznzheng {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.Yznzheng button {
    width: max-content;
    height: auto;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: var(--size14);
    color: #000000;
    background: transparent;
    border: transparent;
    cursor: pointer;
}

.Zhuce_list form input.Submit {
    background: #a83234;
    color: #ffffff;
    cursor: pointer;
}

.Yinsi {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 5px auto;
}

.Yinsi label {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: var(--size14);
    color: #5f5f5f;
    line-height: 1;
    cursor: pointer;
}

.Yinsi label input {
    appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #a83234;
    border-radius: 50%;
    background-color: transparent;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
    padding: 0;
}

.Yinsi label input:before {
    content: "";
    background-color: #a83234;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.Yinsi label input:checked:before {
    transform: translate(-50%, -50%) scale(1);
}

.Yinsi label a {
    color: #21A5ED;
}

.Weixin {
    width: 100%;
    overflow: hidden;
    background: #D4D0CF;
    padding: 15px;
    border-radius: 0px 0px var(--top20) var(--top20);
}

.Weixin_max {
    width: 35px;
    overflow: hidden;
    margin: auto;
    cursor: pointer;
}

.Weixin_max svg {
    width: 100%;
    height: auto;
}

.Qu {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    font-size: var(--size14);
    color: #a83234;
}

.Qu a {
    cursor: pointer;
}

.agreement_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    transition: auto;
}

.agreement_content {
    background: white;
    width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 95%;
    border-radius: 8px;
    overflow: hidden;
}

.agreement_header {
    padding: var(--top20) var(--top30);
    background: #f5f5f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.agreement_header h3 {
    font-size: 18px;
    color: #000000;
}

.close_btn {
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    color: #000000;
}

.agreement_body {
    padding: var(--top30);
    overflow-y: auto;
    max-height: calc(80vh - 60px);
    font-size: var(--size14);
    color: #000000;
    line-height: 2;
}

.Pinglun {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    background: rgba(255, 242, 236, 0.6);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    padding: var(--top40);
    font-size: var(--size16);
    color: #000000;
    line-height: 2;
}

.Pinglun_top {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #603813;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--top20);
}

.Pinglun_top h2 {
    width: max-content;
    background: #946f60;
    line-height: 3;
    padding: 0 20px;
    border-top-right-radius: 10px;
    font-size: var(--size18);
    color: #ffffff;
}

.Pinglun_top p {
    font-size: var(--size18);
    color: #806239;
}

.comments_section {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top50);
}

#comments_container {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.comment {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #00000020;
    padding-bottom: 15px;
}

.comment_user {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.comment_user img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}


.comment_info {
    flex: 1;
}

.comment_nickname {
    font-size: var(--top18);
    color: #333;
    line-height: 1;
}

.comment_time {
    font-size: var(--size14);
    color: #999;
    margin-top: 10px;
    line-height: 1;
}

.comment_content {
    width: 100%;
    font-size: var(--size14);
    color: #666;
    line-height: 1.6;
    margin-top: 15px;
}

.comment_actions {
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}


.comments_section>p {
    font-size: var(--size20);
    color: #000000;
    line-height: 1;
    margin-top: var(--top80);
}

.comment>.reply_message {
    padding: 0 20px;
}

.reply_message {
    margin-top: 20px;
}

.reply_to {
    font-size: var(--size16);
    color: #a83234;
    margin-bottom: 10px;
}

#add_comment {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top20);
}

#add_comment textarea {
    width: 100%;
    height: 200px;
    background-color: #FAEEE9;
    border: 1px solid #A78B71;
    border-radius: 5px;
    padding: 15px;
    resize: none;
}

#submit_comment {
    padding: 10px 20px;
    background: #a83234;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    margin-top: 10px;
    float: right;
}

#submit_comment:hover {
    background: #ff7875;
}


.Footer {
    width: 100%;
    overflow: hidden;
    background: url(../images/footer.png) no-repeat center center / cover;
}

.Footer_max{
    width: var(--max);
    overflow: hidden;
    margin: var(--top50) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.Footer_left{
    width: max-content;
    max-width: 50%;
}
.Footer_you{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: var(--size16);
    color: #ffffff70;
    line-height: 1;
}
.Footer_you h2{
    font-size: var(--size16);
    color: #ffffff70;
}
.Footer_you a{
    border-right: 1px solid #ffffff50;
    padding-right: 10px;
}
.Footer_you a:last-child{
    border: transparent;
    padding: 0;
}
.Footer_left>p{
    font-size: var(--size16);
    color: #ffffff;
    line-height: 2;
    margin: 10px auto;
}
.Footer_tiao{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: var(--size16);
    color: #ffffff;
    line-height: 1;
}
.Footer_tiao a{
    border-right: 1px solid #ffffff50;
    padding-right: 10px;
}
.Footer_tiao a:last-child{
    border: transparent;
    padding: 0;
}
.Footer_right{
    width: max-content;
    max-width: 45%;
}
.Footer_right ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: var(--top20);
}
.Footer_right ul li{
    flex: 1;
}
.Footer_right ul li img{
    width: 100%;
    height: auto;
}
.Footer_right ul li p{
    text-align: center;
    font-size: var(--top16);
    margin-top: 10px;
    color: #ffffff;
}
.Beian {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #00000020;
}

.Beian_max {
    width: var(--max);
    overflow: hidden;
    margin: var(--top20) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.Beian_max p {
    font-size: var(--size14);
    color: #ffffff;
    margin: 0 5px;
}

.Geren {
    width: var(--max);
    margin: var(--top30) auto var(--top80);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--top30);
}

.Geren_left {
    width: 200px;
    overflow: hidden;
    background: rgba(255, 242, 236, 0.6);
    border-radius: 6px;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
    padding: var(--top20);
}

.Geren_left ul {
    width: 100%;
    overflow: hidden;
}

.Geren_left ul li {
    font-size: var(--size20);
    color: #4D4D4D;
    line-height: 4;
    border-bottom: 1px solid #00000010;
    text-align: center;
    font-weight: bold;
}

.Geren_left ul li:last-child {
    border: transparent;
}

.Geren_left ul li.Geren_nav {
    color: #a83234;
}

.Geren_right {
    flex: 1;
    overflow: hidden;
    background: rgba(255, 242, 236, 0.6);
    border-radius: 6px;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
    padding: var(--top30)
}

.Jianjie {
    width: 100%;
    overflow: hidden;
}

.Jianjie_top {
    width: 100px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.Jianjie_top img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}

#files {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 98;
    opacity: 0;
    cursor: pointer;
}

.Jianjie form {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    display: flex;
    flex-wrap: wrap;
    gap: var(--top30);
}

.Jianjie form label {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--top20);
}

.Jianjie form label p {
    width: max-content;
    font-size: var(--size18);
    color: #000000;
    line-height: 30px;
}

.Jianjie form label input {
    flex: 1;
    border: transparent;
    font-size: var(--size16);
    color: #00000050;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border: 1px solid #00000010;
}

.Jianjie form input[type="text"]:not([readonly]) {
    border: 1px solid #a8323450;
}

.Jianjie form button {
    border: 1px solid #d2d2d2;
    height: 40px;
    border-radius: 40px;
    color: #00000050;
    padding: 0 20px;
    cursor: pointer;
    background: transparent;
    font-size: var(--size16);
}

.Jianjie form input[type="submit"] {
    border: 1px solid #d2d2d2;
    height: 40px;
    border-radius: 40px;
    color: #fff;
    padding: 0 30px;
    cursor: pointer;
    background: #a83234;
}

#favoritesList {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.favorite_item {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #00000020;
    padding-bottom: 15px;
}

.favorite_item h2 {
    width: max-content;
    font-size: var(--size18);
    color: #a83234;
    line-height: 1;
}

.favorite_item a {
    flex: 1;
    font-size: var(--size16);
    color: #000000;
}

.favorite_item button {
    padding: 10px 20px;
    background: #a83234;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
}

.Gandong {
    width: var(--max);
    margin: var(--top30) auto var(--top80);
}

.Gandong>h2 {
    text-align: center;
    font-size: var(--size40);
    color: #603813;
    line-height: 1;
}

.Gandong ul {
    width: 100%;
}

.Gandong ul li {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top50);
    background: #F5EAE5;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
}

.Gandong ul li a {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Gandong ul li:nth-child(2n) a {
    flex-direction: row-reverse;
}

.Gandong ul li img {
    width: 480px;
    height: 100%;
    object-fit: cover;
}

.Gandong_right {
    flex: 1;
    padding: var(--top40);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.Gandong_right h2 {
    width: 100%;
    font-size: var(--size30);
    color: #000000;
}

.Gandong_right p {
    width: 100%;
    font-size: var(--size16);
    color: #000000;
    line-height: 1.7;
    margin-top: var(--top30);
}

.Gandong_right span {
    display: block;
    width: 100%;
    font-size: var(--size14);
    color: rgba(96, 56, 19, 0.6);
    margin-top: var(--top30);
    text-align: right;
}

.Shanyi {
    width: var(--max);
    overflow: hidden;
    margin: var(--top50) auto;
    background: #FFF2EC;
}

.Shanyi ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: var(--top30) auto;
}

.Shanyi ul li {
    flex: 1;
    font-size: var(--size20);
    font-weight: bold;
    color: #000000;
    line-height: 1;
    text-align: center;
    border-left: 1px solid #00000010;
}

.Shanyi ul li.Daohang_nav {
    color: #a83234;
}

#messageList {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: var(--top20);
}

.message_item {
    width: 100%;
    animation: fadeIn 0.3s ease-in-out;
    border-bottom: 1px solid #00000010;
    padding-bottom: var(--top20);
}

.message_user {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.message_user img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}


.user_info {
    flex: 1;
}

.user_info h2 {
    font-size: var(--top18);
    color: #333;
    line-height: 1;
}

.user_info p {
    font-size: var(--size14);
    color: #999;
    margin-top: 10px;
    line-height: 1;
}


.message_item>a {
    width: 100%;
    display: block;
    font-size: var(--size16);
    color: #000000;
    margin: 15px auto;
}

.message_item>a span {
    color: #a83234
}

.message_content {
    width: 100%;
    font-size: var(--size14);
    color: #000000;
    line-height: 1;
}

.delete_btn {
    padding: 8px 15px;
    background: #a83234;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
}

.reply_btn {
    padding: 8px 15px;
    background: #946f60;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
}

.reply_list {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top20);
    padding-left: 20px;
    border-left: 1px solid #00000010;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--top20);
}

.reply_item {
    width: 100%;
    overflow: hidden;
}

.reply_content {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
    font-size: var(--size14);
    color: #000000;
    line-height: 1.7;
}

.reply_content span {
    color: #946f60;
    margin-right: 5px;
}

.reply_actions {
    width: max-content;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}


#replyModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    transition: auto;
}

.modal_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    max-width: 90%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.modal_header {
    width: 100%;
    padding: 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal_header h3 {
    line-height: 1;
    flex: 1;
    font-size: 18px;
    color: #333;
}

.modal_header .close {
    font-size: 24px;
    color: #999;
    cursor: pointer;
    transition: color 0.3s;
    line-height: 1;
}

.modal_header .close:hover {
    color: #333;
}

.modal_body {
    width: 100%;
    overflow: hidden;
    ;
    padding: var(--top20);
}

#replyContent {
    width: 100%;
    min-height: 120px;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    resize: none;
    font-size: var(--size14);
    color: #000;
    line-height: 1.6;
    transition: border-color 0.3s;
}

#replyContent:focus {
    outline: none;
    border-color: #a83234;
}

#submitReply {
    display: block;
    width: 100%;
    padding: 12px;
    margin-top: 15px;
    background: #a83234;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

#submitReply:hover {
    background: #8a2729;
}

.Huipin {
    width: 100%;
    overflow: hidden;
}

.Huipin ul {
    width: 100%;
    overflow: hidden;
    ;
}

.Huipin ul li {
    width: 100%;
    overflow: hidden;
    border-bottom: 1.5px dashed #BAA08A;
    padding: var(--top30) 0;
}

.Huipin ul li a {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.Huipin ul li a h2 {
    flex: 1;
    font-size: var(--size20);
    color: #000000;
    position: relative;
    padding-left: 15px;
}

.Huipin ul li a h2::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #000000;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
}

.Huipin ul li a p {
    font-size: var(--size18);
    color: #666;
}

.Show_right {
    flex: 1;
}

.Show_right .Show_max {
    margin-top: 0px;
}

.Guyi {
    width: 100%;
    overflow: hidden;
}

.Guyi_top {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--top20);
    border-bottom: 1px solid #00000050;
    padding-bottom: var(--top20);
}

.Guyi_list {
    width: max-content;
    font-size: var(--size20);
    color: #00000070;
}

.Guyi ul {
    width: 100%;
    overflow: hidden;
}

.Guyi ul li {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
}

.Guyi_title {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #FFF2EC;
}

.Guyi_title h2 {
    width: max-content;
    border-radius: 0 var(--top20) 0 0;
    padding: 0 var(--top40);
    line-height: 3;
    background-color: #FFF2EC;
    color: #754C24;
    font-size: var(--size20);
    font-weight: bold;
}

.Guyi ul li>p {
    font-size: var(--size16);
    color: #000000;
    line-height: 2;
    margin-top: var(--top20);
}

.Guyi ul li img {
    width: 300px;
    height: auto;
    max-width: 100%;
    margin-top: var(--top20);
}

.Guyi ul li span {
    font-size: var(--size16);
    color: #000000;
    line-height: 2;
    margin-top: var(--top20);
    display: block;
}

.Jine {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--top30);
}

.Jine p {
    font-size: 20px;
    color: #a83234;
}

.Jine a {
    padding: 8px 15px;
    background: #a83234;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
}

.Sousuos {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: var(--top30);
}

.Sousuos input {
    flex: 1;
    height: 45px;
    border: 1px solid #00000010;
    font-size: 12px;
    color: #00000050;
    padding: 0 15px;
}

.Sousuos button {
    padding: 10px 30px;
    background: #a83234;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
}
/* 
.reply_item .reply_actions {
    width: 100%;
} */

.book_detail {
    max-width: var(--max);
    margin: var(--top30) auto var(--top80);
    padding: var(--top30);
    background: rgba(255, 242, 236, 0.8);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.book_header {
    width: 100%;
}

.book_info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: var(--top30);
}
.book_cover{
    width: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.book_cover img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 4px;
}

.book_meta {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.book_meta h2 {
    width: 100%;
    font-size: var(--size24);
    color: #000;
    font-weight: bold;
}

.book_meta p {
    width: 50%;
    color: #707888;
    font-size: var(--size16);
    margin-top: var(--top20);
}

.book_meta a {
    width: max-content;
    padding: 10px 20px;
    background: #a83234;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    display: block;
    margin-top: var(--top20);
}

.book_summary {
    width: 100%;
    overflow: hidden;
    padding: 20px;
    background: #EDE3DD;
    border-radius: 4px;
    margin-top: var(--top30);
}

.book_summary h3 {
    font-size: var(--size20);
    color: #2f3542;
    line-height: 2;
    font-weight: bold;
}

.book_summary p {
    color: #707888;
    line-height: 2;
    font-size: var(--size14);
    margin-top: 10px;
    text-indent: 2em;
}

.chapter_list {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.chapter_list h3 {
    font-size: var(--size20);
    color: #2f3542;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.sort-btn {
    width: max-content;
    align-items: center;
    padding: 6px 15px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    color: #666;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.sort-btn:hover {
    background: #f9f9f9;
    color: #333;
    border-color: #d9d9d9;
}

.sort-btn svg {
    width: 12px;
    height: 12px;
    margin-left: 4px;
    fill: #999;
    transition: all 0.2s ease;
}

.sort-btn:hover svg {
    fill: #666;
}


.chapter_list ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
    padding: 0;
    list-style: none;
}

.chapter_list ul li {
    display: block;
    
    color: #2f3542;
    font-size: var(--size14);
    background: #EDE3DD;
    border-radius: 4px;
    text-decoration: none;
}

.chapter_list ul li:hover {
    background: #a83234;
    color: #fff;
    transform: translateX(5px);
}

.chapter_list ul li a{
    padding: 20px;
    display: block;
}

.book_nav {
    width: 100%;
    overflow: hidden;
}

.back_link {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #a83234;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: var(--top20);
}

.book_nav h2 {
    font-size: var(--size20);
    color: #a83234;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--top20);
    font-weight: bold;
}

.book_nav p {
    color: #707888;
    font-size: var(--size16);
}

.chapter_header {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top50);
}

.chapter_header h2 {
    font-size: 20px;
    color: #a83234;
    font-weight: bold;
    padding: 15px 20px;
    background: #f8f9fa80;
    border-radius: 4px;
    border-left: 4px solid #a83234;
}

.Fanhui {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: var(--top30);
}

.Fanhui a {
    width: max-content;
    display: block;
    color: rgba(96, 56, 16, 1);
    background-color: #dbcfca;
    line-height: 50px;
    padding: 0 var(--top40);
    border-radius: 50px;
    font-size: var(--size14);
}

#fontSizeSlider * {
    transition: auto;
}

.settings_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    transition: auto;
}

.settings_content {
    background-color: white;
    padding: var(--top30);
    border-radius: 12px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.settings_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.settings_header h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.close_settings {
    cursor: pointer;
    font-size: 24px;
    color: #666;
    transition: color 0.3s;
}

.close_settings:hover {
    color: #333;
}

.color_section,
.font-size-section {
    margin-bottom: 25px;
}

.color_section h4,
.font-size-section h4 {
    font-size: 16px;
    color: #333;
    margin: 0 0 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.color_options {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 12px;
    margin-bottom: 20px;
}

.color_option {
    width: 100%;
    aspect-ratio: 4 / 4;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.color_option:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.color_option.active {
    border: 2px solid #000;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000;
}

.custom-color {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.custom-color h4 {
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
}

#customColorPicker {
    width: 100%;
    height: 40px;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
}

.font_sizee {
    font-size: 14px;
    color: #666;
    font-weight: normal;
}

#fontSizeSlider {
    margin-top: 20px;
}

.settings_body {
    width: 100%;
    height: auto;
}

.settings_body img {
    width: 80%;
    height: auto;
    margin: auto;
}

.settings_body p {
    font-size: var(--size14);
    color: #000000;
    text-align: center;
    margin-top: 15px;
}


.Zhenmao {
    width: var(--max);
    margin: var(--top120) auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.Zhenmao>img {
    width: 570px;
    max-width: 80%;
    margin: auto;
}

.Zhenmao_max {
    width: 100%;
    margin-top: var(--top80);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--top50);
}

.Zhenmao_lef {
    flex: 1;
    border-radius: 6px;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 242, 236, 0.6);
    position: relative;
    padding: var(--top30);
}

.Zhenmao_lef ul {
    width: 100%;
    margin-left: -30px;
    align-items: flex-start;
}

.Zhenmao_lef ul li {
    width: 100%;
    overflow: hidden;
    padding: 0 var(--top30);
    display: flex;
    justify-content: space-between;
    gap: var(--top30);
    cursor: initial !important;
    height: auto !important;
}

.book_img {
    width: 220px;
    overflow: hidden;
}

.book_img img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.book_img h3 {
    text-align: center;
    font-size: var(--size24);
    color: #000000;
    margin-top: var(--top20);
    font-weight: bold;
}

.book_right {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.book_right>p {
    font-size: var(--size18);
    color: #000000;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-indent: 2em;
    margin-top: var(--top60);
    text-align: justify;

}

.Zhenmao_right {
    flex: 1;
    border-radius: 6px;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 242, 236, 0.6);
    padding: var(--top30);
    position: relative;
}
.Zhenmao_right >h2{
    font-weight: bold;
    font-size: var(--size30)
}
.book_text {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: var(--top20);
    margin-top: var(--top50);
}

.book_text a {
    display: block;
    width: max-content;
    color: rgba(96, 56, 19, 0.6);
    border: 1px solid #886749;
    font-size: var(--size16);
    line-height: 2.5;
    padding: 0 var(--top20);
    border-radius: 3px;
}

.Zhenmao_right ul {
    width: 100%;
    overflow: hidden;
    margin-top: var(--top20);
}

.Zhenmao_right ul li {
    width: 100%;
    overflow: hidden;
    border-bottom: 1.5px dashed #BAA08A;
    padding: 17px 0;
}


.Zhenmao_right ul li a {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.Zhenmao_right ul li a h2 {
    flex: 1;
    font-size: var(--size20);
    color: #000000;
    position: relative;
    padding-left: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.Zhenmao_right ul li a h2::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #000000;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
}

.Zhenmao_right ul li a p {
    font-size: var(--size18);
    color: #666;
}

.Zhenmao_right>a {
    width: 100%;
    font-size: var(--size14);
    color: rgba(96, 56, 19, 0.6);
    display: block;
    text-align: right;
    margin-top: 15px;
}

.Zhihua {
    width: var(--max);
    margin: var(--top120) auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.Zhihua>img {
    width: 500px;
    max-width: 80%;
    margin: auto;
}

.Datu {
    width: 100%;
    overflow: hidden;
}

.Datu img {
    width: 100%;
    height: auto;
}

.Zhihua_max {
    width: 100%;
    margin-top: var(--top80);
    position: relative;
}

.Zhihua_max ul li {
    width: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #886749;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    padding: var(--top60) var(--top30);
}

.Zhihua_max ul li h2 {
    text-align: center;
    font-size: var(--size30);
    color: #000000;
    line-height: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: bold;
}

.Zhihua_max ul li img {
    width: 100%;
    height: auto;
    margin-top: var(--top30);
}

.prev,
.next {
    width: 32px;
    height: auto;
    background: transparent;
}

.prev img,
.next img {
    width: 100%;
    height: auto;
}

.prev {
    left: -50px;
}

.prev img {
    transform: rotate(180deg);
}

.next {
    right: -50px;
}

.Yinyin {
    width: 100%;
    margin-top: var(--top80);
}
.Yinyin ul {
    width: 100%;
}
.Yinyin ul li {
    width: 50%;
    aspect-ratio: 5 / 3;
    object-fit: cover;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center center;
    backface-visibility: hidden;
    will-change: transform;
}

.Yinyin ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Yinyin ul li::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background: #00000050;
}
.Yinyin ul li.zhenshangyin-slide-active::after{
    display: none;
}
#book{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--top30);
}
.foobook_item{
    width: 100%;
    
}
.foobook_item a{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--top30);
}

.wx_login_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    transition: auto;
}

.wx_login_content {
    background-color: white;
    padding: var(--top30);
    border-radius: 12px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wx_login_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.wx_login_header h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.wx_login_close {
    cursor: pointer;
    font-size: 24px;
    color: #666;
    transition: color 0.3s;
}

.wx_login_close:hover {
    color: #333;
}

.wx_login_body{
    width: 100%;
    overflow: hidden;
}
.wx_login_body iframe{
    width: 100%;
    height: 400px;
    display: block;
}

.no-data{
    text-align: center;
    padding: 40px;
    color: #999;
}
#book>p{
    text-align: left
}
.email_verify{
    width: 100%;
    display: none;
}
.email_binding,
.password_setting{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.verify_group,
.modify_group,
.password_modify{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.password_modify input,
.email_verify input{
    flex: 1;
    border: transparent;
    font-size: var(--size16);
    color: #00000050;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border: 1px solid #00000010;
}
.Video{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999999;
}
.Video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Video a{
    width: 150px;
    overflow: hidden;
    position: absolute;
    bottom: var(--top50);
    left: 50%;
    transform: translateX(-50%);
}
.Video a img{
    width: 100%;
    height: auto;
}
.article_link{
    width: 100%;
    margin: 15px auto;
    font-size: var(--size14);
    color: #a83234;
}
.Fanhuis{
    width: var(--max);
    overflow: hidden;
    margin: auto;
    margin-top: var(--top30);
}
.collapse-btn {
    text-align: center;
    color: #666;
    cursor: pointer;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.collapse-btn:hover {
    color: #333;
}
.arrow {
    display: block;
    width: 0;
    height: 0;
    margin-left: 5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.arrow.up {
    border-bottom: 5px solid #666;
}
.arrow.down {
    border-top: 5px solid #666;
}
.reply_list.collapsed .reply_item {
    display: none;
}

.Mianbao{
    width: var(--max);
    overflow: hidden;
    margin: var(--top30) auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: var(--size16);
    color: #946f60;
    line-height: 1;
    gap: 10px;
    font-weight: bold;
    padding-left: calc(200px  + var(--top30));
}
.Mianbao a:last-child{
    color: #000000;
    font-weight: 500;
}

.pahen{
    width: 100%;
    overflow: hidden;
    margin-top: var(--top30);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.pahen a{
    width: max-content;
    max-width: 45%;
    font-size: var(--size14);
    color: #00000070;
}



.book_coveraa{
    width: 45%;
    aspect-ratio: 10 / 12;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.book_coveraa img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 4px;
}

.book_metaaa {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.book_metaaa h2 {
    width: 100%;
    font-size: var(--size24);
    color: #000;
    font-weight: bold;
}

.book_metaaa p {
    width: 100%;
    color: #707888;
    font-size: var(--size14);
    margin-top: var(--top20);
    line-height: 1.5;
}