/* source: home.html */

/* Match the search header spacing without changing the template's float layout. */
.top .l { margin-left: 10px; }
.top .r { float: right; margin-right: 20px; }

/* Keep the detail actions compact while exposing the full chapter directory. */
.lb_jj tr:first-child td:nth-child(2) { display: table-cell !important; }
.lb_jj tr:first-child td:nth-child(2) a { font-size: 0; }
.lb_jj tr:first-child td:nth-child(2) a::after {
  content: "目录";
  font-size: 14px;
}

.directory-page {
  margin: 10px auto;
  padding: 0 10px 20px;
  max-width: 760px;
}
.directory-page-head {
  display: flex;
  align-items: center;
  min-height: 44px;
  border-bottom: 1px solid #f56696;
}
.directory-page-head h3 { flex: 1; margin: 0; color: #333; font-size: 18px; font-weight: normal; }
.directory-page-head h3 span { color: #999; font-size: 12px; }
.directory-back { margin-right: 12px; color: #f56696; font-size: 13px; }
.directory-page ul { margin: 0; padding: 0; list-style: none; }
.directory-page li { border-bottom: 1px dashed #ddd; }
.directory-page li a { display: block; padding: 11px 6px; color: #444; }
.directory-page li a:hover { color: #f56696; background: #fff5f8; }

.reading-record-mask {
  position: fixed;
  z-index: 10000;
  inset: 0;
  padding: 10vh 10px 20px;
  background: rgba(0, 0, 0, .35);
}
.reading-record-panel {
  width: min(100%, 520px);
  max-height: 80vh;
  margin: 0 auto;
  overflow: auto;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .2);
}
.reading-record-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  color: #f56696;
  border-bottom: 1px solid #f56696;
}
.reading-record-close {
  width: 28px;
  height: 28px;
  padding: 0;
  color: #999;
  background: transparent;
  border: 0;
  font-size: 22px;
  line-height: 28px;
  cursor: pointer;
}
.reading-record-empty { padding: 25px 12px; color: #999; text-align: center; }
.reading-record-list { margin: 0; padding: 0 12px; }
.reading-record-list li { padding: 9px 0; border-bottom: 1px dashed #ddd; }
.reading-record-list li a { display: block; color: #333; }
.reading-record-list li small { display: block; color: #999; }
.reading-record-pager { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 10px 0 0; color: #999; }
.reading-record-pager button { min-width: 62px; height: 28px; padding: 0 8px; color: #f56696; background: #fff; border: 1px solid #f56696; border-radius: 14px; cursor: pointer; }
.reading-record-pager button:disabled { color: #ccc; border-color: #ddd; cursor: default; }
.reading-record-clear {
  display: block;
  height: 30px;
  margin: 12px auto;
  padding: 0 16px;
  color: #fff;
  background: #f56696;
  border: 0;
  border-radius: 15px;
  cursor: pointer;
}

.sort{
    float: left; 
    width: 100%;
}
.sort ul {
    padding: 0;
    margin: 0;
}
.sort ul li {
    width: 25%;
    padding: 0.5em 0;
}
.sort ul li a {
    border-right:1px solid #f56696;
}
.sort ul li:last-child a{
    border-right:none;
}
#banner {
    display: none;
    background: #FBFBFB;
    border-bottom: 1px solid #f56696;
    position: absolute;
    top: 50px;
    z-index: 5;
    right: 0;
    overflow: hidden;
    width: 100%;
}
#banner ul li {
    width: 100%;
    float: left;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border-top: 1px dotted #F7CA00;
    overflow: hidden;
}
#banner ul li:first-child
{
    border-top: none;
}

/* source: home.html */

<!--
h2{height:50px;background: #F8F8F8;color:#666;font-size: 16px;font-weight:normal;}
h2 span{height:50px;line-height:50px;text-align:center;float:left;width: 25%;border-bottom: 1px solid #F8F8F8;}
#tab .tab{color:#f56696 ;font-weight:bold;border-bottom: 1px solid #f56696;}
#ct div{display:none;}
#ct .ct{display:block;}
.ct li {line-height: 35px;}
.ct .hot-item-link{display:block;width:100%;min-height:42px;box-sizing:border-box;padding:3px 0 4px;line-height:35px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.ct .hot-item-link:hover,.ct .hot-item-link:focus{background-color:rgba(245,102,150,.08);outline:none;}
.ct .hot-item-link:focus-visible{outline:1px solid #f56696;outline-offset:-1px;}

.last_li{
    margin: 5px;
    border-bottom: 1px dotted #ddd;
    line-height: 1.6em;
    padding: 0 10px;
}
.last_li .name {font-size:16px;}
.last_li .info {font-size:.875em;color:#999;}
#latestNovels .last_li{cursor:pointer;transition:background-color .15s ease;}
#latestNovels .last_li:hover,#latestNovels .last_li:focus{background-color:rgba(245,102,150,.08);outline:none;}
#latestNovels .last_li:focus-visible{outline:1px solid #f56696;outline-offset:-1px;}
.words{
    margin-left:3px;
    margin-top: 10px;
    padding: 10px;
    font-size: .875em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #999;
}
#tag_ul li {
    width:25%;
    text-align:center;
    overflow: hidden;
}
#tag_ul li a {padding:0 0;}
header.Nav, header.Nav2 {
    background: #F1F1F3;
    display: -webkit-box;
    display: -ms-flexbox;
    font-size: 1.5em;
    line-height: 45px;
    border-bottom: 1px solid #CDCDCD;
    overflow: hidden;
    margin-top: 0px;
}
header.Nav a.back, header.Nav2 a.back {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    width: 20%;
    text-align: center;
    display: block;
    height: 45px;
}
header.Nav a, header.Nav2 a {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    width: 20%;
    text-align: center;
    display: block;
    height: 45px;
    line-height: 45px;
}
header.Nav span {
    color: #333;
    display: block;
    text-align: center;
    line-height: 45px;
    width: 60%;
    height: 45px;
}
.search {
  background: #FFF;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-bottom: 1px solid #D6D6D6;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search label {
  line-height: 36px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  display: block;
}
.search label.close {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  display: block;
  width: 3em;
  font-size: 16px;
  text-align: center;
}

.search button.search_submit {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 30px;
  padding: 0 14px;
  margin-left: 8px;
  border: 0;
  border-radius: 15px;
  color: #fff;
  background: #f56696;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
  white-space: nowrap;
  -ms-flex-item-align: center;
  align-self: center;
}
.search button.search_submit:active { background: #ec407a; }
.search label.so {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
}
.search label.so span.del {
  position: absolute;
  right: 10px;
  top: 11px;
  width: 14px;
  height: 14px;
  line-height: 2em;
  background: url('../image/close1.png') no-repeat 0 0;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  text-indent: -5em;
  display: block;
  overflow: hidden;
}
.search label.so input.key {
  width: 100%;
  border-radius: 15px;
  padding: 8px 2em;
  outline: 0;
  box-sizing: border-box;
  border: 0;
  background: #ededed url('../image/search.png') no-repeat 10px center;
  background-size: 1em 1em;
  font-size: 14px;
  line-height: 14px;
}
-->

/* source: type.html */

.sort{
    float: left; 
    width: 100%;
}
.sort ul {
    padding: 0;
    margin: 0;
}
.sort ul li {
    width: 25%;
    padding: 0.5em 0;
}
.sort ul li a {
    border-right:1px solid #f56696;
}
.sort ul li:last-child a{
    border-right:none;
}
#banner {
    display: none;
    background: #FBFBFB;
    border-bottom: 1px solid #49CC9F;
    position: absolute;
    top: 50px;
    z-index: 5;
    right: 0;
    overflow: hidden;
    width: 100%;
}
#banner ul li {
    width: 100%;
    float: left;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border-top: 1px dotted #F7CA00;
    overflow: hidden;
}
#banner ul li:first-child
{
    border-top: none;
}

/* source: type.html */

    #page{
        text-align: center;
        padding: 14px 0px;
        float: left;
        width: 100%;
        line-height: 27px;
    }
    #page a{
        width: 30%;
        display: block;
        float: left;
        border-bottom:1px solid #49CC9F;
    }
    #page div{
        width: 40%;
        display: block;
        float: left;
    }
    #page div span, #page div form{
        float:left;
    }
    #page div span{
        width: 40%;
    }
    #page div form{
        width: 60%;
    }

/* source: detail.html */

.sort{
    float: left; 
    width: 100%;
}
.sort ul {
    padding: 0;
    margin: 0;
}
.sort ul li {
    width: 25%;
    padding: 0.5em 0;
}
.sort ul li a {
    border-right:1px solid #f56696;
}
.sort ul li:last-child a{
    border-right:none;
}
#banner {
    display: none;
    background: #FBFBFB;
    border-bottom: 1px solid #49CC9F;
    position: absolute;
    top: 50px;
    z-index: 5;
    right: 0;
    overflow: hidden;
    width: 100%;
}
#banner ul li {
    width: 100%;
    float: left;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border-top: 1px dotted #F7CA00;
    overflow: hidden;
}
#banner ul li:first-child
{
    border-top: none;
}

/* source: detail.html */

pre{white-space: pre-wrap;word-wrap: break-word;}
.yzwHead {
    clear: both;
    overflow: hidden;
    background: #F8F8F8 none repeat scroll 0% 0%;
    border-bottom: 1px solid #DFDFDF;
    line-height: 42px;
    min-height: 42px;
    font-size: 16px;
    position: relative;
	display:block;
}
.h_txt {
    float: left;
    text-align: center;
    position: relative;
    width: 52px;
    height: 42px;
    display: inline-block;
    background-position: 6px 6px;
    overflow: hidden;
    border-right: 1px solid #DFDFDF;
}
.h_txt::after {
    content: "";
    position: absolute;
    width: 1px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #FFF none repeat scroll 0% 0%;
}
.h_nav_items {
    overflow: hidden;
    height: 42px;
}
.h_nav_items li {
    float: left;
    padding: 0px 12px 0px 8px;
	background: transparent url("../image/head_foot_ico.png") no-repeat scroll 0px 0px / 50px auto;
	background-position: right -92px;
}
#jumpAll {
	display: block;
	margin: 10px auto 0px;
	text-align: center;
	width: 90%;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #6E6E6E;
	border-radius: 3px;
	background: #E5E5E5;
}
.lb_fm table {width:100%;}
.lb_fm .article_info_td {width:50%;}
.lb_fm img {margin-right: 5px;}
.lb_fm a{color:#49CC9F}
h2,h3 {
	font-weight: normal;
	font-size: 1rem;
	text-indent: 0.5em;
}

.entry {
    width: 98%;
    padding-bottom: 5px;
    border-bottom: 1px dotted #DDD;
    overflow: hidden;
	margin-left:1%;
}
.entry .headerimage {
    display: inline-block;
    background: #F8F8F8 none repeat scroll 0% 0%;
    width: 30px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
    opacity: 1;
    margin: 5px 10px 0px 0px;
}
.entry .info,.entry .re_info {
    padding: 10px 0px 0px;
    font-size: 12px;
    color: #888;
}
li strong, ul.side_comm li strong {
    padding-right: 6px;
}
li strong.p_floor {
    color: #888;
    float: right;
}
li strong.nick {
    color: #333;
}
li strong,li strong {
    padding-right: 6px;
}
li.entry p {
    padding: 15px 0px 0px 37px;
    line-height: 24px;
    word-wrap: break-word;
}
li.entry .zhiChi {
    position: relative;
    float: right;
    padding-bottom: 10px;
    width: 100%;
}
li.entry span.comm_reply {
    float: right;
    padding-top: 5px;
    font-size: 12px;
    color: #AAA;
}
.comm_reply .s {
    color: #28BD98;
}
.comm_reply a {
    margin-left: 20px;
}
.comm_reply .a {
    color: #FF6F6F;
}
.comm_reply a {
    margin-left: 20px;
}

li.entry ul.reply {
    clear: both;
    margin: 5px 0 5px 35px;
    padding: 0 8px;
    border: 1px #fcbb90 solid;
    background: #fefcf4;
    zoom: 1;
}
li.entry ul.reply li.gh {
    border-bottom: 1px dotted #fcbb90;
}
li.entry ul.reply li.gh:last-child {
    border: 0;
}
li.entry ul.reply .zhiChi {
    padding-bottom: 5px;
}
.re_comm {
    overflow: hidden;
}
li.entry ul.reply p{padding-left: 0px;}
li.entry ul.reply .zheDie {
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
}
li.entry ul.reply .zheDie a {
    color: #1E75D1;
    font-size: 14px;
}
.comm_list .more_comm {
    width: 100%;
    height: 43px;
    border-top: 1px #d22222 solid;
}
#novelMain {margin:0 1%;}

/*hot comment start*/
ul.list li.entry .zhiChi .l {
    float: left;
    width: 150px;
}
ul.list li.entry .zhiChi .l .comm_reply {
    float: left;
    margin-left: 15px;
}
ul.list li.entry .zhiChi .l a {
    cursor: pointer;
    color: #4d93f2;
}
.comm_reply a {
    margin-left: 20px;
}
fieldset, img {
    border: 0;
    vertical-align: bottom;
}
.article_info_td h2{display: inline;font-size: 14px;}
.article_info_td .detail-author-link,
.article_info_td .detail-author-link:hover,
.article_info_td .detail-author-link:focus,
.article_info_td .detail-author-link:visited{color:#49CC9F;text-decoration:none;}
/*hot comment end*/

/* Do not draw a separator after the last item in each four-column row. */
.sort ul li:nth-child(4n) a {
    border-right: none;
}
.directory-link { margin: 10px 5px; text-align: right; }
.directory-link a { color: #f56696; }
.directory-page { margin: 10px 5px; }
.directory-page h3 { color: #f56696; border-bottom: 1px solid #f56696; padding: 10px 5px; font-size: 16px; font-weight: normal; }
.directory-page h3 span { float: right; color: #888; font-size: 12px; }
.directory-page ul { padding: 5px 0; }
.directory-page li { border-bottom: 1px dashed #ddd; line-height: 38px; }
.directory-page li a { display: block; padding: 0 8px; color: #555; }
.directory-page li a:hover { color: #f56696; }

/* Match category pagination to the search page. */
#tag_page {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100% !important;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 18px 10px 22px !important;
    line-height: 30px;
    float: none !important;
}
#tag_page a, #tag_page .current {
    display: block !important;
    width: auto !important;
    min-width: 64px;
    box-sizing: border-box;
    padding: 0 12px;
    border: 1px solid #f56696 !important;
    border-radius: 18px;
    color: #f56696 !important;
    background: #fff;
    text-align: center;
    line-height: 30px;
}
#tag_page .current {
    color: #fff !important;
    background: #f56696;
}
#page {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100% !important;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 18px 10px 22px !important;
    line-height: 30px;
    float: none !important;
}
#page a {
    display: block !important;
    width: auto !important;
    min-width: 64px;
    box-sizing: border-box;
    padding: 0 12px;
    border: 1px solid #f56696 !important;
    border-radius: 18px;
    color: #f56696 !important;
    background: #fff;
    text-align: center;
    line-height: 30px;
}
#page div {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: auto !important;
}
#page div span, #page div form {
    float: none !important;
    width: auto !important;
}
#page div span { min-width: 38px; color: #666; text-align: center; }
#page div form { display: flex; align-items: center; gap: 4px; }
#page #go_page {
    width: 42px !important;
    height: 28px;
    box-sizing: border-box;
    border: 1px solid #e6a7bc;
    border-radius: 5px;
    background: #fff;
    color: #555;
    text-align: center;
}
#page #_go {
    height: 28px;
    padding: 0 8px;
    border: 1px solid #f56696;
    border-radius: 5px;
    background: #f56696;
    color: #fff;
    font-size: 12px;
}
/* Category pagination follows the actual search-page pagination style. */
#page {
    display: block !important;
    text-align: center !important;
    padding: 14px 0 !important;
    float: left !important;
    width: 80% !important;
    margin-left: 10% !important;
    line-height: 27px !important;
}
#page a {
    width: 30% !important;
    display: block !important;
    float: left !important;
    border: 0 !important;
    border-bottom: 1px solid #f56696 !important;
    border-radius: 0 !important;
    color: #f56696 !important;
    background: transparent !important;
    padding: 0 !important;
    min-width: 0 !important;
    line-height: 27px !important;
}
#page div {
    width: 40% !important;
    display: block !important;
    float: left !important;
}
#page div span, #page div form {
    float: left !important;
}
#page div span { width: 40% !important; min-width: 0 !important; }
#page div form { width: 60% !important; display: block !important; }
#page #go_page { width: 50% !important; height: 28px; border: 1px solid #ccc; border-radius: 0; }
#page #_go { height: 28px; padding: 0 4px; border: 1px solid #f56696; border-radius: 0; background: #f56696; color: #fff; }
#page #go_page { border: 0 !important; background: transparent !important; }
#page #_go { border: 0 !important; background: transparent !important; color: #f56696 !important; padding: 0 !important; }
#page { width: 70% !important; margin-left: 15% !important; }
#page {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 18px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 20px 0 24px !important;
    line-height: 28px !important;
    float: none !important;
}
#page a {
    width: auto !important;
    min-width: 0 !important;
    height: 28px !important;
    padding: 0 2px !important;
    border: 0 !important;
    border-bottom: 1px solid #f56696 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #f56696 !important;
    line-height: 28px !important;
}
#page div {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: auto !important;
    height: 28px !important;
    float: none !important;
}
#page div span, #page div form {
    width: auto !important;
    float: none !important;
}
#page div span { min-width: 0 !important; white-space: nowrap; line-height: 26px; }
#page div form { display: flex !important; align-items: center; height: 28px; margin: 0; }
#page #go_page { width: 42px !important; height: 28px; border: 0 !important; border-bottom: 1px solid #e6a7bc !important; border-radius: 0; background: transparent !important; }
#page #_go { height: 28px; padding: 0 5px !important; border: 0 !important; border-bottom: 1px solid #f56696 !important; border-radius: 0; background: transparent !important; color: #f56696 !important; }


.yzwHead h2 { float:left; width:52px; height:42px; margin:0; padding:0; }
.custom-recommend { float:left; width:100%; } .custom-recommend ul { margin:0 10px; } .custom-recommend ul li { width:100%; height:40px; line-height:39px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; border-top:1px dashed #D4D4D4; box-sizing:border-box; } .custom-recommend ul li:first-child { border-top:0; } .custom-recommend ul li a { display:inline-block; width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }

.directory-toolbar { display:flex; align-items:center; gap:7px; margin:0 5px 10px; padding:8px; background:#fff; border-bottom:1px solid #f3d4df; }
.directory-toolbar label { color:#666; white-space:nowrap; }
.directory-toolbar input { flex:1; min-width:0; height:30px; padding:0 8px; border:1px solid #ddd; border-radius:3px; color:#555; }
.directory-toolbar button { height:30px; padding:0 10px; border:1px solid #f56696; border-radius:3px; background:#fff; color:#f56696; white-space:nowrap; }
.directory-toolbar button:active { background:#f56696; color:#fff; }
#directory-list .chapter-number { display:inline-block; min-width:30px; color:#f56696; }
#directory-list li.chapter-target { background:#fff5f8; }

.directory-page-head h1 { flex:1; min-width:0; margin:0; color:#333; font-size:18px; font-weight:normal; line-height:1.35; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.directory-page-head h1 span { display:block; margin-top:2px; color:#999; font-size:12px; }
.directory-page-head .directory-back { flex:0 0 76px; line-height:1.35; }
@media (max-width:430px) { .directory-page-head h1 { font-size:16px; } .directory-page-head .directory-back { flex-basis:66px; margin-right:8px; } }

.directory-topbar { display:flex; align-items:center; justify-content:space-between; min-height:50px; padding:0 12px; background:#f56696; color:#fff; }
.directory-brand { color:#fff; font-size:18px; font-weight:bold; text-decoration:none; }
.directory-return { color:#fff; font-size:13px; text-decoration:none; }
.directory-page { margin:0 auto; padding:12px 10px 24px; max-width:760px; }
.directory-page-head { min-height:0; padding:12px 10px; background:#fff; border:0; border-left:4px solid #f56696; }
.directory-page-head h1 { white-space:normal; overflow:visible; text-overflow:clip; word-break:break-all; }
.directory-page-head h1 span { margin-top:4px; }
.directory-toolbar { margin:12px 0; border:1px solid #f2d6e0; border-radius:4px; }
#directory-list { margin:0; padding:0 10px; background:#fff; border-top:1px solid #f3d4df; }
#directory-list li { min-height:42px; border-bottom:1px dashed #ddd; }
#directory-list li:last-child { border-bottom:0; }
#directory-list li a { padding:10px 4px; color:#444; line-height:22px; }
#directory-list li a:hover { color:#f56696; background:#fff8fa; }
#directory-list .chapter-number { min-width:34px; color:#f56696; font-weight:bold; }
@media (max-width:430px) { .directory-page { padding:10px 8px 20px; } .directory-brand { font-size:17px; } }

.directory-page-head .directory-history { flex:0 0 auto; margin-left:10px; padding:5px 8px; border:1px solid #f56696; border-radius:3px; color:#f56696; font-size:12px; text-decoration:none; white-space:nowrap; }
.directory-page-head .directory-history:active { background:#f56696; color:#fff; }
@media (max-width:430px) { .directory-page-head .directory-history { margin-left:6px; padding:4px 6px; } }
.directory-page-head { display:block; text-align:center; }
.directory-page-head h1 { text-align:left; }
.directory-history-row { display:flex; justify-content:center; align-items:center; gap:10px; margin:12px 0; text-align:center; }
.directory-history-row .directory-detail-link,
.directory-history-row .directory-history { display:inline-block; margin:0; padding:6px 16px; border:1px solid #f56696; border-radius:4px; background:#fff; color:#f56696; font-size:13px; line-height:20px; text-decoration:none; }
.directory-history-row .directory-detail-link:active,
.directory-history-row .directory-history:active { background:#f56696; color:#fff; }
@media (max-width:430px) { .directory-history-row { gap:8px; margin:10px 0; } .directory-history-row .directory-detail-link, .directory-history-row .directory-history { padding:5px 14px; } }

/* Keep category card content on the same vertical rhythm. */
.type-book-list .common-bookele { box-sizing:border-box; }
.type-book-list .type-book-card { display:block; color:inherit; text-decoration:none; }
.type-book-list .type-book-card:hover { text-decoration:none; }
.type-book-list .type-book-card .common-bookele { cursor:pointer; }
.type-book-list .type-book-card h3 { color:#f56696; }
.type-book-list .common-bookele h3 { display:block; box-sizing:border-box; height:27px; margin:0; padding:0 0 2px; line-height:25px; text-indent:0; }
.type-book-list .common-bookele h3 a { display:block; width:100%; overflow:hidden; text-indent:0; }
.type-book-list .common-bookele p { display:block; box-sizing:border-box; height:16px; margin:0; line-height:16px; }
.type-book-list .common-bookele span.abstract { display:-webkit-box; box-sizing:border-box; height:auto; min-height:16px; max-height:48px; margin:0; padding-top:4px; line-height:16px; overflow:hidden; -webkit-line-clamp:3; -webkit-box-orient:vertical; }
.directory-page-head { display:flex; align-items:stretch; gap:14px; border:0; border-bottom:1px solid #f56696; padding:8px 0 12px; background:transparent; text-align:left; }
.directory-page-head h1 { flex:1; min-width:0; margin:0; color:#333; font-size:19px; font-weight:normal; line-height:1.45; white-space:normal; overflow:visible; word-break:break-all; }
.directory-page-head h1 span { display:none; }
.directory-chapter-stat { display:flex; flex:0 0 72px; align-items:center; justify-content:center; border-left:1px solid #f2b8cb; color:#f56696; font-size:12px; text-align:center; line-height:18px; }
.directory-chapter-stat b { display:block; font-size:22px; font-weight:normal; line-height:24px; }
@media (max-width:430px) { .directory-page-head { gap:10px; padding-top:7px; } .directory-page-head h1 { font-size:17px; } .directory-chapter-stat { flex-basis:64px; } }
html{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar,body::-webkit-scrollbar{width:0;height:0}.lb_top.c_big{height:50px;box-sizing:border-box;padding:0;line-height:50px}.lb_top.c_big table{height:50px}.lb_top.c_big .fh,.lb_top.c_big .shouye{width:25%;padding:0 8px;vertical-align:middle}.lb_top.c_big .t{width:50%;vertical-align:middle}.lb_top.c_big .t h1{margin:0;line-height:50px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lb_top.c_big .c_button{display:inline-block;min-width:52px;height:30px;box-sizing:border-box;padding:0 10px;border:1px solid rgba(255,255,255,.8);border-radius:4px;line-height:28px;font-size:14px;text-align:center}.lb_top.c_big .shouye{text-align:right}
.lb_jj tr:first-child td:nth-child(2) a{font-size:14px!important}.lb_jj tr:first-child td:nth-child(2) a::after{content:none!important}
.lb_jj tr:first-child td:nth-child(2) .btn{width:50%;margin:5px auto}
.lb_jj tr:first-child td:nth-child(1) .btn{width:50%;margin:5px auto}.lb_jj tr:first-child td:nth-child(2) .btn{width:auto;margin:5px 10px}
.lb_jj tr:first-child td:nth-child(1) .btn,.lb_jj tr:first-child td:nth-child(2) .btn{width:auto;margin:5px 10px}

.latest-chapter-row{display:flex;align-items:center;min-height:25px;overflow:hidden;white-space:nowrap}.latest-chapter-title{display:block;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.lb_jj .top_t{height:auto;line-height:normal}.lb_jj .top_t table{height:auto}/* reading-record modal: keep the header fixed and scroll only the content area. */
.reading-record-panel { display:flex; flex-direction:column; overflow:hidden; }
.reading-record-scroll { min-height:0; overflow-y:auto; overflow-x:hidden; overscroll-behavior:contain; -webkit-overflow-scrolling:touch; }/* reading-record modal: preserve the title row while the body takes the remaining height. */
.reading-record-header { flex:0 0 auto; }
.reading-record-scroll { flex:1 1 auto; }

/* Keep latest chapter metadata inside the detail info table on narrow screens. */
#novelMain .lb_fm > table{width:100%;table-layout:fixed}
#novelMain .lb_fm > table > tbody > tr > .article_info_td{width:50%;min-width:0;max-width:50%;overflow:hidden}
#novelMain .latest-chapter-row{width:100%;min-width:0;box-sizing:border-box}
#novelMain .latest-chapter-title{min-width:0;max-width:100%;}
/* Make the full reading-record row feel and behave like a link. */
.reading-record-list li { cursor:pointer; }
/* Directory header: centered bookplate title. */
.directory-page-head { position:relative; display:block; box-sizing:border-box; min-height:80px; margin:0; padding:15px 14px; border:0; background:#fff; text-align:center; }
.directory-page-head::before { content:''; position:absolute; top:30px; right:14px; left:14px; height:1px; background:#f56696; opacity:.52; }
.directory-page-head h1 { position:relative; z-index:1; display:inline-block; max-width:100%; margin:0; padding:0 13px; background:#fff; color:#333; font-size:19px; font-weight:normal; line-height:1.45; text-align:center; white-space:normal; overflow:visible; text-overflow:clip; word-break:break-all; }
.directory-chapter-stat { position:relative; z-index:1; display:block; width:auto; margin:7px auto 0; border:0; color:#999; font-size:12px; line-height:18px; text-align:center; }
.directory-chapter-stat span { display:inline-block; padding:0 7px; background:#fff; }
.directory-chapter-stat b { display:inline; font-size:12px; font-weight:normal; line-height:18px; }
@media (max-width:430px) { .directory-page-head { min-height:78px; padding:14px 10px; } .directory-page-head::before { right:10px; left:10px; } .directory-page-head h1 { font-size:17px; } }

/* Directory chapter jump: quick navigation. */
.directory-toolbar { display:grid; grid-template-columns:minmax(0,1fr) auto auto; align-items:center; gap:6px; margin:12px 0; padding:9px; border:1px solid #f2d6e0; border-radius:4px; background:#fff; }
.directory-toolbar label { grid-column:1 / -1; margin:0; color:#999; font-size:12px; line-height:18px; }
.directory-toolbar input { grid-column:1; box-sizing:border-box; flex:none; width:100%; min-width:0; height:31px; padding:0 8px; border:1px solid #ddd; border-radius:3px; color:#555; }
.directory-toolbar button { height:31px; padding:0 10px; border:1px solid #f56696; border-radius:3px; font-size:12px; white-space:nowrap; }
#chapter-jump-btn { background:#f56696; color:#fff; }
#chapter-order { background:#fff; color:#f56696; }
#chapter-jump-btn:active { background:#df4a7a; border-color:#df4a7a; }
#chapter-order:active { background:#f56696; color:#fff; }

/* Directory chapter row alignment. */
#directory-list { padding:0; }
#directory-list li { padding:0 10px; }
#directory-list li:hover { background:#fff8fa; }
#directory-list li a { padding:10px 4px; }
#directory-list li a:hover { background:transparent; color:#f56696; }
#directory-list .chapter-number { min-width:0; margin-right:4px; }


/* Shared desktop canvas width. */
@media (min-width:889px) {
  body { max-width:888px; margin-right:auto; margin-left:auto; }
  body#nr_body { margin-right:auto; margin-left:auto; }
}

/* Light canvas outside the 888px desktop shell. */
html {
  background:#fafafa;
}

.reading-record-list li a .reading-record-book { display:block; color:#333; font-size:14px; font-weight:600; line-height:22px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.reading-record-list li a .reading-record-chapter { display:block; color:#999; font-size:12px; line-height:18px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }

/* Let book introductions determine card height instead of clipping their text. */
.type-book-list .common-bookele span.abstract { display:block; height:auto; min-height:16px; max-height:none; overflow:visible; line-height:20px; white-space:normal; -webkit-line-clamp:unset; -webkit-box-orient:initial; }

/* Keep the related-recommendation background behind its floated list items. */
.custom-recommend ul { overflow:hidden; }
#novelMain::after { content:""; display:block; clear:both; }
