/*base*/
html{font-size:100px;-webkit-transform:transition3d(0,0,0)}
body{background-color:#fff;min-width:320px;}
html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td{margin:0;padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0);}
div,a,p,header,article,section{-webkit-box-sizing:border-box; /* Safari */-moz-box-sizing:border-box; /* Firefox */box-sizing:border-box;}
body,button,input,select,textarea{font:12px/1.5 "PingFang SC","Hiragino Sans GB ","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;}

/*去掉黄色边框,安卓手机蓝色的boder*/
input,button,select,textarea,a{outline:none;}

/*去掉textarea右下角标*/
textarea{resize:none;}
/*2021-06-02 去除复制限制 */
/* html,body{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-khtml-user-select:none;user-select:none;} */
a,img{-webkit-touch-callout:none; /* 禁止用户在新窗口打开页面、如何禁止用户保存图片＼复制图片 for iOS */}
table{border-collapse:collapse;border-spacing:0;border:0;}
img{border:0;display:block;}
ol,ul{list-style:none;}
h1,h2,h3,h4{font-size:100%;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
a{text-decoration:none;}
.clearfix:after{content:'';display:block;clear:both;height:0;}
.clearfix{zoom:1;}
#cnzz_stat_icon_1260806359{display:none;}
/*alert*/
#alertFram{
    position:fixed;
    width:200px;
    min-height:30px;
    padding:10px;
    text-align:center;
    line-height:30px;
    z-index:9999999;
    background-color:#444444;
    top:40%;
    left:50%;
    margin-left:-100px;
    opacity:0;
    font-size:15px;
    color:#fff;
    transform:scale(0.5,0.5);
    -webkit-transform:scale(0.5,0.5);
    -webkit-transition:all 0.3s linear;
    border-radius:.2rem;
}

@font-face{
    font-family:DINCondensed;
    src: url("../../fonts/DINCondensed.ttf");
}
body{
    /* background-image: url("../../images/newspaper/news-bg.png"); */
    background-position: center 4.36rem;
    background-repeat: no-repeat;
    background-size: 7.74rem auto;
    max-width: 100%;
    overflow-x: hidden;
}
.common-box{
    width: 6.9rem;
    box-shadow:0 .1rem .27rem 0 rgba(205,205,205,.36);
    background: #fff;
    border-radius: .06rem;
}
.news-header{
    position: relative;
    margin-bottom: .4rem;
    width: 100%;
    /* height: 3.32rem; */
    overflow: hidden;
}
.news-header-logo{
    position: absolute;
    top: .23rem;
    left: .3rem;
    width: 1.66rem;
    height: .39rem;
    background: url("../../images/newspaper/head-logo.png") no-repeat;
    background-size: 1.66rem .39rem;
}
.news-header-title,.news-header-title-night{
    position: absolute;
    top:1.1rem;
    left: 50%;
    width: 3.77rem;
    height: .8rem;
    margin-left: -1.88rem;
    background-image: url("../../images/newspaper/bigtitlemorning.png");
    background-repeat: no-repeat;
    background-size: 3.77rem .8rem;
}
.news-header-title-night{
    background-image: url("../../images/newspaper/bigtitlenight.png");
}
.news-header-timing{
    position: absolute;
    top: 2.17rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: .39rem;
    font-size: .2rem;
    font-family: PingFangSC-Regular;
    color: #fff;
    line-height: .39rem;
    text-align: center;
}
.news-header-img{
    width: 100%;
    /* height: 100%; */
    height: 3.32rem;
    overflow: hidden;
}
.news-header-img img{
    width: 100%;
    height: 100%;
}
.news-shadow1{
    position: absolute;
    bottom: -.02rem;
    left: 0;
    width: 200%;
    height: .32rem;
    background-image: url("../../images/newspaper/shadow1.png");
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    animation:anim_wave 5s linear infinite;
    background-size: 3.75rem auto;
}
.news-shadow2{
    position: absolute;
    bottom: -.02rem;
    left: 0;
    width: 200%;
    height: .33rem;
    background-image: url("../../images/newspaper/shadow2.png");
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    animation:anim_wave 7s linear infinite;
    background-size: 3.75rem auto;
}
.news-shadow3{
    position: absolute;
    bottom: -.2rem;
    left: 0;
    width: 200%;
    height: .36rem;
    background-image: url("../../images/newspaper/shadow3.png");
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    background-size: 3.75rem auto;
}
@keyframes anim_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-12.5%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-25%) translateZ(0) scaleY(1)
    }
}
.news-header-mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3.32rem;
    background: rgba(0,0,0,0.36) ;
}
.bignews-box{
    position: relative;
    margin: .69rem auto .5rem;
    padding-top: 2.33rem;
    padding-bottom: .3rem;
    padding-left: .2rem;
    padding-right: .2rem;
}
.bignews-img{
    position: absolute;
    left: 50%;
    top: -.57rem;
    margin-left: -3.25rem;
    width: 6.5rem;
    height: 2.66rem;
    overflow: hidden;
    border-radius: .06rem;
}
.bignews-img img{
    width: 100%;
    height: 100%;
}
.bignews-text h3{
    margin-bottom: .08rem;
    height: .48rem;
    overflow: hidden;
    line-height: .48rem;
    font-size: .34rem;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bignews-text p{
    height: .82rem;
    overflow: hidden;
    line-height: .41rem;
    font-family: PingFangSC-Regular;
    font-size: .26rem;
    color: #777;
}
.bignews-text p span{
    font-size: .25rem;
    font-family: PingFangSC-Regular;
    color: #333;
    line-height: .36rem;
}
.news-list{
    margin: 0 auto .6rem;
    padding: .4rem .2rem 0;
}
.news-list ul{
   padding-bottom: .2rem;
}
.news-list-headline{
    padding-bottom: .3rem;
    overflow: hidden;
    border-bottom: .01rem solid #eee;
}
.news-list-headline h3{
    float: left;
    margin-right: .3rem;
    width: 4.3rem;
    height: 1rem;
    overflow: hidden;
    font-size: .34rem;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: #333;
    line-height: .5rem;
    letter-spacing: .02rem;
}
.news-list-headline img{
    float: left;
    width: 1.74rem;
    height: 1.11rem;
}
.news-list li{
    position: relative;
    margin-top: .3rem;
    padding-left: .24rem;
}
.news-list li:before{
    position: absolute;
    left: 0;
    top: .18rem;
    content: "";
    width: .08rem;
    height: .08rem;
    border-radius: 50%;
    background:linear-gradient(180deg,rgba(255,132,0,1) 0%,rgba(255,65,0,1) 100%);
}
.news-list-title{
    width: 6.24rem;
    height: .42rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-list-title a{
    font-size: .3rem;
    font-family: PingFangSC-Regular;
    color: #333;
    line-height: .42rem;
}
.ad-box{
    position: relative;
    margin: 0 auto .6rem;
    height: 2.35rem;
    overflow: hidden;
}
.ad-btn{
    position: absolute;
    bottom: .19rem;
    left: 50%;
    margin-left: -1rem;
    width: 2rem;
    text-align: center;
    z-index: 5;
}
.ad-btn li{
    margin-left: .09rem;
    margin-right: .09rem;
    display: inline-block;
    width: .1rem;
    height: .1rem;
    line-height: 1rem;
    overflow: hidden;
    background: #fff;
    border-radius: 50%;
}
.ad-btn .on{
    background: #ff8400;
}
.ad-slider-box{
    position: relative;
    width: 6.9rem;
    height: 2.35rem;
    overflow: hidden;
    border-radius: .06rem;
    z-index: 4;
}
.ad-slider-box li{
    width: 6.9rem;
    height: 2.35rem;
}
.ad-slider img{
    width: 100%;
    height: 100%;
}
.house-info-box{
    margin: .6rem auto;
    padding: .4rem .2rem;
}
.house-info-head{
    display: flex;
    justify-content: space-between;
    margin-bottom: .42rem;
}
.house-info-title{
    font-size: .38rem;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: #333;
    line-height: .38rem;
    letter-spacing: .02rem;
}
.house-info-title a{
    vertical-align:middle;
    font-size: .25rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #666;
}
.house-info-more{
    padding-right: .24rem;
    font-size: .22rem;
    font-family: PingFangSC-Regular;
    color: #999;
    line-height: .38rem;
    background: url("../../images/newspaper/more.png") no-repeat right center;
    background-size: .2rem .2rem;
}
.house-info-more a{
    font-size: .22rem;
    font-family: PingFangSC-Regular;
    color: #999;
}
.house-info-newspaper{
    display: flex;
    justify-content: flex-start;
}
.house-info-price{
    width: 3.3rem;
}
.house-info-price2{
    width: 2.5rem;
}
.house-info-new{
    width: 1.75rem;
}
.house-info-new2{
    width: 2rem;
}
.house-info-deal{
    width: 1.75rem;
}
.house-info-deal2{
    width: 2rem;
}
.house-info-common dt{
    line-height: .77rem;
    font-size: .22rem;
    font-family: PingFangSC-Regular;
    color: #333;
}
.house-info-common dt b{
    /*font-size: .64rem;*/
    font-size: .48rem;
    font-family: DINCondensed;
}
.house-info-common dd{
    font-size: .22rem;
    color: #999;
}
.house-info-common dd span{
    display: inline-block;
    width: .14rem;
    height: .14rem;
    margin-left: .03rem;
    margin-right: .03rem;
}
.price-down{
    background: url("../../images/newspaper/home_down.png") no-repeat center;
    background-size: .14rem .14rem;
}
.price-up{
    background: url("../../images/newspaper/home_up.png") no-repeat center;
    background-size: .14rem .14rem;
}
.house-recommend{
    margin: 0 auto .6rem;
    padding: .1rem .2rem 0;
}
.info-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .3rem;
}
.info-title h3{
    font-size: .38rem;
    line-height: .38rem;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: #333;
    letter-spacing: .02rem;
}
.info-title-more{
    padding-right: .24rem;
    font-size: .22rem;
    font-family: PingFangSC-Regular;
    color: #999;
    line-height: .3rem;
    background: url("../../images/newspaper/more.png") no-repeat right center;
    background-size: .2rem .2rem;
}
.house-recommend-list{
    padding-top: .11rem;
}
.house-recommend-list li{
    margin-top: .29rem;
    padding-bottom: .3rem;
    display: flex;
    justify-content: flex-start;
}
.house-recommend-list a{
    display: block;
    border-bottom: .01rem solid #eee;
}
.house-recommend-list a:last-child{
    border: none;
}
.house-recommend-img{
    width: 2.18rem;
    height: 1.64rem;
    margin-right: .32rem;
    overflow: hidden;
}
.house-recommend-img img{
    width: 2.18rem;
    height: 1.64rem;
}
.house-recommend-name{
    width: 4rem;
}
.house-recommend-name dt{
    display: flex;
    align-items: center;
    margin-bottom: .1rem;
    line-height: .39rem;
    font-size: .32rem;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.house-recommend-name dt b{
    display: inline-block;
    max-width: 3.6rem;
    overflow-x: hidden;
    overflow-y: auto;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.house-recommend-name dt span{
    margin-left: .1rem;
    padding: 0 .1rem;
    display: inline-block;
  /*   height: .3rem; */
    line-height: .34rem;
    font-size: .2rem;
    font-family: PingFangSC-Regular;
    font-weight: normal;
}
.house-recommend-sale{
    color: #fff;
    background: #ff8400;
}
.house-recommend-forsale{
    color: #fff;
    background: #3f91f0;
}
.house-recommend-name dd{
    margin-bottom: .11rem;
    height: .34rem;
    overflow: hidden;
    line-height: .34rem;
    font-size: .22rem;
    font-family: PingFangSC-Regular;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.house-recommend-tag{
    height: .3rem;
    overflow: hidden;
    margin-bottom: .14rem;
}
.house-recommend-tag span{
    float: left;
    margin-right: .1rem;
    padding: 0 .1rem;
    line-height: .34rem;
    font-size: .2rem;
    color: #4f4f4f;
    background: #f5f5f5;
}
.house-recommend-price{
    line-height: .32rem;
    font-size: .3rem;
    font-family:PingFangSC;
    color: #ff8400;
}
.house-down-list{
    padding-top: .1rem;
}
.house-down-list li{
    padding-top: .3rem;
    padding-bottom: .3rem;
    display: flex;
}
.house-down-list .house-down-wrap{
    display: block;
    border-bottom: .01rem solid #eee;
}
.house-down-list .house-down-wrap:last-child{
    border: none;
}
.house-down-img{
    position: relative;
    margin-right: .3rem;
    width: 2.2rem;
    height: 1.66rem;
    overflow: hidden;
}
.house-down-img img{
    width: 100%;
    height: 100%;
}
.house-down-info{
    width: 4rem;
}
.house-down-info dt{
    margin-bottom: .08rem;
    height: .36rem;
    line-height: .36rem;
    overflow: hidden;
    font-size: .32rem;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}
.house-down-info dd{
    margin-bottom: .06rem;
    line-height: .32rem;
    font-size: .22rem;
    color: #666;
    letter-spacing: .02rem;
}
.house-down-price{
    margin-bottom: .01rem;
    line-height: .34rem;
    font-size: .22rem;
    font-family: PingFangSC-Regular;
    color: #999;
}
.house-down-del{
    text-decoration: line-through;
}
.house-down-price b{
    font-size: .3rem;
    color: #ff8808;
}
.house-down-price strong{
    font-size: .26rem;
    font-weight: normal;
    color: #ff8808;
}
.house-down-int{
    margin-bottom: .06rem;
}
.house-down-int span{
    display: inline-block;
    padding: 0 .1rem;
    height: .32rem;
    line-height: .32rem;
    font-size: .22rem;
    font-family: PingFangSC-Regular;
    color: #fff;
    letter-spacing: .01rem;
    background: linear-gradient(270deg,rgba(144,198,43,1) 0%,rgba(135,209,53,1) 100%);
    border-radius: .01rem;
}
.all-int{
    height: .3rem;
    overflow: hidden;
    line-height: .3rem;
    font-size: .22rem;
    font-family: PingFangSC-Regular;
    color: #999;
    white-space: nowrap;
    text-overflow: ellipsis;
    letter-spacing: .01rem;
}
.page-footer{
    display: flex;
    width: 100%;
   /*  height: 3.44rem; */
    overflow: hidden;
}
.page-footer img{
    width: 100%;
}
.page-footer .footer-left{
    width: 2.02rem;
}
.page-footer .footer-right{
    width: 5.48rem;
}
.footer-left img,.footer-right img{
    width: 100%;
}
.house-down-img .renzheng{
    position: absolute;
    top:.03rem;
    left: .03rem;
    z-index: 1;
    display: block;
    width: 1rem;
    font-size: .2rem;
    text-align: center;
    height: .35rem;
    line-height: 0.35rem;
    opacity: 1;
    color: #fff;
}
.common-title{
    margin-bottom: .1rem;
    padding-left: .5rem;
    line-height: .58rem;
    color: #333;
    font-size: .38rem;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    letter-spacing: .02rem;
}
.common-title span{
    font-size: .3rem;
    color: #f0f0f0;
    font-family: Arial-Black;
    font-weight: 900;
}
.news-origin-box{
    margin: 0 auto .3rem;
    height: 2.05rem;
    overflow: hidden;
}
.news-origin-box img{
    width: 100%;
    height: 100%;
}
.news-history{
    margin: .65rem auto .66rem;
    width: 6.9rem;
    height: 1.29rem;
}
.news-history img{
    width: 100%;
    height: 100%;
}
.history-title{
    position: relative;
    width: 100%;
    height: .88rem;
    margin-bottom: .38rem;
}
.history-title p{
    font-size: .34rem;
    font-weight: 600;
    font-family:PingFangSC-Semibold;
    color: #333;
    text-align: center;
    line-height: .88rem;
}
.history-title a{
    position: absolute;
    left: .42rem;
    top: .37rem;
    width: .35rem;
    height: .25rem;
    background-image: url(../../images/newspaper/back.png);
    background-size: cover;
}
.history-btn-box{
    margin: 0 auto .42rem;
    display: flex;
    width: 6.9rem;
    justify-content: space-around;
}
.history-btn-box a{
    position: relative;
    display: block;
    width: 3.3rem;
    height: .75rem;
    color: #666;
    line-height: .75rem;
    font-size: .32rem;
    font-family: PingFangSC-Regular;
    text-align: center;
    box-shadow:0 .03rem .16rem rgba(0,0,0,0.06);
    border-radius:.02rem;
}
.history-btn-box .active{
    color: #fff;
    background: url("../../images/newspaper/active.png") no-repeat center;
    background-size: cover;
}
.history-list-box{
    margin: 0 auto;
    width: 6.9rem;
}
.history-list-box li{
    margin-bottom: .4rem;
    box-shadow:0 .1rem .27rem 0 rgba(205,205,205,0.3);
    border-radius:.06rem;
}
.history-list-box li dt{
    position: relative;
    width: 100%;
    height: 2.82rem;
    overflow: hidden;
}
.history-list-box li dt img{
    width: 100%;
    height: 100%;
}
.history-list-box li dd{
    padding: .2rem .2rem .3rem;
    font-size: .34rem;
    color: #333;
}
.history-list-box li dd p{
    line-height: .48rem;
    font-size: .34rem;
    color: #333;
    max-height: .96rem;
    overflow: hidden;
}
.history-num{
    position: absolute;
    left: .14rem;
    top: .14rem;
    padding: 0 .1rem;
    font-size: .22rem;
    font-family:PingFangSC-Semibold;
    color: #fff;
    line-height: .32rem;
    background:linear-gradient(180deg,rgba(255,132,0,1) 0%,rgba(255,65,0,1) 100%);
    border-radius:.02rem;
}
.totop{
    display: none;
    position: fixed;
    bottom: .78rem;
    right: .3rem;
    padding-left: .56rem;
    width: 1.38rem;
    height: .66rem;
    line-height: .66rem;
    color: #333;
    font-size: .28rem;
    border-radius: .33rem;
    background: url("../../images/newspaper/totop.png") no-repeat .18rem .16rem #fff;
    background-size: .34rem .34rem;
}
.nobodybg{
    background: #fff;
}
.nodata{
    padding-top: 3.9rem;
    line-height: .62rem;
    font-size: .3rem;
    text-align: center;
    color: #999;
    background-image: url("../../images/newspaper/nodata.png");
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 6.9rem 4.06rem;
}
.download-app{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.04rem;
    box-shadow:0px .02rem .14rem 0 rgba(0,0,0,0.13);
    background-color: #fff;
    display:none;
    z-index:10;
}
.download-img{
    position: absolute;
    top: .12rem;
    left: .32rem;
    width: .83rem;
    height: .83rem;
    overflow: hidden;
}
.download-img img{
    width: 100%;
    height: 100%;
}
.download-app dl{
    margin-left: 1.32rem;
    padding-top: .14rem;
}
.download-app dt{
    line-height: .38rem;
    font-size: .28rem;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: #333;
}
.download-app dd{
    font-size: .24rem;
    font-family:PingFangSC-Regular;
    color: #333;
    line-height: .38rem;
}
.download-btn{
    position: absolute;
    right: .38rem;
    top: .27rem;
    width: 1.5rem;
    height: .5rem;
    line-height: .5rem;
    text-align: center;
    font-size: .24rem;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: #fff;
    background:linear-gradient(312deg,rgba(255,65,0,1) 0%,rgba(255,132,0,1) 100%);
    box-shadow:0px .08rem .07rem 0 rgba(255,78,0,0.18);
    border-radius: .03rem;
}
.download-close{
    position: absolute;
    right: 0;
    top: 0;
    width: .38rem;
    height: 1rem;
    background: url("../../images/newspaper/close-app-btn.png") no-repeat .12rem .06rem;
    background-size: .2rem .2rem;
}
.address{
    border-top: #e5e5e5 solid .01rem;
    height: .66rem;
    line-height: .66rem;
    text-align: center;
    background-color: #fcfcfc;
    color: #c2c2c2;
    font-size: .2rem;
}
.zfb-body{
    background-color: #222;
}
.zfb-qr{
    margin: 2.5rem auto .3rem;
    width: 4rem;
    height: 4rem;
}
.zfb-qr img{
    width: 100%;
    height: 100%;
}
.zfb-tip{
    padding: 0 50px;
    color: #fff;
    line-height: 28px;
    font-size: 14px;
    font-family: PingFangSC;
    text-align: center;
}
.mask_layer{
    display: none;
    position: fixed;
    top:0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 2.3rem;
}
.mask_layer .mask{
    position: absolute;
    top:10px;
    right: 20px;
    z-index: 2;
    width: .6rem;
    height: .8rem;
    background: url(../../images/base/gesture.png) no-repeat;
    background-size: .6rem .8rem;
}
.mask_layer .text{
    position: absolute;
    font-size: .3rem;
    color: #fff;
    top: 1.1rem;
    text-align: right;
    right: .3rem;
    z-index: 2;
}
.common-more{
    font-size: 0.3rem;
    color: #333;
}
.introduction{
    padding-left: .5rem;
    padding-right: .2rem;
    margin-bottom: 0.2rem;
    color: #999999;
    font-size: 0.24rem;
    font-weight: 400;
    line-height: 0.44rem;
    letter-spacing: 0.01333rem;
}
.common-title-news{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: .5rem;
}
.common-title-news .house-common-a{
    font-weight: normal;
}
.page-footer .page-footer-qrcode{
    width: 100%;
    height: 3.75rem;
}
.page-qrcode{
    justify-content: center;
}

.poster-info dd::after{
    display: none!important;
}
.poster-info .canvas-img-phone{
    padding-left: 0;
    font-size: .24rem;
}
.poster-info .poster-photo{
    margin-right: .1rem;
}
.slidenews-close{
    width: .5rem;
    height: .5rem;
    position: fixed;
    bottom: 5.3rem;
    margin-left: .1rem;
}