.shop-lists{
  position: absolute;
  left: 5%;
  top: 5%;
  z-index: 100;
  width: 300px;
  background: #f3f3f3;
  border-radius: 8px;
  box-shadow: 0px 0px 10px #888888;
  overflow: hidden;
}
.input-list{
  padding: 20px;
}
.city-select{
  width: 100%;
  height: 34px;
}
.dropdowns {
  --max-scroll: 8;
  --text: #3F4656;
  --border: #d6d6d6;
  --borderActive: #409eff;
  --background: #ffffff;
  --arrow: #6C7486;
  --arrowActive: #409eff;
  --listText: #99A3BA;
  --listBackground: #F5F9FF;
  --listActive: #E4ECFA;
  --listTextActive: #6C7486;
  --listBorder: none;
  --textFilled: #99A3BA;
  position: relative;
}
select.dropdowns {
  padding: 9px 16px;
  border-radius: 6px;
  color: var(--text);
  border: 1px solid var(--border);
  background: var(--background);
  line-height: 22px;
  font-size: 16px;
  font-family: inherit;
  -webkit-appearance: none;
}
.dropdowns.light {
  --text: #CDD9ED;
  --border: #CDD9ED;
  --borderActive: #23C4F8;
  --background: #fff;
  --arrow: #99A3BA;
  --arrowActive: #6C7486;
  --listText: #99A3BA;
  --listBackground: #fff;
  --listActive: #F5F9FF;
  --listTextActive: #6C7486;
  --listBorder: #E4ECFA;
  --textFilled: #6C7486;
}
.dropdowns.open ul {
  box-shadow: 0px 0px 5px #999999;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) translate(0, 12px);
  transform: scale(1) translate(0, 12px);
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32), -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
}
.dropdowns ul {
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  max-height: calc(var(--max-scroll) * 42px);
  top: 42px;
  left: 0;
  z-index: 1000;
  right: 0;
  background: var(--listBackground);
  border-radius: 6px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32), -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  -webkit-transform: scale(0.8) translate(0, 4px);
  transform: scale(0.8) translate(0, 4px);
  border: 1px solid var(--listBorder);
}
.dropdowns > span {
  cursor: pointer;
  padding: 9px 16px;
  border-radius: 6px;
  display: block;
  position: relative;
  color: var(--text);
  border: 1px solid var(--border);
  background: var(--background);
  transition: all .3s ease;
}
.dropdowns.open > span {
  border-color: var(--borderActive);
}
.dropdowns select {
  display: none;
}
.dropdowns ul li a {
  cursor: pointer;
  display: block;
  padding: 10px 16px;
  color: var(--listText);
  text-decoration: none;
  outline: none;
  position: relative;
  transition: all .3s ease;
}
.dropdowns ul li:first-child a {
  border-radius: 6px 6px 0 0;
}
.form-section {
  font-size: 15px;
  color: #666666;
}
.map-top {
  padding-top: 20px;
}
.form-section span {
  font-family: Arial, Helvetica, sans-serif;
  color: #e60012;
  margin: auto 5px;
}
#shop-search{
  width: 100%;
  border: 1px solid #d6d6d6;
  outline: none;
  box-sizing: border-box;
  height: 41px;
  border-radius: 6px;
  padding: 9px 16px;
}
.lists{
  height: 500px;
  overflow-y: auto;
  background: #fff;

}
.shop-name{
  font-size: 18px;
  color: #333;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 8px;
  margin-top: 0;
}
.shop-adv{
  margin: 8px 0;
  font-size: 15px;
    color: #999;
}
.shop{
  padding: 20px 20px 20px 20px;
  cursor: pointer;
}
.shop:hover{
  background: #eee;
}
.shop.active{
  background: #eee;
}
button{
  width: 70px;
  height: 30px;
  border-radius: 50px;
  font-size: 12px;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  transition: .1s;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
}
button:hover{
  background: #e6e6e6;
}
.open-shop,.daohang{
  display: none;
}
@media screen and (max-width:750px) {
  .shop-lists{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
  }
  body, html, #allmap{
    height: 90%;
    overflow: visible;
  }
}