
.notice-detail[data-v-762c1762] {
  min-height: 100vh;
  background-color: #f5f5f5;
}
.loading-container[data-v-762c1762] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 20px;
}
.loading-container .loading-text[data-v-762c1762] {
  margin-top: 16px;
  color: #969799;
  font-size: 14px;
}
.error-container[data-v-762c1762] {
  padding: 100px 20px;
}
.detail-content[data-v-762c1762] {
  padding: 16px;
  background-color: #fff;
}
.notice-header[data-v-762c1762] {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ebedf0;
}
.notice-header .notice-title[data-v-762c1762] {
  font-size: 20px;
  font-weight: 600;
  color: #323233;
  line-height: 1.5;
  margin: 0 0 12px 0;
}
.notice-header .notice-meta[data-v-762c1762] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.notice-header .notice-meta .notice-time[data-v-762c1762] {
  font-size: 12px;
  color: #969799;
}
.notice-body .detail-block[data-v-762c1762] {
  margin-bottom: 24px;
}
.notice-body .detail-block[data-v-762c1762]:last-child {
  margin-bottom: 0;
}
.notice-body .text-block .text-content[data-v-762c1762] {
  font-size: 16px;
  line-height: 1.8;
  color: #323233;
  white-space: pre-wrap;
  word-break: break-word;
}
.notice-body .image-block .image-list[data-v-762c1762] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.notice-body .image-block .image-list .detail-image[data-v-762c1762] {
  border-radius: 8px;
  object-fit: cover;
  cursor: pointer;
  background-color: #f5f5f5;
}
.notice-body .image-block .image-list .detail-image.single[data-v-762c1762] {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 500px;
}
.notice-body .image-block .image-list .detail-image.double[data-v-762c1762] {
  width: calc(50% - 4px);
  aspect-ratio: 1;
}
.notice-body .image-block .image-list .detail-image.multiple[data-v-762c1762] {
  width: calc(33.333% - 6px);
  aspect-ratio: 1;
}
.notice-body .video-block[data-v-762c1762] {
  margin-top: 12px;
}
.notice-body .video-block .detail-video[data-v-762c1762] {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 500px;
  border-radius: 8px;
  background-color: #000;
  margin-bottom: 12px;
}
.notice-body .video-block .detail-video[data-v-762c1762]:last-child {
  margin-bottom: 0;
}
.empty-content[data-v-762c1762] {
  padding: 60px 20px;
}
