.default-hidden {
  display: none !important;
}

.input-range {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.input-range .input-range-prefix {
  flex-shrink: 0;
  margin-right: 5px;
}
.input-range .input-range-suffix {
  font-size: 14px;
  margin-left: 5px;
  color: #333;
}
.input-range .input-range-input-group {
  flex: 1;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #EDEDED;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  height: 28px;
}
.input-range .input-range-input-group input {
  width: 70px;
  height: 100%;
  outline: none;
  flex: 1;
  border-width: 0;
  text-align: center;
}
.input-range .input-range-submit {
  cursor: pointer;
  min-width: 49px;
  padding: 0 8px;
  height: 28px;
  background: #E82D3E;
  border-radius: 2px;
  margin-left: 10px;
  border-width: 0;
  color: #FFFFFF;
}

.filter {
  margin-top: 20px;
}
.filter .filter-row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.filter .filter-row .filter-row-name {
  flex-shrink: 0;
  width: 28px;
  height: 36px;
  font-size: 14px;
  color: #999999;
  line-height: 36px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-right: 30px;
}
.filter .filter-row .filter-row-value .filter-row-field li {
  line-height: 36px;
}
.filter .filter-row .filter-row-value ul {
  clear: both;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.filter .filter-row .filter-row-value ul li {
  cursor: pointer;
  float: left;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-right: 24px;
}
.filter .filter-row .filter-row-value ul li .icon-icon-checkbox {
  color: #DFDFDF;
}
.filter .filter-row .filter-row-value ul li.active .icon-icon-checkbox-checked {
  color: var(--theme-color);
}
.filter .filter-row .filter-row-value ul li a {
  color: #333333;
  text-decoration: none;
}
.filter .filter-row .filter-row-value ul li:last-child {
  margin-right: 0;
}
.filter .filter-row .filter-row-value ul li:not(.not-hover):hover a {
  color: var(--theme-color);
}
.filter .filter-row .filter-row-value ul li:not(.not-active).active a {
  font-weight: 700;
  color: var(--theme-color);
}
.filter .filter-row .filter-row-value .filter-row-result {
  clear: both;
  list-style-type: none;
  margin: 0;
  padding: 10px 20px;
  background: #F8F8F8;
  overflow: hidden;
  box-sizing: border-box;
}
.filter .filter-row .filter-row-value .filter-row-result li {
  line-height: 30px;
}
.filter .filter-row .filter-row-value .filter-school-result {
  width: 1142px;
}
.filter .filter-row-rent {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter .filter-row-rent .row-left {
  display: flex;
  align-items: center;
}
.filter .switch-box {
  font-size: 12px;
  color: #999999;
  width: 100%;
  margin: 10px auto 0;
  display: flex;
  align-items: center;
  text-align: center;
  border-top: 1px solid #f7f7f7;
}
.filter .switch-box .unfold, .filter .switch-box .fold {
  display: none;
  cursor: pointer;
  background: #f7f7f7;
  text-align: center;
  width: 110px;
  margin: 0 auto;
}
.filter .switch-box .unfold.active, .filter .switch-box .fold.active {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
}
.filter .switch-box .unfold:hover, .filter .switch-box .fold:hover {
  color: var(--theme-color);
}
.filter .switch-box i {
  margin-left: 4px;
  font-size: 12px;
}
.filter .filter-fold-content {
  display: none;
}
.filter .rent-method {
  margin-top: 10px;
}

.result-title {
  margin: 40px 0 16px;
  height: 20px;
  font-size: 16px;
  color: #352A2A;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.result-title b {
  color: var(--theme-color);
}

.result-content {
  display: flex;
  justify-content: space-around;
}
.result-content .tab-colorful {
  flex: 1;
}
.result-content .tab-colorful .tab-header {
  width: 860px;
  display: block;
}
.result-content .tab-colorful .tab-header-box {
  background: #fff;
}
.result-content .tab-colorful .tab-header-box .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  position: relative;
}
.result-content .tab-colorful .tab-header-box .container .counselor-title {
  width: 200px;
  text-align: left;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 20px;
}
.result-content .tab-colorful .sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  z-index: 99;
  box-shadow: rgba(33, 35, 38, 0.1) 0 10px 10px -10px;
}
.result-content .tab-colorful .sticky .counselor-title {
  color: transparent;
}
.result-content .counselor-box {
  width: 200px;
  height: 200px;
  position: absolute;
  right: 0;
  bottom: -200px;
  background: #fff;
}
.result-content .counselor-box .counselor-card {
  width: 200px;
  padding: 20px;
  border: 1px solid #EDEDED;
}
.result-content .counselor-box .counselor-card .counselor-card--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.result-content .counselor-box .counselor-card .counselor-card--header .header-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 10px;
  overflow: hidden;
}
.result-content .counselor-box .counselor-card .counselor-card--header .header-title .name {
  display: flex;
  align-items: center;
}
.result-content .counselor-box .counselor-card .counselor-card--header .header-title .name span {
  display: inline-block;
  max-width: 90px;
  font-size: 16px;
  color: #352A2A;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 3px;
}
.result-content .counselor-box .counselor-card .counselor-card--header .header-title .name i {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("https://file-cn.liuzhuapp.com/xjpzf/images/icon-v.png");
  background-size: 100% 100%;
}
.result-content .counselor-box .counselor-card .counselor-card--header .header-title .intro {
  margin-top: 7px;
  font-size: 12px;
  line-height: 14px;
  color: #969595;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.result-content .counselor-box .counselor-card .counselor-card--wx-qrcode {
  width: 160px;
  height: 160px;
  margin: 0 0 10px;
}
.result-content .counselor-box .counselor-card .counselor-card--footer {
  font-size: 12px;
  line-height: 14px;
  color: #666;
  text-align: center;
}

.house {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid #EDEDED;
  transition: all ease-in-out 0.3s;
}
.house .house-cover {
  width: 200px;
  height: 150px;
  background: #D8D8D8;
  flex-shrink: 0;
  object-fit: cover;
}
.house .house-info {
  width: calc(100% - 220px);
  height: 150px;
  display: flex;
  flex-direction: column;
}
.house .house-info .house-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.house .house-info .house-header .house-name {
  font-weight: 700;
  font-size: 18px;
  color: #352A2A;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-right: 15px;
}
.house .house-info .house-header .house-name:hover {
  color: var(--theme-color);
  text-decoration: underline;
}
.house .house-info .house-header .house-price {
  flex-shrink: 0;
  display: inline-flex;
  justify-content: flex-end;
  vertical-align: bottom;
}
.house .house-info .house-header .house-price .value {
  font-weight: 700;
  font-size: 22px;
  color: #E82D3E;
  line-height: 22px;
  text-align: right;
  font-style: normal;
  text-transform: none;
}
.house .house-info .house-header .house-price .unit {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-left: 3px;
}
.house .house-info .house-intro {
  font-weight: 400;
  font-size: 14px;
  color: #352A2A;
  line-height: 14px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 10px;
}
.house .house-info .house-intro span:before {
  display: inline-block;
  content: "|";
  width: 7px;
}
.house .house-info .house-intro span:first-child::before {
  width: 0;
  content: "";
}
.house .house-address {
  clear: both;
  font-size: 12px;
  color: #999999;
  line-height: 12px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 8px;
}
.house .house-address i {
  font-size: 12px;
}
.house .house-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.house .house-footer .school-info {
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.house .house-footer .school-info span:nth-child(1) {
  margin-right: 3px;
}
.house .house-footer .school-info span {
  font-size: 12px;
  color: #352A2A;
  line-height: 12px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.house .house-footer .school-info b {
  margin: 0 10px 0 3px;
  font-weight: normal;
  color: var(--theme-color);
  font-size: 14px;
}
.house .house-footer .school-info i {
  display: none;
}
.house .house-footer .need-time {
  list-style-type: none;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.house .house-footer .need-time li {
  height: 14px;
  line-height: 12px;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-right: 10px;
}
.house .house-footer .need-time li:last-child {
  margin-right: 0;
}

.house:hover {
  background: #F9F9F9;
}
.house:hover a {
  color: var(--theme-color);
  text-decoration: underline;
}

.house:first-child .house-footer .school-info i.lately::before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 3px;
  background: url("https://file-cn.liuzhuapp.com/xjpzf/images/lately.png") no-repeat;
  background-size: 14px auto;
}

.house:first-child .house-footer .school-info i.lately {
  display: inline-flex;
  height: 20px;
  line-height: 20px;
  background: linear-gradient(313deg, #E3FAFF 0%, #F5FDFF 99%);
  font-size: 12px;
  text-align: right;
  color: #38555B;
  font-style: normal;
  vertical-align: middle;
  align-items: center;
  padding: 0 6px;
}

/*# sourceMappingURL=index.css.map */
