.store-list > li {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    display: block;
}
.store-list .box{
  display: block;
  max-width: 1150px;
  margin: 0 auto 60px;
}
.store-list .info-txt {

}
.store-list .info-txt ul{
  background:  #f5f5f5;
  margin-bottom: 1px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 0;
}
.store-list .info-txt ul li{
  float: left;
  width: 33.33333%;
  font-size: 15px;
  color: #585752;
  position: relative;
  box-sizing: border-box;
  padding-left: 20px;
  border-right: dashed 1px #ddd;
}
.store-list .info-txt ul li:last-child{
  border: none;
}
.store-list .info-txt ul.ul2 .ul21{
  width: 25%;
}
.store-list .info-txt ul.ul2 .ul22{
  width: 25%;
}
.store-list .info-txt ul.ul2 .ul23{
  width: 50%;
}
.store-list .info-txt ul li a{
  display: inline-block;
}
.store-list .info-txt ul li span{
  color: #929291;
  position: relative;
}
.store-list .info-txt ul li span:after{
  content: '/';
  position: relative;
  margin: 0 5px;
}
.store-list .info-txt ul li strong{
  color: #111;
  font-weight: bold;
}
.store-list .map-box{
  border: solid 1px #8dc21f;
  padding: 5px;
  background: #FFF;
  height: 270px;
}
.store-list .map-box iframe{
  width: 100%;
  height: 100%;
}
.store-search{
  max-width: 1150px;
  margin: 0 auto 60px;
  border-radius: 8px;
  border: solid 1px #8Dc21f;
  background: url(../images/search_bg.png) no-repeat 50% 50%;
  background-size: cover;
  text-align: center;
}
.store-search {
  padding: 35px 10px 25px ;
  box-sizing: border-box;
  position: relative;
}
.store-search .inner{
  display: inline-block;
  position: relative;

}
.store-search .til{
  display: inline-block;
  float: left;
  position: relative;
  margin-right: 10px;
  top:3px;
}

.store-search .box{
  width: 300px;
  height: 30px;
  float: left;
  margin-right: 20px;

}
.store-search .box .stick{
  display: inline-block;
  width: 56px;
  height: 30px;
  line-height: 30px;
  background: #bDC21f;
  text-align: center;
  color: #FFF;
  font-size: 15px;
  float: left;
}
.store-search .box.box2 .stick{
  background: #68A0D3;
}
.store-search .box .control-box{
  width: calc(100% - 56px);
  float: left;

}
.store-search .box .control-box .form-control{
  height: 30px;
  padding: 0;
  line-height: normal;
  padding: 0 10px;
}
.btn.searchbg{
  display: inline-block;
  width: 141px;
  height: 34px;
  line-height: 34px;
  background: url(../images/btn_1.png) no-repeat;
  text-align: center;
  color: #FFF;
  float: left;
  position: relative;
  top:-3px;
}
.btn.searchbg:hover{
  background-position: 0 100%;
}

@media screen and (max-width: 1030px){
  .store-search .box{width: 200px;}
}
@media screen and (max-width: 980px){
    .store-list .info-txt ul.ul2 .ul21,
    .store-list .info-txt ul.ul2 .ul22,
    .store-list .info-txt ul.ul2 .ul23,
    .store-list .info-txt ul li{
      width: 100%;
      border: none;
    }
    .store-list .info-txt ul li{
      padding: 0 20px;
    }
}

@media screen and (max-width: 820px){
  .store-search .til{
    display: block;
    margin-bottom: 10px;
    float: none;
  }
  .btn.searchbg{
    display: block;
    float: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: inherit;
    bottom: -10px;
  }
  .store-search .inner{
    padding-bottom:50px;
  }
  .store-search{padding-top: 15px;}
}
@media screen and (max-width: 480px){
    .store-list .info-txt ul li span{
      display: block;
    }
    .store-list .info-txt ul li{
      padding: 0 10px;
    }
    .store-search .box{
      float: none;
      width: 100%;
      margin: 0 auto 10px;
    }
    .store-search .inner{padding-bottom: 30px;}
    .btn.searchbg{bottom:-5px;}
}
