* {
  margin: 0;
  padding: 0;
}
body {
  background: #eff8fb;
}
.scroll #header .index-header {
  background: #00a0e8;
}
a {
  text-decoration: none;
}
.banner .container {
  width: 1300px;
  margin: 0 auto;
}
.banner {
  background: url("https://cdn.gdskfz.com/skfz/images/gongyi/social/BANNER.jpg") no-repeat center;
  height: 750px;
  color: #fff;
  box-sizing: border-box;
  padding-top: 29.625rem;
}
.banner h1 {
  margin: 0;
  font: 3.375rem "SourceHanSansCN-Medium";
}
.banner h2 {
  font: 2.25rem "GothamPro-Regular", "SourceHanSansCN-Regular";
}
.main {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: 128px auto 0;
  /* height     : 130rem; */
}
.main .active {
  background-color: #00a0e8;
  color: #fff;
  font-size: 20px;
}
.main .active svg {
  fill: #fff;
  width: 2.3rem;
}
.clearfix::after,
.clearfix::before {
  content: "";
  clear: both;
  display: block;
}
/* 左侧 */
.left-nav {
  width: 30%;
  min-width: 200px;
  padding-top: 96px;
}
.nav-container {
  margin: 0;
  padding: 0;
  background: #ffffff;
  width: 100%;
}
.nav-container div {
  color: #7c7c7c;
  line-height: 100px;
  border: 1px solid #eff8fb;
  border-left: none;
  border-right: none;
  text-align: right;
  padding-right: 5rem;
  font: bold;
  position: relative;
}
.nav-container div a {
  display: block;
  color: #7c7c7c;
}
.nav-container div:hover a {
  color: #fff;
}
.nav-container div svg {
  width: 2rem;
  position: absolute;
  top: 2.3rem;
  top: 0\9;
  right: 2rem;
  fill: #00a0e8;
}
.nav-container .active a {
  color: #fff;
}
.nav-container div:hover {
  background-color: #00a0e8;
  color: #fff;
  font-size: 20px;
}
.nav-container div:hover svg {
  fill: #ffffff;
  width: 2.3rem;
}
/* 漫画 */
.manhua-wrapper {
  flex: 1;
  min-width: 800px;
  display: flex;
  flex-direction: row;
}
.manhua-wrapper .manhua-banner {
  width: 100%;
}
.manhua-wrapper .manhua-banner img {
  width: 100%;
  display: block;
}
.manhua-wrapper .manhua-list {
  padding: 24px;
  background-color: #ffffff;
}
.manhua-wrapper .manhua-list .manhua-list-noContent {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  letter-spacing: 2px;
  color: #afafaf;
}
.manhua-wrapper .manhua-list .manhua-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
  border-bottom: 1px solid #838383;
}
.manhua-wrapper .manhua-list .manhua-item:hover {
  background-color: #eff8fb;
  border-left: 10px solid #00a0e8;
  border-top: none;
  padding-left: 8px;
}
.manhua-wrapper .manhua-list .manhua-item .title {
  font-size: 20px;
  color: #007BCB;
  font-weight: 700;
  cursor: pointer;
}
.manhua-wrapper .manhua-list .manhua-item .createTime {
  color: #838383;
  font-size: 16px;
}
.turnBook {
  z-index: 10000;
}
.e-masker {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  padding: 32rpx;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(8, 8, 8, 0.7);
  z-index: 10000;
  transform: scale(1.185);
  -ms-transform: scale(1.185);
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
  backface-visibility: hidden;
  pointer-events: none;
}
.e-masker.show {
  opacity: 1;
  transition-duration: 0.3s;
  -ms-transform: scale(1);
  transform: scale(1);
  pointer-events: auto;
}
@media screen and (max-width: 1366px) and (min-width: 1200px) {
  #warpper .banner {
    padding-top: 36.375rem;
    padding-left: 8rem;
    min-width: 1200px;
  }
  #warpper .banner .container {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  #warpper .banner {
    padding-top: 36.375rem;
    padding-left: 8rem;
    min-width: 1200px;
  }
  #warpper .banner .container {
    width: 100%;
  }
}
@media screen and (min-width: 0 \9) {
  #warpper .banner h1 {
    font-size: 3.375rem;
    font-family: "SourceHanSansCN-Medium";
  }
  #warpper .banner h2 {
    font-size: 2.25rem;
    font-family: "GothamPro-Regular", "SourceHanSansCN-Regular";
  }
}
