.container-fluid{
   background: #fff;
}
.middle-logs{
    background:#fff ;
     width:60%;
     padding:40px 0;
     text-align: center;
     justify-content: space-around;
     align-items: center;
     display: flex;
     margin:0 auto;

}
.recommand{
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
}
.navtext{
    font-size: 24px;
    color: #666666;
    letter-spacing: 0;
    margin-top:10px;
    text-align: center;

}
.list{
    margin-top:10px;
}
.header{
    font-size: 26px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.list-conainter{
    width:70%;
    margin:0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}
.item-list{
    margin-bottom: 20px;
    margin-right: 10px;
}
.item-list img{
     width:240px;
     height: 165px;
     border-radius: 3px;
}
.item-list img:hover{
    transform:scale(1.05);

}
.imageinfos{
     display: flex;
     justify-content: space-between;
}
.imageinfos .name{
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 600;
    margin:10px 0;
}
.imageinfos .address{
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
}
.imageinfos button{
    width: 56px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    border: 1px solid #FF000E;
    background: #fff;
    border-radius: 2px;
    margin-top:10px;
    font-size: 12px;
    color: #FF000E;
}
.imageinfos button:hover{
    background: #FF000E;
    color:#fff;
}
.more {
      text-align: center;
      margin:20px auto;
}
.more button{
    border: 1px solid #E8E8E8;
    border-radius: 2px;
    font-size: 14px;
    color: #999999;
    width:140px;
    height: 44px;
    text-align: center;
    line-height: 44px;
  
}
.searchbox{
    width: 60%;
    height: 300px;
    background-color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    padding:10px;
    position:absolute;
    top:300px;
    z-index: 9999;
    left: 20%;
    display:flex;
    flex-direction: row;
    box-shadow: 2px 2px 6px 2px rgba(0,0,0,0.05);


}
.left-seachbox{
    width: 60%;

}
.seacrch-header{
 font-size: 16px;
 color:#333;
padding-bottom: 10px;
font-weight:600;
}
.searchBar input{
    border:none;
    outline: none;
    background: #F2F2F2;
    border-radius: 4px;
    width: 230px;
    height: 36px;
    text-indent: 20px;
    font-size: 13px;

}
.item-form{
     display: flex;
     margin-bottom: 10px;
}
.item-form button{
    border:none;
    background: #FF000E;
    color:#fff;
    border-radius: 0 3px 3px 0;
    outline: none;
}
.btn-submit {
    text-align: center;
}
.btn-submit  button{
    border:none;
    background: #FF000E;
    color:#fff;
    border-radius: 0 3px 3px 0;
    outline: none;
    height:36px;
    padding: 0 40px;
    border-radius: 5px;

}
.right-searchbox{
    flex:1;
}
form{
    display: block;
    width: 100%;
}
.item-form input{
    flex:1;
    height:40px;
    text-indent: 20px;
    border:none;
    outline: none;
    background: #F2F2F2;
    border-radius: 4px;
    font-size: 13px;
     
}
.searchBar  button{
    width: 64px;
    height: 36px;
    border:none;
    outline: none;
     margin-left: 10px;
     background: #FF000E;
    border-radius: 4px;
    color:#fff;
    font-size: 13px;
    text-align: center;
    line-height: 36px;

}
.areaname{
    font-size: 13px;
    color: #333333;
    font-weight: bold;
    letter-spacing: 0;

}
.listsearch{
    display: flex;
    flex-wrap: wrap;
}
.listsearch li{
    margin-left: 10px;
    margin-bottom: 10px;
}
.px14black{
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
}
.area{
    margin:20px 0;
    display: block;
}
button.navbar-toggle,navbar-collapse collapse{

    background-color: #FF000E;
    border:none;
}

.servicecontainer{
    width: 70%;
    margin:20px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 40px;
    background: #fff;
}
.servicecontainer li{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    color:#666;
    height: 80px;
}
.tool-content {
    display: none;
}
.ConsultTel-view{
    display: none;
}
@media (max-width: 768px){ 

    .container-fluid{
        margin: 0;
        padding: 0;
        background: #f7f7f7;
    }
    .middle-logs{
        width:100%;  
        padding:20px 0;
   }
   .middle-logs img{
       height:30px;
   }
   .listsearch .px14black,.listsearch .px12black{
    color:#FF000E;
}
   .navtext{
         font-size: 14px;
   }
   .searchbox{
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 0px;
    box-sizing: border-box;
    padding:20px;
    position:inherit;
    z-index: 1;
    margin:10px auto;
    flex-direction: column;
  
     
  
   }
   .left-seachbox{
       width: 100%;
       
   }
   .header{
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    
   }
   .list-conainter{
       width: 100%;
       justify-content: space-between;
   }
   .item-list{
       padding: 5px 0;
   }
  .item-list{
       width:45%;
   }
   .item-list img {
       width: 100%;
       height: 150px;
   }
   .imageinfos{
       flex-direction: column;
       position: relative;
   }
   .imageinfos .name {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
   
    }
   .imageinfos .address {
        font-size: 12px;
       
    }
    .imageinfos button {
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        position:absolute;
        right:0px;
        top:0px;
        background: #FF000E;
        color:#fff;
        display: none;
        
    }
    .more {
        margin: 0px auto;
    }
    .more button {
        border: 1px solid #E8E8E8;
        border-radius: 2px;
        font-size: 12px;
        color: #999999;
        width: 100px;
        height: 30px;
        text-align: center;
        line-height: 30px;
    }
   
    .searchBar{
        display: flex;
        justify-content: space-between;
    }
    
    .searchBar input {
        width: auto;
        flex:1;
      
    }
    .list{
        background: #fff;
        box-sizing: border-box;
    }
.servicecontainer{
    box-sizing: border-box;
    width: 100%;
    padding:0 0 50px 0;
    justify-content: flex-start;
    }
    .servicecontainer li{
        font-size: 14px;
        margin:0 15px 15px 15px;
        height: 50px;
    }
    .servicecontainer li img{
        width:30px;
        height: 30px;
    }
     .tool-content {
        height: 19.2vw;
        display: block;
        padding-bottom: 20px;

    }
    .left-seachbox,.right-searchbox{
        display: none;
    }
    .tool{
        width: 100%;
        
    }
   .tool .tab{
        width: 20%;
        float: left;
    }
 .tool .tab .tab-img-house, .tool .tab .tab-img-listing {
        width: 13.333vw;
        height: 13.333vw;
        margin: auto;
        background-size: 13.333vw 13.333vw;
        background-repeat: no-repeat;
    }
 .tool .tab .tab-img-house{
        background-image: url(../images/index/tab_house@2x.2e7b8141.png);
      }
      .area{
          display: none;
      }
  .tool .tab .tab-img-listing {
        background-image: url(../images/index/xiezilou.png);
      
    }
   .tab .tab-img-business,  .tool .tab .tab-img-draw {
        width: 13.333vw;
        height: 13.333vw;
        margin: auto;
        background-size: 13.333vw 13.333vw;
        background-repeat: no-repeat;
    }
 .tool .tab .tab-img-business {
        background-image: url(../images/index/tab_business@2x.141eaccb.png);
 }
 .tool .tab .tab-img-find {
    width: 13.333vw;
    height: 13.333vw;
    margin: auto;
    background-image: url(../images/index/tab_find@2x.0b32e35f.png);
    background-size: 13.333vw 13.333vw;
    background-repeat: no-repeat;
}
 .tool .tab .tab-img-draw{
    background-image: url(../images/index/tab_draw@2x.152685ac.png);
  }
  .tool .tab .title{
      font-size: 12px;
      text-align: center;
  }
  .badge-button-outer{
    background: #fff;
    width: 13.333vw;
    height: 13.333vw;
    border-radius: 50%;
    background-image: url(../images/index/message.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 6.667vw 6.667vw;
    position: fixed;
    right: 4vw;
    bottom: 18.667vw;
    box-shadow: 0 1.067vw 6.933vw 0 rgb(0 0 0 / 20%);
}
.tel {
    width: 13.333vw;
    height: 13.333vw;
    background-image: url("../images/index/tel.png");
    background-size: 6.667vw 6.667vw;
    background-position: 50%;
    background-repeat: no-repeat;
    position: fixed;
    right: 4vw;
    bottom: 2.667vw;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 1.067vw 6.933vw 0 rgb(0 0 0 / 20%);
}
.ConsultTel-view{
    display: block;
}
.hidden-sm{
    display: none;
}
}