/*--------------------------------- 地图页css --------------------------------- */
body,
button,
input,
select,
textarea {
  font: 12px/22px Verdana, Helvetica, Arial, sans-serif;
  margin: 0px;
  padding: 0px;
}

html,
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
}

#container {
  width: 100%;
  height: 100%;

}

.mapMarkerDiv {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: rgba(224, 228, 5, 0.75);
  text-align: center;
  line-height: 5em;
  border-radius: 50%;
  cursor: pointer;
  color: white;
  font-size: 20px;
}

.smnoprint {
  display: none;
}


.two-all-div {
  position: relative;
  width: 115px;
  height: 30px;
  white-space: nowrap;

}

.name-span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: white;
  text-align: center;
  line-height: 30px;
  max-width: 110px;
  padding: 0 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #00b83d;
  background-position: -8px -5px;
  border-radius: 4px;
  box-shadow: 3px 2px 7px rgba(0, 0, 0, .5);
}

.triangle-left-i {
  position: absolute;
  top: 100%;
  left: 22%;
  margin: auto;
  margin-left: 20px;
  -webkit-transform: skew(44deg);
  -moz-transform: skew(45deg);
  -o-transform: skew(45deg);
  border-top: 7px solid #009a33;
  border-left: 10px solid #009a33;
  border-right: 0px solid;
  border-bottom: 10px solid transparent;
}

.triangle-right-i {
  position: absolute;
  top: 100%;
  left: 27%;
  margin: auto;
  margin-left: 20px;
  -webkit-transform: skew(-45deg);
  -moz-transform: skew(-45deg);
  -o-transform: skew(-45deg);
  border-top: 8px solid #009a33;
  border-left: 0px solid;
  border-right: 10px solid #009a33;
  border-bottom: 10px solid transparent;
}

.triangle-solid {
  position: absolute;
  top: 100%;
  left: 28%;
  width: 1px;
  height: 13px;
  background: transparent;
  box-shadow: 1px 0 1px rgb(255, 255, 255);
  margin: auto;
  margin-left: 20px;
  -webkit-transform: skew(-45deg);
  -moz-transform: skew(-45deg);
  -o-transform: skew(-45deg);
}

/*--------------------------------- 地图侧栏css --------------------------------- */
.map-list-wrap {
  width: 400px;
  height: auto;
  background-color: #fff;
  position: absolute;
  left: -400px;
  top: 0;
  bottom: 0;
  z-index: 10;
}

.map-open-arrow {
  position: absolute;
  width: 16px;
  height: 82px;
  line-height: 82px;
  top: 50%;
  right: -16px;
  margin-top: -41px;
  background: #fff;
  border: solid #e6e6e6;
  border-width: 1px 1px 1px 0;
  cursor: pointer;
  z-index: 5;
}


.map-list-head {
  background-color: #fdfdfd;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  color: #666;
  display: flex;
  align-items: center;
  height: 60px;
}

.commu-intro {
  flex: 3;
  line-height: 40px;
  font-size: 20px;
  color: #666;
  text-indent: 20px;
  font-weight: 700;
}

.no-prop-commu{
  font-size: 15px;
  font-weight: normal;
}

.no-prop-commu img{
  width: 251px;
  margin-left: 70px;
}

.sortbar-wrap {
  height: 29px;
  background-color: #fdfdfd;
  border-bottom: 1px solid #e6e6e6;
  color: #666;
  display: flex;
}




.right-select ul li {
  width: 50px;
  height: 29px;
  float: left;
  cursor: pointer;
  line-height: 29px;
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-style: none;
  font-size: 12px;
}


.map-list-head ul .active {
  color: #FBD101;
  border-bottom: 2px solid #FBD101;
}

.left-select {
  display: flex;
  /* float: left; */
  flex: 1;
}

.left-select div {
  flex: 1;
  position: relative;
}

.left-select .topbar {
  width: 86px;
  height: 29px;
  float: left;
  cursor: pointer;
  line-height: 29px;
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-style: none;
  font-size: 12px;
  padding-left: 7px;
  font-size: 13px;
}

.right-select {
  flex: 2;
}

.right-select .icon-map1 {
  width: 10px;
  height: 18px;
  background: url(../images/css_sprites.png) -3px 32px;
  background-size: 59px;
  margin-top: 1px;
  display: inline-block;
  vertical-align: text-bottom;
}

.right-select .icon-map2 {
  width: 10px;
  height: 18px;
  background: url(../images/css_sprites.png) -3px 32px;
  background-size: 59px;
  margin-top: 1px;
  display: inline-block;
  vertical-align: text-bottom;
}

.right-select .other i {
  background-position: -17px 32px;
}

.right-select .other {
  color: #005D24;
  border-bottom: 2px solid #198c45;
}

.public-style {
  display: flex;
  width: 85px;
  height: auto;
  position: absolute;
  z-index: 1;
  top: 29px;
  left: 0;
  background-color: #fff;
  padding: 0 10px;
  flex-flow: column;
  border: 1px solid #e6e6e6;
  border-top-color: #fdfdfd;
  padding-bottom: 10px;
  align-items: center;
}

.public-style li {
  display: grid;
  margin: 8px 4px;
  padding: 1px 3px;
  width: fit-content;
  height: 20px;
  text-align: center;
  border-radius: 4px;
  line-height: 20px;
}
.public-style li a {
  display: block;
  width: auto;
  height: 20px;
  padding-bottom: 5px;
}

.public-style li:hover a{
  color: #db4c3f;
  cursor: pointer;
  border-bottom: 1px solid #db4c3f;
}

/* .public-style li:hover a{
    color: #005D24;
  } */

.public-style .isActive a {
  color: #005D24;
}

.public-style .isActive {
  border-color: #005D24;
}

.left-select i {
  width: 15px;
  height: 20px;
  background: url(../images/css_sprites.png) -2px 4px;
  background-size: 60px;
  margin-top: 1px;
  display: inline-block;
  vertical-align: text-bottom;
}

.left-select .show-select {
  display: none;
}

.region:hover .region-select {
  background-color: white;
  border-bottom: 2px solid transparent;
}

.region:hover i {
  background-position: -17px 4px;
  /* color: #db4c3f; */
}

.total-price:hover .total-price-select {
  background-color: white;
  border-bottom: 2px solid transparent;
}

.total-price:hover i {
  background-position: -17px 4px;

}

.room-shape:hover .room-shape-select {
  background-color: white;
  border-bottom: 2px solid transparent;
}

.room-shape:hover i {
  background-position: -17px 4px;
}

.home-area:hover .home-area-select {
  background-color: white;
  border-bottom: 2px solid transparent;
}

.home-area:hover i {
  background-position: -17px 4px;
}

.home-area-list .public-style {
  left: -7px;
}

.public-style p {
  display: inline-block;
  background: none;
  font-style: normal;
  font-size: 13px;
  width: auto;
}

.public-style b {
  font-weight: normal;
  vertical-align: super;
  font-size: 13px;
}

.list-content-wrap {
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;

}

.list-content-wrap:hover {
  overflow-y: auto;
}

.housing-list-wrap {
  display: block;
}

.iconfont {
  background: url(../images/css_sprites.png);
  background-position: 77px -62px;
  background-size: 62px;
  width: 14px;
  height: 14px;
  align-items: center;
  display: inline-block;
}

.open-tabbar {
  background-position: 13px -46px;
}

/*--------------------------------- 列表展示css --------------------------------- */

.housing-list .item-mod {
  position: relative;
  width: 400px;
  height: 105px;
  /* cursor: pointer; */
  padding-top: 17px;
  padding-right: 15px;
  border-bottom: 1px dashed #e6e6e6;
}

.item-mod:hover {
  cursor: pointer;
}

.item-mod:hover h4 {
  color: #FBD101;
}

.housing-list .item-mod img {
  float: left;
  width: 120px;
  height: 90px;
  margin-left: 15px;
}


.housing-list .item-mod .item-info {
  top: -2px;
  float: left;
  width: 236px;
  position: relative;
  padding-left: 12px;
}

.housing-list .item-mod .item-info h4 {
  max-height: 42px;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 2px;
  white-space: initial;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}


.housing-list .item-mod .item-info p {
  color: #666;
  padding-top: 3px;
  width: 240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0;

}

.housing-list .item-mod .item-info p span {
  padding-right: 6px;
  margin-right: 6px;
  border-right: 1px solid #ccc;
  float: left;
}

.housing-list .item-mod .item-info p .no-bd {
  border-right-width: 0;
  border-right: 1px solid #ccc;
}

.housing-list .item-mod .item-info .item-price {
  margin-right: 5px;
  color: #db4c3f;
  font-size: 14px;
  float: right;
  border-width: 0;
  font-weight: bold;
}

.clearfix::after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *height: 1%;
}

.housing-list .item-mod .item-info .tags span {
  padding: 3px 8px;
  margin-right: 10px;
  background: rgba(204, 204, 204, 0.62);
  color: rgba(85, 85, 85, 0.8901960784313725);
}

.item-mod .item-info .clearfix .decoration {
  border-width: 0;
  margin-right: 80px;
}


.nomatch-wrap,
.lasttip-wrap {
  height: 70px;
  color: #333;
  font-size: 14px;
  line-height: 70px
}

.nomatch-wrap p i,
.lasttip-wrap p i {
  margin-right: 10px;
  vertical-align: -6px;
  *vertical-align: -2px
}

.lasttip-wrap {
  height: 70px;
  line-height: 70px;
  text-align: right;
  font-weight: bold;
  width: 280px;
}

.prop-loading {
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-weight: bold;
  width: auto;
}

.prop-loading img {
  margin: 40px auto 0 auto;
}

/*--------------------------------- 详情页样式 --------------------------------- */
.housing-page-container {
  top: 0;
  left: 400px;
  width: 580px;
  height: 100%;
  position: absolute;
  min-height: 180px;
  border-left: 1px solid #ccc;
  /* left: -592px; */
}

.housing-page-container .i-shutpage {
  left: 1055px;
  top: 50%;
  cursor: pointer;
  position: fixed
}

.housing-page-container .i-shutpage:hover {
  background-position: -50px -175px
}

.housing-page-wrap .photoSlide .ii-prev,
.housing-page-wrap .photoSlide .ii-next {
  top: 145px;
  z-index: 5;
  cursor: pointer;
  position: absolute;
  width: 43px;
  height: 43px;
  color: #62ab00;
  font-size: 38px
}



.housing-page-wrap .photoSlide .ii-prev:hover {
  cursor: pointer;
  left: -46px;
  color: #508e00;
  font-size: 42px
}

.housing-page-wrap .photoSlide .ii-next:hover {
  cursor: pointer;
  right: -46px;
  color: #508e00;
  font-size: 42px
}

.housing-page-wrap .housing-info {
  width: 500px;
  padding-left: 20px
}

.housing-page-wrap .housing-info h3 {
  color: #333;
  font-size: 22px;
  font-weight: bold;
  padding-top: 15px
}

.housing-page-wrap .housing-info .info-price {
  margin-top: 5px
}

.housing-page-wrap .housing-info .info-price span {
  color: #666;
  margin-left: 15px
}

.housing-page-wrap .housing-info .info-price .total-price {
  color: #db4c3f;
  margin-left: 0;
  font-size: 14px;
  font-weight: bold
}

.housing-page-wrap .housing-info .info-price .total-price em {
  font-size: 18px;
  font-weight: bold
}

.housing-page-wrap .housing-info .info-price .total-price .num {
  font-size: 28px;
  font-family: "Tahoma"
}

.housing-page-wrap .housing-info .info-price .unit-price {
  font-size: 14px;
  color: #666
}

.housing-page-wrap .housing-info .info-detail {
  margin-top: 16px
}

.housing-page-wrap .housing-info .info-detail .detail-list {
  float: left;
  color: #333
}

.housing-page-wrap .housing-info .info-detail .detail-list dt,
.housing-page-wrap .housing-info .info-detail .detail-list dd {
  float: left;
  height: 30px;
  line-height: 30px
}

.housing-page-wrap .housing-info .info-detail .detail-list dt {
  width: 72px;
  font-size: 14px;
  color: #666
}



.housing-page-wrap {
  z-index: 9;
  top: 0;
  left: 0;
  width: 540px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  padding: 0 35px 0 20px;
  background-color: #fff;
  /* left: -1000px; */
}

.housing-page-wrap .photoSlide {
  left: 20px;
  width: 500px;
  height: 333px;
  margin-top: 20px;
  position: relative
}

.housing-page-wrap .photoSlide img {
  width: 500px;
  height: 333px
}

.housing-page-wrap .photoSlide .i-prev,
.housing-page-wrap .photoSlide .i-next {
  top: 145px;
  z-index: 5;
  cursor: pointer;
  position: absolute
}

.housing-page-wrap .photoSlide .i-prev {
  left: -21px
}

.housing-page-wrap .photoSlide .i-prev:hover {
  background-position: -169px -78px
}

.housing-page-wrap .photoSlide .i-next {
  right: -21px
}

.housing-page-wrap .photoSlide .i-next:hover {
  background-position: -216px -78px
}

.housing-page-wrap .housing-info {
  width: 500px;
  padding-left: 20px
}

.housing-page-wrap .housing-info .info-detail .detail-list dd {
  font-size: 14px
}

.housing-page-wrap .housing-info .info-detail .detail-list dd a {
  color: #2666b2
}

.housing-page-wrap .housing-info .info-detail .detail-list dd a:hover {
  color: #f60
}

.housing-page-wrap .housing-info .info-detail .detail-l {
  width: 270px
}

.housing-page-wrap .housing-info .info-detail .detail-l dd {
  width: 190px;
  overflow: hidden;
  padding-right: 8px;
  white-space: nowrap;
  text-overflow: ellipsis
}

.housing-page-wrap .housing-info .info-detail .detail-r {
  width: 228px
}

.housing-page-wrap .housing-info .info-detail .detail-r dd {
  width: 156px
}

.housing-page-wrap h5 {
  width: 520px;
  height: 28px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px;
  line-height: 28px;
  font-weight: bold;
  margin-left: 20px;
  padding-bottom: 7px;
  border-bottom: 1px solid #e6e6e6
}

.housing-page-wrap h5 .link {
  float: right;
  color: #2866b4;
  font-size: 12px;
  margin-right: 15px;
  font-weight: normal
}

.housing-page-wrap h5 .link:hover {
  color: #f60
}

.housing-page-wrap .info-desc {
  font-size: 14px;
  text-indent: 2em;
  line-height: 30px;
  padding: 14px 0 0 20px
}

.housing-page-wrap .info-pics {
  width: 520px;
  padding: 20px 0 0 15px;
  margin-bottom: 70px;
}

.housing-page-wrap .info-pics img {
  float: left;
  width: 120px;
  height: 90px;
  margin: 0 10px 10px 0
}

.housing-page-wrap .broker-info {
  padding: 20px 0 0 20px
}

.housing-page-wrap .broker-info .img-box {
  z-index: 1;
  float: left;
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
  border-radius: 100%
}

.housing-page-wrap .broker-info img {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -66px
}

.housing-page-wrap .broker-info .broker-detail {
  float: left;
  padding: 8px 0 0 20px
}

.housing-page-wrap .broker-info .broker-detail strong a,
.housing-page-wrap .broker-info .broker-detail strong a:hover {
  color: #333;
  font-size: 24px;
  font-weight: bold
}

.housing-page-wrap .broker-info .broker-detail p {
  height: 24px;
  font-size: 22px;
  line-height: 24px;
  font-weight: bold
}

.housing-page-wrap .broker-info .broker-detail .detail-store {
  color: #2666b2;
  font-size: 14px;
  margin-top: 2px;
  font-weight: normal
}

.housing-page-wrap .broker-info .broker-detail .detail-store a:hover {
  color: #f60
}

.housing-page-wrap .broker-info .broker-detail p i {
  margin-right: 4px;
  vertical-align: -1px;
  *vertical-align: 4px
}

.housing-page-wrap .broker-info .broker-detail .phone-num {
  height: 40px;
  width: 141px;
  line-height: 40px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  background: #62ab00;
  font-size: 14px;
  font-family: "Tahoma";
  margin-top: 5px
}

.housing-page-wrap .broker-info .broker-detail .phone-num-hover {
  background: #4a8200
}

.broker-detail .phone-num span {
  display: inline-block;
  vertical-align: middle;
  font-family: "Tahoma"
}

.i-phone {
  font-size: 20px;
  color: #fff;
  vertical-align: middle
}

.broker-detail .phone-num span {
  font-weight: normal
}

.housing-page-wrap .broker-info .broker-detail a,
.housing-page-wrap .broker-info .broker-detail a:hover {
  color: #2666b2;
  font-size: 14px;
  font-weight: normal
}

.housing-page-wrap .i-nextpage {
  color: #f60;
  font-size: 14px;
  cursor: pointer;
  line-height: 85px;
  font-style: normal;
  text-align: center;
  border-radius: 100%;
  margin: 60px 0 100px 194px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3)
}

.housing-page-wrap .i-nextpage:hover {
  color: #fff;
  box-shadow: none;
  background-position: -218px -144px
}

.housing-page-wrap .bot-bar {
  z-index: 6;
  bottom: 0;
  left: 401px;
  width: 594px;
  height: 50px;
  position: fixed;
  /* left: -592px; */
}

.housing-page-wrap .bot-bar .bar-bg {
  height: 100%;
  width: 100%;
  opacity: .8;
  position: absolute;
  filter: alpha(opacity=80);
  background-color: #fff12d;
}

.housing-page-wrap .bot-bar .img-box {
  z-index: 1;
  left: 40px;
  bottom: 10px;
  width: 56px;
  height: 56px;
  overflow: hidden;
  position: absolute;
  border-radius: 100%;
  border: 2px solid #fff;
  background-color: #fff;
}

.housing-page-wrap .bot-bar .img-box img {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 0;
  margin-top: -30px;
}

.housing-page-wrap .bot-bar p {
  top: 0;
  left: 115px;
  color: #fff;
  height: 50px;
  font-size: 22px;
  line-height: 48px;
  font-weight: bold;
  position: absolute
}

.bot-phone-num {
  position: absolute;
  top: 0;
  right: 38px;
  height: 100%;
  line-height: 50px;
  text-align: center;
  color: #fff;
  width: 141px;
  background: #ffd60a;
}

.bot-phone-num span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px
}

.housing-page-wrap .bot-bar p strong {
  font-size: 24px;
  line-height: 44px
}

.housing-page-wrap .bot-bar p span {
  font-family: "Tahoma"
}

.housing-page-wrap .bot-bar p i {
  margin: 0 9px 0 29px;
  vertical-align: -1px;
  *vertical-align: 3px
}



.housing-page-container .ii-shutpage {
  top: 50%;
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 82px;
  line-height: 82px;
  top: 50%;
  right: -32px;
  margin-top: -41px;
  background: #fff;
  border: solid #e6e6e6;
  border-width: 1px 1px 1px 0;
  cursor: pointer;
  color: #999;
}


/*--------------------------------- 轮播图 --------------------------------- */

.device {
  width: 500px;
  height: 330px;
  padding: 30px 40px;
  margin-bottom: -10px;
  margin-left: -18px;
  position: relative;
}

.swiper-container {
  width: 500px;
  height: 330px;
}

.swiper-slide {
  background-color: #fff;
}

.swiper-slide img {
  width: 500px;
}

.device .arrow-left {
  position: absolute;
  left: -5px;
  top: 50%;
  margin-top: -25px;
  width: 30px;
  height: 30px;
}

.device .arrow-left svg {
  width: 50px !important;
  height: 50px !important;
  fill: #005D24 !important;
  /*#005D24*/
}

.device .arrow-right {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -25px;
  width: 30px;
  height: 30px;
}

.device .arrow-right svg {
  width: 50px !important;
  height: 50px !important;
  fill: #005D24 !important;
}

.map-close-detail {
  position: absolute;
  width: 16px;
  height: 82px;
  line-height: 82px;
  top: 50%;
  right: -30px;
  margin-top: -41px;
  background: #fff;
  border: solid #e6e6e6;
  border-width: 1px 1px 1px 0;
  cursor: pointer;
  z-index: 5;
}

.bot-phone-num:hover {
  cursor: pointer;
}

.list-gotop {
  z-index: 9;
  width: 48px;
  height: 48px;
  left: 332px;
  bottom: 53px;
  cursor: pointer;
  line-height: 48px;
  text-align: center;
  position: fixed;
}

.list-gotop .gotop-bg {
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: absolute;
  background-color: #FBD101;
}

.list-gotop i {
  top: 15px;
  left: 10px;
  position: absolute;
}
.load-last-page {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 18px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  z-index: 10;
  color: #fff;
}


.i-gotop {
  width: 41px;
  height: 42px;
  background-position: -1px -6px;
}

.icon-map {
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/css_sprites.png);
  background-position: -92px -65px;
  background-size: 120px;
  background-repeat: no-repeat;
}