.comment_favorite_w {
  line-height: normal;
  margin: 22px 0;
}
.comment_favorite_w .comment-caption {
  text-align: center;
  color: #929292;
  position: relative;
  margin-bottom: 20px;
}
.comment_favorite_w .comment-caption .name {
  background: #fff;
  z-index: 1;
  position: relative;
  padding: 0 8px;
  font-size: 13px;
}
.comment_favorite_w .comment-caption .line {
  display: block;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  left: 0;
  right: 0;
  top: 8px;
}
.comment_favorite_w .comment-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.comment_favorite_w .comment-item .comment-info {
  margin-right: 20px;
}
.comment_favorite_w .comment-item .comment-content {
  flex-grow: 1;
}
.comment_favorite_w .user-photo {
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.comment_favorite_w .user-photo .user-photo-img {
  display: block;
  width: 100%;
}
.comment_favorite_w .comment-top {
  margin-bottom: 10px;
}
.comment_favorite_w .comment-top .name {
  font-size: 18px;
  float: left;
  line-height: 28px;
}
.comment_favorite_w .comment-top .date {
  color: #929292;
  font-size: 12px;
  display: inline-block;
  margin-left: 8px;
  float: left;
  line-height: 28px;
}
.comment_favorite_w .comment-top .stars {
  float: left;
  margin-left: 8px;
  margin-top: 6px;
}
.comment_favorite_w .comment-text {
  margin-bottom: 15px;
  white-space: pre-wrap;
}
.comment_favorite_w .comment-action {
  display: flex;
  flex-wrap: nowrap;
}
.comment_favorite_w .comment-action .action {
  position: relative;
  margin-right: 15px;
}
.comment_favorite_w .comment-action .action:last-child {
  margin-right: 0;
}
.comment_favorite_w .comment-action .action.count {
  cursor: pointer;
  padding-left: 32px;
  color: #7BBB2A;
}
.comment_favorite_w .comment-action .action.count:before {
  content: "";
  background: url("/images/answer.png");
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
}
.comment_favorite_w .comment-action .action.count:hover {
  text-decoration: none;
}
.comment_favorite_w .comment-action .action.like {
  cursor: pointer;
  padding-left: 30px;
  color: #7BBB2A;
  text-decoration: none;
}
.comment_favorite_w .comment-action .action.like .ico {
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  font-size: 23px;
  font-weight: bold;
}
.comment_favorite_w .comment-action .action.like .icon-heart {
  display: block;
}
.comment_favorite_w .comment-action .action.like .icon-heart_fill {
  display: none;
}
.comment_favorite_w .comment-action .action.like.active .icon-heart {
  display: none;
}
.comment_favorite_w .comment-action .action.like.active .icon-heart_fill {
  display: block;
}
.comment_favorite_w .comment-gallery .item {
  display: block;
  width: 103px;
  float: left;
  margin: 0 14px 14px 0;
  overflow: hidden;
  position: relative;
}
.comment_favorite_w .comment-gallery .item img {
  display: block;
  width: 100%;
}
.comment_favorite_w .comment-gallery .item .ico {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -18px 0 0 -18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  z-index: 2;
}
.comment_favorite_w .comment-gallery .item.video {
  height: 68px;
}
.comment_favorite_w .comment-gallery .item.video video {
  height: 100%;
}
.comment_favorite_w .comment-gallery .item.video .ico {
  background: red url(/images/ico-video.png) no-repeat 54% 50%;
}
.comment_favorite_w .stars .star {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMid' viewBox='0 0 15 15'%3E%3Cpath class='st0' fill='%23ccc' d='M7.5 0l2.3 4.9 5.2.8-3.7 3.8.9 5.4-4.6-2.6L2.9 15l.9-5.4L0 5.7l5.2-.8L7.5 0z'/%3E%3C/svg%3E");
  width: 15px;
  height: 15px;
  display: block;
  float: left;
  margin-right: 4px;
}
.comment_favorite_w .stars .star.active {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMid' viewBox='0 0 15 15'%3E%3Cpath class='st0' fill='%23f59841' d='M7.5 0l2.3 4.9 5.2.8-3.7 3.8.9 5.4-4.6-2.6L2.9 15l.9-5.4L0 5.7l5.2-.8L7.5 0z'/%3E%3C/svg%3E");
}
.comment_favorite_w a {
  text-decoration: none;
  color: #7bba2a;
  outline: none;
}
.comment_favorite_w a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=comment_favorite_w.css.map */
