.boxdetail26 {
  width: 80%;
  margin: 0 auto;
  padding: 20px 0;
}

.book26header {
  height: 53px;
  line-height: 20px;
  color: #777777;
}
.book26header a {
  color: #777777;
}
.bookdetailbox1 {
  background: #fff;
  padding: 24px;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 20px;
}
.bookdetailbox1 img {
  width: 150px;
  height: 220px;
  margin-right: 20px;
}
.book26center {
  flex: 1;
  margin-right: 20px;
}
.book26center span {
  font-size: 18px;
  color: #ca1c1d;
}
.book26center p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 20px 0 40px;
  font-size: 14px;
}
.bookdetailbox1 {
  display: flex;
}
.bookbtn button:nth-child(1) {
  background: #ca1c1d;
  color: #fff;
}
.bookbtn button {
  width: 104px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  color: #ca1c1d;
  border: #ca1c1d 1px solid;
  border-radius: 5px;
  margin-right: 10px;
}
.book26right {
  width: 376px;
  border-left: #dbd4cd 1px solid;
  padding: 5px 0 5px 30px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 25px;
  color: #555;
}
.book26right div {
  margin-bottom: 2px;
  color: #555;
}
.bookdetailbox2 {
  background: #fff;
  padding: 10px 24px 24px;
}
.likebooktitle {
  margin-bottom: 20px;
}
.likebooktitle span {
  display: inline-block;
  padding-left: 12px;
  color: #676767;
  font-weight: bold;
  border-left: #ca1c1d 8px solid;
}
.likebookbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.likebookitem img {
  width: 120px;
  height: 170px;
}
.likebookitem {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 160px;
  height: 230px;
  margin-right: 20px;
}
.likebookname {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.likebookblue {
  color: #0099ff;
}
@media (max-width: 767px) {
  .book26header{
    height: 40px;
  }
  .bookdetailbox1{
    display: block;
  }
  .bookdetailbox1 img {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .book26center{
    margin-right: 0;
    margin-top: 15px;
  }
  .book26center span {
    font-size: 16px;
  }
  .book26center p {
    margin: 10px 0 20px;
    font-size: 12px;
  }
  .bookbtn{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
  }
  .bookbtn button{
    width: 100%;
    margin-right: 0;
  }
  .book26right {
    width: 100%;
    border-left: none;
    padding: 10px 0 0;
  }
  .likebookbox{
    display: block;
  }
  .likebookitem img {
    width: 100%;
    height: 170px;
  }
  .likebookitem {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
}
