.denza-page [v-cloak] {
  display: none;
}
.denza-page .denza-store_map {
  width: 100%;
  height: 100vh;
  position: relative;
}
.denza-page .denza-store_map .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none; /* 默认隐藏 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
}
.denza-page .denza-store_map .modal {
  padding: 30px;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  background: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .denza-page .denza-store_map .modal {
    width: 88%;
  }
}
.denza-page .denza-store_map .modal .business-img {
  width: 100%;
  max-height: 80vh;
  -o-object-fit: contain;
     object-fit: contain;
}
.denza-page .denza-store_map .modal .business-img-close {
  position: absolute;
  right: 15px;
  top: 5px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .denza-page .denza-store_map {
    height: 608px;
  }
  .denza-page .denza-store_map.active {
    position: fixed;
    top: 12.8vw;
    left: 0;
    width: 100%;
    height: calc(100% - 12.8vw);
    background-color: #fff;
    z-index: 999;
  }
  .denza-page .denza-store_map.active .container {
    padding: 16px 20px;
  }
  .denza-page .denza-store_map.active .container .wrapper {
    height: calc(100% - 34px);
  }
  .denza-page .denza-store_map.active .back {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.denza-page .denza-store_map .back {
  display: none;
}
@media screen and (max-width: 991px) {
  .denza-page .denza-store_map .back {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    margin: 8px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .denza-page .denza-store_map .back .icon {
    width: 16px;
    height: 16px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.denza-page .denza-store_map .container {
  width: 100%;
  height: 100%;
  padding: 2.0833333333vw 5vw 0 5vw;
  position: relative;
}
@media screen and (max-width: 991px) {
  .denza-page .denza-store_map .container {
    padding: 24px 20px;
  }
}
.denza-page .denza-store_map .container .store-open {
  width: 30px;
  height: 36px;
  position: absolute;
  top: calc(50% - 18px);
  right: -30px;
  z-index: 1;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.denza-page .denza-store_map .container .store-open:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/static_material/tengshi/cn/find-store/svg/new_map-left-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.denza-page .denza-store_map .container .store-open.open:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.denza-page .denza-store_map .container .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .denza-page .denza-store_map .container .wrapper {
    border-radius: 16px;
  }
}
@media screen and (max-width: 991px) {
  .denza-page .denza-store_map .container .wrapper {
    display: block;
    position: relative;
  }
}
.denza-page .denza-store_map .container .wrapper input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #293241;
  line-height: 24px;
  border: none;
  outline: none;
}
.denza-page .denza-store_map .container .wrapper input::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #293241;
  line-height: 24px;
  border: none;
  outline: none;
}
.denza-page .denza-store_map .container .wrapper input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #293241;
  line-height: 24px;
  border: none;
  outline: none;
}
.denza-page .denza-store_map .container .wrapper input::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #293241;
  line-height: 24px;
  border: none;
  outline: none;
}
.denza-page .denza-store_map .container .wrapper input,
.denza-page .denza-store_map .container .wrapper input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #293241;
  line-height: 24px;
  border: none;
  outline: none;
}
@media screen and (max-width: 991px) {
  .denza-page .denza-store_map .container .wrapper input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 1;
  }
  .denza-page .denza-store_map .container .wrapper input::-moz-placeholder {
    font-size: 14px;
    line-height: 1;
  }
  .denza-page .denza-store_map .container .wrapper input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 1;
  }
  .denza-page .denza-store_map .container .wrapper input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 1;
  }
  .denza-page .denza-store_map .container .wrapper input,
  .denza-page .denza-store_map .container .wrapper input::placeholder {
    font-size: 14px;
    line-height: 1;
  }
}
.denza-page .denza-store_map .container .wrapper .store_container {
  position: relative;
  width: 510px;
  background: #fbfbfd;
}
@media screen and (max-width: 1450px) {
  .denza-page .denza-store_map .container .wrapper .store_container {
    width: 430px;
  }
}
@media screen and (max-width: 991px) {
  .denza-page .denza-store_map .container .wrapper .store_container {
    position: absolute;
    top: calc(100% - 210px);
    width: 100%;
    height: 83%;
    z-index: 1;
    background: #fbfbfd;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    -webkit-transition: top 0.3s linear;
    transition: top 0.3s linear;
  }
  .denza-page .denza-store_map .container .wrapper .store_container.close {
    top: calc(100% - 27px);
  }
  .denza-page .denza-store_map .container .wrapper .store_container.active {
    top: 17%;
  }
}
.denza-page .denza-store_map .container .wrapper .store_container.hide_store_container {
  width: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.denza-page .denza-store_map .container .wrapper .store_container.hide_store_container .store_content_header {
  display: none;
}
.denza-page .denza-store_map .container .wrapper .store_container .store_content_header {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
  padding: 0 24px;
}
@media screen and (max-width: 991px) {
  .denza-page .denza-store_map .container .wrapper .store_container .store_content_header {
    padding: 0 16px;
    margin-bottom: 8px;
  }
}
.denza-page .denza-store_map .container .wrapper .store_container .store_content_header .drag {
  height: 27px;
  width: 100%;
  padding-top: 8px;
}
.denza-page .denza-store_map .container .wrapper .store_container .store_content_header .drag .drag_icon {
  display: block;
  width: 32px;
  height: 3px;
  margin: 0 auto;
  background: #293241;
  border-radius: 2px;
  opacity: 0.4;
  border: 1px solid #293241;
}
.denza-page .denza-store_map .container .wrapper .store_container .store_content_header .store_category_container {
  margin-bottom: 8px;
}
.denza-page .denza-store_map .container .wrapper .store_container .store_content_header .store_category_container .store_category_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #9fa0a0;
}
@media screen and (max-width: 991px) {
  .denza-page .denza-store_map .container .wrapper .store_container .store_content_header .store_category_container .store_category_wrap {
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 3, 56, 0.04);
            box-shadow: 0px 3px 10px 0px rgba(0, 3, 56, 0.04);
    border-radius: 20px;
    border-bottom: 0;
    padding: 8px 16px;
  }
}
.denza-page .denza-store_map .container .wrapper .store_container .store_content_header .store_category_container .store_category_wrap .store_category_btn {
  padding: 16px;
  font-size: 18px;
  color: #293241;
  line-height: 27px;
  margin-right: 48px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .denza-page .denza-store_map .container .wrapper .store_container .store_content_header .store_category_container .store_category_wrap .store_category_btn {
    font-size: 14px;
    line-height: 22px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    max-width: 50%;
    width: 100%;
    margin-right: 0;
    padding: 0;
  }
  .denza-page .denza-store_map .container .wrapper .store_container .store_content_header .store_category_container .store_category_wrap .store_category_btn:last-child {
    border-left: 1px solid rgba(151, 151, 151, 0.3);
    padding-left: 16px;
  }
}
.denza-page .denza-store_map .container .wrapper .store_container .store_content_header .store_category_container .store_category_wrap .store_category_btn.active {
  color: #00319d;
  border-bottom: 1px solid #00319d;
}
@media screen and (max-width: 991px) {
  .denza-page .denza-store_map .container .wrapper .store_container .store_content_header .store_category_container .store_category_wrap .store_category_btn.active {
    border-bottom: 0;
  }
}
.denza-page .denza-store_map .container .wrapper .store_container .store_content_header .city_select_container {
  position: relative;
}
.denza-page .denza-store_map .container .wrapper .store_container .store_content_header .city_select_container .city_select_input {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 16px 48px 16px 16px;
  cursor: pointer;
  border-radius: 28px;
}
@media screen and (max-width: 991px) {
  .denza-page .denza-store_map .container .wrapper .store_container .store_content_header .city_select_container .city_select_input {
    padding: 11px 48px 11px 16px;
  }
}
.denza-page .denza-store_map .container .wrapper .store_container .store_content_header .city_select_container .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  width: 16px;
  height: 16px;
}
.denza-page .denza-store_map .container .wrapper .store_container .store_content_header .city_select_container.active .arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.denza-page .denza-store_map .container .wrapper .store_container .store_content_header .city_select_container .city_list_container {
  display: none;
  position: absolute;
  width: 100%;
  top: calc(100% + 8px);
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 3, 56, 0.04);
          box-shadow: 0px 2px 10px 0px rgba(0, 3, 56, 0.04);
  background-color: #fff;
  z-index: 1;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .denza-page .denza-store_map .container .wrapper .store_container .store_content_header .city_select_container .city_list_container {
    border-radius: 8px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 3, 56, 0.08);
            box-shadow: 0px 2px 10px 0px rgba(0, 3, 56, 0.08);
  }
}
.denza-page .denza-store_map .container .wrapper .store_container .store_content_header .city_select_container .city_list_container .city_list_wrap .search_input_container {
  position: relative;
}
.denza-page .denza-store_map .container .wrapper .store_container .store_content_header .city_select_container .city_list_container .city_list_wrap .search_input_container .search_input {
  width: 100%;
  padding: 16px 48px 16px 16px;
  -webkit-box-shadow: 0px -2px 10px 0px rgba(10, 32, 78, 0.04);
          box-shadow: 0px -2px 10px 0px rgba(10, 32, 78, 0.04);
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(180deg, rgb(241, 244, 249), rgb(239, 240, 244)) 1 1;
     border-image: -webkit-gradient(linear, left top, left bottom, from(rgb(241, 244, 249)), to(rgb(239, 240, 244))) 1 1;
     border-image: linear-gradient(180deg, rgb(241, 244, 249), rgb(239, 240, 244)) 1 1;
}
@media screen and (max-width: 991px) {
  .denza-page .denza-store_map .container .wrapper .store_container .store_content_header .city_select_container .city_list_container .city_list_wrap .search_input_container .search_input {
    padding: 11px 48px 11px 16px;
  }
}
.denza-page .denza-store_map .container .wrapper .store_container .store_content_header .city_select_container .city_list_container .city_list_wrap .search_input_container .search {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  width: 16px;
  height: 16px;
}
.denza-page .denza-store_map .container .wrapper .store_container .store_content_header .city_select_container .city_list_container .city_list_wrap .search_list_container .search_list_city .search_list_title {
  border-bottom: 1px solid #eff0f4;
  padding: 0 16px;
}
.denza-page .denza-store_map .container .wrapper .store_container .store_content_header .city_select_container .city_list_container .city_list_wrap .search_list_container .search_list_city .search_list_title span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #043491;
  line-height: 24px;
  padding: 16px 0;
  border-bottom: 1px solid #043491;
}
@media screen and (max-width: 991px) {
  .denza-page .denza-store_map .container .wrapper .store_container .store_content_header .city_select_container .city_list_container .city_list_wrap .search_list_container .search_list_city .search_list_title span {
    padding: 8px 0;
    font-size: 12px;
    line-height: 18px;
  }
}
.denza-page .denza-store_map .container .wrapper .store_container .store_content_header .city_select_container .city_list_container .city_list_wrap .search_list_container .search_list_city .search_list {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 13.3333333333vw;
  padding: 8px;
}
@media screen and (max-width: 991px) {
  .denza-page .denza-store_map .container .wrapper .store_container .store_content_header .city_select_container .city_list_container .city_list_wrap .search_list_container .search_list_city .search_list {
    padding: 12px 8px;
    max-height: 201px;
  }
}
.denza-page .denza-store_map .container .wrapper .store_container .store_content_header .city_select_container .city_list_container .city_list_wrap .search_list_container .search_list_city .search_list .search_list_item {
  font-size: 16px;
  font-weight: 400;
  color: #595057;
  line-height: 24px;
  padding: 8px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .denza-page .denza-store_map .container .wrapper .store_container .store_content_header .city_select_container .city_list_container .city_list_wrap .search_list_container .search_list_city .search_list .search_list_item {
    font-size: 12px;
    line-height: 18px;
  }
}
.denza-page .denza-store_map .container .wrapper .store_container .store_content_header .city_select_container .city_list_container .city_list_wrap .search_list_container .search_list_city .search_list .search_list_item:hover {
  background-color: #f7f8fa;
  border-radius: 20px;
}
.denza-page .denza-store_map .container .wrapper .store_container .store_content_header .city_select_container .city_list_container .city_list_wrap .search_list_container .search_list_city .search_list .search_list_item.no-search:hover {
  background-color: #ffffff;
  border-radius: 20px;
}
.denza-page .denza-store_map .container .wrapper .store_container .store_content_header .city_select_container .city_list_container .city_list_wrap .select_list_container .select_tab_wrapper {
  padding: 0 16px;
  border-bottom: 1px solid #eff0f4;
}
.denza-page .denza-store_map .container .wrapper .store_container .store_content_header .city_select_container .city_list_container .city_list_wrap .select_list_container .select_tab_wrapper .select_tab {
  font-size: 16px;
  font-weight: 400;
  color: #595057;
  line-height: 24px;
  display: inline-block;
  padding: 16px 0;
  border-bottom: 1px solid transparent;
  margin-left: 40px;
}
@media screen and (max-width: 991px) {
  .denza-page .denza-store_map .container .wrapper .store_container .store_content_header .city_select_container .city_list_container .city_list_wrap .select_list_container .select_tab_wrapper .select_tab {
    padding: 8px 0;
    font-size: 12px;
    line-height: 18px;
  }
}
.denza-page .denza-store_map .container .wrapper .store_container .store_content_header .city_select_container .city_list_container .city_list_wrap .select_list_container .select_tab_wrapper .select_tab.select_tab_province {
  cursor: pointer;
}
.denza-page .denza-store_map .container .wrapper .store_container .store_content_header .city_select_container .city_list_container .city_list_wrap .select_list_container .select_tab_wrapper .select_tab:first-child {
  margin-left: 0;
}
.denza-page .denza-store_map .container .wrapper .store_container .store_content_header .city_select_container .city_list_container .city_list_wrap .select_list_container .select_tab_wrapper .select_tab.active {
  color: #043491;
  border-bottom: 1px solid #043491;
}
.denza-page .denza-store_map .container .wrapper .store_container .store_content_header .city_select_container .city_list_container .city_list_wrap .select_list_container .select_city_wrapper {
  padding: 8px;
}
@media screen and (max-width: 991px) {
  .denza-page .denza-store_map .container .wrapper .store_container .store_content_header .city_select_container .city_list_container .city_list_wrap .select_list_container .select_city_wrapper {
    padding: 12px 8px;
  }
}
.denza-page .denza-store_map .container .wrapper .store_container .store_content_header .city_select_container .city_list_container .city_list_wrap .select_list_container .select_city_wrapper .select_city_list {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 13.3333333333vw;
}
@media screen and (max-width: 991px) {
  .denza-page .denza-store_map .container .wrapper .store_container .store_content_header .city_select_container .city_list_container .city_list_wrap .select_list_container .select_city_wrapper .select_city_list {
    max-height: 200px;
  }
}
.denza-page .denza-store_map .container .wrapper .store_container .store_content_header .city_select_container .city_list_container .city_list_wrap .select_list_container .select_city_wrapper .select_city_list .select_city_item {
  font-size: 16px;
  font-weight: 400;
  color: #595057;
  line-height: 24px;
  padding: 8px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .denza-page .denza-store_map .container .wrapper .store_container .store_content_header .city_select_container .city_list_container .city_list_wrap .select_list_container .select_city_wrapper .select_city_list .select_city_item {
    font-size: 12px;
    line-height: 18px;
  }
}
.denza-page .denza-store_map .container .wrapper .store_container .store_content_header .city_select_container .city_list_container .city_list_wrap .select_list_container .select_city_wrapper .select_city_list .select_city_item:hover, .denza-page .denza-store_map .container .wrapper .store_container .store_content_header .city_select_container .city_list_container .city_list_wrap .select_list_container .select_city_wrapper .select_city_list .select_city_item:active {
  background-color: #f7f8fa;
  border-radius: 20px;
}
@media screen and (max-width: 991px) {
  .denza-page .denza-store_map .container .wrapper .store_container .store_content_header .city_select_container .city_list_container .city_list_wrap .select_list_container .select_city_wrapper .select_city_list .select_city_item:hover, .denza-page .denza-store_map .container .wrapper .store_container .store_content_header .city_select_container .city_list_container .city_list_wrap .select_list_container .select_city_wrapper .select_city_list .select_city_item:active {
    border-radius: 16px;
  }
}
.denza-page .denza-store_map .container .wrapper .store_container .store_content_header .city_select_container.active .city_list_container {
  display: block;
}
.denza-page .denza-store_map .container .wrapper .store_container .store_content_header .store_filter_container {
  margin-top: 8px;
}
.denza-page .denza-store_map .container .wrapper .store_container .store_content_header .store_filter_container .store_filter_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.denza-page .denza-store_map .container .wrapper .store_container .store_content_header .store_filter_container .store_filter_wrapper .store_filter {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
  position: relative;
}
.denza-page .denza-store_map .container .wrapper .store_container .store_content_header .store_filter_container .store_filter_wrapper .store_filter .type_input {
  width: 100%;
  background: #fff;
  padding: 16px 48px 16px 16px;
  cursor: pointer;
  border-radius: 28px;
}
@media screen and (max-width: 991px) {
  .denza-page .denza-store_map .container .wrapper .store_container .store_content_header .store_filter_container .store_filter_wrapper .store_filter .type_input {
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 3, 56, 0.04);
            box-shadow: 0px 3px 10px 0px rgba(0, 3, 56, 0.04);
    border-radius: 20px;
    padding: 11px 48px 11px 16px;
  }
}
.denza-page .denza-store_map .container .wrapper .store_container .store_content_header .store_filter_container .store_filter_wrapper .store_filter .arrow {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.denza-page .denza-store_map .container .wrapper .store_container .store_content_header .store_filter_container .store_filter_wrapper .store_filter.active .arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.denza-page .denza-store_map .container .wrapper .store_container .store_content_header .store_filter_container .store_filter_wrapper .store_filter .type_list {
  position: absolute;
  top: calc(100% + 8px);
  width: 100%;
  padding: 8px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(10, 32, 78, 0.09);
          box-shadow: 0px 0px 8px 0px rgba(10, 32, 78, 0.09);
  border-radius: 16px;
  z-index: 1;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 176px;
}
@media screen and (max-width: 991px) {
  .denza-page .denza-store_map .container .wrapper .store_container .store_content_header .store_filter_container .store_filter_wrapper .store_filter .type_list {
    max-height: 152px;
    padding: 12px 8px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 3, 56, 0.08);
            box-shadow: 0px 2px 10px 0px rgba(0, 3, 56, 0.08);
    border-radius: 8px;
  }
}
.denza-page .denza-store_map .container .wrapper .store_container .store_content_header .store_filter_container .store_filter_wrapper .store_filter .type_list .type_item {
  font-size: 16px;
  color: #293241;
  line-height: 24px;
  font-weight: 400;
  padding: 8px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .denza-page .denza-store_map .container .wrapper .store_container .store_content_header .store_filter_container .store_filter_wrapper .store_filter .type_list .type_item {
    padding: 4px 8px;
    font-size: 12px;
    list-style: 18px;
  }
}
.denza-page .denza-store_map .container .wrapper .store_container .store_content_header .store_filter_container .store_filter_wrapper .store_filter .type_list .type_item:hover, .denza-page .denza-store_map .container .wrapper .store_container .store_content_header .store_filter_container .store_filter_wrapper .store_filter .type_list .type_item:active {
  background-color: #f7f8fa;
  border-radius: 16px;
}
@media screen and (max-width: 991px) {
  .denza-page .denza-store_map .container .wrapper .store_container .store_content_header .store_filter_container .store_filter_wrapper .store_filter .type_list .type_item:hover, .denza-page .denza-store_map .container .wrapper .store_container .store_content_header .store_filter_container .store_filter_wrapper .store_filter .type_list .type_item:active {
    border-radius: 8px;
  }
}
.denza-page .denza-store_map .container .wrapper .store_container .store_list {
  padding: 0 24px;
  height: calc(100% - 264px);
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 100%;
}
@media screen and (max-width: 991px) {
  .denza-page .denza-store_map .container .wrapper .store_container .store_list {
    padding: 0 16px;
    height: calc(100% - 220px);
  }
}
.denza-page .denza-store_map .container .wrapper .store_container .store_list .store_item {
  padding: 16px;
  background: #ffffff;
  height: 238px;
  position: relative;
  margin-bottom: 16px;
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 3, 56, 0.04);
          box-shadow: 0px 2px 10px 0px rgba(0, 3, 56, 0.04);
  border-radius: 16px;
}
.denza-page .denza-store_map .container .wrapper .store_container .store_list .store_item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .denza-page .denza-store_map .container .wrapper .store_container .store_list .store_item {
    height: 214px;
    border-radius: 12px;
  }
}
.denza-page .denza-store_map .container .wrapper .store_container .store_list .store_item.active, .denza-page .denza-store_map .container .wrapper .store_container .store_list .store_item:hover {
  background: rgba(231, 230, 244, 0.16);
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 3, 56, 0.04);
          box-shadow: 0px 2px 10px 0px rgba(0, 3, 56, 0.04);
}
.denza-page .denza-store_map .container .wrapper .store_container .store_list .store_item .store_title {
  font-size: 16px;
  font-weight: 400;
  color: #293241;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .denza-page .denza-store_map .container .wrapper .store_container .store_list .store_item .store_title {
    font-size: 14px;
    line-height: 18px;
  }
}
.denza-page .denza-store_map .container .wrapper .store_container .store_list .store_item .store_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.denza-page .denza-store_map .container .wrapper .store_container .store_list .store_item .store_buttons .store_make_btn {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 22px;
  text-align: center;
  padding: 8px 40px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-radius: 20px;
  border: 1px solid #4c75c4;
}
@media screen and (max-width: 991px) {
  .denza-page .denza-store_map .container .wrapper .store_container .store_list .store_item .store_buttons .store_make_btn {
    padding: 8px 24px;
  }
}
.denza-page .denza-store_map .container .wrapper .store_container .store_list .store_item .store_buttons .store_make_btn:hover {
  color: #fff;
  background-color: #4c75c4;
}
.denza-page .denza-store_map .container .wrapper .store_container .store_list .store_item .card-list {
  margin: 16px 0 24px;
}
@media screen and (max-width: 991px) {
  .denza-page .denza-store_map .container .wrapper .store_container .store_list .store_item .card-list {
    margin: 20px 0 24px;
  }
}
.denza-page .denza-store_map .container .wrapper .store_container .store_list .store_item .card-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #293241;
  margin-bottom: 8px;
  font-size: 14px;
  color: #293241;
  line-height: 22px;
}
@media screen and (max-width: 991px) {
  .denza-page .denza-store_map .container .wrapper .store_container .store_list .store_item .card-list-item {
    font-size: 12px;
    line-height: 16px;
  }
}
.denza-page .denza-store_map .container .wrapper .store_container .store_list .store_item .card-list-item:last-child {
  margin-bottom: 0;
}
.denza-page .denza-store_map .container .wrapper .store_container .store_list .store_item .card-list-item .card-title {
  position: relative;
  padding-left: 20px;
  white-space: nowrap;
}
.denza-page .denza-store_map .container .wrapper .store_container .store_list .store_item .card-list-item .card-title .icon {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 3px;
}
@media screen and (max-width: 991px) {
  .denza-page .denza-store_map .container .wrapper .store_container .store_list .store_item .card-list-item .card-title .icon {
    top: 0;
  }
}
.denza-page .denza-store_map .container .wrapper .store_container .store_list .store_item .card-list-item .card-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.denza-page .denza-store_map .container .wrapper .map_container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  position: relative;
}
.denza-page .denza-store_map .container .wrapper .store-card__popup {
  display: none;
}
@media screen and (max-width: 991px) {
  .denza-page .denza-store_map .container .wrapper .store-card__popup {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
  }
  .denza-page .denza-store_map .container .wrapper .store-card__popup.active {
    display: block;
  }
  .denza-page .denza-store_map .container .wrapper .store-card__popup .card-wrap {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .denza-page .denza-store_map .container .wrapper .store-card__popup .card-wrap .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
  }
  .denza-page .denza-store_map .container .wrapper .store-card__popup .card-wrap .card-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc(100% - 32px);
    background-color: #fff;
    z-index: 1;
    padding: 32px 16px 24px 16px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 3, 56, 0.04);
            box-shadow: 0px 3px 10px 0px rgba(0, 3, 56, 0.04);
    border-radius: 12px;
  }
  .denza-page .denza-store_map .container .wrapper .store-card__popup .card-wrap .card-content .close-popop {
    position: absolute;
    right: 16px;
    top: 8px;
    width: 16px;
    height: 16px;
    background-image: url(/static_material/tengshi/cn/find-store/svg/closeCard.svg);
    background-size: 16px;
    cursor: pointer;
  }
  .denza-page .denza-store_map .container .wrapper .store-card__popup .card-wrap .card-content .store-card-wrap {
    position: relative;
  }
  .denza-page .denza-store_map .container .wrapper .store-card__popup .card-wrap .card-content .store-card-wrap .store-img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    overflow: hidden;
  }
  .denza-page .denza-store_map .container .wrapper .store-card__popup .card-wrap .card-content .store-card-wrap .store-img img {
    width: 100%;
    height: auto;
  }
  .denza-page .denza-store_map .container .wrapper .store-card__popup .card-wrap .card-content .store-card-wrap .store-info {
    width: 100%;
    margin-top: 16px;
  }
  .denza-page .denza-store_map .container .wrapper .store-card__popup .card-wrap .card-content .store-card-wrap .store-info .store-info-title {
    font-size: 14px;
    color: #293241;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 991px) and (max-width: 1400px) {
  .denza-page .denza-store_map .container .wrapper .store-card__popup .card-wrap .card-content .store-card-wrap .store-info .store-info-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .denza-page .denza-store_map .container .wrapper .store-card__popup .card-wrap .card-content .store-card-wrap .store-info .store-info-distance {
    font-size: 12px;
    color: #595057;
    line-height: 16px;
  }
}
@media screen and (max-width: 991px) {
  .denza-page .denza-store_map .container .wrapper .store-card__popup .card-wrap .card-content .store-card-wrap .store-info .info_list {
    margin-top: 16px;
  }
  .denza-page .denza-store_map .container .wrapper .store-card__popup .card-wrap .card-content .store-card-wrap .store-info .info_list .info_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 8px;
    font-size: 12px;
    color: #293241;
    line-height: 18px;
  }
  .denza-page .denza-store_map .container .wrapper .store-card__popup .card-wrap .card-content .store-card-wrap .store-info .info_list .info_item .info_title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    padding-left: 20px;
    white-space: nowrap;
    padding-right: 4px;
  }
  .denza-page .denza-store_map .container .wrapper .store-card__popup .card-wrap .card-content .store-card-wrap .store-info .info_list .info_item .info_title .icon {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .denza-page .denza-store_map .container .wrapper .store-card__popup .card-wrap .card-content .store-card-wrap .store-info .info_list .info_item .info_text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .denza-page .denza-store_map .container .wrapper .store-card__popup .card-wrap .card-content .store-card-wrap .store-info .info_list .info_item .info_text .star {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(/static_material/tengshi/cn/find-store/svg/new_star.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 4px;
  }
  .denza-page .denza-store_map .container .wrapper .store-card__popup .card-wrap .card-content .store-card-wrap .store-info .info_list .info_item .info_text .star:last-child {
    margin-right: 0;
  }
  .denza-page .denza-store_map .container .wrapper .store-card__popup .card-wrap .card-content .store-card-wrap .store-info .info_list .info_item .info_text a {
    text-decoration: underline;
  }
  .denza-page .denza-store_map .container .wrapper .store-card__popup .card-wrap .card-content .store-card-wrap .store-info .info_list .info_item > a {
      text-decoration: none;
  }
  .denza-page .denza-store_map .container .wrapper .store-card__popup .card-wrap .card-content .store-card-wrap .store-info .info_list .info_item > a img {
      width: 16px;
      height: 16px;
  }
  .denza-page .denza-store_map .container .wrapper .store-card__popup .card-wrap .card-content .store-card-wrap .store-info .info_list .info_item > a p {
      color: #0B4AC5 !important;
  }
}
@media screen and (max-width: 991px) {
  .denza-page .denza-store_map .container .wrapper .store-card__popup .card-wrap .card-content .store-card-wrap .store-info .store_make_btn {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 22px;
    text-align: center;
    padding: 4px 40px;
    background-color: transparent;
    border-radius: 15px;
    border: 1px solid #4c75c4;
    margin-top: 16px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .denza-page .denza-store_map .container .wrapper .store-card__popup .card-wrap .card-content .store-card-wrap .store-info .store_make_btn:hover {
    color: #fff;
    background-color: #4c75c4;
  }
}

#map {
  width: 100%;
  height: 100%;
}
#map .store-icon.active {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  z-index: 99;
}
#map .store-icon.hide {
  display: none;
}
#map .BMap_pop > div {
  background: transparent !important;
  border: 0 !important;
}
#map .BMap_pop > div > div {
  background: transparent !important;
  border: 0 !important;
}
#map .BMap_pop > div > img {
  display: none;
}
#map .BMap_pop > img {
  width: 0 !important;
  height: 0 !important;
}
#map .BMap_shadow {
  display: none;
}
#map .store-card {
  width: 100%;
  height: 100%;
  padding: 40px 16px 24px 16px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 3, 56, 0.04);
          box-shadow: 0px 2px 10px 0px rgba(0, 3, 56, 0.04);
  border-radius: 16px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
#map .store-card .close-popop {
  position: absolute;
  right: 16px;
  top: 12px;
  width: 16px;
  height: 16px;
  background-image: url(/static_material/tengshi/cn/find-store/svg/closeCard.svg);
  background-size: 16px;
  cursor: pointer;
}
#map .store-card .store-card-wrap {
  position: relative;
}
#map .store-card .store-card-wrap .store-img {
  width: 100%;
  height: 202px;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  #map .store-card .store-card-wrap .store-img {
    height: 154px;
  }
}
#map .store-card .store-card-wrap .store-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#map .store-card .store-card-wrap .store-info {
  width: 100%;
  margin-top: 16px;
}
#map .store-card .store-card-wrap .store-info .store-info-title {
  font-size: 18px;
  color: #1c222d;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 4px;
}
@media screen and (max-width: 1400px) {
  #map .store-card .store-card-wrap .store-info .store-info-title {
    font-size: 14px;
  }
}
#map .store-card .store-card-wrap .store-info .store-info-distance {
  font-size: 12px;
  color: #595057;
  line-height: 16px;
}
#map .store-card .store-card-wrap .store-info .info_list {
  margin-top: 16px;
}
#map .store-card .store-card-wrap .store-info .info_list .info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 8px;
  font-size: 12px;
  color: #293241;
  line-height: 18px;
}
#map .store-card .store-card-wrap .store-info .info_list .info_item .info_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding-left: 20px;
  white-space: nowrap;
  padding-right: 4px;
}
#map .store-card .store-card-wrap .store-info .info_list .info_item .info_title .icon {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
}
#map .store-card .store-card-wrap .store-info .info_list .info_item .info_text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#map .store-card .store-card-wrap .store-info .info_list .info_item .info_text .star {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(/static_material/tengshi/cn/find-store/svg/new_star.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
}
#map .store-card .store-card-wrap .store-info .info_list .info_item .info_text .star:last-child {
  margin-right: 0;
}
#map .store-card .store-card-wrap .store-info .store_make_btn {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 22px;
  text-align: center;
  padding: 8px 40px;
  background-color: transparent;
  border-radius: 20px;
  border: 1px solid #4c75c4;
  margin-top: 24px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#map .store-card .store-card-wrap .store-info .store_make_btn:hover {
  color: #fff;
  background-color: #4c75c4;
}
