.audit-modal[data-v-c46b694e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
}
.audit-modal .audit-header[data-v-c46b694e] {
  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 0;
  font-size: 16px;
  font-weight: bold;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.audit-modal .audit-header .audit-close[data-v-c46b694e] {
  font-size: 22px;
  color: #c8c9cc;
  margin-left: 12px;
  cursor: pointer;
  width: 32px;
  text-align: left;
}
.audit-modal .audit-header .audit-title[data-v-c46b694e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.audit-modal .audit-header .audit-placeholder[data-v-c46b694e] {
  width: 32px;
  margin-right: 12px;
}
.audit-modal .audit-content[data-v-c46b694e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 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: #000;
  position: relative;
  overflow: hidden;
}
.audit-modal .audit-content .audit-img[data-v-c46b694e] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: #000;
  display: block;
}
.audit-modal .audit-content .audit-video[data-v-c46b694e] {
  width: 100vw;
  max-width: 100vw;
  height: auto;
  max-height: 60vh;
  -o-object-fit: contain;
     object-fit: contain;
  background: #000;
  display: block;
}
.audit-modal .audit-content .audit-count-float[data-v-c46b694e] {
  position: absolute;
  top: 12px;
  right: 45%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  border-radius: 12px;
  padding: 2px 10px;
  z-index: 2;
  pointer-events: none;
}
.audit-modal .audit-info[data-v-c46b694e] {
  padding: 8px 16px 0 16px;
  font-size: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.audit-modal .audit-info div[data-v-c46b694e]:first-child {
  word-break: break-all;
  margin-bottom: 4px;
}
.audit-modal .audit-info div[data-v-c46b694e]:last-child {
  font-size: 12px;
  color: #888;
}
.audit-modal .audit-actions[data-v-c46b694e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.audit-modal .audit-actions .van-button[data-v-c46b694e] {
  width: 40vw;
  border-radius: 8px;
}

.page-box[data-v-6140968f] {
  height: 100vh;
  overflow-y: scroll;
  background: #f7f8fa;
  position: relative;
}
.section[data-v-6140968f] {
  background: #fff;
  border-radius: 8px;
  margin: 12px 12px 0 12px;
}
.bg-box[data-v-6140968f] {
  width: 100%;
  height: 200px;
  position: absolute;
  top: -14px;
  left: 0;
  z-index: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-9%, #fcc75e), color-stop(90%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #fcc75e -9%, rgba(255, 255, 255, 0) 90%);
}
.bg-box.bg-box1[data-v-6140968f] {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #25b83b), color-stop(94%, rgba(252, 255, 248, 0)));
  background: linear-gradient(180deg, #25b83b 1%, rgba(252, 255, 248, 0) 94%);
}
.bg-box.bg-box2[data-v-6140968f] {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #df503c), color-stop(94%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #df503c 1%, rgba(255, 255, 255, 0) 94%);
}
.user-section[data-v-6140968f] {
  background: #f9f9f9;
  position: relative;
}
.user-section .user-header[data-v-6140968f] {
  padding: 16px;
  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;
}
.user-section .user-header .user-title[data-v-6140968f] {
  font-size: 16px;
  font-weight: 500;
  margin-right: 8px;
}
.user-section .user-header .user-status[data-v-6140968f] {
  font-size: 14px;
  color: #ff9900;
  border-radius: 8px;
  padding: 2px 8px;
  margin-left: 8px;
}
.user-section .user-desc[data-v-6140968f] {
  padding: 0 16px;
  font-size: 14px;
  line-height: 1.5;
  color: #646566;
  word-break: break-all;
}
.user-section .user-meta[data-v-6140968f] {
  margin-top: 16px;
  padding: 16px 16px 10px;
  font-size: 13px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.user-section .user-meta .meta-row[data-v-6140968f] {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.active0[data-v-6140968f] {
  color: #ffaa33;
}
.active1[data-v-6140968f] {
  color: #00a870 !important;
}
.active2[data-v-6140968f] {
  color: #df503c !important;
}
.status-pass[data-v-6140968f] {
  color: #00a870;
  border: 1px dashed #00a870;
  border-radius: 4px;
  padding: 2px 8px;
  margin-right: 4px;
  font-size: 14px;
  background: #f6fffa;
}
.status-reject[data-v-6140968f] {
  color: #df503c;
  border: 1px dashed #df503c;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 14px;
  background: #fff1f0;
}
.material-section[data-v-6140968f] {
  padding: 16px;
}
.material-section .section-title[data-v-6140968f] {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 6px;
}
.material-section .section-subTitle[data-v-6140968f] {
  font-size: 14px;
  margin-bottom: 10px;
}
.material-section .material-grid[data-v-6140968f] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.material-section .material-grid .material-item[data-v-6140968f] {
  aspect-ratio: 1;
  position: relative;
  border: 1px solid #eee;
  border-radius: 6px;
  overflow: hidden;
  background: #f6f7fa;
}
.material-section .material-grid .material-item .van-image[data-v-6140968f],
.material-section .material-grid .material-item .video-thumb[data-v-6140968f] {
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.material-section .material-grid .material-item .van-image .video-thumb-video[data-v-6140968f],
.material-section .material-grid .material-item .video-thumb .video-thumb-video[data-v-6140968f] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  background: #000;
  border-radius: 6px;
}
.material-section .material-grid .material-item .van-image .video-mask[data-v-6140968f],
.material-section .material-grid .material-item .video-thumb .video-mask[data-v-6140968f] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.material-section .material-grid .material-item .van-image .video-mask .play-icon[data-v-6140968f],
.material-section .material-grid .material-item .video-thumb .video-mask .play-icon[data-v-6140968f] {
  font-size: 32px;
  color: #fff;
}
.material-section .material-grid .material-item .van-image .video-mask .video-duration[data-v-6140968f],
.material-section .material-grid .material-item .video-thumb .video-mask .video-duration[data-v-6140968f] {
  color: #fff;
  font-size: 13px;
  margin-top: 4px;
}
.card[data-v-6140968f] {
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 8px rgba(31, 35, 41, 0.04);
          box-shadow: 0 2px 8px rgba(31, 35, 41, 0.04);
  padding: 18px 20px 14px 20px;
  margin: 16px 12px 0 12px;
}
.status-title[data-v-6140968f] {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.status-pending[data-v-6140968f] {
  color: #25b83b;
}
.status-row[data-v-6140968f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  color: #888;
  margin-bottom: 6px;
}
.status-row .status-link[data-v-6140968f] {
  color: #25b83b;
}
.latest-status-card[data-v-6140968f] {
  margin-bottom: 200px;
}
.custom-steps[data-v-6140968f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 20px;
}
.custom-step[data-v-6140968f] {
  min-height: 48px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.custom-step-icon[data-v-6140968f] {
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.custom-check-bg[data-v-6140968f] {
  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;
  width: 16px;
  height: 16px;
  background: #00a870;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 8px rgba(0, 168, 112, 0.08);
          box-shadow: 0 2px 8px rgba(0, 168, 112, 0.08);
}
.custom-dot[data-v-6140968f] {
  width: 14px;
  height: 14px;
  background: #ffaa33;
  border-radius: 50%;
  margin-top: 2px;
}
.custom-step-line[data-v-6140968f] {
  width: 2px;
  background: #e5e5e5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 40px;
  margin-top: 16px;
}
.custom-step-content[data-v-6140968f] {
  margin-left: 12px;
}
.custom-step-title[data-v-6140968f] {
  color: #222;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}
.custom-step-meta[data-v-6140968f] {
  color: #888;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.btn-footer[data-v-6140968f] {
  width: 100%;
  background: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  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;
}
.btn-footer .submit-btn[data-v-6140968f] {
  margin: 16px 0;
  width: 90%;
  border-radius: 10px;
  z-index: 1000;
}
.reject-popup-box[data-v-6140968f] {
  padding-bottom: 16px;
}
.reject-popup-box .reject-popup-header[data-v-6140968f] {
  width: 100%;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid rgba(31, 35, 41, 0.15);
}
.reject-popup-box .reject-popup-header .reject-popup-close[data-v-6140968f] {
  font-size: 24px;
  color: #ebedf0;
  z-index: 2;
  margin-left: 16px;
  margin-right: 120px;
}
.reject-popup-box .reject-popup-header .reject-popup-title[data-v-6140968f] {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.reject-popup-box .reject-popup-radio-row[data-v-6140968f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  height: 48px;
  border-bottom: 1px solid #f5f5f5;
}
.reject-popup-box .reject-popup-radio-row .reject-popup-radio[data-v-6140968f] {
  margin-right: 10px;
}
.reject-popup-box .reject-popup-radio-row .reject-popup-radio-label[data-v-6140968f] {
  font-size: 15px;
}
.reject-popup-box .other-reason-box[data-v-6140968f] {
  padding: 12px 16px;
}
.reject-popup-box .other-reason-box .other-reason-input[data-v-6140968f] {
  margin-top: 8px;
  border-radius: 8px;
  background-color: #f5f5f5;
}
.reject-popup-box .reject-popup-confirm-btn[data-v-6140968f] {
  width: 90%;
  margin-left: 5%;
  margin-top: 20px;
}
.file-status-badge[data-v-6140968f] {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 2;
}
.file-status-badge .badge[data-v-6140968f] {
  font-size: 12px;
  border-radius: 4px;
  padding: 2px 8px;
  color: #fff;
}
.file-status-badge .badge.badge-pass[data-v-6140968f] {
  background: #00a870;
}
.file-status-badge .badge.badge-reject[data-v-6140968f] {
  background: #df503c;
}
.file-status-badge .badge.badge-pending[data-v-6140968f] {
  background: #ffaa33;
}
.reject-reason[data-v-6140968f] {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 4px 0 2px 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  z-index: 2;
}

