body {
  font-family: "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "\9ED1\4F53", Arial, sans-serif;
  letter-spacing: .2px;
  text-rendering: optimizeLegibility;
  overflow: hidden;
}
.markdown-section h1,
.markdown-section h2,
.markdown-section h3,
.markdown-section h4,
.markdown-section h5,
.markdown-section h6 {
  margin-bottom: .5em;
  font-weight: 400;
}
.markdown-section p {
  line-height: 2;
}

.markdown-section hr {
  height: 1px;
}

.markdown-section img {
  padding: 8px;
  background: #e4e4e478;
  transition: all 1s;
  box-sizing: border-box;
  box-shadow: 0 0 4px #dcdcdc;
  margin-left: 10px;
  margin-right: 10px;
  max-width: 95%;
}
.markdown-section img:hover {
  box-shadow: 0 0 10px #bbb
}

.exc-trigger {
  color: #333333;
}

.navigation {
  display: none;
}

/*Book inner page*/

.book-summary-title {
  height: 36px;
  line-height: 36px;
  padding-left: 30px;
  font-size: 16px;
  color: #adadad;
}

.book-summary,
.book-body {
  top: 55px;
}

.book-summary {
  width: 250px;
}

.book-summary ul.summary li.header {
  margin-bottom: 1px;
  margin-top: 1px;
  line-height: 8px;
  border-bottom: 1px dotted #dededede;
  font-size: 15px;

}

.book-summary ul.summary li.active {
  /*border-right: 2px solid #006eff;*/
  background: #E8EFF8;
  margin-bottom: 1px;
  margin-top: 1px;
  line-height: 8px;
}

.book-summary ul.summary li.chapter {
/*.book-summary li {*/
  margin-bottom: 1px;
  margin-top: 1px;
  line-height: 8px;
}

.book-summary ul.summary li.active>a {
  color: #006eff;
  text-decoration: none;
}

.book-summary ul.summary li a:hover {
  color: #006eff;
  text-decoration: none;

}

.page-inner {
  max-width: none;
  padding: 20px 220px 40px 40px;
}

.header-inner #book-search-input {
  float: right;
  width: 300px;
  margin: 0px 0px;
  padding: 0;
  border: none;
  user-select: none;
}

.header-inner #book-search-input input[type="text"] {
  width: 80%;
  background: #e4e4e4;
}

.header-inner #book-search-input #searchBtn {
  color: #ffffff;
  margin-left: 10px;
  cursor: pointer;
}

.header-inner #book-search-input #searchBtn:hover {
  color: #eae8e8;
}

.header-inner {
  width: 100%;
  padding: 8px 10px;
  border-bottom: 1px solid #dededede;
  margin: auto;
  *zoom: 1;
  height: 55px;
  background: #006eff;
}

.header-inner:before,
.header-inner:after {
  content: " ";
  display: table;
  line-height: 0;
}

.header-inner:after {
  clear: both;
}

.header-inner .logo {
  float: left;
  height: 36px;
  width: 159px;
  background: url('./logo.png');
  background-size: 159px 36px;
  background-repeat: no-repeat;
}

.header-inner .logo img {
  display: block;
  height: inherit;
  padding: 2px 0;
}

.header-inner .title {
  float: left;
  font-size: 20px;
  line-height: 36px;
  margin-left: 10px;
  color: #575656;
}

/* 导航 */
.header-inner .header-nav {
  list-style: none;
  margin: 0px 2px 0px 10px;
  padding: 0;
  float: left;
  display: table;
}

.header-inner .header-nav li {
  display: table-cell;
  vertical-align: top;
  min-width: 30px;
  /*margin-bottom: 50px;*/
  padding: 5px 2px 10px 2px;
  font-size: 16px;
  line-height: 30px;
}

.header-inner .header-nav li.selected {
  color: #FFFFFF;
  /*font-weight: bold;*/
  border-bottom: 20px solid #006eff;
}

.header-inner .header-nav li a {
  color: #FFFFFF;
  text-decoration: none;
}

.header-inner .header-nav li a:hover,
.header-inner .header-nav li a.active {
  color: #FFFFFF;
}

.header-inner .header-nav a.selected {
  color: #FFFFFF;

  /*font-weight: bold;*/
}

.header-inner .header-nav li a.active:hover {
  cursor: #FFFFFF;
}

@media (max-width: 768px) {
  .book-summary,
  .book-body {
    top: 101px;
  }
  .header-inner #book-search-input {
    clear: both;
    width: 100%;
  }
}
/*Book inner page end*/

/* Book  anchor*/
.book-anchor {
  width: 180px;
  position: absolute;
  top: 130px;
  right: 30px;
  padding: 0 10px 10px 10px;
  z-index: 999;
  user-select: none;
  border-left: 2px solid #ececec;
}
.book-anchor-title {
  line-height: 36px;
  font-weight: 400;
  cursor: pointer;
}
.book-anchor a {
  display: block;
  line-height: 25px;
  color: #656565;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.book-anchor a:hover {
  color: #006eff;
  text-decoration: none;
}
.book-anchor .selected {
  color: #006eff;
  text-decoration: none;
  font-weight: bold;
}
.book-anchor .anchor-h1 {}
.book-anchor .anchor-h2 {
  padding-left: 20px;
}
.book-anchor .anchor-h3{
  padding-left: 30px;
}

.header-inner .logo-splitter {
  float: left;
  line-height: 36px;
  margin-left: 0px;
  margin-right: 8px;
  color: #888888;
  font-size: 15px;
}

.header-inner .logo-desc {
  float: left;
  font-size: 15px;
  line-height: 36px;
  padding-top: 2px;
  margin-left: 0px;
  margin-right: 50px;
  color: #FFFFFF;
  vertical-align: middle;
}
