/* 面包屑 与 搜索框 */
.crumbsAndSearchBox {
  width: 100%;
  background: var(--mianbaoxie);
}
.crumbsAndSearchBox .displayArea {
  width: 1200px;
  height: 74px;
  margin: auto;
}

/* 面包屑 */
.crumbsAndSearchBox .displayArea .crumbs {
  width: 450px;
  /* width:300px; */
  height: 100%;
  float: left;
}
.crumbsAndSearchBox .displayArea .crumbs > ul {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.crumbsAndSearchBox .displayArea .crumbs > ul > li {
  list-style: none;
  display: inline-block;
  padding: 0;
  line-height: 74px;
  float: left;
}
.crumbsAndSearchBox .displayArea .crumbs > ul > li > a {
  color: #fff;
  font: 14px var(--zitiType);
  /* margin-right:5px; */
}
.crumbsAndSearchBox .displayArea .crumbs > ul > li > i {
  color: #fff;
  margin: 0 5px 0 10px;
}
/* 面包屑 end*/

/* 搜索框 - 找房 */
.crumbsAndSearchBox .displayArea .lookForHouse {
  width: 750px;
  /* width:900px; */
  height: 100%;
  float: left;
}

/* 搜索 */
.crumbsAndSearchBox .displayArea .lookForHouse .SearchBox {
  width: 550px;
  /* width:700px; */
  float: left;
  font-size: 0px;
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.crumbsAndSearchBox .displayArea .lookForHouse .SearchBox .SearchFocus {
  width: 490px;
  /* width:640px; */
  height: 42px;
  font-size: 14px;
  padding: 0 7px;
  border: none;
  outline: none;
  color: #999;
}
.crumbsAndSearchBox .displayArea .lookForHouse .SearchBox > button {
  width: 60px;
  height: 42px;
  font-size: 14px;
  border: 2px solid #fff;
  outline: none;
  background: var(--qiTiZiTiColor);
  color: #fff;
}

/* 热门搜索 （隐藏） */
.crumbsAndSearchBox .displayArea .lookForHouse .SearchBox > .hotSearch {
  display: none;
  width: 490px;
  /* width:640px; */
  padding: 13px 10px 2px 30px;
  background: #fff;
  border: 1px solid #c6d9fd;
  position: absolute;
  top: 42px;
  left: 0;
}
.crumbsAndSearchBox
  .displayArea
  .lookForHouse
  .SearchBox
  > .hotSearch
  .hotSearchTitle {
  width: 100%;
  position: relative;
}
.crumbsAndSearchBox
  .displayArea
  .lookForHouse
  .SearchBox
  > .hotSearch
  .hotSearchTitle
  > i {
  position: absolute;
  top: 2px;
  left: -24px;
  font-size: 16px;
  color: #f54351;
}
.crumbsAndSearchBox
  .displayArea
  .lookForHouse
  .SearchBox
  > .hotSearch
  .hotSearchTitle
  > span {
  font-size: 14px;
  font-weight: bold;
  color: #888;
}

/* 标签 */
.crumbsAndSearchBox .displayArea .lookForHouse .SearchBox > .hotSearch > ul {
  width: 100%;
  margin: 0;
  padding: 10px 0 0;
}
.crumbsAndSearchBox
  .displayArea
  .lookForHouse
  .SearchBox
  > .hotSearch
  > ul
  > li {
  display: inline-block;
  cursor: pointer;
}
.crumbsAndSearchBox
  .displayArea
  .lookForHouse
  .SearchBox
  > .hotSearch
  > ul
  > li
  > a {
  display: inline-block;
  padding: 1px 8px;
  border: 1px solid #eee;
  font-size: 14px;
  color: #888;
  margin: 0 13px 10px 0;
}

.crumbsAndSearchBox
  .displayArea
  .lookForHouse
  .SearchBox
  > .hotSearch
  > ul
  > li
  > a.hot {
  color: #f54351;
}
.crumbsAndSearchBox
  .displayArea
  .lookForHouse
  .SearchBox
  > .hotSearch
  > ul
  > li
  > a
  sup {
  font-size: 12px;
}

/* 热门搜索 （隐藏）end */
/* 伪 - 导航栏 2 （独立一块） */
#tan-hua div.fakeNavigationBar {
  width: 100%;
  margin: 5px 0px;
}
#tan-hua div .fakeNavigationBar > ul {
  padding: 0;
  margin: 0;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
#tan-hua div .fakeNavigationBar > ul > li {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin-right: 30px;
  font-size: 18px;
  color: #fff;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
#tan-hua div .fakeNavigationBar > ul > li a {
  font-size: 18px;
  color: #fff;
}
#tan-hua div .fakeNavigationBar > ul > li.default,
#tan-hua .fakeNavigationBar > ul > li:hover {
  color: var(--qiTiZiTiColor);
  border-bottom: 1px solid #fff;
}
/* 伪 - 导航栏 2（独立一块）结束 */

/* 顶上楼盘参数 */
.PropertyParameters {
  width: 1200px;
  margin-top: 30px;
}
.PropertyParameters .PropertyName {
  width: 100%;
  display: table-cell;
  vertical-align: bottom;
}

/* 字体样式 */
/* 楼盘名 */
.PropertyParameters .PropertyName .tower {
  font-size: 34px;
  color: var(--weiDaoHangLanTitle);
  margin-right: 5px;
  margin-bottom: 0;
  display: inline-block;
}
/* 状态 */
.PropertyParameters .PropertyName .state {
  padding: 2px 5px;
  font-size: 16px;
  margin-right: 5px;
  color: #fff;
  border-radius: 2px;
  background: var(--Listcolor);
}
/* 标签 */
.PropertyParameters .PropertyName .tabs > span {
  font-size: 14px;
  color: #7b91cd;
  margin-right: 5px;
  cursor: pointer;
  padding: 2px 5px;
  background: #f2f5f7;
}

/* 伪 - 导航栏 （独立一块） */
.fakeNavigationBar {
  width: 100%;
  margin: 5px 2px 5px 0;
}
.fakeNavigationBar > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
}
.fakeNavigationBar > ul > li {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin-right: 30px;
  font-size: 18px;
  color: #232323;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
.fakeNavigationBar > ul > li.default,
.fakeNavigationBar > ul > li:hover {
  color: var(--qiTiZiTiColor);
  border-bottom: 1px solid var(--qiTiZiTiColor);
}
.fakeNavigationBar > ul > li.default a,
.fakeNavigationBar > ul > li:hover a {
  color: var(--qiTiZiTiColor);
}
/* 伪 - 导航栏 （独立一块）结束 */
/* 顶上楼盘参数 end */

/* 同价位楼盘 */
.WithThePrice {
  width: 100%;
  margin-top: 50px;
}
.WithThePrice > ul {
  width: 100%;
  padding: 0;
  margin: 0;
}
.WithThePrice > ul > li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.WithThePrice > ul > li > a .JiShuQi {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background: #bbb;
  color: #fff;
  font-weight: bold;
}
.WithThePrice > ul > li:nth-child(1) > a .JiShuQi,
.WithThePrice > ul > li:nth-child(2) > a .JiShuQi,
.WithThePrice > ul > li:nth-child(3) > a .JiShuQi {
  background: var(--qiTiZiTiColor);
}
.WithThePrice > ul > li > a {
  display: flex;
  display: -webkit-flex;
  width: 100%;
  padding: 12px 0;
  font-size: 14px;
  color: #232323;
}
.WithThePrice > ul > li > a > div:nth-child(1) {
  width: 151px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.WithThePrice > ul > li > a > div:nth-child(2) {
  width: 96px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.WithThePrice > ul > li > a > div:nth-child(3) {
  width: 75px;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* 同价位楼盘 end */

/* 弹出电话 简称 （弹话） */
#tan-hua {
  display: none;
  width: 100%;
  height: 50px;
  background: var(--mianbaoxie);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
}

/* JS 待调用的 Class */
.fixed-s {
  position: fixed;
  top: 0;
  z-index: 3;
}

/* 楼盘动态 */
.AroundTheShow .housesSum .BuildingDynamic {
  width: 100%;
  margin-top: 0px;
}
.AroundTheShow .housesSum .BuildingDynamic > ul {
  padding: 0;
  margin: 30px 0 0 0;
}
.AroundTheShow .housesSum .BuildingDynamic > ul > li {
  width: 100%;
}
/* 左 */
.AroundTheShow .housesSum .BuildingDynamic > ul > li .dayTime {
  width: 78px;
  padding-top: 6px;
  float: left;
}
.AroundTheShow .housesSum .BuildingDynamic > ul > li .dayTime > span {
  display: block;
  text-align: right;
  color: #999;
}
.AroundTheShow
  .housesSum
  .BuildingDynamic
  > ul
  > li
  .dayTime
  > span:nth-child(1) {
  font-size: 20px;
}
.AroundTheShow
  .housesSum
  .BuildingDynamic
  > ul
  > li
  .dayTime
  > span:nth-child(2) {
  font-size: 14px;
}

/* 右 */
.AroundTheShow .housesSum .BuildingDynamic > ul > li .oclock {
  width: 722px;
  float: left;
}
.AroundTheShow .housesSum .BuildingDynamic > ul > li .oclock > div {
  width: 95%;
  padding-left: 32px;
  float: right;
}

.AroundTheShow .housesSum .BuildingDynamic > ul > li .oclock .dot {
  max-height: 60px;
  padding-top: 14px;
  position: relative;
}
.AroundTheShow .housesSum .BuildingDynamic > ul > li .oclock .dot > .only {
  font-size: 44px;
  color: #999;
  position: absolute;
  top: 2px;
  left: -18px;
}
.AroundTheShow
  .housesSum
  .BuildingDynamic
  > ul
  > li
  .oclock
  .dot
  > span:nth-child(2) {
  font-size: 16px;
  font-weight: bold;
  color: #444;
}
.AroundTheShow
  .housesSum
  .BuildingDynamic
  > ul
  > li
  .oclock
  .dot
  > span:nth-child(3) {
  display: inline-block;
  padding: 1px 5px;
  border-radius: 4px;
  background: var(--nextColorHue);
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.AroundTheShow .housesSum .BuildingDynamic > ul > li .oclock .wire {
  border-left: 2px solid #ccc;
  min-height: 80px;
  font-size: 14px;
  color: #232323;
}
/* 楼盘动态 end */

/* 插件 */
.louPanPlugIn {
  width: 100%;
  padding: 0.24rem;
  border: 1px solid #ddd;
  text-indent: 0 !important;
}
/* 图 */
.louPanPlugIn .plugInPhoto {
  width: 100%;
  height: 3.7rem;
}
.louPanPlugIn .plugInPhoto img {
  width: 100%;
  height: 100%;
}
.louPanPlugIn .plugInContent {
  width: 100%;
}
/* 名 */
.louPanPlugIn .plugInHouseName {
  margin-top: 0.2rem;
}
.louPanPlugIn .plugInHouseName span {
  font-size: 0.4rem;
  font-weight: bold;
  color: #444;
  display: inline-block;
}
.louPanPlugIn .plugInHouseName .plugInHouseNameTag {
  font-size: 0.24rem;
  color: #fff;
  padding: 0.02rem 0.08rem;
  border-radius: 2px;
  background: #ffb53c;
  position: relative;
  top: -0.04rem;
  left: 0.04rem;
}
/* 参数信息 */
.louPanPlugIn .argumentsXingxi p {
  font-size: 0.3rem;
  color: #666;
  margin: 0.1rem 0 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* 输入框 */
.shuRuMianbian {
  width: 100%;
}
.shuRuMianbian .inputSystem {
  width: 100%;
  height: 1rem;
  margin: 0.26rem 0;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  overflow: hidden;
}
.shuRuMianbian .inputSystem span {
  width: 15%;
  height: 100%;
  display: inline-block;
  font-size: 0.46rem;
  color: #aaa;
  position: relative;
  float: left;
}
.shuRuMianbian .inputSystem span:after {
  content: "|";
  font-size: 0.4rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-58%);
}
.shuRuMianbian .inputSystem span i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.shuRuMianbian .inputSystem input {
  width: 85%;
  height: 100%;
  padding-left: 0.24rem;
  border: none;
  outline: none;
  display: inline-block;
  float: left;
}
/* 输入框 - 占位符的颜色 */
/* WebKit browsers */
.shuRuMianbian .inputSystem input::-webkit-input-placeholder {
  color: #999;
  font-size: 0.26rem;
}
/* Mozilla Firefox 4 to 18 */
.shuRuMianbian .inputSystem input:-moz-placeholder {
  color: #999;
  opacity: 1;
  font-size: 0.26rem;
}
/* Mozilla Firefox 19+ */
.shuRuMianbian .inputSystem input::-moz-placeholder {
  color: #999;
  opacity: 1;
  font-size: 0.26rem;
}
/* Internet Explorer 10+ */
.shuRuMianbian .inputSystem input:-ms-input-placeholder {
  color: #999;
  font-size: 0.26rem;
}
/* 输入框 - 占位符的颜色 end */

/* 用户服务协议 */
.userServiceAgreement {
  font-size: 0.26rem;
  color: #666;
  margin: 0.2rem 0;
}
.userServiceAgreement label {
  margin: 0;
}
.userServiceAgreement a {
  width: 100%;
  color: #2b87f8;
}
/* form 表单 */
.userServiceAgreement label input,
.radio_on {
  display: none;
}
.pos {
  display: inline;
  vertical-align: middle;
}
.radio_bg {
  position: relative;
  display: inline-block;
  height: 0.3rem;
  width: 0.3rem;
  border: 1px solid #e4a982;
  border-radius: 50%;
}
.userServiceAgreement label input:checked + span.pos span.radio_bg .radio_on {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #e4a982;
}

/* 提交按钮 */
.submitButton {
  width: 100%;
  color: #fff;
  font-size: 0.32rem;
  padding: 0.16rem 0;
  background: var(--qiTiZiTiColor);
  border-radius: 2px;
  border: none;
  outline: none;
}
/* 插件 */

@media screen and (min-width: 375px) {
  .louPanPlugIn {
    padding: 1.24rem !important;
    border: 1px solid #ddd;
  }
  /* 最左 */
  .louPanPlugIn {
    width: 800px !important;
  }
  .louPanPlugIn .plugInPhoto {
    width: 30% !important;
    height: 164px !important;
    float: left !important;
  }
  /* 中间 */
  .louPanPlugIn .plugInContent {
    width: 41% !important;
    padding: 13px 1.5% 0 !important;
    float: left !important;
  }
  .louPanPlugIn .plugInHouseName {
    margin-top: 0.02rem !important;
  }
  .louPanPlugIn .plugInHouseName span {
    font-size: 20px !important;
  }
  .louPanPlugIn .plugInHouseName .plugInHouseNameTag {
    font-size: 14px !important;
    padding: 0px 3px !important;
    top: -2px !important;
    left: 4px !important;
  }
  .louPanPlugIn .argumentsXingxi p {
    font-size: 18px !important;
    color: #666 !important;
    margin: 10px 0 0 0 !important;
  }
  /* 输入 */
  .shuRuMianbian {
    width: 26% !important;
    float: left;
  }
  .shuRuMianbian .inputSystem {
    width: 100% !important;
    height: 36px !important;
    margin: 0 0 4.5% !important;
    border-radius: 2px;
  }
  .shuRuMianbian .inputSystem span {
    width: 15% !important;
    height: 100% !important;
    font-size: 20px !important;
  }
  .shuRuMianbian .inputSystem span:after {
    font-size: 0.25rem !important;
  }
  .userServiceAgreement {
    font-size: 14px !important;
    margin: 0.1rem 0 !important;
  }
  .radio_bg {
    height: 16px !important;
    width: 16px !important;
    position: relative !important;
    top: 2px !important;
  }
  .userServiceAgreement label input:checked + span.pos span.radio_bg .radio_on {
    width: 8px !important;
    height: 8px !important;
  }
  .submitButton {
    font-size: 0.16rem !important;
    padding: 8px 0 !important;
  }
  .userServiceAgreement label {
    display: block !important;
  }

  /* 输入框 - 占位符的颜色 */
  /* WebKit browsers */
  .shuRuMianbian .inputSystem input::-webkit-input-placeholder {
    font-size: 14px !important;
  }
  /* Mozilla Firefox 4 to 18 */
  .shuRuMianbian .inputSystem input:-moz-placeholder {
    font-size: 14px !important;
  }
  /* Mozilla Firefox 19+ */
  .shuRuMianbian .inputSystem input::-moz-placeholder {
    font-size: 14px !important;
  }
  /* Internet Explorer 10+ */
  .shuRuMianbian .inputSystem input:-ms-input-placeholder {
    font-size: 14px !important;
  }
  /* 输入框 - 占位符的颜色 end */
}

.titleTwos {
  /* width:800px; */
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
  /* display: table-cell;
    vertical-align: bottom; */
}
.titleTwos .dieTitle {
  font-size: 26px;
  color: #444;
}
.titleTwos .screen > span {
  font-size: 16px;
  color: #232323;
  margin-left: 50px;
}
.titleTwos .screen > span.default {
  font-size: 16px;
  color: var(--qiTiZiTiColor);
}
.titleTwos .total {
  font-size: 14px;
  color: #444;
  float: right;
  clear: both;
  position: relative;
  top: 15px;
  right: 0;
}
.titleTwos .total:hover {
  color: var(--qiTiZiTiColor);
}

/* 右 */
/* 热门活动 */
.hotActivity {
  width: 100%;
  margin-bottom: 50px;
}
.hotActivity .GeneralTitle {
  margin-bottom: 20px;
}
.hotActivity .threeAapply {
  width: 100%;
  height: 100px;
  margin-top: 12px;
  position: relative;
}

.hotActivity .threeAapply img {
  width: 100%;
  height: 100%;
}
/* 悬浮 */
.hotActivity .threeAapply .threeAapplySuspension {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* L */
.hotActivity .threeAapply .threeAapplySuspension .itLeft {
  width: 206px;
  height: 100%;
  float: left;
  color: #444;
  padding: 20px 0 0 20px;
}
.hotActivity .threeAapply .threeAapplySuspension .itLeft > h3 {
  font-size: 24px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 10px 0;
}
.hotActivity .threeAapply .threeAapplySuspension .itLeft > p {
  font-size: 14px;
  font-weight: 100;
  padding: 0;
  margin: 0;
}
/* R */
.hotActivity .threeAapply .threeAapplySuspension .itRight {
  width: 116px;
  height: 100%;
  font-size: 14px;
  float: left;
  text-align: center;
  padding-top: 27px;
}
.hotActivity .threeAapply .threeAapplySuspension .itRight > .CarBack,
.hotActivity .threeAapply .threeAapplySuspension .itRight > .ClusterBack,
.hotActivity .threeAapply .threeAapplySuspension .itRight > .DoTaitongZhiBack,
.hotActivity .threeAapply .threeAapplySuspension .itRight > .otherBack {
  display: inline-block;
  padding: 4px 8px;
  color: #fff;
  margin-bottom: 3px;
  outline: none;
  border: none;
}
/* 一 */
.hotActivity .threeAapply .threeAapplySuspension .itRight > .CarBack {
  background: -webkit-linear-gradient(left top, #349dff, var(--qiTiZiTiColor));
  background: -o-linear-gradient(bottom right, #349dff, var(--qiTiZiTiColor));
  background: -moz-linear-gradient(bottom right, #349dff, var(--qiTiZiTiColor));
  background: linear-gradient(to bottom right, #349dff, var(--qiTiZiTiColor));
  box-shadow: 0 4px 10px 0 rgba(76, 175, 255, 0.66);
  -webkit-box-shadow: 0 4px 10px 0 rgba(76, 175, 255, 0.66);
  -moz-box-shadow: 0 4px 10px 0 rgba(76, 175, 255, 0.66);
}
.hotActivity .threeAapply .threeAapplySuspension .itRight > .CarColor {
  margin: 0;
  padding: 0;
  color: var(--qiTiZiTiColor);
}
/* 二 */
.hotActivity .threeAapply .threeAapplySuspension .itRight > .ClusterBack {
  background: -webkit-linear-gradient(left top, #fecb3e, #ffb03c);
  background: -o-linear-gradient(bottom right, #fecb3e, #ffb03c);
  background: -moz-linear-gradient(bottom right, #fecb3e, #ffb03c);
  background: linear-gradient(to bottom right, #fecb3e, #ffb03c);
  box-shadow: 0 4px 10px 0 rgba(255, 176, 60, 0.66);
  -webkit-box-shadow: 0 4px 10px 0 rgba(255, 176, 60, 0.66);
  -moz-box-shadow: 0 4px 10px 0 rgba(255, 176, 60, 0.66);
}
.hotActivity .threeAapply .threeAapplySuspension .itRight > .ClusterColor {
  margin: 0;
  padding: 0;
  color: #ff6566;
}
/* 三 */
.hotActivity .threeAapply .threeAapplySuspension .itRight > .DoTaitongZhiBack {
  background: -webkit-linear-gradient(left top, #fecb3e, #ffb03c);
  background: -o-linear-gradient(bottom right, #fecb3e, #ffb03c);
  background: -moz-linear-gradient(bottom right, #fecb3e, #ffb03c);
  background: linear-gradient(to bottom right, #fecb3e, #ffb03c);
  box-shadow: 0 4px 10px 0 rgba(255, 176, 60, 0.66);
  -webkit-box-shadow: 0 4px 10px 0 rgba(255, 176, 60, 0.66);
  -moz-box-shadow: 0 4px 10px 0 rgba(255, 176, 60, 0.66);
}
/* 四 */
.hotActivity .threeAapply .threeAapplySuspension .itRight > .otherBack {
  background: -webkit-linear-gradient(left top, #ff7d7e, #ff6566);
  background: -o-linear-gradient(bottom right, #ff7d7e, #ff6566);
  background: -moz-linear-gradient(bottom right, #ff7d7e, #ff6566);
  background: linear-gradient(to bottom right, #ff7d7e, #ff6566);
  box-shadow: 0 4px 10px 0 rgba(255, 101, 102, 0.66);
  -webkit-box-shadow: 0 4px 10px 0 rgba(255, 101, 102, 0.66);
  -moz-box-shadow: 0 4px 10px 0 rgba(255, 101, 102, 0.66);
}
.hotActivity .threeAapply .threeAapplySuspension .itRight > .DoTaitongZhiColor {
  margin: 0;
  padding: 0;
  color: #ffb03c;
}
/* 热门活动 end */

/* 楼盘实勘 */
.titleTwos > .qieHuanTagSK {
  display: inline-block;
  font-size: 16px;
}
.titleTwos > .qieHuanTagSK > span {
  display: inline-block;
  margin-right: 10px;
  border-radius: 2px;
  padding: 2px 8px;
  cursor: pointer;
}
.titleTwos > .qieHuanTagSK > span.different,
.titleTwos > .qieHuanTagSK > span:hover {
  background: var(--qiTiZiTiColor);
}
.titleTwos > .qieHuanTagSK > span:hover a {
  color: #fff;
}
.titleTwos > .qieHuanTagSK > span.different a {
  color: #fff;
}
/* 优惠提醒 */
.AroundTheShow .housesSum .BuildingDynamic .PreferentialRemind {
  width: 100%;
  margin-top: 40px;
  padding: 20px 15px;
  border: 1px solid #ddd;
}
.AroundTheShow .housesSum .BuildingDynamic .PreferentialRemind .slogan {
  width: 50%;
  float: left;
  font-size: 14px;
  /* text-align: center; */
  line-height: 40px;
  color: #232323;
}
/* .AroundTheShow .housesSum .BuildingDynamic .PreferentialRemind .slogan>span{
    display: block;
    max-width: 200px;
    margin:auto;
} */
/* .AroundTheShow .housesSum .BuildingDynamic .PreferentialRemind .slogan>i{
    color:#ffb53c;
} */
.AroundTheShow
  .housesSum
  .BuildingDynamic
  .PreferentialRemind
  .slogan
  > span
  > i {
  font-size: 16px;
  color: #ffb53c;
}
.AroundTheShow .housesSum .BuildingDynamic .PreferentialRemind .getPhone {
  width: 50%;
  float: right;
  font-size: 0;
}
.AroundTheShow .housesSum .BuildingDynamic .PreferentialRemind .getPhone > div {
  padding: 0 10px;
  font-size: 14px;
  margin: 0;
  height: 22px;
}
.AroundTheShow
  .housesSum
  .BuildingDynamic
  .PreferentialRemind
  .getPhone
  > div
  > span {
  color: red;
  /* display: none; */
}
.AroundTheShow
  .housesSum
  .BuildingDynamic
  .PreferentialRemind
  .getPhone
  > span
  > input {
  width: 250px;
  height: 40px;
  outline: none;
  border: none;
  background: #f5f5f5;
  padding: 10px;
  font-size: 14px;
}
.AroundTheShow
  .housesSum
  .BuildingDynamic
  .PreferentialRemind
  .getPhone
  > span
  > button {
  width: 130px;
  height: 40px;
  outline: none;
  border: none;
  color: #fff;
  background: var(--qiTiZiTiColor);
  font-size: 14px;
}

/* 公积金广告图 */
.otherCategories .CPFad {
  margin-bottom: 40px;
}
/* 优惠提醒 */

/*  列表   (独立一块) */

.newHouseRecommend {
  width: 100%;
  margin-top: 50px;
}

.newHouseRecommend .messageList {
  width: 100%;
  overflow: hidden;
}
.newHouseRecommend .messageList > ul {
  padding: 0;
  margin: 30px 0 0;
  width: 105%;
  overflow: hidden;
}
.newHouseRecommend .messageList > ul > li {
  display: block;
  list-style: none;
  width: 277.5px;
  min-height: 246px;
  float: left;
  margin: 0 30px 30px 0;
  overflow: hidden;
}
.newHouseRecommend .messageList > ul > li:hover .List-TopPhoto > a > img {
  transform: scale(1.1);
  transition: all 0.4s;
}
.newHouseRecommend
  .messageList
  > ul
  > li:hover
  .List-Hot-Content
  > div
  .areaAndName
  > span {
  color: #ffa30c;
}
/* 图 */
.newHouseRecommend .messageList > ul > li .List-TopPhoto {
  width: 100%;
  height: 200px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #e3e3e3;
  cursor: pointer;
  position: relative;
}
.newHouseRecommend .messageList > ul > li .List-TopPhoto > a {
  width: 100%;
  height: 100%;
}
.newHouseRecommend .messageList > ul > li .List-TopPhoto > a > img {
  width: 100%;
  height: 100%;
}
/* 隐藏内容 */
.messageList > ul > li .List-TopPhoto > a > .skip {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}
.messageList > ul > li .List-TopPhoto > a > .skip > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
  text-align: center;
}
.messageList > ul > li .List-TopPhoto > a > .skip > div > i {
  font-size: 16px;
}
.messageList > ul > li .List-TopPhoto > a > .skip > div > span {
  display: block;
  width: 65px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -25%);
}
/* 图 end */

/* 信息内容 */
.newHouseRecommend .messageList > ul > li .List-Hot-Content {
  padding-top: 10px;
}
.newHouseRecommend .messageList > ul > li .List-Hot-Content > div {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 第一行 */
.newHouseRecommend .messageList > ul > li .List-Hot-Content > div .areaAndName {
  word-spacing: -3px;
  letter-spacing: -1px;
}
.newHouseRecommend
  .messageList
  > ul
  > li
  .List-Hot-Content
  > div
  .areaAndName
  span {
  font-size: 18px;
  font-family: "方正大黑简体";
  color: var(--biaotiTitle);
}

/* 第二行 */
.newHouseRecommend
  .messageList
  > ul
  > li
  .List-Hot-Content
  > div
  .priceMoney
  sup {
  font-size: 12px;
}
.newHouseRecommend .messageList > ul > li .List-Hot-Content > div .priceMoney {
  display: block;
  font-size: 18px;
  font-family: "方正大黑简体";
  color: var(--Listcolor);
}
.newHouseRecommend
  .messageList
  > ul
  > li
  .List-Hot-Content
  > div
  .specialOffer {
  font-size: 14px;
  font-family: "黑体";
  color: #333;
}
/* 信息内容 end*/
/*  列表 end */

/* 新房推荐 end */
/* 拼接 */
.news-text-box {
  width: 100%;
}
.propertyType {
  background-color: var(--qiTiZiTiColor);
  color: aliceblue;
  margin-right: 5px;
  padding: 2px 5px;
}
.AroundTheShow {
  margin-top: 30px;
}
/* 大标题 */
.news-headline {
  margin-top: 12px;
  margin-bottom: 15px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
}
.news-headline .title {
  display: inline-block;
  text-align: center;
  font-weight: 600;
  color: #232323;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 14px;
}
/* 大标题 end */

/* 顶上楼盘参数 */
.PropertyParameters {
  width: 1200px;
  margin-top: 30px;
}
.PropertyParameters .PropertyName {
  width: 100%;
  display: table-cell;
  vertical-align: bottom;
}
/* .PropertyParameters .PropertyName>span{
    display:inline-block;
} */

/* 字体样式 */
/* 楼盘名 */
.PropertyParameters .PropertyName .tower {
  font-size: 31px;
  margin-right: 10px;
  font-weight: 700;
}
/* 状态 */
.PropertyParameters .PropertyName .state {
  padding: 1px 4px;
  font-size: 16px;
  margin-right: 5px;
  color: #fff;
  border-radius: 2px;
  background: var(--Listcolor);
}
/* 标签 */
.PropertyParameters .PropertyName .feature {
  font-size: 14px;
  color: #7b91cd;
  margin-right: 5px;
  cursor: pointer;
  padding: 2px 5px;
  background: #f2f5f7;
}
/* 楼盘别名 */
.PropertyParameters .PropertyName .loupanAlias {
  color: #999;
  margin-right: 5px;
}
/* 更新时间 */
.PropertyParameters .PropertyName .updataTime {
  color: #999;
  margin-right: 5px;
}

/* 新代码块 */
/* title */
.new-fake-codeBlock .nfc-title {
  text-align: center;
  font-weight: 600;
  color: #232323;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 14px;
}
/* 来源 */
.new-fake-codeBlock .nfc-source-time {
  font-size: 14px;
  color: #809799;
  text-align: center;
  padding-bottom: 14px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 14px;
}
.new-fake-codeBlock .nfc-source-time span {
  margin: 0 5px;
}
/* 内容 */
.new-fake-codeBlock .nfc-content .nfc-fake-p {
  /*text-indent: 2em;*/
  font-size: 16px;
  line-height: 26px;
  color: #444;
  white-space: pre-wrap;
}
.new-fake-codeBlock .nfc-content .nfc-image {
  width: 100%;
  text-align: center;
  margin: 14px 0;
}
.new-fake-codeBlock .nfc-content .nfc-image .fake-img {
  width: 650px;
  height: auto;
}
.new-fake-codeBlock a {
  color: var(--qiTiZiTiColor) !important;
}
/* 新代码块 end */

/* 楼盘 */
.ndyn-house-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  padding: 20px;
  border: 1px solid #efefef;
  position: relative;
}
/* L */
.ndyn-house-box .house-img {
  width: 30%;
  height: 150px;
  background: pink;
  position: relative;
}
.ndyn-house-box .house-img .fake-img {
  width: 100%;
  height: 100%;
}
.ndyn-house-box .house-img .house-imgTag {
  padding: 2px 5px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
/* R */
.ndyn-house-box .house-info {
  width: 70%;
  padding-left: 12px;
}
.ndyn-house-box .house-info .item-line {
  margin: 7px 0;
  font-size: 14px;
  color: #444;
}
.ndyn-house-box .house-info .eyeTitle {
  font-size: 14px;
  color: #888;
}
/* 1 */
.ndyn-house-box .house-info .info-one-line {
  position: relative;
}
.ndyn-house-box .house-info .info-one-line .info-name {
  margin: 0;
  display: inline-block;
}
.ndyn-house-box .house-info .info-one-line .onSale-tag {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  padding: 0 3px;
  border-radius: 2px;
  background: var(--Listcolor);
  font-size: 12px;
  color: #fff;
  position: relative;
  top: -5px;
}
.ndyn-house-box .house-info .info-one-line .more-info {
  font-size: 12px;
  color: #888;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.ndyn-house-box .house-info .info-one-line .more-info .iconfont {
  font-size: 12px;
}
/* 2-3 */
.ndyn-house-box .house-info .info-two-line .price-hue {
  font-size: 18px;
  font-weight: bold;
  color: #df2f30;
}
.ndyn-house-box .house-info .info-two-line .house-unit {
  font-size: 18px;
  color: #444;
}
/* 4 */
.ndyn-house-box .house-info .info-four-line {
  padding-right: 100px;
  height: 24px;
  overflow: hidden;
}
.ndyn-house-box .house-info .info-four-line .tags-item {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 0 6px;
  font-size: 12px;
  background: #f8f8f8;
  color: #8b99b8;
  margin-bottom: 10px;
  margin-right: 5px;
}
/* 获取优惠 */
.ndyn-house-box .get-onSale-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 16px;
  color: #fff;
  background: #df2f30;
  cursor: pointer;
}
/* 楼盘 end */

/* 咨询楼盘 */
.consult-build-box {
  font-size: 20px;
  font-weight: bold;
  color: #444;
  margin: 22px 0;
}
.consult-build-box .hueStyle {
  color: #df2f30;
}
/* 咨询楼盘 end */

/* 标签 */
.dynamic-article-tag .tags-item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 16px;
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 15px;
  color: #777777;
  background: #e7e7e7;
  cursor: pointer;
}
.dynamic-article-tag .tags-item:hover {
  background: var(--mianbaoxie);
  color: #fff;
}
/* 标签 end */

/* 重要提示 */
.important-note {
  width: 100%;
  line-height: 26px;
  padding: 14px 0;
  /* background:#f4f8fa; */
  font-size: 13px;
  font-weight: 100;
  color: #809799;
  border-top: 1px solid #efefef;
}
.important-note .tips-title {
  font-size: 14px;
  font-weight: 600;
  color: #444;
}
.important-note .tips-title .iconfont {
  font-size: 13px;
  font-weight: 400;
  padding-right: 3px;
  color: #809799;
}
/* 重要提示 end */

/* 楼盘动态 */
.new-dynamic-block .BuildingDynamicList {
  padding: 0;
  margin: 20px 0 0 0;
}
.new-dynamic-block .BuildingDynamicList > li {
  width: 100%;
}
/* 左 */
.new-dynamic-block .BuildingDynamicList > li .dayTime {
  width: 78px;
  padding-top: 6px;
  float: left;
}
.new-dynamic-block .BuildingDynamicList > li .dayTime > span {
  display: block;
  text-align: right;
  color: #999;
}
.new-dynamic-block .BuildingDynamicList > li .dayTime > span:nth-child(1) {
  font-size: 20px;
}
.new-dynamic-block .BuildingDynamicList > li .dayTime > span:nth-child(2) {
  font-size: 14px;
}

/* 右 */
.new-dynamic-block .BuildingDynamicList > li .oclock {
  width: 722px;
  float: left;
}
.new-dynamic-block .BuildingDynamicList > li .oclock > div {
  width: 95%;
  padding-left: 32px;
  float: right;
}

.new-dynamic-block .BuildingDynamicList > li .oclock .dot {
  padding-top: 14px;
  position: relative;
}
.new-dynamic-block .BuildingDynamicList > li .oclock .dot > .only {
  font-size: 44px;
  color: #999;
  position: absolute;
  top: 2px;
  left: -18px;
}
.new-dynamic-block .BuildingDynamicList > li .oclock .dot > span:nth-child(2) {
  font-size: 16px;
  font-weight: bold;
  color: #444;
}
.new-dynamic-block .BuildingDynamicList > li .oclock .dot > span:nth-child(3) {
  display: inline-block;
  padding: 1px 5px;
  border-radius: 4px;
  background: var(--nextColorHue);
  font-size: 14px;
  color: #fff;
}

.new-dynamic-block .BuildingDynamicList > li .oclock .wire {
  border-left: 2px solid #ccc;
  min-height: 80px;
  font-size: 14px;
  color: #232323;
  padding-top: 8px;
}
/* 楼盘动态 end */
