html,
body {
  position: relative;
  height: 100%;
}
body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.font18 {
  font-size: 18px;
}
.font26 {
  font-size: 26px;
}
.font36 {
  font-size: 36px;
}
.font40 {
  font-size: 40px;
}
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  position: relative;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.items-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.centerWidth {
  /* max-width: 800px;
  position: relative;
  z-index: 1000;
  margin: 0 auto; */
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
.isbn {
  display: none;
}
.img img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.head {
  background: url(./images/head.jpg) no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
}
.icon {
  top: -70px;
}
.icon1 {
  margin-bottom: 25px;
}
.pc1 {
  background: url(./images/1.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.pc2 {
  background: url(./images/2.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.pc3 {
  background: url(./images/3.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.pc4 {
  background: url(./images/4.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.pc5 {
  background: url(./images/5.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.pc6 {
  background: url(./images/6.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.title {
  color: #fff;
}
.first_book {
  width: 100%;
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: flex;
  align-self: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.left {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-right: 15px;
}
.right {
  -webkit-box-flex: 1;
  flex: 1;
  text-align: left;
}
.first_book_message {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.lend_num {
  min-width: 160px;
  margin-left: 15px;
  border-left: 1px solid hsla(0, 0%, 100%, 0.5);
  flex-direction: column;
}
.lend_num_tit {
  margin-bottom: 14px;
}
.section {
  text-align: center;
}
.bottom {
  position: relative;
}
.section ul {
  list-style-type: none;
  white-space: nowrap;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0;
  padding: 0;
}
.section li {
  display: inline-block;
  overflow: hidden;
  white-space: normal;
  color: #fff;
  vertical-align: top;
  position: relative;
  z-index: 1;
  margin-right: 10px;
}
.section li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 20px 0 0;
}
.section li .name {
  font-size: 18px;
}
.other_book {
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.other_book_name {
  padding: 6px 0;
  width: 100%;
  height: auto;
  color: #fff;
  word-break: break-word;
  text-align: left;
}
.other_book_name span:nth-of-type(2) {
  opacity: 0.7;
  font-size: 16px;
}
.other_book_num,
.first_book_num {
  color: #ffac2d;
}
.title {
  margin-bottom: 70px;
  margin-top: -50px;
}
.short_line {
  border: 1px solid #fff;
  height: 1px;
  width: 40px;
  opacity: 0.5;
  margin: 7px 0;
}
.line {
  /* border: 0.5px solid #fff; */
  height: 1px;
  /* width: 100%;
  opacity: 0.5; */
  margin: 4.5px 0;
}
.slide .mos {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
}
.mos a{
  /* flex:1; */
  width: 100px;
}
.fp-tableCell {
  height: auto !important;
}
.fp-controlArrow{
  top: 100px;
}
.fp-controlArrow.fp-prev {
  left: -30px;
  border-width: 28.5px 20px 28.5px 0;

}
.fp-controlArrow.fp-next {
  right: -30px;
  border-width: 28.5px 0 28.5px 20px;
}

@media (max-width: 800px) {
  .section ul {
    overflow-x: scroll;
  }
  .title {
    margin-top: 0;
    margin-bottom: 35px;
  }
  .icon1 {
    margin-bottom: 75px;
  }
  .section li a{
    padding: 0;
  }
}
@media (min-width: 600px) {
  li {
    width: 240px;
  }

  .img {
    width: 120px;
    height: 180px;
  }
  .left {
    width: 120px;
    height: 180px;
    min-width: 88px;
  }
  .lend_num {
    min-height: 112px;
    padding-left: 40px;
  }
  .lend_num_tit {
    margin-bottom: 14px;
  }
}
@media (max-width: 600px) {
  .icon img {
    width: 100%;
  }
  .title .font40 {
    font-size: 34px;
  }
  /* .bottom {
    width: px;
  } */
  .section li {
    width: 100px;
  }
  .img {
    width: 100px;

    height: 140px;
  }
  .first_book_message .name{
    font-size: 18px;
  }
  .first_book_message .font18{
    font-size: 16px;
  }
}
