input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
}

.fl {
    float: left;
}

.w1150 {
    width: 100%;
    margin: 0 auto;
    clear: both;
    margin-top:0.3%;
}

.video-wrapper {
    padding-top: 1px;
    padding: 0px 0.1%;
    position: relative;
}


.clearfix {
    overflow: hidden;
    _zoom: 1;
}


.map-top {
padding: 5px 15px 5px 0px;
background: #fff;
min-height:38px;_height:38px;height:auto;overflow:hidden; margin-top: 1%;margin-bottom: 1%;
}



.location-cur-pos {
  position: relative;
  float: left;
  line-height: 50px;
  padding-left: 40px;
  font-size: 16px;
  color: #212121;
  letter-spacing: 1px;
  background: url(../images/pos.png) left 2px no-repeat;  display: none;
}

.form-section {
    position: relative;
    margin: 0px;
    padding: 0;
    border: 0;
    text-align: left;
    margin-top: 5px;
}

.xm-select {
    display: block;
    width: 480px;
    margin-right: 1px;
}

.form-section {
    position: relative;
    margin: 0px;
    padding: 0;
    border: 0;
    text-align: left;
    margin-top: 5px;
}

.location-section {
    float: left;
}

.xm-select .dropdown {
    position: relative;
    display: block;
    overflow: hidden;
    _zoom: 1;
    width: 170px;
    height: 36px;
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #333;
    -webkit-transition: border-color .2s linear;
    transition: border-color .2s linear;
	 float: 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: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 36px;
    margin: 0;
    border: 0;
    padding: 0 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    _zoom: 1;
    vertical-align: middle;
    background: none;
    color: #333;
    outline: none;
    cursor: pointer;
}

.location-main {
    margin-bottom: 30px;
    border: solid 0px #e9e9e9;
}

.location-shop-con { 
position: relative;
width: 480px;border:0px solid #e9e9e9;
min-height:38px;_height:38px;height:auto;overflow:hidden;
float: left;
background: #F7F7F7;
display: block;
box-shadow: 0 0 5px 5px rgba(102,102,103,.1);

	
}

.search-box {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    background: #fff;
	 width: 200px;
	 height: 36px;
	line-height: 36px;
	padding-left: 5px;
	float:left;
	border:1px solid #CCCCCC;
}

.search-box .search-input {
    line-height: 34px;
    height: 30px;
    font-size: 14px;
    color: #868686;
    width: 96%;
    background: #fff;
}

.search-icon {
  position:relative;
  display: inline-block;
  background: #005DBA;
  color: #fff;
  height: 36px;
  width: 100px;
	font-size: 1.4rem;
	line-height:36px;
	text-align:center;
   cursor: pointer;
	float: left;
}

.location-list li {
    position: relative;
    height: 125px;
    padding-top: 12px;
    padding-right: 25px;
    font-size: 1.2rem;
    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: 7px;
  top: 27px;
  width: 21px;
  height: 33px;
  line-height:23px;
  color: #fff;
  text-align: center;
  background:url("../images/bd1.png");
}

.location-list .location-addr {
    padding-left: 40px;
    font-family: 'Microsoft Yahei';
    font-size: 1.4rem;
    color: #999;
}

.location-list .location-addr h3 {
    font-weight: normal;
    margin-bottom: 2px;
    color: #212121;
    font-size: 1.6rem;
}

.addr-info {
    line-height: 1.5em;
	  font-size: 1.4rem;
}

.addr-infod {
    line-height: 1.4em;
	  font-size: 1.2rem;
}

.location-map {
    height: 500px;
    margin-left: 525px;
    position: relative;
}

li.addMove span.location-num{
   background:url("../images/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("../images/bd2.png");
}




:root{
  --blue: #004ea2;
  --red: #e60012;
}

::-webkit-scrollbar {
  width: 6px;
  height: 0px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
  width: 6px;
  background: var(--blue);
}

::-webkit-scrollbar-track {
  width: 6px;
  background: #EEEEEE;
}

@media screen and (max-width: 768px){
.map-top {padding: 1px 1px 1px -1px;}
.w1150 { margin-top: -50px;}

.xm-select .dropdown {width:150px;}

.search-box {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    background: #fff;
	 width: 150px;
	 height: 36px;
	line-height: 36px;
	padding-left: 5px;
	float:left;
	border:1px solid #CCCCCC;
}
.search-icon {width: 80px;}
	
	
}


