@charset "UTF-8";

/* 内容主体 */
main {
  margin: 0 auto;
  max-width: 1200px;
}

.container {
  width: 100%;
  max-width: 1200px;
  overflow-x: hidden;
}

@media screen and (max-width: 1199px) {
  .container {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

.padding-0 {
  padding-right: 0;
  padding-left: 0;
}

.padding-r {
  padding-right: 0;
}

.padding-l {
  padding-left: 0;
}

header {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 16px 13px 0px rgba(86, 86, 86, 0.08);
}

/* 导航栏 */
main .nav {
  font-size: 12px;
  color: #5a5a5a;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-family: Noto Sans S Chinese;
  font-weight: 400;
  line-height: 14px;
}

main .nav .pag {
  margin-left: 4px;
}

main .nav .on {
  color: #adadad;
}

/* 试读区 */
.reading {
  display: flex;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .reading {
    flex-wrap: wrap;
  }

  .reading .reading_left {
    padding-right: 0 !important;
  }

  .reading .reading_left .reading_img {
    padding: 2.6rem !important;
  }
}

@media screen and (max-width: 580px) {
  .reading .reading_right .xinxi {
    display: flex;
    flex-wrap: wrap;
  }

  .reading .reading_right .xinxi li {
    width: 50% !important;
  }
}

@media screen and (max-width: 480px) {
  .reading .reading_right .buy {
    flex-wrap: wrap;
  }

  .reading .reading_right .buy .but_1 img,
  .reading .reading_right .buy .but_1,
  .reading .reading_right .buy .reading,
  .reading .reading_right .buy .jh {
    width: 100% !important;
    margin: 0 0 1rem 0 !important;
  }

  .reading .reading_right .buy .reading {
    display: flex;
    justify-content: center;
  }
}

.reading .reading_left {
  padding-right: 23px;
}

.reading .reading_left .reading_img {
  background: #ffffff;
  border: 1px solid #eeeeee;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.reading .reading_left .reading_img img {
  min-height: 300px;
  max-height: 360px;
  height: auto;
}

.reading .reading_left .reading_img .reading_img1 {
  width: 208px !important;
}

.reading .reading_left .reading_img .reading_img2 {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 322px;
  right: 10px;
}

.reading .reading_left .reading_txt {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

@media screen and (max-width: 1199px) {
  .reading .reading_left .reading_txt {
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    margin-bottom: 1rem !important;
  }
}

.reading .reading_left .reading_txt .wacth {
  background: url("../../images/book_details/browse_2.png") no-repeat;
  padding-left: 2rem;
  padding-top: -1vw;
}

@media screen and (max-width: 1199px) {
  .reading .reading_left .reading_txt .wacth {
    margin-right: 1rem;
  }
}

.reading .reading_left .reading_txt .collection {
  margin-left: 15px;
  margin-right: 58px;
  margin-top: 1px;
  display: flex;
}

@media screen and (max-width: 1199px) {
  .reading .reading_left .reading_txt .collection {
    margin-left: 0;
    margin-right: 1rem;
  }
}

.reading .reading_left .reading_txt .collection p {
  margin-top: 9px;
  margin-left: 10px;
}

.reading .reading_left .reading_txt .collection .icon.on {
  color: #ff7e10;
}

.reading .reading_left .reading_txt .fenxiang {
  position: relative;
  background: url("../../images/book_details/fengxiang_2.png") no-repeat;
  background-size: 14px 12px;
  padding-left: 30px;
}

.reading .reading_left .reading_txt .fenxiang .share-box {
  display: none;
  margin-top: -3px;
  z-index: 9;
  margin-left: -61px;
}

.reading .reading_left .reading_txt .fenxiang p.share {
  margin-top: 0px;
}

.reading .reading_left .reading_txt .fenxiang ul>li {
  margin: 0;
}

.reading .reading_left .reading_txt .fenxiang:hover .share-box {
  display: block;
  z-index: 9;
}

.reading .reading_left .reading_txt .fenxiang p {
  height: 13px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  cursor: pointer;
  color: #a6aac3;
}

.reading .reading_left .reading_txt .wacth:hover {
  background: url("../../images/book_details/browse_1.png") no-repeat;
  color: #ff7e10;
}

.reading .reading_left .reading_txt .fenxiang:hover {
  background: url("../../images/book_details/fengxiang_1.png") no-repeat;
  background-size: 14px 12px;
}

.reading .reading_left .reading_txt .fenxiang:hover p {
  color: #ff7e10;
}

.reading .reading_left .reading_txt .shoucang {
  cursor: pointer;
}

.reading .reading_left .reading_txt .shoucang:hover p {
  color: #ff7e10;
}

.reading .reading_left .reading_txt {
  margin-bottom: 30px;
}

.reading .reading_left .reading_txt li {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #a6aac3;
  margin-top: 10px;
}

.shoucang.collection .glyphicon {
  top: 0.4375rem;
  font-size: 1.1rem;
  cursor: pointer;
}

.shoucang.collection .glyphicon.on {
  color: #ff7e10;
}

.reading .reading_left .reading_txt li img {
  width: 14px;
  height: 12px;
}

.reading .reading_right {
  margin-left: 12px;
}

@media (max-width: 992px) {
  .reading .reading_right {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 1rem;
  }
}

.reading .reading_right .ranking {
  width: 135px;
  height: 20px;
  background: #ff7e10;
  border-radius: 2px;
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
}

.reading .reading_right .name_s {
  max-width: 98%;
  font-size: 24px;
  font-family: Noto Sans S Chinese;
  font-weight: bold;
  color: #242424;
  line-height: 32px;
  margin-bottom: 10px;
  margin-top: 20px;
}

/* .reading .reading_right .time, */
.reading .reading_right .xinxi {
  line-height: 30px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #adadad;
  margin-bottom: 10px;
}

.reading .reading_right .xinxi li {
  float: left;
  width: 33%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
}

.reading .reading_right .xinxi .pags,
.reading .reading_right .xinxi .datas {
  display: inline-flex;
}

.reading .reading_right .xinxi .name,
.reading .reading_right .xinxi .writ {
  color: #4f5c9e;
}

.reading .reading_right .time .times {
  margin-right: 22px;
  margin-left: -40px;
  width: 142px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.reading .reading_right .price {
  width: 100%;
  height: 80px;
  background: #fef8f2;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #aba29a;
  display: inline-flex;
  line-height: 80px;
}

.reading .reading_right .price .tariff_1 .tariff_img,
.reading .reading_right .price .tariff_1 .price_1 {
  font-family: Helvetica Neue;
  font-weight: 400;
  color: #ed0101;
}

.reading .reading_right .price .tariff_1 .tariff_img {
  font-size: 12px;
  margin-left: 20px;
  font-size: 25px;
  font-family: Helvetica Neue;
  font-weight: 400;
  color: #ed0101;
}

.reading .reading_right .price .tariff_1 .price_1 {
  font-size: 14px;
  margin-right: 8px;
  font-size: 25px;
  font-family: Helvetica Neue;
  font-weight: 400;
  color: #ed0101;
}

.reading .reading_right .price .tariff_2 {
  margin-left: 56px;
  margin-top: 3px;
}

.reading .reading_right .price .tariff_1 .price_a {
  margin-right: 50px;
}

.reading .reading_right .price .tariff_1 {
  margin-left: 20px;
}

.reading .reading_right .price .tariff_2 .tariff_img {
  margin-left: 8px;
  text-decoration: line-through;
}

.reading .reading_right .price .tariff_2 .price_2 {
  text-decoration: line-through;
}

.reading .reading_right .buy {
  margin-top: 18px;
  position: relative;
  flex-wrap: wrap;
}

.reading .reading_right .buy>button {
  margin-bottom: 1rem;
}

@media screen and (max-width: 1199px) {
  .reading .reading_right .buy>button {
    margin-left: 0 !important;
  }

  .reading .reading_right .buy>button:not(:last-child) {
    margin-right: 1rem !important;
  }
}

@media screen and (max-width: 481px) {
  .reading .reading_right .buy>button:not(:last-child) {
    margin-right: 0 !important;
  }
}

.reading .reading_right .buy .but_1 {
  width: 200px;
  height: 50px;
  border: none;
  background: rgba(200, 54, 54, 0.5);
  margin-right: 10px;
  outline: none;
  background-color: #de0010;
  border-radius: 4px;
}

.reading .reading_right .buy .but_1.oldread {
  background-image: linear-gradient(to right, #4f5fea, #4b91fe);
}

.reading .reading_right .buy .but_1 p {
  font-size: 16px;
  font-family: Noto Sans S Chinese;
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
  position: relative;
  z-index: 4;
}

.reading .reading_right .buy .but_1 .topic_view {
  line-height: 50px;
  text-align: center;
}

.reading .reading_right .buy .but_1 img {
  width: 200px;
  height: 50px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.reading .reading_right .buy {
  display: flex;
}

.reading .reading_right .buy .reading {
  width: 120px;
  height: 50px;
  background: #ffffff;
  border: none;
  border: 1px solid #ed0101;
  border-radius: 2px;
  text-align: center;
  outline: none;
  margin: 0 10px 0 0;
}

.reading .reading_right .buy .reading.reading_s {
  width: 120px;
  height: 50px;
  background: #ffffff;
  border: 1px solid #ed0101;
  border-radius: 2px;
  text-align: center;
  outline: none;
  margin: 0;
}

.reading .reading_right .buy .jh {
  height: 50px;
  width: 7rem;
  margin-left: 0.5rem;
  vertical-align: top;
}

.reading .reading_right .buy .reading p {
  font-size: 16px;
  font-family: Noto Sans S Chinese;
  font-weight: 500;
  color: #ed0101;
  margin-top: 16px;
}

.reading .reading_right .buy .reading img {
  width: 21px;
  height: 15px;
  margin-top: calc((50px - 15px)/2);
  margin-right: 12px;
  margin-left: 20px;
}

.reading .reading_right .buy .reading .topic_view {
  margin-left: 20px;
}

.reading .reading_right .label {
  width: 100%;
  height: 40px;
  margin-top: 12px;
}

.reading .reading_right .label p {
  width: 100%;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #a6aac3;
  background: #fbfbfb;
  line-height: 40px;
  text-align: left;
  padding-left: 20px;
}

/* 畅销榜 */
main .books_left .theme {
  width: 100%;
  height: 60px;
  background: #fbfbfb;
  border-bottom: 1px solid #eeeeee;
  line-height: 60px;
}

main .books_left .theme img {
  width: 23px;
  height: 21px;
  margin-left: 20px;
  margin-top: -8px;
}

main .books_left .theme .p {
  font-size: 20px;
  font-family: Noto Sans S Chinese;
  font-weight: 400;
  color: #242424;
  line-height: 14px;
  margin-left: 8px;
}

main .books_left .theme_1 {
  font-size: 16px;
  font-family: Noto Sans S Chinese;
  font-weight: 400;
  color: #9e9e9e;
  line-height: 14px;
  text-align: center;
  margin: 18px 48px;
}

main .books_left .theme_1 .p {
  margin: 0 30px;
  padding-bottom: 14px;
  border-bottom: 2px solid #3f53d8;
  color: #3f53d8;
}

main .books_left ul .gold {
  position: relative;
  border-bottom: 1px solid #f6f6f6;
  margin-left: -25px;
}

main .books_left ul .gold .gold_icon {
  width: 22px;
  height: 30px;
  margin: 14px 0 0 20px;
  position: absolute;
  top: 20px;
}

main .books_left ul .gold .gold_img {
  width: 200px;
  height: 200px;
  text-align: center;
}

main .books_left ul .gold .gold_img img {
  width: 119px;
  height: 165px;
  margin-left: 72px;
  margin-top: 30px;
}

main .books_left ul .gold .price,
main .books_leftul .gold .names,
main .books_left ul .gold .title {
  margin-left: 38px;
}

main .books_left ul .gold .names {
  margin-bottom: 30px;
  margin-left: 38px;
  width: 135px;
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #adadad;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

main .books_left ul .gold .price {
  margin-top: 20px;
}

main .books_left ul .gold .title {
  margin: 10px 0 10px 38px;
  width: 154px;
  font-size: 14px;
  font-family: Noto Sans S Chinese;
  font-weight: 400;
  color: #242424;
  line-height: 20px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

main .books_left .gold .tariff_1 {
  font-size: 16px;
  font-family: Helvetica Neue;
  font-weight: 400;
  color: #ed0101;
  margin-right: 10px;
}

main .books_left .gold .tariff_2,
main .books_left .gold .tariff_3 {
  font-size: 12px;
  font-family: Helvetica Neue;
  font-weight: 400;
  color: #adadad;
}

main .books_left .gold .tariff_2 {
  text-decoration: line-through;
  margin-right: 34px;
}

main .books_left .hot {
  margin: 24px 0 34px -50px;
}

main .books_left .hot .hot_p {
  margin-left: 22px;
  margin-bottom: 30px;
  display: flex;
}

main .books_left .hot .hot_p .num {
  font-size: 12px;
  font-family: Helvetica Neue;
  font-weight: 400;
  color: #adadad;
  width: 23px;
  height: 23px;
  background: #eeeeee;
  border: 1px solid #eeeeee;
  border-radius: 50%;
  margin-right: 10px;
  line-height: 23px;
  text-align: center;
}

main .books_left .hot .hot_p .p {
  width: 210px;
  font-size: 14px;
  font-family: Noto Sans S Chinese;
  font-weight: 400;
  color: #242424;
  line-height: 20px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 右边图书详情 */
main .books_box {
  margin: 0 auto;
  margin-bottom: 106px;
}

@media (max-width: 992px) {
  main .books_box {
    display: flex;
    flex-direction: column-reverse;
    clear: both;
  }

  main .books_box .books_left {
    margin-bottom: 1rem;
  }

  main .books_box .books_right .conter_all {
    margin-bottom: 5.125rem;
  }
}

@media (max-width: 766px) {
  main .books_right {
    margin-top: 2rem;
    padding-left: 0;
  }

  .mall_info main .books_right .catalogue .catalogue_txt {
    height: auto !important;
  }

  main .books_box {
    margin-bottom: 0;
  }
}

main .books_right .books_right_upper {
  padding-left: 24px;
}

@media (max-width: 766px) {
  main .books_right .books_right_upper {
    padding-left: 0;
  }
}

main .books_right .books_right_upper .back {
  height: 60px;
  background: #fbfbfb;
  border: 1px solid #eeeeee;
}

main .books_right .txt {
  width: 160px;
  height: 60px;
  background: #06071a;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
}

main .books_right .synopsis .synopsis_title,
main .books_right .catalogue .synopsis_title {
  display: inline-flex;
  margin: 48px 0 28px 0;
}

main .books_right .catalogue {
  margin-top: 22px;
}

main .books_right .synopsis .synopsis_title img,
main .books_right .catalogue .synopsis_title img {
  width: 24px;
  height: 28px;
  margin-right: 14px;
}

main .books_right .synopsis .synopsis_title .p,
main .books_right .catalogue .p {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #a6aac3;
  margin-right: 18px;
}

main .books_right .synopsis .synopsis_title .line_1,
main .books_right .catalogue .line_1 {
  width: 60px;
  border: 2px solid #dedfe8;
  margin-top: 6px;
}

main .books_right .synopsis .synopsis_title .line_2,
main .books_right .catalogue .line_2 {
  width: 120px;
  border: 2px solid #dedfe8;
  margin-top: 6px;
}

main .books_right .synopsis .conter_p,
main .books_right .catalogue .catalogue_txt {
  font-size: 16px;
  text-align: justify;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  margin-left: 2vw;
}

main .books_right .catalogue .catalogue_txt .on {
  margin-bottom: 40px;
}

main .books_right .synopsis .conter_p {
  width: 822px;
  margin-left: 40px;
}

@media screen and (max-width: 992px) {
  main .books_right .synopsis .conter_p {
    width: 90%;
  }
}

main .books_right .conter_all {
  width: 128px;
  height: 40px;
  background: #fbfbfb;
  border: 1px solid #ececf0;
  border-radius: 4px;
  margin: 36px 0 112px 42px;
  outline: none;
}

main .books_right .conter_all p {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #a6aac3;
  line-height: 40px;
}

/* 下 */
.books_right .books_right_lower .tuijian {
  width: 894px;
  border-bottom: 1px solid #3f53d8;
  margin-left: 20px;
  margin-bottom: 40px;
}

.books_right .books_right_lower .tuijian p {
  font-size: 20px;
  font-family: Noto Sans S Chinese;
  font-weight: 400;
  color: #3f53d8;
  line-height: 60px;
  width: 145px;
  height: 60px;
  background: #fbfbfb;
  text-align: center;
}

.books_right .books_right_lower .lower_s {
  width: 900px;
  margin-bottom: 46px;
}

.books_right .books_right_lower .lower_s .lower_1 {
  width: 225px;
  height: 360px;
}

.books_right .books_right_lower .lower_s .lower_1 .lower_img {
  width: 139px;
  height: 200px;
  margin-left: 35px;
}

.books_right .books_right_lower .lower_s .lower_1 .imgaa {
  color: #cfcfcf;
  font-size: 26px;
}

.books_right .books_right_lower .lower_s .lower_1 .imgaa.on {
  color: #ff7e10;
  font-size: 26px;
}

.books_right .books_right_lower .lower_s .title {
  height: 16px;
}

.books_right .books_right_lower .lower_s .names {
  height: 12px;
}

.books_right .books_right_lower .lower_s .shop_box {
  display: flex;
  height: 30px;
}

.books_right .books_right_lower .lower_s .lower_1 .price,
.books_right .books_right_lower .lower_s .lower_1.title,
.books_right .books_right_lower .lower_s .lower_1 .names {
  margin-left: 20px;
}

.books_right .books_right_lower .lower_s .lower_1 .price {
  margin-top: 14px;
  width: 769px;
  height: 16px;
}

.books_right .books_right_lower .lower_s .lower_1 .price .tariff_1,
.books_right .books_right_lower .lower_s .right .gold .price .tariff_1 {
  font-size: 16px;
  font-family: Helvetica Neue;
  font-weight: 400;
  color: #ed0101;
}

.books_right .books_right_lower .lower_s .lower_1 .price .tariff_2,
.books_right .books_right_lower .lower_s .right .gold .price .tariff_2 {
  font-size: 12px;
  font-family: Helvetica Neue;
  font-weight: 400;
  text-decoration: line-through;
  color: #adadad;
  margin: 0 40px 0 10px;
}

.books_right .books_right_lower .lower_s .lower_1 .price .tariff_3,
.books_right .books_right_lower .lower_s .right .gold .price .tariff_3 {
  font-size: 12px;
  font-family: Helvetica Neue;
  font-weight: 400;
  color: #adadad;
}

.books_right .books_right_lower .lower_s .lower_1 .title,
.books_right .books_right_lower .lower_s .right .gold .title {
  width: 183px;
  font-size: 14px;
  font-family: Noto Sans S Chinese;
  font-weight: 400;
  color: #242424;
  line-height: 20px;
  margin: 12px 0 10px 20px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.books_right .books_right_lower .lower_s .lower_1 .names,
.books_right .books_right_lower .lower_s .right .gold .names {
  width: 135px;
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #adadad;
  margin-bottom: 14px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.books_right .books_right_lower .lower_s .lower_1 button {
  width: 88px;
  height: 25px;
  border: 1px solid #ed0101;
  border-radius: 2px;
  background-color: #fff;
  font-size: 14px;
  font-family: Noto Sans S Chinese;
  font-weight: 400;
  color: #ed0101;
  line-height: 20px;
  margin: 0 10px 0 20px;
  outline: none;
}

.books_right .books_right_lower .lower_s .lower_1 button:hover {
  width: 88px;
  height: 25px;
  background: #ed0101;
  border: 1px solid #ed0101;
  border-radius: 2px;
  font-size: 14px;
  font-family: Noto Sans S Chinese;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
}

.books_right .books_right_lower .lower_s .lower_1 .icon {
  color: #cfcfcf;
  font-size: 26px;
  margin-top: 1px;
}

.books_right .books_right_lower .lower_s .lower_1 .icon.on {
  color: #ff7e10;
  font-size: 26px;
}

.books_right .books_right_lower .lower_s .right {
  width: 282px;
  height: 100%;
  background: #ffffff;
  border: 1px solid #eeeeee;
  margin-left: 24px;
  margin-top: -8px;
}

.books_right .books_right_lower .lower_s .right .theme {
  width: 100%;
  height: 60px;
  background: #fbfbfb;
  border-bottom: 1px solid #eeeeee;
  line-height: 60px;
}

.books_right .books_right_lower .lower_s .right .theme img {
  width: 23px;
  height: 21px;
  margin-left: 20px;
  margin-top: -8px;
}

.books_right .books_right_lower .lower_s .right .theme .p {
  font-size: 20px;
  font-family: Noto Sans S Chinese;
  font-weight: 400;
  color: #242424;
  line-height: 14px;
  margin-left: 8px;
}

.books_right .books_right_lower .lower_s .right .theme_1 {
  font-size: 16px;
  font-family: Noto Sans S Chinese;
  font-weight: 400;
  color: #9e9e9e;
  line-height: 16px;
  text-align: center;
  margin: 18px 56px;
}

.books_right .books_right_lower .lower_s .right .theme_1 .p {
  margin: 0 30px;
  padding-bottom: 14px;
  border-bottom: 2px solid #3f53d8;
  color: #3f53d8;
}

.books_right .books_right_lower .lower_s .right .gold {
  position: relative;
  width: 250px;
  border-bottom: 1px solid #f6f6f6;
  margin-left: 15px;
}

.books_right .books_right_lower .lower_s .right .gold .gold_icon {
  width: 22px;
  height: 30px;
  margin: 0 36px 0 13px;
  position: absolute;
  top: 20px;
}

.books_right .books_right_lower .lower_s .right .gold .gold_img {
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
}

.books_right .books_right_lower .lower_s .right .gold .gold_img img {
  width: 119px;
  height: 165px;
  margin-left: 69px;
}

.books_right .books_right_lower .lower_s .right .gold .price,
.books_right .books_right_lower .lower_s .right .gold .names,
.books_right .books_right_lower .lower_s .right .gold .title {
  margin-left: 39px;
}

.books_right .books_right_lower .lower_s .right .gold .names {
  margin-bottom: 30px;
}

.books_right .books_right_lower .lower_s .right .hot {
  margin: 24px 0 54px 0;
}

.books_right .books_right_lower .lower_s .right .hot .hot_p {
  margin-left: 22px;
  margin-bottom: 30px;
}

.books_right .books_right_lower .lower_s .right .hot .hot_p .num {
  font-size: 12px;
  font-family: Helvetica Neue;
  font-weight: 400;
  color: #959494;
  padding: 0 4px;
  width: 23px;
  height: 23px;
  background: #eeeeee;
  border: 1px solid #eeeeee;
  border-radius: 50%;
  margin-right: 10px;
  line-height: 23px;
}

.books_right .books_right_lower .lower_s .right .hot .hot_p .p {
  font-size: 14px;
  font-family: Noto Sans S Chinese;
  font-weight: 400;
  color: #242424;
  line-height: 20px;
}