/* 公共样式 */
.pr10 {
  padding-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.fwb {
  font-weight: bold;
}

.mrl-5 {
  margin-left: 5px;
}

.ftz-16 {
  font-size: 16px;
}

.ftz-24 {
  font-size: 24px;
}

.bgc-f8 {
  background-color: #f8f8f8;
}

.fd6300 {
  color: #fd6300;
}

.h-lh-40 {
  height: 40px;
  line-height: 40px;
}

.common-title {
  height: 50px;
  border-bottom: 1px solid #e7e7e7;
}

.common-title .title {
  display: inline-block;
  border-bottom: 2px solid #45c00c;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  padding: 0 10px;
  font-weight: 700;
}

/* 新房详情css */
.now-position {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}

.newhouse-info {
  padding: 10px 0;
}

.newhouse-info .house-title-collect {
  height: 80px;
  display: flex;
  justify-content: space-between;
}

.newhouse-info .house-title-collect .funcs {
  display: flex;
}

.newhouse-info .house-title-collect .calc {
  width: 90px;
  border: 1px solid #ececec;
  background-color: #fafafa;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
}

.newhouse-info .house-title-collect .collect {
  width: 90px;
  border: 1px solid #ececec;
  background-color: #fafafa;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.newhouse-info .house-title-collect .col-icon {
  color: #6dae10;
  font-size: 20px;
}

.newhouse-info .house-title-collect .house-title {
  display: flex;
  flex-direction: column;
}

.newhouse-info .house-title-collect .house-title .title {
  color: #414141;
}

.index-house-type {
  padding: 10px 0;
}

.index-house-type .tab-menu {
  height: 50px;
  background-color: #fafafa;
  border-bottom: 3px #6dae10 solid;
}

.index-house-type .tab-menu .li-active {
  background-color: #6dae10;
  color: #fff;
  border: none;
}

.index-house-type .tab-menu ul li {
  float: left;
  padding: 0 15px;
  height: 47px;
  line-height: 47px;
  font-size: 16px;
  cursor: pointer;
  background-color: #fff;
  font-family: initial;
  border: 1px solid #e2e2e2;
  border-bottom: none;
}

.index-house-type .lunbo-info {
  display: flex;
  justify-content: space-between;
}

.index-house-type .lunbo {
  width: 590px;
}

.index-house-type .lunbo #gallery {
  height: 350px;
  border-bottom: 1px #e5e5e5 solid;
}

.index-house-type .lunbo #gallery .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.index-house-type .lunbo #gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.index-house-type .lunbo #thumbs {
  height: 100px;
}

.index-house-type .lunbo #thumbs .swiper-wrapper {
  box-sizing: border-box;
  padding: 10px 0 20px;
  margin: 0 20px;
}

.index-house-type .lunbo #thumbs .swiper-wrapper .swiper-slide {
  width: 100px !important;
  height: 100px;
}

.index-house-type .lunbo #thumbs .swiper-slide img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.index-house-type .infos {
  width: 590px;
}

.index-house-type .infos .price {
  font-size: 16px;
}

.index-house-type .infos .see-report {
  height: 50px;
  line-height: 50px;
  background-color: #fafafa;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.index-house-type .infos .see-report .left {
  color: #6dae10;
  font-size: 16px;
}

.index-house-type .infos .see-report .left .fa {
  font-size: 18px;
}

.index-house-type .infos .see-report .right .btn-sm {
  margin-bottom: 2px;
}

.index-house-type .infos .mobile {
  margin-top: 30px;
  height: 55px;
  line-height: 55px;
  padding: 0 12px;
  font-size: 26px;
  color: #fd6300;
  font-weight: 700;
  border: 1px #fd6300 solid;
  display: flex;
  justify-content: center;
}

.index-house-type .infos .team-buy {
  border: 1px #e3e3e3 solid;
  height: 165px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.index-house-type .infos .team-buy .title-text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.index-house-type .infos .team-buy .buy-info {
  display: flex;
  justify-content: space-around;
}

.index-house-type .infos .team-buy .buy-info .input-style {
  line-height: 40px;
}

.index-house-type .infos .team-buy .input-style input {
  width: 130px;
  padding: 0 10px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  color: #666;
  border: 1px #c9c9c9 solid;
  border-radius: 5px;
}

.index-house-type .infos .team-buy .commit {
  display: flex;
  justify-content: space-around;
}

.index-house-type .infos .team-buy .commit .my-btn {
  width: 176px;
  height: 40px;
  background-color: #5e9812;
  color: #fff;
}

.total-house-type {
  margin-top: 20px;
}

.total-house-type .list-pic {
  display: flex;
  margin-top: 10px;
}

.total-house-type .list-pic .swiper-container {
  margin: 0;
}

.total-house-type .list-pic .swiper-slide {
  display: flex;
  margin-right: 10px !important;
}

.total-house-type .list-pic .swiper-slide .item {
  width: 280px;
  height: 280px;
  border: 1px solid #e4e4e4;
}

.total-house-type .list-pic .item .pic {
  height: 200px;
  border-bottom: 1px #e3e3e3 solid;
}

.total-house-type .list-pic .item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.total-house-type .list-pic .item .type {
  padding: 10px;
}

.total-house-type .list-pic .item .area {
  padding: 0 10px;
}

.loupan-info {
  margin-top: 20px;
}

.list-info {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
}

.list-info .item-info {
  width: 400px;
  height: 40px;
  display: flex;
  border: 1px #f0f0f0 solid;
  overflow: hidden;
  align-items: center;
  margin-top: -1px;
  margin-left: -1px;
}

.list-info .item-info .bgc-f8 {
  width: 110px;
  min-width: 110px;
  line-height: 20px;
  border-right: 1px #f0f0f0 solid;
  padding: 10px;
  text-align: center;
}

.list-info .item-info .val {
  padding: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.detail-map {
  margin-top: 10px;
}

.detail-map .map-search {
  margin-top: 10px;
  height: 400px;
  display: flex;
  justify-content: space-between;
}

.detail-map .map-search .map {
  width: 880px;
  height: 400px;
}

.detail-map .map-search .search {
  width: 300px;
  height: 400px;
}

.detail-map .map-search .search .search-list {
  display: flex;
  flex-wrap: wrap;
}

.detail-map .map-search .search .search-list .item {
  width: 33%;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.detail-map .map-search .search .search-list .item .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #b0b0b0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  border: 1px solid #ddd;
}

.detail-map .map-search .search .search-list .item .icon:hover {
  background-color: #6dae10;
  color: #fff;
  cursor: pointer;
}

.detail-map .map-search .search .search-list .item .icon-active {
  background-color: #6dae10;
  color: #fff;
}

.detail-map .map-search .search .search-list .item .icon .fa {
  font-size: 26px;
}

.detail-map .map-search .search .result {
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  font-size: 12px;
  background-color: #f8f8f8;
}

.detail-map .map-search .search .list {
  height: 202px;
  overflow-y: auto;
}

.detail-map .map-search .search .list .item {
  display: flex;
  justify-content: space-between;
  height: 30px;
  line-height: 30px;
}

.detail-map .map-search .search .list .item .name {
  display: flex;
}

.detail-map .map-search .search .list .item .name .text {
  max-width: 190px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.detail-map .map-search .search .list .item .name .ico {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  position: relative;
}

.detail-map .map-search .search .list .item .name .ico img {
  width: 100%;
  height: 100%;
}

.detail-map .map-search .search .list .item .name .ico .fa {
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 12px;
  color: #fff;
  transform: scale(0.8);
}

.guess-like {
  margin-top: 20px;
}

.guess-like .list-pic .pic {
  padding: 5px;
}

.guess-like .list-pic .swiper-slide .item {
  height: 300px;
  cursor: pointer;
}


.guess-like .list-pic .swiper-slide .item .price {
  padding: 5px 10px;
}

.guess-like .list-pic .swiper-slide .item .type {
  padding: 10px 10px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer {
  padding-bottom: 100px;
}


/* 新房列表css */
.house-list-ad {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}

.house-list {
  width: 890px;
}

.house-list .title {
  height: 40px;
  border-bottom: 3px solid #62ab00;
}

.house-list .title .text {
  display: inline-block;
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  text-align: center;
  background-color: #62ab00;
  color: #fff;
  font-size: 18px;
}

.house-list-ad .morefilter {
  width: 100%;
  height: 60px;
  background-color: #f7f7f7;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.house-list-ad .morefilter a {
  color: #666;
  margin: 0 10px;
}

.house-list-ad .morefilter a:hover {
  color: #f60;
}

.house-list-ad .morefilter .filter-active {
  color: #f60;
}

.house-list-ad .list .item {
  padding: 20px 0;
  display: flex;
  border-bottom: 1px solid #ddd;
  display: flex;
}

.house-list-ad .list .item:hover {
  background-color: #f9f9f9;
  cursor: pointer;
}

.house-list-ad .list .item .right .infos .name span:hover {
  color: #f60;
}

.house-list-ad .list .item .left .pic {
  position: relative;
  width: 200px;
  height: 150px;
}

.house-list-ad .list .item .left .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.house-list-ad .list .item .left .pic .pic-num {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  width: 60px;
  height: 30px;
  background-color: #1e1206;
  opacity: 0.8;
  position: absolute;
  bottom: 0;
  right: 0;
}

.house-list-ad .list .item .left .pic .pic-num .pic-logo {
  margin-right: 10px;
}

.house-list-ad .list .item .right {
  margin-left: 10px;
  width: 100%;
  height: 150px;
  display: flex;
}

.house-list-ad .list .item .right .infos {
  width: 70%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.house-list-ad .list .item .right .infos .name {
  color: #333;
  font-size: 24px;
  font-weight: 600;
}

.house-list-ad .list .item .right .infos .address {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.house-list-ad .list .item .right .infos .type .tag {
  color: #fff;
  font-size: 12px;
  background-color: #67cddb;
  padding: 2px 5px;
  margin-right: 5px;
}

.house-list-ad .list .item .right .infos .type .bg4863c4 {
  background-color: #4863c4;
}

.house-list-ad .list .item .right .price {
  width: 30%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.house-list-ad .list .item .right .price span {
  padding: 0 2px;
  font-size: 28px;
  color: #fd4d39;
  font-weight: 600;
  font-family: Tahoma, Arial, "Helvetica Neue", Helvetica, "ans-serif";
}

.house-ad {
  width: 300px;
}

.house-list-ad .house-ad .recommend_title {
  display: flex;
  align-items: center;
}

.house-list-ad .house-ad .recommend_title .title {
  font-size: 24px;
  color: orange;
  font-weight: bold;
}

.house-list-ad .house-ad .recommend_title .hot {
  margin-left: 5px;
  font-size: 24px;
  color: orange;
}

.house-list-ad .house-ad .recommend {
  margin-top: 10px;
  border: 1px solid #ddd;
}

.house-list-ad .house-ad .recommend .item {
  padding: 0 0 10px;
  margin: 20px 20px 0;
  display: flex;
  border-bottom: 1px solid #ddd;
}

.house-list-ad .house-ad .recommend .item:hover {
  background-color: #f6f6f6;
  cursor: pointer;
}

.house-list-ad .house-ad .recommend .item:first-child {
  margin-top: 0;
}

.house-list-ad .house-ad .recommend .item:last-child {
  border: none;
}

.house-list-ad .house-ad .recommend .item .info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 20px 10px;
}

.house-list-ad .house-ad .recommend .item .info .pic {
  width: 100%;
  height: 160px;
}

.house-list-ad .house-ad .recommend .item .info .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.house-list-ad .house-ad .recommend .item .info .title {
  margin: 5px 0;
}

.house-list-ad .house-ad .recommend .item .info .money {
  font-size: 16px;
  color: #f5590e;
}

/* 超出... */
.beyond {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}