@charset "UTF-8";
.breadcrumbs {
  line-height: 30px;
  margin: 10px 0;
  height: 30px;
  float: left;
}
.breadcrumbs li {
  display: inline;
  color: #9d9e9f;
}
.breadcrumbs li a {
  font-size: 12px;
  color: #9d9e9f;
}
.breadcrumbs li a:hover {
  text-decoration: underline;
}
/** 最上面的的大图 banner **/
.banner {
  width: 100%;
  margin-bottom: 28px;
}
.banner img {
  width: 100%;
}
/** 筛选条件 filter_item **/
.filter_item {
  width: 100%;
  position: relative;
  /** 筛选地区列表 filter_city_list **/
  /** 筛选品牌列表 filter_branch_list **/
}
.filter_item .filter_city_active {
  color: #000 !important;
}
.filter_item .filter_item_wrap {
  width: 62%;
  margin: auto;
  /** 筛选地区 filter_city **/
  /** 筛选品牌 filter_branch **/
}
.filter_item .filter_item_wrap .filter_city {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.filter_item .filter_item_wrap .filter_city .filter_city_input {
  cursor: pointer;
  float: left;
  width: 36%;
  padding-left: 6%;
  height: 36px;
  border: 1px solid #c7c7c7;
  background: url('../images/filter_city_position.png') no-repeat;
  background-position: 4% center;
  background-size: 10%;
}
.filter_item .filter_item_wrap .filter_city .filter_city_input strong {
  font: 18px/36px "微软雅黑";
  color: #000;
}
.filter_item .filter_item_wrap .filter_city .filter_city_input img {
  float: right;
  width: 8%;
  margin: 8px 2% 0 0;
}
.filter_item .filter_item_wrap .filter_city .filter_city_offer a {
  font: 14px/38px "微软雅黑";
  color: #999;
  cursor: pointer;
  display: inline-block;
  width: 9%;
  text-align: center;
}
.filter_item .filter_item_wrap .filter_branch {
  width: 100%;
  overflow: hidden;
}
.filter_item .filter_item_wrap .filter_branch .filter_branch_input {
  cursor: pointer;
  float: left;
  width: 40%;
  padding-left: 2%;
  height: 36px;
  border: 1px solid #c7c7c7;
}
.filter_item .filter_item_wrap .filter_branch .filter_branch_input strong {
  font: 12px/36px "微软雅黑";
  color: #999;
}
.filter_item .filter_item_wrap .filter_branch .filter_branch_input img {
  float: right;
  width: 8%;
  margin: 8px 2% 0 0;
}
.filter_item .filter_item_wrap .filter_branch .filter_branch_offer a {
  font: 14px/38px "微软雅黑";
  color: #999;
  cursor: pointer;
  display: inline-block;
  width: 9%;
  text-align: center;
}
.filter_item .filter_item_wrap .filter_branch .filter_branch_offer .filter_branch_active {
  color: #000;
}
.filter_item #filter_city_list {
  display: none;
  position: absolute;
  width: 90%;
  z-index: 99;
  padding: 2.5%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px #eaeaea;
          box-shadow: 0px 0px 6px #eaeaea;
  left: 2.5%;
  top: 50px;
}
.filter_item #filter_city_list .filter_city_list_province_firstName span {
  font: bold 12px/24px "微软雅黑";
  display: inline-block;
  height: 24px;
  color: #a7a7a7;
  margin-right: 2%;
}
.filter_item #filter_city_list .filter_city_list_province_firstName a {
  font: 14px/22px "微软雅黑";
  display: inline-block;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  width: 22px;
  height: 22px;
  margin-right: 2%;
  cursor: pointer;
  text-align: center;
}
.filter_item #filter_city_list .filter_city_list_province_firstName .filter_city_list_province_firstName_active {
  color: #000;
  border-color: #000;
}
.filter_item #filter_city_list .filter_city_list_Municipality {
  margin-bottom: 20px;
  height: 36px;
  background: #f5f5f5;
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.filter_item #filter_city_list .filter_city_list_Municipality span {
  font: bold 12px/36px "微软雅黑";
  color: #999;
  width: 10%;
  text-align: center;
}
.filter_item #filter_city_list .filter_city_list_Municipality a {
  font: 12px/36px "微软雅黑";
  color: #999;
  cursor: pointer;
  margin-right: 2.5%;
}
.filter_item #filter_city_list .filter_city_list_moreCity {
  height: 238px;
  overflow-y: scroll;
  position: relative;
}
.filter_item #filter_city_list .filter_city_list_moreCity li {
  overflow: hidden;
}
.filter_item #filter_city_list .filter_city_list_moreCity li:last-child {
  padding-bottom: 150px;
}
.filter_item #filter_city_list .filter_city_list_moreCity li span {
  float: left;
  width: 3%;
  padding-left: 1%;
  margin-top: 1px;
  font: 12px/20px "微软雅黑";
  color: #999;
}
.filter_item #filter_city_list .filter_city_list_moreCity li p {
  float: left;
  width: 96%;
}
.filter_item #filter_city_list .filter_city_list_moreCity li p strong {
  float: left;
  width: 7%;
  font: 12px/20px "微软雅黑";
  color: #999;
}
.filter_item #filter_city_list .filter_city_list_moreCity li p b {
  float: left;
  width: 88%;
  padding-right: 5%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.filter_item #filter_city_list .filter_city_list_moreCity li p a {
  cursor: pointer;
  margin-bottom: 10px;
  text-align: start;
  font: 12px/20px "微软雅黑";
  color: #999;
  width: 11%;
  padding-right: 1%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.filter_item .filter_branch_list {
  display: none;
  position: absolute;
  width: 90%;
  z-index: 99;
  padding: 2.5%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px #eaeaea;
          box-shadow: 0px 0px 6px #eaeaea;
  left: 2.5%;
  top: 108px;
}
.filter_item .filter_branch_list .filter_branch_list_orderBy span {
  color: #000;
  width: 7%;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font: 12px/20px "微软雅黑";
}
.filter_item .filter_branch_list .filter_branch_list_orderBy .filter_branch_list_orderBy_current {
  background: #be0108;
  color: #fff;
}
.filter_item .filter_branch_list .filter_branch_list_firstName {
  margin-top: 15px;
}
.filter_item .filter_branch_list .filter_branch_list_firstName span {
  font: 16px/25px "微软雅黑";
  color: #989898;
  margin-right: 2.5%;
  float: left;
}
.filter_item .filter_branch_list .filter_branch_list_firstName a {
  font: 14px/24px "微软雅黑";
  display: inline-block;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  width: 22px;
  height: 22px;
  margin-right: 1.6%;
  cursor: pointer;
  margin-bottom: 10px;
  text-align: center;
}
.filter_item .filter_branch_list .filter_branch_list_firstName .filter_branch_list_province_firstName_active {
  color: #000;
  border-color: #000;
}
.filter_item .filter_branch_list .filter_branch_list_result {
  width: 84%;
  margin: 25px auto 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.filter_item .filter_branch_list .filter_branch_list_result li {
  cursor: pointer;
  float: left;
  width: 12%;
  margin: 1%;
  text-align: center;
}
.filter_item .filter_branch_list .filter_branch_list_result img {
  display: block;
  width: 100%;
  border: 1px solid #000;
}
.filter_item .filter_branch_list .filter_branch_list_result span {
  font: 12px/32px "微软雅黑";
}
/** 零售门店列表 store_final_result **/
.store_final_result_title {
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
  height: 41px;
  margin: 40px 0 35px 0;
}
.store_final_result_title a {
  font: 16px/40px "微软雅黑";
  color: #999;
  padding: 0 3%;
  display: inline-block;
  height: 41px;
}
.store_final_result_title .final_result_current {
  border-bottom: 1px solid #000;
  color: #000;
}
.store_final_result {
  padding: 0.5%;
  overflow: hidden;
}
.store_final_result .store_final_result_map {
  display: none;
  width: 49%;
  float: left;
  margin-right: 1%;
  height: 374px;
  overflow: hidden;
  margin-bottom: 10px;
}
.store_final_result .store_final_result_map img {
  width: 100%;
}
.store_final_result > li {
  border: 1px solid #e5e5e5;
  width: 45%;
  padding: 20px 2%;
  margin-bottom: 10px;
  float: left;
}
.store_final_result > li:hover {
  -webkit-box-shadow: 0 0 10px #cccccc;
          box-shadow: 0 0 10px #cccccc;
  border: 1px solid #fff;
}
.store_final_result > li > a {
  width: 37.5%;
  overflow: hidden;
  float: left;
}
.store_final_result > li > a img {
  width: auto;
  height: 140px;
}
.store_final_result > li strong,
.store_final_result > li span {
  float: right;
  width: 55.74%;
  overflow: hidden;
}
.store_final_result > li strong {
  font: 16px/30px "微软雅黑";
  color: #bba76a;
}
.store_final_result > li span {
  font: 12px/24px "微软雅黑";
  color: #999;
  height: 24px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.store_final_result > li > .tags {
  width: 55.74%;
  height: 20px;
  overflow: hidden;
  float: right;
  position: relative;
}
.store_final_result > li > .tags:after {
  content: '...';
  position: absolute;
  z-index: 10;
  color: #c8c9ca;
  font-size: 12px;
  line-height: 12px;
  left: 0;
  top: 0;
  width: 20px;
}
.store_final_result > li > .tags > ul {
  position: absolute;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.store_final_result > li > .tags > ul > li {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 2px 4px;
  background-color: #bbb;
  border-radius: 3px;
  white-space: nowrap;
}
.store_final_result > li > .tags > ul > li:hover {
  background-color: #e51f1d;
}
.store_final_result > li > .tags > ul > li > a {
  color: #fff;
}
.store_final_result > li > .tags.on {
  height: auto;
  overflow: visible;
}
.store_final_result > li > .tags.on:after {
  line-height: 12px;
}
.store_final_result > li > .tags.on > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  padding: 20px 10px 10px 10px;
  width: 300px;
  top: 0;
  left: -10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px #bbb;
          box-shadow: 0 0 2px #bbb;
}
.store_final_result > li:nth-of-type(odd) {
  margin-right: 1%;
}
/** 零售门店广告 store_advertisement **/
.store_advertisement {
  margin: 72px 0 70px 0;
  width: 100%;
  display: block;
}
.store_advertisement img {
  display: block;
  width: 100%;
  margin-bottom: 70px;
}
.store_advertisement_bottom {
  overflow: hidden;
}
/*# sourceMappingURL=store.css.map */