.message[data-v-1b9ea492] {
  background: #fff;
  min-height: 100%;
}
.message .box_li[data-v-1b9ea492] {
    padding: 0.53333rem 0.8rem;
    border-bottom: 0.02667rem solid #f0f0f0;
    text-align: left;
    position: relative;
}
.message .box_li .tips[data-v-1b9ea492] {
      display: block;
      width: 0.21333rem;
      height: 0.21333rem;
      border-radius: 50%;
      background: #f00;
      position: absolute;
      left: 0.4rem;
      top: 0.8rem;
}
.message .box_li .msg_content .title[data-v-1b9ea492] {
      line-height: 0.53333rem;
      font-size: 0.42667rem;
      color: #333;
      margin-bottom: 0.26667rem;
}
.message .box_li .msg_content .time[data-v-1b9ea492] {
      font-size: 0.37333rem;
      color: #999;
      margin-bottom: 0.26667rem;
}
.message .box_li .msg_content .content p[data-v-1b9ea492] {
      color: #333;
      line-height: 0.53333rem;
      text-overflow: -o-ellipsis-lastline;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      line-clamp: 2;
      -webkit-box-orient: vertical;
}
.message .tipsActive[data-v-1b9ea492] {
    background: #ccc;
}

