@charset "UTF-8";
/*---------------------
  公寓列表过滤样式
-----------------------*/
/*!
  公共需要引入的
 */
ul li {
  margin: 0;
}

.searchInputArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.searchInputArea .el-select {
  width: calc(100% - 90px) !important;
}

.searchInputArea .el-button {
  width: 80px;
}

.searchBox .modal-dialog {
  max-width: 60%;
  min-width: 60%;
  width: 100%;
}

.searchBox .modal-content {
  border-radius: 0;
}

.searchBox .el-checkbox {
  width: 200px;
  margin-right: 0;
}

.searchBox .modal-header {
  border-radius: 0;
}

.searchBox .form-group {
  font-size: 14px;
}

.searchBox .form-group .form-label {
  font-weight: 600;
}

.searchBox .form-group .form-content .custom-control-inline {
  line-height: 2.2;
}

.filterBox {
  height: 60px;
  line-height: 60px;
}

.filterBox .el-button {
  margin-left: 0;
}

/* 手机端 */
@media (max-width: 575.98px) {
  /* search */
  .searchBox {
    padding: 0 !important;
    background-color: #fff;
    /*  */
  }
  .searchBox .modal-dialog {
    max-width: 100%;
    min-height: 100%;
    width: 100%;
    margin: 0;
  }
  .searchBox .web-filter {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .searchBox .filter-modal {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background: #fff;
  }
  .searchBox .el-checkbox {
    width: 50%;
    margin-right: 0;
  }
  .searchBox .modal-header {
    display: block;
  }
  .searchBox .modal-header .close {
    margin: -2.6rem -1rem -1rem auto;
  }
  .searchBox .modal-content {
    border: none;
    margin: 0;
  }
  .searchBox .modal-body {
    height: calc(100vh - 115px);
    overflow-y: scroll;
  }
  .searchBox .modal-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 100;
  }
}
/*# sourceMappingURL=apartment-filter.css.map */