<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* æœç´¢ç»„ä»¶ æ&nbsp;¹æ®å±å¹•å¤§å° å†™çš„ä¸¤å¥— */

/* å…¬ç”¨ç±» */

.min-width {
  min-width: 150px;
}

.house-search-box {
  width: 100%;
  border: 1px solid #eee;
  padding: 20px 25px;
  margin-top: 30px;
}

.headBox {
  padding-top: 20px;
}
.three .form-check {
  margin-bottom: 15px;
  margin-right: 20px;
}

.seach-item {
  display: flex;
  border-bottom: 1px solid #eee;
  /* min-height: 48px; */
}

.padding-item {
  /* padding-top: 20px; */
}

.item-label {
  min-width: 62px;
  max-width: 62px;
}

.tab-title {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
}

.item-box {
  width: 100%;
}

.tab-item-box {
  border-top: 1px solid #eee;
  width: 100%;
  padding-top: 15px;
}

.tab-item-box:first-child {
  padding-top: 0px !important;
}

.border-none {
  border: none !important;
}

.tab-item {
  display: inline-block;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  transition: 0.1s;
  margin-bottom: 10px;
  margin-right: 20px;
}

.tab-item:hover {
  cursor: pointer;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #005bac;
  transition: 0.1s;
}

.tab-act {
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #005bac;
}

.form-check {
  display: inline-block;
  padding-left: 20px;
  /*margin-right: 20px;*/
  margin-bottom: 20px;
}

input[type='radio'],
input[type='checkbox'] {
  margin-top: 2.5px !important;
}

.form-check-input {
  margin-left: -18px;
}

.form-check-label {
  color: #666;
}

.pick {
  font-size: 14px;
  text-align: center;
  color: #999;
  cursor: pointer;
}

.pick-down img {
  transform: rotate(180deg);
}

.pick img {
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 5px;
}

.clear-box {
  display: flex;
  padding-bottom: 0px;
  border: 1px solid #eee;
  width: 100%;
  min-height: 70px;
  padding: 0px 25px;
  padding-top: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.clear-box .item-left{
  flex: 1;
}

.clear-box .item-label {
  margin-top: 5px;
}

.clear-box .item-box {
  min-height: auto !important;
}

.clear-box .items-box {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.clear-box .check-item {
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #b5b5b5;
  color: #666;
  font-size: 14px;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
}

.clear-box .check-item:hover {
  color: #005bac;
  border: 1px solid #005bac;
  transition: 0.2s;
}

.clear-box .check-item:hover .check-close {
  display: none;
}

.clear-box .check-item:hover .check-act {
  display: inline-block;
}

.clear-box .check-item .check-close {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 4px;
}

.clear-box .check-item .check-act {
  display: none;
}

.clear-box .clear-btn {
  width: 120px;
  height: 30px;
  line-height: 30px;
  background: #005bac;
  border-radius: 3px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}

/* æœç´¢ç»“æžœ */

.search-content {
  width: 100%;
  position: relative;
  margin-top: 40px;
}

.content-list-item {
  display: flex;
  margin-top: 40px;
}
.content-list-img {
  flex: 1;
  width: 373px;
  height: auto;
}
.content-list-img img {
  width: 100%;
}
.content-list-houseInfo {
  display: flex;
  flex: 2;
  justify-content: space-between;
  padding: 15px 0;
  padding-left: 32px;
}

.content-list-houseInfo .houserInfo-info {
  flex: 1;
}

.content-list-houseInfo .info-title {
  font-size: 24px;
  margin-bottom: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}
.content-list-houseInfo .info-row {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  margin-bottom: 14px;
  margin-top: 2px;
}
.content-list-houseInfo .info-row .icon {
  height: 14px;
  width: auto;
  margin-right: 3px;
  vertical-align: baseline;
}

.content-list-houseInfo .info-tag {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 0px 10px;
  background: #ef8200;
  border-radius: 2px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin-right: 10px;
}
.info-disabled {
  color: #999 !important;
  background-color: #f1f1f1 !important;
}
.content-list-houseInfo .price {
  text-align: right;
}
.content-list-houseInfo .price .doller {
  font-size: 16px;
  color: #666;
  margin-top: 80px;
}
.content-list-houseInfo .price .RMB {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ef8200;
}

@media screen and (max-width: 1200px) {

  .content-list-houseInfo {
    padding-top: 0;
  }
  .content-list-houseInfo .info-title{
    margin-bottom: 10px;
  }

}

/* æœç´¢å•ç‹¬å®žçŽ°ä¸€å¥—  */
@media screen and (max-width: 768px) {
  .phone-search {
    height: 100%;
  }

  .house-search-box {
    margin-top: 0px;
    border: none;
    padding: 25px 15px;
    height: calc(100vh - 80px);
    overflow-y: auto;
  }
  .phone-search {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 90%;
    height: 100%;
    z-index: 10002;
    background-color: #fff;
    transform: translateX(100%);
    transition: 0.2s;
  }
  .seach-item {
    display: block;
  }
  .item-box {
    margin-top: 20px;
  }

  .tab-item-box {
    border-bottom: none;
  }

  .tab-item {
    height: 31px;
    line-height: 31px;
    padding: 0px 10px;
    color: #666 !important;
    font-weight: 400 !important;
    margin-right: 15px;
    font-size: 13px;
  }

  .min-width {
    min-width: inherit;
  }
  .tab-act {
    font-family: Source Han Sans CN;
    background-color: #005bac;
    color: #fff !important;
  }

  .clear-box {
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin-top: 0px;
    z-index: 1;
    background-color: #fff;
  }

  .phone-meng {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10000;
    transform: translateX(100%);
    transition: 0.2s;
  }

  .show {
    transition: 0.2s;
    transform: translateX(0px);
  }

  input[type='radio'],
  input[type='checkbox'] {
    margin-top: 0px !important;
  }
  .phone-none,
  .clear-box .items-box .item-left {
    display: none;
  }
  .phone-reset {
    border: 1px solid #eee;
    background-color: #fff !important;
    color: #333 !important;
  }
  .clear-box {
    padding-top: 15px;
  }
  .clear-btn {
    display: inline-block;
  }
  .clear-btn + .clear-btn {
    margin-left: 30px;
  }
  .search-content {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
  body .search-btn {

    /*width: calc(100% - 20px);*/
    height: 32px;
    line-height: 32px;
    border-radius: 18px;
    border: 1px solid #eee;
    font-size: 13px;
    color: #999;
    background-color: #f1f1f1;
    text-align: left;
    display: block !important;
    margin: 0 auto;
    margin-top: 10px;
    padding: 0px 15px;
  }
  .content-list-houseInfo .price .RMB {
    margin-top: 6px;
  }
}


</pre></body></html>