.wx_comment_title {
  margin-bottom: 20px;
  padding: 15px;
  border-radius: var(--radius-wrap);
  background: var(--background);
  box-shadow: var(--box-shadow);
}
.wx_comment {
  padding: 0 0 20px;
  border-radius: 0;
  background: 0 0;
  box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
}
.comment-list .parent {
  color: var(--routine);
  font-size: 13px;
}
.wx_comment .comment-list {
  margin: 0;
  padding-top: 0;
}
.wx_comment > ol > li,
.wx_comment_respond {
  margin-bottom: 20px;
  padding: 15px;
  border-radius: var(--radius-wrap);
  background: var(--background);
  box-shadow: var(--box-shadow);
}
.wx_comment .comment_list_item-contain .term {
  margin: 15px 0 0;
}
.wx_comment .comment_list_item-contain .term .content {
  margin: -2px 15px 0;
  padding-bottom: 10px;
  border-bottom: 0;
  letter-spacing: 0.05rem;
}
.wx_comment .comment_list_item-contain .term .content .user {
  margin-bottom: 8px;
}
.wx_comment .comment_list_item-children {
  padding-left: 0;
}
.wx_comment .comment_list_item-contain .term .content .handle .reply {
  margin-left: 0;
  flex-direction: row;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.wx_comment1 .content {
  order: -1;
}
.wx_comment .comment_list_item-contain .term .content .substance {
  display: table;
  width: auto !important;
  max-width: 70% !important;
  background: var(--Omnia-mment);
  line-height: 26px;
}
.wx_comment .wx_comment1 .content .substance {
  margin-right: 0 !important;
  margin-left: auto !important;
}
.wx_comment .wx_comment1 .content .user .author {
  overflow: hidden;
  margin-right: 2px;
  margin-left: auto !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wx_comment .term .content .handle .date {
  font-style: italic;
}
.wx_comment .wx_comment1 .content .handle .date {
  margin-left: auto !important;
}
.wx_comment .comment_list_item-contain .term .avatar {
  margin-right: 0;
  padding: 0;
  border: 0;
  border-radius: 15%;
}
.wx_comment_reply {
  position: relative;
  margin: 0 0 auto;
}
.wx_comment_reply .reply {
  position: absolute;
  display: flex;
  visibility: hidden;
  width: 100%;
  height: 100%;
  border-radius: 15%;
  background: rgb(0 0 0/0.3);
  color: #fff;
  transition: all 0.2s;
  transform: translateY(10px);
  justify-content: center;
  align-items: center;
}
.term:hover .wx_comment_reply {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.wx_comment_close {
  margin-bottom: 15px;
  padding: 15px;
  border-radius: var(--radius-wrap);
  background: var(--background);
  box-shadow: var(--box-shadow);
  font-size: 15px;
}
@media (max-width: 768px) {
  .wx_comment .comment_list_item-contain .term .content .substance {
    max-width: 100% !important;
  }
  .wx_comment_reply .reply,
  html .wx_comment .comment_list_item-contain .term .avatar {
    margin-right: 0;
    width: 45px;
    height: 45px;
  }
}
