.evaluate{
    padding-bottom: 1.4rem;
}
.evaluate .tab{
    display: flex;
    flex-wrap: wrap;
    padding: .2rem .1rem;
}
.evaluate .tab a{
    display: block;
    flex: 0 0 auto;
    border: 1px solid #ebebeb;
    color: #9d9d9d;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    padding: .06rem .2rem;
    box-sizing: border-box;
    margin-right: .16rem;
    margin-left: .16rem;
    margin-top: .14rem;
}
.evaluate .tab a.current{
    background: #c2974e;
    color: #ffffff;
    border-color: #c2974e;
}
.evaluate dl{
    padding: 0 .24rem;
    box-sizing: border-box;
    margin-top: .4rem;
}
.evaluate dd{
    border-bottom: 1px solid #eeeeee;
    padding: .2rem 0;
}
.evaluate dd .name{
    display: flex;
    align-items: center;
}
.evaluate dd .name .imgs{
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    margin-right: .12rem;
}

.evaluate dd .name_t span{
    display: block;
    font-size: .3rem;
    color: #666666;
}
.evaluate dd .star{
    display: flex;

}
.evaluate dd .star img{
    display: block;
    width: .3rem;
    height: .3rem;
}
.evaluate dd p {
    color: #8a8a8a;
    font-size: .26rem;
    padding: .2rem 0;
}
.evaluate dd .img_s{
    display: flex;
    flex-wrap: wrap;
}
.evaluate dd .img_s .list_img{
    width: 32%;
    height: 1.9rem;
    display: block;
    margin-right: 2%;
}
/* .evaluate dd .img_s .list_img img{
    display: block;
    width: 100%;

} */
.evaluate dd .img_s .list_img:nth-child(3n),
.evaluate dd .img_s .list_img:last-child
{
    margin-right: 0;
}
.evaluate dd .time{
    display: flex;
    align-items: center;
    padding: .2rem 0;
    padding-top: .3rem;
}
.evaluate dd .time img{
    margin-right: .1rem;
    width: .32rem;
    height: .32rem;
}
.evaluate dd .time span{
    display: block;
    font-size: 26rpx;
    color: #b0b0b0;
}