.header_bot_tab .header_tijian a {
  color: #727efa;
  font-weight: bold;
}
.header_bot_wrap {
  margin-bottom: 20px;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
}
.main_container {
  background: #fff;
  padding-bottom: 40px;
}
.breadcrumb a {
  font-size: 14px;
  color: #49494e;
  line-height: 16px;
}
.breadcrumb img {
  width: 6px;
  height: 10px;
  margin: 0 5px;
}
.filter_container {
  /* height: 242px; */
  background: #ffffff;
  border: 1px solid #e5e5e5;
  margin: 20px 0;
  padding: 0 20px;
  font-size: 14px;
}
.filter_container>div{
  border-bottom:1px dotted #E6E6E6;
  box-sizing: border-box;
}
filter_container>div:last-of-type{
  border: 0;
}
.filter_container a {
  float: left;
  color: #49494e;
  line-height: 60px;
  margin-right: 30px;
}
.filter_container .filter_active {
  color: #727efa;
  font-weight: bold;
}
.filter_container h4 {
  margin: 20px 30px 20px 0;
  line-height: 21px;
}
.sort_container {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #f5f5f5;
  font-size: 16px;
  margin-bottom: 21px;
}
.sort_container .sort {
  display: block;
  margin: 0 30px 0 20px;
}
.sort_container .price {
  display: block;
}
.price_icon_con{
  display: flex;
  line-height: 0;
  flex-direction: column;
  justify-content: flex-end;
}
.price_icon_con .icon_top{
  padding-top: 15px;
  margin-bottom: 5px;
}
.price_icon_con .icon_bot{
  padding-bottom: 15px;
}
.sort_container .price img {
  width: 14px;
  height: 8px;
  margin: 0 0 0 10px;
}
.price_display {
  display: none;
}
.page_container a {
  float: left;
  margin-left: 10px;
  font-size: 14px;
  color: #49494e;
}
.page_right a {
  line-height: 36px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #d8d8d8;
  padding: 0 13px;
}
.page_left a {
  width: 36px;
  line-height: 36px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #d8d8d8;
  text-align: center;
}
.page_left .page_actice {
  background: #d8d8d8;
  color: #727efa;
}

.price_scope form{
  height: 62px;
  display: flex;
  align-items: center;
}
.price_scope input{
  width: 100px;
  height: 28px;
  background: #F5F5F5;
  border-radius: 4px;
  border: 1px solid #999999;
  margin-right: 10px;
  text-align: center;
  font-size: 14px;
  color: #49494E;
}
.price_scope .line{
  width: 22px;
  height: 1px;
  background: #999999;
  margin-right:10px;
}
.price_scope .confirm{
  width: 50px;
  height: 28px;
  background: #F3F4FF;
  border-radius: 4px;
  border: 1px solid #727EFA;
  color: #727EFA;
  text-align: center;
  margin-left: 38px;
}
.active_color{
  color: #727EFA;
  font-weight: bold;
}
.select_filter{
  line-height: 60px;
  margin-right: 30px;
  color: #727efa;
  font-weight: bold;
}
.select_filter .del_filter{
  margin-left:10px;
  width: 10px;
  height: 11px;
}