body {
    padding-top: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.n-main .n-cont {
    background-color: transparent; 
}
.n-main .n-head {
    border-bottom: none;
}
.pd-t40 {
    padding-top: 2rem;
}

.n-main {
    margin-top: 0;
}

.index-tab {
    overflow: hidden;
    /* padding-right: 1.95rem; */
    position: fixed;
    width: 100%;
    left: 0;
    top: 2rem;
    z-index: 2000;
    background: #fff;
    /*border-bottom: 1px solid #e7eaf1;*/
}

.index-tab .bar {
    white-space: nowrap;
    overflow: auto;
    font-size: 0;
    height: 2rem;
    line-height: 2rem;
}

.index-tab .bar::-webkit-scrollbar {
    display:none
}

.index-tab .bar .rec-span {
    display: inline-block;
    font-size: .7rem;
    padding: 0 .75rem;
    color: #81888E;
}

.index-tab .bar .rec-span.selected {
    color: #f55f66;
    font-weight: bold;
    position: relative;
}

.index-tab .bar .rec-span.selected:after {
    content: "";
    display: inline-block;
    width: 1rem;
    height: .2rem;
    border-radius: .1rem;
    background: #f55f66;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -.5rem;
}

.index-tab .btn-more {
    display: inline-block;
    height: 2rem;
    line-height: 2rem;
    width: 1.95rem;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #f8f8f8;
}

.index-tab .btn-more .ico-arrow-more {
    margin-left: .5rem;
    width: .65rem;
    height: .35rem;
    background-image: url('../images/ico-arrow-more.png');
}

.index-tab .btn-more.selected .ico-arrow-more {
    background-image: url('../images/ico-arrow-more-red.png');
}

.banner-item {
    height: 10.75rem;
    width: 100%;
    position: relative;
}

.banner-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner-item p {
    width: 100%;
    height: 2.25rem;
    padding: 0 .75rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 2.25rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    font-size: .8rem;
    color: #fff;
    font-weight: 500;
}

.list {
    padding: 0 .75rem;
    background: #fff;
}

.list .li,
.list-b .li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: .75rem 0;
    border-bottom: 1px solid #f0f2f5;
}

.list-b .li {
    padding: .5rem 0;
}

.list .li:last-child ,
.list-b .li-wrap:last-child .li:last-child{
    border-bottom: 0;
}

.list .li .img-box,
.list-b .li .img-box {
    width: 5rem;
    height: 3.75rem;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    margin-right: .5rem;
    overflow: hidden;
}
.list .li .img-box {
    width: 5.2rem;
    height: 3.9rem;
    border-radius: 0.2rem;
    overflow: hidden;
}
.list-b .li .img-box {
    width: 3rem;
    height: 2.25rem;
}

.list .li .img-box img,
.list-b .li .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.list .li .info,
.list-b .li .info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    width: 0;
}
.list .li .info {
    padding-right: 0.7rem;
    position: relative;
}
.list .li .info .more-info {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 12px;
    color: #81888E;
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
}
.list .li .info .more-info .from {
    display: inline-block;
    max-width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list .li .info .more-info .time {
    position: absolute;
    right: 0.7rem;
    top: 0;
}
.list .li .p-title,
.list-b .li p {
    display: block;
    font-size: .75rem;
    line-height: 1rem;
    max-height: 2rem;
    overflow: hidden;
    margin-bottom: .3rem;
}
.list .li .p-title {
    font-size: 0.7rem;
    font-weight: 600;
}
.list .li .p-desc {
    font-size: .6rem;
    color: #7f8386;
    line-height: .75rem;
    max-height: 1.5rem;
    overflow: hidden;
    margin-bottom: .4rem;
}

.list .li .label-box {
    white-space: nowrap;
    overflow: auto;
    font-size: 0;
}

.list .li .label-box .label {
    font-size: .65rem;
    color: #f1ad6c;
    display: inline-block;
    height: 1rem;
    line-height: 1rem;
    padding: 0 .25rem;
    background: #fff5ea;
    -webkit-border-radius: .15rem;
    border-radius: .15rem;
    margin-right: .5rem;
}

.li-wrap {
    display: block;
    color: #141414;
    width: inherit;
    height: inherit;
}

.popup-more {
    display: none;
}

.popup-more,
.popup-more .mask {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
}

.popup-more {
    overflow: auto;
    padding-top: 4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.popup-more .mask {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}

.popup-more .wrapper {
    background: #fff;
    position: relative;
    z-index: 1000;
    padding: .75rem .5rem .35rem .5rem;
}

.popup-more .wrapper p {
    padding: 0 .75rem;
}

.popup-more .wrapper .tag-box {
    font-size: 0;
    overflow: hidden;
    padding-top: .15rem;
}

.popup-more .wrapper .tag {
    display: inline-block;
    float: left;
    font-size: .6rem;
    color: #7f8386;
    text-align: center;
    line-height: 1.25rem;
    height: 1.25rem;
    width: 25%;
    max-width: 6rem;
    padding: 0 .25rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: .35rem 0;
}

.popup-more .wrapper .tag span {
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-border-radius: 1.25rem;
    border-radius: 1.25rem;
    border: 1px solid #dee0e3;
}

.popup-more .wrapper .tag.selected span {
    color: #f55f66;
    border-color: #f55f66;
}

.n-cont.bg-gray {
    background: transparent;
}

.article {
    background: #fff;
    padding: 0 .75rem;
    overflow: hidden;
}

.article img {
    width: 100%;
    height: initial;
}

.detail-title .h2 {
    font-size: .85rem;
    line-height: 1rem;
    font-weight: bold;
    color: #141414;
}

.detail-title p {
    font-size: .6rem;
    line-height: .6rem;
    color: #7f8386;
}

.detail-info {
    padding: .5rem 0;
}

.detail-info p {
    line-height: 1.25rem;
    text-indent: 1.4rem;
    color: #7f8386;
    margin: .5rem 0;
}

.detail-info .img-box {
    /*height: 7.5rem;*/
    background: #edf1f4;
    margin: .5rem 0;
}

.detail-info .img-box img {
    width: 100%;
}

.detail-zan {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.detail-zan .zan,
.detail-zan .cai {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: .75rem 0;
}

.detail-zan .zan {
    padding-right: 1.5rem;
    position: relative;
}

.detail-zan .cai {
    padding-left: 1.5rem;
}

.detail-zan .zan:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 1.25rem;
    border-left: 1px solid #e7eaf1;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -.625rem;
}

.detail-zan .zan span,
.detail-zan .cai span {
    display: -webkit-box;
}

.ico-zan,
.ico-cai {
    width: 2rem;
    height: 2rem;
    margin-bottom: .25rem;
}

.ico-zan {
    background-image: url("../images/ico-zan-none.png");
}

.ico-cai {
    background-image: url("../images/ico-cai-none.png");
}

.detail-zan .zan.selected .ico-zan {
    background-image: url("../images/ico-zan.png");
}

.detail-zan .cai.selected .ico-cai {
    background-image: url("../images/ico-cai.png");
}

.detail-zan .zan.selected span,
.detail-zan .cai.selected span {
    color: #f56464;
}

.h3 {
    line-height: 2.25rem;
    height: 2.25rem;
    font-size: .8rem;
    font-weight: bold;
}

.detail-share,
.detail-relative,
.hot-building {
    background: #fff;
    padding: 0 .75rem;
}

.list-a {
    padding: .8rem 0;
    display: -webkit-box;
    -webkit-box-pack: justify;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.list-a span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    font-size: .6rem;
    line-height: .6rem;
    color: #81888e;
}

.list-a span i {
    width: 2.5rem;
    height: 2.5rem;
    display: block;
    margin: 0 auto;
    margin-bottom: .5rem;
}

.list-a .weibo i {
    background-image: url('../images/ico-weibo.png');
    background-size: cover;
}

.list-a .weixin i {
    background-image: url('../images/ico-fzone.png');
    background-size: cover;
}

.list-a .weixin_timeline i {
    background-image: url('../images/ico-wechat.png');
    background-size: cover;
}

.list-a .qq i {
    background-image: url('../images/ico-qq.png');
    background-size: cover;
}

.list-a .qzone i {
    background-image: url('../images/ico-qzone.png');
    background-size: cover;
}

.more-news {
    margin: 1.25rem .75rem;
}

.more-news a {
    display: block;
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 2rem;
    border-radius: 2rem;
}

.swiper-container1 {
    margin-top: .75rem;
    padding-bottom: 1.75rem;
}

.swiper-pagination-bullet-active {
    background: #f55f66 !important;
}

.swiper-pagination-bullet {
    width: .25rem !important;
    height: .25rem !important;
    border-radius: .3rem !important;
}
 
.hot-building .hb-wrap {
    width: 250px;
}

.hot-building .pic {
    
    height: 187px;
    overflow: hidden;
}

.hot-building {

}

.hot-building .pic img {
    width: 100%;
    height: 100%;
}

.hot-building .type {
    line-height: .8rem;
    overflow: hidden;
    margin: .5rem 0 .3rem 0;
}

.hot-building .size {
    line-height: .7rem;
    overflow: hidden;
    font-size: .6rem;
    color: #81888e;
}

.shareError {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}

.shareError img {
    width: 100%;
    height: 100%;
}

.shareError .vh-center1 {
    background: transparent;
    top: 80%;
    padding: 0;
}

.shareError .order-tip {
    width: 13.75rem;
    padding: .75rem;
    text-align: left;
}

.none-box {
    padding-top: 40%;
}

/* 热销楼盘推荐 */
.hot-build-more {
    background: #ffffff;
    padding: 0 0.75rem;
    padding-bottom: 0.75rem;
}
.hot-build-more .title {
    position: relative;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 1rem 0 0.4rem 0;
}

.build-item {
    display: flex;
    padding: 0.6rem 0;
    border-bottom: 1px solid #EDEFF2;
}
.build-item:last-child {
    border-bottom: none;
}
.build-item .b-left {
    padding-right: 0.5rem /* 10/20 */;
}
.build-item .pic {
    width: 6rem /* 120/20 */;
    height: 4.5rem /* 90/20 */;
    border-radius: 2px;
    overflow: hidden;
}
.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: 14px;
    font-weight: 600;
    color: #141414;
    width: 100%;
}
.build-item .b-right .top span {
    display: inline-block;
    max-width: 9rem /* 180/20 */;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.build-item .b-right .top dfn {
    width: 1.6rem /* 32/20 */;
    font-size: 12px;
    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: 0.25rem 0;
}
.build-item .b-right .info span + span {
    margin-left: 0.5rem /* 10/20 */;
}
.build-item .b-right .price {
    color: #f55f66;
    font-weight: 600;
}

.n-declar {
    font-size: 12px;
    color: #BBBDBF;
    padding: 0 0 0.7rem;
}