
.map{ height: 800px; position: relative; border-top: 1px solid #dddddd;}

.map-top {padding-top: 20px;}
.map-box{ padding: 20px;}


.map-header{ background-color: #f3f3f3;}
.xm-select {
    display: block;
}

.form-section {
    font-size: 15px; color: #666666;
}
.form-section span{  font-family: Arial, Helvetica, sans-serif; color: #e60012; margin: auto 5px;}

.containers{width: 100%; height: 100%; overflow: hidden; position: absolute; z-index: 0;  text-align:left;}


.xm-select label {
    position: absolute;
    right: 14px;
    top: 11px;
    z-index: 1;
    width: 16px;
    height: 16px;
    padding: 0;
    font-size: 16px;
    line-height: 1;
    color: #b0b0b0;
    cursor: pointer;
    pointer-events: none;
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.xm-select select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 120%;
    max-width: 120%;
    min-width: 120%;
    height: 38px;
    margin: 0;
    border: 0;
    padding: 0 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    _zoom: 1;
    vertical-align: middle;
    background: none;
    color: #333;
    outline: none;
    cursor: pointer;
}


.location-shop-con {
    width: 325px;
}

.search-box { height: 40px;
    border: 1px solid #dcdfe6;
    position: relative; text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    text-align: left;
    background: #ffffff;
}

.search-box .search-input { 
    position:absolute;
    top: 5px;
    border:0;
    line-height: 30px;
    height: 30px;
    left: 10px;  width: calc(100% - 45px);
    font-size: 14px;
    display: block;
    outline: none;
    color: #868686;
    background: none;
}

.search-icon {
    position: absolute; right: 0;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../image/search-icon.png);
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    color: #fff;
    top: 13px;
    right: 14px;
    height: 14px;
    width: 14px;
    cursor: pointer;
} 

.location-list li {list-style: none;
    position: relative;
    cursor: pointer;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 20px 0;
    border-bottom: 1px solid #f5f6f7;
    cursor: pointer;
}
.location-list li p{ margin-bottom: 5px;}

.location-list .location-num {
  position: absolute;
  left: 7px;
  top: 27px;
  width: 21px;
  height: 33px;
  line-height:23px;
  color: #fff;
  text-align: center;
  background:url("../image/bd1.png");
}

.location-list .location-addr {
    font-size: 15px;
    color: #999;
}

.location-list .location-addr h3 { margin-bottom: 8px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;
    font-size: 18px;
    color: #333;
    font-weight: 700;
}

.addr-info {
    line-height: 20px;
}

.location-map {
    height: 100%;
    position: absolute; top: 0; bottom: 0; width: 100%;
}
.location-list li.hover{
  color: #0d7699;
}
/* li.addMove{position: relative;}
li.addMove .location-addr{ position: relative; z-index: 1;}
li.addMove::after { content: ""; display: block; z-index: 0; position: absolute; top: 0px; right: -20px; bottom: 0px; left: -20px;  background-color: #f9f9f9;} */

.BMap_bubble_content h3{ font-size: 17px;color:#333333; font-weight: bold; margin-bottom: 5px;}
.BMap_bubble_content p{ color: #666666;} 
.location-divlist{overflow-y:scroll; padding-top: 0; padding-bottom: 0;}
.location-divlist::-webkit-scrollbar-track {
  -webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.3);
  border-radius:5px; 
  background-color:#fff;
}
.location-divlist::-webkit-scrollbar {
    width:8px; height: 8px;
    background-color:#fff;
}
.location-divlist::-webkit-scrollbar-thumb {
    border-radius:5px; 
    background-color:rgba(0,0,0,0.2);
}

.location-shop-con {  background-color: #fff;box-shadow: 0px 0px 10px #888888; border: 1px solid #eeeeee; border-radius: 5px;
    position: absolute; left: 30px; top: 30px; bottom: 30px;
    width: 400px;display: flex;
    flex-direction: column;
}


.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;
  }
  .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 select {
    display: none;
  }
  .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 > span:before, .dropdowns > span:after {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 2px;
    border-radius: 1px;
    top: 50%;
    right: 15px;
    background: var(--arrow);
    transition: all .3s ease;
  }
  .dropdowns > span:before {
    margin-right: 4px;
    -webkit-transform: scale(0.96, 0.8) rotate(50deg);
            transform: scale(0.96, 0.8) rotate(50deg);
  }
  .dropdowns > span:after {
    -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
            transform: scale(0.96, 0.8) rotate(-50deg);
  }
  .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 ul li {
    opacity: 0;
    -webkit-transform: translate(6px, 0);
            transform: translate(6px, 0);
    transition: all .3s ease;
  }
  .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 a:hover {
    color: var(--listTextActive);
  }
  .dropdowns ul li.active a {
    color: var(--listTextActive);
    background: var(--listActive);
  }
  .dropdowns ul li.active a:before, .dropdowns ul li.active a:after {
    --scale: .6;
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    position: absolute;
    right: 17px;
    top: 50%;
    opacity: 0;
    background: var(--listText);
    transition: all .2s ease;
  }
  .dropdowns ul li.active a:before {
    -webkit-transform: rotate(45deg) scale(var(--scale));
            transform: rotate(45deg) scale(var(--scale));
  }
  .dropdowns ul li.active a:after {
    -webkit-transform: rotate(-45deg) scale(var(--scale));
            transform: rotate(-45deg) scale(var(--scale));
  }
  .dropdowns ul li.active a:hover:before, .dropdowns ul li.active a:hover:after {
    --scale: .9;
    opacity: 1;
  }
  .dropdowns ul li:first-child a {
    border-radius: 6px 6px 0 0;
  }
  .dropdowns ul li:last-child a {
    border-radius: 0 0 6px 6px;
  }
  .dropdowns.filled > span {
    color: var(--textFilled);
  }
  .dropdowns.open > span {
    border-color: var(--borderActive);
  }
  .dropdowns.open > span:before, .dropdowns.open > span:after {
    background: var(--arrowActive);
  }
  .dropdowns.open > span:before {
    -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
            transform: scale(0.96, 0.8) rotate(-50deg);
  }
  .dropdowns.open > span:after {
    -webkit-transform: scale(0.96, 0.8) rotate(50deg);
            transform: scale(0.96, 0.8) rotate(50deg);
  }
  .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.open ul li {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .dropdowns.open ul li:nth-child(1) {
    transition-delay: 80ms;
  }
  .dropdowns.open ul li:nth-child(2) {
    transition-delay: 160ms;
  }
  .dropdowns.open ul li:nth-child(3) {
    transition-delay: 240ms;
  }
  .dropdowns.open ul li:nth-child(4) {
    transition-delay: 320ms;
  }
  .dropdowns.open ul li:nth-child(5) {
    transition-delay: 400ms;
  }
  .dropdowns.open ul li:nth-child(6) {
    transition-delay: 480ms;
  }
  .dropdowns.open ul li:nth-child(7) {
    transition-delay: 560ms;
  }
  .dropdowns.open ul li:nth-child(8) {
    transition-delay: 640ms;
  }
  .dropdowns.open ul li:nth-child(9) {
    transition-delay: 720ms;
  }
  .dropdowns.open ul li:nth-child(10) {
    transition-delay: 800ms;
  }
  
  select {
    --text: #3F4656;
    --border: #2F3545;
    --background: #151924;
  }
  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.open ul::-webkit-scrollbar-track {
	    -webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.3);
	    border-radius:5px; 
	    background-color:#fff;
    }
    .dropdowns.open ul::-webkit-scrollbar {
        width:8px; height: 8px;
        background-color:#fff;
    }
    .dropdowns.open ul::-webkit-scrollbar-thumb {
        border-radius:5px; 
        background-color:rgba(0,0,0,0.2);
    }
  @media (max-width: 1000px) {
    .map{ height: auto; position:static; z-index: 0;}
    .location-map,.location-shop-con{ position:relative;  z-index: 0;}
    .location-map{ height: 300px;}
    .location-shop-con{ display: block; width: 100%;
     left: 0;top: 0; bottom: 0;}
     .location-list{min-height: 300px;}
  }
  
