﻿* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #f4f5f7;
  color: #222;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.phone-page {
  width: min(100%, 430px);
  min-height: 100vh;
  margin: 0 auto;
  background: #f7f8fa;
}

.top-bar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  background: #fff;
  border-bottom: 1px solid #ededed;
}

.top-bar h1 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.back-icon {
  position: absolute;
  left: 18px;
  top: 10px;
  font-size: 34px;
  line-height: 34px;
  color: #333;
}

.logout-link {
  position: absolute;
  right: 18px;
  color: #ff7600;
  font-size: 14px;
}

.detail-bar {
  justify-content: center;
}

.detail-bar a {
  position: absolute;
  left: 16px;
  color: #555;
  font-size: 14px;
}

.content {
  padding: 10px 14px 28px;
}

.notice {
  display: flex;
  gap: 8px;
  align-items: center;
  min-height: 32px;
  padding: 8px 10px;
  border-radius: 8px;
  background: #fff1dc;
  color: #8b520d;
  font-size: 12px;
}

.notice p {
  flex: 1;
  margin: 0;
  line-height: 1.4;
}

.notice span {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border: 1px solid #ff7800;
  border-radius: 50%;
  color: #ff7800;
  font-size: 12px;
}

.agent-notice {
  justify-content: space-between;
  color: #5f452c;
}

.agent-notice em {
  color: #ff7600;
  font-style: normal;
  font-size: 12px;
}

.qr-card {
  display: grid;
  grid-template-columns: 1fr 116px;
  gap: 12px;
  align-items: center;
  margin-top: 8px;
  padding: 14px;
  border-radius: 8px;
  background: #fff;
}

.qr-copy h2 {
  margin: 0 0 6px;
  font-size: 16px;
}

.qr-copy p {
  margin: 0;
  color: #666;
  font-size: 13px;
  line-height: 1.45;
}

.qr-copy small {
  display: block;
  margin-top: 8px;
  color: #999;
  font-size: 11px;
  line-height: 1.35;
  word-break: break-all;
}

.qr-link {
  display: block;
  text-align: center;
}

.qr-link img {
  display: block;
  width: 116px;
  height: 116px;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  background: #fff;
}

.qr-link span {
  display: block;
  margin-top: 6px;
  color: #ff7600;
  font-size: 12px;
}

.qr-page {
  display: flex;
  flex-direction: column;
}

.qr-large-panel {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 56px);
  padding: 22px;
  text-align: center;
}

.qr-large-box {
  display: grid;
  place-items: center;
  width: min(82vw, 340px);
  aspect-ratio: 1;
  padding: 14px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(25, 25, 25, .08);
}

.qr-large-box img {
  display: block;
  width: 100%;
  height: 100%;
}

.qr-large-panel p {
  margin: 18px 0 8px;
  color: #333;
  font-size: 14px;
}

.qr-large-panel small {
  display: block;
  max-width: 100%;
  color: #999;
  font-size: 12px;
  line-height: 1.45;
  word-break: break-all;
}

.branded-qr-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #ffe2c4;
  background: linear-gradient(135deg, #fff 0%, #fff7ef 100%);
}

.branded-qr-card::before {
  content: "";
  position: absolute;
  top: -26px;
  right: -32px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: rgba(255, 118, 0, .1);
}

.qr-brand-mark {
  display: inline-block;
  margin-bottom: 7px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #fff1dc;
  color: #ff7600;
  font-size: 11px;
  font-weight: 700;
}

.branded-qr-link {
  position: relative;
}

.branded-qr-link img {
  padding: 6px;
  border-color: #ffd6aa;
  box-shadow: 0 8px 18px rgba(255, 118, 0, .12);
}

.qr-poster-panel {
  justify-content: flex-start;
  min-height: calc(100vh - 56px);
  padding: 18px 18px 28px;
}

.qr-poster-card {
  width: 100%;
  max-width: 360px;
  padding: 18px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(22, 24, 29, .1);
}

.qr-poster-head {
  display: flex;
  gap: 14px;
  align-items: center;
  text-align: left;
}

.qr-poster-logo {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(22, 119, 255, .16);
}

.qr-poster-logo img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.qr-poster-head strong {
  display: block;
  color: #1f2329;
  font-size: 18px;
  line-height: 1.25;
}

.qr-title-logo {
  width: 22px;
  height: 22px;
  border-radius: 6px;
}

.qr-poster-head p,
.qr-poster-copy p {
  margin: 4px 0 0;
  color: #777;
  font-size: 13px;
  line-height: 1.45;
}

.qr-poster-box {
  position: relative;
  width: min(72vw, 286px);
  margin: 20px auto 14px;
  padding: 16px;
  border: 1px solid #ffe0bf;
  box-shadow: none;
}

.qr-center-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 3px;
  border: 2px solid #fff;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .14);
  transform: translate(-50%, -50%);
}

.qr-center-logo img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.qr-poster-copy {
  padding: 10px 12px;
  border-radius: 8px;
  background: #fff7ef;
}

.qr-poster-copy p {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12.5px;
}

.qr-poster-copy strong {
  display: block;
  color: #1f2329;
  font-size: 16px;
}

.qr-poster-agent {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid #f0f0f0;
  text-align: left;
}

.qr-poster-agent span {
  display: block;
  color: #777;
  font-size: 12px;
}

.qr-poster-agent small {
  margin-top: 4px;
}

.type-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 8px 0;
  padding: 7px;
  border-radius: 8px;
  background: #fff;
}

.type-switch label {
  position: relative;
}

.type-switch input {
  position: absolute;
  opacity: 0;
}

.type-switch span {
  display: block;
  height: 34px;
  border: 1px solid #e6e6e6;
  color: #666;
  text-align: center;
  line-height: 32px;
  font-size: 13px;
}

.type-switch label:first-child span {
  border-radius: 18px 0 0 18px;
}

.type-switch label:last-child span {
  border-radius: 0 18px 18px 0;
}

.type-switch input:checked + span {
  border-color: #ff7600;
  color: #ff7600;
  background: #fff8f0;
}

.panel,
.info-card,
.login-card,
.success-card {
  margin-top: 8px;
  padding: 14px;
  border-radius: 8px;
  background: #fff;
}

.panel h2,
.material-section h2 {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 12px;
  font-size: 16px;
}

.panel h2 i,
.material-section h2 i {
  display: block;
  width: 3px;
  height: 16px;
  border-radius: 2px;
  background: #ff7600;
}

.field {
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  min-height: 46px;
  border-top: 1px solid #f0f0f0;
  font-size: 14px;
}

.field:first-of-type {
  border-top: 0;
}

.field b,
.upload-copy b {
  color: #f04438;
}

.field input,
.field textarea {
  width: 100%;
  border: 0;
  outline: 0;
  color: #333;
  font: inherit;
}

.field textarea {
  min-height: 72px;
  padding: 11px 0;
  resize: vertical;
  line-height: 1.5;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #c2c2c2;
}

.stacked {
  display: block;
  margin-top: 16px;
  border-top: 0;
}

.stacked span {
  display: block;
  margin-bottom: 8px;
  color: #555;
}

.stacked input {
  height: 44px;
  padding: 0 12px;
  border: 1px solid #eee;
  border-radius: 8px;
  background: #fafafa;
}

.upload-row {
  display: grid;
  grid-template-columns: 1fr 94px 94px;
  gap: 10px;
  align-items: center;
  padding: 12px 0;
  border-top: 1px solid #f1f1f1;
}

.upload-copy strong {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}

.upload-copy p {
  margin: 0;
  color: #8a8f99;
  font-size: 11px;
  line-height: 1.45;
}

.upload-box {
  position: relative;
  display: grid;
  place-items: center;
  height: 72px;
  border: 1px dashed #d9d9d9;
  border-radius: 8px;
  background: #fff;
  color: #555;
  font-size: 12px;
  overflow: hidden;
}

.upload-box input {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.upload-box .plus {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-bottom: -18px;
  border-radius: 50%;
  background: #ff7600;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.upload-box img {
  display: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.upload-box.has-image img {
  display: block;
}

.upload-box.has-image span {
  display: none;
}

.upload-box.is-processing::after {
  content: "处理中";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .86);
  color: #ff7600;
  font-size: 12px;
}

.upload-box.is-uploading::after,
.upload-row.is-uploaded .upload-box::after,
.upload-row.is-upload-error .upload-box::after {
  position: absolute;
  left: 6px;
  right: 6px;
  bottom: 6px;
  display: block;
  padding: 3px 0;
  border-radius: 999px;
  color: #fff;
  text-align: center;
  font-size: 11px;
}

.upload-box.is-uploading::after {
  content: "上传中";
  background: rgba(255, 118, 0, .9);
}

.upload-row.is-uploaded .upload-box::after {
  content: "已上传";
  background: rgba(22, 163, 74, .92);
}

.upload-row.is-upload-error .upload-box::after {
  content: "上传失败";
  background: rgba(229, 72, 77, .92);
}

.sample {
  position: relative;
  height: 72px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
}

.sample img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sample-carousel img {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: sampleFade 5s infinite;
}

.sample-carousel img:nth-child(2) {
  animation-delay: 2.5s;
}

@keyframes sampleFade {
  0%,
  45% {
    opacity: 1;
  }

  50%,
  95% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.sample em {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 3px 0;
  background: rgba(255, 255, 255, .85);
  color: #777;
  font-style: normal;
  font-size: 11px;
}

.image-preview {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 44px 16px;
  background: rgba(0, 0, 0, .78);
}

.image-preview.show {
  display: flex;
}

.image-preview img {
  display: block;
  max-width: min(100%, 430px);
  max-height: 78vh;
  border-radius: 8px;
  object-fit: contain;
  background: #fff;
}

.image-preview p {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 18px;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  text-align: center;
  font-size: 12px;
}

.image-preview-close {
  position: fixed;
  top: 14px;
  right: 16px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .18);
  color: #fff;
  font-size: 28px;
  line-height: 38px;
}

.image-preview-nav,
.image-preview-count {
  display: none;
}

.image-preview.has-multiple .image-preview-nav {
  position: fixed;
  top: 50%;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .2);
  color: #fff;
  font-size: 34px;
  line-height: 42px;
  transform: translateY(-50%);
}

.image-preview.has-multiple .image-preview-prev {
  left: 16px;
}

.image-preview.has-multiple .image-preview-next {
  right: 16px;
}

.image-preview.has-multiple .image-preview-count {
  position: fixed;
  left: 50%;
  bottom: 44px;
  display: block;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
  color: #fff;
  font-size: 12px;
  transform: translateX(-50%);
}

.confirm {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 14px 2px 72px;
  color: #555;
  font-size: 13px;
}

.primary-btn {
  display: block;
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 24px;
  background: #ff7600;
  color: #fff;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  font-weight: 700;
}

form.content > .primary-btn {
  position: fixed;
  left: 50%;
  bottom: 14px;
  width: min(calc(100% - 56px), 374px);
  transform: translateX(-50%);
  box-shadow: 0 8px 20px rgba(255, 118, 0, .25);
}

.primary-btn:disabled {
  opacity: .7;
}

.submit-loading {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(0, 0, 0, .48);
}

.submit-loading.show {
  display: flex;
}

.submit-loading-card {
  width: min(86vw, 300px);
  padding: 24px 20px 22px;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  box-shadow: 0 14px 36px rgba(0, 0, 0, .18);
}

.submit-spinner {
  display: block;
  width: 42px;
  height: 42px;
  margin: 0 auto 14px;
  border: 4px solid #ffe0bf;
  border-top-color: #ff7600;
  border-radius: 50%;
  animation: submitSpin .8s linear infinite;
}

.submit-loading-card strong {
  display: block;
  color: #222;
  font-size: 17px;
}

.submit-loading-card p {
  margin: 8px 0 0;
  color: #777;
  font-size: 13px;
  line-height: 1.5;
}

@keyframes submitSpin {
  to {
    transform: rotate(360deg);
  }
}

.error {
  color: #e5484d;
  font-size: 13px;
  text-align: center;
}

body[data-type="individual"] .micro-only,
body[data-type="micro"] .individual-only {
  display: none;
}

.center-page,
.login-page {
  display: grid;
  place-items: center;
  padding: 22px;
}

.login-card,
.success-card {
  width: 100%;
}

.login-card h1,
.success-card h1 {
  margin: 0 0 8px;
  font-size: 24px;
}

.login-card p,
.success-card p {
  margin: 0 0 20px;
  color: #777;
  line-height: 1.6;
}

.login-card small {
  display: block;
  margin-top: 16px;
  color: #999;
  text-align: center;
}

.remember-line {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 12px 0 18px;
  color: #555;
  font-size: 14px;
}

.remember-line input {
  width: 16px;
  height: 16px;
  accent-color: #ff7600;
}

.success-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #fff1dc;
  color: #ff7600;
  font-size: 34px;
  font-weight: 700;
}

.search-box {
  margin: 8px 0;
}

.search-box input {
  width: 100%;
  height: 40px;
  padding: 0 16px;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  outline: 0;
  background: #fff;
  font-size: 14px;
}

.application-card {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 0;
  border-top: 1px solid #f1f1f1;
}

.application-card h3 {
  margin: 0 0 9px;
  font-size: 16px;
}

.type-line,
.phone-line {
  margin: 4px 0;
  color: #666;
  font-size: 13px;
}

.card-action {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  min-width: 86px;
}

.card-action time {
  color: #999;
  font-size: 12px;
}

.card-action a {
  display: block;
  width: 78px;
  height: 34px;
  border-radius: 8px;
  background: #ff7600;
  color: #fff;
  text-align: center;
  line-height: 34px;
  font-size: 13px;
  font-weight: 700;
}

.empty {
  padding: 28px 0;
  color: #999;
  text-align: center;
}

.info-card dl {
  display: grid;
  grid-template-columns: 96px 1fr;
  margin: 0;
  font-size: 14px;
}

.info-card dt,
.info-card dd {
  margin: 0;
  min-height: 38px;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

.info-card dt {
  color: #555;
}

.info-card dd {
  color: #222;
}

.detail-info-card {
  padding: 10px 12px;
}

.info-row {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  align-items: start;
  min-height: 38px;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
}

.info-row:last-child {
  border-bottom: 0;
}

.info-label {
  color: #555;
  white-space: nowrap;
}

.info-value {
  color: #222;
  word-break: break-all;
  line-height: 1.45;
}

.material-section {
  margin-top: 14px;
}

.hint {
  margin: -4px 0 10px;
  color: #999;
  font-size: 12px;
}

.material-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 10px;
}

.material-item {
  display: block;
  text-align: center;
}

.material-item img {
  display: block;
  width: 100%;
  aspect-ratio: 1.18;
  border-radius: 8px;
  object-fit: cover;
  background: #e9edf2;
}

.material-item span {
  display: block;
  margin-top: 6px;
  color: #555;
  font-size: 12px;
}

.revise-entry {
  display: block;
  margin: 8px 0 0;
  padding: 10px 12px;
  border-radius: 8px;
  background: #fff;
  color: #ff7600;
  font-size: 13px;
}

.revise-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 82px;
  gap: 10px;
}

.revise-search input {
  height: 42px;
  padding: 0 12px;
  border: 1px solid #eee;
  border-radius: 8px;
  outline: 0;
  font-size: 14px;
}

.revise-search button,
.review-actions button {
  border: 0;
  border-radius: 8px;
  background: #ff7600;
  color: #fff;
  font-size: 13px;
}

.revise-search button {
  height: 42px;
}

.revise-form {
  padding-bottom: 68px;
}

.revise-form > .primary-btn {
  position: fixed;
  left: 50%;
  bottom: 14px;
  width: min(calc(100% - 56px), 374px);
  transform: translateX(-50%);
  box-shadow: 0 8px 20px rgba(255, 118, 0, .25);
}

.revise-upload-row {
  display: grid;
  grid-template-columns: 1fr 86px 86px 86px;
  gap: 8px;
  align-items: center;
  padding: 12px 0;
  border-top: 1px solid #f1f1f1;
}

.revise-upload-row .upload-copy {
  min-width: 0;
}

.revise-upload-row .upload-copy p {
  font-size: 11px;
}

.revise-image-box,
.revise-upload-row .upload-box,
.revise-upload-row .sample {
  height: 78px;
}

.revise-image-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.revise-image-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #f2f3f5;
}

.revise-image-box em {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 3px 0;
  background: rgba(229, 72, 77, .92);
  color: #fff;
  font-style: normal;
  text-align: center;
  font-size: 11px;
}

.revise-image-box span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 3px 0;
  background: rgba(255, 255, 255, .86);
  color: #555;
  text-align: center;
  font-size: 11px;
}

.success-message {
  margin: 0 0 8px;
  color: #16a34a;
  font-size: 13px;
  text-align: center;
}

.material-card {
  text-align: center;
}

.review-badge {
  display: inline-block;
  margin-top: 6px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #fff1dc;
  color: #9a5a00;
  font-style: normal;
  font-size: 11px;
}

.material-card.approved .review-badge {
  background: #e8f7ee;
  color: #15803d;
}

.material-card.rejected .review-badge {
  background: #fff0f0;
  color: #d92d20;
}

.review-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  margin-top: 7px;
}

.review-actions button {
  width: 100%;
  height: 28px;
  padding: 0;
  line-height: 28px;
}

.review-actions form:nth-child(2) button {
  background: #e5484d;
}

.review-actions form:nth-child(3) button {
  background: #8a8f99;
}

.material-card.is-reviewing {
  opacity: .72;
}

.review-actions button:disabled {
  opacity: .62;
}

body.gallery-open {
  overflow: hidden;
}

.agent-gallery {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 58px 0 28px;
  background: #050505;
}

.agent-gallery.show {
  display: flex;
}

.agent-gallery-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) 68px;
  align-items: center;
  height: 52px;
  padding: 0 10px;
  background: rgba(0, 0, 0, .82);
  color: #fff;
}

.agent-gallery-bar button {
  height: 36px;
  border: 0;
  background: transparent;
  color: #fff;
  text-align: left;
  font-size: 15px;
}

.agent-gallery-bar span {
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 700;
}

.agent-gallery-bar em {
  color: rgba(255, 255, 255, .76);
  text-align: right;
  font-style: normal;
  font-size: 12px;
}

.agent-gallery img {
  display: block;
  max-width: 100vw;
  max-height: calc(100vh - 90px);
  object-fit: contain;
}

.agent-gallery-nav {
  position: fixed;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 54px;
  border: 0;
  background: rgba(255, 255, 255, .14);
  color: #fff;
  font-size: 38px;
  line-height: 54px;
  transform: translateY(-50%);
}

.agent-gallery-prev {
  left: 0;
  border-radius: 0 8px 8px 0;
}

.agent-gallery-next {
  right: 0;
  border-radius: 8px 0 0 8px;
}

.revise-upload-row.is-uploaded .upload-box::after,
.revise-upload-row.is-upload-error .upload-box::after {
  position: absolute;
  left: 6px;
  right: 6px;
  bottom: 6px;
  display: block;
  padding: 3px 0;
  border-radius: 999px;
  color: #fff;
  text-align: center;
  font-size: 11px;
}

.revise-upload-row.is-uploaded .upload-box::after {
  content: "已上传";
  background: rgba(22, 163, 74, .92);
}

.revise-upload-row.is-upload-error .upload-box::after {
  content: "上传失败";
  background: rgba(229, 72, 77, .92);
}

@media (max-width: 370px) {
  .upload-row {
    grid-template-columns: 1fr 82px 82px;
    gap: 8px;
  }

  .upload-box,
  .sample {
    height: 66px;
  }

  .revise-upload-row {
    grid-template-columns: 1fr 74px 74px 74px;
    gap: 6px;
  }

  .revise-image-box,
  .revise-upload-row .upload-box,
  .revise-upload-row .sample {
    height: 70px;
  }
}
