.uploadPage {
  --clay-bg: #edf4ef;
  --clay-surface: #f4f8f5;
  --clay-surface-strong: #e6efe9;
  --clay-green: #0f6650;
  --clay-shadow-soft: -10px -10px 22px rgba(255, 255, 255, 0.82), 14px 14px 28px rgba(102, 136, 122, 0.2);
  --clay-shadow-press: inset 8px 8px 16px rgba(124, 156, 143, 0.24), inset -8px -8px 16px rgba(255, 255, 255, 0.92);
  background:
    radial-gradient(circle at top, rgba(235, 247, 241, 0.95), rgba(255, 255, 255, 0) 28%),
    linear-gradient(180deg, #f6fbf8 0%, #ffffff 24%, #f8fbf9 100%);
}

.uploadPage .bgAll {
  background-size: cover;
}

.uploadPage .uploadVidBx {
  position: relative;
  height: auto;
  min-height: 2567px;
  padding-bottom: 120px;
}

.uploadHero,
.uploadSection,
.uploadSurface,
.submitPanel {
  position: relative;
  z-index: 2;
}

.uploadHero {
  margin-top: 44px;
  padding: 34px 40px;
  border: 1px solid rgba(15, 102, 80, 0.15);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(234, 245, 239, 0.94));
  box-shadow: 0 20px 60px rgba(15, 102, 80, 0.12);
}

.uploadHeroBadge {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(15, 102, 80, 0.1);
  color: #0f6650;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}

.uploadHero h2 {
  margin-top: 18px;
  color: #0c4f3f;
  font-size: 40px;
  line-height: 1.25;
}

.uploadHero p {
  margin-top: 14px;
  max-width: 860px;
  color: #36564d;
  font-size: 17px;
  line-height: 1.8;
}

.uploadHeroMeta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.uploadHeroMeta span {
  padding: 10px 16px;
  border: 1px solid rgba(15, 102, 80, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #0f6650;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}

.uploadSection {
  margin-top: 36px;
  padding: 0 0 8px;
}

.uploadPage .blockTitWrap {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 34px;
}

.uploadPage .blockIn {
  margin: 0;
  padding-top: 6px;
}

.uploadPage .blockTitAction {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  flex: 1 1 auto;
}

/* .uploadPage .blockIn h4 {
  color: #0c4f3f;
  font-size: 34px;
}

.uploadPage .blockIn div {
  margin-top: 6px;
  color: #62857c;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
} */

.sectionIntro {
  margin: 22px 0 0;
  padding: 18px 22px;
  border-left: 4px solid #0f6650;
  border-radius: 0 18px 18px 0;
  background: rgba(255, 255, 255, 0.82);
}

.sectionIntro h5 {
  color: #0c4f3f;
  font-size: 22px;
  line-height: 1.4;
}

.sectionIntroHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.basicInfoClearBtn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-height: 50px;
  padding: 7px 14px;
  border: 1px solid rgba(15, 102, 80, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #0f6650;
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.basicInfoClearBtn .cn {
  font-size: 13px;
  font-weight: 600;
}

.basicInfoClearBtn .en {
  margin-top: 2px;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}

.basicInfoClearBtn:hover {
  border-color: rgba(15, 102, 80, 0.32);
  background: #fff;
  box-shadow: 0 8px 18px rgba(15, 102, 80, 0.08);
}

.basicInfoClearBtn:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(15, 102, 80, 0.12);
}

.sectionIntro p {
  margin-top: 6px;
  color: #57726a;
  font-size: 15px;
  line-height: 1.75;
}

.sectionIntroOptional,
.sectionIntroEditor {
  margin-top: 26px;
}

.uploadPage .formList {
  margin-top: 22px;
  padding: 26px 30px 30px;
  border: 1px solid rgba(15, 102, 80, 0.1);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 40px rgba(15, 102, 80, 0.08);
}

.uploadPage .formListOptional {
  background: rgba(249, 252, 250, 0.92);
}

.uploadPage .formList li:first-child {
  margin-top: 0;
}

.uploadPage .formList li {
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px dashed rgba(15, 102, 80, 0.12);
}

.uploadPage .formList li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.uploadPage .labelbx li span {
  color: #173f34;
  font-weight: 600;
  line-height: 1.6;
}

.uploadPage .labelbx li span i {
  color: #d78a00;
  font-weight: 700;
}

.uploadPage .labelbx li div p {
  margin-top: 0;
  color: #7f6a2f;
  line-height: 1.6;
}

.uploadPage .labelbx li div input {
  height: 50px;
  padding: 0 16px;
  border: 1px solid #d8e7df;
  border-radius: 14px;
  background: #fbfdfc;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.uploadPage .labelbx li div input:focus {
  border-color: rgba(15, 102, 80, 0.55);
  box-shadow: 0 0 0 4px rgba(15, 102, 80, 0.1);
  background: #fff;
}

.tipsGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.tipsCard {
  min-height: 192px;
  padding: 24px 22px;
  border: 1px solid rgba(15, 102, 80, 0.1);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(242, 248, 245, 0.95));
  box-shadow: 0 14px 35px rgba(15, 102, 80, 0.08);
}

.tipsCard h4 {
  color: #0c4f3f;
  font-size: 22px;
}

.tipsCard p {
  margin-top: 10px;
  color: #49665e;
  font-size: 15px;
  line-height: 1.75;
}

.tipsCard p.en {
  font-family: Arial, Helvetica, sans-serif;
}

.helpPanelWrap {
  margin-top: 30px;
}

.uploadPage .titBg02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 22px;
}

.uploadPage .item_con_compact {
  margin-top: 22px;
  padding: 0 4px;
}

.uploadPage .radioBx {
  gap: 18px;
}

.uploadPage .radioBx dd {
  margin-left: 0;
  padding: 12px 18px;
  border: 1px solid rgba(15, 102, 80, 0.14);
  border-radius: 14px;
  background: #fbfdfc;
  transition: all 0.2s ease;
}

.uploadPage .radioBx dd:hover {
  border-color: rgba(15, 102, 80, 0.4);
  background: #fff;
}

.uploadPage .radioBx i {
  border-radius: 999px;
}

.uploadSurface {
  margin-top: 28px;
  padding: 28px 30px 34px;
  border: 1px solid rgba(15, 102, 80, 0.08);
  border-radius: 28px;
  background: linear-gradient(145deg, var(--clay-surface), var(--clay-bg));
  box-shadow: var(--clay-shadow-soft);
}

.uploadPanelHeader {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.uploadPanelHeader h5 {
  color: #0c4f3f;
  font-size: 24px;
}

.uploadPanelHeader p {
  margin-top: 6px;
  color: #618078;
  font-size: 15px;
  line-height: 1.7;
}

.uploadHint {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(15, 102, 80, 0.1);
  color: #0f6650;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
}

.uploadPage .upVideo {
  margin-top: 22px;
  border: 2px dashed rgba(15, 102, 80, 0.22);
  border-radius: 24px;
  background-color: var(--clay-surface-strong);
  transition:
    border-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.uploadPage .upVideo:hover {
  border-color: rgba(15, 102, 80, 0.45);
  transform: translateY(-1px);
  box-shadow: 0 18px 30px rgba(15, 102, 80, 0.1);
}

.uploadStatusCard {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(15, 102, 80, 0.1);
  background: linear-gradient(145deg, #f7fbf8, #eaf2ed);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.uploadStatusHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.uploadProgressPercent {
  color: #0f6650;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
}

.uploadProgressTrack {
  position: relative;
  width: 100%;
  height: 10px;
  margin-top: 10px;
  border-radius: 999px;
  background: rgba(15, 102, 80, 0.12);
  overflow: hidden;
}

.uploadProgressBar {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #28a679, #0f6650);
  box-shadow: 0 0 12px rgba(15, 102, 80, 0.28);
  transition: width 0.25s ease;
}

.uploadStatusCard p {
  margin: 0;
  color: #0f6650;
}

.editorWrap {
  margin-top: 28px;
}

.uploadPage .editor {
  margin-top: 18px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 42px rgba(15, 102, 80, 0.08);
}

.editorWordLimitTip {
  display: none;
  margin-top: 12px;
  padding: 10px 14px;
  border: 1px solid rgba(220, 38, 38, 0.35);
  border-radius: 12px;
  background: rgba(220, 38, 38, 0.08);
  color: #c81e1e;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}

.captchaFieldWrap {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.captchaRow {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.uploadPage .captchaRow input {
  flex: 1;
  min-width: 0;
}

.captchaActions {
  display: inline-flex;
  align-items: center;
  margin: 0;
}

.captchaActions img {
  display: block;
  max-width: 200px;
  border: 1px solid rgba(15, 102, 80, 0.16);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(15, 102, 80, 0.08);
}

.captchaActions img:hover {
  box-shadow: 0 12px 24px rgba(15, 102, 80, 0.14);
}

/* .submitPanel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 26px;
  padding: 28px 30px;
  border: 1px solid rgba(15, 102, 80, 0.12);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(237, 246, 241, 0.98));
  box-shadow: 0 18px 44px rgba(15, 102, 80, 0.08);
} */

.submitFeedback {
  flex: 1;
}

.uploadPage .successTip,
.uploadPage .failedTip {
  display: none;
  margin-top: 0;
  line-height: 1.5;
}

.uploadPage .btnUp {
  min-width: 314px;
  height: 72px;
  border-radius: 999px;
  border: 1px solid rgba(15, 102, 80, 0.08);
  box-shadow: var(--clay-shadow-soft);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.uploadPage .btnUp:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(15, 102, 80, 0.2);
}

.uploadPage .btnUp:active {
  transform: translateY(0);
  box-shadow: var(--clay-shadow-press);
}

.uploadPage .btnUp:focus {
  outline: none;
  box-shadow:
    0 0 0 4px rgba(15, 102, 80, 0.16),
    0 18px 36px rgba(15, 102, 80, 0.18);
}

.uploadPage .btnUpBg {
  background: linear-gradient(135deg, #0f6650, #15745b);
}

.uploadPage .btnUpIns h4,
.uploadPage .btnUpIns div {
  letter-spacing: 0.02em;
}

.uploadPage .copyRight {
  box-shadow: 0 22px 48px rgba(15, 102, 80, 0.18);
}

.uploadPage .bgAll {
  height: auto;
}

.uploadPage .uploadVidWrap {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  padding-bottom: 100px;
}

.uploadPage .uploadVidBx {
  background-size: 100% 100%;
}

.swal2-popup.marvelous-swal-popup {
  width: min(92vw, 420px);
  padding: 28px 24px 22px;
  border-radius: 24px;
  font-size: 16px;
  box-shadow: 0 24px 60px rgba(15, 102, 80, 0.2);
}

.swal2-popup.marvelous-swal-popup .swal2-icon {
  width: 5em;
  height: 5em;
  margin: 0.4em auto 0.8em;
}

.swal2-popup.marvelous-swal-popup .swal2-icon .swal2-icon-content {
  font-size: 3.1em;
}

.swal2-title.marvelous-swal-title {
  color: #0c4f3f;
  font-size: 24px;
  line-height: 1.45;
}

.swal2-html-container.marvelous-swal-content {
  margin-top: 12px;
  color: #4f6d64;
  font-size: 15px;
  line-height: 1.75;
}

.swal2-confirm.marvelous-swal-confirm {
  min-width: 148px;
  margin-top: 18px;
  padding: 12px 22px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #0f6650, #15745b);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  box-shadow: 0 14px 28px rgba(15, 102, 80, 0.18);
}

.swal2-confirm.marvelous-swal-confirm:focus {
  box-shadow:
    0 0 0 4px rgba(15, 102, 80, 0.14),
    0 14px 28px rgba(15, 102, 80, 0.18);
}

.swal2-cancel.marvelous-swal-cancel {
  min-width: 148px;
  margin-top: 18px;
  margin-left: 10px;
  padding: 12px 22px;
  border: 1px solid rgba(15, 102, 80, 0.16);
  border-radius: 999px;
  background: #fff;
  color: #45635b;
  font-size: 15px;
  font-weight: 600;
}

@media screen and (max-width: 680px) {
  .uploadPage .uploadVidBx {
    min-height: auto;
    padding-bottom: 1.2rem;
  }

  .uploadHero {
    margin-top: 0.4rem;
    padding: 0.48rem 0.42rem;
    border-radius: 0.42rem;
  }

  .uploadHeroBadge {
    padding: 0.1rem 0.2rem;
    font-size: 0.22rem;
  }

  .uploadHero h2 {
    margin-top: 0.22rem;
    font-size: 0.56rem;
  }

  .uploadHero p {
    margin-top: 0.18rem;
    font-size: 0.28rem;
    line-height: 1.7;
  }

  .uploadHeroMeta {
    gap: 0.14rem;
    margin-top: 0.28rem;
  }

  .uploadHeroMeta span {
    padding: 0.12rem 0.2rem;
    font-size: 0.22rem;
  }

  .uploadSection {
    margin-top: 0.36rem;
  }

  .uploadPage .blockTitWrap {
    display: block;
    gap: 0;
  }

  .uploadPage .blockIn {
    margin-top: 0.2rem;
  }

  .uploadPage .blockTitAction {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.16rem;
  }

  .uploadPage .radioBx {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.16rem;
  }

  .uploadPage .radioBx dd {
    width: 100%;
    box-sizing: border-box;
    margin-right: 0;
  }

  .uploadPage .blockIn h4 {
    font-size: 0.48rem;
    line-height: 1.3;
  }

  .uploadPage .blockIn div {
    font-size: 0.28rem;
    line-height: 1.5;
  }

  .sectionIntro {
    margin-top: 0.28rem;
    padding: 0.24rem 0.26rem;
    border-left-width: 0.08rem;
    border-radius: 0 0.24rem 0.24rem 0;
  }

  .sectionIntro h5 {
    font-size: 0.36rem;
  }

  .sectionIntroHeader {
    display: block;
  }

  .basicInfoClearBtn {
    min-height: 0.9rem;
    padding: 0.1rem 0.22rem;
    border-radius: 999px;
  }

  .basicInfoClearBtn .cn {
    font-size: 0.24rem;
  }

  .basicInfoClearBtn .en {
    margin-top: 0.04rem;
    font-size: 0.2rem;
  }

  .sectionIntro p {
    margin-top: 0.08rem;
    font-size: 0.26rem;
    line-height: 1.65;
  }

  .uploadPage .formList {
    margin-top: 0.28rem;
    padding: 0.32rem 0.28rem;
    border-radius: 0.42rem;
  }

  .uploadPage .formList li {
    gap: 0;
    padding-bottom: 0.28rem;
  }

  .tipsGrid {
    grid-template-columns: 1fr;
    gap: 0.22rem;
    margin-top: 0.3rem;
  }

  .tipsCard {
    min-height: auto;
    padding: 0.32rem 0.28rem;
    border-radius: 0.4rem;
  }

  .tipsCard h4 {
    font-size: 0.36rem;
  }

  .tipsCard p {
    margin-top: 0.14rem;
    font-size: 0.26rem;
    line-height: 1.65;
  }

  .helpPanelWrap {
    margin-top: 0.32rem;
  }

  .uploadPage .titBg02 {
    border-radius: 0.36rem;
  }

  .uploadSurface,
  .uploadPage .editor,
  .submitPanel {
    margin-top: 0.32rem;
    border-radius: 0.42rem;
  }

  .uploadPanelHeader {
    display: block;
  }

  .uploadPanelHeader h5 {
    font-size: 0.38rem;
  }

  .uploadPanelHeader p {
    margin-top: 0.08rem;
    font-size: 0.26rem;
  }

  .uploadHint {
    margin-top: 0.2rem;
    padding: 0.1rem 0.2rem;
    font-size: 0.22rem;
  }

  .uploadPage .upVideo {
    margin-top: 0.28rem;
    border-radius: 0.36rem;
  }

  .uploadStatusCard {
    margin-top: 0.22rem;
    padding: 0.22rem 0.24rem;
    border-radius: 0.24rem;
  }

  .editorWordLimitTip {
    margin-top: 0.2rem;
    padding: 0.2rem 0.24rem;
    border-radius: 0.2rem;
    font-size: 0.24rem;
  }

  .captchaFieldWrap {
    gap: 0.22rem;
  }

  .captchaRow {
    flex-direction: row;
    align-items: stretch;
    gap: 0.22rem;
  }

  .captchaActions {
    justify-content: flex-start;
  }

  .captchaActions img {
    max-width: 100%;
  }

  .submitPanel {
    display: block;
  }

  .submitFeedback {
    margin-bottom: 0.24rem;
  }

  .uploadPage .btnUp {
    width: 100%;
    min-width: 0;
    height: 1.08rem;
    margin-top: 0;
  }

  .uploadPage .copyRight {
    border-radius: 0.42rem;
  }

  .swal2-popup.marvelous-swal-popup {
    width: min(92vw, 6.6rem);
    padding: 0.42rem 0.28rem 0.3rem;
    border-radius: 0.34rem;
    font-size: 14px;
  }

  .swal2-popup.marvelous-swal-popup .swal2-icon {
    width: 4.4em;
    height: 4.4em;
    margin: 0.2em auto 0.65em;
  }

  .swal2-popup.marvelous-swal-popup .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
    top: 2.035em;
    width: 2.585em;
    height: 0.275em;
  }

  .swal2-popup.marvelous-swal-popup .swal2-icon.swal2-error .swal2-x-mark-line-left {
    left: 0.935em;
  }

  .swal2-popup.marvelous-swal-popup .swal2-icon.swal2-error .swal2-x-mark-line-right {
    right: 0.88em;
  }

  .swal2-popup.marvelous-swal-popup .swal2-icon .swal2-icon-content {
    font-size: 2.7em;
  }

  .swal2-title.marvelous-swal-title {
    font-size: 0.38rem;
    line-height: 1.5;
  }

  .swal2-html-container.marvelous-swal-content {
    margin-top: 0.12rem;
    font-size: 0.28rem;
    line-height: 1.7;
  }

  .swal2-confirm.marvelous-swal-confirm {
    width: 100%;
    min-width: 0;
    margin-top: 0.26rem;
    padding: 0.24rem 0.2rem;
    font-size: 0.3rem;
  }

  .swal2-cancel.marvelous-swal-cancel {
    width: 100%;
    min-width: 0;
    margin-top: 0.16rem;
    margin-left: 0;
    padding: 0.24rem 0.2rem;
    font-size: 0.3rem;
  }
}
