/* 普通模式 */
/* 夜间模式 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.book-view {
  position: relative;
  zoom: 1;
  background: #fff;
  -webkit-transition: background 0.6s;
  -o-transition: background 0.6s;
  transition: background 0.6s;
}
.book-view-footer {
  padding: 30px;
  text-align: center;
  display: block;
}
.book-view-footer > a {
  margin: 0 14px;
}
.book-view-footer .book-view-key {
  margin-top: 20px;
  font-family: MicrosoftYaHei;
  font-size: 12px;
}
.book-view-footer .book-view-key span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 6px;
  border-radius: 4px;
  vertical-align: middle;
  background-color: #999;
}
.book-view-footer .book-view-key span.disable {
  opacity: 0.5;
}
.book-view-footer .book-view-key span::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin: 5px auto;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.book-view-footer .book-view-key span.key-pre::after {
  border-right: 8px solid #fff;
  border-left: 0 solid transparent;
}
.book-view-footer .book-view-key span.key-next::after {
  border-left: 8px solid #fff;
  border-right: 0 solid transparent;
}
.bookView-container {
  position: relative;
  zoom: 1;
  -webkit-transition: background 0.6s;
  -o-transition: background 0.6s;
  transition: background 0.6s;
  padding-bottom: 20px;
}
.book-meta {
  text-align: center;
  border-bottom: 1px #f2f5f7 solid;
}
.book-meta > h1 {
  padding-top: 30px;
  line-height: 46px;
  font-size: 30px;
}
.book-meta > p {
  line-height: 32px;
  color: #707070;
  font-size: 12px;
}
.book-meta > p > span {
  margin-right: 57px;
}
.empty-content {
  text-align: center;
  margin: 10px auto;
}
.article-content {
  padding: 24px 80px;
  font-size: 18px;
  line-height: 30px;
  word-break: break-word;
  font-weight: 100;
}
.article-content p {
  margin: 0 0 12px;
}
.button-black,
.button-green {
  width: 116px;
  line-height: 32px;
}
.load {
  margin: 80px auto;
  font-size: 16px;
  text-align: center;
}
.chapter-button-180,
.chapter-button-164 {
  width: 180px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
}
.chapter-button-164 {
  width: 164px;
}
.side-right {
  position: fixed;
  top: 220px;
  z-index: 99;
}
.side-right >* {
  margin-bottom: 4px;
  cursor: pointer;
}
.side-right {
  margin-left: 1200px;
}
.side-right .side-item {
  width: 140px;
  font-weight: bold;
  font-size: 14px;
  color: #333;
  line-height: 38px;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  text-align: center;
}
.side-right .side-item.active {
  background: #121652;
  border-color: #121652;
  color: #fff;
}
.side-right .side-item[disabled] {
  background: #dbdbdb;
  color: #fff;
  border-color: #dbdbdb;
}
.side-right .side-item {
  height: 38px;
}
.chaplist-panel {
  position: fixed;
  top: 220px;
  right: 40%;
  margin-right: -410px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(58,58,58,0.5);
          box-shadow: 0 0 8px 0 rgba(58,58,58,0.5);
  z-index: 99;
}
.chaplist-panel {
  top: 263px;
  width: 379px;
  margin-top: 88px;
}
.chaplist-panel header {
/*padding-left: 20px;
        line-height: 56px;*/
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #f7f5f2;
  text-align: center;
}
.chaplist-panel header >* {
  float: left;
  width: 66px;
  color: #aaa;
  text-align: center;
  cursor: pointer;
}
.chaplist-panel header >*.active {
  color: #333;
}
.chaplist-panel header >*.active >* {
  border-bottom: 4px #333 solid;
}
.chaplist-panel .panel-body >div {
/* fix ie7 overflow: scroll/auto 不生效 */
  position: relative;
  max-height: 400px;
  *height: 400px;
  overflow-y: scroll;
}
@media screen and (min-height: 750px) {
  .chaplist-panel .panel-body >div {
    max-height: 556px;
    *height: 556px;
  }
}
.chaplist-panel .volume {
  padding-left: 32px;
  line-height: 40px;
  font-size: 16px;
  background: #f2f5f7;
}
.chaplist-panel .chapter-list {
  position: relative;
  font-size: 14px;
  color: #2d220e;
  zoom: 1;
}
.chaplist-panel .chapter-list >* {
  padding: 14px 84px 14px 20px;
  border-bottom: 0;
}
.app-download .title {
    font-size: 20px;
    line-height: 50px;
}
.app-download  ul {
    overflow: hidden;
    white-space:nowrap; 
}
.app-download  li{
    padding: 0 15px;
    list-style: none;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    display: inline;
}


