/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.container[data-v-33e5919f] {
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.75rem;
  background-color: #fff;
}
.comment[data-v-33e5919f] {
  width: 100%;
}
.comment .content[data-v-33e5919f] {
  display: flex;
  width: 100%;
}
.comment .content > img[data-v-33e5919f] {
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.5rem;
  border-radius: 50%;
}
.comment .content .info[data-v-33e5919f] {
  flex: 1;
}
.comment .content .info > span > em[data-v-33e5919f] {
  vertical-align: middle;
  font-size: 0.6rem;
  color: #999;
}
.comment .content .info > span > img[data-v-33e5919f] {
  display: inline-block;
  height: 0.6rem;
  vertical-align: middle;
  margin-left: 0.25rem;
}
.comment .content .info > p[data-v-33e5919f] {
  width: 100%;
  margin-top: 0.5rem;
  line-height: 0.9rem;
  font-size: 0.7rem;
  color: #666;
}
.comment .content .info > p > img[data-v-33e5919f] {
  display: inline-block;
  height: 0.7rem;
  margin-right: 0.25rem;
}
.comment .status[data-v-33e5919f] {
  justify-content: space-between;
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.75rem;
  margin-top: 0.75rem;
}
.comment .status > p[data-v-33e5919f] {
  color: #999;
}
.comment .status > p > time[data-v-33e5919f] {
  font-size: 0.55rem;
}
.comment .status > p > span[data-v-33e5919f] {
  margin-left: 0.5rem;
  font-size: 0.55rem;
}
.comment .status > p > i[data-v-33e5919f] {
  font-size: 0.6rem;
}
.comment .status > p > i[data-v-33e5919f]::before {
  margin-right: 0.25rem;
}
.comment .status > p > i.active[data-v-33e5919f]::before {
  color: #ebb614;
}
.reply-list[data-v-33e5919f] {
  width: 100%;
  margin-top: 0.5rem;
}
.reply-list > li[data-v-33e5919f] {
  width: 100%;
  padding: 0.5rem;
  background-color: #efefef;
}
.reply-list > li > p[data-v-33e5919f] {
  justify-content: space-between;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 0.65rem;
}
.reply-list > li > p > span[data-v-33e5919f] {
  color: #64c2f9;
}
.reply-list > li > p > time[data-v-33e5919f] {
  color: #bbb;
}
.reply-list > li > div[data-v-33e5919f] {
  width: 100%;
  margin-top: 0.5rem;
  line-height: 0.9rem;
  font-size: 0.65rem;
  color: #999;
}
.comment-input-box[data-v-33e5919f] {
  width: 100%;
  height: 4.25rem;
}
.reply-name[data-v-33e5919f] {
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 2.75rem;
  width: 100%;
  height: 1.5rem;
  padding: 0 0.5rem;
  background-color: #DECCAE;
  font-size: 0.6rem;
  color: #ab926a;
}
.comment-input[data-v-33e5919f] {
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 2.75rem;
  padding: 0.5rem;
  background-color: #fff;
  border-top: 1PX solid #eee;
  box-shadow: 0 -0.05rem 0.2rem 0 rgba(157, 155, 158, 0.05);
}
.comment-input .input-line[data-v-33e5919f] {
  display: flex;
  flex: 1;
  height: 100%;
  padding: 0.125rem;
  border-radius: 1.75rem;
  background-color: #eee;
}
.comment-input .input-line > img[data-v-33e5919f] {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
}
.comment-input .input-line > form[data-v-33e5919f] {
  flex: 1;
  height: 100%;
  padding-right: 0.5rem;
}
.comment-input .input-line > form > input[data-v-33e5919f] {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: transparent;
  font-size: 0.65rem;
}
.comment-input > i[data-v-33e5919f] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  height: 1rem;
  margin-left: 0.5rem;
  font-size: 0.6rem;
}
.comment-input > i[data-v-33e5919f]::before {
  margin-right: 0.25rem;
}
.comment-input > i.active[data-v-33e5919f]::before {
  color: #ebb614;
}

