/* pages/evaluate/index.wxss */
#container{
    bottom: 0;
    height: 100%;
}
.list2{
    width: 95%;
    padding: 15px 2.5%;
    /* margin-top: 10rpx; */
    text-align: center;
    height: 100%;
    overflow-y: auto;
}
.list2 .evaluate{
    width: 100%;
    font-size: 0;
    padding: 5px 0;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 5px;
    text-align: left;
}
.list2 .evaluate>div:first-child{
    width: 45px;
    display: inline-block;
    vertical-align: middle;
    float: left;
}
.list2 .evaluate>div:first-child img{
    width: 35px;
    height: 35px;
    display: block;
    margin:  3px 5px 0;
    border-radius: 100%;
}
.list2 .evaluate>div:last-child{
    width: calc(100% - 50px);
    margin-left: 50px;
}
.list2 .evaluate>div:last-child>div:first-child{
    font-size: 14px;
    color: #2c2c2c;
}
.list2 .evaluate>div:last-child>div:nth-child(2){
    font-size: 12px;
    color: #565656;
    word-wrap: break-word;
    word-break: break-all;
    margin-top: 3px;
    line-height: 20px;
}
.list2 .evaluate>div:last-child>div:nth-child(3){
    font-size: 11px;
    color: #999999;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    height: 35px;
    line-height: 35px;
}
.list2 .evaluate>div:last-child>div:nth-child(4){
    font-size: 11px;
    color: #999999;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    height: 35px;
    line-height: 35px;
}