.n-main {
  height: 100%;
  padding-top: 4rem;
}

.n-main .n-cont {
  min-height: -webkit-calc(100vh - 2rem);
  min-height: calc(100vh - 2rem);
}

.build-list-total {
  height: 2rem;
  line-height: 2rem;
  padding-left: 0.75rem;
  margin-bottom: -0.5rem;
  color: #141414;
  background: #f6f8fa;
}

.build-list-total > strong {
  font-size: 0.8rem;
}

.pad-t100 {
  padding-top: 100px;
}

.pad-d100 {
  padding-bottom: 100px;
}

.sticky-wrapper {
  min-height: 100%;
  height: auto;
  padding-bottom: 16.75rem;
  overflow-y: auto;
}

.sticky-footer {
  position: relative;
  margin-top: -16.75rem;
}

.about {
  background: #fff;
}

.overflow-hidden {
  overflow: hidden;
}

.share-dialog-wrapper {
  width: 16.875rem;
  height: 18.125rem;
  border-radius: 0.25rem;
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.share-dialog-wrapper img {
  width: 100%;
  height: 100%;
}

.share-dialog-wrapper .p_share {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-bottom: 1.75rem;
}

.share-dialog-wrapper .p_share div {
  color: #939393;
}

.share-dialog-wrapper .m_t_330 {
  margin-top: 9.125rem;
  margin-bottom: 0.375rem;
}

.share-dialog-wrapper .btn_view > a {
  width: 5.75rem;
  height: 2.2rem;
  border-radius: 1.25rem;
  border: 1px solid #f55f66;
  color: #f55f66;
  line-height: 2.2rem;
  box-sizing: border-box;
  background-color: #fff;
  display: inline-block;
  font-size: 0.85rem;
  margin-top: 1.75rem;
  padding: 0;
}

.share-dialog-wrapper .btn_view > a:last-child {
  background: -moz-linear-gradient(52deg, #f55f66, #f56663 59%, #f56d5f);
  /*Mozilla*/
  background: -webkit-linear-gradient(52deg, #f55f66, #f56663 59%, #f56d5f);
  /*new gradient for Webkit*/
  background: -o-linear-gradient(52deg, #f55f66, #f56663 59%, #f56d5f);
  /*Opera11*/
  background: linear-gradient(52deg, #f55f66, #f56663 59%, #f56d5f);
  color: #fff;
  margin-left: 1.25rem;
  border: 0;
}

/*按钮公共样式*/
.btn {
  display: block;
  background: #f75e63;
  background: -webkit-linear-gradient(to right, #f55f66, #f56d5f);
  background: linear-gradient(to right, #f55f66, #f56d5f);
  color: #fff;
  box-shadow: 2px 3px 6px rgba(245, 95, 102, 0.4);
  text-align: center;
}

/**/
.filter .tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  padding: 0 0.5rem;
  height: 2rem;
  background: #fff;
  border-bottom: 1px solid #f6f8fa;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.filter .tab > span {
  cursor: pointer;
  font-size: 0.6rem;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -webkit-box-flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex: 1;
  flex: 1;
  padding: 0 0.15rem;
  width: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.filter .tab .current,
.filter .tab .selected {
  color: #f55f66;
}

.filter .tab span.sort {
  position: relative;
  width: 1.75rem;
  -webkit-box-flex: 0;
  padding: 0 0.15rem;
  -webkit-flex: none;
  flex: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.filter .tab span.sort:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0.6rem;
  border-left: 1px solid #e7eaf1;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.3rem;
}

.filter .tab > span:last-child {
  border-right: 0;
}

.filter .tab .sel-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 80%;
  max-width: -webkit-calc(100% - 0.7rem);
  max-width: calc(100% - 0.7rem);
}

.selected-option {
  position: relative;
  height: 2rem;
  padding: 0 2.5rem 0 0.75rem;
  margin-bottom: -0.5rem;
}

.selected-option .box {
  /*-webkit-mask-image: -webkit-linear-gradient(left, transparent 6%, rgba(0, 0, 0, .1) 10%, rgba(0, 0, 0, .8) 16%, #fff 80%, rgba(0, 0, 0, .6) 90%, transparent 100%) !important;*/
  height: 2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

.selected-option .box > span {
  font-size: 0.6rem;
  color: #7f8386;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 1rem;
  padding: 0 0.25rem;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  border: 1px solid #dddfe2;
  margin-right: 0.5rem;
}

.selected-option .ico-clear {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 200;
}

.room-list,
.school-list {
  background: #fff;
  padding: 0.75rem;
  margin-top: 0.5rem;
}

.school-list {
  padding: 0 0.75rem;
}

.room-list .name,
.school-list .bottom,
.school-list .name,
.school-list .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.room-list > li {
  margin-bottom: 0.75rem;
  /*    display: -webkit-box;
    display: -webkit-flex;
    display: flex;*/
}

.room-list > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  overflow: hidden;
}

.school-list > li {
  padding: 0.75rem 0;
  border-bottom: 1px solid #e7eaf1;
}

.room-list > li:last-child,
.school-list > li:last-child {
  margin-bottom: 0;
}

.school-list .top {
  -webkit-box-pack: justify;
  -webkit-box-align: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  height: 0.7rem;
  -webkit-align-items: center;
  align-items: center;
}

.school-list .top span,
.star {
  line-height: 0.7rem;
}

.school-list .top span {
  -webkit-flex: 1;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 0.5rem;
}

.school-list .top p {
  font-size: 13px;
  color: #343434;
}

.room-list .img-box,
.school-list .img-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 5rem;
  height: 3.75rem;
  -webkit-border-radius: 0.15rem;
  border-radius: 0.15rem;
  overflow: hidden;
  -webkit-box-flex: 0;
  flex: none;
  position: relative;
}

.school-list .img-box {
  height: 3rem;
}

.room-list .img-box img,
.school-list .img-box img {
  width: 100%;
  height: 100%;
}

.room-list .info-box,
.school-list .info-box {
  height: 3.75rem;
  display: -webkit-box;
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  margin-left: 0.5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex: auto;
  flex: auto;
  width: 0;
}

.school-list .info-box {
  height: 3rem;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.room-list .name,
.school-list .name {
  display: -webkit-box;
  -webkit-box-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 1.15rem;
}

.room-list .name .lt,
.room-list .name .rt,
.school-list .name .lt,
.school-list .name .rt {
  max-width: 50%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.room-list .name .rt,
.school-list .name .rt {
  font-size: 0.6rem;
  color: #f55f66;
}

.room-list .addr,
.school-list .addr {
  font-size: 0.6rem;
  color: #7f8386;
  line-height: 0.65rem;
  /*padding: .15rem 0;*/
  /*max-height: 1.6rem;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.room-list .label-box {
  margin-top: 0.35rem;
  white-space: nowrap;
  overflow-x: auto;
}

.room-list .label-box span {
  font-size: 0.5rem;
  /*color: #f1ad6c;*/
  color: #7f8386;
  display: inline-block;
  height: 0.9rem;
  line-height: 0.9rem;
  padding: 0 0.25rem;
  -webkit-border-radius: 0.15rem;
  border-radius: 0.15rem;
  /*background: #fff5ea;*/
  margin-right: 0.5rem;
  background: #f1f2f3;
}
.room-list .label-box span.item-1 {
  background: #f55f66;
  color: #fff;
}
.room-list .label-box span.item-0 {
  background: #658dfd;
  color: #fff;
}

.contact-us {
  background: #fff;
  text-align: center;
  padding: 0.25rem 0.75rem 0.75rem 0.75rem;
}

.contact-us .text-over {
  font-size: 0.6rem;
  padding: 0.25rem 0;
}

.contact-us .btn-contact {
  line-height: 1.5rem;
  height: 1.5rem;
  -webkit-border-radius: 1.5rem;
  border-radius: 1.5rem;
  font-size: 0.6rem;
}

.n-head {
  position: relative;
  z-index: 9999;
  border: none !important;
}

.filter {
  position: fixed;
  width: 100%;
  top: 4rem;
  left: 0;
  z-index: 2000;
}

.popup .wrap {
  margin-top: 6rem;
}

/*!*弹层*!*/
/*.popup {*/
/*display: none;*/
/*position: fixed;*/
/*top: 0;*/
/*left: 0;*/
/*bottom: 0;*/
/*width: 100%;*/
/*height: 100%;*/
/*overflow-x: hidden;*/
/*overflow-y: auto;*/
/*z-index: 1000;*/
/*background: rgba(0, 0, 0, .5);*/
/*}*/

/*.popup .wrap {*/
/*width: 100%;*/
/*max-width: 640px;*/
/*margin: 0 auto;*/
/*margin-top: 4rem;*/
/*height: 90%;*/
/*height: -webkit-calc(100% - 4rem);*/
/*height: calc(100% - 4rem);*/
/*}*/
.p-position {
  position: relative;
}

.p-position,
.p-price,
.p-norms,
.p-more,
.p-sort {
  display: none;
  background: #f0f2f5;
  width: 100%;
  overflow: hidden;
  box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.1);
}

.p-position,
.p-price,
.p-norms,
.p-sort {
  max-height: 20rem;
}

.popup .col-left,
.popup .col-center,
.popup .col-right {
  float: left;
  height: 100%;
  overflow-y: auto;
  max-height: 20rem;
}

.popup .col-left > li,
.popup .col-center > li,
.popup .col-right > li {
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  background: #fff;
  border-left: 1px solid #f0f2f5;
  /* border-bottom: 1px solid #f0f2f5; */
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.popup .col-right > li > a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.popup .col-left > li:last-child,
.popup .col-center > li:last-child {
  border-bottom: 0;
}

.popup .col-left > li {
  border-left: 0;
}

.popup .col-left > li.selected,
.popup .col-center > li.selected,
.popup .col-right > li.selected {
  /* border-left: 2px solid #f55f66; */
  color: #f55f66;
}

.popup a {
  display: block;
}

.popup .col-left > li.selected a,
.popup .col-center > li.selected a,
.popup .col-right > li.selected a {
  color: #f55f66;
}

.popup .p-price .col-right > li,
.popup .p-norms .col-left > li,
.popup .p-sort .col-left > li {
  text-align: left;
  padding: 0 1rem;
}

.popup .p-position .col-left,
.popup .p-position .col-center {
  width: 27%;
}

.popup .p-position .col-right {
  width: 46%;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  z-index: 99;
}

.popup .p-position .col-right.col-right-show {
  z-index: 100;
  opacity: 1;
}

.popup .p-price .col-left {
  width: 27%;
}

.popup .p-price .col-right {
  width: 73%;
}

.popup .p-norms .col-left,
.popup .p-sort .col-left {
  width: 100%;
}

.p-more {
  background: #fff;
}

.p-more-selection {
  padding: 0.25rem 0.5rem 0.5rem 0.5rem;
  max-height: 20rem;
  overflow: scroll;
}

.p-more-selection .sub-title {
  margin: 0.5rem 0 0.5rem 0.75rem;
  line-height: 0.7rem;
  font-size: 18px;
  font-weight: 600;
}

.p-more-selection .label-box {
  /*display: -webkit-flex;*/
  /*display: flex;*/
  /*flex-flow: row wrap;*/
  /*justify-content: flex-start;*/
  overflow: hidden;
}

.p-more-selection .label-box span {
  display: inline-block;
  float: left;
  font-size: 0.6rem;
  color: #7f8386;
  text-align: center;
  line-height: 1.5rem;
  height: 1.5rem;
  min-width: 3.9rem;
  max-width: 40%;
  margin: 0.25rem;
  padding: 0 0.15rem;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* -webkit-border-radius: 1.25rem;
  border-radius: 1.25rem;
  border: 1px solid #dee0e3; */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background-color: #F6F7F9;
  border-radius: 4px;
}

.p-more-selection .label-box span.selected {
  border-color: #f55f66;
  color: #f55f66;
  background-color: #FFF3F5;
}

.confirm-box {
  /* margin: 0 0.75rem; */
  padding: 0.7rem 0.8rem;
}

.confirm-box .btn-default {
  /* font-size: 0.6rem; */
  color: #FF534D;
  line-height: 2rem;
  height: 2rem;
  display: inline-block;
  width: 35.9%;
  border: 1px solid #FF534D;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  text-align: center;
}
.confirm-box .btn-default > a{
  color: #FF534D;
  font-weight: 500;
}
.confirm-box .btn-sure {
  width: 61%;
  display: block;
  line-height: 2rem;
  height: 2rem;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  background-color: #FF534D;
  color: #fff;
  text-align: center;
  cursor: pointer;
  float: right;
}

.room-list .img-box img.list-vr {
  width: 1.357rem;
  height: 1.357rem;
  position: absolute;
  bottom: 0.08rem;
  left: 0.08rem;
}

/* 报业集团兼容样式 */
.n-main.baoye-list {
  padding-top: 2rem;
}
.n-main.baoye-list .filter {
  top: 0;
}
.n-main.baoye {
  padding-top: 0;
}
.baoye .baoye-ad-banner {
  width: 100%;
  height: 8rem;
}
.baoye .room-list {
  margin-top: 0;
}
.baoye .room-list .img-box .tag {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  font-size: 12px;
  color: #ffffff;

  border-radius: 0 0 0.2rem 0;
  padding: 0.15rem 0.25rem;
}
.baoye .room-list .img-box .tag.tag1 {
  background-color: #3181ff;
}
.baoye .room-list .img-box .tag.tag2 {
  background-color: #efad57;
}
.baoye .room-list .img-box .tag.tag3 {
  background-color: #f23630;
}
/*筛选条件弹窗*/
.popup.baoye-list .wrap {
  margin-top: 2rem;
}

.head-search-box {
  z-index: 3001;
  background-color: #fff;
  height: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 0.75rem;
  top: 2rem;
}
.head-search-box > span {
  margin-right: 0.65rem /* 13/20 */;
}
.search-p {
  flex: 1;
  height: 1.5rem;
  padding-left: 0.5rem;
  border-radius: 30px;
  display: flex;
  align-items: center;
  background: #f2f4f7;
  color: #bbbdbf;
}
.head-search-box .search-icon {
  width: 0.7rem;
  height: 0.7rem;
  margin-right: 0.1rem;
}
.switch-box .wrap {
  margin-top: 4rem !important;
}

/* 楼盘item样式 */
.build-item {
  display: flex;
  margin-bottom: 0.75rem /* 15/20 */;
  padding-bottom: .6rem /* 12/20 */;
  border-bottom: 1px solid #EDEFF2;
}
.build-item:last-child {
  margin-bottom: 0;
}
.build-item .b-left {
  padding-right: 0.5rem /* 10/20 */;
}
.build-item .pic {
  width: 6rem /* 120/20 */;
  height: 4.5rem /* 90/20 */;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.build-item .pic > img {
  width: 100%;
  height: 100%;
}
.build-item .pic img.list-vr {
  width: 1.357rem;
  height: 1.357rem;
  position: absolute;
  bottom: 0.08rem;
  left: 0.08rem;
}
.build-item .b-right {
  flex: 1;
}
.build-item .b-right .top {
  font-size: 0;
  font-weight: 600;
  color: #141414;
  width: 100%;
  margin-bottom: 0.25rem;
}
.build-item .b-right .top span {
  display: inline-block;
  max-width: 9rem /* 180/20 */;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.7rem;
}
.build-item .b-right .top dfn {
  width: 1.6rem /* 32/20 */;
  font-size: 0.6rem;
  color: #fff;
  float: right;
  text-align: center;
  margin-top: 0.1rem;
  border-radius: 0.1rem /* 2/20 */;
}
.build-item .b-right .top dfn.dfn1 {
  background: linear-gradient(to right, #ff534d, #ff7f5d);
}
.build-item .b-right .top dfn.dfn2 {
  background: linear-gradient(270deg, #00c5e0 0%, #00c8b0 100%);
}
.build-item .b-right .top dfn.dfn3 {
  background-color: #bcbec6;
}
.build-item .b-right .tag span {
  font-size: 0.6rem;
  color: #7f8386;
  display: inline-block;
  height: 1rem;
  line-height: 1rem;
  padding: 0 0.25rem;
  background: #f1f2f3;
  -webkit-border-radius: 0.15rem;
  border-radius: 0.15rem;
  margin: 0 0.25rem 0.25rem 0;
}
.build-item .b-right .info {
  font-size: 12px;
  color: #81888e;
  margin-bottom: 0.25rem;
}
.build-item .b-right .info span + span {
  margin-left: 0.5rem /* 10/20 */;
}
.build-item .b-right .price {
  color: #f55f66;
  font-weight: 600;
}
/* 改写筛选图标 */
.filter-condition .ico-arrowd{
  width: 0.35rem;
  height: 0.25rem;
  background-image: url(../images/icon_down_gray.png);
  margin-top: 0.1rem;
}

.filter-condition .ico-arrowt {
  width: 0.35rem;
  height: 0.25rem;
  background-image: url(../images/icon_up_red.png);
  margin-top: 0.1rem;
}
.filter-condition .ico-arrowtb {
  width: 0.7rem;
  height: 0.7rem;
  background-image: url(../images/icon_list_sorting_nor.png);
  margin-top: 0.1rem;
}

.filter-condition .ico-arrowtbs,.filter-condition .ico-arrowtbu, .filter-condition .ico-arrowtbd {
  width: 0.7rem;
  height: 0.7rem;
  background-image: url(../images/icon_list_sorting_sel.png);
  margin-top: 0.1rem;
}