/*!
 * 小区详情-wap
 */
@charset "UTF-8"; 
.container{
    background: #FFFFFF;
    position: static;
    box-shadow: none;
}
/* 大家在问 */
.ask-list{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0.88rem;
    overflow: auto;
    z-index: 1;
}
.ask-list-group{
    margin-left: .4rem;
}
.ask-list-item{
    padding-right: .4rem;
    display: block;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: .3rem;
    padding-top: .3rem;
}
.ask-list-title{
    font-size:.34rem;
    font-family:PingFangSC-Semibold;
    font-weight:600;
    color:rgba(51,51,51,1);
    line-height:.48rem;
    letter-spacing:.02rem;
}
.ask-list-text{
    font-size:.24rem;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:.34rem;
    letter-spacing:.02rem;
    margin: 0.1rem 0 .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ask-list-num{
    float: right;
    font-size:.22rem;
    font-family:PingFangSC-Semibold;
    font-weight:600;
    color:#999;
    line-height:.3rem;
    letter-spacing:.01rem;
}
.ask-list-num strong{
    color: #333;
}
.ask-list-date{
    font-size:.22rem;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:.3rem;
    letter-spacing:.01rem;
}
.ask-list-btn a{
    width:6.7rem;
    height:.9rem;
    background:linear-gradient(135deg,rgba(255,132,0,1) 0%,rgba(255,65,0,1) 100%);
    border-radius:.04rem;
    text-align: center;
    line-height: .9rem;
    margin:0 auto;
    display:block;
    font-size:.3rem;
    font-family:PingFangSC-Semibold;
    font-weight:600;
    color:rgba(255,255,255,1);
    letter-spacing:.02rem;
    margin-bottom:.8rem;
}
.ask-btn{
    position: fixed;
    bottom: .63rem;
    right: .4rem;
    z-index: 100;
    width: 1.20rem;
    height: 1.20rem;
    background: linear-gradient(135deg,rgba(255,132,0,1) 0%,rgba(255,65,0,1) 100%);
    opacity: 0.9;
    text-align: center;
    border-radius: 50%;
}
.ask-btn a{
    display: block;
    font-size: .30rem;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: #fff;
    line-height: 1.2rem;
    letter-spacing: 1px;
}
.no-data{
    background: url(../../images/common/empty-bg.png) no-repeat center;
    background-size: cover;
    width: 2.98rem;
    height: 2.91rem;
    margin: 2rem auto;
}
.no-data-message{
	font-size:.27rem;
	font-family:PingFangSC-Regular;
	font-weight:400;
	color:rgba(153,153,153,1);
	line-height:.38rem;
	margin-top: .39rem;
	margin-bottom: 3rem;
	text-align: center;
}