
.not .el-dialog__body{
  padding: 0 29px 10px 29px;
}


.title[data-v-83c1c4c0] {
  font-size: calc(24 / 20 * 1rem);
}
.time[data-v-83c1c4c0]{
  text-align: center;
}
.body-box[data-v-83c1c4c0]{
  max-height: calc(100vh - 250px);
  overflow-y: auto;
}
.content-display[data-v-83c1c4c0] {
  line-height: 1.6;
  word-wrap: break-word;
  padding: 10px 0;
}
.content-display img[data-v-83c1c4c0] {
  max-width: 100%;
  height: auto;
  cursor: pointer;
}
.btn-box[data-v-83c1c4c0]{
  width: 100%;
  text-align: center;
  margin-top: 10px;
}


[data-v-738043c2] .el-table__row{
  cursor: pointer;
}
.back-box[data-v-738043c2] {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.title-box[data-v-738043c2]{
  white-space: nowrap; /* 不换行 */
  overflow: hidden; /* 隐藏超出的内容 */
  text-overflow: ellipsis; /* 用省略号表示被隐藏的部分 */
  max-width: calc(100% - 20px); /* 设置最大宽度以限制文本的显示长度 */
}
.transform-box[data-v-738043c2]{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 17px;
       column-gap: 17px;
}
.is_top[data-v-738043c2]{
  display: flex;
  align-items: center;
  justify-content: center;
}
.is_top>span[data-v-738043c2]{
  background: #FF9239;
  border-radius: 2px;
  box-sizing: border-box;
  transform-origin: center;
  -webkit-animation: pulse-738043c2 2s infinite;
          animation: pulse-738043c2 2s infinite;
  font-family: MicrosoftYaHeiSemibold;
  line-height: 12px;
  padding: 2px 4px;
  font-size: 10px;
  color: #FFFFFF;
  font-style: normal;
}
@-webkit-keyframes pulse-738043c2 {
0% {
        transform: scale(1); /* 初始状态，无变化 */
}
50% {
        transform: scale(1.1); /* 放大到1.5倍 */
}
100% {
        transform: scale(1); /* 缩小回原始大小 */
}
}
@keyframes pulse-738043c2 {
0% {
        transform: scale(1); /* 初始状态，无变化 */
}
50% {
        transform: scale(1.1); /* 放大到1.5倍 */
}
100% {
        transform: scale(1); /* 缩小回原始大小 */
}
}

