body, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, iframe, input, ol, p, pre, select, table, td, textarea, th, ul {margin: 0;padding: 0;font-weight: 400;font-style: normal;font-family: Microsoft Yahei,Arial,Tahoma,Verdana,sans-serif;}
body{font-size: 1.4rem;background-color: #fff;display: flex;flex-direction: column;min-height: 100vh;}
.translucent-overlay {display: flex;flex-direction: column;flex: 1;}
html{font-size: 62.5%;}
*{box-sizing: border-box;}
.container{width:1200px;margin: auto;}
.select-color{color:#ff6060}
a, a:hover {text-decoration: none;}
a:hover{color:#ff6060 !important;}
a{cursor: pointer;color:#333;}
.content-margin{margin-top: 80px;}
ul, li {list-style: none;margin: 0;padding: 0;}
.cover-box{width:100%;height:0;padding-bottom: 133.33%;position: relative;display: block;}
.cover-box img{width:100%;height:100%;position: absolute;top: 0;left: 0;}
/* 重置全局h2和h3标签样式，避免浏览器默认样式影响 */
h2, h3 {
    margin: 0 !important;
    padding: 0 !important;
    font-weight: normal !important;
    display: inline !important;
    vertical-align: baseline !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    text-decoration: none !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

/* 区块标题h2样式 */
.class-head h2, .column-head h2 {
    font-size: inherit !important;
    line-height: inherit !important;
}

/* 分类链接h3样式 */
.class-head h3 {
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-right: 10px !important;
}

.index-categray-box h3 {
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
    margin: inherit !important;
    padding: inherit !important;
}
/* 顶部样式 */
.page-header{position: fixed;top: 0;left: 0;z-index: 999;width: 100%;background: #fff;box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);transition: box-shadow 0.3s ease;}
.header-box{height:60px;display: flex;align-items: center;justify-content: space-between;}
.page-header_logo img{height:40px;}
.page-header_nav{float: left;height: 30px;line-height: 30px;font-size: 16px;margin-left: 30px;}
.page-header_nav li{position: relative;float: left;text-align: center;margin-right: 25px;}
.page-header_nav li a{color: #333;transition: color 0.3s ease;}
.page-header_nav li a:hover{color: #ff6060;}
.page-header_nav li .active{color:#ff6060}
/* 搜索框样式优化 */
.page-header_search{width: 400px;height: 36px;background-color: #f8f8f8;border: 1px solid #e0e0e0;border-radius: 18px;overflow: hidden;transition: all 0.3s ease;margin-left: 120px;display: flex;align-items: center;}
.page-header_search:hover{border-color: #ff6060;background-color: #fff;box-shadow: 0 2px 8px rgba(255, 96, 96, 0.15);}
.page-header_search:focus-within{border-color: #ff6060;background-color: #fff;box-shadow: 0 2px 8px rgba(255, 96, 96, 0.15);}
.page-header_search .flex-ac{width: 100%;height: 100%;display: flex;}
.page-header_search .search-input{flex: 1;height: 100%;display: flex;align-items: center;padding-left: 16px;}
.page-header_search .search-input .icon-search{color: #666;font-size: 14px;margin-right: 6px;transition: all 0.3s ease;vertical-align: middle;opacity: 0.8;}
.page-header_search:focus-within .search-input .icon-search,
.page-header_search:hover .search-input .icon-search{color: #666;opacity: 1;}
.page-header_search .search-input input{border:0px;height:34px;outline: none;padding:0 16px 0 0;font-size: 13px;width: 100%;background: transparent;color: #333;}
.page-header_search .search-input input::placeholder{color: #999;transition: color 0.3s ease;}
.page-header_search .search-input input:focus::placeholder{color: #ccc;}
.page-header_search .search-button{width:70px;background-color:#ff6060;border:0px;height:34px;color:#fff;font-size: 13px;cursor: pointer;font-weight: 500;transition: background-color 0.3s ease;border-radius: 0 17px 17px 0;}
.page-header_search .search-button:hover{background-color: #ff4545;}
/* 搜索框内部布局优化 */
.page-header_search .hi{height: 100% !important;}
.page-header_search .wi{width: 100% !important;}
.page-header_search .flex-1{flex: 1;}
.page-header_fast .fast-item{position: relative;float: left;text-align: center;margin-right: 20px;}
.page-header_fast .fast-item a {color: #999;font-size: 12px;}
.page-header_fast .fast-item a .iconfont{font-size: 22px;}
.page-header_user{width:40px;height:40px;margin-left: 30px;position: relative;}
.page-header_user a>img{width:40px;height:40px;border-radius: 20px;}
.page-header_fast .fast-item:hover .history-box{display: block;}
.history-box{width:280px;position: absolute;top:48px;left:-128px;display: none;}
.history-box>.arrow, .history-box>.arrow:after,.header-user-box>.arrow, .header-user-box>.arrow:after {position: absolute;display: block;width: 0;height: 0;border-color: transparent;border-style: solid;}
.history-box>.arrow ,.header-user-box>.arrow {top: -16px;left: 50%;margin-left: -8px;border-top-width: 0;border-bottom-color: #ff6060;}
.history-box>.arrow ,.header-user-box>.arrow {border-width: 8px;}
.history-box .history-content,.header-user-box .header-user-content{max-height: 400px; border-top: 2px solid #ff6060;background-color: #fff;padding:10px;box-shadow: 0 0 5px #9f9f9f;overflow-y: scroll;}
.history-box .history-content .empty{color: #333;}
.history-box .history-content::-webkit-scrollbar {display: none;/*隐藏滚动条*/}
.history-box .history-content .history-item{margin-top: 10px;}
.history-box .history-content .history-item:first-child{margin-top: 0;}
.history-box .history-content .history-item .history-img{width:75px;float: left;border-radius: 4px;}
.history-box .history-content .history-item .history-info{overflow: hidden;padding-left: 10px;}
.history-box .history-content .history-item .history-info h1{font-size: 16px;font-weight: bold;padding-bottom: 5px;line-height: 1.4;color: #333;}
.history-box .history-content .history-item .history-info p{margin-top: 2px;font-size: 13px;line-height: 1.5;}
.history-box .history-content .history-item .history-info .tag{color: #666;margin-right: 5px;}
.history-box .history-content .history-item .history-info .delete:hover{color: #ff6060;cursor: pointer;}
.history-box .history-content .history-item .history-info a{color: #333;font-size: 13px;}
.history-box .history-content .history-item .history-info a:hover{color: #ff6060;text-decoration: underline;}
.history-box .history-content .history-item .history-info .select-color{color: #ff6060;font-weight: 500;font-size: 13px;}
.history-box .history-content .history-item .cover-box{width: 75px;height: 105px;overflow: hidden;border-radius: 4px;}
.history-box .history-content .history-item .cover-box img{width: 100%;height: 100%;object-fit: cover;}
.page-header_user:hover .header-user-box{display: block;}
.header-user-box{width:90px;position: absolute;top:48px;left: initial;right:0;display: none;}
.header-user-box .header-user-content{border-top: 0;border:1px solid #eaeaea;box-shadow: 0 0 3px #e4e4e4;border-radius: 4px;padding:5px 10px;}
.header-user-box>.arrow{border-bottom-color: #ccc;right: 12px;left:initial;margin-left: initial;}
.header-user-box>.arrow2{border-bottom-color: #fff;top: -15px;}
.header-user-box .header-user-content .nav-item{display: block;font-size: 14px;color:#333;line-height: 26px; text-align: center;}
.header-user-box .header-user-content .nav-item.heng::after{content: '';width: 90%;height: 1px;display: block;background-color: #e0e0e0;margin: 5px 5%;}
/* 首页内容区域样式 */
.index-content{
    flex: 1;
}
.index-categray-box{height: 42px;line-height: 42px;overflow: hidden;margin-top: -10px;}
.index-categray-box li {float: left;margin-right: 18px;}
.index-categray-box li a {
    position: relative;
    padding-bottom: 5px;
}
.index-categray-box li a:hover::after {
    content: '';
    position: absolute;
    left: 20%;
    bottom: 0;
    width: 60%;
    height: 2px;
    background-color: #FF6060;
}

/* 最新更新页样式 */
.update-page{padding-top: 10px;}
.update-date-nav {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    background-color: #fafafa;
    border-radius: 8px;
}
.date-tabs {
    list-style: none;
    padding: 0 20px;
    margin: 0;
    display: flex;
    gap: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.date-tabs li {
    cursor: pointer;
    flex: 1;
    min-width: 80px;
    text-align: center;
}
.date-tabs li a {
    display: block;
    padding: 5px 10px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.date-tabs li.active a {
    color: #fff;
    font-weight: bold;
    background-color: #ff6060;
    border-radius: 20px;
}

.date-tabs li a:hover {
    color: #fff;
    background-color: #ff6060;
    box-shadow: 0 2px 5px rgba(255, 96, 96, 0.3);
}
    box-shadow: 0 2px 6px rgba(255, 98, 14, 0.3);
}
.date-tabs a {
    text-decoration: none;
    color: #666;
    padding: 10px 15px;
    display: block;
    border-radius: 20px;
    transition: all 0.3s ease;
    font-size: 15px;
    font-weight: 500;
}
.date-tabs a:hover {
    color: #ff6060;
    background-color: rgba(255, 98, 14, 0.1);
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.update-title {
    font-size: 30px;
    height:42px;
    line-height: 42px;
    margin-bottom: 15px;
}
.update-title h2 {
    font-size: inherit !important;
    line-height: inherit !important;
}
.update-title span {
    font-size:14px;
    color:#999;
    font-weight:normal;
}

/* 更新页面内容样式 */
.update-content .cart-info > a, .class-content .cart-info > a {white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block;}
.update-content .cart-info .last-chapter, .class-content .cart-info .last-chapter {white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%; margin: 0; padding: 0;}
.update-content .cart-info .last-chapter a, .class-content .cart-info .last-chapter a {color: #666; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%; display: flex; align-items: center;}
.update-content .cart-info .last-chapter a:hover {
    color: #ff6060 !important;
}
.update-content .cart-info .last-chapter .latest-text {
    color: #666 !important;
    pointer-events: none; /* 防止鼠标悬停事件和点击 */
    cursor: default;
    font-size: 12px !important;
    margin-right: 2px;
    white-space: nowrap; /* 确保最新两个字不换行 */
    flex-shrink: 0; /* 固定宽度，不被压缩 */
}
.update-content .cart-info .last-chapter a:hover .latest-text {
    color: #666 !important; /* 保持"最新"文字颜色不变 */
}

/* 暂无更新提示样式 */
.no-update-message {
    width: 100% !important;
    text-align: center !important;
    padding: 50px 0 !important;
    font-size: 16px;
    color: #999;
}

/* 加载更多和没有更多数据提示 */
.loading-more, .no-more {
    display: none;
    text-align: center;
    padding: 30px 0;
    font-size: 18px;
    font-weight: 500;
    color: #666;
}
.index-categray-box li a{font-family: 微软雅黑;font-size: 12px;color: rgb(102, 102, 102);}
.index-categray-box li a:hover{color:#ff6060}
.index-recommend-box{height:310px;width:100%;}
.index-recommend-box .recommend-item{overflow: hidden;height:100%;}
.index-recommend-box .recommend-item a{display: block;width: 100%;height: 100%;background-size: cover;background-position: center;position: relative;}
.index-recommend-box .recommend-item .article-name{position: absolute;left: 0;bottom: 0;width: 100%;font-size: 15px;line-height: 46px;text-indent: 12px;text-align: left;color: #fff;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;z-index: 666;background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(13%, rgba(0, 0, 0, 0.05)), color-stop(80%, rgba(0, 0, 0, 0.66)), to(rgba(0, 0, 0, 0.75)));background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 13%, rgba(0, 0, 0, 0.66) 80%, rgba(0, 0, 0, 0.75) 100%);background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 13%, rgba(0, 0, 0, 0.66) 80%, rgba(0, 0, 0, 0.75) 100%);opacity: 0.83;z-index: 666;}
/* 首页分类模块 */
.class-block-box{margin-top: 30px;}
.class-block-box .class-head{font-size: 30px;height:42px;line-height: 42px;margin-bottom: 15px;}
.class-block-box .class-head .more{font-size: 14px;color:#252525;}
.class-block-box .class-head .select-color{font-size: 24px;}
.class-block-box .class-head .sort-name{font-size: 18px;font-weight: 400;margin-right: 10px;cursor: pointer;}
/* 动画卡片列表 */
.cartoon-block-box{}
.cartoon-block-box li{width:187.5px;float: left;margin-right: 15px;margin-bottom: 20px;}
.cartoon-block-box li:nth-of-type(6n){margin-right: 0;}

/* 强制最新章节信息在同一行显示 */
.update-content .cart-info .last-chapter {max-width: 100% !important; display: flex !important; align-items: center !important; white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important;}
.update-content .cart-info .last-chapter a {max-width: 100% !important; white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important; display: inline-block !important; font-size: 12px !important;}

/* 最新更新日期按钮样式 - 与分类链接样式统一 */
.update-time-tabs {
    display: inline-block;
    margin-left: 20px;
}

.update-time-tabs a {
    display: inline-block;
    padding: 0 5px;
    margin-right: 10px;
    color: #333;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
}

.update-time-tabs a:hover {
    color: #ff6060;
}

.update-time-tabs a.active {
    color: #ff6060;
}

/* 首页最新更新区块样式 - 与更新页面保持一致 */
.class-block-box.mt20 .cartoon-block-box .cart-info > a {white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block;}
.class-block-box.mt20 .cartoon-block-box .cart-info .last-chapter {white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%;}
.class-block-box.mt20 .cartoon-block-box .cart-info .last-chapter a {color: #666; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%; display: flex; align-items: center;}
.class-block-box.mt20 .cartoon-block-box .cart-info .last-chapter a:hover {
    color: #ff6060 !important;
}
.class-block-box.mt20 .cartoon-block-box .cart-info .last-chapter .latest-text {
    color: #666 !important;
    pointer-events: none; /* 防止鼠标悬停事件和点击 */
    cursor: default;
    font-size: 12px !important;
    margin-right: 2px;
    white-space: nowrap; /* 确保最新两个字不换行 */
    flex-shrink: 0; /* 固定宽度，不被压缩 */
}
.class-block-box.mt20 .cartoon-block-box .cart-info .last-chapter a:hover .latest-text {
    color: #666 !important; /* 保持"最新"文字颜色不变 */
}

/* 强制最新章节信息在同一行显示 */
.class-block-box.mt20 .cartoon-block-box .cart-info .last-chapter {max-width: 100% !important; display: flex !important; align-items: center !important; white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important;}
.class-block-box.mt20 .cartoon-block-box .cart-info .last-chapter a {max-width: 100% !important; white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important; display: flex !important; align-items: center !important; font-size: 12px !important;}
.cartoon-block-box li .cart-item{width:100%;}
.cartoon-block-box li .cart-item .cart-info{width:100%; overflow: hidden;}
.cartoon-block-box li .cart-item .cart-cover{width:100%;height:0;padding-bottom: 140%;position: relative;display: block;margin-bottom: 7px;border-radius: 4px;overflow: hidden;}
.cartoon-block-box li .cart-item .cart-cover:hover{box-shadow: 0 6px 6px rgba(0, 3, 4, 0.25);}
.cartoon-block-box li .cart-item .cart-cover img{width:100%;height:100%;position: absolute;top: 0;left: 0;border-radius: 4px;}
.cartoon-block-box li .cart-item .cart-cover .new-chapter{position: absolute;bottom:5px;right:5px;max-width: 80%;line-height: 20px;text-align: right;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;background-color: rgba(0,0,0,.5);overflow: hidden;font-size: 12px;color: #fff;padding:0 4px;}
.cartoon-block-box li .cart-item .cart-info a{color:#333;font-size: 15px;line-height: 26px;font-weight: 600;}

.cartoon-block-box li .cart-item .cart-info span{display:block; margin: 2px 0;font-size: 13px;height: 20px;line-height: 20px;color: #999;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

.cartoon-block-box li .cart-item .cart-info .update-time {
    color: #ff6b6b;
    margin-bottom: 2px;
}

.cartoon-block-box li .cart-item .cart-info .last-chapter {
     font-size: 12px;
     color: #666;
     margin-bottom: 2px;
     display: flex !important;
     align-items: center !important;
     white-space: nowrap !important;
     overflow: hidden !important;
     text-overflow: ellipsis !important;
 }

/* 竖版本样式 */
.class-block-box .column-head{font-size: 20px;color: #252525;font-weight: 700;line-height: 28px;}
.class-block-box .column-head .more{font-size: 14px;color:#252525;line-height: 28px;}
.column-block-box li{margin-top: 12px;color: #999;}
.column-block-box .normal.normal-num{width: 20px;height: 20px;border-radius: 10px;color: #999;text-align: center;line-height: 20px;font-size: 13px;background: #efefef;}
.column-block-box li:nth-of-type(1) .normal-num{background: #FF6154 !important;color: #fff !important;}
.column-block-box li:nth-of-type(2) .normal-num{background: #FF9654 !important;color: #fff !important;}
.column-block-box li:nth-of-type(3) .normal-num{background: #FFBD54 !important;color: #fff !important;}
.column-block-box .normal.cartoon-name a{font-size: 15px;line-height: 22px;color:#28292d}
.column-block-box .hover-cart .cartoon-name a{font-size: 15px;line-height: 26px;font-weight: 600;color: #28292d;}
.column-block-box .hover-cart{width: 75px;display: none;}
.column-block-box .hover-cart .line-clamp-3{line-height: 1.8rem;}
.column-block-box li.active .normal{display: none;}
.column-block-box li.active .hover-cart{display: block;}

/* 友情链接 */
.my-links{background-color: #f4f4f4;padding: 25px 0 10px;}
.my-links h1{font-size: 30px;height: 42px;line-height: 42px;margin-bottom: 5px;}
.my-links ul li{float: left;margin-bottom: 10px;margin-right: 20px;}
.my-links ul li a{color:#666666;}
/* 底部样式 */
.page-footer { background-color: #404040; text-align: center; color: #e0e0e0; padding: 30px; }
.page-footer p { line-height: 30px; }
.page-footer p a { color: #e0e0e0; }
/* 最新更新页样式 */
.update-page{padding-top: 10px;}
.update-date-nav {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    background-color: #fafafa;
    border-radius: 8px;
}
.date-tabs {
    list-style: none;
    padding: 0 20px;
    margin: 0;
    display: flex;
    gap: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.date-tabs li {
    cursor: pointer;
    flex: 1;
    min-width: 80px;
    text-align: center;
}
.date-tabs li.active a {
    color: #fff;
    font-weight: bold;
    background-color: #ff6060;
    border-radius: 20px;
    box-shadow: 0 2px 6px rgba(255, 98, 14, 0.3);
}
.date-tabs a {
    text-decoration: none;
    color: #666;
    padding: 10px 15px;
    display: block;
    border-radius: 20px;
    transition: all 0.3s ease;
    font-size: 15px;
    font-weight: 500;
}
.date-tabs a:hover {
    color: #ff6060;
    background-color: rgba(255, 98, 14, 0.1);
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.update-title {
    font-size: 30px; 
    height:42px; 
    line-height: 42px; 
    margin-bottom: 15px;
}
.update-title h2 {
    font-size: inherit !important;
    line-height: inherit !important;
}
.update-title span {
    font-size:14px; 
    color:#999; 
    font-weight:normal;
}

/* 返回顶部的样式 */
.toolbar{position:fixed;bottom:222px;left: 60%;margin-left:490px;width:60px;}
.toolbar a:hover{color:#fbfbfb}
.toolbar .tbox{display:block;width:60px;height:60px;background: #ff6060;color: #fbfbfb;text-align:center;cursor:pointer;transition:background 1s ease;}
.toolbar .tbox i{line-height:40px}
.toolbar .tbox:hover{background: #ff6060;}
.toolbar .tbox .text{display:block;margin-top:-5px;height:18px;line-height:18px}
.toolbar .hidde{display:none}
.toolbar .sve{background:#52a0e8;cursor:pointer}
.toolbar .shr,.toolbar .sve{position:relative}
.toolbar .shr .sharemore{position:absolute;top:0;left:0;z-index:5;float:none;display:block;margin:0;padding:0;width:60px;height:60px;background:0 0}
.toolbar .gobacktop{display:none;margin-bottom:-60px;background: #ff6060;text-align:center;cursor:pointer;}
@media screen and (max-width:1120px){.toolbar{display:none}}
/* 内容分类页面-条件搜索 */
.library-page{padding-top: 0;}
/* 顶部分类筛选区 */
.library-top-filters { padding:20px 0;background-color: #fff;border: 1px solid #dadada;border-top: 2px solid #FF6060;box-shadow: 0 1px 6px 0 rgb(0 0 0 / 10%);margin-bottom: 20px; }

.filter-section { margin-bottom: 15px; padding: 0 20px; }
.filter-title { font-size: 16px; font-weight: bold; color: #333; margin-bottom: 8px; margin-right: 15px !important; display: inline-block; width: 70px !important; vertical-align: top; }
.filter-content { display: inline-block; vertical-align: top; }
.selected-category { display: inline-block; background-color: #FF6060; color: #fff; padding: 3px 8px; border-radius: 4px; font-size: 14px; }
.filter-options { display: inline-block; vertical-align: top; max-width: calc(100% - 70px); }
.filter-options li { float: left; margin-right: 8px; margin-bottom: 5px; }
.filter-options li a { padding: 3px 8px; display: block; font-size: 13px; color: #666; border-radius: 18px; transition: all 0.3s ease; }
.filter-options li.active { background-color: #FF6060; border-radius: 18px; }
.filter-options li.active a { color: #fff; padding: 3px 10px; }
.filter-options li.active a:hover { color: #fff !important; font-weight: bold; }
.filter-options li a:hover { color: #FF6060; }

/* 旧左侧分类样式（已废弃，保留兼容性） */
.library-class-box{display: none;}

.library-class-box .cart-tag{padding-left: 12px;margin-left: -10px;margin-bottom: 20px;font: normal 24px/26px "微软雅黑";border-left: 5px solid #ff9a6a;}
.library-class-box .class-block{border-bottom: 1px dashed #ccc;padding-bottom: 10px;margin-bottom: 20px;}
.library-class-box .class-block.last-item{border-bottom: 0;margin-bottom: 0;}
.library-class-box .class-block h3{margin-bottom: 10px;color: #333;font-size: 18px;}
.library-class-box .class-block h3 span{font-size: 20px;margin-right: 5px;}
.library-class-box .class-block-item li{float: left;margin-right: 5px;padding:0 5px;margin-bottom: 5px;font-size: 14px;line-height: 20px;}
.library-class-box .class-block-item li.active{background-color:#ff7e39;}
.library-class-box .class-block-item li.active a{color:#fff;}
.library-class-box .class-block-item li.active a:hover{color:#fff !important;font-weight: bold;}
/* 排行榜样式 */
.rank-class-box { width: 120px; display: block; background-color: #fff; border: 1px solid #f0f0f0; border-radius: 10px; padding: 0; float: left; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); position: sticky; top: 80px; z-index: 100; }
.rank-class-box .cart-tag { margin-top: 0; padding-top: 15px; padding-bottom: 15px; text-align: center; padding-left: 0; margin-left: 0; font-size: 18px; font-weight: bold; color: #333; background-color: #fff; border-radius: 10px 10px 0 0; width: 120px; display: block; margin: 0 auto; }
.rank-class-box .rank-block { border-bottom: 1px solid #f0f0f0; padding: 12px 10px; transition: all 0.3s ease; text-align: center; font-size: 15px; position: relative; overflow: hidden; }
.rank-class-box .rank-block:hover { background-color: #fff5f5; border-left: 3px solid #FF6060; border-radius: 0 8px 8px 0; transform: translateX(2px); }
.rank-class-box .rank-block:last-child { border-bottom: 0; }
.rank-class-box .rank-block a { color: #666; font-weight: 500; display: block; position: relative; z-index: 1; }
.rank-class-box .rank-block .active { color: #FF6060; font-weight: bold; background-color: #fff3f3; border-left: 3px solid #FF6060; border-radius: 0 8px 8px 0; padding: 12px 7px; display: block; }
.rank-content-box { width: 1050px; float: right; margin-top: 0; }

/* 排行榜类型切换按钮样式 */
.rank-type-switch { margin-bottom: 20px; background-color: #fff; padding: 10px; border-radius: 10px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); text-align: right; }
.rank-type-switch a { display: inline-block; margin-left: 15px; padding: 8px 16px; color: #666; font-size: 15px; font-weight: 500; border-radius: 20px; transition: all 0.3s ease; }
.rank-type-switch a:hover { color: #FF6060; background-color: #fff3f3; }
.rank-type-switch a.active { color: #fff; background-color: #FF6060; box-shadow: 0 2px 5px rgba(255, 96, 96, 0.3); }
.rank-content-box .cartoon-block-box li { width: 200px; }
.rank-content-box .cartoon-block-box li:nth-of-type(1n) { margin-right: 10px; }
.rank-content-box .cartoon-block-box li:nth-of-type(5n) { margin-right: 0; }
/* 内容分类页面-结果展示 */
.library-content-box{width:100%;float: none;display: flex;flex-direction: column;align-items: center;}
.library-content-box .library-select{margin-bottom: 20px;width: 100%;text-align: right;}
.library-content-box .library-select a{padding-bottom:5px;margin-right:30px;font-size: 16px;padding:5px 0;}
.library-content-box .library-select a.active{color:#ff6060;border-bottom: 2px solid #ff6060;}
.library-content-box .library-select span{line-height: 26px;color:#666;float: right;}
.library-content-box .library-select span.select-color{color:#ff6060;float: none;}
.library-content-box .cartoon-block-box li{width:190px;margin-top:15px;}
.library-content-box .cartoon-block-box li:nth-of-type(1n){margin-right: 12px;}
.library-content-box .cartoon-block-box li:nth-of-type(6n){margin-right: 0;}

.library-page .cartoon-item .new-chapter{left:0;right:0;bottom:0;max-height:36px;background:#000;opacity:.7;}
.library-page .cartoon-block-box li .cart-item .cart-info{padding:0 5px;}

/* 排行榜切换按钮样式 */
.rank-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 10px 0;
}

.current-rank-type {
    display: flex;
    align-items: center;
}

.rank-icon {
    margin-right: 8px;
    color: #FF6060;
    font-size: 18px;
}

.rank-name {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.rank-name h1 {
    font-size: inherit;
    margin: 0;
    padding: 0;
    font-weight: inherit;
    display: inline;
}

.rank-type-switch {
    display: flex;
    align-items: center;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: none;
}

.rank-type-switch a {
    padding: 6px 18px;
    margin-right: 4px;
    background-color: #fff;
    color: #666;
    text-decoration: none;
    border-radius: 15px;
    transition: all 0.3s ease;
    font-weight: 500;
    border: 1px solid transparent;
    font-size: 14px;
}

.rank-type-switch a:hover {
    background-color: #f0f0f0;
    color: #333;
    border-color: #e0e0e0;
}

.rank-type-switch a.active {
    background-color: #FF6060;
    color: #fff;
    border-color: #FF6060;
    box-shadow: 0 2px 6px rgba(255,96,96,0.2);
}
/* 分页设置 */
#pages{clear:both;padding: 10px 0;text-align:center;border-top: 1px solid #edd6b3;}
#pages a,#pages a:hover,#pages a:visited,#pages strong{display:inline-block;margin:0 2px;width: 35px;height: 30px;border: 1px solid #ff6060;border-radius:3px;color: #ff6060;text-align:center;text-decoration:none;line-height: 30px;}
#pages a.curr,#pages a.curr:visited,#pages a:hover,#pages strong{background: #ff6060;color:#fbfbfb !important;}
#pages input{width:60px;height:25px;border:1px solid #ff6060;border-radius:3px;padding:0 5px;}
/* 作品详情页面 */
.article-info-box{position: relative;padding-top: 120px;}
.article-info-box .article-info_bg{position: absolute;top: 0;left: 0;width: 100%;height: 410px;background-size: 100%;-webkit-filter: blur(3px);}
.article-info-box .article-info_mask{position: absolute;top: 0;left: 0;width: 100%;height: 410px;background: rgba(95, 85, 80, 0.4);}
.article-info-content{background-color: #fff;position: relative;border-radius: 6px;}
.article-info-content .cover-show{background-color: #fff;padding: 7px;top:-30px;margin-bottom: -30px;width:320px;position: relative;display: inline-block;left: 50px;box-shadow: 0 0 5px #9d9c9c;border-radius: 6px;}
.article-info-content .cover-show .tag-serialize{position: absolute;top:0px;right:0px;width: 88px;height: 88px;background: url('/static/css/status.gif?qsv=192') no-repeat;}
.article-info-content .cover-show .tag-serialize.doing{background-position: 0 -88px;}
.article-info-content .cover-show .cover-box{border-radius: 5px;overflow: hidden;}
.article-info-content .article-info-item{height:398px;float: right;width:800px;padding-top: 30px;position: relative;}
.article-info-content .article-info-item .title{font-size: 30px;font-weight: 700;}
.article-info-content .article-info-item p {line-height: 22px;margin-bottom: 3px;font-size: 14px;color: #333;}
.article-info-content .article-info-item p .tag{color:#999}
.article-info-content .article-info-item .read-article,.article-info-content .article-info-item .collect-article{width: 112px;line-height: 45px; height: 45px;text-align: center;text-shadow: 0 0 0 #fff;margin-right: 10px;background: #f89157;box-shadow: 0 0 1px rgb(255 255 255 / 50%) inset;border: 1px solid #ec7d4d;color: #fff;display: block;font-size: 18px;border-radius: 3px;float: left;}
.article-info-content .article-info-item .collect-article{background-color: #fff;color:#f89157;}
.article-info-content .read-article:hover{color:#fff !important;background-color: #ff9a6a;color: #fff;border-color: #ff9a6a;}
.article-info-content .article-info-item .info-item-bottom{bottom:30px;position: absolute;left:0;padding-right: 50px;}
.article-info-content .article-score{position: absolute;top:40px;right:40px;width: 80px;height: 50px;line-height: 50px;border: 1px solid #e0e0e0;border-radius: 5px;font-size: 12px;color: #919191;text-align: center;}
.article-info-content .article-score span{font-size: 30px;}
.article-content-box{padding-bottom: 30px;}
.article-content-box .article-chapter-list{width:860px;float: left;}
.article-content-box .chapter-header .mark-tag{width:5px;background-color: #ff9a6a;height: 28px;margin-top: 3px;display: inline-block;border-radius: 2.5px;}
.article-content-box .chapter-header .cart-tag{padding-left: 12px;margin-right:30px;font-size: 24px;color:#28292d;display: inline-block;}
.article-content-box .chapter-header .cart-nav{margin-right: 20px;font-size: 16px;display: inline-block;font-size: 18px;cursor: pointer;}
.article-content-box .chapter-header .flex-1{display: inline-block;}
.article-content-box .chapter-header .header-sort{float: right;height:35px;line-height: 35px;cursor: pointer;}
.article-content-box .chapter-header .header-sort .iconfont{line-height: 35px;margin-left: 3px;font-size: 22px;}
.article-content-box .chapter-header .header-sort .icon-ascending,.chapter-header .header-sort .dao{display: none;}
.article-content-box .chapter-header .header-sort.active .icon-ascending,.chapter-header .header-sort.active .dao{display: inline-block;color: #ff6060;}
.article-content-box .chapter-header .header-sort.active .icon-descending,.chapter-header .header-sort.active .zheng{display:none}
.article-content-box .chapter-list{width:100%;}
.article-content-box .chapter-list li{height:42px;width:207px;position: relative;float: left;margin-bottom: 10px;margin-right: 10px;line-height: 42px;font-size: 14px;background: #ededed;border-radius: 2px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;word-break: normal;}
.article-content-box .chapter-list li:nth-of-type(4n){margin-right: 0;}
.article-content-box .chapter-list li a{padding: 0 15px;display: block;}
.article-content-box .chapter-header .cart-nav.active{color: #ff6060;border-bottom: 2px solid #ff6060;}
.article-content-box .article-relevant-more{width:320px;float: right;}
/* 章节查看页面的样式 */
.chapter-douse{background-color: #28292d !important;}
.chapter-douse .chapter-header{background-color: #242426 !important;border-bottom: 1px solid #242426 !important;}
.chapter-douse .chapter-header .header-center{color: #777}
.chapter-douse .chapter-header .header-center a,.chapter-douse .chapter-header .header-full a{color: #c5c5c5}
.chapter-douse .chapter-tool-box{border-color: #6d6d6d;background-color: #3d3d3c;}

.chapter-page{background-color: #f5f5f6;}
.chapter-page .arrow-ri,.chapter-page .arrow-ri-s {border-width: 11px;}
.chapter-page .arrow-ri, .chapter-page .arrow-ri:after,.chapter-page .arrow-ri-s, .chapter-page .arrow-ri-s:after {position: fixed;display: block;width: 0;height: 0;border-color: transparent;border-style: solid;}
.chapter-page .arrow-ri,.chapter-page .arrow-ri-s {bottom: 191px;right: 90px;margin-top: -11px;border-right-width: 0;border-left-color: rgba(0,0,0,.25);z-index: 9999;}
.chapter-page .arrow-ri-s {border-left-color: #fff;right: 91px;}
.chapter-douse.chapter-page .arrow-ri-s{border-left-color: #3c3c3c;}

.chapter-page .chapter-header{position: fixed;top:0;left:0;width:100%;min-width: 1000px;-webkit-transition: top 0.5s ease;-moz-transition: top 0.5s ease;transition: top 0.5s ease;height:50px;border-bottom: 1px solid #d6d6d6;background-color: #fdfdfd;font-size: 15px;line-height: 50px;color:#333333;}
.chapter-page .chapter-header .header-logo{height:40px;position: absolute;top:5px;left:20px;}
.chapter-page .chapter-header .header-logo a{display: block;}
.chapter-page .chapter-header .header-logo a img{height:40px;width:auto}
.chapter-page .chapter-header .header-full{position: absolute;top:0;left:150px; }
.chapter-page .chapter-header .header-center{height:50px;text-align: center;}
.chapter-tool-box{background-color: #fff;position: fixed;right:20px;bottom: 30px;padding:15px 10px;border: 1px solid #dad9d8;border-radius: 6px;}
.chapter-tool-box .tool-item{text-align: center;margin-bottom: 10px;cursor: pointer;display: block;}
.chapter-tool-box .tool-item:last-child{margin-bottom: 0;}
.chapter-tool-box .tool-item span{display: block;color:#999;}
.chapter-tool-box .tool-item span.iconfont{font-size: 30px;}
.chapter-tool-box .tool-item:hover span{color:#696969;}
.chapter-douse .chapter-tool-box .tool-item:hover span{color:#dfdfdf;}
.chapter-tool-box .tool-tag{height: 1px;border-bottom: 1px dashed #aaa;margin-bottom: 10px;}
.chapter-content{width:800px;margin: 60px auto 10px;}
.chapter-content .lazy-img{box-shadow: 0 6px 6px rgba(0, 3, 4, 0.25);width:800px;min-height: 300px;float: left;}
.chapter-content .comic-hg{display: inline-block;width: 100%;text-align: right;padding-top: 10px;color: #777;padding-bottom: 10px;}
.chapter-page .chapter-list{background-color: #fff;border: 1px solid #dad9d8;position: relative;width:200px;position: fixed;right:100px;bottom:100px;border-radius: 4px;}
.chapter-douse.chapter-page .chapter-list{background-color: #3c3c3c;border-color: #26262a;}
.chapter-douse.chapter-page .chapter-list h2{background-color: #363636;}
.chapter-page .chapter-list h2{height: 35px;font-size: 14px;color:#777;line-height: 35px;padding-left: 15px;padding-right: 15px;position: fixed;width:198px;border-top-right-radius: 4px;border-top-left-radius: 4px;background-color: #f3f2f0;z-index: 9999;}
.chapter-page .chapter-list .chapter-list-scroll{margin-top: 35px;max-height:300px;overflow-y:scroll;overflow-x: hidden; }
.chapter-page .chapter-list ul{padding:0 15px;}
.chapter-page .chapter-list ul li{border-bottom:1px solid #ececec;}
.chapter-page .chapter-list ul li:last-child{border-bottom-width: 0;}
.chapter-page .chapter-list ul li.active a{color:#ff6060;}
.chapter-page .chapter-list ul li a {
    /* 先声明前缀属性 */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    /* 标准属性放在最后 */
    display: block;
    position: relative;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: normal;
}
.chapter-douse .chapter-list ul li a{color:#b0b0b0;}
.chapter-douse .chapter-list ul li a:hover{color:#ff6060;}
.chapter-page .chapter-list ul li span{margin-right: 20px;}
.chapter-douse.chapter-page .chapter-list ul li{border-color: #363636;}
/* 搜索详情页面 */
.search-result-page .cartoon-block-box li{width: 224px !important;margin-right: 20px;}
.search-result-page .cartoon-block-box li:nth-of-type(5n){margin-right: 0;}

/* 分类推荐区块样式 */
.category-content {
    display: none;
}

.category-content.active {
    display: block;
}

/* 分类标签样式 */
.category-tabs .sort-name {
    display: inline-block;
    padding: 0 10px;
    margin-right: 10px;
    cursor: pointer;
    color: #333;
}

.category-tabs .sort-name.active {
    color: #ff6060;
    border-bottom: 2px solid #ff6060;
}