@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
  list-style: none;
}

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

  .activity {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .activity .activity_1 {
    max-width: 60%;
    width: 100%;
  }

  .activity .activity_1 .title_2 {
    max-width: 98%;
    width: 100% !important;
  }

  .activity .activity_2 {
    max-width: 40%;
    width: 100%;
  }

  .activity .activity_2 .activity_img {
    width: 50% !important;
    height: 14.5rem !important;
    float: right;
  }

  .poster .shaky {
    margin-bottom: 1rem;
  }

  .poster .shaky .img_box_1,
  .poster .shaky .img_box_2 {
    height: 17.75rem !important;
    padding: 2rem;
  }

  .poster .shaky .shaky_img {
    width: 80% !important;
    height: 100% !important;
    margin: 0 auto !important;
    display: flex;
    justify-content: center;
  }

  .exhibition .book_introduction_s li .lower_img {
    margin-left: 0 !important;
  }

  .exhibition .left {
    padding-left: 15px !important;
  }

  .exhibition .left .shaky_boxs {
    padding-left: 0 !important;
    margin-top: 1.4rem;
    padding-right: 15px !important;
  }

  .exhibition .right .hot .hot_p,
  .exhibition .right ul .gold {
    width: 33.33333333% !important;
    margin-left: auto !important;
  }
}

@media screen and (max-width: 992px) {
  .padding-15 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 700px) {
  .search_table {
    margin-left: -15px;
    margin-right: -15px;
  }

  .shaky_boxs li,
  .exhibition .lower .lower_1 {
    width: 33.333%;
  }

  .exhibition .right .hot .hot_p {
    width: 50% !important;
  }
}

@media screen and (max-width: 678px) {
  .main .exhibition .right ul {
    padding: 0;
  }

  .main .exhibition .right ul .gold {
    width: 50% !important;
  }

  .main .exhibition .right ul .gold .gold_icon {
    margin-left: 0 !important;
  }

  .main .exhibition .right ul .gold .gold_img {
    width: 100% !important;
    height: 12.5rem;
  }

  .main .exhibition .right ul .gold .gold_img img {
    width: 60% !important;
    margin-left: 1rem !important;
  }

  .activity .activity_2 .activity_img {
    width: 86% !important;
  }
}

@media screen and (max-width: 538px) {

  .shaky_boxs li,
  .exhibition .lower .lower_1 {
    width: 50% !important;
  }
}

@media screen and (max-width: 501px) {
  .activity .activity_2 .activity_img {
    height: 90% !important;
  }

  .poster .shaky .img_box_1,
  .poster .shaky .img_box_2 {
    height: 20.75rem !important;
  }

  .main .exhibition .right ul .gold {
    padding-left: 2rem !important;
    padding-right: 1rem;
  }

  .main .exhibition .right ul .gold .gold_img img {
    height: 85% !important;
  }

  .main .exhibition .right ul .gold .names,
  .main .exhibition .right ul .gold .title,
  .main .exhibition .right ul .gold .price {
    margin-left: 2rem !important;
  }

  .main .exhibition .right .hot .hot_p {
    width: 100% !important;
  }

  .main .exhibition .right .hot .hot_p .p {
    width: 90% !important;
  }
}

@media screen and (max-width: 480px) {
  .activity {
    padding-bottom: 1rem !important;
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
    height: 200px !important;
  }

  .activity .activity_1 .price {
    margin-top: 2.75rem !important;
  }

  .activity .activity_2 .activity_img {
    width: 100% !important;
  }

  .exhibition .lower .lower_s .lower_img {
    height: 18rem !important;
  }

  .poster .shaky .img_box_1,
  .poster .shaky .img_box_2 {
    height: 20rem !important;
  }
}

html {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  outline: none;
}

#app {
  width: 100%;
  margin: 0 auto;
}

/* 轮播图 */
.carousel-indicators li {
  width: 25px;
  height: 3px;
}

.carousel-indicators .active {
  width: 25px;
  height: 3px;
}

.carousel-inner a {
  display: block;
  width: 100%;
  max-height: 15vw;
}

.carousel-inner a img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

#carousel-example-generic {
  width: 100%;
}

/* 内容主体 */
/* 导航栏 */
.main .nav {
  height: 11px;
  margin: 14px 0;
}

.main .nav a,
.main .nav span {
  font-size: 12px;
  font-family: Noto Sans S Chinese;
  font-weight: 400;
  color: #5a5a5a;
  line-height: 14px;
}

.main .nav a.active span,
.nav-link.nav_ico {
  color: #adadad;
}

.nav-link.nav_ico:hover {
  color: #3f53d8;
  border-bottom: 1px solid #3f53d8;
}

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

/* 活动专区 */
/* 左边图书 */
.card_box {
  width: 384px;
  height: 260px;
  background: #f6f6f6;
}

.card_box .card-body {
  margin: auto 0 auto 10px;
}

.card_box .card-body .card-title {
  font-size: 22px;
  font-family: Noto Sans S Chinese;
  font-weight: bold;
  color: #3f53d8;
  line-height: 20px;
}

.card_box .card-body .card-text {
  font-size: 20px;
  font-family: Noto Sans S Chinese;
  font-weight: 400;
  color: #242424;
  line-height: 20px;
}

.card_box .card-body .btn {
  width: 100%;
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #3f53d8;
  margin-left: -12px;
}

.card_box .card-body .price {
  display: flex;
  margin-top: 30px;
}

.card_box .card-body .price .tariff_1,
.shaky .price .tariffs_1 {
  font-size: 16px;
  font-family: Helvetica Neue;
  font-weight: 400;
  color: #ed0101;
}

.card_box .card-body .price .tariff_2,
.shaky .price .tariffs_2 {
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  text-decoration: line-through;
  color: #adadad;
}

.card_box .card-body .price .tariffs_1 {
  margin-left: 20px;
}

.card_box .card-body .price .tariffs_2 {
  font-size: 12px;
  font-family: Helvetica Neue;
  font-weight: 400;
  text-decoration: line-through;
  color: #adadad;
}

.card .card-img-top {
  width: 139px;
  height: 200px;
  margin: auto 30px auto 0;
}

/* 活动专区 */
/* 左边图书 */
.main .poster .activity {
  height: 260px;
  background: #f6f6f6;
  border-radius: 6px;
  padding: 2.15rem 2rem;
  display: flex;
}

.main .poster .activity_1 .price {
  margin-top: 60px;
}

.main .poster .activity_1 {
  padding: 30px 2.3%;
}

@media screen and (max-width: 1367px) {
  .main .poster .activity_1 {
    padding: 30px 8.3%;
  }
}

.main .poster .activity .title_1 {
  font-size: 22px;
  font-family: Noto Sans S Chinese;
  font-weight: bold;
  color: #3f53d8;
  margin-bottom: 30px;
}

.main .poster .activity .title_2 {
  width: 12rem;
  font-size: 20px;
  font-family: Noto Sans S Chinese;
  font-weight: 400;
  color: #242424;
  line-height: 20px;
  margin-bottom: 12px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main .poster .activity .title_3 {
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #3f53d8;
  margin-bottom: 52px;
}

.main .poster .price .tariff_1,
.main .poster .price .tariffs_1 {
  font-size: 16px;
  font-family: Helvetica Neue;
  font-weight: 400;
  color: #ed0101;
  margin-right: 10px;
}

.main .poster .price .tariff_2 {
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  text-decoration: line-through;
  color: #adadad;
  text-decoration: line-through;
}

.main .poster .price .tariffs_1 {
  margin-left: 20px;
}

.main .poster .price .tariffs_2 {
  font-size: 12px;
  font-family: Helvetica Neue;
  font-weight: 400;
  text-decoration: line-through;
  color: #adadad;
}

.main .poster .activity_img {
  width: 8.75rem;
  height: 200px;
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.2);
}

/* 右边展示区 */
.main .poster .shaky .shaky_img {
  width: 53.5%;
  height: 140px;
  margin: calc((100% - 140px)/2) calc((100% - 53.5%)/2);
}

@media screen and (max-width: 992px) {
  .main .poster .shaky .shaky_img {
    width: 100% !important;
  }
}

@media screen and (max-width: 538px) {
  .main .poster .shaky .shaky_img {
    width: 80% !important;
  }
}

@media screen and (max-width: 430px) {
  .main .poster .shaky .shaky_img {
    width: 100% !important;
  }
}

.main .poster .shaky .img_box_1,
.main .poster .shaky .img_box_2 {
  height: 200px;
  background: #faf7fa;
  border-radius: 6px;
}

.main .poster .shaky .img_box_3,
.main .poster .shaky .img_box_4 {
  height: 200px;
  background: #f5fafb;
  border-radius: 6px;
}

.main .poster .shaky .name {
  font-size: 16px;
  font-family: Noto Sans S Chinese;
  font-weight: 400;
  color: #242424;
  line-height: 20px;
  margin: 16px 0 10px 20px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 活动专区 */
/* 图书展示区 */
/* 图书分类  */
.main .exhibition {
  margin-top: 40px;
  margin-bottom: 36px;
}

.main .exhibition .left .upper ul {
  position: relative;
  border: 1px solid #f6f6f6;
  margin-top: -17px;
}

.main .exhibition .left .classify1 .classify1_b.on,
.main .exhibition .left .classify2 .classify1_b.on,
.main .exhibition .left .classify3 .classify1_b.on {
  color: #ff7e10;
}

.main .exhibition .left .classify1,
.main .exhibition .left .classify2,
.main .exhibition .left .classify3,
.main .exhibition .left .classify4 {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-bottom: 16px;
}

.main .exhibition .left .classify4 {
  background: #fbfbfb;
  border: 1px solid #f6f6f6;
}

.main .exhibition .left .classify1,
.main .exhibition .left .classify2,
.main .exhibition .left .classify3 {
  border-bottom: none;
}

.main .exhibition .left .classify1 .classify1_a {
  width: 120px;
  height: 50px;
  background: #f1f3fa;
}

.main .exhibition .left .classify2 .classify1_a {
  width: 120px;
  height: 50px;
  background: #f6f8fd;
}

.main .exhibition .left .classify3 .classify1_a {
  width: 120px;
  height: 50px;
  background: #fafbfd;
}

.main .exhibition .classify1_a {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #6d6f7b;
  line-height: 50px;
  text-align: center;
}

.main .exhibition .classify1_b {
  font-size: 14px;
  font-family: Noto Sans S Chinese;
  font-weight: 400;
  color: #808080;
  line-height: 50px;
  margin-left: 28px;
}

.main .exhibition .left .classify4 .jiantou {
  position: relative;
  margin-top: -43px;
  margin-left: 33px;
}

.main .exhibition .left .classify4 .jiantou .shang {
  position: absolute;
  top: -12px;
}

.main .exhibition .left .classify4 .jiantou .shang,
.main .exhibition .left .classify4 .jiantou .xia {
  color: #cfcfcf;
  cursor: pointer;
}

.main .exhibition .left .classify4 #classify4_a.on,
.main .exhibition .left .classify4 #classify4_b.on,
.main .exhibition .left .classify4 .jiantou .shang.on,
.main .exhibition .left .classify4 .jiantou .xia.on {
  color: #ff7e10;
}

.main .exhibition .left .classify2 .classify1_c {
  position: absolute;
  right: 0;
  overflow: auto;
  word-wrap: break-word;
  word-break: break-all;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main .exhibition .classify3 .classify1_c input {
  width: 55px;
  height: 25px;
  border: 1px solid #d2d2d2;
  background: url(../../images/books/money.png) no-repeat;
  outline: none;
  background-position: 3px;
  padding-left: 12px;
}

.upper {
  width: 100%;
}

.classify-types {
  width: calc(100% - 120px);
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  height: 50px;
}

/*文本展开样式 star */
#classify_box {
  position: relative;
}

#classify_boxs {
  position: relative;
}

.li_txt {
  overflow: auto;
  word-wrap: break-word;
  word-break: break-all;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.classify1_c.dian {
  float: right;
  margin-left: 30px;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

/*文本展开样式 end */
.main .exhibition .classify3 .classify1_c span {
  width: 15px;
  height: 1px;
  margin: 0 12px;
}

.main .exhibition .classify3 .classify1_c button {
  width: 48px;
  height: 25px;
  background: #f6f6f6;
  border: 1px solid #d2d2d2;
  border-radius: 2px;
  line-height: 25px;
  margin-left: 10px;
}

.main .exhibition .classify4 {
  width: 894px;
  height: 45px;
  background: #fbfbfb;
  border: 1px solid #f6f6f6;
}

.main .exhibition .classify4 #classify4_a,
.main .exhibition .classify4 #classify4_d {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #848484;
}

.main .exhibition .classify4 .classify1_c {
  position: absolute;
  right: 0;
}

.main .exhibition .classify4 .classify1_c .search_box {
  position: relative;
}

.main .exhibition .classify4 .classify1_c .iput {
  width: 170px;
  height: 30px;
  border: 1px solid #d2d2d2;
  /* background: url(../../images/books/search.png) no-repeat; */
  outline: none;
  background-position: 138px;
  padding: 0 25px 0 10px;
  border-radius: 2px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #848484;
  opacity: 0.4;
}

.exhibition .classify4 .classify1_c .icon-search {
  background: url(../../images/books/search.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  width: 17px;
  height: 17px;
  position: absolute;
  top: calc(50% - 8px);
  right: 5px;
}

/* 图书详情 */
.book_introduction_s .lower_1 .shop_boxs,
.lower_s .lowerRight .shop_box {
  display: flex;
  align-items: end;
}

.book_introduction_s .lower_1 .shop_boxs .icon,
.book_introduction_s .lower_1 .shop_boxs .icon.on {
  margin-left: 10px !important;
}

.book_introduction_s .lower_1 .shop_boxs .icon,
.lower_s .lowerRight .shop_box .icon {
  margin-left: 45px;
  width: 1.375rem;
  height: 1.375rem;
  background: url(../../images/knowledge/xin_1.png) no-repeat center bottom;
  background-size: 1rem;
}

.book_introduction_s .lower_1 .shop_boxs .icon.on,
.lower_s .lowerRight .shop_box .icon.on {
  margin-left: 45px;
  width: 1.375rem;
  height: 1.375rem;
  background: url(../../images/Information_details/icon04.png) no-repeat center bottom;
  background-size: 1rem;
}

.container.lower .lower_1 .icon {
  color: #cfcfcf;
  font-size: 26px;
  margin-left: 10px;
  width: 1.375rem;
  height: 1.375rem;
  background: url(../../images/knowledge/xin_1.png) no-repeat 50% 50%;
  background-size: 1rem;
}

.container.lower .lower_1 .icon.on {
  color: #ff7e10;
  font-size: 26px;
  line-height: 20px;
  width: 1.375rem;
  height: 1.375rem;
  background: url(../../images/Information_details/icon04.png) no-repeat 50% 50%;
  background-size: 1rem;
}

.book_introduction_s li .shop_boxs .icon {
  color: #cfcfcf;
  font-size: 26px;
  margin-left: 122px;
}

.book_introduction_s li .shop_boxs .icon.on {
  color: #ff7e10;
  font-size: 26px;
  line-height: 20px;
  margin-top: -18px;
}

.main .exhibition .lower {
  margin-top: 36px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.main .exhibition .lower .lower_1 {
  margin-bottom: 46px;
}

.main .exhibition .lower .lower_s .lowerRight {
  padding: 0 1rem;
}

.main .exhibition .lower .lower_s .a-img {
  display: flex;
  justify-content: center;
}

.main .exhibition .lower .lower_s .price {
  margin-top: 14px;
}

.main .exhibition .lower .lower_s .price .tariff_1,
.main .exhibition .right ul .gold .price .tariff_1 {
  font-size: 16px;
  font-family: Helvetica Neue;
  font-weight: 400;
  color: #ed0101;
}

.main .exhibition .lower .lower_s .price .tariff_2,
.main .exhibition .right ul .gold .price .tariff_2 {
  font-size: 12px;
  font-family: Helvetica Neue;
  font-weight: 400;
  text-decoration: line-through;
  color: #adadad;
  margin-left: 10px;
}

.main .exhibition .lower .lower_s .price .tariff_3,
.main .exhibition .right ul .gold .price .tariff_3 {
  font-size: 12px;
  font-family: Helvetica Neue;
  font-weight: 400;
  color: #adadad;
}

.main .exhibition .lower .lower_s .title {
  margin: 0.2rem 0;
}

.main .exhibition .lower .lower_s .title,
.main .exhibition .right ul .gold .title {
  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 .exhibition .lower .lower_s .names,
.main .exhibition .right ul .gold .names {
  width: 135px;
  height: 15px;
  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;
}

.main .exhibition .lower .lower_s button {
  width: 88px;
  height: 25px;
  background: #fffcfc;
  border: 1px solid #ed0101;
  border-radius: 2px;
  font-size: 14px;
  font-family: Noto Sans S Chinese;
  font-weight: 400;
  color: #ed0101;
  line-height: 20px;
  outline: none;
}

.main .exhibition .right {
  background: #ffffff;
  border: 1px solid #eeeeee;
}

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

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

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

.main .exhibition .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;
}

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

@media screen and (min-width: 993px) {
  .main .exhibition .right ul {
    padding-right: 0;
    padding-left: 0;
  }
}

.main .exhibition .right ul .gold {
  position: relative;
  width: 250px;
  border-bottom: 1px solid #f6f6f6;
  margin-left: 15px;
  margin-top: 20px;
}

@media screen and (min-width: 993px) {
  .main .exhibition .right ul .gold {
    padding-right: 0;
    padding-left: 0;
    margin-left: 6px;
  }
}

@media screen and (max-width: 520px) {
  .main .exhibition .right ul .gold {
    width: 100% !important;
    padding: 0 2rem;
  }

  .main .exhibition .right ul .gold .gold_img img {
    margin-left: -2rem !important;
  }

  .main .exhibition .right ul .gold main .books_left ul .gold .gold_icon {
    left: 20px;
  }
}

.main .exhibition .right ul .gold .gold_icon {
  width: 22px;
  height: 30px;
  margin: 0 36px 0 13px;
  position: absolute;
  top: 20px;
}

@media screen and (min-width: 993px) {
  .main .exhibition .right ul .gold .gold_icon {
    margin: 4px 0 0 15px;
    top: 0;
  }
}

.main .exhibition .right ul .gold .gold_img {
  width: 200px;
  height: 200px;
  text-align: center;
  display: inline-block;
}

.main .exhibition .right ul .gold .gold_img img {
  width: 119px;
  height: 165px;
  margin-left: 45px;
}

@media screen and (max-width: 520px) {
  .main .exhibition .right ul .gold .price-box {
    margin-left: 4rem;
  }

  .main .exhibition .right ul .gold .gold_img img {
    max-width: 140px;
    width: 100% !important;
  }

  .main .exhibition .right ul .gold .gold_icon {
    margin-left: 12px !important;
  }
}

@media screen and (min-width: 993px) {

  .main .exhibition .right ul .gold .price,
  .main .exhibition .right ul .gold .title,
  .main .exhibition .right ul .gold .names {
    margin-left: 28px !important;
  }
}

.main .exhibition .right ul .gold .price {
  margin-left: 2.95rem;
}

.main .exhibition .right ul .gold .title {
  margin: 0.4rem 0 0.4rem 38px;
}

.main .exhibition .right ul .gold .names,
.main .exhibition .right ul .gold .title {
  margin-left: 2.95rem;
  padding-right: 2rem;
}

.main .exhibition .right ul .gold .names {
  margin-bottom: 30px;
}

.main .exhibition .right .hot {
  margin: 24px 0 54px 0;
}

.main .exhibition .right .hot .hot_p {
  margin-bottom: 30px;
  display: inline-flex;
}

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

.main .exhibition .right .hot .hot_p .p {
  width: 14rem;
  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 .paging {
  margin-bottom: 94px;
}

.main .paging .sort {
  display: inline-flex;
  float: right;
}

.main .paging .sort .num button {
  width: 35px;
  height: 35px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  font-size: 14px;
  font-family: Helvetica Neue;
  font-weight: 400;
  color: #999999;
  line-height: 14px;
}

.main .paging .sort .num.on button {
  border-left: none;
  border-right: none;
}

.main .paging .sort .num.ai button {
  border-left: none;
}

.main .paging .sort .dian {
  font-size: 14px;
  font-family: Helvetica Neue;
  font-weight: 400;
  color: #999999;
  line-height: 14px;
  margin: 6px;
}

.main .paging .sort .next button {
  width: 60px;
  height: 35px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  font-size: 14px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #999999;
  line-height: 14px;
  margin: 0 12px;
}

.main .paging .sort .num_txt,
.main .paging .sort .num_tet {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  line-height: 14px;
}

.main .paging .sort .num_txt {
  margin: 12px 12px 12px 0;
}

.main .paging .sort .num_tet {
  margin: 0;
}

.main .paging .sort .num_tet input {
  width: 35px;
  height: 35px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  margin: 0 10px;
}

.main .paging .sort .but button {
  width: 60px;
  height: 35px;
  background: #f6f6f6;
  border: 1px solid #d2d2d2;
  border-radius: 2px;
  font-size: 14px;
  font-family: Noto Sans S Chinese;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  margin-left: 12px;
}

/* 图书详情介绍 */
.main .exhibition .classify4 .classify1_c .input_img_1 {
  vertical-align: middle;
  cursor: pointer;
  margin: 0 5px 0 10px;
  width: 18px;
  height: 18px;
  background: url(../../images/books/plot_1.png) no-repeat;
}

.main .exhibition .classify4 .classify1_c .input_img_1.on {
  width: 18px;
  height: 18px;
  background: url(../../images/books/plot.png) no-repeat;
}

.main .exhibition .classify4 .classify1_c .input_img_2 {
  vertical-align: middle;
  cursor: pointer;
  margin: 0 15px 0 0;
  width: 18px;
  height: 18px;
  background: url(../../images/books/listing.png) no-repeat;
}

.main .exhibition .classify4 .classify1_c .input_img_2.on {
  width: 18px;
  height: 18px;
  background: url(../../images/books/listing_1.png) no-repeat;
}

.main .exhibition .book_introduction_s {
  margin: 36px 0 0 0;
}

.main .exhibition .book_introduction_s {
  margin-bottom: 46px;
}

.main .exhibition .book_introduction_s li {
  margin-top: 30px;
}

.main .exhibition .book_introduction_s li .lower_img {
  width: 139px;
  height: 200px;
  margin-left: 3.43rem;
  flex: 1;
}

.main .exhibition .book_introduction_s li .price,
.main .exhibition .book_introduction_s li .title,
.main .exhibition .book_introduction_s li .names,
.main .exhibition .book_introduction_s li p {
  margin-left: 20px;
  padding-right: 2rem;
}

.main .exhibition .book_introduction_s li .price {
  margin-top: 14px;
  margin-bottom: 10px;
  height: 24px;
}

.main .exhibition .book_introduction_s li .price .tariff_1,
.main .exhibition .right .book_introduction_s .gold .price .tariff_1 {
  font-size: 16px;
  font-family: Helvetica Neue;
  font-weight: 400;
  color: #ed0101;
}

.main .exhibition .book_introduction_s li .price .tariff_2,
.main .exhibition .right .book_introduction_s .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;
}

.main .exhibition .book_introduction_s li .price .tariff_3 {
  font-size: 12px;
  font-family: Helvetica Neue;
  font-weight: 400;
  color: #adadad;
}

.main .exhibition .book_introduction_s li .title {
  width: 176px;
  height: 20px;
  font-size: 16px;
  font-family: Noto Sans S Chinese;
  font-weight: 400;
  color: #242424;
  line-height: 20px;
  margin: 0 0 10px 20px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main .exhibition .book_introduction_s li .names {
  width: 135px;
  height: 18px;
  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;
}

.main .exhibition .book_introduction_s li p {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
  margin-bottom: 14px;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.main .exhibition .book_introduction_s li 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: 0px 10px 0 20px;
  outline: none;
}

.main .exhibition .book_introduction_s li 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;
  margin: 10px 10px 0 20px;
  outline: none;
}

/* 添加 */
.exhibition .left .book_introduction_s .lower_1 .book_introduction_center {
  display: flex;
  flex-direction: column;
}

.exhibition .left .book_introduction_s .lower_1 .book_introduction_center .shop_boxs {
  margin-top: auto;
}

.exhibition .left .book_introduction_s .lower_1 {
  border-bottom: 1px solid #f6f6f6;
  padding-bottom: 30px;
  display: flex;
}

/* 图书详情 */
.lower_s .lower_1 .lower_img {
  width: 139px;
  height: 200px;
}

.lower_s .lower_1 .lower_img:hover {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 8px 45px 0px rgba(0, 0, 0, 0.11);
  padding: 1.25rem;
}

.main .exhibition .lower .lower_s 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;
}

.paging .sort .butn.on {
  background-color: #ff7e10 !important;
  color: #ffffff !important;
  appearance: none !important;
  outline-color: #ff7e10 !important;
  border: 1px solid #ff7e10 !important;
  border-radius: 2px !important;
  font-size: 14px !important;
  font-family: Noto Sans S Chinese !important;
  font-weight: 400 !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  -ms-border-radius: 2px !important;
  -o-border-radius: 2px !important;
}

.main .paging .sort .num_tet input {
  outline-color: #ff7e10;
}

.search_table {
  border: 1px solid #f6f6f6;
  border-bottom: 0;
}

.search_table .search_box {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-align-content: stretch;
  align-content: stretch;
  border-bottom: 1px solid #f6f6f6;
}

.search_table .search_box .search_title {
  width: 7.5rem;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #6d6f7b;
  background-color: #f1f3fa;
  padding-top: 1rem;
}

.search_table .search_box .search_list {
  display: flex;
  background-color: #fff;
  flex: 1;
}

.search_table .search_box .search_list ul {
  display: flex;
  flex-wrap: wrap;
  height: 3rem;
  overflow: hidden;
}

.search_table .search_box .search_list ul li {
  padding: 1rem;
  cursor: pointer;
}

.search_table .search_box .search_list .showmore {
  background-color: #fff;
  display: flex;
  margin-left: auto;
  flex-shrink: 0;
  margin-top: auto;
  padding: 1rem;
  cursor: pointer;
}

.search_table .search_box .search_list .showmore span {
  font-family: NotoSansHans-Regular;
  font-size: 0.88rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #b7b7b7;
}

.search_table .search_box .search_list .showmore .arrow {
  margin-left: 0.31rem;
  width: 0.56rem;
  height: 0.38rem;
}

.search_table .search_box .search_list .showmore .arrow img {
  transform: rotate(0deg);
}

.search_table .search_box .search_list .on {
  color: #ff7e10;
}

.search_table .search_box .search_input {
  display: flex;
  align-items: center;
  margin-right: 4rem;
}

.search_table .search_box .search_input span {
  margin: auto 0.63rem;
}

.search_table .search_box .search_input input {
  width: 3.44rem;
  height: 1.56rem;
  border: 1px solid #d2d2d2;
  background: url(../../images/books/money.png) no-repeat;
  outline: none;
  background-position: 0.18rem;
  padding-left: 0.75rem;
}

.search_table .search_box .search_input button {
  background-color: #f6f6f6;
  border-radius: 0.13rem;
  border: solid 0.06rem #d2d2d2;
  padding: 0.2rem 0.56rem;
  margin-left: 0.63rem;
}

.search_table .search_box .two {
  background-color: #f6f8fd;
}

.search_table .search_box .three {
  background-color: #fafbfd;
}

.search_table .search_sort {
  display: flex;
  background-color: #fbfbfb;
  border: solid 0.06rem #f6f6f6;
  padding: 0 0.75rem;
}

.search_table .search_sort>div {
  padding: 1rem;
  font-family: SourceHanSansCN-Regular;
  font-size: 0.88rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #848484;
  cursor: pointer;
}

.search_table .search_sort .on {
  color: #ff7e10;
}

.search_table .search_sort .results_time {
  display: flex;
}

.search_table .search_sort .results_time .time_change {
  margin-left: 0.63rem;
  cursor: pointer;
}

.search_table .search_sort .key_box {
  margin-left: auto;
  padding: 0.5rem;
  display: flex;
}

.search_table .search_sort .key_box .icon-search {
  background: url(../../images/books/search.png) no-repeat;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  top: 0.47rem;
  right: 0.9rem;
  background-size: 0.75rem 0.75rem;
}

.search_table .search_sort .key_box .iput {
  background-color: #ffffff;
  border: solid 0.06rem #d2d2d2;
  color: #000;
}

.search_table .search_sort .key_box .search_key {
  position: relative;
}

.search_table .search_sort .key_box .search_key>input {
  padding: 0.2rem 0.5rem;
  font-size: 0.88rem;
  padding-right: 2rem;
  width: 9rem;
}

.search_table .search_sort .key_box .search_key>input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #848484;
}

.search_table .search_sort .key_box .search_key>input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #848484;
}

.search_table .search_sort .key_box .search_key>input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #848484;
}

.search_table .search_sort .key_box .search_key>input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #848484;
}

.search_table .search_sort .key_box .showchange {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
}

.search_table .search_sort .key_box .showchange .input_img_1 {
  width: 1.2rem;
  height: 1.2rem;
  background: url(../../images/books/plot_1.png) no-repeat;
  margin-right: 0.4rem;
}

.search_table .search_sort .key_box .showchange .input_img_1.on {
  background: url(../../images/books/plot.png) no-repeat;
}

.search_table .search_sort .key_box .showchange .input_img_2 {
  width: 1.2rem;
  height: 1.2rem;
  background: url(../../images/books/listing.png) no-repeat;
}

.search_table .search_sort .key_box .showchange .input_img_2.on {
  background: url(../../images/books/listing_1.png) no-repeat;
}

.search_table .search_sort .triangle_up {
  width: 0;
  height: 0;
  border-left: 0.3rem solid transparent;
  border-right: 0.3rem solid transparent;
  border-bottom: 0.4rem solid #c9c9c9;
  margin-bottom: 0.1rem;
}

.search_table .search_sort .triangle_up.active {
  border-bottom-color: #ff7e10;
}

.search_table .search_sort .up_blue {
  border-bottom: 0.4rem solid #3f53d8;
}

.search_table .search_sort .triangle_down {
  width: 0;
  height: 0;
  border-left: 0.3rem solid transparent;
  border-right: 0.3rem solid transparent;
  border-top: 0.4rem solid #c9c9c9;
}

.search_table .search_sort .down_blue {
  border-top: 0.4rem solid #3f53d8;
}