.purchase-page[data-v-00658462] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #f8fafc;
  padding-bottom: 60px;
}
/* ===== Header ===== */
.header-arc[data-v-00658462] {
  background: linear-gradient(135deg, #32e0a1 0%, #12a87a 100%);
  flex-shrink: 0;
  padding-bottom: 8px;
}
/* ===== Student Summary ===== */
.student-summary[data-v-00658462] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: -8px 16px 0 16px;
  padding: 14px 16px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 2;
}
.summary-name[data-v-00658462] {
  font-size: 18px;
  font-weight: 700;
  color: #1e293b;
}
.summary-meta[data-v-00658462] {
  font-size: 12px;
  color: #94a3b8;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
}
.summary-right[data-v-00658462] {
  text-align: right;
  flex-shrink: 0;
}
.summary-amount[data-v-00658462] {
  font-size: 24px;
  font-weight: 700;
  color: #12a87a;
}
.summary-label[data-v-00658462] {
  font-size: 11px;
  color: #94a3b8;
  margin-top: 2px;
}
/* ===== Semester Bar ===== */
.semester-bar[data-v-00658462] {
  display: flex;
  gap: 8px;
  padding: 8px 16px 0 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.semester-tab[data-v-00658462] {
  flex-shrink: 0;
  padding: 6px 14px;
  border-radius: 16px;
  font-size: 13px;
  color: #64748b;
  background: #f1f5f9;
  cursor: pointer;
  transition: all 0.2s;
}
.semester-tab-active[data-v-00658462] {
  color: #fff;
  background: #12a87a;
}
/* ===== Title Bar ===== */
.title-bar[data-v-00658462] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 16px 8px 16px;
}
.title-left[data-v-00658462] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.title-text[data-v-00658462] {
  font-size: 18px;
  font-weight: 700;
  color: #1e293b;
}
.title-accent[data-v-00658462] {
  width: 28px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, #32e0a1, transparent);
}
.title-right[data-v-00658462] {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.select-all-box[data-v-00658462] {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1.5px solid #cbd5e1;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.select-all-active[data-v-00658462] {
  border-color: #12a87a;
  background: #12a87a;
}
.select-all-partial[data-v-00658462] {
  width: 10px;
  height: 10px;
  background: #12a87a;
  border-radius: 1px;
}
.select-all-text[data-v-00658462] {
  font-size: 13px;
  color: #64748b;
}
/* ===== Bill List ===== */
.bill-list[data-v-00658462] {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0 16px;
}
.scroll-area[data-v-00658462] {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.bill-card[data-v-00658462] {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 14px;
  padding: 14px 12px;
  margin-bottom: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  border: 1.5px solid transparent;
  transition: all 0.15s;
  touch-action: manipulation;
  cursor: pointer;
}
.bill-card[data-v-00658462]:active {
  transform: scale(0.985);
}
.bill-card-selected[data-v-00658462] {
  border-color: #12a87a;
  box-shadow: 0 0 0 1px rgba(18, 168, 122, 0.12);
}
.custom-check[data-v-00658462] {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1.5px solid #cbd5e1;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: all 0.2s;
}
.custom-check-on[data-v-00658462] {
  background: #12a87a;
  border-color: #12a87a;
}
.bill-section-title[data-v-00658462] {
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
  padding: 4px 0 8px 0;
  margin-bottom: 2px;
}
.bill-fixed-icon[data-v-00658462] {
  background: linear-gradient(135deg, #f59e0b, #fbbf24) !important;
}
.bill-icon[data-v-00658462] {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, #12a87a, #32e0a1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 12px;
}
.bill-info[data-v-00658462] {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.bill-name[data-v-00658462] {
  font-size: 15px;
  font-weight: 600;
  color: #1e293b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 4px;
}
.bill-desc[data-v-00658462] {
  font-size: 12px;
  color: #94a3b8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bill-right[data-v-00658462] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-shrink: 0;
  margin-left: 8px;
}
.bill-price[data-v-00658462] {
  font-size: 18px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 6px;
}
.bill-pay-btn[data-v-00658462] {
  font-size: 12px;
  font-weight: 500;
  height: 28px;
  padding: 0 14px;
}
/* ===== Empty ===== */
.empty-wrap[data-v-00658462] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.empty-title[data-v-00658462] {
  text-align: center;
  font-size: 16px;
  color: #64748b;
}
.empty-sub[data-v-00658462] {
  font-size: 13px;
  color: #94a3b8;
  margin-top: 4px;
}
/* ===== Checkout Bar ===== */
.checkout-bar[data-v-00658462] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border-top: 1px solid #f1f5f9;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.04);
  padding: 12px 16px;
  flex-shrink: 0;
}
.checkout-info[data-v-00658462] {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.checkout-count[data-v-00658462] {
  font-size: 14px;
  color: #64748b;
}
.checkout-amount[data-v-00658462] {
  font-size: 24px;
  font-weight: 700;
  color: #12a87a;
}
.checkout-btn[data-v-00658462] {
  font-size: 15px;
  font-weight: 600;
  height: 42px;
  padding: 0 28px;
}

.van-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.van-checkbox--disabled {
  cursor: not-allowed;
}
.van-checkbox--label-disabled {
  cursor: default;
}
.van-checkbox--horizontal {
  margin-right: 12px;
}
.van-checkbox__icon {
  -webkit-box-flex: 0;
  -webkit-flex: none;
          flex: none;
  height: 1em;
  font-size: 20px;
  line-height: 1em;
  cursor: pointer;
}
.van-checkbox__icon .van-icon {
  display: block;
  box-sizing: border-box;
  width: 1.25em;
  height: 1.25em;
  color: transparent;
  font-size: 0.8em;
  line-height: 1.25;
  text-align: center;
  border: 1px solid #c8c9cc;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color;
}
.van-checkbox__icon--round .van-icon {
  border-radius: 100%;
}
.van-checkbox__icon--checked .van-icon {
  color: #fff;
  background-color: #1989fa;
  border-color: #1989fa;
}
.van-checkbox__icon--disabled {
  cursor: not-allowed;
}
.van-checkbox__icon--disabled .van-icon {
  background-color: #ebedf0;
  border-color: #c8c9cc;
}
.van-checkbox__icon--disabled.van-checkbox__icon--checked .van-icon {
  color: #c8c9cc;
}
.van-checkbox__label {
  margin-left: 8px;
  color: #323233;
  line-height: 20px;
}
.van-checkbox__label--left {
  margin: 0 8px 0 0;
}
.van-checkbox__label--disabled {
  color: #c8c9cc;
}

.overwrite-swipe[data-v-296a6380] .van-swipe {
  overflow: visible;
}
.card[data-v-296a6380] {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 100% 100% !important;
}
.shadow[data-v-296a6380] {
  box-shadow: 4px 4px 4px rgba(20, 67, 71, 0.08), 0 4px 20px rgba(0, 0, 0, 0.25), inset 0.5px 0.5px 2px rgba(243, 254, 255, 0.6);
  border-radius: 8px;
}

.purchase-action-sheet .van-action-sheet__description {
  padding: 1rem 1rem 0;
}
.purchase-action-sheet .van-action-sheet__content {
  min-height: 40vh;
}

.header-arc[data-v-c9a058a2] {
  background: linear-gradient(135deg, #32e0a1 0%, #12a87a 100%);
}
.text-decorate-bottom[data-v-c9a058a2] {
  position: relative;
  z-index: 100;
}
.text-decorate-bottom[data-v-c9a058a2]:after {
  content: '';
  width: 100%;
  height: 1.25rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: #32e0a1;
}
.custom-image[data-v-c9a058a2] .van-empty__image {
  width: 47rem;
  height: auto;
}

.prepay-page[data-v-2db83ab2] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #f8fafc;
}
/* ===== Header Arc ===== */
.header-arc[data-v-2db83ab2] {
  background: linear-gradient(135deg, #32e0a1 0%, #12a87a 100%);
  flex-shrink: 0;
  padding: 24px 20px 32px 20px;
}
.header-content[data-v-2db83ab2] {
  text-align: center;
  color: #ffffff;
}
.header-label[data-v-2db83ab2] {
  font-size: 13px;
  opacity: 0.85;
  letter-spacing: 1px;
}
.header-amount[data-v-2db83ab2] {
  margin-top: 8px;
}
.amount-symbol[data-v-2db83ab2] {
  font-size: 20px;
  font-weight: 400;
  vertical-align: top;
}
.amount-value[data-v-2db83ab2] {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}
/* ===== Content ===== */
.content-area[data-v-2db83ab2] {
  flex: 1;
  overflow-y: auto;
  padding: 0 16px 24px 16px;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
/* ===== Warning Card（防误付学生信息） ===== */
.warning-card[data-v-2db83ab2] {
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
  border: 1.5px solid #fde68a;
  border-radius: 14px;
  padding: 14px 16px;
  margin-bottom: 12px;
}
.warning-header[data-v-2db83ab2] {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.warning-title[data-v-2db83ab2] {
  font-size: 14px;
  font-weight: 600;
  color: #b45309;
  margin-left: 8px;
  flex: 1;
}
.switch-btn[data-v-2db83ab2] {
  font-size: 12px;
  color: #12a87a;
  padding: 2px 8px;
  border: 1px solid #12a87a;
  border-radius: 10px;
}
.warning-body[data-v-2db83ab2] {
  font-size: 13px;
  color: #92400e;
  line-height: 1.5;
  word-break: break-all;
}
.warning-name[data-v-2db83ab2] {
  font-weight: 600;
}
.warning-sep[data-v-2db83ab2] {
  margin: 0 6px;
  color: #d97706;
  opacity: 0.5;
}
.warning-idcard[data-v-2db83ab2] {
  opacity: 0.8;
}
/* ===== Config Card ===== */
.config-card[data-v-2db83ab2] {
  background: #ffffff;
  border-radius: 16px;
  padding: 14px 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.config-name[data-v-2db83ab2] {
  font-size: 16px;
  font-weight: 600;
  color: #1e293b;
}
.config-meta[data-v-2db83ab2] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.config-school[data-v-2db83ab2] {
  font-size: 13px;
  color: #94a3b8;
}
/* ===== Detail Card ===== */
.detail-card[data-v-2db83ab2] {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  margin-bottom: 12px;
}
.detail-title[data-v-2db83ab2] {
  font-size: 16px;
  font-weight: 600;
  color: #12a87a;
  margin-bottom: 12px;
}
.detail-row[data-v-2db83ab2] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #f1f5f9;
}
.detail-left[data-v-2db83ab2] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}
.detail-label[data-v-2db83ab2] {
  font-size: 14px;
  color: #94a3b8;
  flex-shrink: 0;
}
.detail-value[data-v-2db83ab2] {
  font-size: 14px;
  color: #1e293b;
  text-align: right;
  font-weight: 500;
}
.amount-input[data-v-2db83ab2] {
  text-align: right;
  font-size: 18px;
  font-weight: 600;
  color: #1e293b;
  flex: 1;
}
.range-hint[data-v-2db83ab2] {
  font-size: 12px;
  color: #ef6c2b;
  padding: 6px 0 2px 0;
}
.remark-row[data-v-2db83ab2] {
  border-bottom: none;
}
.remark-input[data-v-2db83ab2] {
  text-align: right;
  font-size: 14px;
  flex: 1;
}
.detail-total[data-v-2db83ab2] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  border-top: 1px solid #e2e8f0;
}
.detail-total-label[data-v-2db83ab2] {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
}
.detail-total-amount[data-v-2db83ab2] {
  font-size: 22px;
  font-weight: 700;
  color: #12a87a;
}
/* ===== Agreement ===== */
.agree-row[data-v-2db83ab2] {
  display: flex;
  align-items: center;
  padding: 8px 0 16px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.agree-circle[data-v-2db83ab2] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #cbd5e1;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.2s;
}
.agree-circle-active[data-v-2db83ab2] {
  background: #12a87a;
  border-color: #12a87a;
}
.agree-text[data-v-2db83ab2] {
  font-size: 12px;
  color: #94a3b8;
  margin-left: 8px;
  line-height: 1.5;
}
.agree-link[data-v-2db83ab2] {
  color: #12a87a;
}
/* ===== Pay Button ===== */
.pay-btn[data-v-2db83ab2] {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  letter-spacing: 0.5px;
}


.mine-page[data-v-77d4d35e] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #f1f5f9;
  padding-bottom: 60px;
}

/* ===== White Header (no arc) ===== */
.header-white[data-v-77d4d35e] {
  background: #ffffff;
  flex-shrink: 0;
  padding: 20px 20px 20px 20px;
}
.profile-row[data-v-77d4d35e] {
  display: flex;
  align-items: center;
  gap: 14px;
}
.avatar-circle[data-v-77d4d35e] {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #d1fae5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.avatar-text[data-v-77d4d35e] {
  font-size: 24px;
  font-weight: 700;
  color: #12a87a;
}
.profile-info[data-v-77d4d35e] {
  flex: 1;
  min-width: 0;
}
.profile-name[data-v-77d4d35e] {
  font-size: 20px;
  font-weight: 700;
  color: #1e293b;
}
.profile-sub[data-v-77d4d35e] {
  font-size: 13px;
  color: #94a3b8;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
}

/* ===== Section Card ===== */
.section-card[data-v-77d4d35e] {
  background: #ffffff;
  margin: 10px 0;
}
.section-header[data-v-77d4d35e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px 8px 20px;
}
.section-label[data-v-77d4d35e] {
  font-size: 16px;
  font-weight: 700;
  color: #1e293b;
}
.section-action[data-v-77d4d35e] {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #12a87a;
  font-weight: 500;
  cursor: pointer;
}

/* Student Row */
.student-row[data-v-77d4d35e] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 20px;
  background: #f8fafc;
  margin: 0 12px 8px 12px;
  border-radius: 14px;
  border: 1px solid #f1f5f9;
}
.student-row[data-v-77d4d35e]:last-child {
  margin-bottom: 12px;
}
.student-left[data-v-77d4d35e] {
  display: flex;
  gap: 12px;
  flex: 1;
  min-width: 0;
}
.student-img[data-v-77d4d35e] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex-shrink: 0;
}
.student-info[data-v-77d4d35e] {
  flex: 1;
  min-width: 0;
}
.student-name[data-v-77d4d35e] {
  font-size: 15px;
  font-weight: 600;
  color: #1e293b;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}
.default-tag[data-v-77d4d35e] {
  font-size: 10px;
  padding: 1px 6px;
  border-radius: 4px;
  background: #d1fae5;
  color: #12a87a;
  font-weight: 500;
}
.student-meta[data-v-77d4d35e] {
  font-size: 12px;
  color: #94a3b8;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.student-pending[data-v-77d4d35e] {
  font-size: 13px;
  color: #64748b;
  margin-top: 6px;
}
.pending-amount[data-v-77d4d35e] {
  font-weight: 700;
  color: #ef4444;
}
.student-right[data-v-77d4d35e] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  flex-shrink: 0;
  margin-left: 8px;
}
.pay-btn[data-v-77d4d35e] {
  font-size: 12px;
  height: 28px;
  padding: 0 14px;
}
.unbind-icon[data-v-77d4d35e] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
&:active {
    background: #fee2e2;
}
}

/* Empty Row */
.empty-row[data-v-77d4d35e] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 24px;
  margin: 0 12px 12px 12px;
  background: #f8fafc;
  border-radius: 14px;
  font-size: 14px;
  color: #94a3b8;
  cursor: pointer;
}

/* ===== Menu Card ===== */
.menu-card[data-v-77d4d35e] {
  background: #ffffff;
  margin-top: 10px;
}
.menu-item[data-v-77d4d35e] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid #f1f5f9;
  cursor: pointer;
  transition: background 0.15s;
&:last-child {
    border-bottom: none;
}
&:active {
    background: #f8fafc;
}
}
.menu-label[data-v-77d4d35e] {
  flex: 1;
  font-size: 15px;
  color: #1e293b;
}

/* ===== Logout ===== */
.logout-wrap[data-v-77d4d35e] {
  padding: 24px 20px;
}
.logout-card[data-v-77d4d35e] {
  width: 100%;
  text-align: center;
  padding: 14px 0;
  border-radius: 12px;
  border: 1px solid #fecaca;
  background: #ffffff;
  color: #ef4444;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s;
&:active {
    background: #fef2f2;
}
}

