/* ios点击不闪屏 */
body,html{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body{
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}
/* body::-webkit-scrollbar{
    width: 0;
    display: none
    
} */
/* 移动端隐藏滚动条 */
.no-scroll::-webkit-scrollbar{
    width: 0;
    display: none;
}

.icon { 
    width: 1.8rem;
    height: 1.8rem; 
    vertical-align: -0.15em; 
    fill: currentColor; 
    overflow: hidden;
}
/* 下边线 */
.b-border{
    border-bottom: 1px solid rgba(229,229,229,1);
}
/* 上边线 */
.t-border{
    border-top:1px solid rgba(229,229,229,1);
}
/* 返回顶部 */
.goToTop{
    position: fixed;
    bottom:4rem;
    right:.16rem;
    width:2rem;
    height: 2rem;
    background-color:rgba(229,229,229,.7);
    display: none;
}
.goToTop i.iconfont{
    color:#999;
}
  /* a标签禁用 */
  .disabled{
	pointer-events: none;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
  }
/* 顶部 */
    /* 标题 */
    .header .title{
        position: relative;
        padding:.3rem 0;
    }
    .header .title h3{
        text-align: center;
        font-weight: normal;
        height: 1.6rem;
        line-height: 1.6rem;
    }
    .header .title img{
        width:1.2rem;
      
        display: inline-block;
        vertical-align: middle;
    }
    .header .title span{
        vertical-align: bottom;
        color:#404040;
    }
    .header .title a{
        overflow: hidden;
    }
    .header .title i{
    }
    .header .title a:first-child{
        left:.8rem;
    }
    .header .title a.search{
        right:2.16rem;
    }
    .header .title a.menu{
        right:.8rem;
    }
    /* 功能tab组 */
    .header .tab{
        width:100%;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y:hidden;
        -webkit-overflow-scrolling: touch;
        padding:.16rem .75rem 0;
        position: relative;
        border-bottom: 1px solid rgba(229,229,229,1);
    }
    .header .tab>div{
        display: inline-block;
        padding-bottom:.6rem;
    }
    .header .tab>div:not(:first-child){
        margin-left:1.25rem;
    }
    .header .tab a{
        color:#707070;
        border-bottom:.2rem solid transparent;
        padding-bottom:.16rem;
    }
    .header .tab div.active>a{
        border-color:#FD5037;
        color:#404040;
        font-weight: 600;
    }
    /* 子标签 */
    
    .subtab{
        position: relative;
    }
    .subtab>div{
        position: absolute;
        width:100%;
        left:0;
        top:0;
        padding:.16rem .75rem;
        background-color:rgba(248,248,248,1);
        display: none;
        overflow-x: scroll;
        white-space: nowrap;
        height: 2.0.33rem;
    }
    .subtab div>a{
        color:#707070;
    }
    .subtab div>a:not(:first-child){
        display: inline-block;
        margin-left:1.25rem;
    }
    .subtab a.active{
        color:#404040;
        font-weight: 600;
    }

/* 页面底部 */
.footer{
    min-height: 5rem;
    background:rgba(51,51,51,1);
}
.footer a{
    color:#ccc;
}
.footer div.top{
    border-bottom: 1px solid #585858;
    padding:.8rem;
    margin-bottom: .7rem;
    background-color:rgba(51,51,51,1);
}
.footer .link-box{
    height: auto;
}
.footer .links-container{
    height: auto;
}
.footer .links{
    height: auto;
}
.footer .link-box a{
    color:#666E80;
    background:rgba(34,36,43,1);
    display: inline-block;
    width:4rem;
    height: 1.16rem;
    line-height: 1.16rem;
    text-align: center;
}
.footer .link-box a:not(:first-child){
    margin-left:.75em;
}
.footer .link-box a.active{
    background:rgba(153,153,153,1);
    color:#fff
}
.footer .links{
    display: none;
    flex-wrap: wrap;
    margin-top:0.33rem;
    min-height: 5rem;
}
.footer .links.active{
    display: flex;
}
.footer .links a{
    width:25%;
    margin-bottom: .16rem;
}
.footer .other{
    text-align: center;
    padding-bottom: .16rem;
}
.footer .other a{
    position: relative;
    margin-right: .16rem;
}
.footer .other a:not(:last-child)::after{
    content:"";
    display: inline-block;
    height: 80%;
    position: absolute;
    border-right: 1px solid #CBCBCB;
    padding-left:.4rem;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.footer .other p{
    color:#ccc;
}
.footer .other p:nth-child(2){
    margin:.75rem 0 .16rem;
}
.footer .other p:last-child,.footer .other p:nth-child(3){
    margin:.16rem 0;
}

/*登陆弹窗*/
.login {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 9999999;
    display: none;
}
    .login > div {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); 
        width: 90%;
        background-color:#fff;
        border-radius: .4rem;
        padding: .75rem;
    }
    .login form {
        padding-top: 0.33rem;
    }

    .login button {
        display: block;
        border: none;
        margin: 0 auto;
        width: 80%;
        background-color: #999;
        color: #fff;
        padding: .16rem 0;
        border-radius: 0.33rem;
        background: #0364d7;
        background: -webkit-linear-gradient(to right, #0364d7, #4399fe);
        background: -o-linear-gradient(to right, #0364d7, #4399fe);
        background: linear-gradient(to right, #0364d7, #4399fe);
        outline: none
    }

    .login h3 {
        position: relative;
        font-weight: normal;
        margin-bottom: .2rem;
        color:#404040;
    }

    .login p {
        color: #999;
    }
    .login input[type='number'] {
        width: 100%;
        border:none;
        margin: .16rem 0;
        padding-bottom: .16rem;
        border-bottom: 1px solid #f2f2f2;
        font-size:0.24rem;
    }
    .login input[type='password'] {
        width: 100%;
        border:none;
        margin: .16rem 0;
        padding-bottom: .16rem;
        border-bottom: 1px solid #f2f2f2;
        font-size:0.24rem;
    }
    .login input[type='text'] {
        width: 100%;
        border:none;
        margin: .16rem 0;
        padding-bottom: .16rem;
        border-bottom: 1px solid #f2f2f2;
        font-size:0.24rem;
    }
    .login_box{
        position: relative;
    }
    .login_validata {
        position: absolute;
        right: 0;
        top: 10px;
        color: #999;
    }
    .login_agree {
        padding: 0.33rem 0 .6rem;
        text-align: center;
        color: #999;
    }
    .login_agree a{
        color:#707070;
    }
    .login_close {
        position: absolute;
        right: 0;
        bottom: .75rem;
    }
    .login_close i.iconfont {
    }
    .login input[type="checkbox"] {
        position: relative;
        top: .0.33rem;
    }
    
    /* 楼盘销售状态标签 */
.zs{
    background-color:#F2304A !important;
    color:#fff !important;
}
.ds{
    background-color:#4DA36B !important;
    color:#fff !important;
}
.wf{
    background-color:#F98D4C !important;
    color:#fff !important;
}
.sq{
    background-color:#959595 !important;
    color:#fff !important;
}
.zaishou{
    color:#F2304A !important;
}
.daishou{
    color:#4DA36B !important;
}
.weifang{
    color:#F98D4C !important;
}
.shouqin{
    color:#959595 !important;
}
.back {
    position: relative;
    text-align: center;
    height: 2.2rem;
    line-height: 2.2rem;
    background-color: #fff;
}
    .back a {
        position: absolute;
        top: 0;
        left: .75rem;
    }

    .back img {
        position: relative;
        top: .0.33rem;
        margin-right: .3rem;
        width: 1.2rem;
        display: inline-block;
    }
.top {
    position: relative;
    padding: .45rem .75rem;
    justify-content: space-between;
    background-color: #fff;
}
    .top h1 {
        font-weight: normal;
    }
    .top img {
        position: relative;
        top: .0.33rem;
        width: 2.25rem;
        margin-right: .3rem;
    }
    .top h1>img{
        width: 2.8rem;
    }

.aside {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
    display: none;
    z-index: 99999;
}
    .aside > div {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        text-align: center;
        padding: .8rem 0;
        background-color: #fff;
        width: 65%;
        height: 100%;
    }
    .aside li {
    }
    .aside li>a{
        color:#404040;
    }
    .aside h3 {
        text-align: center;
        margin-bottom: .85rem;
        padding:0 .95rem;
        position: relative;
        color: #404040;
        font-weight: normal;
    }
    .aside h3>a{
        position: absolute;
        top:0;
        right:0.33rem;
        color:#404040;
        vertical-align: bottom;
    }
    .aside .close-nav i{
        color:#404040;
        font-weight: bold;
    }
    .aside ul{
        border-top:1px solid #e5e5e5;
        display: flex;
        flex-wrap: wrap;
        padding-top: 1.16rem;
    }
    .aside li{
        width: 100%;
        margin-bottom: 0.33rem;
    }
    .aside li>a{
        display: flex;
        align-items: center;
    }
    .aside li>a>span{
        flex:2;
        padding-left:0.33rem;
        text-align: left;
    }
    .aside li i.iconfont{ 
        flex:1;
        color: #404040;
        text-align: right;
    }
    .aside li i.icon-xinwenzixun{
    }
    .aside li i.icon-shouye1{
    }
    .isLogin{
        text-align: center;
        padding-top:0.33rem;
    }
    .isLogin img{
        display: block;
        width: 2.75rem;
        height: 2.7rem;
        border-radius: 50%;
        margin:0 auto;
    }
    .isLogin a{
        color:#404040;
        display: block;
    }
    .sLogin p{
        margin-bottom: .3rem;
    }
    #shareHide {
        display: block;
        padding: .16rem;
        border-top: 1px solid #ddd;
        text-align: center;
    }
    .no-info{
        text-align: center;
    }
    .no-info img,.no-list img{
        width: 5rem;
        height: 4rem;
        margin:.16rem auto;
    }
    .no-info p,.no-list p{
        color:#999;
    }
    .no-list{
        width: 100%;
        position: absolute;
        top:20%;
        left:0;
        text-align: center;
    }
    .no-list a{
        color:#1f6cc4;
        text-decoration: underline;
        display: block;
        margin-top:.0.33rem;
    }

    /* IOS禁止滚动 */
    .IOS-html{
        overflow: hidden;
        height: 100%;
    }
    .IOS-body {
        overflow: hidden;
        position: relative;
        height: 100%;
    }


.share {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    text-align: center;
    background-color: rgba(0,0,0,.6);
    display: none;
    z-index: 999999;
}

    .share .icons {
        color: #fff;
    }
    .icon-jiantou1 {
        float: right;
        margin-right: 20px;
        margin-top: 20px;
    }
    .icon-jiantou-xiangxia {
    }

    .share div {
        overflow: hidden;
    }
    .share p {
        border: 1px solid #fff;
        border-radius: 20px;
        padding: 15px;
        margin: 20px 30px;
    }
    .share span {
        color: #fff;
    }
.weixin {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 100px 20px 0;
    background-color: rgba(0,0,0,.7);
    display: none;
    z-index: 99999;
}

.weixin div {
    width: 100%;
    border:1px solid #fff;
    border-radius: 10px;
    padding: 20px 0;
}

/* 2-22新增找房 */
.help{
	padding:0 .8rem;
	background-color: #fff;
	height: 2.8rem;
	margin-bottom: .6rem;
	display: flex;
	align-items: center;
}
.help i.iconfont{
}
.help span{
	flex:1;
	padding-left:.16rem;
}
.help a{
	border-radius: 10rem;
	padding:.4rem .16rem;
	color:#fff;
	background: #0364d7;
	background: -webkit-linear-gradient(to right, #0364d7, #4399fe);
	background: -o-linear-gradient(to right, #0364d7, #4399fe);
	background: linear-gradient(to right, #0364d7, #4399fe);
}
.layui-flow-more cite{
    opacity: 0 !important;
}
.layui-flow-more a::after{
    content:"加载中";
    color:#999;
    display:block;
}
@media screen and (max-width: 325px) {
    .aside li {
        width: 100%;
        margin-bottom: .8rem;
    }
    .aside ul{
        padding-top: 0.33rem;
    }
}


/* 新房页通用样式 */
.help-img {
    position: fixed;
    bottom:3.16rem;
    right:.16rem;
    width: 3.16rem;
    height: 3.16rem;
    z-index:3;
    transition: all .2s linear;
}
.help-img i.iconfont{
    vertical-align: middle;
}
.help-img p{
    display: inline-block;
    line-height: 3rem;
}
.help-img i.iconfont{
    display: block;
}
.help-img img{
    width: 100%;
}
.fixed-footer{
    position: fixed;
    left:0;
    bottom:0;
    width: 100%;
    height: 2.6rem;
    background-color: #fff;
    z-index:161;
    display: flex;
    box-shadow: 0 0 14px rgba(0,0,0,.1);
}
.fixed-footer>div{
    flex:2;
}
.fixed-footer div>a{
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 2.6rem;
    text-align: center;
    color:#fff;
}
.fixed-footer a.pref{
    border-left:1px solid #e5e5e5;
    color:#404040;
}
.fixed-footer>a:first-child{
    flex:1;
    color:#404040;  
    line-height: normal;
    margin-top:.2rem;
    text-align: center;
}
.fixed-footer i.iconfont{
    display: block;
}
.fixed-footer .live-chat{
    background-color: #0364d7;
}
.fixed-footer .call{
    background: #0364d7;
    background: -webkit-linear-gradient(to right, #0364d7, #4399fe);
    background: -o-linear-gradient(to right, #0364d7, #4399fe);
    background: linear-gradient(to right, #0364d7, #4399fe);
}

/* 通用弹窗 */
.comm-maks{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    z-index: 162;
    display: none;
    z-index: 1000;
}
.comm-window{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    background-color: #fff;
    width: 80%;
    border-radius: .4rem;
    padding: 0.33rem;
    color: #404040;
    z-index:1000;
}
.comm-window .close,.comm-window .h_close{
    position: absolute;
    top: 0.33rem;
    right: 0.33rem;
    width: 1.16rem;
    height: 1.16rem;
    line-height: 1.16rem;
    color: #404040;
    border-radius: 50%;
    text-align: center;
}
.comm-window h3{
    font-weight: normal;
}
.comm-window span{
    color: #707070;
    display: block;
    margin: .16rem 0 .8rem;
}
.comm-window p{
    color: #404040;
}
.comm-window .input{
    padding: .16rem 0 0.33rem;
}
.comm-window div:last-child{
    text-align: center;
    margin: .16rem 0;
}
.comm-window a.submit-btn,.comm-window a.h_btn{
    color: #fff;
    background: #0364d7;
    background: -webkit-linear-gradient(to right, #0364d7, #4399fe);
    background: -o-linear-gradient(to right, #0364d7, #4399fe);
    background: linear-gradient(to right, #0364d7, #4399fe);
    padding: .16rem 1.16rem;
    border-radius: 10rem;
}
.comm-window span>em {
    color: #FF5458;
}
.comm-window input{
    border: 0;
    width: 55%;
    line-height: 1.7rem;
}
.comm-window .input p{
    border-bottom: 1px solid #E5E5E5;
    padding: .16rem 0;
}
.comm-window .h_close~p{
    margin-top:0.33rem;
}
/* 2-28新增置业顾问 */
div.tag{
    display: inline-block;
}
.qn>div{
    border:1px solid #FD4845;
}
.zishen>div{
    border:1px solid #FF855E;
}
.tag>div{
    transform:skewX(-9deg);
    -webkit-transform:skewX(-9deg); 
    -moz-transform:skewX(-9deg);
    width:2.8rem;
    height: 0.33rem;
    border-radius: .3rem;
}
.tag{
    position: relative;
} 
.tag::before{
    position: absolute;
    top:0;
    left:0;
    color:#fff;
    z-index:2;
    line-height: 0.33rem;
    padding-left:.2rem;
}
.tag.qn::before{
    content: "全能顾问";
    color:#0364d7;
}
.tag.zishen::before{
    content: "资深专家";
    color:#FF855E;
}
.d-adviser{
    width: 100%;
    background-color: #fff;
    margin-top:.6rem;
}
.d-adviser h3{
    color:#404040;
    padding: .75rem .8rem;
    border-bottom: 1px solid #e5e5e5;
    font-weight: bold;
}
.d-adviser>div{
    padding:.75rem .8rem .7rem;
    display: flex;
    align-items: center;
}
.d-adviser>div>div:nth-child(2){
    margin-left:.16rem;
    padding-top:.2rem;
}
.d-adviser p{
    margin-bottom: .2rem;
}
.d-adviser p>span{
    color:#707070;
    padding-left: .3rem;
}
.d-adviser img{
    width:2.16rem;
    height: 2.16rem;
    border-radius: 50%;
}
.d-adviser>div>div:last-child{
    flex:1;
    text-align: right;
}
.d-adviser a{
    color:#FF4D30;
    border:1px solid #FF4D30;
    padding:.2rem .4rem;
    border-radius: .4rem;
}
.return{
    margin: .75rem .8rem;
    border:1px solid #FF4D30;
    border-radius: .4rem;
    text-align: center;
}
.return a{
    color:#FF4D30;
    display: block;
    padding: .16rem 0 .55rem;
}
.tipsClass.layui-layer-tips .layui-layer-content{
    background-color: #eee;
    color:#404040;
}
.tipsClass .layui-layer-tips i.layui-layer-TipsB, .layui-layer-tips i.layui-layer-TipsT{
    border-right-color: #eee !important;
} 
.fixed-footer.news>div:nth-child(2) a{
    color:#404040;
    border-left: 1px solid #e5e5e5;
}
.fixed-footer.news>div:nth-child(2){
    flex:1;
}
.fixed-footer.news>div:first-child{
    flex:1;
}
.fixed-footer.news>div:first-child a{
    color:#404040;
}
.fixed-footer i.icon-dianhua{
    display: inline;
    padding-right:.25rem;
    vertical-align: -2px;
}
.scroll{
    width: 100%;
    height: .2rem;
    background-color: #fff;
}
.scroll::before{
    width: 10rem;
    height: .2rem;
    background-color: rgba(0,0,0,.8);
}
