/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* 主色调 */
/* 字体 */
/* 圆角 */
/* 阴影 */
/* 按钮 */
/* 面包屑 */
/* 标签页*/
/* 单选框 */
/* 复选 */
/* 输入 */
/* 步骤条 */
/* 开关 */
/* 对话框 */
/* 抽屉 */
/* 气泡卡片 */
/* 全局提示 */
/* 卡片 */
/* 加载 */
/* 表单 */
/* 表格 */
/* 选择器 */
/* 穿梭框 */
/* 文字提示 */
/* 时间控件 下拉面板 */
.bonree-comment {
  position: relative;
  background-color: inherit;
}
.bonree-comment-inner {
  display: flex;
  padding: 16px 0;
}
.bonree-comment-avatar {
  position: relative;
  flex-shrink: 0;
  margin-right: 12px;
  cursor: pointer;
}
.bonree-comment-avatar img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.bonree-comment-content {
  position: relative;
  flex: 1 1 auto;
  min-width: 1px;
  font-size: 12px;
  word-wrap: break-word;
}
.bonree-comment-content-author {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 4px;
  font-size: 12px;
}
.bonree-comment-content-author > a,
.bonree-comment-content-author > span {
  padding-right: 8px;
  font-size: 12px;
  line-height: 18px;
}
.bonree-comment-content-author-name {
  color: #6f7782;
  font-size: 12px;
  transition: color 0.3s;
}
.bonree-comment-content-author-name > * {
  color: #6f7782;
}
.bonree-comment-content-author-name > *:hover {
  color: #6f7782;
}
.bonree-comment-content-author-time {
  color: #ccc;
  white-space: nowrap;
  cursor: auto;
}
.bonree-comment-content-detail p {
  margin-bottom: inherit;
  white-space: pre-wrap;
}
.bonree-comment-actions {
  margin-top: 12px;
  margin-bottom: inherit;
  padding-left: 0;
}
.bonree-comment-actions > li {
  display: inline-block;
  color: #6f7782;
}
.bonree-comment-actions > li > span {
  margin-right: 10px;
  color: #6f7782;
  font-size: 12px;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bonree-comment-actions > li > span:hover {
  color: #595959;
}
.bonree-comment-nested {
  margin-left: 44px;
}
.bonree-comment-rtl {
  direction: rtl;
}
.bonree-comment-rtl .bonree-comment-avatar {
  margin-right: 0;
  margin-left: 12px;
}
.bonree-comment-rtl .bonree-comment-content-author > a,
.bonree-comment-rtl .bonree-comment-content-author > span {
  padding-right: 0;
  padding-left: 8px;
}
.bonree-comment-rtl .bonree-comment-actions {
  padding-right: 0;
}
.bonree-comment-rtl .bonree-comment-actions > li > span {
  margin-right: 0;
  margin-left: 10px;
}
.bonree-comment-rtl .bonree-comment-nested {
  margin-right: 44px;
  margin-left: 0;
}
