*{
    padding: 0;
    margin: 0;
    list-style: none;
}

.fr{
    float: right;
}
.fl{
    float: left;
}
.f6{
    font-size: .32rem;
    color: #f23150;
    font-family: PingFang-SC-Regular;
}
.f2{
    font-size: .26rem;
    color: #999999;
    font-family: PingFang-SC-Regular;
}
html,body{
    height: 100%;
}
.container{
    height: 100%;
    background-color: #f1f1f1;
}
.item{  
    padding: 0 .3rem;
    padding-bottom: .2rem;
    margin-bottom: .1rem;
    background-color: #ffffff;
}
.lisTop{
    height: .8rem;
    width: 100%;
    line-height: .8rem;
}
.lisTxt{
    line-height: .36rem;
    margin-bottom: .3rem;
    word-wrap: break-word;
}
.btnBox{
    height: .8rem;
    position: relative;
}
.btnTxt{
    color: #507daf;
    position: absolute;
    right: .2rem;
    bottom: .3rem;
    cursor: pointer;    
    z-index: 3;
}
.Reply{
    display: none;
    min-height: 1.65rem;
    padding: 0 .3rem;
    padding-bottom: .2rem;
    background-color: #f6f6f6;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.time{
    height: .76rem;
    font-size: .24rem;
    text-align: left;
    line-height: .76rem;
    color: #999999;
}
/* 反馈为空时的样式 */
.ImgBox{

    position: absolute;
    top: 42%;
    left: 52%;
    transform: translate(-50% , -50%);
}
.ImgBox img{
    width: 3rem;
    height: 2.5rem;
}
.ImgBox div{
    text-align: center;
    font-size: .3rem;
    font-family: PingFang-SC-Regular;
    color: #cccccc;
}