.van-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  box-sizing: border-box;
  padding: 10px 12px;
  background-color: #fff;
}
.van-search__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  padding-left: 12px;
  background-color: #f7f8fa;
  border-radius: 1rem;
}
.van-search__content--round {
  border-radius: 999px;
}
.van-search__label {
  padding: 0 5px;
  color: #323233;
  font-size: 14px;
  line-height: 34px;
}
.van-search .van-cell {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  padding: 5px 8px 5px 0;
  background-color: transparent;
}
.van-search .van-cell__left-icon {
  color: #969799;
}
.van-search--show-action {
  padding-right: 0;
}
.van-search input::-webkit-search-decoration,
.van-search input::-webkit-search-cancel-button,
.van-search input::-webkit-search-results-button,
.van-search input::-webkit-search-results-decoration {
  display: none;
}
.van-search__action {
  padding: 0 8px;
  color: #323233;
  font-size: 14px;
  line-height: 34px;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.van-search__action:active {
  background-color: #f2f3f5;
}

.product-list-page[data-v-8fee7950] {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #f8fafc;
  overflow: hidden;
  padding-bottom: 60px;
}
.header-arc[data-v-8fee7950] {
  background: linear-gradient(135deg, #32e0a1 0%, #12a87a 100%);
  padding: 0 16px 12px;
  flex-shrink: 0;
}
.top-bar[data-v-8fee7950] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0 8px;
}
.top-title[data-v-8fee7950] {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}
.search-box[data-v-8fee7950] {
  padding: 8px 12px 0;
  background: #fff;
}
.product-scroll[data-v-8fee7950] {
  flex: 1;
  overflow-y: auto;
  padding: 12px;
}
.product-grid[data-v-8fee7950] {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}
.product-card[data-v-8fee7950] {
  flex: 0 0 calc(50% - 12px);
  margin: 0 6px 12px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  cursor: pointer;
}
.product-card[data-v-8fee7950]:active {
  opacity: 0.85;
}
.product-image[data-v-8fee7950] {
  display: block;
}
.img-placeholder[data-v-8fee7950] {
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f5f9;
}
.product-info[data-v-8fee7950] {
  padding: 10px 10px 12px;
}
.product-name[data-v-8fee7950] {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-price[data-v-8fee7950] {
  font-size: 16px;
  font-weight: 700;
  color: #e74c3c;
  margin: 6px 0 2px;
}
.product-stock[data-v-8fee7950] {
  font-size: 11px;
  color: #94a3b8;
}

.van-stepper {
  font-size: 0;
  -webkit-user-select: none;
          user-select: none;
}
.van-stepper__minus,
.van-stepper__plus {
  position: relative;
  box-sizing: border-box;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  color: #323233;
  vertical-align: middle;
  background-color: #f2f3f5;
  border: 0;
  cursor: pointer;
}
.van-stepper__minus::before,
.van-stepper__plus::before {
  width: 50%;
  height: 1px;
}
.van-stepper__minus::after,
.van-stepper__plus::after {
  width: 1px;
  height: 50%;
}
.van-stepper__minus::before,
.van-stepper__plus::before,
.van-stepper__minus::after,
.van-stepper__plus::after {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: currentColor;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '';
}
.van-stepper__minus:active,
.van-stepper__plus:active {
  background-color: #e8e8e8;
}
.van-stepper__minus--disabled,
.van-stepper__plus--disabled {
  color: #c8c9cc;
  background-color: #f7f8fa;
  cursor: not-allowed;
}
.van-stepper__minus--disabled:active,
.van-stepper__plus--disabled:active {
  background-color: #f7f8fa;
}
.van-stepper__minus {
  border-radius: 4px 0 0 4px;
}
.van-stepper__minus::after {
  display: none;
}
.van-stepper__plus {
  border-radius: 0 4px 4px 0;
}
.van-stepper__input {
  box-sizing: border-box;
  width: 32px;
  height: 28px;
  margin: 0 2px;
  padding: 0;
  color: #323233;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  vertical-align: middle;
  background-color: #f2f3f5;
  border: 0;
  border-width: 1px 0;
  border-radius: 0;
  -webkit-appearance: none;
}
.van-stepper__input:disabled {
  color: #c8c9cc;
  background-color: #f2f3f5;
  -webkit-text-fill-color: #c8c9cc;
  opacity: 1;
}
.van-stepper__input:read-only {
  cursor: default;
}
.van-stepper--round .van-stepper__input {
  background-color: transparent;
}
.van-stepper--round .van-stepper__plus,
.van-stepper--round .van-stepper__minus {
  border-radius: 100%;
}
.van-stepper--round .van-stepper__plus:active,
.van-stepper--round .van-stepper__minus:active {
  opacity: 0.7;
}
.van-stepper--round .van-stepper__plus--disabled,
.van-stepper--round .van-stepper__minus--disabled,
.van-stepper--round .van-stepper__plus--disabled:active,
.van-stepper--round .van-stepper__minus--disabled:active {
  opacity: 0.3;
}
.van-stepper--round .van-stepper__plus {
  color: #fff;
  background-color: #ee0a24;
}
.van-stepper--round .van-stepper__minus {
  color: #ee0a24;
  background-color: #fff;
  border: 1px solid #ee0a24;
}

.product-detail-page[data-v-130f7d56] {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #f8fafc;
  overflow: hidden;
}
.detail-scroll[data-v-130f7d56] {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.img-placeholder[data-v-130f7d56] {
  width: 100%;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f5f9;
}
.loading-box[data-v-130f7d56] {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* --- Info Card --- */
.info-card[data-v-130f7d56] {
  margin: 10px 12px;
  background: #fff;
  border-radius: 12px;
  padding: 14px 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.info-name[data-v-130f7d56] {
  font-size: 18px;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.4;
}
.info-price[data-v-130f7d56] {
  font-size: 22px;
  font-weight: 700;
  color: #e74c3c;
  margin: 8px 0 4px;
}
.info-meta[data-v-130f7d56] {
  font-size: 12px;
  color: #94a3b8;
}
.section-title[data-v-130f7d56] {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 10px;
}
.desc-text[data-v-130f7d56] {
  font-size: 13px;
  color: #475569;
  line-height: 1.6;
}
/* --- SKU --- */
.spec-group[data-v-130f7d56] {
  margin-bottom: 10px;
}
.spec-label[data-v-130f7d56] {
  font-size: 12px;
  color: #94a3b8;
  margin-bottom: 6px;
}
.spec-options[data-v-130f7d56] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.spec-tag[data-v-130f7d56] {
  padding: 6px 14px;
  border-radius: 6px;
  background: #f1f5f9;
  font-size: 13px;
  color: #475569;
  cursor: pointer;
  transition: all 0.15s;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.spec-tag[data-v-130f7d56]:active {
  opacity: 0.7;
}
.spec-tag-img[data-v-130f7d56] {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.spec-tag-active[data-v-130f7d56] {
  background: #d1fae5;
  color: #12a87a;
  font-weight: 600;
}
.spec-tag-disabled[data-v-130f7d56] {
  background: #f8fafc;
  color: #cbd5e1;
  cursor: not-allowed;
}
.spec-result[data-v-130f7d56] {
  margin-top: 8px;
  font-size: 13px;
  color: #475569;
}
.spec-price[data-v-130f7d56] {
  color: #e74c3c;
  font-weight: 600;
}
/* --- Fields --- */
.field-item[data-v-130f7d56] {
  margin-bottom: 4px;
}
.field-label[data-v-130f7d56] {
  font-size: 13px;
  color: #475569;
  padding: 4px 0;
}
.field-required[data-v-130f7d56] {
  color: #e74c3c;
  margin-left: 2px;
}
.field-tip-text[data-v-130f7d56] {
  font-size: 13px;
  color: #94a3b8;
  line-height: 1.6;
  padding: 6px 0;
}
/* --- Bottom bar --- */
.bottom-bar[data-v-130f7d56] {
  flex-shrink: 0;
  padding: 10px 16px;
  padding-bottom: calc(10px + env(safe-area-inset-bottom));
  background: #fff;
  border-top: 1px solid #f1f5f9;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.03);
}
.submit-btn[data-v-130f7d56] {
  height: 44px;
  font-size: 16px;
}
/* --- 确认订单弹窗 --- */
.confirm-popup[data-v-130f7d56] {
  width: 300px;
  padding: 20px 0 16px;
}
.confirm-title[data-v-130f7d56] {
  font-size: 17px;
  font-weight: 600;
  color: #1e293b;
  text-align: center;
  margin-bottom: 8px;
}
.confirm-content[data-v-130f7d56] {
  padding: 4px 20px 12px;
}
.confirm-row[data-v-130f7d56] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px dashed #f1f5f9;
  font-size: 14px;
}
.confirm-row[data-v-130f7d56]:last-child {
  border-bottom: none;
}
.confirm-row span[data-v-130f7d56] {
  color: #94a3b8;
}
.confirm-row b[data-v-130f7d56] {
  color: #1e293b;
  max-width: 60%;
  text-align: right;
}
.confirm-amount[data-v-130f7d56] {
  color: #e74c3c !important;
  font-size: 18px;
}
.confirm-btns[data-v-130f7d56] {
  display: flex;
  gap: 12px;
  justify-content: center;
  padding: 0 20px;
}
.confirm-btns .van-button[data-v-130f7d56] {
  flex: 1;
}
/* --- Picker --- */
.picker-options[data-v-130f7d56] {
  max-height: 240px;
  overflow-y: auto;
  padding: 8px 16px;
}
.picker-option[data-v-130f7d56] {
  padding: 12px 0;
  border-bottom: 1px solid #f1f5f9;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
}
.picker-option[data-v-130f7d56]:active {
  opacity: 0.6;
}
.picker-option-active[data-v-130f7d56] {
  color: #12a87a;
  font-weight: 600;
}

