body {
  font: 12px/1.5 'MicroSoft YaHei';
  background: white;
}
body,
body dl,
body dt,
body dd {
  margin: 0;
}
.s_m { margin-top: 10px; float: left; width: 100%; }
a {
  text-decoration: none;
  color:#616161;
}
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;
}
.LIST {
  font-size: 16px;
  margin-top: .5em;
}
.LIST dt {
  color: #999;
  line-height: 30px;
  border-bottom: 1px solid #D6D6D6;
  padding: 5px 1em;
  display: -webkit-box;
  display: -ms-flexbox;
}
.LIST dt .tit {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  display: block;
}
.LIST dt .del {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  display: block;
  width: 3em;
  text-align: center;
  height: 30px;
  border: 1px solid #D6D6D6;
  border-radius: 5px;
}
.LIST .Block a {
  padding: 0 1em;
  color: #666;
  display: block;
  line-height: 40px;
  border-bottom: 1px solid #D6D6D6;
  display: -webkit-box;
  display: -ms-flexbox;
}
.LIST .Block a .tit {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  display: block;
}
.LIST .Block a .more {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  display: block;
  color: #999;
  padding-right: 15px;
  font-size: 12px;
  text-align: right;
  background: url('arr_right.png') no-repeat right center;
  background-size: .6em 1em;
}
.LIST .Inline {
  overflow: hidden;
}
.LIST .Inline a {
  font-size: 14px;
  border: 1px solid #D6D6D6;
  margin: .5em;
  padding: 0 .5em;
  color: #666;
  float: left;
  line-height: 2;
}
.common-bookele {
    padding: 1em;
    word-wrap: break-word;
    overflow: hidden;
    border-bottom: 1px solid #ececec;
}
.common-bookele .articlename {
    font-size: 16px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    word-break: break-all;
    font-weight: normal;
    color: #49CC9F;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 2px;
}
.common-bookele p {
    color: #6B6B6B;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
    font-size: 12px;
    margin: 5px 0;
}
.common-bookele p strong {
    font-weight: normal;
}
.common-bookele .lastupdate {
    margin-bottom: 5px;
}
.common-bookele span.abstract {
    padding-top: 4px;
    height: 32px;
    line-height: 16px;
    color: #6B6B6B;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.common-bookele .abstract a {
    text-decoration: none;
    color: inherit;
}
.foot {
    text-align: center;
    padding: 10px 0 15px;
    width: 100%;
    float: left;
}
.foot a {
    color: #49CC9F;
} 

/* Keep the search view aligned with the site's pink navigation theme. */
body {
  background: #f5f5f5;
  color: #353535;
  font: 14px/1.5 "Microsoft YaHei", Arial, sans-serif;
}


.search-brandbar {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0;
  box-sizing: border-box;
  background: #f56696;
  color: #fff;
}
.search-brandbar span { flex: 1; }
.search-brandbar a {
  margin-left: 10px;
  padding: 0;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 50px;
}
.search-brandbar .search-brand {
  margin-left: 10px;
  padding: 0;
  font: 700 28px/50px "Microsoft YaHei", Gotham-Medium, "Hiragino Sans GB", Arial, Verdana, Helvetica;
}
.search-brandbar a:last-child { margin-right: 20px; }
.search-main { display: flex; gap: 5px; padding: 10px 5px; background: #eee; }
.search-main .key { flex: 1; width: auto; height: 30px; padding: 0 14px; border: 0; border-radius: 15px; background: #fff; outline: 0; font-size: 14px; }
.search-main button { height: 30px; padding: 0 14px; border: 0; border-radius: 15px; background: #f56696; color: #fff; font-size: 14px; }
.search-tools { display: flex; align-items: center; padding: 9px 12px; background: #fff; border-top: 1px solid #f5dce5; border-bottom: 1px solid #f0b1c5; }
.search-tools strong { color: #f56696; font-size: 16px; }
.search-tools span { flex: 1; margin-left: 8px; color: #999; font-size: 12px; }
.search-tools em { font-style: normal; color: #f56696; }
.search-tools a { color: #f56696; text-decoration: none; font-size: 12px; }
header.Nav, header.Nav2 {
  background: #f56696;
  border-bottom-color: #f56696;
}
header.Nav a, header.Nav2 a, header.Nav span {
  color: #fff;
}
header.Nav a.back {
  font-size: 0;
}
header.Nav a.back::after {
  content: "";
  font-size: 16px;
}
.search {
  background: #fff;
  border-bottom-color: #e8e8e8;
}
.search label.so input.key { height: 30px; }
.common-bookele {
  margin: 8px;
  padding: 14px 12px;
  background: #fff;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 1px 5px #eadde2;
}
.common-bookele .articlename,
.common-bookele .articlename a {
  color: #f56696;
}
#page a {
  border-bottom-color: #f56696;
  color: #f56696;
}
.foot a {
  color: #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 a:active {
  color: #fff !important;
  background: #f56696;
}
#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;
}

/* Match the category card layout on the search results page. */
.type-book-list { margin:20px 15px 0; }
.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 .common-bookele { box-sizing:border-box; margin:0 auto 1rem; padding:1rem; word-wrap:break-word; background:#fff; overflow:hidden; border:0; border-radius:0; box-shadow:none; }
.type-book-list .type-book-card h3 { display:block; box-sizing:border-box; height:27px; margin:0; padding:0 0 2px; line-height:25px; color:#f56696; font-weight:normal; text-indent:0; }
.type-book-list .type-book-card h3 a { display:block; width:100%; overflow:hidden; text-indent:0; }
.type-book-list .type-book-card p { display:block; box-sizing:border-box; height:16px; margin:0; line-height:16px; color:#6B6B6B; overflow:hidden; font-size:12px; }
.type-book-list .type-book-card span.abstract { display:block; box-sizing:border-box; height:36px; min-height:36px; margin:0; padding-top:4px; line-height:16px; color:#6B6B6B; font-size:14px; overflow:hidden; }
#page #_go {
  height: 28px;
  padding: 0 8px;
  border: 1px solid #f56696;
  border-radius: 5px;
  background: #f56696;
  color: #fff;
  font-size: 12px;
}

/* Search pagination: compact text navigation with the existing jump control. */
#page {
  gap: 18px;
  padding-top: 20px !important;
  padding-bottom: 24px !important;
}
#page a {
  min-width: 0;
  height: 28px;
  padding: 0 2px;
  border: 0 !important;
  border-bottom: 1px solid #f56696 !important;
  border-radius: 0;
  background: transparent;
  color: #f56696 !important;
  line-height: 28px;
}
#page a:active {
  background: transparent;
  color: #d83f72 !important;
}
#page div {
  gap: 8px;
  height: 28px;
}
#page div span {
  min-width: 0;
  white-space: nowrap;
  line-height: 26px;
}
#page div form {
  height: 28px;
  margin: 0;
  align-items: center;
}
#page #go_page {
  height: 28px;
  border: 0;
  border-bottom: 1px solid #e6a7bc;
  border-radius: 0;
  background: transparent;
}
#page #_go {
  height: 28px;
  padding: 0 5px;
  border: 0;
  border-bottom: 1px solid #f56696;
  border-radius: 0;
  background: transparent;
  color: #f56696;
}

/* Shared desktop canvas width for the standalone search shell. */
@media (min-width:889px) {
  body {
    max-width:888px;
    margin-right:auto;
    margin-left:auto;
  }
}

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

/* Match the normal shell scrollbar treatment. */
html {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.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; }

/* Search pages create the reading-record dialog from wap.js. */
.reading-record-mask { position:fixed; z-index:10000; inset:0; padding:10vh 10px 20px; background:rgba(0,0,0,.35); }
.reading-record-panel { font-family:"\5FAE\8F6F\96C5\9ED1","Gotham-Medium","Hiragino Sans GB",Arial,Verdana,Helvetica; font-size:14px; line-height:normal; -webkit-font-smoothing:antialiased; font-smoothing:antialiased; text-rendering:optimizeLegibility; color:#353535; }
.reading-record-panel { display:flex; flex-direction:column; width:min(100%,520px); max-height:80vh; margin:0 auto; overflow:hidden; background:#fff; border-radius:4px; box-shadow:0 2px 12px rgba(0,0,0,.2); }
.reading-record-header { display:flex; flex:0 0 auto; 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-scroll { flex:1 1 auto; min-height:0; overflow-y:auto; overflow-x:hidden; overscroll-behavior:contain; -webkit-overflow-scrolling:touch; }
.reading-record-list { margin:0; padding:0 12px; }
.reading-record-list li { padding:9px 0; border-bottom:1px dashed #ddd; cursor:pointer; }
.reading-record-list li a { display:block; color:#333; text-decoration:none; }
.reading-record-list li strong { padding-right:6px; }
.reading-record-list li small { display:block; color:#999; }
.reading-record-panel .reading-record-list { margin:0; padding:0 12px; list-style:none; }
.reading-record-panel .reading-record-list li { margin:0; padding:9px 0; list-style:none; }
.reading-record-panel .reading-record-empty { margin:0; padding:25px 12px; }
.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; }

/* 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 search pages scrollable while removing the browser scrollbar and pinch zoom. */
html, body {
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-y;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
