/* 内页设计稿 390px；1rem = 100px（390 宽时） */
.inner-body {
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  background: #d8d2c4;
  color: #171c22;
  min-height: 100vh;
}

.inner-page {
  position: relative;
  width: 100%;
  max-width: 3.9rem;
  min-height: 100vh;
  margin: 0 auto;
  background: #f5f1e8;
  padding-top: 0.56rem;
  padding-bottom: 1rem;
  font-size: 0.16rem;
  line-height: 1.5;
}

.inner-header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 90;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 3.9rem;
  height: 0.56rem;
  padding: 0 0.08rem;
  background: #1d4e89;
  box-shadow: 0 0.02rem 0.06rem rgba(27, 58, 107, 0.12);
}

.inner-header__title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  font-size: 0.18rem;
  line-height: 0.24rem;
  letter-spacing: 0.0045rem;
  color: #fff;
  white-space: nowrap;
}

.inner-header__back {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.44rem;
  height: 0.44rem;
  flex-shrink: 0;
}

.inner-header__back[hidden] {
  display: none;
}

.inner-header__back img {
  width: 0.24rem;
  height: 0.24rem;
}

.inner-header__back--chevron img {
  width: 0.074rem;
  height: 0.12rem;
}

.inner-main {
  padding: 0.16rem 0.16rem 0;
}

.card {
  background: #fff;
  border-radius: 0.16rem;
  box-shadow: 0 0.02rem 0.06rem rgba(0, 0, 0, 0.03);
}

.intro-article {
  padding: 0.18rem 0.16rem 0.24rem;
}

.intro-article__cover {
  display: block;
  width: 100%;
  border-radius: 0.12rem;
  margin-bottom: 0.14rem;
}

.intro-article__body {
  font-size: 0.15rem;
  line-height: 1.7;
  color: #333;
  text-align: justify;
}

.intro-article__body p {
  margin: 0 0 0.12rem;
}

.card + .card,
.card + .note,
.steps + .card {
  margin-top: 0.16rem;
}

/* 用户身份卡 */
.user-card {
  display: flex;
  align-items: center;
  height: 0.76rem;
  padding: 0 0.16rem;
  background: #b33a2f;
  border-radius: 0.16rem;
  box-shadow: 0 0.01rem 0.01rem rgba(0, 0, 0, 0.05);
}

.user-card__avatar {
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.user-card__info {
  flex: 1;
  min-width: 0;
  margin-left: 0.14rem;
}

.user-card__name {
  font-weight: 500;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #fff;
}

.user-card__desc {
  font-size: 0.12rem;
  line-height: 0.16rem;
  color: rgba(191, 219, 254, 0.8);
  white-space: nowrap;
}

.user-card__badge {
  display: flex;
  align-items: center;
  height: 0.3rem;
  padding: 0 0.12rem 0 0.12rem;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9999px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.12rem;
  white-space: nowrap;
}

.user-card__badge img {
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.06rem;
}

/* 表单字段 */
.form-card {
  padding: 0.17rem 0.16rem 0.12rem;
}

.field {
  padding-bottom: 0.1rem;
}

.field + .field {
  padding-top: 0.14rem;
  border-top: 1px solid #f3f4f6;
}

.field__label {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #57595d;
}

.req {
  color: #f43f5e;
  font-weight: 700;
}

.field__control {
  position: relative;
  margin-top: 0.06rem;
}

.field__control input,
.field__control select,
.field__control textarea {
  width: 100%;
  border: 0;
  background: transparent;
  font: inherit;
  font-weight: 500;
  font-size: 0.15rem;
  line-height: 0.24rem;
  color: #1f2937;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

.field__control input::placeholder,
.field__control textarea::placeholder {
  color: #a1a5ae;
  font-weight: 500;
}

.field__control select:invalid {
  color: #a1a5ae;
}

.field__control select {
  padding-right: 0.24rem;
}

.field__control select option {
  color: #1f2937;
}

.field__chevron {
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.16rem;
  height: 0.16rem;
  margin-top: -0.08rem;
  pointer-events: none;
}

.field__count {
  margin-left: auto;
  font-weight: 400;
  font-size: 0.12rem;
  line-height: 0.16rem;
  color: #9ca3af;
}

.field__control textarea {
  height: 0.96rem;
  resize: none;
  line-height: 0.24rem;
}

.field--area .field__count {
  display: block;
  margin-top: 0.08rem;
  text-align: right;
}

.note {
  margin-top: 0.16rem;
  padding: 0 0.04rem;
  font-size: 0.12rem;
  line-height: 0.195rem;
  color: #8a8f99;
}

.inner-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.06rem;
  width: 3.58rem;
  height: 0.52rem;
  margin: 0.24rem auto 0;
  background: #b33a2f;
  border-radius: 0.12rem;
  box-shadow: 0 0.04rem 0.07rem rgba(27, 66, 122, 0.3);
  color: #fff;
  font-weight: 500;
  font-size: 0.16rem;
}

.inner-cta img {
  width: 0.16rem;
  height: 0.16rem;
}

/* 步骤条 */
.steps {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  padding: 0.16rem;
  background: #fff;
  border-radius: 0.16rem;
  box-shadow: 0 0.02rem 0.04rem rgba(27, 58, 107, 0.04);
}

.steps::before {
  content: "";
  position: absolute;
  left: 0.4rem;
  right: 0.4rem;
  top: 0.31rem;
  height: 0.02rem;
  background: #ea9f98;
}

.steps__item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 0.62rem;
}

.steps__dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background: #ffdedb;
  color: #44474f;
  font-size: 0.14rem;
}

.steps__dot img {
  width: 0.122rem;
  height: 0.09rem;
}

.steps__dot--done,
.steps__dot--active {
  background: #b33a2f;
  color: #fff;
}

.steps__dot--active {
  box-shadow: 0 0 0 0.04rem #ffdedb;
}

.steps__dot--cloud img {
  width: 0.165rem;
  height: 0.12rem;
}

.steps__txt {
  margin-top: 0.06rem;
  font-size: 0.12rem;
  line-height: 0.16rem;
  color: #44474f;
  white-space: nowrap;
}

.steps__item.is-on .steps__txt {
  color: #b33a2f;
}

/* 上传页卡片 */
.cat-card {
  padding: 0.2rem;
}

.cat-card__title {
  display: flex;
  align-items: center;
  gap: 0.04rem;
  font-weight: 500;
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #002452;
}

.cat-card__title img {
  width: 0.167rem;
  height: 0.133rem;
}

.cat-card__spec {
  margin-top: 0.08rem;
  padding: 0.08rem;
  background: #f2f2f2;
  border-radius: 0.12rem;
}

.cat-card__spec .chip-row {
  margin-top: 0;
}

.cat-card__spec .rules {
  margin-top: 0.08rem;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.photo-hint {
  margin: 0.08rem 0 0;
  font-size: 0.13rem;
  line-height: 0.18rem;
  color: #44474f;
  text-align: left;
}

.hint-box {
  margin-top: 0.08rem;
  padding: 0.08rem;
  background: #f2f2f2;
  border-radius: 0.12rem;
}

.hint-box__row {
  display: flex;
  align-items: flex-start;
  gap: 0.08rem;
  font-size: 0.13rem;
  line-height: 0.179rem;
  color: #000;
}

.hint-box__row img {
  width: 0.133rem;
  height: 0.153rem;
  margin-top: 0.02rem;
  flex-shrink: 0;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.06rem;
  margin-top: 0.08rem;
  padding-left: 0.2rem;
}

.tags span {
  display: inline-flex;
  align-items: center;
  height: 0.2rem;
  padding: 0 0.08rem;
  background: #fff;
  border-radius: 0.04rem;
  font-size: 0.12rem;
  color: #44474f;
}

.upload-card {
  padding: 0.2rem;
}

.upload-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.upload-card__head h3 {
  font-weight: 500;
  font-size: 0.15rem;
  color: #171c22;
}

.upload-card__head h3 .req {
  color: #b02d23;
}

.upload-card__status {
  font-size: 0.12rem;
  color: #44474f;
}

.dropzone {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.16rem;
  padding: 0.28rem 0.28rem 0.16rem;
  background: #f2f2f2;
  border-radius: 0.12rem;
  text-align: center;
  cursor: pointer;
}

.dropzone input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.dropzone__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.56rem;
  height: 0.56rem;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0.01rem 0.01rem rgba(0, 0, 0, 0.05);
}

.dropzone__icon img {
  width: 0.263rem;
  height: 0.213rem;
}

.dropzone__title {
  margin-top: 0.08rem;
  font-weight: 500;
  font-size: 0.15rem;
  color: #b33a2f;
}

.dropzone__desc {
  margin-top: 0.04rem;
  font-size: 0.13rem;
  line-height: 0.18rem;
  color: #9c9c9c;
}

.dropzone__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.04rem;
  margin-top: 0.16rem;
  height: 0.28rem;
  padding: 0 0.16rem;
  background: #b33a2f;
  border-radius: 9999px;
  color: #fff;
  font-size: 0.12rem;
  pointer-events: none;
}

.dropzone__btn img {
  width: 0.093rem;
  height: 0.093rem;
}

.dropzone.has-preview {
  padding: 0.12rem;
}

.dropzone.has-preview .dropzone__empty {
  display: none;
}

.dropzone__preview {
  width: 100%;
}

.dropzone__preview video {
  width: 100%;
  max-height: 2rem;
  border-radius: 0.08rem;
  background: #000;
}

.dropzone__preview-name {
  display: block;
  margin-top: 0.08rem;
  font-size: 0.12rem;
  color: #44474f;
  word-break: break-all;
}

.sub-field {
  margin-top: 0.16rem;
}

.sub-field label {
  display: block;
  font-size: 0.14rem;
  color: #44474f;
}

.sub-field input {
  width: 100%;
  height: 0.38rem;
  margin-top: 0.04rem;
  border: 0;
  background: transparent;
  font-size: 0.15rem;
  color: #171c22;
  outline: none;
}

.sub-field input::placeholder {
  color: #747780;
}

.cover-row {
  display: flex;
  align-items: center;
  gap: 0.08rem;
  margin-top: 0.08rem;
}

.cover-box {
  position: relative;
  width: 0.8rem;
  height: 0.8rem;
  flex-shrink: 0;
  background: #f0f4fc;
  border-radius: 0.12rem;
  text-align: center;
  overflow: hidden;
}

.cover-box input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.cover-box img.icon {
  width: 0.165rem;
  height: 0.165rem;
  margin: 0.218rem auto 0;
}

.cover-box span {
  display: block;
  margin-top: 0.02rem;
  font-size: 0.12rem;
  color: #44474f;
}

.cover-box .preview {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.cover-box.has-preview .icon,
.cover-box.has-preview > span:not(.preview) {
  display: none;
}

.cover-row p {
  font-size: 0.13rem;
  line-height: 0.179rem;
  color: #44474f;
}

.mail-card {
  padding: 0.2rem;
  background: #fef7ee;
  border-radius: 0.16rem;
}

.mail-card__head {
  display: flex;
  align-items: center;
  gap: 0.04rem;
}

.mail-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.28rem;
  height: 0.28rem;
  background: #faecd8;
  border-radius: 50%;
}

.mail-card__icon img {
  width: 0.158rem;
  height: 0.143rem;
}

.mail-card__head h3 {
  font-size: 0.16rem;
  color: #7c2d12;
}

.mail-card p {
  margin-top: 0.08rem;
  font-size: 0.13rem;
  line-height: 0.211rem;
  color: #9c4221;
}

.mail-card a {
  color: #7c2d12;
  font-weight: 500;
  text-decoration: underline;
}

.mail-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.08rem;
  height: 0.37rem;
  padding: 0 0.08rem 0 0.16rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.12rem;
}

.mail-copy__addr {
  display: flex;
  align-items: center;
  gap: 0.08rem;
  font-weight: 600;
  font-size: 0.14rem;
  color: #7c2d12;
}

.mail-copy__addr img {
  width: 0.15rem;
  height: 0.12rem;
}

.copy-btn {
  display: flex;
  align-items: center;
  gap: 0.04rem;
  height: 0.24rem;
  padding: 0 0.12rem;
  background: #c05621;
  border-radius: 9999px;
  color: #fff;
  font-size: 0.12rem;
}

.copy-btn img {
  width: 0.099rem;
  height: 0.117rem;
}

.disclaimer {
  margin-top: 0.2rem;
  text-align: center;
  font-size: 0.12rem;
  line-height: 0.195rem;
  color: #44474f;
}

.sticky-bar {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 90;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 0.08rem;
  width: 100%;
  max-width: 3.9rem;
  height: 0.66rem;
  padding: 0.08rem 0.16rem calc(0.08rem + env(safe-area-inset-bottom, 0px));
  background: rgba(247, 249, 255, 0.95);
  backdrop-filter: blur(6px);
}

.btn-prev {
  width: 0.88rem;
  height: 0.5rem;
  background: #e4e8f0;
  border-radius: 0.12rem;
  font-size: 0.16rem;
  color: #44474f;
}

.btn-next {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.06rem;
  height: 0.5rem;
  background: #b33a2f;
  border-radius: 0.12rem;
  box-shadow: 0 0.04rem 0.06rem rgba(27, 58, 107, 0.2);
  color: #fff;
  font-size: 0.16rem;
}

.btn-next img {
  width: 0.062rem;
  height: 0.1rem;
}

/* 其他类上传 */
.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.06rem 0.06rem;
  margin-top: 0.16rem;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.04rem;
  height: 0.24rem;
  padding: 0 0.1rem;
  background: #f2f2f2;
  border-radius: 0.04rem;
  font-size: 0.12rem;
  color: #44474f;
}

.chip img {
  width: 0.117rem;
  height: 0.117rem;
}

.rules {
  margin-top: 0.16rem;
  padding: 0.08rem;
  background: #f2f2f2;
  border-radius: 0.08rem;
  font-size: 0.13rem;
  line-height: 0.18rem;
  color: #44474f;
}

.rules strong {
  color: #171c22;
}

.photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.08rem;
  margin-top: 0.16rem;
}

.photo-cell {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 1.28rem;
  background: #f2f2f2;
  border-radius: 0.08rem;
  overflow: hidden;
  text-align: center;
}

.photo-cell input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.photo-cell.is-add {
  box-shadow: inset 0 0.02rem 0.04rem rgba(0, 0, 0, 0.05);
}

.photo-cell__circle {
  width: 0.4rem;
  height: 0.4rem;
  margin: 0.21rem auto 0;
  background: #eeada7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.photo-cell__circle img {
  width: 0.22rem;
  height: 0.2rem;
}

.photo-cell__dot {
  width: 0.32rem;
  height: 0.32rem;
  margin: 0.26rem auto 0;
  background: #e4e8f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.photo-cell__dot img {
  width: 0.15rem;
  height: 0.15rem;
}

.photo-cell__dot:empty {
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #c5cad4;
}

.photo-cell__name {
  margin-top: 0.06rem;
  font-size: 0.14rem;
  color: #002452;
}

.photo-cell__sub {
  font-size: 0.12rem;
  color: #747780;
}

.photo-cell.is-slot .photo-cell__name {
  font-size: 0.12rem;
  color: #44474f;
}

.photo-cell.is-slot .photo-cell__sub {
  font-size: 0.11rem;
}

.photo-cell.is-thumb {
  padding: 0;
}

.photo-cell.is-thumb .photo-cell__preview {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-cell.is-thumb .photo-cell__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0.06rem;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.55));
  pointer-events: none;
}

.photo-cell.is-thumb .photo-cell__overlay span {
  font-size: 0.1rem;
  line-height: 0.14rem;
  color: #fff;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.photo-cell__remove {
  position: absolute;
  top: 0.04rem;
  right: 0.04rem;
  z-index: 3;
  width: 0.22rem;
  height: 0.22rem;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-size: 0.14rem;
  line-height: 0.22rem;
  text-align: center;
  cursor: pointer;
}

.photo-cell.has-preview.is-slot .photo-cell__placeholder {
  display: none;
}

.photo-cell.has-preview.is-slot .photo-cell__preview {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.photo-cell.has-preview.is-slot .photo-cell__name,
.photo-cell.has-preview.is-slot .photo-cell__sub {
  position: relative;
  z-index: 2;
  color: #fff;
  text-shadow: 0 0.01rem 0.02rem rgba(0, 0, 0, 0.4);
}

.photo-cell.is-slot {
  justify-content: flex-end;
  padding-bottom: 0.1rem;
}

.photo-cell__placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  justify-content: center;
  width: 100%;
}

.title-input {
  display: flex;
  align-items: center;
  gap: 0.04rem;
  height: 0.42rem;
  padding: 0 0.16rem;
  margin-top: 0.06rem;
  background: #f0f4fc;
  border-radius: 0.08rem;
}

.title-input img {
  width: 0.15rem;
  height: 0.133rem;
}

.title-input input {
  flex: 1;
  border: 0;
  background: transparent;
  font-size: 0.15rem;
  outline: none;
}

.title-input input::placeholder {
  color: #747780;
}

.badge-soft {
  display: inline-flex;
  align-items: center;
  gap: 0.04rem;
  height: 0.2rem;
  padding: 0 0.08rem;
  background: #e4e8f0;
  border-radius: 0.04rem;
  font-size: 0.12rem;
  color: #44474f;
}

.badge-soft img {
  width: 0.128rem;
  height: 0.123rem;
}

.pick-row {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 0.82rem;
  padding: 0.16rem;
  background: #f2f2f2;
  border-radius: 0.12rem;
}

.pick-row input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.pick-row__icon {
  width: 0.48rem;
  height: 0.48rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dee3eb;
  border-radius: 0.08rem;
  flex-shrink: 0;
}

.pick-row__icon img {
  width: 0.16rem;
  height: 0.16rem;
}

.pick-row__text {
  margin-left: 0.08rem;
  flex: 1;
}

.pick-row__text strong {
  display: block;
  font-size: 0.14rem;
  font-weight: 500;
  color: #171c22;
}

.pick-row__text span {
  display: block;
  font-size: 0.12rem;
  line-height: 0.15rem;
  color: #44474f;
}

.pick-row__plus {
  width: 0.32rem;
  height: 0.32rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e4e8f0;
  border-radius: 50%;
}

.pick-row__plus img {
  width: 0.105rem;
  height: 0.105rem;
}

.pick-row.has-preview {
  padding-left: 0.12rem;
}

.pick-row__thumb {
  width: 0.56rem;
  height: 0.56rem;
  flex-shrink: 0;
  border-radius: 0.08rem;
  overflow: hidden;
  background: #dee3eb;
}

.pick-row__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pick-row.has-preview .pick-row__icon {
  display: none;
}

.pick-row.is-done .pick-row__text strong {
  color: #b33a2f;
}

.mail-card--alt {
  background: #ffefd9;
  border-radius: 0.12rem;
  padding: 0.16rem;
}

.mail-card--alt h3 {
  display: flex;
  align-items: center;
  gap: 0.06rem;
  font-size: 0.14rem;
  color: #002452;
}

.mail-card--alt h3 img {
  width: 0.15rem;
  height: 0.135rem;
}

.mail-card--alt p {
  margin-top: 0.08rem;
  color: #44474f;
  font-size: 0.13rem;
  line-height: 0.195rem;
}

.mail-copy--alt {
  height: 0.32rem;
  padding: 0 0.04rem 0 0.08rem;
  background: #fff;
  border-radius: 0.08rem;
}

.mail-copy--alt .mail-copy__addr {
  color: #171c22;
  font-size: 0.12rem;
}

.copy-btn--alt {
  background: #d7e2ff;
  color: #001a40;
  border-radius: 0.04rem;
}

.sticky-bar--white {
  height: 0.8rem;
  padding: 0.16rem;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 -0.04rem 0.16rem rgba(0, 0, 0, 0.06);
}

.btn-prev--sm {
  width: 0.95rem;
  height: 0.48rem;
  border-radius: 0.08rem;
  font-size: 0.15rem;
  color: #171c22;
  text-align: center;
  line-height: 0.48rem;
}

.btn-next--wide {
  height: 0.48rem;
  border-radius: 0.08rem;
  font-size: 0.15rem;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 1.2rem;
  z-index: 300;
  transform: translateX(-50%);
  padding: 0.1rem 0.16rem;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 0.08rem;
  color: #fff;
  font-size: 0.13rem;
  white-space: nowrap;
}

.toast[hidden] {
  display: none;
}

/* ---------- 提交成功 ---------- */
.success-page {
  background: #f4f2eb;
  padding-bottom: 0.24rem;
}

.success-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.28rem 0.2rem 0.24rem;
}

.success-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #349568, #257850);
  box-shadow: 0 0.1rem 0.15rem -0.03rem rgba(45, 138, 94, 0.2);
}

.success-icon img {
  width: 0.4rem;
  height: 0.4rem;
}

.success-hero h2 {
  margin-top: 0.16rem;
  font-weight: 500;
  font-size: 0.24rem;
  line-height: 0.32rem;
  letter-spacing: -0.006rem;
  color: #0f172a;
}

.success-hero p {
  margin-top: 0.08rem;
  font-size: 0.12rem;
  line-height: 0.195rem;
  color: #64748b;
  text-align: center;
}

.success-empty {
  width: 3.5rem;
  margin: 0.24rem auto 0;
  padding: 0.16rem;
  font-size: 0.13rem;
  line-height: 0.2rem;
  text-align: center;
  color: #64748b;
  background: #fff;
  border-radius: 0.12rem;
  border: 1px dashed #e2e8f0;
}

.ticket {
  position: relative;
  width: 3.5rem;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 0.16rem;
  box-shadow: 0 0.01rem 0.02rem rgba(226, 232, 240, 0.6);
}

.ticket__top {
  padding: 0.24rem 0.24rem 0.18rem;
  text-align: center;
}

.ticket__label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.04rem;
  font-size: 0.11rem;
  line-height: 0.165rem;
  letter-spacing: 0.0275rem;
  color: #b38a4a;
}

.ticket__dot {
  width: 0.04rem;
  height: 0.04rem;
  border-radius: 50%;
  background: rgba(179, 138, 74, 0.7);
}

.ticket__code {
  margin-top: 0.1rem;
  font-family: "Times New Roman", "Noto Serif SC", serif;
  font-weight: 700;
  font-size: 0.24rem;
  line-height: 0.32rem;
  letter-spacing: 0.012rem;
  color: #1b3a6b;
}

.ticket__copy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.04rem;
  width: fit-content;
  height: 0.26rem;
  margin: 0.1rem auto 0;
  padding: 0 0.1rem;
  background: #f8fafc;
  border: 1px solid rgba(226, 232, 240, 0.7);
  border-radius: 9999px;
  color: #64748b;
  font-size: 0.12rem;
  line-height: 1;
}

.ticket__copy img {
  width: 0.14rem;
  height: 0.14rem;
}

.ticket__notch {
  position: relative;
  height: 0.12rem;
}

.ticket__notch::before,
.ticket__notch::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.2rem;
  height: 0.2rem;
  margin-top: -0.1rem;
  background: #f4f2eb;
  border-radius: 50%;
}

.ticket__notch::before { left: -0.1rem; }
.ticket__notch::after { right: -0.1rem; }

.ticket__dash {
  position: absolute;
  left: 0.16rem;
  right: 0.16rem;
  top: 50%;
  border-top: 1px dashed #e2e8f0;
}

.ticket__rows {
  padding: 0.08rem 0.24rem 0.16rem;
}

.ticket__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 0.36rem;
  font-size: 0.12rem;
  line-height: 0.16rem;
}

.ticket__row + .ticket__row {
  border-top: 1px solid #f1f5f9;
}

.ticket__row dt {
  color: #94a3b8;
}

.ticket__row dd {
  color: #1e293b;
  letter-spacing: -0.003rem;
  text-align: right;
}

.success-actions {
  padding: 0.2rem 0.2rem 0;
}

.success-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.06rem;
  width: 100%;
  height: 0.48rem;
  background: #b33a2f;
  border-radius: 0.12rem;
  box-shadow: 0 0.04rem 0.06rem #b33a2f;
  color: #fff;
  font-size: 0.14rem;
}

.success-primary img {
  width: 0.16rem;
  height: 0.16rem;
}

.success-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.24rem;
  margin-top: 0.12rem;
}

.success-links a,
.success-links button {
  display: inline-flex;
  align-items: center;
  gap: 0.04rem;
  color: #64748b;
  font-size: 0.12rem;
}

.success-links img {
  width: 0.14rem;
  height: 0.14rem;
}

.success-links__div {
  color: #cbd5e1;
}

/* ---------- 我的作品 ---------- */
.works-page {
  padding-top: 0.85rem;
  padding-bottom: 0.88rem;
}

.works-header {
  height: 0.85rem;
  align-items: flex-start;
  padding: 0.02rem 0.08rem 0;
}

.works-header .inner-header__back img {
  width: 0.2rem;
  height: 0.2rem;
}

.works-header__title {
  top: 0.28rem;
  transform: translate(-50%, -50%);
  font-size: 0.16rem;
  font-weight: 500;
}

.works-tabs {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  height: 0.37rem;
  padding: 0 0.16rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.works-tabs button {
  position: relative;
  height: 0.3rem;
  margin-right: 0.4rem;
  font-size: 0.12rem;
  line-height: 0.16rem;
  color: rgba(255, 255, 255, 0.75);
}

.works-tabs button.is-on {
  font-weight: 700;
  color: #fff;
}

.works-tabs button.is-on::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0.46rem;
  height: 0.02rem;
  margin-left: -0.23rem;
  background: #948765;
  border-radius: 9999px;
}

.work-list {
  padding: 0.12rem 0.16rem 0;
}

.work-card-item {
  padding: 0.14rem;
  background: #fff;
  border: 1px solid #e9e6db;
  border-radius: 0.16rem;
  box-shadow: 0 0.02rem 0.05rem rgba(27, 58, 107, 0.04);
}

.work-card-item + .work-card-item {
  margin-top: 0.12rem;
}

.work-card-item.is-hidden {
  display: none;
}

.work-card-item__main {
  display: flex;
  gap: 0.12rem;
}

.work-card-item__thumb {
  position: relative;
  width: 0.64rem;
  height: 0.64rem;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0.12rem;
  background: #f1f5f9;
}

.work-card-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-card-item__tag {
  position: absolute;
  right: 0.04rem;
  bottom: 0.04rem;
  padding: 0 0.04rem;
  background: rgba(15, 23, 42, 0.6);
  border-radius: 0.04rem;
  color: #fff;
  font-size: 0.09rem;
  line-height: 0.135rem;
}

.work-card-item__body {
  flex: 1;
  min-width: 0;
}

.work-card-item__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.08rem;
}

.work-card-item__name {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  font-weight: 500;
  font-size: 0.15rem;
  line-height: 0.225rem;
  color: #0f172a;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.work-status {
  display: inline-flex;
  align-items: center;
  gap: 0.02rem;
  height: 0.23rem;
  padding: 0 0.08rem 0 0.08rem;
  border-radius: 9999px;
  font-size: 0.11rem;
  white-space: nowrap;
  flex-shrink: 0;
}

.work-status img {
  width: 0.12rem;
  height: 0.12rem;
}

.work-status--review {
  background: #fef5e7;
  border: 1px solid #f3e2c4;
  color: #b88230;
}

.work-status--pass {
  background: #edf8f2;
  border: 1px solid #c5ebd6;
  color: #2b8a57;
}

.work-status--vote {
  background: #eef4fc;
  border: 1px solid #d0e2fa;
  color: #2d6bb5;
}

.work-card-item__no {
  margin-top: 0.04rem;
  font-size: 0.12rem;
  color: #64748b;
}

.work-card-item__no span {
  font-family: Consolas, "Liberation Mono", monospace;
  color: #334155;
}

.work-card-item__meta {
  display: flex;
  align-items: center;
  gap: 0.04rem;
  margin-top: 0.04rem;
  font-size: 0.11rem;
  color: #94a3b8;
}

.work-card-item__meta img {
  width: 0.12rem;
  height: 0.12rem;
}

.work-card-item__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.12rem;
  padding-top: 0.1rem;
  border-top: 1px solid #f1f5f9;
  font-size: 0.11rem;
}

.work-card-item__hint {
  display: flex;
  align-items: center;
  gap: 0.06rem;
}

.work-card-item__hint i {
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
}

.hint-amber { color: #1b3a6b; }
.hint-amber i { background: #f59e0b; }
.hint-green { color: #047857; }
.hint-green i { background: #10b981; }
.hint-blue { color: #1d4ed8; }
.hint-blue i { background: #3b82f6; }

.work-card-item__link {
  display: inline-flex;
  align-items: center;
  color: #94a3b8;
}

.work-card-item__link img {
  width: 0.12rem;
  height: 0.12rem;
}

.works-empty {
  margin: 0.32rem 0.16rem;
  padding: 0.24rem 0.16rem;
  font-size: 0.14rem;
  line-height: 0.22rem;
  text-align: center;
  color: #94a3b8;
  background: #fff;
  border-radius: 0.12rem;
  border: 1px dashed #e2e8f0;
}

.works-note {
  margin-top: 0.24rem;
  text-align: center;
}

.works-note p {
  font-size: 0.13rem;
  line-height: 0.195rem;
  letter-spacing: 0.003rem;
  color: #a69e8c;
}

.works-note span {
  display: block;
  margin-top: 0.04rem;
  font-size: 0.11rem;
  color: #c2bcae;
}

.works-cta {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 90;
  transform: translateX(-50%);
  width: 100%;
  max-width: 3.9rem;
  padding: 0.22rem 0.17rem calc(0.15rem + env(safe-area-inset-bottom, 0px));
  background: linear-gradient(180deg, rgba(245, 241, 232, 0), #f5f1e8 30%);
}

.works-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.06rem;
  height: 0.51rem;
  background: #b33a2f;
  border-radius: 0.12rem;
  box-shadow: 0 0.04rem 0.07rem rgba(27, 58, 107, 0.22);
  color: #fff;
  font-size: 0.14rem;
}

.works-cta img {
  width: 0.16rem;
  height: 0.16rem;
}

@media (min-width: 391px) {
  .inner-body {
    background:
      radial-gradient(ellipse at 50% 0%, rgba(29, 78, 137, 0.12), transparent 55%),
      linear-gradient(180deg, #e8e2d4 0%, #d4cdc0 100%);
  }

  .inner-page {
    box-shadow: 0 0.12rem 0.48rem rgba(32, 43, 56, 0.18);
  }
}

.auth-card {
  padding: 0.32rem 0.2rem 0.24rem;
  text-align: center;
}

.auth-card__logo {
  width: 0.56rem;
  height: 0.56rem;
  margin-bottom: 0.12rem;
}

.auth-card__app {
  margin: 0;
  font-size: 0.17rem;
  font-weight: 600;
  line-height: 0.26rem;
  color: #171c22;
}

.auth-card__hint {
  margin: 0.08rem 0 0.2rem;
  font-size: 0.13rem;
  line-height: 0.2rem;
  color: #5b616b;
}

.auth-perms {
  margin: 0 0 0.22rem;
  padding: 0.12rem 0.16rem;
  list-style: none;
  text-align: left;
  background: #f6f3ec;
  border-radius: 0.1rem;
  font-size: 0.13rem;
  line-height: 0.22rem;
  color: #44474f;
}

.auth-perms li + li {
  margin-top: 0.04rem;
}

.auth-actions {
  display: flex;
  gap: 0.12rem;
}

.auth-actions button {
  flex: 1;
  height: 0.44rem;
  border: 0;
  border-radius: 0.22rem;
  font-size: 0.15rem;
  font-weight: 600;
}

.auth-deny {
  background: #eceae4;
  color: #333;
}

.auth-allow {
  background: #07c160;
  color: #fff;
}

.quiz-intro {
  padding: 0.18rem 0.16rem;
  margin-bottom: 0.12rem;
}

.quiz-intro__title {
  margin: 0 0 0.08rem;
  font-size: 0.16rem;
  font-weight: 600;
  line-height: 0.24rem;
  color: #171c22;
}

.quiz-intro__hint {
  margin: 0;
  font-size: 0.13rem;
  line-height: 0.2rem;
  color: #5b616b;
}

.quiz-form {
  padding: 0.16rem 0.16rem 0.2rem;
}

.quiz-loading,
.quiz-empty {
  font-size: 0.14rem;
  color: #5b616b;
  text-align: center;
  padding: 0.24rem 0;
}

.quiz-item {
  margin-bottom: 0.2rem;
}

.quiz-item:last-of-type {
  margin-bottom: 0.16rem;
}

.quiz-item__title {
  margin: 0 0 0.1rem;
  font-size: 0.14rem;
  font-weight: 600;
  line-height: 0.22rem;
  color: #171c22;
}

.quiz-item__index {
  color: #1d4e89;
  margin-right: 0.04rem;
}

.quiz-options {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
}

.quiz-option {
  display: flex;
  align-items: flex-start;
  gap: 0.1rem;
  padding: 0.1rem 0.12rem;
  background: #f6f3ec;
  border-radius: 0.08rem;
  border: 0.02rem solid transparent;
  cursor: pointer;
  font-size: 0.13rem;
  line-height: 0.2rem;
  color: #333;
}

.quiz-option input {
  margin-top: 0.03rem;
  flex-shrink: 0;
}

.quiz-option.is-selected {
  border-color: #1d4e89;
  background: #eef4fb;
}

.quiz-submit {
  display: block;
  width: 100%;
  height: 0.44rem;
  margin-top: 0.04rem;
  border: 0;
  border-radius: 0.22rem;
  background: linear-gradient(90deg, #c41e24 0%, #e8333a 100%);
  color: #fff;
  font-size: 0.15rem;
  font-weight: 600;
}

.quiz-submit:disabled {
  opacity: 0.55;
}

.feedback-section__title {
  margin: 0 0 0.06rem;
  font-size: 0.16rem;
  font-weight: 600;
  color: #171c22;
}

.feedback-section__hint {
  margin: 0 0 0.12rem;
  font-size: 0.12rem;
  line-height: 0.18rem;
  color: #5b616b;
}

.feedback-faq {
  padding: 0.16rem;
  margin-bottom: 0.12rem;
}

.feedback-faq__loading,
.feedback-faq__empty {
  font-size: 0.13rem;
  color: #888;
  text-align: center;
  padding: 0.12rem 0;
}

.feedback-faq__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.feedback-faq__item {
  padding: 0.12rem 0;
  border-top: 1px solid #ece8df;
}

.feedback-faq__item:first-child {
  border-top: 0;
}

.feedback-faq__q {
  margin: 0 0 0.06rem;
  font-size: 0.14rem;
  font-weight: 600;
  color: #171c22;
}

.feedback-faq__a {
  margin: 0;
  font-size: 0.13rem;
  line-height: 0.2rem;
  color: #444;
}

.feedback-faq__time {
  display: block;
  margin-top: 0.04rem;
  font-size: 0.11rem;
  color: #999;
}

.field__control--textarea textarea {
  width: 100%;
  min-height: 0.88rem;
  padding: 0.1rem 0.12rem;
  border: 0;
  background: transparent;
  font-size: 0.14rem;
  resize: vertical;
}

.entry-summary {
  padding: 0.14rem 0.16rem;
}

.entry-summary__title {
  margin: 0 0 0.1rem;
  font-size: 0.14rem;
  font-weight: 600;
  color: #1a1a1a;
}

.entry-summary__list {
  margin: 0;
  font-size: 0.12rem;
  line-height: 0.2rem;
  color: #5c5f66;
}

.entry-summary__list dt {
  float: left;
  clear: left;
  width: 0.9rem;
  margin: 0;
  color: #888;
}

.entry-summary__list dd {
  margin: 0 0 0.04rem 0.96rem;
  word-break: break-all;
}
