::-webkit-scrollbar-thumb{background-color:#BBB;height:0px;outline-offset:-2px;-webkit-border-radius:0px;}::-webkit-scrollbar-thumb:hover{background-color:#F1AA00;height:0px;-webkit-border-radius:0px;}::-webkit-scrollbar{width:0px;height:0px;}::-webkit-scrollbar-track-piece{background-color:#F5F7FA;-webkit-border-radius:0;}::-webkit-scrollbar-thumb:active{height:0px;background-color:#27384A;-webkit-border-radius:0px;}*{margin:0;padding:0;box-sizing:border-box;}body{font-family:"Microsoft YaHei",Arial,sans-serif;background-color:#fbfaf9;line-height:1.6;color:#333;}a{text-decoration:none;color:#333;cursor:pointer;}h1,h2,h3,h4,h5,h6,h7{font-weight:normal;}li{list-style-type:none;}i{font-style:normal}input,textarea{-webkit-appearance:none;outline:none;}button{border-radius:0;outline:none;}c,.c{clear:both;display:none;}.z{float:left}.y{float:right}.mt3{margin-top:3px !important;}.mt5{margin-top:5px !important;}.mt10{margin-top:10px !important;}.mt15{margin-top:15px !important;}.mt20{margin-top:20px !important;}.mt25{margin-top:25px !important;}.mt30{margin-top:30px !important;}.mt35{margin-top:35px !important;}.mt40{margin-top:40px !important;}.mt45{margin-top:45px !important;}.mt50{margin-top:50px !important;}.mb3{margin-bottom:3px !important;}.mb5{margin-bottom:5px !important;}.mb10{margin-bottom:10px !important;}.mb15{margin-bottom:15px !important;}.mb20{margin-bottom:20px !important;}.mb25{margin-bottom:25px !important;}.mb30{margin-bottom:30px !important;}.mb35{margin-bottom:35px !important;}.mb40{margin-bottom:40px !important;}.mb45{margin-bottom:45px !important;}.mb50{margin-bottom:50px !important;}.fs10{font-size:10px !important;}.fs12{font-size:12px !important;}.fs14{font-size:14px !important;}.fs16{font-size:16px !important;}.fs18{font-size:18px !important;}.fs20{font-size:20px !important;}.fs22{font-size:22px !important;}.fs24{font-size:24px !important;}.fs26{font-size:26px !important;}.fs28{font-size:28px !important;}.fs30{font-size:30px !important;}.fs32{font-size:32px !important;}.fs34{font-size:34px !important;}.fs36{font-size:36px !important;}
.header {background:linear-gradient(to right,#008478,#379e95);padding:15px 0;box-shadow:0 2px 5px rgba(0,0,0,0.1);}
.header-container {max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 20px;}
.logo a{color:white;font-size:24px;font-weight:bold;}
.search-bar {display:flex;margin-left:20px;}
.search-input {padding:8px 15px;border:none;border-radius:4px 0 0 4px;width:300px;}
.search-btn {padding:8px 15px;background:#3498db;color:white;border:none;border-radius:0 4px 4px 0;cursor:pointer;}
.user-actions {display:flex;gap:15px;}
.user-actions a {color:white;text-decoration:none;}
.nav {background:#ecf0f1;padding:0;border-bottom:1px solid #ddd;}
.nav-container {max-width:1200px;margin:0 auto;display:flex;justify-content:center;padding:5px 20px;}
.nav-menu {display:flex;list-style:none;}
.nav-menu li {margin-right:20px;}
.nav-menu a {text-decoration:none;color:#2c3e50;font-weight:400;padding:5px 10px;transition:all 0.3s;}
.nav-menu a:hover {color:#e74c3c;background:#d5dbdb;border-radius:3px;}
.menu-toggle {display:none;flex-direction:column;justify-content:space-around;width:18px;height:18px;background:transparent;border:none;cursor:pointer;padding:0;box-sizing:border-box;}
.menu-toggle span {display:block;width:80%;height:2px;background:white;border-radius:3px;transition:all 0.3s;}
.container {max-width:1300px;margin:20px auto;padding:0 20px;display:grid;grid-template-columns:2.5fr 1fr;gap:20px;}
.main-content {background:f9fffe;border-radius:5px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,0.1);}
.section-title {background:#28a99d;color:#fff;padding:6px 20px;font-size:16px;margin:0;border-left:8px solid #067d72;}
.content-grid {padding:20px;}
.book-grid {display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:20px;}
.book-grid-z{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:15px 10px;}
.book-item {text-align:center;padding:30px 30px 15px;background:#fff;border-radius:5px;transition:transform 0.3s;}
.book-item:hover {transform:translateY(-5px);box-shadow:0 3px 5px rgba(0,0,0,0.1);}
.book-grid-z .book-item {padding:15px;}
.book-cover {width:50%;height:auto;margin:auto;background:#f8f9fa;border-radius:5px;margin-bottom:10px;display:flex;align-items:center;justify-content:center;font-size:12px;color:#999;overflow:hidden;position:relative;}
.book-header .book-cover{width:100%;}
.book-grid-z .book-cover {width:80%;height:auto;}
.book-cover img {width:100%;height:100%;object-fit:cover;display:block;opacity:0;transition:opacity 0.3s;}
.book-cover img.loaded {opacity:1;}
.book-cover::before {content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,#f0f0f0 25%,transparent 25%,transparent 75%,#f0f0f0 75%),linear-gradient(45deg,#f0f0f0 25%,transparent 25%,transparent 75%,#f0f0f0 75%);background-size:20px 20px;background-position:0 0,10px 10px;z-index:0;}
.book-cover img {position:relative;z-index:1;}
.book-title {font-weight:400;margin-bottom:5px;color:#2c3e50;}
.book-author {font-size:12px;color:#7f8c8d;}
.update-list {padding:10px 20px;background:#fff;}
.update-item {display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #eee;}
.update-item:last-child {border-bottom:none;}
.update-book {font-weight:400;color:#2c3e50;}
.update-chapter {color:#3498db;}
.update-time {color:#95a5a6;font-size:12px;}
.sidebar {display:flex;flex-direction:column;gap:20px;}
.sidebar-section {background:f9fffe;border-radius:5px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,0.1);}
.rank-list {padding:2px 20px;}
.rank-item {display:flex;align-items:center;padding:2px 0;border-bottom:1px solid #eee;}
.rank-item:last-child {border-bottom:none;}
.rank-number {width:25px;height:25px;background:#3498db;color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;margin-right:10px;}
.top-rank .rank-number {background:#e74c3c;}
.rank-info {flex:1;padding:5px 0;}
.rank-title {font-weight:400;color:#2c3e50;}
.rank-author {font-size:12px;color:#7f8c8d;}
.hot-books {padding:5px 20px;}
.hot-book-item {display:flex;padding:10px 0;border-bottom:1px solid #eee;}
.hot-book-item:last-child {border-bottom:none;}
.hot-book-cover {width:50px;height:60px;background:#f8f9fa;border-radius:3px;margin-right:10px;display:flex;align-items:center;justify-content:center;font-size:10px;color:#999;border:1px dashed #ddd;overflow:hidden;position:relative;}
.hot-book-cover img {width:100%;height:100%;object-fit:cover;display:block;opacity:0;transition:opacity 0.3s;}
.hot-book-cover img.loaded {opacity:1;}
.hot-book-cover::before {content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,#f0f0f0 25%,transparent 25%,transparent 75%,#f0f0f0 75%),linear-gradient(45deg,#f0f0f0 25%,transparent 25%,transparent 75%,#f0f0f0 75%);background-size:20px 20px;background-position:0 0,10px 10px;z-index:0;}
.hot-book-cover img {position:relative;z-index:1;}
.hot-book-info {flex:1;}
.hot-book-title {font-weight:400;color:#2c3e50;margin-bottom:3px;}
.hot-book-desc {font-size:12px;color:#7f8c8d;}
.footer {background:#05675e;color:white;padding:30px 0 20px;margin-top:40px;}
.footer-container {max-width:1200px;margin:0 auto;padding:0 20px;text-align:center;}
.footer-links {margin-bottom:20px;}
.footer-links a {color:#bdc3c7;margin:0 10px;text-decoration:none;}
.footer-links a:hover {color:#3498db;}
.copyright {color:#95a5a6;font-size:12px;}
.book-header {display:flex;padding:20px;background:#fff;border-bottom:1px solid #eee;margin-bottom:20px;align-items:flex-start;}
.book-cover-wrapper {flex:0 0 160px;margin-right:30px;}
.book-header .book-info {flex:1;min-width:0;cursor:default;}
.book-header .book-title {font-size:28px;color:#2c3e50;margin-bottom:10px;}
.book-author {font-size:12px;color:#7f8c8d;margin-bottom:10px;}
.book-actions {margin:20px 0;display:flex;flex-wrap:wrap;gap:10px;}
.book-actions a {display:inline-block;padding:5px 10px;border-radius:5px;text-decoration:none;font-weight:400;text-align:center;}
.read-btn {background:#28a99d;color:white;flex:1;min-width:120px;}
.see-btn {background:#4CAF50;}
.last-chapter-btn {background:#ecf0f1;color:#2c3e50;flex:2;}
.chapter-grid {display:grid;grid-template-columns:repeat(2,1fr);gap:10px;background:#fff;padding:15px;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,0.05);}
.chapter-grid a {display:block;padding:10px 15px;border:1px solid #eee;border-radius:5px;color:#333;font-size:14px;text-align:left;transition:all 0.2s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.chapter-grid a:hover {background:#f8f8f8;border-color:#28a99d;color:#28a99d;}
.pagination-wrapper {text-align:center;padding:15px 0;border-top:1px solid #eaeaea;background-color:#fff;}
.pagination-simple {display:flex;justify-content:center;align-items:center;gap:15px;flex-wrap:wrap;}
.btn-page {display:inline-flex;align-items:center;padding:10px 20px;background:#f0f2f5;color:#333;border-radius:6px;text-decoration:none;font-size:14px;font-weight:500;transition:all 0.2s ease;border:1px solid #e0e0e0;}
.btn-page:hover:not(.disabled) {background:linear-gradient(to right,#008478,#379e95);color:#fff;border-color:#008478;}
.btn-page.disabled {opacity:0.5;cursor:not-allowed;background:#f9f9f9;border-color:#eee;}
.icon-prev {margin:auto;font-size:12px;}
.icon-next {margin:auto;font-size:12px;}
.page-jump-select {position:relative;flex:1;min-width:80px;max-width:120px;}
.page-select {width:100%;height:42px;padding:0 30px 0 15px;font-size:14px;color:#333;border:1px solid #e0e0e0;border-radius:6px;background-color:#f0f2f5;cursor:pointer;outline:none;appearance:none;-webkit-appearance:none;transition:all 0.2s ease;}
.page-select:hover {background-color:#e6e9ed;}
.select-arrow {position:absolute;right:15px;top:50%;transform:translateY(-50%);font-size:12px;color:#666;pointer-events:none;}
.reader-toolbar {background:#f9f9f9;border-bottom:1px solid #eee;padding:10px 0;}
body.theme-dark,body.theme-dark .reader-toolbar,.header-dark {background:#121212 !important;border-color:#333;}
body.theme-green,body.theme-green .reader-toolbar,body.theme-green .nav{background:#f5f5dc;}
body.theme-green .header{background:#474731;}
body.theme-green .header .logo a{color:#d2d2b3;}
.reader-container {max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;}
.theme-switcher span,.font-size-controller span {font-weight:bold;margin-right:5px;color:#333;font-size:13px;}
body.theme-dark .theme-switcher span,body.theme-dark .font-size-controller span {color:#fff;}
.theme-switcher button,.font-size-controller button {padding:6px 10px;border:1px solid #ddd;background:#fff;cursor:pointer;font-size:12px;border-radius:3px;margin:0 2px;}
.theme-switcher button.active,.font-size-controller button.active {background:#28a99d;color:white;border-color:#28a99d;}
body.theme-dark .theme-switcher button.active,body.theme-dark .font-size-controller button.active {background:#201401;border-color:#3a1a0f;}
body.theme-green .theme-switcher button.active, body.theme-green .font-size-controller button.active{background:#777764;border-color:#55552b;}
.reader-main-container {max-width:1200px;margin:20px auto;padding:0 20px;}
.reader-content-wrapper {border-radius:5px;box-shadow:0 2px 10px rgba(0,0,0,0.1);overflow:hidden;padding:20px 30px;}
.reader-content {font-size:16px;color:#333;padding:0;}
.font-size-controller button{border:1px solid #ddd;background:#fff;color:#918366;}
body.theme-green .reader-content {background:#f5f5dc !important;color:#333 !important;}
.chapter-title {font-size:22px;color:inherit;text-align:center;margin:0 0 25px 0;padding-bottom:15px;border-bottom:1px solid rgba(128,128,128,0.2);line-height:1.4;}
body.theme-dark .reader-content {color:#bdc3c7 !important;}
body.theme-dark .menu-toggle span{background: #e3ad52;}
body.theme-dark .nav{background:#2e2615;border-bottom:1px solid #121212;}
body.theme-dark .chapter-title{color:#794322}
body.theme-dark .theme-switcher button,body.theme-dark .font-size-controller button{border:1px solid #011311;background:#021513;color:#918366;}

body.theme-dark .logo a{color:#9a6623;}
.reader-pagination {display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:10px;padding:20px;border-top:1px solid #eee;transition:background 0.3s ease,border-color 0.3s ease;}
body.theme-dark .reader-pagination {background:#121212;border-color:#333;}
.reader-pagination a {display:block;text-align:center;padding:12px 5px;background:#f8f9fa;color:#333;border:1px solid #ddd;border-radius:5px;text-decoration:none;transition:all 0.2s;font-size:14px;}
body.theme-dark .reader-pagination a {background:#2c2c2c;color:#ccc;border-color:#444;}
.reader-pagination a:hover {background:#28a99d;color:white;border-color:#28a99d;}
.a {position:relative;display:inline-block;}
.a::before {content:attr(xs-title);position:absolute;top:130%;left:50%;transform:translateX(-50%);background:#000000bd;color:#fff;padding:5px 10px;border-radius:5px;font-size:12px;line-height:1.5;width:max-content;max-width:280px;white-space:normal;text-align:center;opacity:0;visibility:hidden;z-index:1000;overflow:hidden;}
.a::after {content:'';position:absolute;top:120%;left:40%;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:5px solid #000000bd;z-index:1001;opacity:0;visibility:hidden;}
.a:hover::before{opacity:1;visibility:visible;transition:opacity 0.2s ease-in-out;}
.a:hover::after {opacity:1;visibility:visible;top:41px;transition:opacity 0.2s ease-in-out;}
.text-body{line-height:1.8em;color:#333;}
body.theme-dark .text-body{color:#a29180;}

.text-body>p{padding-bottom:1em;text-indent:2em;}

@media (max-width:768px) {.container {grid-template-columns:1fr;padding:0 10px;}
.header{padding:5px 0;}
.header-container {flex-direction:column;align-items:flex-start;gap:15px;position:relative;}
.search-input {width:100%;min-width:250px;}
.search-bar {margin-left:0;width:100%;max-width:400px;}
.nav-menu {flex-wrap:wrap;justify-content:center;}
.nav-menu li {margin:5px;}
.nav-menu {display:none;width:100%;text-align:center;}
.nav-menu.active {display:flex;position:absolute;top:48px;left:0;right:0;background:#fbfaf9;padding:10px 0;box-shadow:0 2px 5px rgba(0,0,0,0.1);z-index:100;}
.nav-menu li {margin:5px 0;}
.menu-toggle {display:flex;position:absolute;right:10px;top:50%;transform:translateY(-50%);}
.book-grid {grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:15px;}
.book-item {padding:8px;}
.book-cover {height:100px;}
.update-item {flex-direction:column;gap:5px;}
.update-time {display: none;}
.content-grid,.update-list,.rank-list,.hot-books {padding:15px;}
.sidebar {gap:15px;}
.footer-container {padding:0 10px;}
.m_hidden{display:none !important;}
.book-header {flex-direction:column;align-items:center;padding:20px 15px;text-align:center;}
.book-cover-wrapper {flex:0 0 120px;margin:0 0 20px 0;}
.book-info {width:100%;}
.book-header .book-title {font-size:14px;}
.book-actions {text-align:center;display:block;}
.book-actions a {width:30%;margin:10px;box-sizing:border-box;}
.chapter-grid {grid-template-columns:1fr;gap:5px;padding:10px;}
.chapter-grid a {padding:5px;border-radius:0;border:none;border-bottom:1px solid #eee;color:#2d756f;}
.pagination-wrapper {padding:5px 10px;}
.pagination-simple {gap:8px;flex-wrap:wrap;justify-content:center;}
.btn-page {padding:8px 12px;font-size:13px;min-width:auto;}
.page-jump-select {flex:0 0 110px;min-width:110px;max-width:110px;margin:0 2px;}
.page-select {height:36px;padding:0 25px 0 8px;font-size:13px;}
.select-arrow {right:8px;font-size:10px;}
.reader-main-container{margin:5px auto;}
.reader-container {flex-direction:row;justify-content:center;flex-wrap:nowrap;padding:0 5px;overflow-x:auto;}
.theme-switcher,.font-size-controller {display:inline-flex;margin:0 5px;padding:0;background:transparent;}
.theme-switcher button,.font-size-controller button {padding:4px 8px;font-size:12px;margin:0 3px;}
.reader-content {font-size:16px;background: #ffffff00;}
.reader-content-wrapper{padding: 0;box-shadow: none;}
.chapter-title {font-size:14px;margin-bottom:5px;padding-bottom:5px;}
.reader-pagination {gap:3px 8px;padding:5px;}
.reader-pagination a {padding:5px;font-size:13px;}
}
@media (max-width:480px) {.header-container {padding:0 10px;}
.nav-container {padding:0 10px;}
.book-grid {grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px;}
.book-cover{width:80%;height:auto;}
.book-header .book-cover {width:60%;height:auto;margin-bottom:0;}
.book-title,.book-author {font-size:11px;}
.nav-menu li {margin:3px;}
.nav-menu a {padding:5px 8px;font-size:14px;}
.section-title {padding:5px 15px;font-size:16px;}
.logo a{font-size:12px;font-weight:400;}
.nav-menu.active{top:36px;}
}
@media (max-width:360px) {.pagination-simple {flex-wrap:wrap;}
.page-jump-select {order:-1;width:100%;flex:0 0 100%;}
.btn-page {flex:1;}
}