.ht-deal-detail-comment-list ul li {
  margin-top: 16px;
  margin-bottom: 0;
  border-bottom: 1px solid #E6E6E6;
}
.ht-comment-user-logo {
  margin-right: 16px;
}
.ht-comment-user-logo img {
  height: 38px;
  width: 38px;
  border-radius: 999px;
  border: 1px solid #E6E6E6
}
.ht-comment-con {
  display: none;
  width: 806px;
  width: -webkit-calc(100% - 56px) !important;
  width: calc(100% - 56px) !important;
  border: none;
  padding: 16px 0 8px;
  border-top: 1px solid #E6E6E6;
}
@media screen and (max-width: 1200px) {
  .ht-deal-detail-comment-list .ht-comment-con {
      width: 712px;
  }
}
.ht-comment-con:first-of-type {
  border-top: none;
  padding-top: 0;
}
.ht-comment-con-main {
  float: none;
  width: auto;
}
.ht-comment-con-main strong {
  color: #FF804D;
  font-size: 14px;
  line-height: 20px;
}
.gender-1,
.gender-2 {
  padding-right: 20px;
  background-image: url('../img/icon-man.svg');
  background-position: right;
  background-size: 16px;
  background-repeat: no-repeat;
}
.gender-2 {
  background-image: url('../img/icon-woman.svg');
}
.ht-comment-time {
  color: #A5A5A8;
  font-size: 14px;
}
.ht-comment-content {
  margin: 8px 0;
  font-size: 16px;
  line-height: 1.5;
}
.ht-comment-content span {
  color: #FF804D;
}
.ht-comment-con-btn {
  padding-right: 0;
}
.ht-comment-con-btn a {
  font-size: 10px;
  margin-left: 24px;
}
.ht-comment-con-btn a em {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.ht-comment-con-btn a span {
  color: #78787D;
  font-size: 14px;
  line-height: 20px;
}
.ht-comment-con-btn a:hover span {
  color: #FF804D;
}
.ht-comment-con .ht-comment-con-btn-reply {
  visibility: visible;
}
.ht-comment-con-btn-praise em {
  background-image: url('../images/icon-support.svg');
}
.ht-comment-con-btn-praise:hover em {
  background-image: url('../images/icon-support-s.svg');
}
.ht-comment-con-btn-reply em {
  background-image: url('../images/icon-comment.svg');
}
.ht-comment-con-btn-reply:hover em {
  background-image: url('../images/icon-comment-s.svg');
}
.ht-comment-con-btn-warning em {
  background-image: url('../images/icon-alert.svg');
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.ht-comment-con-btn-warning:hover em {
  background-image: url('../images/icon-alert-s.svg');
}
.ht-comment-con-btn-top em,
.ht-comment-con-btn-top-cancel em {
  background-image: url('../images/icon-top.svg');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.ht-comment-con-btn-top:hover em,
.ht-comment-con-btn-top-cancel:hover em {
  background-image: url('../images/icon-top-s.svg');
}
.ht-comment-con-btn-delete em {
  background-image: url('../images/icon-delete.svg');
}
.ht-comment-con-btn-delete:hover em {
  background-image: url('../images/icon-delete-s.svg');
}
.more-comment {
  display: inline-block;
  margin-left: 56px;
  margin-bottom: 16px;
  color: #628CF9;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.show {
  display: block !important;
}

.no-avatar-class .layui-layer-content {
  padding: 20px !important;
}
.no-avatar-class .layui-layer-btn .layui-layer-btn0 {
  width: 96px;
  box-shadow: none;
  background-color: #FE5A58;
  border-color: #FE5A58;
  color: #fff !important;
}
.no-avatar-class .layui-layer-btn .layui-layer-btn0:hover {
  color: #fff !important;
}
.no-avatar-class .layui-layer-btn a {
  height: 28px;
  line-height: 28px;
  margin: 5px 5px 0;
  padding: 0 15px;
  border: 1px solid #dedede;
  background-color: #fff;
  color: #333;
  border-radius: 2px;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
}