/* 公用样式声明 */
.fwb {
  font-weight: bold;
}

.mrl-5 {
  margin-left: 5px;
}

.ftz-24 {
  font-size: 24px;
}

.fd6300 {
  color: #fd6300;
}

/* bootstrap样式覆盖 */
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  background: #62ab00;
  color: #fff;
  border: 1px solid #62ab00;
  border-bottom: 0;
  border-radius: unset;
}

.nav-tabs {
  border-bottom: 3px solid #62ab00;
}

.house-list-ad {
  width: 100%;
  height: 100%;
  margin-top: 30px;
  margin-bottom: 60px;
}

.house-list-ad .house-list {
  width: 890px;
  float: left;
  margin-bottom: 20px;
}

.house-list-ad .house-list .list-item {
  height: 100%;
  padding: 20px 0;
  display: flex;
  border-bottom: 1px solid #ddd;
}

.house-list-ad .house-list .list-item:hover {
  background-color: #f9f9f9;
  cursor: pointer;
}

.house-list-ad .house-list .page {
  display: flex;
  justify-content: center;
}

.house-list-ad .house-list .list-item .left,
.house-list-ad .house-list .list-item .rgiht {
  height: 100%;
}

.house-list-ad .house-list .list-item .left .pic {
  width: 200px;
  height: 150px;
  position: relative;
}

.house-list-ad .house-list .list-item .left .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.house-list-ad .house-list .list-item .left .pic .pic-num {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
}

.house-list-ad .house-list .list-item .left .pic .pic-num .pic-logo {
  margin-right: 10px;
}

.house-list-ad .house-list .list-item .left .pic .pic-num {
  width: 60px;
  height: 30px;
  background-color: #1e1206;
  opacity: 0.8;
  position: absolute;
  bottom: 0;
  right: 0;
}


.house-list-ad .house-list .list-item .right {
  width: 100%;
  height: 150px;
  margin-left: 10px;
  display: flex;
  justify-content: space-between
}

.house-list-ad .house-list .list-item .right .detail {
  width: 70%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.house-list-ad .house-list .list-item .right .detail .title {
  font-weight: bold;
}

.house-list-ad .house-list .list-item .right .detail .title .tags {
  height: 18px;
  line-height: 18px;
  padding: 0 5px;
  margin-right: 7px;
  font-size: 12px;
  border-radius: 3px;
  background-color: #f8f8f8;
}

.house-list-ad .house-list .list-item .right .detail .title .tag-1 {
  color: #c36c95;
}

.house-list-ad .house-list .list-item .right .detail .title .tag-2 {
  color: #82a159;
}

.house-list-ad .house-list .list-item .right .number {
  width: 30%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.house-list-ad .house-list .list-item .right .number .area_price {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.house-list-ad .house-list .list-item .right .number .about {
  font-size: 18px;
  color: #888;
}

.house-list-ad .house-list .list-item .right .number .area_price .area {
  font-size: 18px;
  color: #666;
}

.house-list-ad .house-list .list-item .right .number .area_price .price {
  font-size: 20px;
  color: #f5590e;
  font-weight: bold;
}

.house-list-ad .house-list .list-item .right .number .about {
  display: flex;
  justify-content: flex-end;
}

.house-list-ad .house-list .list-item .right .detail .location {
  display: flex;
  justify-content: space-between;
}

.house-list-ad .house-list .list-item .right .detail .contact {
  display: flex;
  height: 33px;
  line-height: 33px;
}

.house-list-ad .house-list .list-item .right .detail .contact .my-tag {
  margin-left: 10px;
  height: 20px;
  margin-top: 5px;
  line-height: 20px;
  box-sizing: border-box;
  padding: 0 3px 0;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #62ab00;
  font-size: 12px;
}


.house-list-ad .house-ad {
  width: 300px;
  margin-left: 10px;
  float: right;
}

.house-list-ad .house-ad .calc {
  height: 120px;
  background-color: #f9f9f9;
  border: 1px solid #f3f3f3;
  box-shadow: 0 0 1px 1px #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #00CC00;
}

.house-list-ad .house-ad .find-house {
  height: 150px;
}

.house-list-ad .house-ad .care-pic {
  margin-top: 10px;
  background-color: #f5f5f5;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.house-list-ad .house-ad .care-pic .top {
  display: flex;
  justify-content: space-between;
}

.house-list-ad .house-ad .care-pic .top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.house-list-ad .house-ad .care-pic .bot {
  display: flex;
  justify-content: center;
  font-size: 22px;
  color: #62ab00;
  margin-top: 10px;
}

.house-list-ad .house-ad .care-pic .top .p1,
.house-list-ad .house-ad .care-pic .top .p2 {
  width: 100px;
  height: 100px;
}

.house-list-ad .house-ad .recommend_title {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.house-list-ad .house-ad .recommend_title .title {
  font-size: 18px;
  color: #62ab00;
  font-weight: bold;
}

.house-list-ad .house-ad .recommend_title .hot {
  margin-left: 5px;
  color: orange;
}

.house-list-ad .house-ad .recommend {
  margin-top: 10px;
  border: 1px solid #ddd;
  border-top: 2px solid #62ab00;
}

.house-list-ad .house-ad .recommend .item {
  padding: 10px 0;
  margin: 0 5px;
  display: flex;
  border-bottom: 1px solid #ddd;
}

.house-list-ad .house-ad .recommend .item:hover {
  background-color: #f9f9f9;
  cursor: pointer;
}

.house-list-ad .house-ad .recommend .item:last-child {
  border: none;
}

.house-list-ad .house-ad .recommend .item .pic {
  width: 100px;
  min-width: 100px;
  height: 100px;
  margin-right: 10px;
}

.house-list-ad .house-ad .recommend .item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.house-list-ad .house-ad .recommend .item .info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.house-list-ad .house-ad .recommend .item .info .title {
  font-weight: bold;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.house-list-ad .house-ad .recommend .item .info .money {
  font-weight: bold;
  font-size: 16px;
  color: #f5590e;
}

.morefilter {
  width: 100%;
  height: 60px;
  background-color: #f7f7f7;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.morefilter .left {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.morefilter .form-group {
  width: auto;
  margin-bottom: 0;
}

.morefilter .span_list {
  margin-right: 10px;
}

.morefilter .span_list a {
  color: #000;
  text-decoration: none;
  margin: 0 5px;
}

/* 二手房详情css */
.pr10 {
  padding-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.now-position {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: space-between;
}

.now-position .pos {
  color: #a0a0a0;
}

.now-position .pos a {
  color: #a0a0a0;
  text-decoration: none;
}

.now-position .search .input-group-addon {
  background-color: #6ba41e;
  color: #fff;
  font-size: 18px;
}

.now-position .search .form-control {
  width: 210px;
}

.detail-info {
  padding: 14px;
  border: 1px #e3e3e3 solid;
  border-radius: 5px;
}

.detail-info .title {
  line-height: 24px;
  font-size: 22px;
  font-weight: 700;
}

.detail-info .title a {
  color: #5e9812;
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
  margin-right: 10px;
}

.detail-info .infos {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}


.detail-info .infos .info .info2 {
  font-weight: bold;
  margin-top: 10px;
}

.detail-info .infos .info .info3 {
  color: #a3a3a3;
  font-size: 12px;
  margin-top: 10px;
}

.detail-info .infos .info .info2 .num {
  color: #fd6300;
}

.detail-info .infos .info .info2 .gang {
  color: #969696;
  padding-right: 5px;
}

.detail-info .infos .info .info2 .num b {
  font-size: 24px;
}

.detail-info .infos .calc {
  display: flex;
  align-items: center;
}

.detail-info .infos .calc .item {
  display: flex;
  flex-direction: column;
  padding: 10px;
  padding-bottom: 0;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
}

.detail-info .infos .calc .item:hover {
  cursor: pointer;
  color: #ddd;
}

.detail-info .infos .calc .gang {
  width: 1px;
  height: 50px;
  background-color: #ddd;
  align-self: flex-end;
}

.detail-info .infos .calc .item .icon {
  font-size: 20px;
  color: #79c313;
}

.lunbo-broker {
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
}

.lunbo-broker .lunbo {
  width: 870px;
  height: 600px;
  border-bottom: 1px #e5e5e5 solid;
}

.lunbo-broker .lunbo #gallery {
  height: 490px;
  border-bottom: 1px #e5e5e5 solid;
}

.lunbo-broker .lunbo #gallery .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lunbo-broker .lunbo #gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.lunbo-broker .lunbo #thumbs {
  height: 100px;
}

.lunbo-broker .lunbo #thumbs .swiper-wrapper {
  box-sizing: border-box;
  padding: 10px 0 20px;
  margin: 0 20px;
}

.lunbo-broker .lunbo #thumbs .swiper-wrapper .swiper-slide {
  width: 100px !important;
  height: 100px;
}

.lunbo-broker .lunbo #thumbs .swiper-slide img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.lunbo-broker .borker-info {
  width: 320px;
}

.common-border {
  border: 1px #e3e3e3 solid;
  border-radius: 5px;
}

.lunbo-broker .borker-info .info {
  margin-bottom: 10px;
  padding: 10px;
}

.lunbo-broker .borker-info .info .photo-other {
  display: flex;
}

.lunbo-broker .borker-info .info .photo-other .photo {
  margin-right: 10px;
  width: 67px;
  height: 87px;
  padding: 1px;
  border: 1px #ccc solid;
}

.lunbo-broker .borker-info .info .photo-other .photo img {
  width: 100%;
  height: 100%;
}

.lunbo-broker .borker-info .info .photo-other .other {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.lunbo-broker .borker-info .info .photo-other .other .name {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.lunbo-broker .borker-info .info .belong a {
  text-decoration: underline;
  color: #5e9812;
}

.lunbo-broker .borker-info .info .phone {
  height: 50px;
  background-color: #ff442d;
  border-radius: 5px;
  color: #fff;
  font-size: 24px;
  line-height: 50px;
}

.lunbo-broker .borker-info .info .phone span {
  margin-left: 20px;
}

.lunbo-broker .borker-info .appointment {
  padding: 10px;
}

.lunbo-broker .borker-info .appointment .text {
  font-weight: bold;
  font-size: 16px;
}

.lunbo-broker .borker-info .appointment .input-style {
  display: flex;
  justify-content: space-between;
}

.lunbo-broker .borker-info .appointment .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;
  vertical-align: top;
}

.lunbo-broker .borker-info .appointment .input-style button {
  width: 130px;
}

.lunbo-broker .borker-info .appointment .beizhu textarea {
  width: 100%;
  padding: 4px;
  font-size: 14px;
  border: 1px #e3e3e3 solid;
  border-radius: 3px;
  box-shadow: 0 1px 0 #ecedec inset;
}

.lunbo-broker .borker-info .appointment .my-btn {
  width: 100%;
  height: 40px;
  background-color: #5e9812;
  color: #fff;
}

.house-overview {
  padding: 10px 0;
}

.house-overview .title {
  height: 40px;
  border-bottom: 3px solid #619a1b;
}

.house-overview .title .text {
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #619a1b;
  color: #fff;
  font-weight: bold;
}

.house-overview .content {
  display: flex;
  justify-content: space-between;
}

.house-overview .content .left {
  width: 870px;
  padding: 10px 0;
}

.house-overview .content .left .infos {
  padding: 10px 8px;
  border-bottom: 1px solid #e1e1e1;
  display: flex;
  flex-wrap: wrap;
}

.house-overview .content .left .infos .item {
  width: 33%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}

.house-overview .content .left .details {
  padding: 10px 8px;
  border-bottom: 1px solid #e1e1e1;
}

.house-overview .content .left .details .item {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
}

.house-overview .content .left .details .item .key {
  font-weight: bold;
}

.house-overview .content .left .house-desc {
  padding: 10px 8px;
}

.house-overview .content .left .house-desc .text {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0 20px;
}

.house-overview .content .left .house-desc .text::before {
  content: '';
  border-left: 4px solid #60991b;
  margin-right: 5px;
}

.house-overview .content .left .baidu-map {
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}

.house-overview .content .left .baidu-map .title {
  border-bottom: 1px #dcdcdf solid;
}

.house-overview .content .left .baidu-map .title .text {
  border: 1px solid #dcdcdf;
  border-bottom: none;
  background-color: #fff;
  color: #000;
}

.house-overview .content .left .baidu-map .title .text .gang {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}

.house-overview .content .left .baidu-map .title .text .gang::before {
  content: '';
  border-left: 4px solid #60991b;
  margin-right: 5px;
}

.house-overview .content .left .baidu-map .tabs {
  padding: 10px 0;
}

.house-overview .content .left .baidu-map .tabs ul {
  margin-bottom: 0;
  height: 30px;
  line-height: 30px;
}

.house-overview .content .left .baidu-map .tabs ul .li-item {
  float: left;
  width: 110px;
  cursor: pointer;
  font-size: 14px;
}

.house-overview .content .left .baidu-map .tabs ul .li-item .icon {
  margin-right: 5px;
  font-weight: bold;
  font-size: 18px;
}

.house-overview .content .left .baidu-map .tabs ul .li-item::before {
  content: "";
  border-left: 1px solid #ddd;
  margin-right: 25px;
}

.house-overview .content .left .baidu-map .tabs ul .li-item:first-child::before {
  border-left: none;
}

.house-overview .content .left .baidu-map .tabs ul .li-active {
  color: #5e9812;
}

.house-overview .content .left .baidu-map .map {
  height: 330px;
  overflow: hidden;
}

.house-overview .content .left .quick-calc {
  padding: 10px 8px;
}

.house-overview .content .left .quick-calc .text {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0 20px;
}

.house-overview .content .left .quick-calc .text::before {
  content: '';
  border-left: 4px solid #60991b;
  margin-right: 5px;
}

.house-overview .content .left .quick-calc .calc-content .item {
  margin-bottom: 10px;
}

.house-overview .content .left .quick-calc .calc-content .item .key {
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  width: 120px;
  text-align: justify;
  text-align-last: justify;
}

.house-overview .content .left .quick-calc .calc-content .item .val {
  width: 150px;
  padding: 0 10px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  color: #666;
  border: 1px #c9c9c9 solid;
  border-radius: 5px;
  vertical-align: top;
}

.house-overview .content .left .quick-calc .calc-content .item .radio-inline {
  padding-left: 25px;
  margin-right: 30px;
}

.house-overview .content .left .quick-calc .calc-content .item .radio-inline input {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -25px;
}

.house-overview .content .left .quick-calc .calc-content .result .item .key {
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  width: 60px;
  text-align: justify;
  text-align-last: justify;
}

.house-overview .content .right {
  margin-top: 15px;
  width: 320px;
}

.house-overview .content .right .ad {
  height: 180px;
}

.house-overview .content .right .ad img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.house-overview .content .right .guess-like {
  padding: 22px;
  background-color: #f9f9f9;
}

.house-overview .content .right .guess-like .gue-title {
  font-family: "microsoft yahei";
  font-size: 16px;
  font-weight: 700;
}

.house-overview .content .right .guess-like .com-tabs {
  border-bottom: 1px #dcdcdf solid;
  height: 30px;
}

.house-overview .content .right .guess-like .com-tabs li {
  float: left;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}

.house-overview .content .right .guess-like .com-tabs .com-li-active {
  font-weight: 700;
  color: #5e9812;
  background-color: #f9f9f9;
  border: 1px #dcdcdf solid;
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
}

.house-overview .content .right .guess-like .like-house {
  margin: 0 10px;
}

.house-overview .content .right .guess-like .like-house .item-house {
  padding: 10px 0;
  border-bottom: 1px #d1d1d1 solid;
  cursor: pointer;
}

.house-overview .content .right .guess-like .like-house .item-house:last-child {
  border-bottom: none;
}

.house-overview .content .right .guess-like .like-house .item-house .pic {
  height: 200px;
}

.house-overview .content .right .guess-like .like-house .item-house .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.house-overview .content .right .guess-like .like-house .item-house .area-price {
  display: flex;
  justify-content: space-between;
  height: 40px;
  line-height: 40px;
}

.house-overview .content .right .guess-like .like-house .item-house .address {
  line-height: 26px;
  height: 26px;
  color: #5e9812;
}