@charset "utf-8";
:root {
    --ui-color-text: #333;
    --ui-color-muted: #808080;
    --ui-color-accent: #3eaf7c;
    --ui-radius-pill: 999px;
    --ui-shadow-soft: 0 3px 10px rgba(0,0,0,.08);
    --ui-cover-badge-border: rgba(255,255,255,.36);
    --ui-cover-badge-bg: rgba(24, 35, 31, .72);
    --ui-cover-badge-bg-hover: rgba(24, 35, 31, .86);
    --ui-cover-badge-text: #eff7f2;
    --ui-cover-badge-text-hover: #fff;
}

body.site-dark {
    --ui-cover-badge-border: rgba(255,255,255,.24);
    --ui-cover-badge-bg: rgba(10, 14, 18, .74);
    --ui-cover-badge-bg-hover: rgba(10, 14, 18, .9);
    --ui-cover-badge-text: #d7e3ef;
    --ui-cover-badge-text-hover: #edf3fa;
}

.items_txt .author a, .updateTable .author a {
    cursor: pointer
}

.friend_link {
    padding: 12px 0 0;
    line-height: 2.4;
    text-align: center
}

.friend_link a {
    margin: 0 10px;
    display: inline-block
}

.home-page .channelPic .leftBox,
.home-page .channelTable .leftBox {
    min-height: 220px;
}

.home-page #hotRecBooks,
.home-page #classicBooks,
.home-page #newRankBooks2 {
    min-height: 160px;
}

.home-page .hot_recommend,
.home-page .hot_notice,
.home-page .updateTable,
.home-page .picRecommend {
    transition: opacity .2s ease;
}

.home-page .hot_recommend.is-loading,
.home-page .hot_notice.is-loading,
.home-page #hotRecBooks.is-loading,
.home-page #classicBooks.is-loading,
.home-page #newRankBooks2.is-loading {
    position: relative;
    min-height: 128px;
    border-radius: 10px;
    background: linear-gradient(180deg, #f6f8f9 0%, #eef2f4 100%);
}

.home-page .hot_recommend.is-loading::before,
.home-page .hot_notice.is-loading::before,
.home-page #hotRecBooks.is-loading::before,
.home-page #classicBooks.is-loading::before,
.home-page #newRankBooks2.is-loading::before {
    content: "";
    position: absolute;
    top: 0;
    left: -60%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.48), rgba(255,255,255,0));
    animation: homeSkeletonShimmer 1.2s ease-in-out infinite;
}

@keyframes homeSkeletonShimmer {
    0% {
        left: -60%;
    }
    100% {
        left: 100%;
    }
}

body.site-dark.home-page .hot_recommend.is-loading,
body.site-dark.home-page .hot_notice.is-loading,
body.site-dark.home-page #hotRecBooks.is-loading,
body.site-dark.home-page #classicBooks.is-loading,
body.site-dark.home-page #newRankBooks2.is-loading {
    background: linear-gradient(180deg, #1d2630 0%, #172029 100%);
}

body.site-dark.home-page .hot_recommend.is-loading::before,
body.site-dark.home-page .hot_notice.is-loading::before,
body.site-dark.home-page #hotRecBooks.is-loading::before,
body.site-dark.home-page #classicBooks.is-loading::before,
body.site-dark.home-page #newRankBooks2.is-loading::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(173, 197, 221, .14), rgba(255, 255, 255, 0));
}

.home-page .hot_notice .notice-empty {
    justify-content: flex-start;
}

/*.leftBox, .rightBox, .rightBox2 { margin-bottom: 14px }
.channelBanner .leftBox, .channelBanner .rightBox { height: 334px; overflow: hidden }*/
.channelPic .leftBox, .channelPic .rightBox { /*height: 515px; */
    overflow: hidden
}

.channelTable .leftBox { /*height: 1046px;*/
    overflow: visible
}

.scBigImg img, .rightList li.on .cover img, .itemsList .items_img img {
    box-shadow: 0 0 1px rgba(0, 0, 0, .05)
}

.scBigImg:hover img, .rightList li.on .cover a:hover img, .itemsList .items_img:hover img {
    box-shadow: 0 0 1px rgb(0, 0, 0, .25)
}

.leftBox {
    width: 720px;
    float: left; /*border: 1px solid #EAEAEA*/
}

.sliderContent {
    width: 306px;
    float: left; /*margin: 16px 0 16px 14px;*/
    position: relative
}

.scSmallImg {
    position: absolute;
    top: 0px;
    right: 0px; /*height: 335px*/
}

.scSmallImg li {
    height: 65px;
    margin-bottom: 8px;
    border: 2px solid #fff
}

.scSmallImg li.on {
    border: 2px solid #3eaf7c
}

.scSmallImg img {
    width: auto;
    height: 65px;
    cursor: pointer;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6
}

.scSmallImg li.on img {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1
}

.scBigImg dd {
    display: none
}

.scBigImg dd.on {
    display: block
}

.scBigImg img {
    width: 240px;
    height: 300px;
    background: #f6f6f6
}

.hot_articles {
    width: 396px;
    float: right;
    padding: 0 2px
}

.hot_articles dl {
    padding: 0 4px 8px;
    border-bottom: 1px dotted #eae6e2
}

.hot_articles .hot_recommend {
    margin-bottom: 10px;
    padding: 8px 10px 10px;
    border: 1px solid #edf3ef;
    border-radius: 8px;
    background: #fbfdfc;
    box-sizing: border-box;
}

.hot_articles dt { /*height: 40px; line-height: 40px;*/
    padding-bottom: 8px;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45
}

.hot_articles dt a {
    color: #3eaf7c;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.hot_articles dd {
    line-height: 30px;
    font-size: 14px;
    overflow: hidden
}

.hot_articles dd a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.hot_articles .hot_recommend dd a {
    width: auto;
    padding: 0 0 0 12px;
    float: none;
    position: relative;
    line-height: 1.65;
    display: block
}

.hot_articles .hot_recommend dd a:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #93cdb0;
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -2px
}

.hot_articles .hot_recommend dd {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 5px;
    line-height: normal
}

.hot_articles .hot_notice dd {
    display: flex;
    align-items: center;
    gap: 6px;
    text-align: left;
}

.hot_articles .hot_notice dd span {
    flex: 0 0 auto;
}

.hot_articles .hot_notice dd a {
    padding-right: 1%;
    flex: 1 1 auto;
    min-width: 0;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.hot_articles span.tit {
    color: #3eaf7c;
    margin-right: 6px
}

.hot_articles .hot_notice {
    border: none
}

.home-page .home-update-quick {
    clear: both;
    padding-top: 10px;
}

.home-page .home-update-quick .picRecommend {
    padding-top: 12px;
}

.hot_articles .line {
    padding: 0 14px;
    color: #eee
}

.rightBox {
    width: 240px;
    float: right; /*border: 1px solid #EAEAEA;*/
    position: relative
}

.rightBox .title, .wrap_right_cont .title { /*height: 48px; margin: 0 14px;*/
    border-bottom: 1px solid #e0e0e0
}

.rightBox .title h3, .wrap_right_cont .title h3 {
    line-height: 1;
    padding-bottom: 14px;
    display: inline-block;
    font-size: 20px;
    font-weight: 600; /*border-bottom: 4px solid transparent*/
}

/*.rightBox .title h3.on { border-color: #3eaf7c }*/
.rightList ul {
    padding: 0
}

.rightList li { /*border-bottom: 1px dotted #e0e0e0; height: 37px; line-height: 37px;*/
    overflow: hidden;
    position: relative;
    vertical-align: middle
}

.rightList li:last-child {
    border: none
}

.rightList .book_name {
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.rightList .book_intro {
    background: #f7f7f7;
    border: 1px solid #eee;
    clear: both;
    padding: 8px;
    word-break: break-all;
    zoom: 1;
    overflow: hidden;
    display: none
}

.rightList .cover, .rightList .book_intro .txt {
    display: none
}

.rightList li.on {
    height: auto;
    padding: 4px 0;
    border: none
}

.rightList li.on .book_intro {
    display: block
}

.rightList li.on .cover {
    float: left;
    display: block
}

.rightList li.on .cover img {
    width: 60px;
    height: auto;
    background: #f6f6f6;
    margin-right: 9px
}

.rightList li.on .book_intro .name {
    line-height: 26px;
    height: 26px;
    display: block;
    overflow: hidden
}

.rightList_nobor ul {
    padding: 4px 14px 10px
}

.rightList_nobor li {
    height: auto;
    padding: 10px 0 !important;
    border: none
}

.book_intro .author {
    color: #999;
    display: block;
    line-height: 30px
}

.book_intro .class {
    color: #999;
    display: block;
    line-height: 1
}

.rightList .on .book_intro .txt {
    height: auto;
    max-height: 72px;
    line-height: 1.5;
    color: #808080;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    word-break: break-word;
    overflow-wrap: anywhere;
    -webkit-tap-highlight-color: rgba(62, 175, 124, .16);
    background: transparent
}

.rightList li i, .rankTable .rank i {
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    background-color: #999;
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    font-size: 12px;
}

.rightList li i {
    float: left;
    margin: 8px 7px 0 0;
}

.rankTable .rank i {
    margin: 1px 1px 0
}

/*.rightList li.on i { position: absolute; top: 12px; left: 0; margin: 0; display:none }*/
.rightList li.num1 i, .rankTable .rank .num1 {
    background-color: #3eaf7c
}

.rightList li.num2 i, .rankTable .rank .num2 {
    background-color: #65bf96
}

.rightList li.num3 i, .rankTable .rank .num3 {
    background-color: #78c7a3
}

.rightList li.num1 i, .rightList li.num2 i, .rightList li.num3 i {
    display: block
}

/* 首页夜间主题修正：避免热推/强推卡片仍是浅色 */
body.site-dark.home-page .hot_articles dl {
    border-bottom-color: #2d3744;
}

body.site-dark.home-page .hot_articles .hot_recommend {
    background: #202932;
    border-color: #31404e;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .02);
}

body.site-dark.home-page .hot_articles dt a {
    color: #67d7a2;
}

body.site-dark.home-page .hot_articles dd a {
    color: #cdd7e3;
}

body.site-dark.home-page .hot_articles .hot_recommend dd a:before {
    background: #67cfa0;
}

body.site-dark.home-page .hot_articles span.tit {
    color: #7adfb0;
}

body.site-dark.home-page .rightBox .title,
body.site-dark.home-page .leftBox .title {
    border-bottom-color: #354253;
}

body.site-dark.home-page .rightBox .title h3,
body.site-dark.home-page .leftBox .title h2 {
    color: #e5edf6;
}

body.site-dark.home-page .rightList .book_name,
body.site-dark.home-page .rightList .book_name a {
    color: #d7e1ec;
}

body.site-dark.home-page .rightList .book_intro {
    background: #1f2832;
    border-color: #344353;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .02);
}

body.site-dark.home-page .rightList li.on .cover img {
    background: #151c24;
}

body.site-dark.home-page .book_intro .author,
body.site-dark.home-page .book_intro .class {
    color: #93a5b9;
}

body.site-dark.home-page .rightList .on .book_intro .txt,
body.site-dark.home-page .items_txt .author a,
body.site-dark.home-page .items_txt .intro a,
body.site-dark.home-page .hot_notice span,
body.site-dark.home-page .updateTable .author a,
body.site-dark.home-page .updateTable .style a,
body.site-dark.home-page .updateTable .time a,
body.site-dark.home-page .updateTable th {
    color: #96a8bc;
}

body.site-dark.home-page .rightList li i {
    background-color: #5f6d80;
    color: #f4f7fb;
}

/*.rightList .more{ margin: 1px 0; height: 34px; line-height: 34px; border-radius: 1px; background-color: #f7f7f7; text-align: center }
.rightList .more a{ display: block; color: #666 }*/
.leftBox .title {
    border-bottom: 1px solid #e9e9e9
}

.leftBox .title h2 {
    line-height: 1;
    padding-bottom: 14px;
    display: inline-block;
    font-size: 20px;
    font-weight: 600; /*border-bottom: 4px solid transparent*/
}

.picRecommend {
    width: 720px;
    padding: 12px 0 0
}

.itemsList {
    width: 50%;
    float: left;
    padding: 17px 0
}

.itemsList .items_img {
    float: left;
    margin-right: 14px
}

.itemsList .items_img img {
    width: 96px;
    height: 120px;
    background: #f6f6f6
}

/* 封面类型角标组件：首页/详情共用 */
.book-cover-badge {
    z-index: 2;
    display: inline-block;
    max-width: calc(100% - 12px);
    padding: 3px 8px;
    border-radius: var(--ui-radius-pill);
    border: 1px solid var(--ui-cover-badge-border);
    background: var(--ui-cover-badge-bg);
    color: var(--ui-cover-badge-text);
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    box-shadow: var(--ui-shadow-soft);
}

.book-cover-badge:hover {
    background: var(--ui-cover-badge-bg-hover);
    color: var(--ui-cover-badge-text-hover);
}

/* 首页封面左下角类型角标（定位规则） */
.home-page .home-cover-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

.home-page .home-cover-wrap img {
    display: block;
}

.home-page .home-cover-cat {
    position: absolute;
    left: 6px;
    bottom: 6px;
    max-width: calc(100% - 12px);
}

.home-page .home-cover-cat.is-compact {
    left: 4px;
    bottom: 4px;
    max-width: calc(100% - 8px);
    padding: 2px 6px;
    font-size: 11px;
}

.home-page .scBigImg .home-cover-wrap {
    width: 240px;
}

.home-page .itemsList .items_img .home-cover-wrap,
.home-page .itemsList .items_img .home-cover-wrap img {
    width: 96px;
    height: 120px;
}

.home-page .rightList li.on .cover .home-cover-wrap,
.home-page .rightList li.on .cover .home-cover-wrap img {
    width: 60px;
    height: auto;
}

.home-page .rightList li.on .cover .home-cover-wrap {
    margin-right: 9px;
}

.home-page .rightList li.on .cover .home-cover-wrap img {
    margin-right: 0;
}

.items_txt {
    width: 230px;
    float: left; /*padding-right: 20px;*/
}

.items_txt h4 {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: normal
}

.items_txt .author {
    margin: 8px 0
}

.items_txt .author a {
    color: #a6a6a6
}

.items_txt .author a:hover {
    color: #3eaf7c;
}

.items_txt .intro {
    margin-top: 8px;
    line-height: 1.5;
    height: 54px;
    overflow: hidden
}

.items_txt .time {
    margin: 6px 0 0;
    color: #8f98a3;
    font-size: 12px;
    line-height: 17px;
}

.items_txt .time.is-today {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(62, 175, 124, .12);
    color: #2f9368;
    font-weight: 600;
    line-height: 18px;
}

.home-page .items_txt.is-cover-aligned {
    height: 120px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.home-page .items_txt.is-cover-aligned h4,
.home-page .items_txt.is-cover-aligned .author,
.home-page .items_txt.is-cover-aligned .intro,
.home-page .items_txt.is-cover-aligned .time {
    max-width: 100%;
    min-width: 0;
}

.home-page .items_txt.is-cover-aligned h4 {
    margin-bottom: 5px;
}

.home-page .items_txt.is-cover-aligned .author {
    margin: 0 0 1px;
    flex: 0 0 auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home-page .items_txt.is-cover-aligned .author a {
    white-space: nowrap;
}

.home-page .items_txt.is-cover-aligned .intro {
    margin-top: 0;
    flex: 1 1 auto;
    overflow: hidden;
}

.home-page .items_txt.is-cover-aligned .time {
    margin-top: auto;
    flex: 0 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-page #hotRecBooks .items_txt .intro a,
.home-page #indexMoreReads .items_txt .intro a,
.home-page #classicBooks .items_txt .intro a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    overflow-wrap: anywhere;
    -webkit-tap-highlight-color: rgba(62, 175, 124, .16);
}

/* 首页卡片点击反馈统一：仅文本反馈，避免整块阴影 */
.home-page .items_txt h4 a,
.home-page .items_txt .author a,
.home-page .items_txt .intro a,
.home-page .rightList .book_name .name,
.home-page .rightList .on .book_intro .txt {
    transition: color .16s ease;
    -webkit-tap-highlight-color: rgba(62, 175, 124, .16);
}

.home-page .rightList .book_name .name {
    word-break: keep-all;
    overflow-wrap: normal;
}

.home-page .rightList .on .book_intro .txt {
    word-break: normal;
    overflow-wrap: break-word;
}

.home-page .items_txt h4 a:active,
.home-page .items_txt .author a:active,
.home-page .items_txt .intro a:active,
.home-page .rightList .book_name .name:active,
.home-page .rightList .on .book_intro .txt:active {
    color: #2f9f6f;
}

body.site-dark.home-page .items_txt h4 a:active,
body.site-dark.home-page .items_txt .author a:active,
body.site-dark.home-page .items_txt .intro a:active,
body.site-dark.home-page .rightList .book_name .name:active,
body.site-dark.home-page .rightList .on .book_intro .txt:active {
    color: #83e6b6;
}

body.site-dark.home-page .items_txt .author a:hover {
    color: #83e6b6;
}

body.site-dark.home-page .items_txt .time {
    color: #98a7b8;
}

body.site-dark.home-page .items_txt .time.is-today {
    background: rgba(120, 226, 175, .14);
    color: #78e2af;
}

.searchTipBar {
    color: #333;
    font-size: 14px;
    padding: 1px 7px 16px 7px
}

.leftBox .updateTable {
    width: 718px;
}

.updateTable {
    color: #999
}

.updateTable table {
    width: 100%;
    margin-bottom: 14px;
}

.updateTable th, .updateTable td {
    height: 41px;
    line-height: 41px;
    vertical-align: middle;
    padding-left: 1px;
    text-align: left
}

.updateTable th {
    font-weight: normal;
    font-size: 14px;
}

.updateTable td {
    border-top: 1px solid #eee
}

.updateTable .style {
    width: 74px;
    font-size: 14px;
}

.updateTable .name {
    width: 192px;
    padding-right: 10px;
    font-size: 14px;
}

.updateTable .name a, .updateTable .chapter a {
    max-width: 168px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all
}

.updateTable .chapter {
    padding-right: 5px
}

.updateTable .chapter a {
    max-width: 200px;
    float: left;
    color: #666
}

.updateTable .author {
    width: 82px;
    text-align: left
}

.updateTable .time {
    width: 82px;
    text-align: center
}

.updateTable .word {
    width: 60px;
    padding-right: 10px;
    text-align: right
}

.updateTable .rank {
    width: 2.5em;
    padding-right: 10px;
    text-align: center
}

.updateTable .style a,
.updateTable .name a,
.updateTable .chapter a,
.updateTable .author a {
    display: inline-block;
    line-height: inherit;
    vertical-align: middle;
    overflow: hidden
}

/* 首页“最新更新”表格：固定列宽 + 单行省略，避免作者/章节长文本导致换行撑高 */
.home-page .channelTable .updateTable table {
    table-layout: fixed;
}

.home-page .channelTable .updateTable .style {
    width: 72px;
}

.home-page .channelTable .updateTable .name {
    width: 190px;
}

.home-page .channelTable .updateTable .author {
    width: 112px;
}

.home-page .channelTable .updateTable .time {
    width: 92px;
    white-space: nowrap;
}

.home-page .channelTable .updateTable .style a,
.home-page .channelTable .updateTable .name a,
.home-page .channelTable .updateTable .chapter a,
.home-page .channelTable .updateTable .author a {
    display: block;
    float: none;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rankBox {
    padding-bottom: 14px;
    height: auto !important
}

.rankTable th {
    background: #f9f9f9;
    color: #333
}

.rankTable td {
    border: none;
    height: 40px;
    line-height: 40px
}

.rankTable tr:nth-child(2n) td {
    background: #fafafa
}

.rankTable .chapter a {
    max-width: 176px
}

.classTable {
    font-size: 14px
}

.classTable .rank {
    width: 60px;
}

.classTable .rank i {
    float: inherit;
    margin: 0;
    color: #fff
}

.classTable .style {
    width: 100px;
}

.classTable .name {
    width: 250px;
}

.classTable .name a, .classTable .chapter a {
    max-width: 90%
}

.classTable .author {
    width: 120px
}

.classTable .word {
    width: 80px;
    padding-right: 15px
}

.channelClassContent .updateTable table,
.channelRankingContent .updateTable table {
    table-layout: fixed;
}

.channelClassContent .updateTable .author,
.channelRankingContent .updateTable .author {
    width: 96px;
}

.channelClassContent .updateTable .author a,
.channelRankingContent .updateTable .author a {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
}

.channelClassContent .updateTable .word,
.channelRankingContent .updateTable .word {
    width: 92px;
    padding-right: 12px;
    white-space: nowrap;
    word-break: keep-all;
    font-variant-numeric: tabular-nums;
}

.rightBox2 {
    width: 266px;
    float: right;
    border: 1px solid #EAEAEA;
    position: relative;
    overflow: hidden
}

.rightBox2 .title h3 {
    height: 45px;
    line-height: 48px;
    padding: 0 30px;
    font-size: 18px;
    font-weight: normal;
    color: #ff758f;
    border-bottom: 4px solid #ff758f
}

.rightList2 li {
    vertical-align: middle
}

.rightList2 li a {
    display: block; /*padding: 0 30px;*/
    height: 47px;
    line-height: 47px;
    font-size: 16px;
    overflow: hidden;
    border-top: 1px dotted #eee;
}

.rightList2 li:first-child a {
    border: none
}

.rightList2 li a.on, .rightList2 li a:hover {
    color: #3eaf7c
}

@media (min-width: 769px) {
    .book-ranking-page .channelRankingContent {
        display: block;
    }

    .book-ranking-page .channelRankingContent .wrap_left {
        width: 100%;
        float: none;
    }

    .book-ranking-page .book_tit {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        overflow: visible;
    }

    .book-ranking-page .rank_filter_bar {
        flex: 0 1 auto;
        float: none;
        min-width: 0;
    }

    .book-ranking-page .rank_filter_bar .rightList2 ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
        padding: 0;
    }

    .book-ranking-page .rank_filter_bar .rightList2 li {
        margin: 0;
    }

    .book-ranking-page .rank_filter_bar .rightList2 li a,
    .book-ranking-page .rank_filter_bar .rightList2 li:first-child a {
        box-sizing: border-box;
        min-width: 78px;
        height: 36px;
        line-height: 34px;
        padding: 0 18px;
        border: 1px solid #d8e5dd;
        border-radius: 999px;
        color: #2f9368;
        text-align: center;
    }

    .book-ranking-page .rank_filter_bar .rightList2 li a.on,
    .book-ranking-page .rank_filter_bar .rightList2 li a:hover {
        border-color: #3eaf7c;
        background: #3eaf7c;
        color: #fff;
    }

    .book-ranking-page .rank_filter_bar .rightList2 li a:focus-visible {
        outline: 2px solid rgba(62, 175, 124, .45);
        outline-offset: 2px;
    }

    .book-ranking-page .channelRankingContent .wrap_bg .pad20 {
        padding: 22px 20px 26px;
    }

    .book-ranking-page .channelRankingContent .updateTable .rank {
        width: 56px;
    }

    .book-ranking-page .channelRankingContent .updateTable .style {
        width: 118px;
    }

    .book-ranking-page .channelRankingContent .updateTable .name {
        width: 280px;
    }

    .book-ranking-page .channelRankingContent .updateTable .author {
        width: 128px;
    }

    .book-ranking-page .channelRankingContent .updateTable .word {
        width: 104px;
    }

    .book-ranking-page .channelRankingContent .updateTable .style a,
    .book-ranking-page .channelRankingContent .updateTable .name a,
    .book-ranking-page .channelRankingContent .updateTable .chapter a,
    .book-ranking-page .channelRankingContent .updateTable .author a {
        display: block;
        max-width: 100%;
        float: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    html.site-dark body.book-ranking-page .rank_filter_bar .rightList2 li a,
    html.site-dark body.book-ranking-page .rank_filter_bar .rightList2 li:first-child a,
    body.site-dark.book-ranking-page .rank_filter_bar .rightList2 li a,
    body.site-dark.book-ranking-page .rank_filter_bar .rightList2 li:first-child a {
        border-color: #334152;
        background: #18212b;
        color: #dbe5f0;
    }

    html.site-dark body.book-ranking-page .rank_filter_bar .rightList2 li a.on,
    html.site-dark body.book-ranking-page .rank_filter_bar .rightList2 li a:hover,
    body.site-dark.book-ranking-page .rank_filter_bar .rightList2 li a.on,
    body.site-dark.book-ranking-page .rank_filter_bar .rightList2 li a:hover {
        border-color: #3eaf7c;
        background: #3eaf7c;
        color: #fff;
    }
}

@media (max-width: 768px) {
    .book-ranking-page .book_tit {
        display: block;
        overflow: visible;
    }

    .book-ranking-page .rank_filter_bar {
        width: 100%;
        float: none;
    }

    .book-ranking-page .rank_filter_bar {
        margin-top: 8px;
    }

    .book-ranking-page .rank_filter_bar .rightList2 ul {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 8px;
        padding: 0;
    }

    .book-ranking-page .rank_filter_bar .rightList2 li {
        margin: 0;
    }

    .book-ranking-page .rank_filter_bar .rightList2 li a,
    .book-ranking-page .rank_filter_bar .rightList2 li:first-child a {
        height: 34px;
        line-height: 34px;
        border: 1px solid #e6e6e6;
        border-radius: 4px;
        text-align: center;
        font-size: 14px;
        padding: 0;
    }

    .book-ranking-page .rank_filter_bar .rightList2 li a.on,
    .book-ranking-page .rank_filter_bar .rightList2 li a:hover {
        background: #3eaf7c;
        color: #fff;
        border-color: #3eaf7c;
    }

    html.site-dark body.book-ranking-page .rank_filter_bar .rightList2 li a,
    html.site-dark body.book-ranking-page .rank_filter_bar .rightList2 li:first-child a,
    body.site-dark.book-ranking-page .rank_filter_bar .rightList2 li a,
    body.site-dark.book-ranking-page .rank_filter_bar .rightList2 li:first-child a {
        border-color: #334152;
        background: #18212b;
        color: #dbe5f0;
    }

    html.site-dark body.book-ranking-page .rank_filter_bar .rightList2 li a.on,
    html.site-dark body.book-ranking-page .rank_filter_bar .rightList2 li a:hover,
    body.site-dark.book-ranking-page .rank_filter_bar .rightList2 li a.on,
    body.site-dark.book-ranking-page .rank_filter_bar .rightList2 li a:hover {
        border-color: #3eaf7c;
        background: #3eaf7c;
        color: #fff;
    }
}

.so_tag { /*padding: 4px 14px 0;*/
    font-size: 14px;
    padding: 5px 0
}

.so_tag li {
    padding: 0 0 24px; /*border-bottom: 1px solid #eee*/
}

.so_tag li:last-child {
    padding: 0 0 4px
}

.so_tag li .tit, .so_tag li a {
    line-height: 1;
    padding: 3px 7px;
    margin-right: 12px
}

.so_tag li .tit {
    color: #999
}

.so_tag li a.on, .so_tag li a:hover {
    color: #3eaf7c
}

.so_tag li .so_girl {
    display: inline-block
}

.so_tag li .so_boy {
    display: inline-block /*; margin: 8px 0 0 140px;*/
}

/*.payBox { width: 998px; border: 1px solid #eaeaea }*/
.payHead {
    height: 36px;
    line-height: 36px;
    padding: 20px 0 30px;
    margin: 0 24px;
    font-size: 16px;
    border-bottom: 1px solid #eaeaea
}

.payHead .user_name {
    margin-right: 25px
}

.payHead .btn_gray {
    font-size: 14px;
    padding: 10px 20px;
    margin-left: 20px
}

.payFoot {
    line-height: 2.4;
    padding: 30px 0 40px;
    margin: 0 24px;
    font-size: 13px;
    color: #999;
    border-top: 1px solid #eee;
}

.payCon {
    margin: 0 24px
}

.payCon h5 {
    font-size: 16px;
    font-weight: normal;
    padding: 28px 0 2px
}

.pay_way {
    padding-bottom: 5px
}

.pay_way li {
    width: 196px;
    text-align: center;
    border: 2px solid #eee;
    border-radius: 4px;
    margin: 20px 26px 3px 0;
    float: left;
    cursor: pointer;
    line-height: 1
}

.pay_way li.on {
    border-color: #3eaf7c
}

.pay_way li .pay_pic {
    width: 180px;
    margin: 12px auto;
}

.pay_way li strong {
    font-size: 24px;
    display: block;
    line-height: 1;
    padding: 20px 0 5px
}

.pay_way li .pay_mn {
    display: table-cell;
    width: 196px;
    height: 40px;
    vertical-align: middle;
    line-height: 1.2;
    padding-bottom: 12px;
    font-size: 14px;
    text-align: center
}

.pay_way li .pay_mn em.red {
    display: block
}

.pay_Checkout {
    padding: 20px 0;
    font-size: 14px;
    line-height: 1.8;
}

.pay_Checkout .btn_red {
    margin: 20px 0;
}

.payResultBox {
    padding: 90px 40px 160px;
    text-align: center
}

.payResultBox h3 {
    font-size: 38px;
    line-height: 1;
    padding-bottom: 30px;
}

.payResultBox .list {
    display: inline-block;
    padding-bottom: 15px;
}

.payResultBox .list li {
    font-size: 16px;
    line-height: 36px
}

.payResultImg {
    width: 60px;
    margin-right: 12px;
    vertical-align: middle;
}

/*.bookCover, .reply_bar { padding: 14px }*/
.bookCover .book_cover {
    width: 200px;
    display: block;
    height: auto;
    margin-right: 25px;
    float: left;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .3), 0 0 5px #f9f2e9 inset;
    transition: color .3s, background-color .3s, border .3s;
}

.bookCover .cover {
    width: 100%;
    height: 100%;
    background: #f6f6f6;
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -ms-transition: -ms-transform .3s ease-out;
    transition: transform .3s ease-out;
}

.bookCover .cover:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.book_info {
    width: 755px;
    float: left
}

.book_info .tit {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 4px;
}

.book_info h1 {
    font-size: 25px;
    display: inline-block;
    line-height: 1;
}

.book_info .author {
    font-size: 14px;
    margin-left: 0;
    color: #444
}

.book_info .list {
    padding: 15px 0 20px
}

.book_info .list li {
    line-height: 26px;
    color: #666
}

.book_info .list li .item {
    width: 20%;
    display: inline-block
}

/*目录页*/
.book_info1 {
    text-align: center;
    padding: 10px 0 15px
}

.book_info1 .tit {
    padding: 10px 0 20px
}

.book_info1 h1 {
    font-size: 28px;
    display: inline-block
}

.book_info1 .list {
    padding: 5px 0;
    font-size: 14px
}

.book_info1 .list li {
    line-height: 26px;
    color: #999
}

.book_info1 .list li span {
    display: inline-block;
    margin: 0 15px
}

.dirWrap {
    padding-bottom: 30px
}

.dirWrap h3 {
    padding-left: 6px;
    font-size: 14px;
    background: #f9f9f9;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    position: relative;
    cursor: pointer;
    margin: 0 0 5px;
    border-radius: 3px
}

.dirList {
    overflow: hidden;
    padding-bottom: 20px
}

.dirList li {
    float: left;
    width: 265px;
    padding-left: 5px;
    padding-right: 30px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-bottom: 1px dotted #ddd;
    *zoom: 1;
    font-size: 14px
}

.dirList li a {
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.dirList li i.red {
    padding-left: 5px
}

.book_info .intro_txt {
    height: 96px;
    min-height: 96px;
    line-height: 24px;
    font-size: 14px;
    position: relative;
    margin-bottom: 26px;
    overflow: hidden
}

.book_info .intro_txt em.black9 {
    font-weight: bold;
    color: #333;
    display: block;
}

/*.book_info .intro_txt p { text-indent:2em }*/
.icon_show, .icon_hide {
    display: inline-block;
    color: #2972cc;
    height: 24px;
    padding: 0 2px 0 10px;
    text-indent: 0;
    text-align: center;
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff
}

.icon_show i, .icon_hide i {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(/images/icon_dt.png) no-repeat 0 2px;
    margin-right: 4px;
    *vertical-align: middle
}

.icon_hide i {
    background-position: -12px 2px
}

.icon_hide {
    display: none
}

.btns .btn_red, .btns .btn_ora, .btns .btn_addsj {
    margin-right: 24px
}

.book_tit { /*height: 48px; line-height: 48px; margin: 0 14px;*/
    border-bottom: 1px solid #eee;
    overflow: hidden;
    padding-bottom: 14px;
    line-height: 1.2
}

.book_tit .fl {
    font-size: 14px;
    color: #666
}

.book_tit .fl h3 {
    font-size: 20px;
    color: #333;
    margin-right: 5px;
    display: inline
}

.book_tit .fr {
    font-size: 13px
}

.bookChapter .list {
    padding: 8px 0
}

.bookChapter .list li {
    line-height: 36px;
    overflow: hidden
}

.zj_yl {
    color: #999;
    font-size: 13px
}

/*.bookChapter .list li .zj { width: 50%; float: left }
.bookChapter .list li .zj_1 a { color: #f60 }*/


/*.commentBar { padding: 0 14px }*/
.comment_list {
    padding: 20px 0;
    border-bottom: 1px solid #eee
}

.comment_list:last-child {
    border: none
}

.comment_list .user_heads { /*width: 54px; height: 54px; float: left;*/
    position: relative;
    margin-right: 20px
}

.comment_list .user_head {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f6f6f6
}

.comment_list .user_heads span {
    display: block;
    margin: 0;
    position: absolute;
    left: 12px;
    bottom: 0
}

.comment_list ul {
    width: 640px
}

.comment_list .li_0 {
    font-family: "宋体"
}

.comment_list .li_0 strong {
    font-size: 14px;
    color: #f00
}

.comment_list .li_1 {
    overflow: hidden
}

.comment_list .user_name {
    color: #ed4259
}

.comment_list .li_2 {
    padding: 6px 0
}

.comment_list .li_3 {
    color: #999
}

.comment_list .reply {
    padding-left: 12px
}

.comment_list .num {
    color: #ed4259;
    margin: 0 3px
}

.comment_list .li_4 {
    line-height: 34px;
    padding-top: 8px;
    margin-top: 15px;
    border-top: 1px solid #eaeaea
}

.no_comment {
    padding: 70px 14px 115px;
    color: #CCCCCC;
    text-align: center;
    font-size: 14px;
}

.pl_bar li {
    display: block
}

.pl_bar .name {
    color: #666;
    padding-top: 2px;
    font-size: 14px
}

.pl_bar .dec {
    font-size: 14px;
    line-height: 1.8;
    padding: 12px 0
}

.pl_bar .other {
    line-height: 24px;
    color: #999;
    font-size: 13px
}

.pl_bar .other a {
    display: inline-block;
    color: #999
}

.pl_bar .reply {
    padding-left: 22px;
    background: url(/images/icon_reply.png) no-repeat 0 2px
}

.reply_bar .tit {
    line-height: 52px;
    font-size: 13px
}

.replay_text {
    width: 100%;
    height: 110px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
    box-shadow: 0 0 4px 2px hsla(0, 0%, 92%, .35);
}

.replay_text:hover {
    background: #fff
}

.reply_btn {
    padding: 17px 0 19px;
    overflow: hidden
}

.reply_bar .reply_btn {
    padding-bottom: 4px
}

.reply_btn .btn_red {
    padding: 10px 20px;
    font-size: 14px
}

.reply_btn .fr {
    margin-top: 8px
}

.write_bar {
    padding: 1rem 0;
    margin: 0 1rem
}

.write_comment {
    padding: 1rem;
    background: #f6f6f6;
    min-height: 16rem
}

.write_comment .text {
    width: 100%;
    min-height: 10rem;
    border: 1px solid #ddd;
    font-size: 0.875rem;
    line-height: 1.8;
    margin-bottom: 1rem
}

.book_comment_tit {
    font-size: 24px;
    padding: 20px 15px 10px 15px
}

.page_bar {
    padding: 1rem 0;
    margin: 0 1rem;
    border-top: 1px solid #eee
}

.page_bar li {
    width: 33.3%;
    float: left;
    text-align: center
}

.page_bar li a, .page_bar li .select_page {
    display: block;
    height: 2rem;
    line-height: 2rem;
    font-size: 0.875rem;
    border: 1px solid #eee;
    background: #fff;
    box-sizing: border-box
}

.page_bar .previous a {
    margin-right: 1rem
}

.page_bar .next a {
    margin-left: 1rem
}

.page_bar li .select_page {
    width: 100%
}

.icon_jh, .icon_zd {
    text-align: center;
    margin: 2px 5px 0 0;
    color: #fff;
    font-size: 12px;
    padding: 3px 3px;
    line-height: 1;
    display: inline-block;
    background: #ed4259;
    border-radius: 2px
}

.icon_zd {
    background: #4a90e2
}


.hot_notice span, .items_txt .intro a, .updateTable .author a, .updateTable .style a, .updateTable .time a, .updateTable th {
    color: #888
}

.items_txt .intro a:hover, .rightList .more a:hover, .updateTable .style a:hover, .rightList .on .book_intro .txt:hover {
    color: #3eaf7c
}

.icon_show:hover, .icon_hide:hover {
    color: #2972cc
}

.channelChapterlist {
    min-height: 600px
}

@media (max-width: 768px) {
    .leftBox,
    .rightBox,
    .rightBox2,
    .channelPic .leftBox,
    .channelPic .rightBox,
    .channelTable .leftBox {
        width: 100%;
        float: none;
    }

    .sliderContent {
        width: 100%;
        float: none;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .scBigImg img {
        width: 100%;
        max-width: 220px;
        height: auto;
    }

    .home-page .scBigImg .home-cover-wrap {
        width: 100%;
        max-width: 220px;
    }

    .scSmallImg {
        position: static;
        top: auto;
        right: auto;
        margin-top: 10px;
        width: 100%;
    }

    .scSmallImg ul {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 2px;
    }

    .scSmallImg li {
        margin-bottom: 0;
        flex: 0 0 auto;
    }

    .scSmallImg img {
        height: 52px;
        width: auto;
    }

    .hot_articles {
        width: 100%;
        float: none;
        margin-top: 10px;
        padding: 0;
    }

    .hot_articles .hot_recommend {
        padding: 8px;
    }

    .hot_articles dt {
        font-size: 16px;
    }

    .hot_articles .hot_recommend dd {
        grid-template-columns: 1fr;
        row-gap: 2px;
    }

    .home-page .home-update-quick {
        padding-top: 8px;
    }

    .home-page .home-update-quick .picRecommend {
        padding-top: 8px;
    }

    .rightBox {
        margin-top: 10px;
    }

    .rightList li {
        min-height: 34px;
    }

    .rightList .book_name {
        height: 34px;
        line-height: 34px;
    }

    .rightList .on .book_intro .txt {
        height: auto;
        max-height: 4.5em;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .picRecommend {
        width: 100%;
    }

    .itemsList {
        width: 100%;
        padding: 10px 0;
        border-top: 1px solid #f2f2f2;
    }

    .itemsList:first-child {
        border-top: none;
    }

    .itemsList .items_img img {
        width: 76px;
        height: 95px;
    }

    .home-page .itemsList .items_img .home-cover-wrap,
    .home-page .itemsList .items_img .home-cover-wrap img {
        width: 76px;
        height: 95px;
    }

    .items_txt {
        width: calc(100% - 90px);
    }

    .items_txt h4 {
        font-size: 15px;
    }

    .items_txt .intro {
        height: auto;
        max-height: 4.5em;
    }

    .leftBox .updateTable,
    .updateTable {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .updateTable table {
        min-width: 640px;
    }

    .updateTable th,
    .updateTable td {
        height: 34px;
        line-height: 34px;
        font-size: 13px;
    }

    .updateTable .chapter a {
        max-width: 180px;
    }

    .friend_link {
        padding-top: 6px;
    }

    .home-page #bookrank1_ShowBookRank,
    .home-page #bookrank2_ShowBookRank,
    .home-page #bookrank5_ShowBookRank {
        display: none;
    }

    .home-page .channelPic .leftBox,
    .home-page .channelTable .leftBox {
        width: 100%;
    }

    /* Mobile home keeps quick updates, hides desktop-heavy hero blocks */
    .home-page .channelBanner .sliderContent,
    .home-page .channelBanner .hot_articles {
        display: none;
    }

    .home-page .channelBanner .leftBox {
        width: 100%;
    }

    .home-page .home-update-quick {
        padding-top: 0;
    }

    .home-page #classicBooks {
        display: block;
        overflow: visible;
        white-space: normal;
        padding-bottom: 0;
    }

    .home-page #hotRecBooks .itemsList,
    .home-page #indexMoreReads .itemsList,
    .home-page #classicBooks .itemsList {
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }

    .home-page #hotRecBooks .items_img,
    .home-page #indexMoreReads .items_img,
    .home-page #classicBooks .items_img {
        float: none;
        margin-right: 0;
        flex: 0 0 76px;
    }

    .home-page .home-cover-cat {
        left: 4px;
        bottom: 4px;
        max-width: calc(100% - 8px);
        padding: 2px 6px;
        font-size: 11px;
    }

    .home-page .home-cover-cat.is-compact {
        padding: 2px 5px;
        font-size: 10px;
    }

    .home-page #hotRecBooks .items_txt,
    .home-page #indexMoreReads .items_txt,
    .home-page #classicBooks .items_txt {
        float: none;
        flex: 1 1 0;
        min-width: 0;
        width: auto;
        margin-top: 0;
    }

    .home-page #hotRecBooks .items_txt {
        height: 95px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .home-page #hotRecBooks .items_txt h4,
    .home-page #hotRecBooks .items_txt .author,
    .home-page #hotRecBooks .items_txt .intro,
    .home-page #indexMoreReads .items_txt h4,
    .home-page #indexMoreReads .items_txt .author,
    .home-page #indexMoreReads .items_txt .intro,
    .home-page #classicBooks .items_txt h4,
    .home-page #classicBooks .items_txt .author,
    .home-page #classicBooks .items_txt .intro {
        max-width: 100%;
        min-width: 0;
    }

    .home-page #hotRecBooks .items_txt h4,
    .home-page #indexMoreReads .items_txt h4,
    .home-page #classicBooks .items_txt h4 {
        margin-bottom: 5px;
    }

    .home-page #hotRecBooks .items_txt .author,
    .home-page #indexMoreReads .items_txt .author,
    .home-page #classicBooks .items_txt .author {
        margin: 0 0 1px;
        flex: 0 0 auto;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .home-page #hotRecBooks .items_txt h4 a,
    .home-page #indexMoreReads .items_txt h4 a,
    .home-page #classicBooks .items_txt h4 a {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .home-page #hotRecBooks .items_txt .author a,
    .home-page #indexMoreReads .items_txt .author a,
    .home-page #classicBooks .items_txt .author a {
        display: inline;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: baseline;
    }

    .home-page #hotRecBooks .items_txt .intro,
    .home-page #indexMoreReads .items_txt .intro,
    .home-page #classicBooks .items_txt .intro {
        margin-top: 0;
        flex: 1 1 auto;
        height: auto;
        max-height: none;
        overflow: hidden;
    }

    .home-page #hotRecBooks .items_txt .intro a,
    .home-page #indexMoreReads .items_txt .intro a,
    .home-page #classicBooks .items_txt .intro a {
        display: -webkit-box;
        max-width: 100%;
        overflow: hidden;
        line-height: 1.5;
        touch-action: manipulation;
        word-break: break-word;
        overflow-wrap: anywhere;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        -webkit-tap-highlight-color: rgba(62, 175, 124, .16);
    }

    .home-page #hotRecBooks .items_txt .intro a,
    .home-page #indexMoreReads .items_txt .intro a,
    .home-page #classicBooks .items_txt .intro a {
        line-height: 1.35;
        -webkit-line-clamp: 2;
    }

    .home-page #hotRecBooks .items_txt .time {
        margin-top: auto;
        flex: 0 0 auto;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .home-page .items_txt.is-cover-aligned {
        height: 95px;
    }

    .home-page .items_txt.is-cover-aligned .intro a {
        line-height: 1.35;
        -webkit-line-clamp: 2;
    }

    .home-page .items_txt.is-compact-mobile {
        height: 95px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .home-page .items_txt.is-compact-mobile h4,
    .home-page .items_txt.is-compact-mobile .author,
    .home-page .items_txt.is-compact-mobile .intro,
    .home-page .items_txt.is-compact-mobile .time {
        max-width: 100%;
        min-width: 0;
    }

    .home-page .items_txt.is-compact-mobile h4 {
        margin-bottom: 5px;
    }

    .home-page .items_txt.is-compact-mobile .author {
        margin: 0 0 1px;
        flex: 0 0 auto;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .home-page .items_txt.is-compact-mobile .author a {
        white-space: nowrap;
    }

    .home-page .items_txt.is-compact-mobile .intro {
        margin-top: 0;
        flex: 1 1 auto;
        overflow: hidden;
    }

    .home-page .items_txt.is-compact-mobile .intro a {
        line-height: 1.35;
        -webkit-line-clamp: 2;
    }

    .home-page .items_txt.is-compact-mobile .time {
        margin-top: auto;
        flex: 0 0 auto;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .home-page .channelTable .updateTable table {
        min-width: 0;
        table-layout: fixed;
    }

    .home-page .channelTable .updateTable th.author,
    .home-page .channelTable .updateTable td.author,
    .home-page .channelTable .updateTable th.time,
    .home-page .channelTable .updateTable td.time {
        display: none;
    }

    .home-page .channelTable .updateTable .style {
        width: 72px;
    }

    .home-page .channelTable .updateTable .name {
        width: 34%;
    }

    .home-page .channelTable .updateTable .name a,
    .home-page .channelTable .updateTable .chapter a {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .home-page .channelPic .leftBox,
    .home-page .channelTable .leftBox {
        min-height: 160px;
    }

    .home-page #hotRecBooks,
    .home-page #classicBooks,
    .home-page #newRankBooks2 {
        min-height: 120px;
    }

    .home-page .hot_recommend.is-loading,
    .home-page .hot_notice.is-loading,
    .home-page #hotRecBooks.is-loading,
    .home-page #classicBooks.is-loading,
    .home-page #newRankBooks2.is-loading {
        min-height: 96px;
    }

    .main.box_center {
        overflow: visible;
    }

    .nav_sub {
        margin-bottom: 10px;
        line-height: 1.8;
        word-break: break-all;
    }

    .wrap_left,
    .wrap_right {
        width: 100%;
        float: none;
    }

    .wrap_right {
        margin-top: 12px;
    }

    .wrap_bg {
        border-radius: 4px;
        padding: 0;
    }

    .wrap_inner {
        border-radius: 4px;
        padding: 12px;
    }

    .pad20,
    .pad20_nobt {
        padding: 12px;
    }

    .bookCover {
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-start;
        gap: 10px;
        justify-content: space-between;
    }

    .bookCover .book_cover {
        float: none;
        width: 96px;
        flex: 0 0 96px;
        margin: 0;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .18);
    }

    .book_info,
    .book_info1 {
        width: 100%;
        float: none;
        text-align: left;
        padding: 0;
    }

    .book_info {
        flex: 1;
        min-width: 0;
    }

    .book_info .tit {
        display: block;
    }

    .book_info h1 {
        display: block;
        font-size: 22px;
        line-height: 1.25;
        margin-bottom: 2px;
    }

    .book_info .author {
        margin-left: 0;
        margin-top: 2px;
        display: inline-block;
        line-height: 1.3;
    }

    .book_info .list {
        padding: 6px 0 8px;
    }

    .book_info .list li {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 8px;
        row-gap: 2px;
        line-height: 22px;
        font-size: 13px;
    }

    .book_info .list li .item {
        width: auto;
        margin-bottom: 0;
    }

    .book_info .intro_txt {
        height: auto;
        min-height: 0;
        max-height: none;
        margin-bottom: 8px;
        padding-bottom: 22px;
        line-height: 1.56;
        font-size: 13px;
    }

    .book_info .intro_txt p {
        margin: 0;
    }

    .btns .btn_red,
    .btns .btn_ora,
    .btns .btn_addsj {
        margin: 0 6px 6px 0;
        padding: 9px 14px;
        font-size: 14px;
    }

    .channelBookInfo .book_info .btns {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        gap: 8px;
    }

    .channelBookInfo .book_info .btns > a,
    .channelBookInfo .book_info .btns > span {
        flex: 1 1 0;
        min-width: 0;
        margin: 0;
    }

    .channelBookInfo .book_info .btns > a,
    .channelBookInfo .book_info .btns > span > a {
        display: block;
        width: 100%;
        margin: 0;
        padding: 9px 0;
        box-sizing: border-box;
        text-align: center;
    }

    .book_info1 .tit {
        padding: 6px 0 10px;
    }

    .book_info1 h1 {
        font-size: 22px;
        line-height: 1.3;
    }

    .book_info1 .list li span {
        margin: 0 10px 6px 0;
    }

    .dirWrap {
        padding-bottom: 14px;
    }

    .dirWrap h3 {
        height: 36px;
        line-height: 36px;
    }

    .dirList {
        padding-bottom: 10px;
    }

    .dirList li {
        float: none;
        width: auto;
        padding: 0 0 0 4px;
        height: 38px;
        line-height: 38px;
    }

    .bookChapter .list li {
        line-height: 26px;
    }

    .bookChapter .list li .font16,
    .bookChapter .list li .black9 {
        float: none;
        display: block;
        line-height: 1.8;
    }

    .bookChapter .list .zj_yl {
        line-height: 1.55;
        font-size: 13px;
    }

    .reply_bar .tit {
        line-height: 1.8;
        margin-bottom: 8px;
    }

    .reply_bar .tit .fl,
    .reply_bar .tit .fr {
        float: none;
        display: block;
    }

    .comment_list ul {
        width: auto;
    }

    .comment_list .user_heads {
        margin-right: 10px;
    }

    .comment_list .user_head {
        width: 40px;
        height: 40px;
    }

    .comment_list .li_3,
    .comment_list .li_4 {
        margin-left: 0;
    }

    .page_bar {
        margin: 0;
        padding: 10px 0;
    }

    .page_bar .previous a,
    .page_bar .next a {
        margin: 0 4px;
    }

    .channelBookContent .bookComment .no_comment {
        padding: 22px 10px 28px;
        font-size: 13px;
    }

    .channelBookContent .bookComment .no_comment img {
        width: 56px;
        opacity: 0.75;
    }

    .channelBookContent .bookComment .reply_bar {
        margin-top: 4px;
    }

    .channelBookContent .bookComment .replay_text {
        height: 90px;
    }

    .channelBookContent .wrap_right .tj_bar .book_intro {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        padding: 8px 0;
    }

    .channelBookContent .wrap_right .tj_bar .cover {
        float: none;
        margin-right: 0;
        flex: 0 0 54px;
    }

    .channelBookContent .wrap_right .tj_bar .cover img {
        width: 54px;
        height: 68px;
    }

    .channelBookContent .wrap_right .tj_bar .dec {
        float: none;
        width: auto;
        flex: 1;
        min-width: 0;
    }

    .channelBookContent .wrap_right .tj_bar .book_intro .book_name {
        display: block;
        line-height: 1.4;
        margin-bottom: 4px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .channelBookContent .wrap_right .tj_bar .book_intro .txt {
        margin-top: 0;
        height: auto;
        max-height: 2.8em;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .channelBookContent .wrap_right .author_info {
        padding: 10px;
    }

    .channelBookContent .wrap_right .author_info .author_head {
        display: flex;
        align-items: center;
        text-align: left;
        gap: 10px;
    }

    .channelBookContent .wrap_right .author_info .author_head .head {
        flex: 0 0 48px;
    }

    .channelBookContent .wrap_right .author_info .author_head .head img {
        width: 48px;
        height: 48px;
        margin: 0;
    }

    .channelBookContent .wrap_right .author_info .author_head .msg {
        margin-top: 0;
        min-width: 0;
    }

    .channelBookContent .wrap_right .author_info .author_head .msg h4 {
        line-height: 1.45;
        font-size: 15px;
    }

    .channelBookContent .wrap_right .author_info .icon_qyzz {
        padding: 3px 6px;
        font-size: 12px;
    }

    .channelBookContent .wrap_right .author_info .author_intro {
        margin-top: 8px;
    }

    .channelBookContent .wrap_right .author_info .author_intro h4 {
        padding: 6px 0 4px;
    }

    .channelBookContent .wrap_right .author_info .author_intro .intro_txt {
        line-height: 1.6;
        padding-bottom: 6px;
    }

    .classTable,
    .rankTable,
    .updateTable {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .rankTable table,
    .updateTable table,
    .channelClassContent .updateTable table,
    .channelRankingContent .updateTable table {
        min-width: 0;
        width: 100%;
        table-layout: fixed;
    }

    .channelClassContent .updateTable th.rank,
    .channelClassContent .updateTable td.rank,
    .channelClassContent .updateTable th.style,
    .channelClassContent .updateTable td.style,
    .channelClassContent .updateTable th.word,
    .channelClassContent .updateTable td.word {
        display: none;
    }

    .channelRankingContent .updateTable th.style,
    .channelRankingContent .updateTable td.style,
    .channelRankingContent .updateTable th.chapter,
    .channelRankingContent .updateTable td.chapter {
        display: none;
    }

    .channelClassContent .updateTable th,
    .channelClassContent .updateTable td,
    .channelRankingContent .updateTable th,
    .channelRankingContent .updateTable td {
        font-size: 12px;
        padding-left: 0;
    }

    .channelClassContent .updateTable .name {
        width: 40%;
        padding-right: 6px;
    }

    .channelRankingContent .updateTable .name {
        width: auto;
        padding-right: 6px;
    }

    .channelClassContent .updateTable .rank {
        width: 32px;
        padding-right: 4px;
        text-align: center;
    }

    .channelRankingContent .updateTable .rank {
        width: 36px;
        padding-right: 6px;
        text-align: center;
    }

    .channelClassContent .updateTable .chapter {
        width: 36%;
        padding-right: 6px;
    }

    .channelClassContent .updateTable .chapter a {
        float: none;
    }

    .channelClassContent .updateTable .author {
        width: 24%;
    }

    .channelRankingContent .updateTable .author {
        width: 64px;
    }

    .channelRankingContent .updateTable .word {
        width: 62px;
        padding-right: 6px;
        text-align: right;
    }

    .channelClassContent .updateTable .name a,
    .channelClassContent .updateTable .chapter a,
    .channelClassContent .updateTable .author a,
    .channelRankingContent .updateTable .name a,
    .channelRankingContent .updateTable .author a {
        display: block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-break: keep-all;
    }

    .channelClassContent .pageBox {
        padding: 10px 0 4px;
        white-space: normal;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 6px;
    }

    .channelClassContent .pageBox a,
    .channelClassContent .pageBox span {
        margin: 0 2px;
        padding: 5px 7px;
        min-width: 28px;
        font-size: 12px;
        box-sizing: border-box;
    }

    .channelClassContent .pageBox .mini-laypage-ellipsis {
        min-width: 12px;
        padding: 5px 2px;
        margin: 0;
    }

    .so_tag li {
        padding: 4px 0 10px;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: 10px;
        scrollbar-width: none;
    }

    .so_tag li::-webkit-scrollbar {
        display: none;
    }

    .so_tag li .tit {
        display: inline-flex;
        flex: 0 0 auto;
        padding: 0;
        margin-right: 0;
        color: #777;
        font-size: 14px;
        line-height: 1.8;
        white-space: nowrap;
        vertical-align: middle;
    }

    .so_tag li a {
        display: inline-flex;
        flex: 0 0 auto;
        margin: 0;
        padding: 0;
        line-height: 1.8;
        white-space: nowrap;
        vertical-align: middle;
    }

    .so_tag li .so_boy,
    .so_tag li .so_girl {
        display: inline-flex;
        flex: 0 0 auto;
        flex-wrap: nowrap;
        gap: 10px;
        white-space: nowrap;
        line-height: 1.8;
        vertical-align: middle;
    }

    .classTable .so_tag ul {
        margin: 0;
    }

    .classTable .so_tag li {
        border-bottom: 1px dashed #f0f0f0;
    }

    .classTable .so_tag li:last-child {
        border-bottom: none;
    }

    .book-ranking-page .channelRankingContent {
        display: block;
    }

    .book-ranking-page .channelRankingContent .wrap_left {
        width: 100%;
        float: none;
    }

    .book-ranking-page .channelRankingContent .wrap_bg .pad20 {
        padding: 12px;
    }

    .payHead {
        margin: 0 0 14px;
        padding: 0 0 12px;
        line-height: 1.8;
    }

    .payCon,
    .payFoot {
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .payCon h5 {
        padding: 16px 0 2px;
    }

    .pay_way li {
        width: calc(50% - 8px);
        margin: 10px 8px 0 0;
        box-sizing: border-box;
    }

    .pay_way li:nth-child(2n) {
        margin-right: 0;
    }

    .pay_way li .pay_pic {
        width: 100%;
        max-width: 150px;
    }

    .pay_way li .pay_mn {
        width: 100%;
        height: auto;
        padding: 0 4px 12px;
        box-sizing: border-box;
    }
}

@media (max-width: 420px) {
    .bookCover .book_cover {
        width: 90px;
        flex: 0 0 90px;
    }

    .book_info h1 {
        font-size: 20px;
    }

    .book_info .list li {
        grid-template-columns: 1fr;
        line-height: 20px;
        row-gap: 1px;
    }

    .book_info .intro_txt {
        line-height: 1.5;
    }
}
