.comment-list {
  width: 900px;
}

.comment-summary {
  padding: 40px 118px 40px 50px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.comment-summary__title {
  line-height: 39px;
  font-size: 22px;
  font-weight: 500;
  color: #333;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.comment-summary__title span {
  color: #e03336;
}

.comment-summary__ranking {
  margin-left: 11px;
  line-height: 39px;
  font-size: 0;
}

.comment-star {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

.comment-star + .comment-star {
  margin-left: 5px;
}

.comment-star--mini {
  width: 24px;
  height: 24px;
}

.comment-star--full {
  background-image: url("../images/fangchan_pc_remake_new_house_detail_ranking_full_star.png");
}

.comment-star--half {
  background-image: url("../images/fangchan_pc_remake_new_house_detail_ranking_half_star.png");
}

.comment-star--empty {
  background-image: url("../images/fangchan_pc_remake_new_house_detail_ranking_empty_star.png");
}

.write-comment-btn {
  width: 188px;
  line-height: 39px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  background: #fd5456;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.write-comment-btn:hover {
  background: #de3f41;
}

.tuangou-list {
  width: 286px;
  padding: 0 9px 14px 10px;
  border: 1px solid #efefef;
}

.tuangou-list__title {
  padding: 13px 0 14px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #efefef;
}

.tuangou-item {
  padding: 9px 0 0px;
}

.tuangou-item:hover .news-tuangou-item__title {
  color: #e03336;
}

.tuangou-item--curr .tuangou-item__detail {
  display: block;
}

.tuangou-item__title {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tuangou-item__price {
  font-size: 14px;
  font-weight: bold;
  color: #e03336;
}

.tuangou-item__bottom {
  margin-top: 10px;
  padding-bottom: 16px;
  border-bottom: 1px solid #efefef;
}

.tuangou-item__label {
  display: inline-block;
  margin-right: 11px;
  padding: 3px 8px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  background: #db091b;
  border-radius: 4px;
}

.tuangou-item__desc {
  display: inline-block;
  max-width: 65%;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tuangou-item__detail {
  padding: 18px 0;
  border-bottom: 1px solid #efefef;
  display: none;
}

.tuangou-item__detail__cover {
  width: 116px;
  height: 87px;
  overflow: hidden;
}

.tuangou-item__detail__cover img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tuangou-item__detail__main {
  width: 135px;
}

.tuangou-item__detail__title {
  font-size: 16px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tuangou-item__detail__desc {
  margin-top: .4rem;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tuangou-item__detail__info {
  margin-top: .4rem;
}

.tuangou-item__detail__price {
  font-size: 12px;
  color: #e03336;
}

.tuangou-item__detail__btn {
  width: 68px;
  margin-top: -3px;
  line-height: 24px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background: #db091b;
  -webkit-box-shadow: 0px 6px 12px rgba(183, 6, 21, 0.27);
  box-shadow: 0px 6px 12px rgba(183, 6, 21, 0.27);
  border-radius: 12px;
  border: 0;
  outline: 0;
}

.tuangou-item__detail__btn:hover {
  background-color: #c10000;
}

.comment-item {
  padding: 36px 0;
  border-bottom: 1px solid #efefef;
}

.comment-item__avatar {
  width: 93px;
  height: 93px;
  border-radius: 50%;
  overflow: hidden;
}

.comment-item__avatar img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-user-drag: none;
}

.comment-item__content {
  width: 789px;
}

.comment-item__name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.comment-item__ranking {
  margin-top: 9px;
  font-size: 0;
}

.comment-item__main {
  margin-top: 9px;
  line-height: 2;
  font-size: 14px;
  color: #666;
  /* overflow: hidden; */
  /* white-space: nowrap; */
  /* text-overflow: ellipsis; */
  line-height: 2;
  overflow: hidden;
  white-space: normal;
  text-overflow: unset;
}

.comment-item__info {
  margin-top: 8px;
  padding-right: 18px;
}

.comment-item__time {
  font-size: 12px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.comment-item__useful {
  padding-left: 28px;
  font-size: 14px;
  color: #666;
  background-repeat: no-repeat;
  background-size: 19px 17px;
  background-position: left center;
  background-image: url("../images/fangchan_pc_remake_new_house_detail_comment_useful.png");
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.comment-item__useful--liked {
  background-image: url("../images/fangchan_pc_remake_new_house_detail_comment_useful_liked.png");
}
