[v-cloak] {
  display: none;
}

.house-lease {
  width: 1200px;
  margin: -10px auto;
  margin-bottom: 100px;
}

.house-lease_form {
  overflow: hidden;
  transition: all 0.3s;
}

.house-lease_form-item {
  display: flex;
}

.house-lease_form-item-left {
  height: 68px;
  line-height: 68px;
  font-size: 16px;
  color: #333;
  min-width: 110px;
  text-align: right;
  letter-spacing: 1px;
}

.house-lease_form-item-right {
  border-bottom: 1px dashed #e4e4e4;
  margin-left: 20px;
  width: 1068px;
}

.house-lease_form-item:last-child .house-lease_form-item-right {
  border-bottom: none;
}

.el-checkbox.is-bordered {
  margin: 13px 4px 15px 0 !important;
  border: 1px solid #fff;
  padding: 9px !important;
}

.el-checkbox__label {
  font-size: 16px;
  padding: 0 5px;
}

.el-checkbox__input {
  display: none;
}

.el-checkbox__inner {
  display: none !important;
}

.house-lease_form-item-right-list {
  display: flex;
  flex-wrap: wrap;
}

.house-lease_form-item-right-list .is-bordered {
  border-color: #fff;
}

.house-lease_form-item-right-list .is-checked {
  border: none;
  border: 1px solid #ca0202 !important;
  border-radius: 4px;
}

.house-lease_form-item-right-list .is-checked .el-checkbox__label {
  color: #ca0202 !important;
}

.house-lease_form-item-custom {
  display: flex;
  align-items: center;
  width: 320px;
}

.house-lease_form-item-custom .el-input {
  width: 100px;
}

.house-lease_form-item-custom-line {
  width: 18px;
  border-top: 1px solid #666;
  margin: 12px;
}

.house-lease_form-item-custom-until {
  width: 90px;
  color: #666 !important;
  font-size: 16px !important;

  padding-left: 14px;
  padding-top: 7px;
  height: 40px;
  z-index: 99;
}

.house-lease_form-item-four .el-radio.is-bordered {
  border-color: #fff;
}

.house-lease_form-item-four .el-radio.is-bordered {
  margin: 13px 24px 15px 0 !important;
  border-color: 1px solid #fff;
}

.el-radio__label {
  font-size: 16px;
  position: relative;
}

.el-radio__inner {
  display: none;
}

.el-radio__input.is-checked + .el-radio__label {
  color: #ca0202 !important;
}

.house-lease_form-item-four .el-radio.is-bordered.is-checked {
  border-color: #ca0202 !important;
}

.house-lease_form-item-four-bottom {
  background-color: #faf1f2;
  border-radius: 4px;
  margin-bottom: 12px;
  position: relative;
}

.house-lease_form-item-four-bottom-piece {
  position: absolute;
  top: 30px;
  left: 45%;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom-color: #faf1f2;
  z-index: 99;
}

.house-lease_form-item-four-bottom .is-bordered {
  border-color: #faf1f2;
}

.house-lease_form-item-four-bottom .is-checked {
  border: none;
  border: 1px solid #faf1f2 !important;
  border-radius: 4px;
}

.house-lease_form-item-four-bottom .is-checked .el-checkbox__label {
  color: #ca0202 !important;
}

.house-lease_form-item-four-bottom .el-checkbox.is-bordered {
  margin: 8px 2px 8px 0 !important;
  border: 1px solid #faf1f2;
}

.house-lease_line {
  width: 1200;
  height: 1px;
  background-image: linear-gradient(
    to right,
    #e4e4e4 0%,
    #e4e4e4 80%,
    transparent 100%
  );
  background-size: 14px 1px;
  background-repeat: repeat-x;
}

.house-lease_pull {
  width: 1200px;
  text-align: center;
  padding: 20px;
  margin-top: 10px;
}

.house-lease_pull-icon {
  margin-left: 10px;
}

.house-lease_pull-more {
  font-size: 14px;
  color: #999;
  cursor: pointer;
}

.house-lease_pull-put {
  font-size: 14px;
  color: #ca0202;
  cursor: pointer;
}

.house-lease_seach {
  height: 52px;
  width: 1200px;
  display: flex;
  align-items: center;
  background-color: #f4f4f4;
}

.house-lease_seach-point {
  font-size: 16px;
  color: #666;
  margin-left: 32px;
  cursor: pointer;
}

.house-lease_seach-sort {
  font-size: 16px;
  color: #666;
  margin: 0 10px 0 50px;
  cursor: pointer;
}

.house-lease_seach-piece {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.house-lease_seach-piece i {
  font-size: 20px;
  line-height: 0;
}

.house-lease_seach-piece-top {
  position: relative;
  color: #cacdd2;
  cursor: pointer;
  top: -6px;
}

.house-lease_seach-piece-top-choice {
  position: relative;
  color: #ca0202;
  cursor: pointer;
  top: -6px;
}

.house-lease_seach-piece-bottom {
  position: relative;
  color: #cacdd2;
  cursor: pointer;
  top: 4px;
}

.house-lease_seach-piece-bottom-choice {
  position: relative;
  color: #ca0202;
  cursor: pointer;
  top: 4px;
}

.house-lease_table {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
}

.house-lease_table-item {
  width: 380px;
  height: 380px;
  border: 1px solid #d6d6d6;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  margin-right: 30px;
  position: relative;
  cursor: pointer;
}

.house-lease_table-item:nth-child(3n) {
  margin-right: 0px;
}

.house-lease_table-item-img {
  width: 380px;
  height: 224px;
  position: relative;
  left: -1px;
}

.house-lease_table-item-state {
  position: absolute;
  padding-left: 10px;
  z-index: 9;
  top: 0;
  text-align: center;
  right: -1px;
  width: 110px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-bottom-left-radius: 30px;
  background-color: #b6b6b6;
}

.house-lease_table-item-state-do {
  background-color: #ffaa01 !important;
  width: 96px !important;
}

.house-lease_table-item-adress {
  line-height: 28px;
  padding: 10px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.house-lease_table-item-adress-red {
  font-size: 16px;
  color: #ca0202;
}

.house-lease_table-item-adress-black {
  font-size: 16px;
}

.house-lease_table-item-date {
  padding-bottom: 20px;
  margin: 0 20px;
  border-bottom: 1px solid #f0f0f0;
}

.house-lease_table-item-date-title {
  color: #999;
}

.house-lease_table-item-date-name {
  color: #333;
}

.house-lease_table-item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  height: 56px;
}

.house-lease_table-item-bottom-left i {
  color: #999;
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 10px;
}

.house-lease_table-item-bottom-left span {
  color: #666;
}

.house-lease_table-item-bottom-right-black {
  color: #666;
}

.house-lease_table-item-bottom-right-red {
  color: #fe0000;
  font-size: 18px;
  margin: 0 10px 0 4px;
}

.house-lease_table-item-bottom-right-until {
  font-size: 12px;
  color: #666;
}

.house-lease_bottom {
  margin: 48px 0 40px;
  display: flex;
  justify-content: center;
  width: 1200px;
}

.el-pager li {
  font-size: 14px;
  font-weight: normal;
}

.house-lease_bottom .el-pagination.is-background .el-pager .number {
  margin: 0 10px;
  background: none !important;
  border: 1px solid #e1e1e1;
}

.house-lease_bottom .el-pagination.is-background .el-pager .more {
  margin: 0 10px;
  background: none !important;
}

.house-lease_bottom .el-pagination.is-background .el-pager .active {
  margin: 0 10px;
  background-color: #ca0202 !important;
  border: 1px solid #e1e1e1;
}

.el-pagination.is-background .el-pager li:not(.disabled):hover {
  color: #ca0202;
}

.el-pagination.is-background .el-pager li:not(.disabled).active:hover {
  color: #fff;
  cursor: pointer;
}

.house-lease_bottom .el-pagination.is-background .btn-prev {
  margin: 0 10px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
}

.house-lease_bottom .el-pagination.is-background .btn-next {
  margin: 0 10px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
}

.house-lease_bottom .el-pagination__total {
  margin-left: 30px;
  font-size: 16px !important;
  color: #666;
}

.el-icon-caret-top:before {
  line-height: 0;
}

.house-lease_dataNo {
  height: 200px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #999;
  letter-spacing: 2px;
}

.expand-search-cascader {
  width: 100%;
}

.expand-search-cascader__check {
  width: 100%;
  padding: 10px;
  padding-left: 0;
  padding-bottom: 0;
}

.expand-search-cascader__choose {
  width: 100%;
  background-color: #fff;
  padding: 6px;
  padding-left: 0;
  padding-bottom: 0;
  box-sizing: border-box;
  overflow: auto;
}
.search-cascader-item {
  display: inline-block;
  margin: 7px 4px 10px 0 !important;
  /* border: 1px solid #fff; */
  padding: 9px !important;
  position: relative;
  font-size: 16px;
  color: #606266;
  cursor: pointer;
}

.search-cascader-item-checked {
  display: inline-block;
  padding: 9px;
  /* min-width: 120px; */
  height: 100%;
  border-radius: 4px;
  border: 1px solid #e0e3ef;
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
  cursor: pointer;
  margin-top: 3px;
  border: 1px solid #ca0202 !important;
  color: #ca0202 !important;
  font-size: 16px;
  color: #606266;
  position: relative;
}
.search-cascader-item-checked + .search-cascader-item-checked {
  margin-left: 15px;
}

.expand-search-cascader__check
  .search-cascader-item
  + .search-cascader-item::after {
  position: absolute;
  content: '';
  width: 9px;
  height: 12px;
  display: inline-block;
  background-image: url('./images/arrow-icon.svg');
  top: 0;
  bottom: 0;
  left: -19.5px;
  margin: auto;
}

.search-cascader-item--check {
  border: 1px solid #ca0202 !important;
  color: #ca0202 !important;
  border-radius: 4px;
}

.choice-btn {
  margin-left: 20px;
  background-color: #5473e8;
  border-color: #5473e8;
}

.cascader-choose_scroll {
  height: 100%;
  width: 100%;
}
.reportButtons {
  margin-left: 32px;
}
.el-button--primary,
.el-button--primary:focus,
.el-button--primary:hover {
  color: #fff;
  background-color: #c40403;
  border-color: #c40403;
}
