.comment-container {
  padding: 0.3rem 0.2rem;
}

.comment-container .comment-category {
  display: flex;
  justify-content: space-between;
}

.comment-container .comment-category .item {
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(173, 173, 173, 0.5);
  line-height: 0.64rem;
  padding: 0 0.34rem;
}

.comment-container .comment-category .active {
  background: #3E8CC6;
  color: #fff;
  box-shadow: none;
}

.comment-container .comment-list .item {
  margin-top: 0.2rem;
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);
  padding: 0.2rem;
  overflow: hidden;
}

.comment-container .comment-list .item .item-header {
  display: flex;
  border-bottom: 0.02rem solid #EDEDED;
  padding-bottom: 0.1rem;
}

.comment-container .comment-list .item .item-header .title {
  flex: 7;
  font-weight: 600;
  color: #3E8CC6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.comment-container .comment-list .item .item-header .time {
  flex: 2;
  text-align: right;
  font-size: 0.24rem;
}

.comment-container .comment-list .item .profile {
  margin-top: 0.2rem;
  font-size: 0.24rem;
  color: #7E7E7E;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
