.image-gallery-container[data-v-6ff2631b],
.video-preview-container[data-v-6ff2631b] {
  width: 100%;
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.image-item[data-v-6ff2631b],
.video-item[data-v-6ff2631b] {
  width: calc((100% - 16px) / 3);
  min-width: 100px;
  max-width: 120px;
  aspect-ratio: 1;
  position: relative;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.image-item[data-v-6ff2631b]:hover,
.video-item[data-v-6ff2631b]:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.image-item .media-content[data-v-6ff2631b],
.video-item .media-content[data-v-6ff2631b] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  cursor: pointer;
  background-color: #f5f5f5;
  min-height: 0;
}
.image-item .media-content img[data-v-6ff2631b],
.video-item .media-content img[data-v-6ff2631b],
.image-item .media-content video[data-v-6ff2631b],
.video-item .media-content video[data-v-6ff2631b] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #f5f5f5;
}
.image-item .media-content .image-error[data-v-6ff2631b],
.video-item .media-content .image-error[data-v-6ff2631b] {
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5px;
  background-color: #f5f5f5;
  font-size: 12px;
  color: #999;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.image-item .copy-button-container[data-v-6ff2631b],
.video-item .copy-button-container[data-v-6ff2631b] {
  padding: 2px 0;
  background-color: #fafafa;
  border-top: 1px solid #e8e8e8;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.image-item .copy-button-container .copy-button[data-v-6ff2631b],
.video-item .copy-button-container .copy-button[data-v-6ff2631b] {
  width: 100%;
  height: 20px;
  font-size: 10px;
  border-radius: 3px;
  line-height: 1;
  color: #2072f5;
  background-color: #f9f9f9;
  border: 1px solid #f9f9f9;
}
.image-item .copy-button-container .copy-button[data-v-6ff2631b] .van-icon,
.video-item .copy-button-container .copy-button[data-v-6ff2631b] .van-icon {
  font-size: 13px;
  margin-right: 1px;
}
.image-item .copy-button-container .copy-button[data-v-6ff2631b] .van-button__text,
.video-item .copy-button-container .copy-button[data-v-6ff2631b] .van-button__text {
  font-size: 13px;
  white-space: nowrap;
}
.image-item .copy-button-container .copy-button[data-v-6ff2631b] .van-button__content,
.video-item .copy-button-container .copy-button[data-v-6ff2631b] .van-button__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
  padding: 0 2px;
}
.count-item[data-v-6ff2631b] {
  width: calc((100% - 16px) / 3);
  min-width: 100px;
  max-width: 120px;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f0f0f0;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid #e8e8e8;
}
.count-item .count-overlay[data-v-6ff2631b] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border-radius: 5px;
}
.count-item .count-overlay span[data-v-6ff2631b] {
  font-size: 20px;
  font-weight: bold;
  color: white;
}
.count-item:hover .count-overlay[data-v-6ff2631b] {
  background-color: rgba(0, 0, 0, 0.75);
}
.empty-item[data-v-6ff2631b] {
  width: calc((100% - 16px) / 3);
  min-width: 100px;
  max-width: 120px;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f8f8f8;
  border: 1px dashed #ddd;
  border-radius: 6px;
}
.empty-content[data-v-6ff2631b] {
  color: #999;
  font-size: 12px;
  text-align: center;
  padding: 0 8px;
}
@media (max-width: 375px) {
.image-item[data-v-6ff2631b],
  .video-item[data-v-6ff2631b],
  .count-item[data-v-6ff2631b],
  .empty-item[data-v-6ff2631b] {
    width: calc((100% - 8px) / 2);
    min-width: 80px;
}
}
@supports not (aspect-ratio: 1) {
.image-item[data-v-6ff2631b],
  .video-item[data-v-6ff2631b],
  .count-item[data-v-6ff2631b],
  .empty-item[data-v-6ff2631b] {
    height: 120px;
}
@media (max-width: 375px) {
.image-item[data-v-6ff2631b],
    .video-item[data-v-6ff2631b],
    .count-item[data-v-6ff2631b],
    .empty-item[data-v-6ff2631b] {
      height: 100px;
}
}
}

.title-content[data-v-5244c5ee] {
  width: calc(100% - 32px);
  padding: 12px 16px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #eee;
}
.title-content .title-content-left[data-v-5244c5ee] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.title-content .title-content-left .title-value[data-v-5244c5ee] {
  font-size: 15px;
  font-weight: bold;
  color: #000;
  text-align: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.title-content .title-content-left .title-value .update-tag[data-v-5244c5ee] {
  background-color: #e73030;
  color: #fff;
  padding: 1px 6px;
  border-radius: 2px;
  margin-right: 5px;
  font-size: 12px;
  font-weight: normal;
}
.title-content .title-content-left .update-time[data-v-5244c5ee] {
  color: #999;
  font-size: 12px;
  margin-top: 4px;
  font-weight: normal;
}
.title-content .copy-btn[data-v-5244c5ee] {
  font-size: 13px;
  color: #2072f5;
  text-decoration: underline;
  cursor: pointer;
}
.schema-field[data-v-5244c5ee] {
  padding: 0 16px;
  margin-bottom: 10px;
  position: relative;
}
.schema-field .field-label[data-v-5244c5ee] {
  font-size: 14px;
  color: #000;
  margin-bottom: 8px;
  font-weight: bold;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.schema-field .field-label[data-v-5244c5ee]::before {
  width: 2.5px;
  height: 70%;
  content: '';
  position: absolute;
  left: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 1.5px;
  background-color: #2072f5;
}
.schema-field .field-label .copy-btn[data-v-5244c5ee] {
  font-size: 13px;
  color: #2072f5;
  text-decoration: underline;
  cursor: pointer;
  font-weight: normal;
}
.schema-field .text-content[data-v-5244c5ee] {
  color: #333;
  font-size: 13px;
  line-height: 1.5;
  word-break: break-word;
}
.schema-field .text-area-content[data-v-5244c5ee] {
  padding: 8px;
  height: 100px;
  white-space: pre-wrap;
  background-color: #f9f9f9;
  border-radius: 4px;
  overflow-y: auto;
  text-align: justify;
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}
.schema-field .text-area-content[data-v-5244c5ee]::-webkit-scrollbar {
  width: 1px;
}
.schema-field .text-area-content[data-v-5244c5ee]::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.schema-field .text-area-content[data-v-5244c5ee]::-webkit-scrollbar-track {
  background-color: transparent;
}
.schema-field .select-content[data-v-5244c5ee],
.schema-field .number-content[data-v-5244c5ee] {
  color: #333;
  font-size: 13px;
}
.file-list[data-v-5244c5ee] {
  width: 100%;
}
.file-list .file-item[data-v-5244c5ee] {
  padding: 2px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.file-list .file-item[data-v-5244c5ee]:first-child {
  padding-top: 0;
}
.file-list .file-item[data-v-5244c5ee]:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.file-list .file-item .file-name[data-v-5244c5ee] {
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.file-list .file-item .file-name .file-icon[data-v-5244c5ee] {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.file-list .file-item .file-name a[data-v-5244c5ee] {
  color: #2072f5;
  text-decoration: none;
  font-size: 13px;
}
.file-list .file-item .file-name a[data-v-5244c5ee]:hover,
.file-list .file-item .file-name a[data-v-5244c5ee]:active {
  text-decoration: underline;
}
.file-list .file-item .file-name .file-share-trigger[data-v-5244c5ee] {
  color: #2072f5;
  cursor: pointer;
  font-size: 13px;
}
.file-list .file-item .file-name .file-share-trigger[data-v-5244c5ee]:hover,
.file-list .file-item .file-name .file-share-trigger[data-v-5244c5ee]:active {
  text-decoration: underline;
}
.file-list .file-item .file-action[data-v-5244c5ee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.file-list .file-item .file-action .action-btn[data-v-5244c5ee] {
  display: inline-block;
  color: #2072f5;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #f0f7ff;
  font-size: 13px;
}
.file-list .file-item .file-action .action-btn[data-v-5244c5ee]:hover,
.file-list .file-item .file-action .action-btn[data-v-5244c5ee]:active {
  background-color: #e0f0ff;
}
.empty-file[data-v-5244c5ee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
  background-color: #f8f8f8;
  border: 1px dashed #ddd;
  border-radius: 4px;
  width: 100%;
}
.empty-content[data-v-5244c5ee] {
  color: #999;
  font-size: 14px;
  text-align: center;
}
.preview-popup[data-v-5244c5ee] {
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.preview-popup .preview-content[data-v-5244c5ee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.preview-popup .preview-content video[data-v-5244c5ee] {
  max-width: 100%;
  max-height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}
.all-media-popup[data-v-5244c5ee] {
  width: 90%;
  height: 80%;
  border-radius: 8px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}
.all-media-popup .popup-title[data-v-5244c5ee] {
  padding: 16px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #eee;
  color: #333;
}
.all-media-popup .all-media-list[data-v-5244c5ee] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.all-media-popup .all-media-list .all-media-item[data-v-5244c5ee] {
  width: calc(33.333% - 8px);
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.all-media-popup .all-media-list .all-media-item img[data-v-5244c5ee],
.all-media-popup .all-media-list .all-media-item video[data-v-5244c5ee] {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.all-media-popup .all-media-list .all-media-item .media-actions[data-v-5244c5ee] {
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4px;
}
.all-media-popup .all-media-list .all-media-item .media-actions .van-button[data-v-5244c5ee] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 28px;
  font-size: 12px;
}

.filter-popup[data-v-ed66f672] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}
.filter-popup .filter-header[data-v-ed66f672] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #f0f0f0;
  background-color: #fff;
  position: relative;
}
.filter-popup .filter-header .filter-title[data-v-ed66f672] {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
}
.filter-popup .filter-header .filter-close-icon[data-v-ed66f672] {
  font-size: 20px;
  color: #666;
  cursor: pointer;
  padding: 4px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  margin-left: auto;
}
.filter-popup .filter-header .filter-close-icon[data-v-ed66f672]:hover {
  color: #333;
}
.filter-popup .filter-body[data-v-ed66f672] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px 10px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.filter-popup .filter-body .filter-loading[data-v-ed66f672] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
  color: #666;
}
.filter-popup .filter-body .filter-error[data-v-ed66f672] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
}
.filter-popup .filter-body .filter-error .error-message[data-v-ed66f672] {
  color: #ff6b6b;
  font-size: 14px;
  margin-top: 8px;
  text-align: center;
}
.filter-popup .filter-body .filter-empty[data-v-ed66f672] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
}
.filter-popup .filter-body .filter-item[data-v-ed66f672] {
  margin-bottom: 16px;
}
.filter-popup .filter-body .filter-item[data-v-ed66f672]:last-child {
  margin-bottom: 0;
}
.filter-popup .filter-body .filter-item .filter-label[data-v-ed66f672] {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin: 0 0 16px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  padding-left: 12px;
}
.filter-popup .filter-body .filter-item .filter-label[data-v-ed66f672]::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 4px;
  height: 16px;
  background-color: #2072f5;
  border-radius: 2px;
}
.filter-popup .filter-body .filter-item .filter-option[data-v-ed66f672] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  width: 100%;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border-radius: 6px;
}
.filter-popup .filter-body .filter-item .filter-option[data-v-ed66f672]:hover {
  background-color: #f8f9fa;
}
.filter-popup .filter-body .filter-item .filter-option[data-v-ed66f672]:last-child {
  margin-bottom: 0;
}
.filter-popup .filter-body .filter-item .filter-option .filter-option-label[data-v-ed66f672] {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.filter-popup .filter-body .filter-item .filter-radio-icon[data-v-ed66f672] {
  width: 14px;
  height: 14px;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 8px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #fff;
}
.filter-popup .filter-body .filter-item .filter-radio-icon.selected[data-v-ed66f672] {
  border-color: #2072f5;
  background-color: #2072f5;
  color: #fff;
}
.filter-popup .filter-body .filter-item .filter-radio-icon .van-icon[data-v-ed66f672] {
  font-size: 12px;
}
.filter-popup .filter-body .filter-item .filter-checkbox-icon[data-v-ed66f672] {
  width: 14px;
  height: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 8px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #fff;
}
.filter-popup .filter-body .filter-item .filter-checkbox-icon.selected[data-v-ed66f672] {
  border-color: #2072f5;
  background-color: #2072f5;
  color: #fff;
}
.filter-popup .filter-body .filter-item .filter-checkbox-icon .van-icon[data-v-ed66f672] {
  font-size: 12px;
}
.filter-popup .filter-footer[data-v-ed66f672] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  border-top: 1px solid #f0f0f0;
  background-color: #fff;
  gap: 12px;
}
.filter-popup .filter-footer .filter-reset-btn[data-v-ed66f672] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 44px;
  font-size: 14px;
  border-color: #e0e0e0;
  color: #666;
}
.filter-popup .filter-footer .filter-reset-btn[data-v-ed66f672]:hover {
  border-color: #ccc;
  color: #333;
}
.filter-popup .filter-footer .filter-confirm-btn[data-v-ed66f672] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 44px;
  font-size: 14px;
  background-color: #2072f5;
  border-color: #2072f5;
}
.filter-popup .filter-footer .filter-confirm-btn[data-v-ed66f672]:hover {
  background-color: #1a5dc4;
  border-color: #1a5dc4;
}

.profile-dialog .profile-form[data-v-59aa33c4] {
  padding: 15px;
}
.profile-dialog .profile-form .form-item[data-v-59aa33c4] {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.profile-dialog .profile-form .form-item .form-label[data-v-59aa33c4] {
  width: 80px;
  font-size: 14px;
  color: #333;
}
.profile-dialog .profile-form .form-item .form-value[data-v-59aa33c4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #666;
  font-size: 14px;
}
.profile-dialog .profile-form .form-item .form-value .license-code-input[data-v-59aa33c4] .van-field__control {
  height: 30px;
  font-size: 14px;
  border: 1px solid #dcdee0;
  border-radius: 4px;
  padding: 0 10px;
}
.profile-dialog .profile-form .form-item .qrcode-uploader[data-v-59aa33c4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.profile-dialog .profile-form .form-item .qrcode-uploader .uploader-btn[data-v-59aa33c4] {
  width: 130px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f5f5f5;
  border-radius: 4px;
  color: #999;
  font-size: 14px;
  text-align: center;
  border: 1px dashed #dcdee0;
}
.profile-dialog .profile-form .form-item .qrcode-uploader[data-v-59aa33c4] .van-uploader__preview {
  width: 130px;
  height: 130px;
  margin-right: 0;
  margin-bottom: 0;
}
.profile-dialog .profile-form .form-item .qrcode-uploader[data-v-59aa33c4] .van-uploader__preview-image {
  width: 130px;
  height: 130px;
  border: 2px solid #2072f5;
  border-radius: 4px;
  padding: 5px;
  background-color: #fff;
  -o-object-fit: contain;
     object-fit: contain;
}
.profile-dialog .profile-form .form-item .qrcode-uploader[data-v-59aa33c4] .van-uploader__preview-delete {
  top: -10px;
  right: -20px;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
.profile-dialog .profile-form .form-item .qrcode-uploader[data-v-59aa33c4] .van-uploader__preview-delete .van-icon {
  font-size: 48px !important;
  color: #333 !important;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.profile-dialog .profile-form .dialog-footer[data-v-59aa33c4] {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.profile-dialog .profile-form .dialog-footer .van-button[data-v-59aa33c4] {
  font-size: 16px;
  width: 40%;
  margin: 0 10px;
  padding: 20px 0;
}

.image-style-dialog .image-style-options[data-v-0637665b] {
  padding: 20px 15px;
}
.image-style-dialog .image-style-options .style-option[data-v-0637665b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  margin-bottom: 12px;
  background-color: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e9ecef;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.image-style-dialog .image-style-options .style-option[data-v-0637665b]:hover {
  background-color: #e9ecef;
  border-color: #2072f5;
}
.image-style-dialog .image-style-options .style-option[data-v-0637665b]:last-child {
  margin-bottom: 0;
}
.image-style-dialog .image-style-options .style-option .option-icon[data-v-0637665b] {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #2072f5;
  border-radius: 50%;
  margin-right: 12px;
}
.image-style-dialog .image-style-options .style-option .option-icon .van-icon[data-v-0637665b] {
  color: #fff;
  font-size: 18px;
}
.image-style-dialog .image-style-options .style-option .option-content[data-v-0637665b] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.image-style-dialog .image-style-options .style-option .option-content .option-title[data-v-0637665b] {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-bottom: 4px;
}
.image-style-dialog .image-style-options .style-option .option-content .option-desc[data-v-0637665b] {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
}
.image-style-dialog .image-style-options .style-option .option-arrow[data-v-0637665b] {
  color: #999;
  font-size: 14px;
}
.image-style-dialog .dialog-title-bar[data-v-0637665b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.image-style-dialog .dialog-title-bar .dialog-close-icon[data-v-0637665b] {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 22px;
  color: #999;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.image-style-dialog .dialog-title-bar .dialog-close-icon[data-v-0637665b]:hover {
  color: #2072f5;
}

.exh-page[data-v-43db72b6] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  background-color: #f0f0f0;
}
.exh-page .profile-maintenance-bar[data-v-43db72b6] {
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #333;
  font-size: 14px;
  background-color: #ffdcdc;
}
.exh-page .profile-maintenance-bar span[data-v-43db72b6] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.exh-page .profile-maintenance-bar .van-icon[data-v-43db72b6] {
  margin-left: 10px;
}
.exh-page .search-box[data-v-43db72b6] {
  padding: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  position: relative;
}
.exh-page .search-box .search-container[data-v-43db72b6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.exh-page .search-box .search-container[data-v-43db72b6] .van-search {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.exh-page .search-box .search-container .filter-button[data-v-43db72b6] {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f8f9fa;
  border-radius: 20px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  position: relative;
}
.exh-page .search-box .search-container .filter-button[data-v-43db72b6]:hover {
  background-color: #e9ecef;
}
.exh-page .search-box .search-container .filter-button .van-icon[data-v-43db72b6] {
  font-size: 18px;
  color: #666;
}
.exh-page .search-box .search-container .filter-button .filter-badge[data-v-43db72b6] {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 8px;
  height: 8px;
  background-color: #ff4444;
  border-radius: 50%;
}
.exh-page .search-box .search-suggestions[data-v-43db72b6] {
  position: absolute;
  top: 100%;
  left: 8px;
  right: 8px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  max-height: 300px;
  overflow-y: auto;
}
.exh-page .search-box .search-suggestions .suggestion-item[data-v-43db72b6] {
  padding: 12px 16px;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.exh-page .search-box .search-suggestions .suggestion-item[data-v-43db72b6]:hover {
  background-color: #f8f9fa;
}
.exh-page .search-box .search-suggestions .suggestion-item[data-v-43db72b6]:last-child {
  border-bottom: none;
}
.exh-page .search-box .search-suggestions .suggestion-item .suggestion-content .suggestion-title[data-v-43db72b6] {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  margin-bottom: 4px;
}
.exh-page .search-box .search-suggestions .suggestion-item .suggestion-content .suggestion-desc[data-v-43db72b6] {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
}
.exh-page .exh-content[data-v-43db72b6] {
  width: 100%;
  height: 100%;
  /* Fallback for browsers that don't support calc */
  /* Safari - adjusted for profile bar */
  /* Firefox - adjusted for profile bar */
  height: calc(100% - 94px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  overflow: auto;
  /* 修改为auto允许滚动 */
}
.exh-page .exh-content.with-tabs[data-v-43db72b6] {
  height: 100%;
  /* Fallback */
  height: calc(100% - 140px);
  /* Adjusted for tabs + search box + profile bar */
}
.exh-page .exh-content .pull-refresh-wrapper[data-v-43db72b6] {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 增强移动端滚动体验 */
}
.exh-page .exh-content .exh-list[data-v-43db72b6] {
  min-height: 100%;
  padding-bottom: 50px;
  /* 添加底部间距，确保能触发上拉加载 */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.exh-page .exh-content .exh-list[data-v-43db72b6]::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}
.exh-page .exh-content .exh-item[data-v-43db72b6] {
  margin: 8px 8px 0;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  /* 显示更多字段按钮 */
}
.exh-page .exh-content .exh-item .show-more-fields[data-v-43db72b6] {
  width: 90%;
  margin: 10px auto;
  text-align: center;
  color: #2072f5;
  font-size: 13px;
  padding: 8px 0;
  cursor: pointer;
  background-color: #f6f9ff;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.exh-page .exh-content .exh-item .show-more-fields[data-v-43db72b6]:hover {
  background-color: #e0f0ff;
}
.exh-page .exh-content .exh-item .show-more-fields .van-icon[data-v-43db72b6] {
  margin-right: 5px;
}
.exh-page .exh-content .skeleton[data-v-43db72b6] {
  padding: 12px 16px;
}
.exh-page .exh-content .skeleton .skeleton-content[data-v-43db72b6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.exh-page .exh-content .skeleton .skeleton-line[data-v-43db72b6] {
  height: 16px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #f0f0f0), color-stop(50%, #e0e0e0), color-stop(75%, #f0f0f0));
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  -webkit-animation: shimmer-43db72b6 1.5s infinite;
          animation: shimmer-43db72b6 1.5s infinite;
  border-radius: 4px;
}
.exh-page .exh-content .skeleton .skeleton-line.title[data-v-43db72b6] {
  height: 20px;
  width: 40%;
  margin-bottom: 8px;
}
.exh-page .exh-content .skeleton .skeleton-line.short[data-v-43db72b6] {
  width: 60%;
}
[data-v-43db72b6] .van-pull-refresh {
  overflow: visible;
}
[data-v-43db72b6] .van-pull-refresh__track {
  height: auto;
  min-height: 100%;
}
@-webkit-keyframes shimmer-43db72b6 {
0% {
    background-position: -200% 0;
}
100% {
    background-position: 200% 0;
}
}
@keyframes shimmer-43db72b6 {
0% {
    background-position: -200% 0;
}
100% {
    background-position: 200% 0;
}
}

