@charset "UTF-8";
.search_store {
  text-align: center;
    padding: 6% 0 5%;
    border-top: 1px solid #E3E6ED;
    margin-top: 5%;
}
.czmd_con.sel_con>div {
    width: 32.5%;
    float: left;
    position: relative;
    margin-right: 1.2%;
}
.czmd_con.sel_con>div:last-child {
    margin-right:0;
}
.czmd_con.sel_con b {
  color: #121212;
}
.czmd_con.sel_con b i {
  color: #ff3636;
}
.czmd_con.sel_con>div>div{
  border:1px solid #E1E3E8;
  height: 42px;
  line-height: 42px;
  border-radius: 5px;
  position: relative;
  color: #888888;
  padding-left: 10px;
  margin-top: 5px;
  cursor: pointer;
  overflow: hidden;
}
.czmd_con.sel_con>div>div span{
  width: 90%;
    display: inline-block;
}
.czmd_con.sel_con>div>div i {
  position: absolute;
  right: 1%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 15px;
  height: 15px;
  background: url(../img/business/s_off.png) no-repeat center center;
}
.czmd_con.sel_con>div>div.active {
  border:1px solid #4660FF;
}
.czmd_con.sel_con>div>div.active i {
  background: url(../img/business/s_on.png) no-repeat center center;
}
.czmd_con.sel_con>div>ul {
    box-shadow: -1px 3px 10px #dee5ec;
    border-radius: 5px;
    color: #121212;
    padding: 2% 0;
    height: 235px;
    display: none;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 99;
    background: #fff;
}
.czmd_con.sel_con>div>ul .mCSB_inside {
  overflow: auto;
}
.czmd_con.sel_con>div>ul li{
    padding: 5px;
    cursor: pointer;
}
.czmd_con.sel_con>div>ul li:hover{
  background: #F7F8FA;
  border-radius: 4px
}
.czmd_con.sel_con .mCSB_container{
  padding-left:2%
}
.czmd_con.sel_con .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #e3e6ed!important;
  width: 6px;
}
.czmd_con.sel_con .mCSB_scrollTools{
  width:10px;
}
.czmd_con.sel_con .mCSB_scrollTools .mCSB_draggerRail{
  display: none
}

.map_area {  
    padding-top: 4%;
    display: block;
    clear: both;
}
.map_area .left *{
  transition:none!important;
}
.map_area .left {
  float: left;
  width: 66%;
  height: 560px;
}
.map_area .right {
  float: right;
  width: 32.6%;
  height: 560px;
}
#map {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.map_area .search_bar {
  width: 100%;
  position: relative;
  transition: all 0.2s ease-out;
}
.map_area .search_bar.bor_active {  
  border:1px solid #4660FF;
}
.map_area .search_bar .btn_hidden{
    position: absolute;
    top: 38%;
    left: 5px;
    height: 100%;
    line-height: 100%;
    width: 30px;
    text-indent: -2em;
    overflow: hidden;
}
.stores-list {  
    border: 1px solid #e1e3e8;
    border-radius: 10px;
    height: 488px;
    padding: 5% 0 5% 5%;
    margin-top: 20px;
}
#listForSass li {
    border-bottom: 1px solid #E3E6ED;
    padding: 4% 5% 5%;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.2s ease-out;
}
#listForSass li.active {
    background: #fdfbfb;
    box-shadow: 0px 5px 17px #e6eaef inset;
    border-radius: 10px;
}
#listForSass li:last-child {
    border-bottom:none;
}
#listForSass li span{
    font-weight: bold;
    color: #121212;
    margin-bottom: 13px;
    display: inline-block;
}
#listForSass li p{
    color: #888888;
    display: block;
    overflow: hidden;
    padding: 5px 0 5px;
}
#listForSass li p i{
  color: #121212;
    width: 73%;
    float: right;
}
@media screen and (max-device-width: 768px){
  #listForSass li p i {
        width: 100%;
    float: left;
  }
}
.stores-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #e3e6ed!important;
    width: 8px;
}
.stores-list .mCSB_scrollTools .mCSB_draggerRail{
  background: none;
}
@media screen and (max-device-width: 479px){ 
  .czmd_con.sel_con>div{    
    width: 100%;
    margin-bottom: 10px;
  }
  .czmd_con.sel_con>div:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
  .czmd_con.sel_con>div:last-child {    
    width: 100%;
  }
  .map_area .left {
    width: 100%;
    height:280px;
  }
  .map_area .right {
    width: 100%;
  }
}