.box {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #c70a17;
}

.wrap {
  width: 1312px;
}

.banner {
  position: relative;
  width: 100%;
  height: 940px;
  padding-top: 40px;
  background-image: url(../images/banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

.txt {
  margin: 0 auto;
}

.title {
  display: table;
  height: 108px;
  padding: 0 74px;
  margin: 0 auto 50px auto;
  line-height: 108px;
  background-color: #e21d2d;
  border-radius: 10px;
  font-size: 66px;
}
.buy-btn {
	height: 88px;
	width: 200px;
  padding: 0 74px;
  margin: 60px auto 0px;
  line-height: 88px;
  background: #e21d2d;
  border-radius: 50px;
  font-size: 46px;
  color: #fbe7d2;
  text-align: center;
  font-weight: bold;
  display: block;
}
.line{
	width: 100%;
	/*height: 1px;*/
	/*background: #fbe7d2;*/
	border: 1px dashed #e53e38;
	margin-top: 60px;
}
.title p {
  font-weight: bold;
  background: linear-gradient(0deg, rgba(252, 180, 102, 1) 0%, rgba(255, 255, 255, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box01 {
  padding-top: 52px;
}

.books li {
  float: left;
  width: 322px;
  margin-right: 8px;
  margin-bottom: 10px;
  border-radius: 8px;
  transition: transform .5s ease;
}

.books li:hover {
  transform: translateY(-2px);
}

.books li:nth-child(4n) {
  margin-right: 0;
}

.books li a {
  display: block;
}

.books li img {
  width: 100%;
  height: 378px;
  border-radius: 8px 8px 0 0;
}

.books_info {
  box-sizing: border-box;
  height: 196px;
  padding: 28px 11px 0 11px;
  background-color: #fff;
  font-size: 18px;
  border-radius: 0 0 8px 8px;
}

.info {
  height: 56px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 14px;
  line-height: 28px;
}

.price {
  margin-bottom: 6px;
}

.price span {
  color: #eb0d24;
}

.price span b {
  font-size: 30px;
}

.market_price {
  float: right;
  color: rgba(156, 156, 155, 1);
  text-decoration: line-through;
}

.box02 {
  padding-top: 60px;
}

.box03 {
  padding-top: 60px;
  padding-bottom: 20px;
}
.slide {
  position: fixed;
  right: 0px;
  top: 50%;
  margin-top: -130px;
  z-index: 9997;
}
.slide .scon ul .s-list {
  padding: 0 10px;
}
.slide .scon ul .s-list a {
  width: 107px;
  height: 32px;
  background: #f9dac7;
  margin: 2px auto 0;
  border-radius: 5px;
  display: block;
  color: #d61d23;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
}
.slide .scon ul .s-list:hover a {
  background: #eba713;
  color: #f9dac7;
}
.slide .scon .s-top {
  color: white;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
  margin: 0 auto;
  font-size: 14px;
}
.slide .close {
  cursor: pointer;
  width: 31px;
  height: 32px;
  display: block;
  background: url(../images/close.png) no-repeat;
  margin: 20px auto 0;
}
.open {
  z-index: 9997;
  width: 28px;
  height: 110px;
  background: #f9dac7;
  color: #d61d23;
  cursor: pointer;
  text-align: center;
  padding-top: 15px;
  position: fixed;
  right: -28px;
  top: 50%;
  margin-top: -100px;
}


@media only all and (max-width:1080px) {
  .banner {
    height: 18rem;
    padding-top: 0.5rem;
    background-size: 100%;
  }

  .txt {
    width: 24rem;
    margin: 0 auto;
  }

  .wrap {
    width: 94%;
  }

  .box01 {
    padding-top: 1rem;
  }
   .buy-btn {
		height:2rem;
		width: 7rem;
	  padding: 0 .5rem;
	  margin: 1rem auto 0px;
	  line-height: 2rem;
	  font-size: 1rem;
	}
	.line{
		margin-top: 2rem;
	}
  .title {
    height: 2.4rem;
    padding: 0 1.8rem;
    margin: 0 auto 1rem auto;
    line-height: 2.4rem;
    border-radius: .25rem;
    font-size: 1.5rem;
  }

  .books li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: .5rem;
    border-radius: .2rem;
  }

  .books li:nth-child(even) {
    margin-right: 0;
  }

  .books li img {
    height: auto;
    border-radius: .4rem .4rem 0 0;
  }

  .books_info {
    height:6rem;
    padding: .5rem .25rem 0 .25rem;
    font-size: .7rem;
    border-radius: 0 0 .4rem .4rem;
  }

  .info {
    height: 2.2rem;
    line-height: 1.1rem;
    margin-bottom: .15rem;
  }

  .price {
    margin-bottom: .15rem;
  }

  .price span b {
    font-size: 1rem;
  }
  .box02{
    padding-top: 2rem;
  }
  .box03{
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .slide {
    right: -190px;
  }
  .open {
	  width: 1rem;
	  height: 3rem;
	  padding-top: 0.2rem;
	  padding-bottom: 0.2rem;
	  font-size: 0.5rem;;
	  right: 0;
	  top: 50%;
	  margin-top: -100px;
	}
}