.carousel115 .booksBox .box {
  display: block;
  position: relative;
}
.carousel115 .booksBox .box .img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.carousel115 .booksBox .box .img .gp-img-responsive {
  padding-bottom: 47.92%;
}
.carousel115 .booksBox .box .tit {
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  max-width: 50%;
  display: none;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 3;
}
.carousel115 .booksBox .slick-dots {
  bottom: 50px;
  right: 50%;
  transform: translateX(50%);
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  padding: 0 9px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
}
.carousel115 .booksBox .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
  position: relative;
}
.carousel115 .booksBox .slick-dots li.slick-active::before {
  background: #ae1010;
}
.carousel115 .booksBox .slick-dots li::before {
  content: '';
  display: block;
  width: 100%;
  height: 40px;
  background: transparent;
  transition: all 0.35s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: -1;
}
.carousel115 .booksBox .slick-dots li button {
  background: transparent;
  text-indent: 0;
  font-size: 16px;
  color: #fff;
  line-height: 38px;
  padding: 0 9px;
}
@media screen and (max-width: 1560px) {
  .carousel115 .booksBox .box .tit {
    font-size: 22px;
  }
}
@media screen and (max-width: 680px) {
  .carousel115 .booksBox .slick-dots {
    transform: none;
    right: 30px;
    bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  .carousel115 .booksBox .box .tit {
    font-size: 18px;
    bottom: 15px;
  }
  .carousel115 .booksBox .slick-dots {
    right: 20px;
  }
  .carousel115 .booksBox .slick-dots li button {
    line-height: 28px;
    font-size: 14px;
  }
  .carousel115 .booksBox .slick-dots li::before {
    line-height: 30px;
  }
}
@media screen and (max-width: 414px) {
  .carousel115 .booksBox .box .img .gp-img-responsive {
    padding-bottom: 0;
    height: 170px;
    position: relative;
  }
  .carousel115 .booksBox .box .img .gp-img-responsive img {
    height: 100%;
    min-width: 100%;
    max-width: unset;
  }
}
.carousel115 .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.6s ease;
}
.carousel115 .slick-arrow.slick-prev {
  left: 0%;
  margin-left: 0px;
}
.carousel115 .slick-arrow.slick-next {
  right: 0%;
  margin-right: 0px;
}
.carousel115 .slick-arrow:after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  height: auto;
}
.carousel115 .slick-arrow:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 18px;
  line-height: 45px;
  vertical-align: middle;
}
@media screen and (max-width:479px) {
  .carousel115 .slick-arrow {
    width: 35px;
    height: 35px;
  }
  .carousel115 .slick-arrow::before {
    font-size: 16px;
    line-height: 40px;
  }
}
