.w1200 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.bookHeader {
  padding: 20px 0;
  border-bottom: 1px solid #f2f2f2;
}
.bookHeader .w1200 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bookHeader .w1200 .left .logo {
  display: flex;
  align-items: center;
}
.bookHeader .w1200 .left .logo h1 {
  font-size: 0;
}
.bookHeader .w1200 .left .logo h1 img {
  transform: scale(1);
  transition: transform 0.5s;
  height: 40px;
}
.bookHeader .w1200 .left .logo .tips {
  margin-left: 32px;
  font-family: Poppins-Medium;
  font-size: 20px;
  color: #333;
}
.bookHeader .w1200 .right {
  position: relative;
}
.bookHeader .w1200 .right input {
  width: 300px;
  height: 42px;
  padding: 0 50px 0 20px;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
}
.bookHeader .w1200 .right .submit {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 2px;
  width: 42px;
  height: 42px;
  cursor: pointer;
}
.bookHeader .w1200 .menu {
  display: none;
}

.mobSearch {
  display: none;
}

.bookBlock {
  min-height: calc(100vh - 142px);
  padding: 60px 0;
}
.bookBlock .w1200 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.bookBlock .w1200 .left {
  width: 220px;
}
.bookBlock .w1200 .left ul li {
  margin-bottom: 16px;
}
.bookBlock .w1200 .left ul li > a {
  display: flex;
  justify-content: space-between;
  line-height: 34px;
}
.bookBlock .w1200 .left ul li > a span {
  font-family: Poppins-Light;
  color: #666;
}
.bookBlock .w1200 .left ul li > a em {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-right: -10px;
  font-size: 0;
}
.bookBlock .w1200 .left ul li > a em img {
  transform: rotate(0deg);
  transition: transform 0.5s;
}
.bookBlock .w1200 .left ul li > a.on em img {
  transform: rotate(90deg);
}
.bookBlock .w1200 .left ul li .level {
  overflow: hidden;
  height: 0;
}
.bookBlock .w1200 .left ul li .level .center {
  position: relative;
  padding: 18px 0 6px;
  padding-left: 30px;
}
.bookBlock .w1200 .left ul li .level .center a {
  display: block;
  font-family: Poppins-Medium;
  font-size: 14px;
  line-height: 36px;
  color: #666666;
}
.bookBlock .w1200 .left ul li .level .center a.on {
  color: #08d3e1;
}
.bookBlock .w1200 .left ul li .level .center::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% + 8px);
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 40px);
  background: #e6e6e6;
}
.bookBlock .w1200 .right {
  width: calc(100% - 220px - 160px);
}
.bookBlock .w1200 .right > .title {
  font-family: Poppins-SemiBold;
  font-size: 32px;
  color: #1a1a1a;
}
.bookBlock .w1200 .right > .content {
  margin-top: 15px;
}
.bookBlock .w1200 .right > .content td {
  border: 1px solid #d8d8d8;
}
.bookBlock .w1200 .right .page {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
.bookBlock .w1200 .right .page a {
  width: calc((100% - 18px) / 2);
  height: 85px;
  padding: 16px 75px 16px 20px;
  border-radius: 6px;
  border: solid 1px #e5e5e5;
  background: url(../images/book/bookBlockImg2.png) no-repeat;
  background-position: right 20px center;
}
.bookBlock .w1200 .right .page a span {
  font-size: 14px;
  color: #666;
}
.bookBlock .w1200 .right .page a p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}

.bookFooter {
  height: 60px;
  background: #f7f7f7;
}
.bookFooter .w1200 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.bookFooter .w1200 .left {
  font-size: 14px;
  color: rgba(102, 102, 102, 0.5);
}

@media (any-hover: hover) {
  .bookHeader .w1200 .left .logo:hover h1 img {
    transform: scale(1.1);
  }
}
@media (max-width: 1080px) {
  .bookHeader .w1200 .left .logo h1 img {
    height: 30px;
  }
  .bookHeader .w1200 .left .logo .tips {
    margin-left: 20px;
    font-size: 14px;
  }
  .bookHeader .w1200 .right {
    display: none;
  }
  .bookHeader .w1200 .menu {
    display: block;
    transition: background 0.5s;
    width: 40px;
    height: 40px;
    padding: 6px;
    border-radius: 4px;
    font-size: 0;
    cursor: pointer;
  }
  .bookHeader .w1200 .menu.on {
    background: rgba(0, 0, 0, 0.05);
  }
  .mobSearch {
    display: block;
    position: relative;
    margin: 0 5%;
    margin-top: 30px;
  }
  .mobSearch input {
    width: 100%;
    height: 44px;
    padding: 0 20px;
    padding-right: 50px;
    background: none;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    font-size: 14px;
    color: #666;
  }
  .mobSearch .submit {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 2px;
    width: 44px;
    height: 44px;
    cursor: pointer;
  }
  .bookBlock {
    padding: 20px 0 30px;
  }
  .bookBlock .w1200 {
    flex-wrap: wrap;
  }
  .bookBlock .w1200 .left {
    display: none;
    width: 100%;
  }
  .bookBlock .w1200 .right {
    width: 100%;
  }
  .bookBlock .w1200 .right > .title {
    font-size: 24px;
    line-height: 1.4;
  }
  .bookBlock .w1200 .right > .content {
    margin-top: 10px;
  }
  .bookBlock .w1200 .right > .page {
    margin-top: 30px;
  }
  .bookBlock .w1200 .right > .page .prev, .bookBlock .w1200 .right > .page .next {
    height: auto;
  }
  .bookBlock .w1200 .right > .page .prev span, .bookBlock .w1200 .right > .page .next span {
    font-size: 12px;
  }
  .bookBlock .w1200 .right > .page .prev p, .bookBlock .w1200 .right > .page .next p {
    font-size: 14px;
  }
}
@media (max-width: 820px) {
  .bookBlock .w1200 .right .page .prev, .bookBlock .w1200 .right .page .next {
    width: 100%;
    padding: 16px 20px;
    background: none;
  }
  .bookBlock .w1200 .right .page .prev span, .bookBlock .w1200 .right .page .next span {
    display: block;
  }
  .bookBlock .w1200 .right .page .prev {
    text-align: right;
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=book.css.map */