.comment-item {
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  box-shadow: 0px 0px 0.08rem 0px rgba(56, 56, 56, 0.12);
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
}
.comment-item .question-imgs {
  display: flex;
  flex-wrap: wrap;
  margin-top: .2rem;
}
.comment-item .question-imgs .q-img {
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:0 .1rem 0.1rem 0;
  background-color: #000;
  border: 1px solid #ddd;
}
.comment-item .question-imgs .q-img img,
.comment-item .question-imgs .q-img video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
}
.comment-item .item-likes {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.3rem;
}
.comment-item .item-likes i {
  font-size: .36rem;
  color: #666;
}
.comment-item .item-likes .like-number {
  font-size: .3rem;
  color: #666;
  margin-left: 0.06rem;
  font-weight: normal;
}
.comment-item .title {
  font-size: 0.3rem;
  color: #383838;
}
.comment-item .question {
  margin-top: 0.3rem;
  background: url(/mobile/public/images/question.png) no-repeat;
  background-size: 0.4rem 0.3rem;
  background-position: top left;
  padding-top: 0.15rem;
  font-size: 0.28rem;
  color: #666;
  line-height: 0.36rem;
}
.comment-item .answer {
  margin-top: 0.2rem;
  padding: 0.2rem 0.3rem;
  background: #F9F9F9;
  position: relative;
}
.comment-item .answer::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #c4c4c4;
}
.comment-item .answer .name {
  font-size: 0.3rem;
  color: #383838;
}
.comment-item .answer .result {
  margin-top: 0.2rem;
  font-size: 0.28rem;
  color: #666;
  line-height: 0.42rem;
  word-break: break-all;
}
.comment-item .answer .result span {
  color: #383838;
}
