/* 暂无数据页面样式start */
#nodata {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, 1);
    position: absolute;
    left:0;
    top:0rem;
}

#nodata .nodata_box {
    overflow: hidden;
    position: absolute;
    left:50%;
    top:30%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

#nodata .nodata_image {
    width: 3.84rem;
    height: 2.23rem;
}

#nodata .nodata_title {
    width: 3.84rem;
    font-size: .3rem;
    font-family: PingFangSC-Light;
    font-weight: 300;
    color: rgba(153, 153, 153, 1);
    line-height: .42rem;
    margin-top:.47rem;
    text-align: center;
}
#nodata .no_mages_addhouse{
    display: block;
    width:2.70rem;
    height:.70rem;
    background:linear-gradient(135deg,rgba(255,132,0,1) 0%,rgba(255,65,0,1) 100%);
    margin: 0 auto;
    margin-top:.45rem;
    font-size:.28rem;
    color: #FFFFFF;
    line-height: .7rem;
    text-align: center;
}
/* 暂无数据页面样式end */