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

.comment-container .item {
  display: block;
  padding: 0.12rem 0.4rem;
  border-bottom: 1px solid #C2C6D0;
  color: #323232;
  overflow: hidden;
}

.comment-container .item .name {
  width: 100%;
  position: relative;
  padding-left: 0.4rem;
  font-weight: 600;
}

.comment-container .item .name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15rem;
  transform: translateY(-50%);
  width: 0.32rem;
  height: 0.32rem;
  background: url("../images/pdf.svg");
  background-size: 100% 100%;
}

.comment-container .item .time {
  margin-top: 0.16rem;
  float: right;
}
