.commentSection {
  margin: 12px auto 18px;
}
.commentSection .commentTextarea {
  border-radius: 16px;
  background: #ffffff;
  border: 0.5px solid #edf0ff;
  box-shadow: 0px 0px 11px -2px rgba(55, 84, 106, 0.05);
  padding: 24px 32px;
  box-sizing: border-box;
  height: 182px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.commentSection .commentTextarea textarea {
  width: 100%;
  flex: 1;
  border: none;
  resize: none;
  outline: none;
  font-size: 16px;
}
.commentSection .commentTextarea .pushCommentBtn {
  font-size: 16px;
  color: #FFF;
  background: var(--base-color);
  padding: 6px 28px;
  border-radius: 214px;
}
.commentSection .commentList {
  background: #FFF;
  padding: 26px 34px;
  border-radius: 16px;
  background: #ffffff;
  border: 0.5px solid #edf0ff;
  margin-top: 18px;
  box-shadow: 0px 0px 11px -2px rgba(55, 84, 106, 0.05);
  transition: all 0.4s;
}
.commentSection .commentList .item {
  display: flex;
  align-items: flex-start;
  margin-top: 16px;
}
.commentSection .commentList .item .left {
  flex-shrink: 0;
  margin-right: 10px;
}
.commentSection .commentList .item .left .avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}
.commentSection .commentList .item .right {
  flex: 1;
  width: calc(100% - 42px);
  overflow: hidden;
}
.commentSection .commentList .item .right .lz {
  color: #696969;
  font-size: 14px;
  margin-bottom: 4px;
}
.commentSection .commentList .item .right .commentItem {
  border-radius: 8px;
  background: #f7faff;
  padding: 14px 16px 6px;
  margin-bottom: 14px;
}
.commentSection .commentList .item .right .commentItem .replyInfo {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.commentSection .commentList .item .right .commentItem .replyInfo .avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.commentSection .commentList .item .right .commentItem .replyInfo .nickname {
  color: #696969;
  font-size: 14px;
}
.commentSection .commentList .item .right .commentItem .word {
  margin-bottom: 12px;
  color: #696969;
  font-size: 16px;
}
.commentSection .commentList .item .right .commentItem .word .aite {
  display: inline-block;
  color: var(--base-color);
  font-size: 16px;
  padding-right: 8px;
}
.commentSection .commentList .item .right .commentItem .bottomInfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.commentSection .commentList .item .right .commentItem .bottomInfo .time {
  color: #98989e;
  font-size: 14px;
}
.commentSection .commentList .item .right .commentItem .bottomInfo .time span.daishenhe {
  display: inline-block;
  font-size: 14px;
  color: var(--base-color);
  padding-left: 5px;
}
.commentSection .commentList .item .right .commentItem .bottomInfo .optionGroup {
  display: flex;
  align-items: center;
  gap: 22px;
  user-select: none;
}
.commentSection .commentList .item .right .commentItem .bottomInfo .optionGroup .comment {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #98989e;
  gap: 5px;
}
.commentSection .commentList .item .right .commentItem .bottomInfo .optionGroup .comment .icon {
  height: 15px;
}
.commentSection .commentList .item .right .commentItem .bottomInfo .optionGroup .comment .flex {
  align-items: center;
}
.commentSection .commentList .item .right .commentItem .bottomInfo .optionGroup .delete {
  font-size: 14px;
  color: #ff7373;
}
.commentSection .commentTextarea textarea {
  margin-bottom: 10px;
}
.commentSection .commentTextarea.withoutUserInfo {
  align-items: center;
  justify-content: center;
}
.commentSection .commentTextarea.withoutUserInfo .hint {
  font-size: 14px;
  color: #828282;
}
.commentSection .commentTextarea.withoutUserInfo .loginBtn {
  padding: 6px 28px;
  color: #FFF;
  background-color: var(--base-color);
  border-radius: 25px;
  margin-top: 10px;
}
.loadingMoreLeve2 {
  color: var(--base-color);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  width: max-content;
}
.loadingMoreLeve2 i {
  font-size: 12px;
  font-weight: bold;
}
.loadingMore {
  color: #FFF;
  font-size: 14px;
  padding: 6px 24px;
  border-radius: 25px;
  background: var(--base-color);
  margin: 18px auto 0;
  width: max-content;
}
.mbBox.comment {
  background: rgba(0, 0, 0, 0.55);
}
.mbBox.comment.deleteBox .whiteBox {
  width: 80%;
  max-width: 544px;
}
.mbBox.comment.deleteBox .whiteBox .content {
  padding: 40px 0 20px;
}
.mbBox.comment .whiteBox {
  padding: 30px;
  background: #FFF;
  max-width: 890px;
  width: 90vw;
  box-sizing: border-box;
}
.mbBox.comment .replyTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.mbBox.comment .replyTitle span {
  color: var(--base-color);
}
.mbBox.comment .contentBox {
  border-radius: 8px;
  background: #f7faff;
  margin-top: 18px;
  height: 196px;
  box-sizing: border-box;
  padding: 10px;
}
.mbBox.comment .contentBox textarea {
  border: none;
  width: 100%;
  height: 100%;
  resize: none;
  background: transparent;
  outline: none;
}
.mbBox.comment .btnGroup {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  margin-top: 28px;
}
.mbBox.comment .btnGroup .btn {
  padding: 8px 30px;
  border-radius: 214px;
  border: 1px solid var(--base-color);
  color: var(--base-color);
  font-size: 14px;
}
.mbBox.comment .btnGroup .btn.confirm {
  background: var(--base-color);
  color: #FFF;
}
.appBox.dark .mbBox.comment .whiteBox {
  background: #1b2838 !important;
  color: #fff !important;
}
.appBox.dark .mbBox.comment .contentBox {
  background: rgba(255, 255, 255, 0.2);
}
.appBox.dark .mbBox.comment .contentBox input {
  color: #FFF;
}
.appBox.dark .commentSection .commentTextarea {
  background: #192736;
  box-shadow: 0px 0px 11px -2px rgba(55, 84, 106, 0.05);
  border: #192736;
}
.appBox.dark .commentSection .commentTextarea textarea {
  color: #FFF;
  background: #192736;
}
.appBox.dark .commentSection .commentList {
  background: #192736;
  border: #192736;
}
.appBox.dark .commentSection .commentList .item .right .commentItem {
  background: #243342;
}
.appBox.dark .commentSection .commentList .item .right .commentItem .word {
  color: #ffffff;
}
.appBox.dark .commentSection .commentList .item .right .commentItem .word pre {
  color: #ffffff;
}
.appBox.dark .commentSection .commentList .item .right .commentItem .optionGroup .comment {
  color: #FFF;
}
.appBox.dark .commentSection .commentList .item .right .commentItem .bottomInfo {
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .commentSection .commentList {
    padding: 10px 20px;
  }
  .commentSection .commentList .item .left .avatar {
    width: 32px;
    height: 32px;
  }
}
/*# sourceMappingURL=comment.css.map */