@charset "UTF-8";
html,
body {
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

.stores-head {
  width: 100%;
  font-size: 0;
  padding: 20px 0;
  margin-bottom: 30px;
}

.stores-head .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #000;
}

.stores-head-title {
  font-size: 46px;
  line-height: 1;
  padding: 40px 0;
  font-weight: bold;
  color: #dd1e2c;
  flex:1;
}

.stores-head-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 26px;
  line-height: 1;
  color: #000;
  padding:0 10px;
}

.stores-head-button img:nth-child(1) {
  width: 23px;
  margin-right: 5px;
}

.stores-head-button img:nth-child(2) {
  width: 20px;
  margin-left: 5px;
}

.scrollBar::-webkit-scrollbar {
  width: 8px;
  height: 28px;
}

.scrollBar::-webkit-scrollbar {
  width: 8px;
  height: 28px;
}

/*正常情况下滑块的样式*/
.scrollBar::-webkit-scrollbar-thumb {
  background-color: #898989;
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
}

/*鼠标悬浮在该类指向的控件上时滑块的样式*/
.scrollBar:hover::-webkit-scrollbar-thumb {
  background-color: #898989;
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
}

/*鼠标悬浮在滑块上时滑块的样式*/
.scrollBar::-webkit-scrollbar-thumb:hover {
  background-color: #8e8e8e;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
}

/*正常时候的主干部分*/
.scrollBar::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #e7e7e7;
}

/*鼠标悬浮在滚动条上的主干部分*/
.scrollBar::-webkit-scrollbar-track:hover {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #e7e7e7;
}

.content {
  position: relative;
  height: 647px;
}

.content #allmap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.content .map-form {
  width: 512px;
  height: 564px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 191.5px;
  font-size: 0;
}

.content .map-form-head {
  width: 100%;
  height: 77px;
  padding: 0 31px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content .map-form-head-local {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  color: #000;
  line-height: 1;
  cursor: pointer;
}

.content .map-form-head-local img {
  width: 16px;
  margin-right: 12px;
}

.content .map-form-head-type {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.content .map-form-head-type-car, .content .map-form-head-type-window {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 12px;
  font-size: 16px;
  line-height: 1;
  color: #000;
  cursor: pointer;
}

.content .map-form-head-type-car-radius, .content .map-form-head-type-window-radius {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #747474;
  background: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content .map-form-head-type-car-radius-con, .content .map-form-head-type-window-radius-con {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: transparent;
}

.content .map-form-head-type-car-radius-con.active, .content .map-form-head-type-window-radius-con.active {
  background: #747474;
}

.content .map-form-input {
  width: 100%;
  box-sizing: border-box;
  padding: 0 31px;
  padding-bottom: 26px;
  border-bottom: 1px solid #747474;
}

.content .map-form-select-content {
  width: 100%;
  height: 42px;
  border: 1px solid #747474;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2%;
}

.content .map-form-select-content select {
  width: 100%;
  border: 0;
  outline: 0;
  color: #000;
  font-size: 16px;
  box-sizing: border-box;
  padding-left: 20px;
}

.content .map-form-select-content select::placeholder {
  color: #747474;
}

.content .map-form-input-content {
  width: 100%;
  height: 42px;
  border: 1px solid #747474;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content .map-form-input-content-icon {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.content .map-form-input-content-icon img {
  width: 18px;
}

.content .map-form-input-content input {
  width: calc(100% - 42px);
  border: 0;
  outline: 0;
  color: #000;
  font-size: 16px;
  box-sizing: border-box;
  padding-left: 20px;
}

.content .map-form-input-content input::placeholder {
  color: #747474;
}

.content .map-form-result {
  width: 100%;
  box-sizing: border-box;
  padding: 0 31px;
  height: 330px;
  margin-top: 26px;
}

.content .map-form-result-content {
  width: 100%;
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
  /* padding-right: 20px; */
}

.content .map-form-result-content-title {
  font-size: 26px;
  color: #000;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 34px;
}

.content .map-form-result-content-icon {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 34px;
}

.content .map-form-result-content-icon p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 1;
  color: #000;
}

.content .map-form-result-content-icon p img {
  width: 15px;
  margin-right: 5px;
}

.content .map-form-result-content-icon p:nth-child(2) {
  margin-left: 10px;
}

.content .map-form-result-content-icon p:nth-child(3) img {
  width: 23px;
}

.content .map-form-result-content-icon p:nth-child(3) {
  margin-left: 10px;
}

.content .map-form-result-content-icon p:nth-child(2) img {
  width: 45px;
}

.content .map-form-result-content-list-item-title .nerv {
  width: 45px;
  display: none;
  margin-left: 5px;
}

.content .map-form-result-content-none {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #898989;
  line-height: 1.5;
  margin: 20px 0;
  display: none;
}

.content .map-form-result-content-list {
  width: 100%;
}

.content .map-form-result-content-list-item {
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #747474;
  margin-top: 27px;
  font-size: 0;
}

.content .map-form-result-content-list-item-title {
  font-size: 18px;
  line-height: 1;
  color: #000;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content .map-form-result-content-list-item-title span {
  width: calc(100% - 30px);
}

.content .map-form-result-content-list-item-title a{
  color: #000;
  text-decoration: none;
}

.content .map-form-result-content-list-item-title .zx {
  width: 15px;
  display: none;
}

.content .map-form-result-content-list-item-title .jy {
  width: 21px;
  display: none;
}

.content .map-form-result-content-list-item-title .yx {
  width: 21px;
  display: none;
}

.content .map-form-result-content-list-item-title .ly {
  width: 21px;
  display: none;
}

.content .map-form-result-content-list-item-title .active {
  display: block;
  margin-left:3px;
}

.content .map-form-result-content-list-item-code, .content .map-form-result-content-list-item-phone {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
  line-height: 1;
  color: #595757;
  text-decoration: underline;
}

.content .map-form-result-content-list-item-address {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 18px;
  line-height: 28px;
}

.content .map-form-result-content-list-item-address p {
  width: 303px;
  text-align: justify;
  color: #595757;
}

.content .map-form-result-content-list-item-address .yuyue {
  width: 85px;
  height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  line-height: 1;
  color: #898989;
  box-sizing: border-box;
  border: 2px solid #898989;
  cursor: pointer;
}

.content .map-form-local {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: none;
}

.content .map-form-local-back {
  width: 100%;
  height: 77px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  padding: 0 31px;
  font-size: 18px;
  line-height: 1;
  color: #000;
  cursor: pointer;
}

.content .map-form-local-title {
  width: 100%;
  font-size: 26px;
  line-height: 1;
  box-sizing: border-box;
  font-weight: bold;
  color: #000;
  padding: 20px 30px;
  padding-top: 0;
}

.content .map-form-local-address {
  width: 100%;
  box-sizing: border-box;
  padding: 0 30px;
  border-bottom: 1px solid #747474;
  margin-top: 20px;
}

.content .map-form-local-address-content {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.content .map-form-local-address-content p {
  display: inline-block;
  position: relative;
  margin-left: 5px;
}

.content .map-form-local-address-content p:after {
  content: "";
  display: block;
  width: calc(100% + 5px);
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.content .map-form-local-list {
  width: 100%;
  height: 320px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 41px;
  margin-top: 10px;
}

.content .map-form-local-list-content {
  width: 100%;
  height: 320px;
  overflow: auto;
  box-sizing: border-box;
  padding-right: 20px;
}

.content .map-form-local-list-content-item {
  width: 100%;
  font-size: 18px;
  color: #898989;
  line-height: 48px;
  border-bottom: 1px solid #747474;
  cursor: pointer;
}

.content .map-form-local-confirm {
  width: 440px;
  height: 40px;
  margin: 0 auto;
  margin-top: 10px;
  display: flex;
  color: #000;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}

.content .map-form-loading {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  font-size: 0;
  width: 50px;
  z-index: 99;
}

.content .map-form-loading img {
  width: 100%;
}
.mbLocal{display: none}
@media screen and (max-width: 1680px) {
  html,
  body {
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
  .stores-head {
    width: 100%;
    font-size: 0;
    padding: 17.5px 0;
    margin-bottom: 26.25px;
  }
  .stores-head .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1.75px solid #000;
  }
  .stores-head-title {
    font-size: 40.25px;
    line-height: 1;
    padding: 35px 0;
    font-weight: bold;
    color: #dd1e2c;
  }
  .stores-head-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 22.75px;
    line-height: 1;
    color: #000;
  }
  .stores-head-button img:nth-child(1) {
    width: 20.125px;
    margin-right: 4.375px;
  }
  .stores-head-button img:nth-child(2) {
    width: 17.5px;
    margin-left: 4.375px;
  }
  .scrollBar::-webkit-scrollbar {
    width: 7px;
    height: 24.5px;
  }
  .scrollBar::-webkit-scrollbar {
    width: 7px;
    height: 24.5px;
  }
  /*正常情况下滑块的样式*/
  .scrollBar::-webkit-scrollbar-thumb {
    background-color: #898989;
    border-radius: 8.75px;
    -webkit-box-shadow: inset 0.875px 0.875px 0 rgba(0, 0, 0, 0.1);
  }
  /*鼠标悬浮在该类指向的控件上时滑块的样式*/
  .scrollBar:hover::-webkit-scrollbar-thumb {
    background-color: #898989;
    border-radius: 8.75px;
    -webkit-box-shadow: inset 0.875px 0.875px 0 rgba(0, 0, 0, 0.1);
  }
  /*鼠标悬浮在滑块上时滑块的样式*/
  .scrollBar::-webkit-scrollbar-thumb:hover {
    background-color: #8e8e8e;
    -webkit-box-shadow: inset 0.875px 0.875px 0 rgba(0, 0, 0, 0.1);
  }
  /*正常时候的主干部分*/
  .scrollBar::-webkit-scrollbar-track {
    border-radius: 8.75px;
    -webkit-box-shadow: inset 0 0 5.25px rgba(0, 0, 0, 0.2);
    background-color: #e7e7e7;
  }
  /*鼠标悬浮在滚动条上的主干部分*/
  .scrollBar::-webkit-scrollbar-track:hover {
    -webkit-box-shadow: inset 0 0 5.25px rgba(0, 0, 0, 0.2);
    background-color: #e7e7e7;
  }
  .content {
    position: relative;
    height: 566.125px;
  }
  .content #allmap {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .content .map-form {
    width: 448px;
    height: 493.5px;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 167.5625px;
    font-size: 0;
  }
  .content .map-form-head {
    width: 100%;
    height: 67.375px;
    padding: 0 27.125px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .content .map-form-head-local {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    color: #000;
    line-height: 1;
    cursor: pointer;
  }
  .content .map-form-head-local img {
    width: 14px;
    margin-right: 10.5px;
  }
  .content .map-form-head-type {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .content .map-form-head-type-car, .content .map-form-head-type-window {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 10.5px;
    font-size: 14px;
    line-height: 1;
    color: #000;
    cursor: pointer;
  }
  .content .map-form-head-type-car-radius, .content .map-form-head-type-window-radius {
    width: 12.25px;
    height: 12.25px;
    margin-right: 4.375px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 0.875px solid #747474;
    background: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .content .map-form-head-type-car-radius-con, .content .map-form-head-type-window-radius-con {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: transparent;
  }
  .content .map-form-head-type-car-radius-con.active, .content .map-form-head-type-window-radius-con.active {
    background: #747474;
  }
  .content .map-form-input {
    width: 100%;
    box-sizing: border-box;
    padding: 0 27.125px;
    padding-bottom: 22.75px;
    border-bottom: 0.875px solid #747474;
  }
  .content .map-form-select-content {
    width: 100%;
    height: 36.75px;
    border: 1px solid #747474;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2%;
  }
  
  .content .map-form-select-content select {
    width: 100%;
    border: 0;
    outline: 0;
    color: #000;
    font-size: 14px;
    box-sizing: border-box;
    padding-left: 17.5px;
  }
  .content .map-form-input-content {
    width: 100%;
    height: 36.75px;
    border: 0.875px solid #747474;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .content .map-form-input-content-icon {
    width: 36.75px;
    height: 36.75px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .content .map-form-input-content-icon img {
    width: 15.75px;
  }
  .content .map-form-input-content input {
    width: calc(100% - 42px * 0.875);
    border: 0;
    outline: 0;
    color: #000;
    font-size: 14px;
    box-sizing: border-box;
    padding-left: 17.5px;
  }
  .content .map-form-input-content input::placeholder {
    color: #747474;
  }
  .content .map-form-result {
    width: 100%;
    box-sizing: border-box;
    padding: 0 27.125px;
    height: 291px;
    margin-top: 22.75px;
  }
  .content .map-form-result-content {
    width: 100%;
    height: 100%;
    overflow: auto;
    box-sizing: border-box;
    /* padding-right: 17.5px; */
  }
  .content .map-form-result-content-title {
    font-size: 22.75px;
    color: #000;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 29.75px;
  }
  .content .map-form-result-content-icon {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 29.75px;
  }
  .content .map-form-result-content-icon p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    line-height: 1;
    color: #000;
  }
  .content .map-form-result-content-icon p img {
    width: 13.125px;
    margin-right: 4.375px;
  }
  .content .map-form-result-content-icon p:nth-child(2) {
    margin-left: 8.75px;
  }
  .content .map-form-result-content-icon p:nth-child(3) img {
    width: 20.125px;
  }
  .content .map-form-result-content-icon p:nth-child(3) {
    margin-left: 8.75px;
  }
  .content .map-form-result-content-icon p:nth-child(2) img {
    width: 40px;
  }
  .content .map-form-result-content-list-item-title .nerv {
    width: 40px;
  }
  .content .map-form-result-content-none {
    width: 100%;
    text-align: center;
    font-size: 15.75px;
    color: #898989;
    line-height: 1.5;
    margin: 17.5px 0;
    display: none;
  }
  .content .map-form-result-content-list {
    width: 100%;
  }
  .content .map-form-result-content-list-item {
    width: 100%;
    padding-bottom: 13.125px;
    border-bottom: 0.875px solid #747474;
    margin-top: 23.625px;
    font-size: 0;
  }
  .content .map-form-result-content-list-item-title {
    font-size: 15.75px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    line-height: 24.5px;
    margin-bottom: 8.75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .content .map-form-result-content-list-item-title span {
    width: calc(100% - 30px * 0.875);
  }
  .content .map-form-result-content-list-item-title .zx {
    width: 13.125px;
    display: none;
  }
  .content .map-form-result-content-list-item-title .jy {
    width: 18.375px;
    display: none;
  }
  .content .map-form-result-content-list-item-title .yx {
    width: 18.375px;
    display: none;
  }
  .content .map-form-result-content-list-item-title .ly {
    width: 18.375px;
    display: none;
  }
  .content .map-form-result-content-list-item-title .active {
    display: block;
  }
  .content .map-form-result-content-list-item-code, .content .map-form-result-content-list-item-phone {
    font-size: 15.75px;
    line-height: 24.5px;
    margin-bottom: 8.75px;
    line-height: 1;
    color: #595757;
    text-decoration: underline;
  }
  .content .map-form-result-content-list-item-address {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 15.75px;
    line-height: 24.5px;
  }
  .content .map-form-result-content-list-item-address p {
    width: 265.125px;
    text-align: justify;
    color: #595757;
  }
  .content .map-form-result-content-list-item-address .yuyue {
    width: 74.375px;
    height: 25.375px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11.375px;
    line-height: 1;
    color: #898989;
    box-sizing: border-box;
    border: 1.75px solid #898989;
    cursor: pointer;
  }
  .content .map-form-local {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: none;
  }
  .content .map-form-local-back {
    width: 100%;
    height: 67.375px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding: 0 27.125px;
    font-size: 15.75px;
    line-height: 1;
    color: #000;
    cursor: pointer;
  }
  .content .map-form-local-title {
    width: 100%;
    font-size: 22.75px;
    line-height: 1;
    box-sizing: border-box;
    font-weight: bold;
    color: #000;
    padding: 17.5px 26.25px;
    padding-top: 0;
  }
  .content .map-form-local-address {
    width: 100%;
    box-sizing: border-box;
    padding: 0 26.25px;
    border-bottom: 0.875px solid #747474;
    margin-top: 17.5px;
  }
  .content .map-form-local-address-content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 15.75px;
    color: #000;
    font-weight: bold;
  }
  .content .map-form-local-address-content p {
    display: inline-block;
    position: relative;
    margin-left: 4.375px;
  }
  .content .map-form-local-address-content p:after {
    content: "";
    display: block;
    width: calc(100% + 5px * 0.875);
    height: 1.75px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .content .map-form-local-list {
    width: 100%;
    height: 280px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 35.875px;
    margin-top: 8.75px;
  }
  .content .map-form-local-list-content {
    width: 100%;
    height: 280px;
    overflow: auto;
    box-sizing: border-box;
    padding-right: 17.5px;
  }
  .content .map-form-local-list-content-item {
    width: 100%;
    font-size: 15.75px;
    color: #898989;
    line-height: 42px;
    border-bottom: 0.875px solid #747474;
    cursor: pointer;
  }
  .content .map-form-local-confirm {
    width: 385px;
    height: 35px;
    margin: 0 auto;
    margin-top: 8.75px;
    display: flex;
    color: #000;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 15.75px;
    line-height: 1;
  }
  .content .map-form-loading {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 0;
    width: 43.75px;
    z-index: 99;
  }
  .content .map-form-loading img {
    width: 100%;
  }
}

@media screen and (max-width: 1440px) {
  html,
  body {
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
  .stores-head {
    width: 100%;
    font-size: 0;
    padding: 15px 0;
    margin-bottom: 22.5px;
  }
  .stores-head .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1.5px solid #000;
  }
  .stores-head-title {
    font-size: 34.5px;
    line-height: 1;
    padding: 30px 0;
    font-weight: bold;
    color: #dd1e2c;
  }
  .stores-head-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 19.5px;
    line-height: 1;
    color: #000;
  }
  .stores-head-button img:nth-child(1) {
    width: 17.25px;
    margin-right: 3.75px;
  }
  .stores-head-button img:nth-child(2) {
    width: 15px;
    margin-left: 3.75px;
  }
  .scrollBar::-webkit-scrollbar {
    width: 6px;
    height: 21px;
  }
  .scrollBar::-webkit-scrollbar {
    width: 6px;
    height: 21px;
  }
  /*正常情况下滑块的样式*/
  .scrollBar::-webkit-scrollbar-thumb {
    background-color: #898989;
    border-radius: 7.5px;
    -webkit-box-shadow: inset 0.75px 0.75px 0 rgba(0, 0, 0, 0.1);
  }
  /*鼠标悬浮在该类指向的控件上时滑块的样式*/
  .scrollBar:hover::-webkit-scrollbar-thumb {
    background-color: #898989;
    border-radius: 7.5px;
    -webkit-box-shadow: inset 0.75px 0.75px 0 rgba(0, 0, 0, 0.1);
  }
  /*鼠标悬浮在滑块上时滑块的样式*/
  .scrollBar::-webkit-scrollbar-thumb:hover {
    background-color: #8e8e8e;
    -webkit-box-shadow: inset 0.75px 0.75px 0 rgba(0, 0, 0, 0.1);
  }
  /*正常时候的主干部分*/
  .scrollBar::-webkit-scrollbar-track {
    border-radius: 7.5px;
    -webkit-box-shadow: inset 0 0 4.5px rgba(0, 0, 0, 0.2);
    background-color: #e7e7e7;
  }
  /*鼠标悬浮在滚动条上的主干部分*/
  .scrollBar::-webkit-scrollbar-track:hover {
    -webkit-box-shadow: inset 0 0 4.5px rgba(0, 0, 0, 0.2);
    background-color: #e7e7e7;
  }
  .content {
    position: relative;
    height: 485.25px;
  }
  .content #allmap {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .content .map-form {
    width: 384px;
    height: 423px;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 143.625px;
    font-size: 0;
  }
  .content .map-form-head {
    width: 100%;
    height: 57.75px;
    padding: 0 23.25px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .content .map-form-head-local {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    color: #000;
    line-height: 1;
    cursor: pointer;
  }
  .content .map-form-head-local img {
    width: 12px;
    margin-right: 9px;
  }
  .content .map-form-head-type {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .content .map-form-head-type-car, .content .map-form-head-type-window {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 9px;
    font-size: 12px;
    line-height: 1;
    color: #000;
    cursor: pointer;
  }
  .content .map-form-head-type-car-radius, .content .map-form-head-type-window-radius {
    width: 10.5px;
    height: 10.5px;
    margin-right: 3.75px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 0.75px solid #747474;
    background: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .content .map-form-head-type-car-radius-con, .content .map-form-head-type-window-radius-con {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: transparent;
  }
  .content .map-form-head-type-car-radius-con.active, .content .map-form-head-type-window-radius-con.active {
    background: #747474;
  }
  .content .map-form-input {
    width: 100%;
    box-sizing: border-box;
    padding: 0 23.25px;
    padding-bottom: 19.5px;
    border-bottom: 0.75px solid #747474;
  }
  .content .map-form-select-content {
    width: 100%;
    height: 31.5px;
    border: 1px solid #747474;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2%;
  }
  
  .content .map-form-select-content select {
    width: 100%;
    border: 0;
    outline: 0;
    color: #000;
    font-size: 12px;
    box-sizing: border-box;
    padding-left: 15px;
  }
  .content .map-form-input-content {
    width: 100%;
    height: 31.5px;
    border: 0.75px solid #747474;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .content .map-form-input-content-icon {
    width: 31.5px;
    height: 31.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .content .map-form-input-content-icon img {
    width: 13.5px;
  }
  .content .map-form-input-content input {
    width: calc(100% - 42px * 0.75);
    border: 0;
    outline: 0;
    color: #000;
    font-size: 12px;
    box-sizing: border-box;
    padding-left: 15px;
  }
  .content .map-form-input-content input::placeholder {
    color: #747474;
  }
  .content .map-form-result {
    width: 100%;
    box-sizing: border-box;
    padding: 0 23.25px;
    height: 249px;
    margin-top: 19.5px;
  }
  .content .map-form-result-content {
    width: 100%;
    height: 100%;
    overflow: auto;
    box-sizing: border-box;
    /* padding-right: 15px; */
  }
  .content .map-form-result-content-title {
    font-size: 19.5px;
    color: #000;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 25.5px;
  }
  .content .map-form-result-content-icon {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 25.5px;
  }
  .content .map-form-result-content-icon p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
    line-height: 1;
    color: #000;
  }
  .content .map-form-result-content-icon p img {
    width: 11.25px;
    margin-right: 3.75px;
  }
  .content .map-form-result-content-icon p:nth-child(2) {
    margin-left: 7.5px;
  }
  .content .map-form-result-content-icon p:nth-child(3) img {
    width: 17.25px;
  }
  .content .map-form-result-content-icon p:nth-child(3) {
    margin-left: 7.5px;
  }
  .content .map-form-result-content-icon p:nth-child(2) img {
    width: 33.75px;
  }
  .content .map-form-result-content-list-item-title .nerv {
    width: 33.75px;
  }
  .content .map-form-result-content-none {
    width: 100%;
    text-align: center;
    font-size: 13.5px;
    color: #898989;
    line-height: 1.5;
    margin: 15px 0;
    display: none;
  }
  .content .map-form-result-content-list {
    width: 100%;
  }
  .content .map-form-result-content-list-item {
    width: 100%;
    padding-bottom: 11.25px;
    border-bottom: 0.75px solid #747474;
    margin-top: 20.25px;
    font-size: 0;
  }
  .content .map-form-result-content-list-item-title {
    font-size: 13.5px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    line-height: 21px;
    margin-bottom: 7.5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .content .map-form-result-content-list-item-title span {
    width: calc(100% - 30px * 0.75);
  }
  .content .map-form-result-content-list-item-title .zx {
    width: 11.25px;
    display: none;
  }
  .content .map-form-result-content-list-item-title .jy {
    width: 15.75px;
    display: none;
  }
  .content .map-form-result-content-list-item-title .yx {
    width: 15.75px;
    display: none;
  }
  .content .map-form-result-content-list-item-title .ly {
    width: 15.75px;
    display: none;
  }
  .content .map-form-result-content-list-item-title .active {
    display: block;
  }
  .content .map-form-result-content-list-item-code, .content .map-form-result-content-list-item-phone {
    font-size: 13.5px;
    line-height: 21px;
    margin-bottom: 7.5px;
    line-height: 1;
    color: #595757;
    text-decoration: underline;
  }
  .content .map-form-result-content-list-item-address {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 13.5px;
    line-height: 21px;
  }
  .content .map-form-result-content-list-item-address p {
    width: 227.25px;
    text-align: justify;
    color: #595757;
  }
  .content .map-form-result-content-list-item-address .yuyue {
    width: 63.75px;
    height: 21.75px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9.75px;
    line-height: 1;
    color: #898989;
    box-sizing: border-box;
    border: 1.5px solid #898989;
    cursor: pointer;
  }
  .content .map-form-local {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: none;
  }
  .content .map-form-local-back {
    width: 100%;
    height: 57.75px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding: 0 23.25px;
    font-size: 13.5px;
    line-height: 1;
    color: #000;
    cursor: pointer;
  }
  .content .map-form-local-title {
    width: 100%;
    font-size: 19.5px;
    line-height: 1;
    box-sizing: border-box;
    font-weight: bold;
    color: #000;
    padding: 15px 22.5px;
    padding-top: 0;
  }
  .content .map-form-local-address {
    width: 100%;
    box-sizing: border-box;
    padding: 0 22.5px;
    border-bottom: 0.75px solid #747474;
    margin-top: 15px;
  }
  .content .map-form-local-address-content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 13.5px;
    color: #000;
    font-weight: bold;
  }
  .content .map-form-local-address-content p {
    display: inline-block;
    position: relative;
    margin-left: 3.75px;
  }
  .content .map-form-local-address-content p:after {
    content: "";
    display: block;
    width: calc(100% + 5px * 0.75);
    height: 1.5px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .content .map-form-local-list {
    width: 100%;
    height: 240px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 30.75px;
    margin-top: 7.5px;
  }
  .content .map-form-local-list-content {
    width: 100%;
    height: 240px;
    overflow: auto;
    box-sizing: border-box;
    padding-right: 15px;
  }
  .content .map-form-local-list-content-item {
    width: 100%;
    font-size: 13.5px;
    color: #898989;
    line-height: 36px;
    border-bottom: 0.75px solid #747474;
    cursor: pointer;
  }
  .content .map-form-local-confirm {
    width: 330px;
    height: 30px;
    margin: 0 auto;
    margin-top: 7.5px;
    display: flex;
    color: #000;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 13.5px;
    line-height: 1;
  }
  .content .map-form-loading {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 0;
    width: 37.5px;
    z-index: 99;
  }
  .content .map-form-loading img {
    width: 100%;
  }
}

@media screen and (max-width: 1366px) {
  html,
  body {
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
  .stores-head {
    width: 100%;
    font-size: 0;
    padding: 14px 0;
    margin-bottom: 21px;
  }
  .stores-head .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1.4px solid #000;
  }
  .stores-head-title {
    font-size: 32.2px;
    line-height: 1;
    padding: 28px 0;
    font-weight: bold;
    color: #dd1e2c;
  }
  .stores-head-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 18.2px;
    line-height: 1;
    color: #000;
  }
  .stores-head-button img:nth-child(1) {
    width: 16.1px;
    margin-right: 3.5px;
  }
  .stores-head-button img:nth-child(2) {
    width: 14px;
    margin-left: 3.5px;
  }
  .scrollBar::-webkit-scrollbar {
    width: 5.6px;
    height: 19.6px;
  }
  .scrollBar::-webkit-scrollbar {
    width: 5.6px;
    height: 19.6px;
  }
  /*正常情况下滑块的样式*/
  .scrollBar::-webkit-scrollbar-thumb {
    background-color: #898989;
    border-radius: 7px;
    -webkit-box-shadow: inset 0.7px 0.7px 0 rgba(0, 0, 0, 0.1);
  }
  /*鼠标悬浮在该类指向的控件上时滑块的样式*/
  .scrollBar:hover::-webkit-scrollbar-thumb {
    background-color: #898989;
    border-radius: 7px;
    -webkit-box-shadow: inset 0.7px 0.7px 0 rgba(0, 0, 0, 0.1);
  }
  /*鼠标悬浮在滑块上时滑块的样式*/
  .scrollBar::-webkit-scrollbar-thumb:hover {
    background-color: #8e8e8e;
    -webkit-box-shadow: inset 0.7px 0.7px 0 rgba(0, 0, 0, 0.1);
  }
  /*正常时候的主干部分*/
  .scrollBar::-webkit-scrollbar-track {
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 4.2px rgba(0, 0, 0, 0.2);
    background-color: #e7e7e7;
  }
  /*鼠标悬浮在滚动条上的主干部分*/
  .scrollBar::-webkit-scrollbar-track:hover {
    -webkit-box-shadow: inset 0 0 4.2px rgba(0, 0, 0, 0.2);
    background-color: #e7e7e7;
  }
  .content {
    position: relative;
    height: 452.9px;
  }
  .content #allmap {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .content .map-form {
    width: 358.4px;
    height: 394.8px;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 134.05px;
    font-size: 0;
  }
  .content .map-form-head {
    width: 100%;
    height: 53.9px;
    padding: 0 21.7px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .content .map-form-head-local {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 11.2px;
    color: #000;
    line-height: 1;
    cursor: pointer;
  }
  .content .map-form-head-local img {
    width: 11.2px;
    margin-right: 8.4px;
  }
  .content .map-form-head-type {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .content .map-form-head-type-car, .content .map-form-head-type-window {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 8.4px;
    font-size: 11.2px;
    line-height: 1;
    color: #000;
    cursor: pointer;
  }
  .content .map-form-head-type-car-radius, .content .map-form-head-type-window-radius {
    width: 9.8px;
    height: 9.8px;
    margin-right: 3.5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 0.7px solid #747474;
    background: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .content .map-form-head-type-car-radius-con, .content .map-form-head-type-window-radius-con {
    width: 5.6px;
    height: 5.6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: transparent;
  }
  .content .map-form-head-type-car-radius-con.active, .content .map-form-head-type-window-radius-con.active {
    background: #747474;
  }
  .content .map-form-input {
    width: 100%;
    box-sizing: border-box;
    padding: 0 21.7px;
    padding-bottom: 18.2px;
    border-bottom: 0.7px solid #747474;
  }
  .content .map-form-select-content {
    width: 100%;
    height: 29.4px;
    border: 1px solid #747474;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2%;
  }
  
  .content .map-form-select-content select {
    width: 100%;
    border: 0;
    outline: 0;
    color: #000;
    font-size: 11.2px;
    box-sizing: border-box;
    padding-left: 14px;
  }
  .content .map-form-input-content {
    width: 100%;
    height: 29.4px;
    border: 0.7px solid #747474;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .content .map-form-input-content-icon {
    width: 29.4px;
    height: 29.4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .content .map-form-input-content-icon img {
    width: 12.6px;
  }
  .content .map-form-input-content input {
    width: calc(100% - 42px * 0.7);
    border: 0;
    outline: 0;
    color: #000;
    font-size: 11.2px;
    box-sizing: border-box;
    padding-left: 14px;
  }
  .content .map-form-input-content input::placeholder {
    color: #747474;
  }
  .content .map-form-result {
    width: 100%;
    box-sizing: border-box;
    padding: 0 21.7px;
    height: 234px;
    margin-top: 18.2px;
  }
  .content .map-form-result-content {
    width: 100%;
    height: 100%;
    overflow: auto;
    box-sizing: border-box;
    /* padding-right: 14px; */
  }
  .content .map-form-result-content-title {
    font-size: 18.2px;
    color: #000;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 23.8px;
  }
  .content .map-form-result-content-icon {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 23.8px;
  }
  .content .map-form-result-content-icon p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 11.2px;
    line-height: 1;
    color: #000;
  }
  .content .map-form-result-content-icon p img {
    width: 10.5px;
    margin-right: 3.5px;
  }
  .content .map-form-result-content-icon p:nth-child(2) {
    margin-left: 7px;
  }
  .content .map-form-result-content-icon p:nth-child(3) img {
    width: 16.1px;
  }
  .content .map-form-result-content-icon p:nth-child(3) {
    margin-left: 7px;
  }
  .content .map-form-result-content-icon p:nth-child(2) img {
    width: 31.5px;
  }
  .content .map-form-result-content-list-item-title .nerv {
    width: 31.75px;
  }
  .content .map-form-result-content-none {
    width: 100%;
    text-align: center;
    font-size: 12.6px;
    color: #898989;
    line-height: 1.5;
    margin: 14px 0;
    display: none;
  }
  .content .map-form-result-content-list {
    width: 100%;
  }
  .content .map-form-result-content-list-item {
    width: 100%;
    padding-bottom: 10.5px;
    border-bottom: 0.7px solid #747474;
    margin-top: 18.9px;
    font-size: 0;
  }
  .content .map-form-result-content-list-item-title {
    font-size: 12.6px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    line-height: 19.6px;
    margin-bottom: 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .content .map-form-result-content-list-item-title span {
    width: calc(100% - 30px * 0.7);
  }
  .content .map-form-result-content-list-item-title .zx {
    width: 10.5px;
    display: none;
  }
  .content .map-form-result-content-list-item-title .jy {
    width: 14.7px;
    display: none;
  }
  .content .map-form-result-content-list-item-title .yx {
    width: 14.7px;
    display: none;
  }
  .content .map-form-result-content-list-item-title .ly {
    width: 14.7px;
    display: none;
  }
  .content .map-form-result-content-list-item-title .active {
    display: block;
  }
  .content .map-form-result-content-list-item-code, .content .map-form-result-content-list-item-phone {
    font-size: 12.6px;
    line-height: 19.6px;
    margin-bottom: 7px;
    line-height: 1;
    color: #595757;
    text-decoration: underline;
  }
  .content .map-form-result-content-list-item-address {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 12.6px;
    line-height: 19.6px;
  }
  .content .map-form-result-content-list-item-address p {
    width: 212.1px;
    text-align: justify;
    color: #595757;
  }
  .content .map-form-result-content-list-item-address .yuyue {
    width: 59.5px;
    height: 20.3px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9.1px;
    line-height: 1;
    color: #898989;
    box-sizing: border-box;
    border: 1.4px solid #898989;
    cursor: pointer;
  }
  .content .map-form-local {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: none;
  }
  .content .map-form-local-back {
    width: 100%;
    height: 53.9px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding: 0 21.7px;
    font-size: 12.6px;
    line-height: 1;
    color: #000;
    cursor: pointer;
  }
  .content .map-form-local-title {
    width: 100%;
    font-size: 18.2px;
    line-height: 1;
    box-sizing: border-box;
    font-weight: bold;
    color: #000;
    padding: 14px 21px;
    padding-top: 0;
  }
  .content .map-form-local-address {
    width: 100%;
    box-sizing: border-box;
    padding: 0 21px;
    border-bottom: 0.7px solid #747474;
    margin-top: 14px;
  }
  .content .map-form-local-address-content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12.6px;
    color: #000;
    font-weight: bold;
  }
  .content .map-form-local-address-content p {
    display: inline-block;
    position: relative;
    margin-left: 3.5px;
  }
  .content .map-form-local-address-content p:after {
    content: "";
    display: block;
    width: calc(100% + 5px * 0.7);
    height: 1.4px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .content .map-form-local-list {
    width: 100%;
    height: 224px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 28.7px;
    margin-top: 7px;
  }
  .content .map-form-local-list-content {
    width: 100%;
    height: 224px;
    overflow: auto;
    box-sizing: border-box;
    padding-right: 14px;
  }
  .content .map-form-local-list-content-item {
    width: 100%;
    font-size: 12.6px;
    color: #898989;
    line-height: 33.6px;
    border-bottom: 0.7px solid #747474;
    cursor: pointer;
  }
  .content .map-form-local-confirm {
    width: 308px;
    height: 28px;
    margin: 0 auto;
    margin-top: 7px;
    display: flex;
    color: #000;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 12.6px;
    line-height: 1;
  }
  .content .map-form-loading {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 0;
    width: 35px;
    z-index: 99;
  }
  .content .map-form-loading img {
    width: 100%;
  }
}

@media screen and (max-width: 1280px) {
  html,
  body {
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
  .stores-head {
    width: 100%;
    font-size: 0;
    padding: 13.2px 0;
    margin-bottom: 19.8px;
  }
  .stores-head .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1.32px solid #000;
  }
  .stores-head-title {
    font-size: 30.36px;
    line-height: 1;
    padding: 26.4px 0;
    font-weight: bold;
    color: #dd1e2c;
  }
  .stores-head-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 17.16px;
    line-height: 1;
    color: #000;
  }
  .stores-head-button img:nth-child(1) {
    width: 15.18px;
    margin-right: 3.3px;
  }
  .stores-head-button img:nth-child(2) {
    width: 13.2px;
    margin-left: 3.3px;
  }
  .scrollBar::-webkit-scrollbar {
    width: 5.28px;
    height: 18.48px;
  }
  .scrollBar::-webkit-scrollbar {
    width: 5.28px;
    height: 18.48px;
  }
  /*正常情况下滑块的样式*/
  .scrollBar::-webkit-scrollbar-thumb {
    background-color: #898989;
    border-radius: 6.6px;
    -webkit-box-shadow: inset 0.66px 0.66px 0 rgba(0, 0, 0, 0.1);
  }
  /*鼠标悬浮在该类指向的控件上时滑块的样式*/
  .scrollBar:hover::-webkit-scrollbar-thumb {
    background-color: #898989;
    border-radius: 6.6px;
    -webkit-box-shadow: inset 0.66px 0.66px 0 rgba(0, 0, 0, 0.1);
  }
  /*鼠标悬浮在滑块上时滑块的样式*/
  .scrollBar::-webkit-scrollbar-thumb:hover {
    background-color: #8e8e8e;
    -webkit-box-shadow: inset 0.66px 0.66px 0 rgba(0, 0, 0, 0.1);
  }
  /*正常时候的主干部分*/
  .scrollBar::-webkit-scrollbar-track {
    border-radius: 6.6px;
    -webkit-box-shadow: inset 0 0 3.96px rgba(0, 0, 0, 0.2);
    background-color: #e7e7e7;
  }
  /*鼠标悬浮在滚动条上的主干部分*/
  .scrollBar::-webkit-scrollbar-track:hover {
    -webkit-box-shadow: inset 0 0 3.96px rgba(0, 0, 0, 0.2);
    background-color: #e7e7e7;
  }
  .content {
    position: relative;
    height: 427.02px;
  }
  .content #allmap {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .content .map-form {
    width: 337.92px;
    height: 372.24px;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 126.39px;
    font-size: 0;
  }
  .content .map-form-head {
    width: 100%;
    height: 50.82px;
    padding: 0 20.46px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .content .map-form-head-local {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 10.56px;
    color: #000;
    line-height: 1;
    cursor: pointer;
  }
  .content .map-form-head-local img {
    width: 10.56px;
    margin-right: 7.92px;
  }
  .content .map-form-head-type {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .content .map-form-head-type-car, .content .map-form-head-type-window {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 7.92px;
    font-size: 10.56px;
    line-height: 1;
    color: #000;
    cursor: pointer;
  }
  .content .map-form-head-type-car-radius, .content .map-form-head-type-window-radius {
    width: 9.24px;
    height: 9.24px;
    margin-right: 3.3px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 0.66px solid #747474;
    background: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .content .map-form-head-type-car-radius-con, .content .map-form-head-type-window-radius-con {
    width: 5.28px;
    height: 5.28px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: transparent;
  }
  .content .map-form-head-type-car-radius-con.active, .content .map-form-head-type-window-radius-con.active {
    background: #747474;
  }
  .content .map-form-input {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20.46px;
    padding-bottom: 17.16px;
    border-bottom: 0.66px solid #747474;
  }
  .content .map-form-select-content {
    width: 100%;
    height: 27.72px;
    border: 1px solid #747474;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2%;
  }
  
  .content .map-form-select-content select {
    width: 100%;
    border: 0;
    outline: 0;
    color: #000;
    font-size: 10.56px;
    box-sizing: border-box;
    padding-left: 13.2px;
  }
  .content .map-form-input-content {
    width: 100%;
    height: 27.72px;
    border: 0.66px solid #747474;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .content .map-form-input-content-icon {
    width: 27.72px;
    height: 27.72px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .content .map-form-input-content-icon img {
    width: 11.88px;
  }
  .content .map-form-input-content input {
    width: calc(100% - 42px * 0.66);
    border: 0;
    outline: 0;
    color: #000;
    font-size: 10.56px;
    box-sizing: border-box;
    padding-left: 13.2px;
  }
  .content .map-form-input-content input::placeholder {
    color: #747474;
  }
  .content .map-form-result {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20.46px;
    height: 221.2px;
    margin-top: 17.16px;
  }
  .content .map-form-result-content {
    width: 100%;
    height: 100%;
    overflow: auto;
    box-sizing: border-box;
    /* padding-right: 13.2px; */
  }
  .content .map-form-result-content-title {
    font-size: 17.16px;
    color: #000;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 22.44px;
  }
  .content .map-form-result-content-icon {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 22.44px;
  }
  .content .map-form-result-content-icon p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 10.56px;
    line-height: 1;
    color: #000;
  }
  .content .map-form-result-content-icon p img {
    width: 9.9px;
    margin-right: 3.3px;
  }
  .content .map-form-result-content-icon p:nth-child(2) {
    margin-left: 6.6px;
  }
  .content .map-form-result-content-icon p:nth-child(3) img {
    width: 15.18px;
  }
  .content .map-form-result-content-icon p:nth-child(3) {
    margin-left: 6.6px;
  }
  .content .map-form-result-content-icon p:nth-child(2) img {
    width: 29.7px;
  }
  .content .map-form-result-content-list-item-title .nerv {
    width: 29.7px;
  }
  .content .map-form-result-content-none {
    width: 100%;
    text-align: center;
    font-size: 11.88px;
    color: #898989;
    line-height: 1.5;
    margin: 13.2px 0;
    display: none;
  }
  .content .map-form-result-content-list {
    width: 100%;
  }
  .content .map-form-result-content-list-item {
    width: 100%;
    padding-bottom: 9.9px;
    border-bottom: 0.66px solid #747474;
    margin-top: 17.82px;
    font-size: 0;
  }
  .content .map-form-result-content-list-item-title {
    font-size: 11.88px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    line-height: 18.48px;
    margin-bottom: 6.6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .content .map-form-result-content-list-item-title span {
    width: calc(100% - 30px * 0.66);
  }
  .content .map-form-result-content-list-item-title .zx {
    width: 9.9px;
    display: none;
  }
  .content .map-form-result-content-list-item-title .jy {
    width: 13.86px;
    display: none;
  }
  .content .map-form-result-content-list-item-title .yx {
    width: 13.86px;
    display: none;
  }
  .content .map-form-result-content-list-item-title .ly {
    width: 13.86px;
    display: none;
  }
  .content .map-form-result-content-list-item-title .active {
    display: block;
  }
  .content .map-form-result-content-list-item-code, .content .map-form-result-content-list-item-phone {
    font-size: 11.88px;
    line-height: 18.48px;
    margin-bottom: 6.6px;
    line-height: 1;
    color: #595757;
    text-decoration: underline;
  }
  .content .map-form-result-content-list-item-address {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 11.88px;
    line-height: 18.48px;
  }
  .content .map-form-result-content-list-item-address p {
    width: 199.98px;
    text-align: justify;
    color: #595757;
  }
  .content .map-form-result-content-list-item-address .yuyue {
    width: 56.1px;
    height: 19.14px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 8.58px;
    line-height: 1;
    color: #898989;
    box-sizing: border-box;
    border: 1.32px solid #898989;
    cursor: pointer;
  }
  .content .map-form-local {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: none;
  }
  .content .map-form-local-back {
    width: 100%;
    height: 50.82px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding: 0 20.46px;
    font-size: 11.88px;
    line-height: 1;
    color: #000;
    cursor: pointer;
  }
  .content .map-form-local-title {
    width: 100%;
    font-size: 17.16px;
    line-height: 1;
    box-sizing: border-box;
    font-weight: bold;
    color: #000;
    padding: 13.2px 19.8px;
    padding-top: 0;
  }
  .content .map-form-local-address {
    width: 100%;
    box-sizing: border-box;
    padding: 0 19.8px;
    border-bottom: 0.66px solid #747474;
    margin-top: 13.2px;
  }
  .content .map-form-local-address-content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 11.88px;
    color: #000;
    font-weight: bold;
  }
  .content .map-form-local-address-content p {
    display: inline-block;
    position: relative;
    margin-left: 3.3px;
  }
  .content .map-form-local-address-content p:after {
    content: "";
    display: block;
    width: calc(100% + 5px * 0.66);
    height: 1.32px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .content .map-form-local-list {
    width: 100%;
    height: 211.2px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 27.06px;
    margin-top: 6.6px;
  }
  .content .map-form-local-list-content {
    width: 100%;
    height: 211.2px;
    overflow: auto;
    box-sizing: border-box;
    padding-right: 13.2px;
  }
  .content .map-form-local-list-content-item {
    width: 100%;
    font-size: 11.88px;
    color: #898989;
    line-height: 31.68px;
    border-bottom: 0.66px solid #747474;
    cursor: pointer;
  }
  .content .map-form-local-confirm {
    width: 290.4px;
    height: 26.4px;
    margin: 0 auto;
    margin-top: 6.6px;
    display: flex;
    color: #000;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 11.88px;
    line-height: 1;
  }
  .content .map-form-loading {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 0;
    width: 33px;
    z-index: 99;
  }
  .content .map-form-loading img {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  html,
  body {
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
  .stores-head {
    width: 100%;
    font-size: 0;
    padding: 10.6px 0;
    margin-bottom: 15.9px;
  }
  .stores-head .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1.06px solid #000;
  }
  .stores-head-title {
    font-size: 24.38px;
    line-height: 1;
    padding: 21.2px 0;
    font-weight: bold;
    color: #dd1e2c;
  }
  .stores-head-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 13.78px;
    line-height: 1;
    color: #000;
  }
  .stores-head-button img:nth-child(1) {
    width: 12.19px;
    margin-right: 2.65px;
  }
  .stores-head-button img:nth-child(2) {
    width: 10.6px;
    margin-left: 2.65px;
  }
  .scrollBar::-webkit-scrollbar {
    width: 4.24px;
    height: 14.84px;
  }
  .scrollBar::-webkit-scrollbar {
    width: 4.24px;
    height: 14.84px;
  }
  /*正常情况下滑块的样式*/
  .scrollBar::-webkit-scrollbar-thumb {
    background-color: #898989;
    border-radius: 5.3px;
    -webkit-box-shadow: inset 0.53px 0.53px 0 rgba(0, 0, 0, 0.1);
  }
  /*鼠标悬浮在该类指向的控件上时滑块的样式*/
  .scrollBar:hover::-webkit-scrollbar-thumb {
    background-color: #898989;
    border-radius: 5.3px;
    -webkit-box-shadow: inset 0.53px 0.53px 0 rgba(0, 0, 0, 0.1);
  }
  /*鼠标悬浮在滑块上时滑块的样式*/
  .scrollBar::-webkit-scrollbar-thumb:hover {
    background-color: #8e8e8e;
    -webkit-box-shadow: inset 0.53px 0.53px 0 rgba(0, 0, 0, 0.1);
  }
  /*正常时候的主干部分*/
  .scrollBar::-webkit-scrollbar-track {
    border-radius: 5.3px;
    -webkit-box-shadow: inset 0 0 3.18px rgba(0, 0, 0, 0.2);
    background-color: #e7e7e7;
  }
  /*鼠标悬浮在滚动条上的主干部分*/
  .scrollBar::-webkit-scrollbar-track:hover {
    -webkit-box-shadow: inset 0 0 3.18px rgba(0, 0, 0, 0.2);
    background-color: #e7e7e7;
  }
  .content {
    position: relative;
    height: 342.91px;
  }
  .content #allmap {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .content .map-form {
    width: 271.36px;
    height: 298.92px;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 101.495px;
    font-size: 0;
  }
  .content .map-form-head {
    width: 100%;
    height: 40.81px;
    padding: 0 16.43px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .content .map-form-head-local {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 8.48px;
    color: #000;
    line-height: 1;
    cursor: pointer;
  }
  .content .map-form-head-local img {
    width: 8.48px;
    margin-right: 6.36px;
  }
  .content .map-form-head-type {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .content .map-form-head-type-car, .content .map-form-head-type-window {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 6.36px;
    font-size: 8.48px;
    line-height: 1;
    color: #000;
    cursor: pointer;
  }
  .content .map-form-head-type-car-radius, .content .map-form-head-type-window-radius {
    width: 7.42px;
    height: 7.42px;
    margin-right: 2.65px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 0.53px solid #747474;
    background: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .content .map-form-head-type-car-radius-con, .content .map-form-head-type-window-radius-con {
    width: 4.24px;
    height: 4.24px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: transparent;
  }
  .content .map-form-head-type-car-radius-con.active, .content .map-form-head-type-window-radius-con.active {
    background: #747474;
  }
  .content .map-form-input {
    width: 100%;
    box-sizing: border-box;
    padding: 0 16.43px;
    padding-bottom: 13.78px;
    border-bottom: 0.53px solid #747474;
  }
  .content .map-form-select-content {
    width: 100%;
    height: 22.26px;
    border: 1px solid #747474;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2%;
  }
  
  .content .map-form-select-content select {
    width: 100%;
    border: 0;
    outline: 0;
    color: #000;
    font-size: 8.48px;
    box-sizing: border-box;
    padding-left: 10.6px;
  }
  .content .map-form-input-content {
    width: 100%;
    height: 22.26px;
    border: 0.53px solid #747474;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .content .map-form-input-content-icon {
    width: 22.26px;
    height: 22.26px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .content .map-form-input-content-icon img {
    width: 9.54px;
  }
  .content .map-form-input-content input {
    width: calc(100% - 42px * 0.53);
    border: 0;
    outline: 0;
    color: #000;
    font-size: 8.48px;
    box-sizing: border-box;
    padding-left: 10.6px;
  }
  .content .map-form-input-content input::placeholder {
    color: #747474;
  }
  .content .map-form-result {
    width: 100%;
    box-sizing: border-box;
    padding: 0 16.43px;
    height: 175.1px;
    margin-top: 13.78px;
  }
  .content .map-form-result-content {
    width: 100%;
    height: 100%;
    overflow: auto;
    box-sizing: border-box;
    /* padding-right: 10.6px; */
  }
  .content .map-form-result-content-title {
    font-size: 13.78px;
    color: #000;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 18.02px;
  }
  .content .map-form-result-content-icon {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 18.02px;
  }
  .content .map-form-result-content-icon p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 8.48px;
    line-height: 1;
    color: #000;
  }
  .content .map-form-result-content-icon p img {
    width: 7.95px;
    margin-right: 2.65px;
  }
  .content .map-form-result-content-icon p:nth-child(2) {
    margin-left: 5.3px;
  }
  .content .map-form-result-content-icon p:nth-child(3) img {
    width: 12.19px;
  }
  .content .map-form-result-content-icon p:nth-child(3) {
    margin-left: 5.3px;
  }
  .content .map-form-result-content-icon p:nth-child(2) img {
    width: 23.85px;
  }
  .content .map-form-result-content-list-item-title .nerv {
    width: 23.85px;
  }
  .content .map-form-result-content-none {
    width: 100%;
    text-align: center;
    font-size: 9.54px;
    color: #898989;
    line-height: 1.5;
    margin: 10.6px 0;
    display: none;
  }
  .content .map-form-result-content-list {
    width: 100%;
  }
  .content .map-form-result-content-list-item {
    width: 100%;
    padding-bottom: 7.95px;
    border-bottom: 0.53px solid #747474;
    margin-top: 14.31px;
    font-size: 0;
  }
  .content .map-form-result-content-list-item-title {
    font-size: 9.54px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    line-height: 14.84px;
    margin-bottom: 5.3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .content .map-form-result-content-list-item-title span {
    width: calc(100% - 30px * 0.53);
  }
  .content .map-form-result-content-list-item-title .zx {
    width: 7.95px;
    display: none;
  }
  .content .map-form-result-content-list-item-title .jy {
    width: 11.13px;
    display: none;
  }
  .content .map-form-result-content-list-item-title .yx {
    width: 11.13px;
    display: none;
  }
  .content .map-form-result-content-list-item-title .ly {
    width: 11.13px;
    display: none;
  }
  .content .map-form-result-content-list-item-title .active {
    display: block;
  }
  .content .map-form-result-content-list-item-code, .content .map-form-result-content-list-item-phone {
    font-size: 9.54px;
    line-height: 14.84px;
    margin-bottom: 5.3px;
    line-height: 1;
    color: #595757;
    text-decoration: underline;
  }
  .content .map-form-result-content-list-item-address {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 9.54px;
    line-height: 14.84px;
  }
  .content .map-form-result-content-list-item-address p {
    width: 160.59px;
    text-align: justify;
    color: #595757;
  }
  .content .map-form-result-content-list-item-address .yuyue {
    width: 45.05px;
    height: 15.37px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 6.89px;
    line-height: 1;
    color: #898989;
    box-sizing: border-box;
    border: 1.06px solid #898989;
    cursor: pointer;
  }
  .content .map-form-local {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: none;
  }
  .content .map-form-local-back {
    width: 100%;
    height: 40.81px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding: 0 16.43px;
    font-size: 9.54px;
    line-height: 1;
    color: #000;
    cursor: pointer;
  }
  .content .map-form-local-title {
    width: 100%;
    font-size: 13.78px;
    line-height: 1;
    box-sizing: border-box;
    font-weight: bold;
    color: #000;
    padding: 10.6px 15.9px;
    padding-top: 0;
  }
  .content .map-form-local-address {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15.9px;
    border-bottom: 0.53px solid #747474;
    margin-top: 10.6px;
  }
  .content .map-form-local-address-content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 9.54px;
    color: #000;
    font-weight: bold;
  }
  .content .map-form-local-address-content p {
    display: inline-block;
    position: relative;
    margin-left: 2.65px;
  }
  .content .map-form-local-address-content p:after {
    content: "";
    display: block;
    width: calc(100% + 5px * 0.53);
    height: 1.06px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .content .map-form-local-list {
    width: 100%;
    height: 169.6px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 21.73px;
    margin-top: 5.3px;
  }
  .content .map-form-local-list-content {
    width: 100%;
    height: 169.6px;
    overflow: auto;
    box-sizing: border-box;
    padding-right: 10.6px;
  }
  .content .map-form-local-list-content-item {
    width: 100%;
    font-size: 9.54px;
    color: #898989;
    line-height: 25.44px;
    border-bottom: 0.53px solid #747474;
    cursor: pointer;
  }
  .content .map-form-local-confirm {
    width: 233.2px;
    height: 21.2px;
    margin: 0 auto;
    margin-top: 5.3px;
    display: flex;
    color: #000;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 9.54px;
    line-height: 1;
  }
  .content .map-form-loading {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 0;
    width: 26.5px;
    z-index: 99;
  }
  .content .map-form-loading img {
    width: 100%;
  }
}

@media screen and (max-width: 799px) {
  html,
  body {
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
  .stores-head {
    width: 100%;
    font-size: 0;
    padding: 0.2rem 0;
    margin-bottom: 0.3rem;
  }
  .stores-head .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.02rem solid #000;
  }
  .stores-head-title {
    font-size: 0.46rem;
    line-height: 1;
    padding: 0.4rem 0;
    font-weight: bold;
    color: #dd1e2c;
  }
  .stores-head-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.26rem;
    line-height: 1;
    color: #000;
  }
  .stores-head-button img:nth-child(1) {
    width: 0.23rem;
    margin-right: 0.05rem;
  }
  .stores-head-button img:nth-child(2) {
    width: 0.2rem;
    margin-left: 0.05rem;
  }
  .scrollBar::-webkit-scrollbar {
    width: 0.08rem;
    height: 0.28rem;
  }
  .scrollBar::-webkit-scrollbar {
    width: 0.08rem;
    height: 0.28rem;
  }
  /*正常情况下滑块的样式*/
  .scrollBar::-webkit-scrollbar-thumb {
    background-color: #898989;
    border-radius: -0.1rem;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: -0.1rem;
    -moz-border-radius: -0.1rem;
    -ms-border-radius: -0.1rem;
    -o-border-radius: -0.1rem;
  }
  /*鼠标悬浮在该类指向的控件上时滑块的样式*/
  .scrollBar:hover::-webkit-scrollbar-thumb {
    background-color: #898989;
    border-radius: 0.1rem;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
  }
  /*鼠标悬浮在滑块上时滑块的样式*/
  .scrollBar::-webkit-scrollbar-thumb:hover {
    background-color: #8e8e8e;
    -webkit-box-shadow: inset 0.01rem 0.01rem 0 rgba(0, 0, 0, 0.1);
  }
  /*正常时候的主干部分*/
  .scrollBar::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 0.06rem rgba(0, 0, 0, 0.2);
    background-color: #e7e7e7;
  }
  /*鼠标悬浮在滚动条上的主干部分*/
  .scrollBar::-webkit-scrollbar-track:hover {
    -webkit-box-shadow: inset 0 0 0.06rem rgba(0, 0, 0, 0.2);
    background-color: #e7e7e7;
  }
  .content {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
     z-index: 11;
  }
  .content #allmap {
    width: 100%;
    height: 5.4rem;
    overflow: hidden;
  }
  .content .map-form {
    width: 100%;
    height: auto;
    padding-bottom: .2rem;
    background: #fff;
    position: relative;
    top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    left: 0;
    font-size: 0;
  }
  .content .map-form-head {
    width: 100%;
    height: 0.77rem;
    padding: 0 0.9rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .content .map-form-head-local {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.16rem;
    color: #000;
    line-height: 1;
    cursor: pointer;
  }
  .content .map-form-head-local img {
    width: 0.16rem;
    margin-right: 0.12rem;
  }
  .content .map-form-head-type {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .content .map-form-head-type-car, .content .map-form-head-type-window {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0.12rem;
    font-size: 0.16rem;
    line-height: 1;
    color: #000;
    cursor: pointer;
  }
  .content .map-form-head-type-car-radius, .content .map-form-head-type-window-radius {
    width: 0.14rem;
    height: 0.14rem;
    margin-right: 0.05rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #747474;
    background: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .content .map-form-head-type-car-radius-con, .content .map-form-head-type-window-radius-con {
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: transparent;
  }
  .content .map-form-head-type-car-radius-con.active, .content .map-form-head-type-window-radius-con.active {
    background: #000;
  }
  .content .map-form-input {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.9rem;
    padding-bottom: 0.26rem;
    border-bottom: 1px solid #747474;
  }
  .content .map-form-select-content {
    width: 100%;
    height: 0.4rem;
    border: 1px solid #747474;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2%;
  }
  
  .content .map-form-select-content select {
    width: 100%;
    border: 0;
    outline: 0;
    color: #000;
    font-size: 0.16rem;
    box-sizing: border-box;
    padding-left: 0.2rem;
  }
  .content .map-form-input-content {
    width: 100%;
    height: 0.4rem;
    border: 1px solid #747474;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .content .map-form-input-content-icon {
    width: 0.42rem;
    height: 0.42rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .content .map-form-input-content-icon img {
    width: 0.18rem;
  }
  .content .map-form-input-content input {
    width: calc(100% - 0.42rem);
    border: 0;
    outline: 0;
    color: #000;
    font-size: 0.16rem;
    box-sizing: border-box;
    padding-left: 0.2rem;
  }
  .content .map-form-input-content input::placeholder {
    color: #747474;
  }
  .content .map-form-result {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.9rem;
    height: auto;
    margin-top: 0.26rem;
  }
  .content .map-form-result-content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding-right: 0;
  }
  .content .map-form-result-content-title {
    font-size: 0.26rem;
    color: #000;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 0.14rem;
  }
  .content .map-form-result-content-icon {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.14rem;
  }
  .content .map-form-result-content-icon p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 0.16rem;
    line-height: 1;
    color: #000;
  }
  .content .map-form-result-content-icon p img {
    width: 0.15rem;
    margin-right: 0.05rem;
  }
  .content .map-form-result-content-icon p:nth-child(2) {
    margin-left: 0.1rem;
  }
  .content .map-form-result-content-icon p:nth-child(3) img {
    width: 0.23rem;
  }
  .content .map-form-result-content-icon p:nth-child(3) {
    margin-left: 0.11rem;
  }
  .content .map-form-result-content-icon p:nth-child(2) img {
    width: 0.45rem;
  }
  .content .map-form-result-content-list-item-title .nerv {
    width: 0.45rem;
  }
  .content .map-form-result-content-none {
    width: 100%;
    text-align: center;
    font-size: 0.18rem;
    color: #898989;
    line-height: 1.5;
    margin: 0.1rem 0;
    display: none;
  }
  .content .map-form-result-content-list {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .content .map-form-result-content-list-item {
    width: 100%;
    padding-bottom: 0.15rem;
    border-bottom: 1px solid #747474;
    border: 1px solid #747474;
    border-radius: 0.05rem;
    margin-top: 0.07rem;
    margin-right: 0.1rem;
    font-size: 0;
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    -ms-border-radius: 0.05rem;
    -o-border-radius: 0.05rem;
    box-sizing: border-box;
    padding: 0.1rem;
  }
  .content .map-form-result-content-list-item-title {
    font-size: 0.18rem;
    line-height: 1;
    color: #000;
    font-weight: bold;
    line-height: 0.28rem;
    margin-bottom: 0.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .content .map-form-result-content-list-item-title span {
    width: calc(100% - 0.3rem);
  }
  .content .map-form-result-content-list-item-title .zx {
    width: 0.15rem;
    display: none;
  }
  .content .map-form-result-content-list-item-title .jy {
    width: 0.21rem;
    display: none;
  }
  .content .map-form-result-content-list-item-title .yx {
    width: 0.21rem;
    display: none;
  }
  .content .map-form-result-content-list-item-title .ly {
    width: 0.21rem;
    display: none;
  }
  .content .map-form-result-content-list-item-title .active {
    display: block;
  }
  .content .map-form-result-content-list-item-code, .content .map-form-result-content-list-item-phone {
    font-size: 0.18rem;
    line-height: 0.28rem;
    margin-bottom: 0.1rem;
    line-height: 1;
    color: #595757;
    text-decoration: underline;
  }
  .content .map-form-result-content-list-item-address {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 0.18rem;
    line-height: 0.28rem;
  }
  .content .map-form-result-content-list-item-address p {
    width: 3rem;
    text-align: justify;
    color: #595757;
  }
  .content .map-form-result-content-list-item-address .yuyue {
    width: 0.85rem;
    height: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.14rem;
    line-height: 1;
    color: #898989;
    box-sizing: border-box;
    border: 0.02rem solid #898989;
    cursor: pointer;
  }
  .content .map-form-loading {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 0;
    width: 0.5rem;
    z-index: 99;
  }
  .content .map-form-loading img {
    width: 100%;
  }
  .map-form-local {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
    z-index: 11;
  }
  .map-form-local-back {
    width: 100%;
    height: 0.77rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding: 0 0.3rem;
    font-size: 0.28rem;
    line-height: 1;
    color: #000;
    cursor: pointer;
  }
  .map-form-local-title {
    width: 100%;
    font-size: 0.28rem;
    line-height: 1;
    box-sizing: border-box;
    font-weight: bold;
    color: #000;
    padding: 0.2rem 0.3rem;
    padding-top: 0;
  }
  .map-form-local-address {
    width: 100%;
    box-sizing: border-box;
    padding: 0 .3rem;
    border-bottom: 1px solid #747474;
    margin-top: .2rem;
  }
  .map-form-local-address-content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: .18rem;
    color: #000;
    font-weight: bold;
  }
  .map-form-local-address-content p {
    display: inline-block;
    position: relative;
    margin-left: 0.05rem;
  }
  .map-form-local-address-content p:after {
    content: "";
    display: block;
    width: calc(100% + 0.05rem);
    height: 0.02rem;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .map-form-local-list {
    width: 100%;
    height: 4.2rem;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 0.9rem;
    margin-top: 0.3rem;
  }
  .map-form-local-list-content {
    width: 100%;
    height: 4.2rem;
    overflow: auto;
    box-sizing: border-box;
    padding-right: 0.2rem;
  }
  .map-form-local-list-content-item {
    width: 100%;
    font-size: 0.18rem;
    color: #898989;
    line-height: 0.48rem;
    border-bottom: 1px solid #747474;
    cursor: pointer;
  }
  .map-form-local-confirm {
    margin: 0 auto;
    margin-top: 0.1rem;
    display: flex;
    color: #000;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 0.28rem;
    line-height: 1;
    position: absolute;
    right: 0.9rem;
    top: 0.6rem;
  }
}

.YYTY{
  cursor: pointer;
  font-size: 12px;
  display: inline-block;
  padding: 2px 20px;
  background: #c00000;
  color: #fff;
  margin-top: 5px;
}
.serviceType-choose-small{
  display: none;
}

.dianping{
  display: block;
}