.comment{
    width: 100%;
    padding-top: 70px;
    padding-bottom: 140px;
}
.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;
  
}
.textbox p{
    margin-top: 40px;
    font-size: 14px;
    color: #666666;
}
.textbox img{
    margin: 50px 0;
    width: 100%;
}


@media screen and (max-width: 700px){
    .comment {
        padding: 1.5rem 0.2rem 2rem;
    }
    .ched {
        width: 100%;
        padding-bottom: 0.3rem;
    }
    .ched p {
        font-size: 0.32rem;
        line-height: 0.32rem;
    }
    .zs {
        font-size: 0.24rem;
        margin-top: 0.4rem;

    }
    .textbox p {
        margin-top: 0.4rem;
        font-size: 0.24rem;
        color: #666666;
    }
    .textbox img {
        margin: 0.5rem 0;
        width: 100%;
    }



}