.comment{
    width: 100%;
    padding-top: 70px;
    padding-bottom: 40px;
    min-height: 800px;
}
.ched{
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: #f2f2f2 solid 1px;
    position: relative;


}
.ched p{
    font-size: 18px;
    color: #4c4c4c; 
    line-height: 18px;
}
.ched .xian{
    height: 3px;
    width: 50px;
    background-color: #ff671f;
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -25px;
  
}
.biao{
    font-size: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 20px;

}
.biao img{
    margin-top: -10px;
    margin-right: 10px;
}
.biao span{
    color: #999999;
    font-size: 14px;
    margin-right: 25px;
}
.text p{
    font-size: 14px;
    color: #666666;
    line-height: 36px;
}



@media screen and (max-width: 700px){
    .comment {
        padding: 1.6rem 0.2rem 2rem;
    }
    .ched {
        width: 100%;
        padding-bottom: 0.3rem;
    }
    .ched p {
        font-size: 0.32rem;
        line-height: 0.32rem;
        line-height: 0.5rem;
    }
    .zs {
        font-size: 0.24rem;
        margin-top: 0.4rem;

    }
    .biao {
        font-size: 0;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-top: 0.2rem;
    }
    .biao img {
        margin-top: -10px;
        margin-right: 10px;
        width: 0.4rem;
    }
    .biao span {
        color: #999999;
        font-size: 0.24rem;
        margin-right: 25px;
    }
    .text{
        width: 100%;
        min-height: 7.4rem;
        
    }
    .text p{
        font-size: 0.24rem;
        
    }
    .text img{
        width: 100%;
    }
}