.type_sort_box {
  /* margin-top: 25px; */
  margin-bottom: 25px;
  background: #fff;
  padding: 20px 50px 5px 50px;
  width: 100%;
}

.sort_box_top {
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: 30px;
}

.sort_box {
  position: relative;
}

.sort_box::after {
  content: '';
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
}

.sort_name {
  float: left;
  width: 100px;
  height: 100%;
  font-size: 16px;
  color: #333;
}

.sort_list {
  margin-left: 100px;
}

.sort_list li {
  float: left;
  box-sizing: border-box;
  display: inline-block;
  padding: 0 20px;
  margin: 0 10px 10px 0;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
}

.sort_list li a {
  display: block;
  width: 100%;
  color: #333;
  font-size: 18px;
}

.sort_list li.active {
  background: #e8f2ff;
  color: #1b73cf;
  /* border: 1px solid #cce2fe; */
}

/* .sort_list li a.active{
    color: #1b73cf;
} */
.sort_box {
  background: #fff;
  margin: 10px auto;
  padding: 0 40px;
}

.sort_l {
  float: left;
}

.sort_l li {
  float: left;
  width: 60px;
  line-height: 60px;
  margin-right: 30px;
  font-size: 16px;
  color: #666;
}

.sort_select {
  color: #fb1c22;
}

.sort_l li:nth-last-child(1)::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 10px;
  background: url("images/sort_down.png");
  margin: 0 5px;
  vertical-align: middle;
}

.show_type {
  float: right;
}

.show_type li {
  float: left;
  width: 90px;
  line-height: 60px;
  color: #333;
  font-size: 16px;
}

.show_type li img,
.show_type li span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}

.show_type li.selected {
  color: #e42f2e;
}

.pic_list_show li {
  float: left;
  margin: 0 1% 25px 0;
  width: 19%;
  max-width: 300px;
  box-sizing: border-box;
  background: #fff;
  padding: 20px;
}

.pic_list_show li:nth-child(5n) {
  margin: 0 0 25px 0;
}

.pic_list_show li .img_src {
  width: 180px;
  height: 220px;
  display: block;
  margin: 0 auto 15px auto;
}

.pic_list_show li .img_src img {
  display: block;
}

.pic_list_show li .price {
  font-size: 18px;
  color: #ed2920;
  font-weight: normal;
  line-height: 40px;
  float: left;
}

.pic_list_show li .price span {
  font-size: 22px;
}

.pic_list_show li .price b {
  font-weight: normal;
  background: #ed2920;
  color: #fff;
  font-size: 16px;
  box-sizing: border-box;
  padding: 0 5px;
  margin: 0 5px;
  border-radius: 5px;
}

.pic_list_show li .price s {
  color: #999;
  font-size: 18px;
}

.pic_list_show li .list_book_name {
  display: block;
  line-height: 30px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
  color: #333333;
  height: 60px;
}

.pic_list_show .list_book_bottom {
  height: 40px;
  margin-top: 10px;
}

.pic_list_show .list_book_bottom p {
  font-size: 14px;
  color: #999;
  line-height: 40px;
}

.pic_list_show .xl {
  float: left;
}

.pic_list_show .pj {
  float: right;
}

.pic_list_show .pj a {
  display: block;
  width: 106px;
  height: 36px;
  line-height: 36px;
  background: linear-gradient(to left, #4695e7, #1b73cf);
  color: #fff;
  font-size: 18px;
  text-align: center;
  border-radius: 20px;
}

.list_list_show li {
  height: 220px;
  margin-bottom: 25px;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  padding: 30px 50px;
  position: relative;
}

.list_list_show li .img_src {
  width: 130px;
  height: 160px;
  display: block;
  float: left;
  margin-right: 70px;
}

.list_list_show li .img_src img {
  display: block;
}

.list_list_show li .price {
  position: absolute;
  right: 50px;
  bottom: 70px;
  font-size: 18px;
  color: #ed2920;
  font-weight: normal;
  line-height: 40px;
}

.list_list_show li .price span {
  font-size: 26px;
}

.list_list_show li .price s {
  color: #999;
  font-size: 18px;
}

.list_list_show li .list_book_name {
  display: block;
  float: left;
  width: 730px;
  line-height: 30px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
  color: #333333;
}

.list_list_show .list_book_bottom {
  width: 220px;
  position: absolute;
  height: 40px;
  right: 50px;
  bottom: 30px;
}

.list_list_show .list_book_bottom p {
  font-size: 14px;
  color: #999;
  line-height: 40px;
}

.list_list_show .xl {
  float: left;
}

.list_list_show .pj {
  float: right;
}

.list_num_box {
  width: 600px;
  height: 40px;
  margin: 40px auto;
}

.list_num_box a {
  display: block;
  line-height: 40px;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #d1d1d1;
  font-size: 16px;
  color: #333;
}

.prev_page,
.next_page {
  float: left;
  width: 90px;
  margin-right: 10px;
}

.page_num_list {
  float: left;
}

.page_num_list li {
  float: left;
  width: 40px;
  margin-right: 10px;
}

.page_num_list li.this_page a {
  border: none;
  background: none;
  color: #ed2920;
}

.input_page {
  float: left;
  margin: 0 20px;
  font-size: 16px;
  color: #333;
}

.input_page input {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #d1d1d1;
  font-size: 16px;
  color: #333;
  margin: 0 5px;
}

.page_num_check {
  cursor: pointer;
  width: 90px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #d1d1d1;
  font-size: 16px;
  color: #333;
  margin: 0 5px;
}

.footer {
  margin-top: 20px;
  width: 100%;
  background: #000;
  box-sizing: border-box;
  padding: 35px 0 50px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.footer a {
  color: #fff;
}

.link_p {
  line-height: 35px;
}

.copy_right {
  line-height: 30px;
}

.toTop {
  display: none;
  width: 50px;
  position: fixed;
  right: 10px;
  top: 50%;
}

.show_sort_list {
  float: left;
}

.show_sort_list li {
  float: left;
  width: 80px;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  color: #333;
}

.show_sort_list li.active {
  color: #f0250f;
}

.show_sort_list li img {
  font-size: 0;
  vertical-align: middle;
  display: inline-block;
  width: 10px;
}

.condition_container {
  display: block;
  width: 1000px;
  position: absolute;
  z-index: 10;
  top: 60px;
  left: 0;
  right: 0;
  background: #fff;
}

.rule_list,
.type_list,
.area_list {
  display: none;
}

.type_list {
  height: 100%;
}

.type_list::after {
  content: '';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
}

.rule_list li {
  width: 100%;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  padding: 0 30px;
  border-top: 1px solid #e5e5e5;
  font-size: 18px;
  color: #333;
  background: #fff;
}

.rule_list li.li_active {
  color: #f0250f;
  position: relative;
}

.rule_list li.li_active::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: .3rem;
  width: .3rem;
  height: .2rem;
  background: url("images/clected_img.png");
  background-size: 100% 100%;
}

.area_list {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  padding: 40px;
}

.area_list li {
  float: left;
  width: 110px;
  line-height: 60px;
  text-align: center;
  background: #f5f5f5;
  border-radius: 10px;
  margin: 10px;
  font-size: 18px;
  color: #666;
}

.area_list li.li_active {
  color: #f0250f;
  background: #ffecea;
}

.type_tab {
  float: left;
  width: 250px;
  height: 100%;
  overflow-y: scroll;
}

.type_tab li {
  width: 100%;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #333;
  background: #f5f5f5;
}

.type_tab li.active {
  background: #fff;
  color: #f0250f;
}

.type_cont {
  float: left;
  width: 750px;
  height: 100%;
}

.type_cont li {
  display: none;
  width: 100%;
  height: 100%;
  background: #fff;
  box-sizing: border-box;
  padding: 10px;
}

.type_cont li:nth-child(1) {
  display: block;
}

.type_cont li p {
  line-height: 60px;
  font-size: 16px;
  color: #333;
}

.type_box::after {
  content: '';
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
}

.type_box span {
  display: block;
  float: left;
  width: 130px;
  line-height: 50px;
  text-align: center;
  background: #f5f5f5;
  border-radius: 10px;
  font-size: 16px;
  color: #737373;
  margin: 10px;
}

.type_box span.selected {
  background: #ffecea;
  color: #f0250f;
}

.sort_type span {
  display: inline-block;
  max-width: 60px;
  height: 60px;
  overflow: hidden;
  vertical-align: middle;
}

.sort_cont {
  margin: 20px 0;
}

.sort_cont>li {
  display: none;
  border: 1px dashed #e5e5e5;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
}

.sort_cont>li b {
  line-height: 60px;
  width: 100px;
  float: left;
}

.sort_cont>li p {
  line-height: 60px;
  width: calc(100% - 100px);
  float: left;
}

.sort_cont>li p a {
  box-sizing: border-box;
  padding: 0 20px;
}

.sort_list li,
.show_sort_list li {
  cursor: pointer;
}

#noData {
  text-align: center;
  font-size: 20px;
  color: #666;
}

#list_show {
  min-height: 300px;
}

/* layui覆盖样式 */
#pagin {
  text-align: center;
}

.layui-laypage a,
.layui-laypage span {
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  padding: 0 18px;
}