/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.page[data-v-75795d41] {
  position: relative;
}
.container[data-v-75795d41] {
  width: 100%;
  padding: 0 0.5rem 0.75rem;
  background-color: #fff;
}
.container > h1[data-v-75795d41] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  width: 100%;
  padding: 1rem 0;
  text-align: center;
  font-weight: bold;
  font-size: 0.85rem;
}
.container > pre[data-v-75795d41] {
  width: 100%;
  padding-bottom: 0.75rem;
  overflow: hidden;
  white-space: pre-line;
  font-family: inherit;
}
.container > pre[data-v-75795d41] img {
  max-width: 100%;
}
.container .status[data-v-75795d41] {
  justify-content: space-between;
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.75rem;
}
.container .status i[data-v-75795d41] {
  font-size: 0.6rem;
  color: #999;
}
.container .status i[data-v-75795d41]::before {
  margin-right: 0.25rem;
}
.container .status > p > i[data-v-75795d41]:first-child {
  margin-right: 1rem;
}
.container .status > p > i.active[data-v-75795d41]::before {
  color: #ebb614;
}
.detail-title[data-v-75795d41] {
  width: 100%;
  padding: 0.75rem 0;
  border-bottom: 1PX dashed #ccc;
}
.detail-title .user-info[data-v-75795d41] {
  display: flex;
  width: 100%;
  height: 2.25rem;
}
.detail-title .user-info > img[data-v-75795d41] {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.25rem;
}
.detail-title .user-info .desc[data-v-75795d41] {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1;
  margin: 0 0.375rem;
  padding: 0.25rem 0;
}
.detail-title .user-info .desc > b[data-v-75795d41] {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  font-size: 0.7rem;
}
.detail-title .user-info .desc > p[data-v-75795d41] {
  width: 100%;
  font-size: 0.6rem;
}
.detail-title .user-info .desc > p > time[data-v-75795d41] {
  margin-right: 0.25rem;
  color: #999;
}
.detail-title .user-info > button[data-v-75795d41] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  width: 2.5rem;
  height: 0.9rem;
  border-radius: 0.9rem;
  background-color: #ebb614;
  font-size: 0.6rem;
  color: #fff;
}
.detail-title .keyword[data-v-75795d41] {
  width: 100%;
  margin-top: 0.5rem;
  font-size: 0.65rem;
  color: #34c5ff;
}
.comment-list[data-v-75795d41] {
  width: 100%;
  margin-top: 0.5rem;
  padding: 0 0.5rem;
  background-color: #fff;
}
.comment-list > li[data-v-75795d41] {
  width: 100%;
  padding: 0.75rem 0;
}
.comment-list > li[data-v-75795d41]:not(:last-child) {
  border-bottom: 1PX solid #e5e5e5;
}
.comment-list > li .content[data-v-75795d41] {
  display: flex;
  width: 100%;
}
.comment-list > li .content > img[data-v-75795d41] {
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.5rem;
  border-radius: 50%;
}
.comment-list > li .content .info[data-v-75795d41] {
  flex: 1;
}
.comment-list > li .content .info > span > em[data-v-75795d41] {
  vertical-align: middle;
  font-size: 0.6rem;
  color: #999;
}
.comment-list > li .content .info > span > img[data-v-75795d41] {
  display: inline-block;
  height: 0.6rem;
  vertical-align: middle;
  margin-left: 0.25rem;
}
.comment-list > li .content .info > p[data-v-75795d41] {
  width: 100%;
  margin-top: 0.5rem;
  line-height: 0.9rem;
  font-size: 0.7rem;
  color: #666;
}
.comment-list > li .content .info > p > img[data-v-75795d41] {
  display: inline-block;
  height: 0.7rem;
  margin-right: 0.25rem;
}
.comment-list > li .status[data-v-75795d41] {
  justify-content: space-between;
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.75rem;
  margin-top: 0.75rem;
}
.comment-list > li .status > time[data-v-75795d41] {
  font-size: 0.55rem;
  color: #999;
}
.comment-list > li .status > p i[data-v-75795d41] {
  font-size: 0.6rem;
  color: #999;
}
.comment-list > li .status > p i[data-v-75795d41]::before {
  margin-right: 0.25rem;
}
.comment-list > li .status > p i[data-v-75795d41]:first-child {
  margin-right: 1rem;
}
.comment-list > li .status > p i.active[data-v-75795d41]::before {
  color: #ebb614;
}
.comment-input[data-v-75795d41] {
  display: flex;
  align-items: center;
  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-75795d41] {
  display: flex;
  flex: 1;
  height: 100%;
  padding: 0.125rem;
  border-radius: 1.75rem;
  background-color: #eee;
}
.comment-input .input-line > img[data-v-75795d41] {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
}
.comment-input .input-line > form[data-v-75795d41] {
  flex: 1;
  height: 100%;
  padding-right: 0.5rem;
}
.comment-input .input-line > form > input[data-v-75795d41] {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: transparent;
  font-size: 0.65rem;
}
.comment-input > p[data-v-75795d41] {
  display: flex;
  margin-left: 0.5rem;
}
.comment-input > p > i[data-v-75795d41] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  height: 1rem;
  font-size: 0.6rem;
}
.comment-input > p > i[data-v-75795d41]::before {
  margin-right: 0.25rem;
}
.comment-input > p > i[data-v-75795d41]:first-child {
  margin-right: 0.5rem;
  padding-right: 0.5rem;
  border-right: 1PX solid #a0a0a0;
}
.comment-input > p > i.active[data-v-75795d41]::before {
  color: #ebb614;
}
.download[data-v-75795d41] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 5rem;
  width: 7.5rem;
  height: 1.5rem;
  margin: auto;
  border-radius: 1.5rem;
  background-color: #ffd32d;
  font-size: 0.6rem;
  color: #333752;
}

