.top-section {
  width: 100%;
  height: 120px;
  background-color: #F6F6F6;
}
.top-section .top-section-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.top-section .top-input-box {
  position: relative;
  box-sizing: border-box;
  width: 608px;
  height: 50px;
  padding: 10px 50px 10px 20px;
  background-color: #FFF;
  box-shadow: 0 0 4px 0 rgba(225,225,225,.2);
}
.top-section .top-input-box .input-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 100%;
  cursor: pointer;
}
.top-section .input-search-btn img {
  width: 18px;
  height: 18px;
}
.top-input-box .top-input {
  display: inline-block;
  width: 500px;
  height: 100%;
  padding: 0;
  color: #999;
  border: none;
  font-size: 14px;
}
.top-section .top-input-box .top-input::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
.top-section .top-consult-us {
  color: #666;
}
.top-section .top-consult-us-title {
  font-size: 14PX;
}
.top-section .top-consult-us-title img {
  width: 15px;
  height: 15px;
  margin-right: 4px;
}
.top-section .top-consult-us-phone {
  display: inline-block;
  margin-top: 6px;
  color: #666;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.top-info-section {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 50px;
  color: #333;
}
.fixed-carrier-detail-tab {
  position: fixed;
  z-index: 200;
  top: 0;
  width: 100%;
  height: 72px;
  background-color: #404143;
}
.fixed-carrier-detail-tab.hidden {
  display: none;
}
.fixed-carrier-detail-tab-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
}
.fixed-carrier-detail-tab-l {
  display: flex;
  align-items: center;
  height: 100%;
}
.fixed-carrier-detail-tab-l .tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 100%;
  cursor: pointer;
  color: #FFF;
  font-size: 16px;
  font-weight: normal;
}
.fixed-carrier-detail-tab-l .tab-item.active {
  background-color: #00ABE1;
}
.fixed-carrier-detail-tab-r {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-right: 4px;
}
.fixed-carrier-detail-tab-r .fix-tab-consult-us-title {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.fixed-carrier-detail-tab-r .fix-tab-consult-us-phone {
  color: rgba(255, 255, 255, .7);
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.crumbs-nav {
  display: flex;
  align-items: center;
  color: #999;
  font-size: 14px;
}
.crumbs-nav-text {
  padding: 2px;
  cursor: pointer;
}
.crumbs-nav-arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  padding: 0 6px 0 4px;
}
.main-title {
  display: flex;
  align-items: center;
  margin-top: 40px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
.main-title .title-text {
  margin-right: 10px;
}
.main-title .tagA {
  margin-right: 6px;
}
.carrier-detail-tab {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  height: 42px;
  margin-top: 30px;
  border-bottom: 2px solid #00ABE1;
}
.carrier-detail-tab .tab-item {
  width: 120px;
  height: 100%;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 44px;
}
.carrier-detail-tab .tab-item.active {
  color: #FFF;
  background-color: #00ABE1;
}
.carrier-detail-container {
  padding-bottom: 50px;
  color: #333;
}
.child-tab-wrapper {
  margin-top: 20px;
}
.child-tab-wrapper .child-tab {
  display: none;
  min-height: 800px;
}
.child-tab-wrapper .child-tab.active {
  display: block;
}
/* 主页 */
.common-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
  color: #333;
  line-height: 1;
}
.common-title-text {
  font-size: 20px;
  font-weight: bold;
}
.common-title-op {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #999;
  font-size: 14px;
}
.common-title-op img {
  width: 11px;
  height: 11px;
  margin-left: 2px;
          filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.common-title-op:hover {
  color: #00ABE1;
}
.common-title-op:hover img {
          filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.show-wrapper {
  display: flex;
  align-items: flex-end;
  /* justify-content: space-between; */
}
.show-wrapper-l {
  width: 680px;
  position: relative;
}
.houseVideoUrl-content {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 160px;
  height: 44px;
  background-color: rgba(0, 0, 0, .3);
  text-align: center;
  line-height: 44px;
}
.houseVideoUrl-content:hover .houseVideoUrl-notice {
  opacity: 1;
  display: block;
}
.houseVideoUrl-img {
  width: 136px;
  height: 26px;
  position: relative;
  top: -2px;
}
.houseVideoUrl-notice {
  position: absolute;
  top: 46px;
  opacity: 0;
  display: none;
  transition: all .5s;
  border: 1px solid #CCC;
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
  line-height: 1.5;
  left: 0;
  background-color: rgba(255, 255, 255, .7);
}
.img-show-wrapper {
  width: 100%;
  height: 452px;
  background-color: #F4F4F4;
  line-height: 452px;
  text-align: center;
  overflow: hidden;
}
.img-show-wrapper img {
  opacity: 0;
}
.img-opration-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 98px;
  margin-top: 10px;
}
.img-opration-btn-l, .img-opration-btn-r, .img-opration-btn-l-ap, .img-opration-btn-r-ap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 100%;
  cursor: pointer;
  background-color: rgba(183, 183, 183, .4);
}
.img-opration-btn-l.notClick, .img-opration-btn-r.notClick, .img-opration-btn-l-ap.notClick, .img-opration-btn-r-ap.notClick {
  background-color: #F4F4F4;
}
.img-opration-btn-l img, .img-opration-btn-r img, .img-opration-btn-l-ap img, .img-opration-btn-r-ap img {
  width: 14px;
  height: 14px;
}
.img-opration-list-box {
  position: relative;
  overflow: hidden;
  width: 620px;
  height: 100%;
  margin: 0 10px;
}
.img-opration-list {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.img-opration-item {
  position: relative;
  float: left;
  width: 147.5px;
  height: 100%;
  text-align: center;
  line-height: 98px;
  cursor: pointer;
  background-color: #F4F4F4;
}
.img-opration-item:not(:last-child) {
  margin-right: 10px;
}
.img-opration-item-img {
  opacity: 0;
}
.img-opration-item-mask, .img-opration-item-mask-ap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
}
.img-opration-item-mask.active, .img-opration-item-mask-ap.active {
  background-color: rgba(255, 255, 255, .1);
}
.show-wrapper-r {
  position: relative;
  width: 290px;
  height: 560px;
  margin-left: 30px;
}
.show-wrapper-r .show-wrapper-r-top {
  position: absolute;
  top: 0;
  right: 0;
}
.refer-price .refer-price-title {
  display: flex;
  align-items: flex-end;
  color: #EB6100;
  line-height: 1;
}
.refer-price-num {
  position: relative;
  top: 6px;
  margin-right: 4px;
  font-size: 36px;
  font-weight: bold;
}
.refer-price-num.isFree {
  font-size: 26px;
}
.refer-price-label {
  margin-left: 6px;
  padding: 2px;
  color: #FFF;
  border-right: 2px;
  background-color: #EB6100;
  font-size: 12px;
}
.refer-pricenotice {
  margin-top: 20px;
  font-size: 13px;
}
.info-content {
  width: 100%;
  margin-top: 30px;
  padding: 20px 0 30px 0;
  border-top: 1px solid #EFF0F1;
}
.info-content .origin-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  color: #999;
  font-size: 14px;
}
.info-content .origin-price-title {
  width: 70px;
  height: 40px;
  text-align: center;
  background-color: #F6F6F6;
  line-height: 40px;
}
.info-content .origin-price-text {
  box-sizing: border-box;
  width: 216px;
  height: 40px;
  padding-left: 18px;
  text-decoration: line-through;
  background-color: #F6F6F6;
  line-height: 40px;
}
.info-item {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1;
}
.info-item:not(:last-child) {
  margin-bottom: 18px;
}
.info-item-title {
  width: 92px;
  color: #999;
}
.info-item-content {
  width: 198px;
}
.info-item-content.industry-field .home-pro-field {
  line-height: 1;
}
.info-item-content.industry-field .home-pro-field:not(:last-child) {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid rgba(183,183,183,.6);
}
.info-item-content.policy-support {
  cursor: pointer;
}
.info-item-content.policy-support:hover {
  color: #00ABE1;
}
.bottom-section {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #EFF0F1;
}
.carrier-detail-link a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #00ABE1;
  font-size: 14px;
  line-height: 1;
}
.carrier-detail-link img {
  width: 11px;
  height: 11px;
  margin-left: 2px;
}
.small-map-box {
  position: relative;
  width: 100%;
  height: 152px;
}
#smallMap {
  width: 100%;
  height: 152px;
  margin-top: 30px;
}
.small-map-mask {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.small-map-explain {
  position: absolute;
  bottom: -40px;
  width: 100%;
  height: 40px;
  transition: all .2s;
  text-align: center;
  color: #FFF;
  background: rgba(0, 0, 0, .3);
  font-size: 14px;
  line-height: 40px;
}
.small-map-mask:hover .small-map-explain {
  bottom: 0;
}
.center-section {
  width: 680px;
}
.center-section .carrier-good-wrapper {
  margin-top: 30px;
}
.center-section .carrier-good-list::after {
  display: block;
  clear: both;
  overflow: hidden;
  content: ' ';
}
.center-section .carrier-good-item {
  float: left;
  box-sizing: border-box;
  width: 332px;
  height: 144px;
  margin-bottom: 16px;
  border-radius: 2px;
  background: rgba(0, 171, 225, .04);
  line-height: 1;
}
.center-section .carrier-good-item:nth-child(odd) {
  margin-right: 16px;
}
.center-section .carrier-good-item:nth-last-child(1), .center-section .carrier-good-item:nth-last-child(2) {
  margin-bottom: 0;
}
.center-section .carrier-good-title {
  position: relative;
  width: 250px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 25px;
  padding-left: 42px;
  font-size: 18px;
  font-weight: bold;
}
.center-section .carrier-good-title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 14px;
  content: ' ';
  background-color: #00ABE1;
}
.center-section .carrier-good-detail {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  max-height: 60px;
  margin-top: 15px;
  padding: 0 30px 0 42px;
  letter-spacing: .5px;
  text-overflow: ellipsis;
  color: #666;
  font-size: 12px;
  line-height: 1.8;
  -webkit-line-clamp: 3;
          line-clamp: 3;
}
.center-section .home-apartment-wrapper {
  position: relative;
  margin-top: 30px;
}
.center-section .home-apartment-wrapper.just-one {
  padding-top: 20px;
}
.center-section .home-apartment-wrapper.one-house {
  margin-top: 0;
}
.home-apartment-wrapper .home-apartment-op-btn {
  position: absolute;
  top: 14px;
  right: 0;
  display: flex;
  align-items: center;
}
.home-apartment-op-btn.just-one {
  top: 0;
}
.home-apartment-op-btn.hidden {
  display: none;
}
.home-apartment-wrapper .home-apartment-op-btn .home-apartment-op-btn-l, .home-apartment-wrapper .home-apartment-op-btn .home-apartment-op-btn-r {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  cursor: pointer;
  background-color: rgba(183, 183, 183, .4);
}
.home-apartment-wrapper .home-apartment-op-btn .home-apartment-op-btn-l.notClick, .home-apartment-wrapper .home-apartment-op-btn .home-apartment-op-btn-r.notClick {
  background-color: #F4F4F4;
}
.home-apartment-wrapper .home-apartment-op-btn .home-apartment-op-btn-l {
  margin-right: 10px;
}
.home-apartment-wrapper .home-apartment-op-btn img {
  width: 11px;
  height: 11px;
}
.home-apartment-wrapper .home-apartment-list {
  display: flex;
  align-items: center;
  width: 680px;
}
.home-apartment-wrapper .home-apartment-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 120px;
  height: 50px;
  cursor: pointer;
}
.home-apartment-wrapper .home-apartment-item.active {
  border-bottom: 2px solid #00ABE1;
}
.home-apartment-wrapper .home-apartment-area {
  color: #666;
  font-size: 14px;
  font-weight: bold;
}
.home-apartment-wrapper .home-apartment-people {
  color: #999;
  font-size: 12px;
}
.home-apartment-wrapper .home-apartment-item.active .home-apartment-area {
  color: #00ABE1;
}
.home-apartment-wrapper .home-apartment-item.active .home-apartment-people {
  color: #00ABE1;
}
.home-apartment-wrapper .home-apartment-item:hover .home-apartment-area {
  color: #00ABE1;
}
.home-apartment-wrapper .home-apartment-item:hover .home-apartment-people {
  color: #00ABE1;
}
.home-apartment-wrapper .home-apartment-info-box {
  position: relative;
  display: none;
  overflow: hidden;
  /* height: 240px; */

  margin-top: 16px;
}
.home-apartment-wrapper .home-apartment-info-box.active {
  display: block;
}
.home-apartment-wrapper .home-apartment-info-list {
  position: relative;
  top: 0;
  left: 0;

  /* height: 100%; */
}
.home-apartment-info-list::after {
  display: block;
  clear: both;
  overflow: hidden;
  content: ' ';
}
.home-apartment-wrapper .home-apartment-info-item {
  float: left;
  width: 217px;
  height: 100%;
  cursor: pointer;
  line-height: 1;
}
.home-apartment-info-mask {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 148px;
}
.home-apartment-info-item .home-apartment-info-mask-text {
  position: absolute;
  bottom: -40px;
  width: 100%;
  height: 40px;
  transition: all .2s;
  text-align: center;
  color: #FFF;
  background: rgba(0,0,0,.3);
  line-height: 40px;
}
.home-apartment-wrapper .home-apartment-info-item:hover .home-apartment-info-mask-text {
  bottom: 0;
}
.home-apartment-wrapper .home-apartment-info-item:not(:last-child) {
  margin-right: 15px;
}
.home-apartment-wrapper .home-apartment-info-item img {
  width: 100%;
  height: 148px;
}
.home-apartment-wrapper .home-apartment-info-item .home-apartment-info-area {
  margin-top: 14px;
  font-size: 18px;
  font-weight: bold;
}
.home-apartment-wrapper .home-apartment-info-item .home-apartment-info-price {
  margin-top: 8px;
  color: #EB6100;
  font-size: 14px;
}
.home-apartment-wrapper .home-apartment-info-explain {
  margin-top: 15px;
  color: #999;
  font-size: 12px;
}
.home-policy-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 304px;
  margin-top: 30px;
}
.home-policy-wrapper .home-policy-item {
  box-sizing: border-box;
  padding: 20px 20px 18px;
  cursor: pointer;
  border: 1px solid #EFF0F1;
  border-radius: 2px;
}
.home-policy-wrapper .home-policy-item:hover {
  border: 1px solid rgba(0, 171, 225, .2);
}
.home-policy-wrapper .home-policy-item:hover .home-policy-item-title {
  color: #00ABE1;
}
.home-policy-wrapper .home-policy-item .home-policy-item-title {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #2A2B34;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.home-policy-wrapper .home-policy-item .home-policy-item-subtitle {
  overflow: hidden;
  width: 100%;
  margin-top: 6px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #F08D02;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
.home-policy-wrapper .home-policy-item .home-policy-item-label {
  margin-top: 24px;
}
.home-policy-wrapper .home-policy-item .home-policy-item-label-item {
  padding: 5px;
  color: #999;
  border-radius: 2px;
  background-color: rgba(183, 183, 183, .1);
  font-size: 14px;
}
.home-policy-wrapper .home-policy-item .home-policy-item-label-item:not(:last-child) {
  margin-right: 10px;
}
.home-policy-wrapper .home-main-policy .home-policy-item-explain {
  box-sizing: border-box;
  width: 100%;
  margin-top: 20px;
  padding: 15px 25px 18px;
  background-color: rgba(240, 141, 2, .03);
}
.home-policy-item-explain-content {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  max-height: 68px;
  margin-top: 4px;
  text-overflow: ellipsis;
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  -webkit-line-clamp: 3;
          line-clamp: 3;
}
.home-policy-wrapper .home-policy-item-explain .icon-yinhao img {
  width: 16px;
  height: 14px;
}
.home-policy-wrapper .home-policy-item-explain .icon-yinhao-r {
  text-align: right;
}
.home-policy-wrapper .home-main-policy {
  width: 388px;
  height: 100%;
}
.home-policy-wrapper .home-sub-policy-item {
  width: 276px;
  height: 144px;
}
.home-policy-wrapper .home-sub-policy-item:last-child {
  margin-top: 16px;
}
.carrier-map-wrapper {
  position: relative;
  width: 1000px;
  height: 420px;
  margin-top: 30px;
}
#detailMap {
  width: 100%;
  height: 100%;
}
#mapAroundPanel {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 300px;
  height: 380px;
  margin-top: -190px;
  background-color: #CCC;
  background-color: #FFF;
}
#mapAroundPanel .map-main-tab {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 34px;
  background-color: #EFF0F1;
}
#mapAroundPanel .map-main-tab-item {
  box-sizing: border-box;
  width: 33%;
  height: 100%;
  cursor: pointer;
  text-align: center;
  color: #666;
  background-color: #EFF0F1;
  font-size: 14px;
  line-height: 34px;
}
#mapAroundPanel .map-main-tab-item.active {
  color: #00ABE1;
  border-top: 2px solid #00ABE1;
  background-color: #FFF;
}
#mapAroundPanel .map-tab-child {
  margin-top: 20px;
}
#mapAroundPanel .map-tab-child.notraffic {
  overflow-y: scroll;
  height: 346px;
  margin-top: 0;
  -ms-overflow-style: none;
}
#mapAroundPanel .map-tab-child.notraffic::-webkit-scrollbar {
  display: none;
}
/* 交通 */
#mapAroundPanel .map-traffic-tab {
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  width: 100%;
  height: 25px;
  padding-left: 10px;
  border-bottom: 1px solid #EFF0F1;
}
#mapAroundPanel .map-traffic-tab-item {
  height: 100%;
  padding: 0 10px;
  cursor: pointer;
  color: #666;
  font-size: 12px;
}
#mapAroundPanel .map-traffic-tab-item.active {
  border-bottom: 1px solid #00ABE1;
}
.map-traffic-child {
  overflow-y: scroll;
  height: 300px;
  -ms-overflow-style: none;
}
.map-traffic-child::-webkit-scrollbar {
  display: none;
}
#mapAroundPanel .map-search-item {
  padding: 20px 30px 10px 0;
  cursor: pointer;
}
.map-search-item-local {
  position: relative;
  width: 14px;
  height: 18px;
}
#mapAroundPanel .map-search-item-top .map-search-item-local .map-search-item-local-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-left: 0;
}
.map-search-item-local span {
  position: absolute;
  top: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transform: scale(.8);
  color: #FFF;
  font-size: 12px;
}
#mapAroundPanel .map-search-item.active {
  background-color: #F4F4F4;
}
#mapAroundPanel .map-search-item .map-search-item-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 14px;
  font-weight: bold;
}
#mapAroundPanel .map-search-item .map-search-item-top-l {
  display: flex;
  align-items: flex-start;
}
.map-search-item-title {
  width: 166px;
}
#mapAroundPanel .map-search-item .map-search-item-icon {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 64px;
  padding-left: 20px;
  line-height: 1;
}
#mapAroundPanel .map-search-item .map-search-item-icon img {
  width: 13px;
  height: 15px;
  margin-left: 8px;
}
.map-search-item-bottom {
  box-sizing: border-box;
  margin-top: 4px;
  padding-left: 64px;
  color: #999;
  font-size: 12px;
}
.map-search-noResult {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #B7B7B7;
  font-size: 14px;
}
/* 交通 end */
/* 主页 end */


/* 户型一栏区域-zc */
#apartment {
  width: 100%;
  /* margin-top: 60px; */
  padding: 40px 0 0 0;
  color: #333;
}
.apartment-content h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.apartment-classify {
  display: flex;
  max-width: 670px;
}
.apartment-classify-item {
  margin: 20px 50px 20px 0;
  cursor: pointer;
  text-align: center;
  border-bottom: 2x solid #FFF;
}
.apartment-classify .apartment-classify-active p {
  color: #00ABE1;
  /* border-bottom: 2px solid #00ABE1; */

  font-weight: bold;
}
.apartment-classify .apartment-classify-active {
  border-bottom: 2px solid #00ABE1;
}
/* 户型面积对应的列表 */
.apartment-list {
  width: 670px;
}
.apartment-list-item {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: 195px;
  padding: 20px 0;
  cursor: pointer;
  border-bottom: 1px solid #EFF0F1;
}
/* 列表内图片 */
.apartment-list-img {
  position: relative;
  overflow: hidden;
  width: 218px;
  height: 151px;
  margin-right: 20px;
  background: url('/node/public/image/ztt/house-no-data-img.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.apartment-list-img img {
  width: 100%;
  height: 100%;
}
.apartment-list-img:hover .house-examine-more {
  bottom: 0;
}
/* 列表内详情 */
.apartment-list-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  box-sizing: border-box;
  width: 250px;
  padding: 20px 0;
}
.apartment-list-acreage {
  font-size: 22px;
  font-weight: bold;
}
.apartment-list-tag {
  color: #666;
  font-size: 14px;
}
/* 列表内价格 */
.apartment-list-price {
  flex: 1;
  box-sizing: border-box;
  padding: 35px 20px 35px 0;
}
.apartment-subsidy-price {
  width: 100%;
  margin-bottom: 20px;
  text-align: right;
  color: #EB6100;
}
.apartment-subsidy-price span {
  font-size: 22px;
  font-weight: bold;
}
.apartment--active-price span {
  font-size: 28px;
}
.apartment-original-price {
  text-align: right;
  color: #999;
  font-size: 14px;
}
.apartment-original-price span {
  text-decoration: line-through;
}
/* 户型一栏笼罩层 */
.apartment-envelop {
  position: fixed;
  z-index: 200;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7);
}
.apartment-envelop-close {
  position: absolute;
  top: 60px;
  right: 60px;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url('/node/public/image/ztt/apartment-envelop-close.png');
  background-size: cover;
}
.apartment-envelop-content {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  box-sizing: border-box;
  width: 1000px;
  padding: 43px 29px 57px 29px;
  transform: translate3d(-50%, -50%, 0);
  background-color: #FFF;
}
.apartment-envelop-img {
  width: 646px;
  height: 100%;
  margin-right: 20px;
}
.apartment-envelop-info {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}
.apartment-envelop-img .img-show-wrapper {
  width: 100%;
  height: 429px;
}
.apartment-envelop-img .img-opration-wrapper {
  height: 92px;
}
.apartment-envelop-img .img-opration-item-img {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.apartment-envelop-infoTop h3 {
  font-size: 28px;
  font-weight: bold;
}
.apartment-envelop-detail {
  display: flex;
  flex-wrap: wrap;
  min-height: 100px;
  padding: 20px 0;
  border-bottom: 1px solid #EFF0F1;
}
.apartment-envelop-item {
  width: 50%;
  margin-top: 10px;
}
.apartment-envelop-price {
  /* min-height: 126px; */
  padding: 15px 0;
}
.apartment-envelop-nomPrice {
  margin-bottom: 15px;
  color: #EB6100;
}
.apartment-envelop-nomPrice span {
  font-size: 34px;
}
.apartment-envelop-unitPrice {
  margin-bottom: 15px;
  color: #999;
}
.apartment-envelop-originalPrice {
  color: #999;
}
.apartment-envelop-unitPrice span {
  margin-left: 5px;
  text-decoration: line-through;
}
.apartment-envelop-originalPrice span {
  margin-left: 5px;
  text-decoration: line-through;
}
.subscribe-public {
  width: 100%;
}
/* 左右按钮 */
.right-btn {
  position: absolute;
  top: 46%;
  right: -100px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  background-image: url('/node/public/image/ztt/right-btn.png');
  background-size: cover;
}
.left-btn {
  position: absolute;
  top: 46%;
  left: -100px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  background-image: url('/node/public/image/ztt/left-btn.png');
  background-size: cover;
}
/* 园区详情页 */

#detail {
  padding-top: 40px;
  font-size: 14px;
}
#detail .detail-info-item {
  max-width: 670px;
}
#detail .detail-info-item:not(:last-child) {
  margin-bottom: 60px;
}
.detail-info-title {
  height: 40px;
  border-bottom: 1px solid #EFF0F1;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.detail-info-item-content {
  margin-top: 20px;
}
.detail-info-item-carrier-intro {
  line-height: 2;
}
.detail-info-item-base-info {
  line-height: 2;
}
.detail-info-content-item {
  display: flex;
  align-items: flex-start;
}
.detail-info-content-item .detail-info-content-item-title {
  width: 100px;
  margin-right: 20px;
  color: #999;
}
.detail-info-content-item:not(:last-child) {
  margin-bottom: 20px;
}
.detail-info-content-content {
  width: 540px;
}
.enter-preference-item {
  display: inline-block;
  line-height: 1;
}
.enter-preference-item:not(:last-child) {
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #D0D3D7;
}
.enter-weight-item {
  line-height: 1;
}
.enter-weight-item:not(:last-child) {
  margin-bottom: 10px;
}
.detail-info-item-matching {
  width: 670px;
}
.detail-info-item-matching::after {
  display: block;
  clear: both;
  overflow: hidden;
  content: ' ';
}
.detail-info-item-matching-item {
  display: flex;
  float: left;
  align-items: flex-start;
  flex-direction: column;
  width: 22%;
  margin-bottom: 30px;
}
.detail-info-item-matching-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.detail-info-item-matching-item img {
  width: 26px;
  height: 22px;
  margin-bottom: 10px;
}
/* 园区详情页 end */

/* 政策支持页 */

#policy {
  width: 670px;
  padding-top: 40px;
}
.policy-info-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  box-sizing: border-box;
  height: 40px;
  border-bottom: 1px solid #EFF0F1;
  font-size: 20px;
  line-height: 1;
}
.policy-info-title.policy-list {
  margin-top: 60px;
}
.policy-info-title.no-margin {
  margin-top: 0;
}
.policy-info-title-l {
  font-weight: bold;
}
.policy-info-title-r {
  position: relative;
  top: 6px;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  cursor: pointer;
  color: #999;
  font-size: 14px;
}
.policy-info-title-r img {
  width: 11px;
  height: 11px;
  margin-left: 2px;
          filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.policy-info-title-r:hover {
  color: #00ABE1;
}
.policy-info-title-r:hover img {
          filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.policy-banner {
  position: relative;
  width: 670px;
  height: 150px;
  background: url('/node/public/image/ztt/policy-list-banner-1.jpg') no-repeat;
  background-size: 100%;
}
.policy-banner .policy-banner-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 130px;
  height: 32px;
  margin-left: -60px;
  cursor: pointer;
}
.tab-carrier-policy-item {
  position: relative;
  margin-top: 20px;
  padding: 25px 20px;
  cursor: pointer;
  background-color: rgba(240, 141, 2, .03);
}
.tab-carrier-policy-item:hover .tab-carrier-policy-item-title {
  color: #00ABE1;
}
.tab-carrier-policy-item.rentPolicy {
  border-bottom: none;
}
.tab-carrier-policy-item-title {
  overflow: hidden;
  width: 300px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.tab-carrier-policy-item-dis {
  position: absolute;
  top: 23px;
  right: 20px;
  color: #F08D02;
}
.tab-carrier-policy-item-dis .item-dis-item:not(:last-child) {
  margin-right: 10px;
}
.tab-carrier-policy-item-dis .item-dis-item-title {
  text-align: right;
  color: rgba(240, 141, 2, .8);
  font-size: 14px;
}
.tab-carrier-policy-item-dis .item-dis-item-num {
  text-align: right;
  color: #F08D02;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  width: 250px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tab-carrier-policy-item-label {
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  margin-top: 15px;
}
.tab-carrier-policy-item-label .item-label-item {
  padding: 5px;
  color: #999;
  border-radius: 1px;
  background-color: rgba(183,183,183,.1);
  font-size: 14px;
}
.tab-carrier-policy-item-label .item-label-item:not(:last-child) {
  margin-right: 10px;
}
.tab-carrier-policy-item-des {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  max-height: 60px;
  margin-top: 18px;
  letter-spacing: .5px;
  text-overflow: ellipsis;
  color: #666;
  line-height: 1.5;
  -webkit-line-clamp: 3;
          line-clamp: 3;
}
/* 政策支持页 end */
/* 没有户型展示 */
.no-house-data {
  position: relative;
  width: 100%;
  height: 1000px;
}
.no-house-icon {
  position: absolute;
  top: 8%;
  left: 23%;
  align-content: center;
  width: 149px;
  height: 156px;
}
.no-houseList-icon {
  display: block;
  width: 149px;
  height: 156px;
  background-image: url('/node/public/image/ztt/no-data-house.png');
  background-size: cover;
}
.no-houseList-info {
  margin-top: 10px;
  text-align: center;
  color: #999;
}
/* 户型列表楼层简单装修分割 */
.apartment-list-tagSplit {
  margin: 0 10px;
  color: #B7B7B7;
}
.apartment-list-item:hover {
  background-color: #FBFBFB;
}
/* .subscribe-public .house-list-information{
    height: 200px;
} */
/* .honour-list-form-phone{
    height: 200px;
} */
.ztt-list-subsidy-price {
  display: inline-block;
  width: 40px;
  height: 18px;
  margin-top: 2px;
  background-image: url('/node/public/image/ztt/ztt-list-subsidy-price.png');
  background-size: cover;
}
.apartment-envelopItem {
  color: #999;
}
.apartment-envelopIt {
  font-weight: bold;
}
.house-examine-more {
  position: absolute;
  bottom: -30px;
  /* display: none; */

  width: 100%;
  height: 30px;
  transition: all .2s;
  text-align: center;
  color: #FFF;
  background-color: rgba(0, 0, 0, .3);
  line-height: 30px;
}
.apartment-envelop-img .img-show-wrappe {
  width: 100%;
  height: 452px;
}
.apartment-envelop-img .img-show-wrappe img {
  width: 100%;
  height: 100%;
}
.honour-list-form-phone .ztt-right-active-phone-input {
  margin-top: 5px;
}
.honour-list-form-phone .ztt-right-active-phone-code {
  margin-top: 5px;
}
.honour-list-form-phone .ztt-right-active-btn {
  margin-top: 5px;
}
.apartment-active-price .apartment--active-price {
  text-align: left;
}
.apartment-active-price .apartment-subsidy-active-price {
  text-align: left;
}
.apartment-active-price .apartment-subsidy-active-price span {
  font-size: 28px;
}
.apartment-classify-item-area {
  font-weight: bold;
}
/* 户型列表在无更多内容样式-开始 */
.no-more-data {
  box-sizing: border-box;
  margin-top: 15px;
  color: rgba(153,153,153,1);
  font-size: 14px;
}
.no-more-content {
  margin-left: 225px;
}
.no-more-content span {
  margin: 0 15px;
  opacity: .6;
}
.no-more-data-left {
  display: inline-block;
  width: 60px;
  height: 1px;
  vertical-align: middle;
  background-color: #D8D8D8;
}
.no-more-data-right {
  display: inline-block;
  width: 60px;
  height: 1px;
  vertical-align: middle;
  background-color: #D8D8D8;
}
/* 户型列表在无更多内容样式-结束 */
.ztt-house-free-price {
  text-align: right;
  color: #EB6100;
  font-size: 22px;
  font-weight: bold;
  line-height: 78px;
}
.ztt-house-free-Actprice {
  text-align: left;
  color: #EB6100;
  font-size: 28px;
  font-weight: bold;
}
.apartment--active-price img {
  width: 40px;
  height: 18px;
  vertical-align: text-bottom;
}
.apartment-subsidy-price img {
  width: 40px;
  height: 18px;
  vertical-align: text-bottom;
}
p.apartment-classify-item-people {
  color: #999;
}
p.apartment-subsidy-price.apartment-only-subsidy-price {
  line-height: 78px;
}
p.apartment-original-price.apartment-subsidy-active-price.subsidy-price-all span {
  font-size: 14px;
}
