/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */




.fl {
    float: left;
}

.w1150 {
    width: 100%;
    margin: 0 auto;
    clear: both;
}

.video-wrapper {
    padding-top: 80px;
    /* padding: 0px 5%; */
    position: relative;
}


.clearfix {
    overflow: hidden;
    _zoom: 1;
}


.map-top {
    padding: 5px 35px 5px 25px;
    background: #fff;
}



.location-cur-pos {
  position: relative;
  float: left;
  line-height: 50px;
  padding-left: 40px;
  font-size: 16px;
  color: #212121;
  letter-spacing: 1px;
  background: url(pos.png) left 2px no-repeat;
}

.form-section {
    position: relative;
    margin: 0px;
    padding: 0;
    border: 0;
    text-align: left;
    margin-top: 5px;
}

.xm-select {
    display: block;
    width: 220px;
    margin-right: 14px;
}

.form-section {
    position: relative;
    margin: 0px;
    padding: 0;
    border: 0;
    text-align: left;
    margin-top: 5px;
}

.location-section {
    float: right;
}

.xm-select .dropdown {
    position: relative;
    display: block;
    overflow: hidden;
    _zoom: 1;
    width: 100%;
    max-width: 100%;
    height: 38px;
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #333;
    -webkit-transition: border-color .2s linear;
    transition: border-color .2s linear;
}

.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-main {
    background: #f5f5f5;
    margin-bottom: 30px;
    border: solid 1px #f5f5f5;
}

.location-shop-con {
    width: 325px;
}

.search-box {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 14px;
    border-radius: 100px;
    text-align: left;
    background: #f5f5f5;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin: auto;
}

.search-box .search-input {
    line-height: 52px;
    height: 52px;
    font-size: 14px;
    color: #868686;
    width: 96%;
    background: #f5f5f5;
    border: none;
    border-radius: 100px;
}

.search-icon {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../skin/img/s.png);
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    color: #fff;
    height: 24px;
    width: 24px;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
}

.location-list li {
    position: relative;
    /* height: 80px; */
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 25px;
    font-size: 12px;
    cursor: pointer;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 10px 10px 0px 10px;
}


.location-list .location-num {
  position: absolute;
  left: 14px;
  top: 50%;
  margin-top: -16px;
  width: 21px;
  height: 33px;
  line-height:23px;
  color: #fff;
  text-align: center;
  background:url("bd1.png");
}

.location-list .location-addr {
    padding-left: 50px;
    font-family: 'Microsoft Yahei';
    font-size: 16px;
    color: #666;
    
}

.location-list .location-addr h3 {
    font-weight: normal;
    margin-bottom: 6px;
    color: #212121;
    font-size: 20px;
}

.addr-info {
    line-height: 20px;
    margin: 5px 0;
}

.location-map {
    height: 500px;
    margin-left: 30%;
    position: relative;
}

li.addMove span.location-num{
   background:url("bd2.png");
  }
  
#store-list li:hover{
    transform: scale(1.05);
    box-shadow: 0 0 10px 8px rgba(102,102,103,.1);
}

#store-list li:hover span{
 background:url("bd2.png");
}

.location-shop-con {
    width: 30%;
}

@media (max-width: 1000px){
    .search-box{
        width: 100%;
    }
    .search-box .search-input{
        height: 40px;
        line-height: 40px;
    }
    .location-main{
        display: flex;
        flex-direction: column-reverse;
    }
    .location-shop-con{
        width: 100%;
    }
    .location-map{
        width: 100%;
        margin-left: 0;
        height: 300px;
    }
    .video-wrapper{
        padding-top: 50px;
    }
}
