.mall-page {
  background: #fff;
}

.mall-hero {
  height: 22.8rem;
  overflow: hidden;
  background: var(--h5-bg);
}

.mall-hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mall-search-sub {
  margin: -0.4rem 0 1.6rem;
  color: #333;
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: center;
}

/* 与首页 search-tabs / btn-tab 一致，仅做双 Tab 宽度适配 */
.mall-search-tabs {
  margin-bottom: 1.6rem;
}

.mall-search .mall-search-tab {
  width: 100%;
  padding: 0 0.4rem;
  font-size: 1.1rem;
}

.mall-search-panel[hidden] {
  display: none !important;
}

.mall-search .search-fields {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.mall-search .search-block .btn {
  display: flex;
  width: auto;
  max-width: 100%;
  margin: 2rem auto 0;
}

.mall-search .search-block+.search-block {
  margin-top: 0;
}

.mall-search .vehicle-search-hint {
  margin-top: 0.8rem;
  color: #ff4d47;
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: center;
}

.mall-register {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 27.3rem;
  padding: 0 2rem;
  overflow: hidden;
}

.mall-register.is-bound {
  align-items: stretch;
  min-height: 0;
  padding: 2.4rem 2rem;
  background: linear-gradient(135deg, #fff9db 0%, #ffffff 52%, #fff4f3 100%);
}

.mall-register-copy {
  position: relative;
  z-index: 1;
  width: 16.2rem;
}

.mall-register.is-bound .mall-register-copy {
  width: 100%;
}

.mall-register-copy h2 {
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.8rem;
}

.mall-register-copy p {
  margin-top: 1rem;
  color: var(--h5-muted);
  font-size: 1.2rem;
  line-height: 2.2rem;
}

.mall-register-copy>#mall-register-guest>.btn {
  width: auto;
  max-width: 100%;
  margin-top: 1.6rem;
  padding: 0 1.6rem;
}

.mall-register-user-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}

.mall-register-badge {
  flex-shrink: 0;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  background: linear-gradient(104deg, #19ef6f 0%, #00ca85 100%);
  box-shadow: 0.1rem 0.2rem 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.6rem;
}

.mall-register-card {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  margin-top: 1.6rem;
  padding: 1.6rem;
  background: #fff;
  border: 0.1rem solid var(--h5-text);
  border-radius: var(--h5-radius);
  box-shadow: var(--h5-shadow-card);
}

.mall-register-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  flex-shrink: 0;
  border-radius: 0.8rem;
  background: #f7f7f7;
  overflow: hidden;
}

.mall-register-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mall-register-logo span {
  color: var(--h5-primary);
  font-family: var(--h5-num);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}

.mall-register-meta {
  min-width: 0;
  flex: 1;
}

.mall-register-meta .name {
  color: var(--h5-text);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.2rem;
  word-break: break-word;
}

.mall-register-meta .specs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.2rem;
  margin-top: 0.6rem;
}

.mall-register-meta .specs span {
  color: var(--h5-muted);
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.mall-register-meta .more {
  margin-top: 0.6rem;
  color: var(--h5-primary);
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.mall-register-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  margin-top: 1.8rem;
}

.mall-register-actions .btn {
  width: auto;
  max-width: 100%;
  padding: 0 2rem;
}

.mall-register-manage {
  color: var(--h5-text-2);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8rem;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.mall-register-visual {
  position: relative;
  width: 18.1rem;
  height: 17.1rem;
  flex: 0 0 18.1rem;
}

.mall-register.is-bound .mall-register-visual {
  display: none;
}

.mall-register-visual::before {
  content: "";
  position: absolute;
  right: -6rem;
  top: -5rem;
  width: 27.3rem;
  height: 27.3rem;
  border-radius: 50%;
  background: #fff3a8;
}

.mall-register-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mall-cats {
  padding: 2.4rem 2rem 0;
  position: relative;
}

.mall-cats::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 17.8rem;
  width: 100%;
  height: 7.4rem;
  background: url("../../assets/mall/mall-cats-bg.png") center / 100% 100% no-repeat;
}

.mall-cats::after {
  content: "";
  position: absolute;
  left: 0;
  top: 25.2rem;
  width: 100%;
  height: calc(100% - 25.2rem);
  background: linear-gradient(0deg, #ffffff 0%, #FEEAEA 100%);
  z-index: 0;

}

.mall-cat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5.6rem 1.5rem;
  margin-top: 5.6rem;
  position: relative;
  z-index: 1;
}

.mall-cat-empty {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--h5-muted);
  font-size: 1.4rem;
  line-height: 2.2rem;
  text-align: center;
}

.mall-cat-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 18rem;
  padding: 6.4rem 1.2rem 1.6rem;
  background: #fff;
  border: 0.1rem solid #ffbcba;
  border-radius: 0.8rem;
  box-shadow: 0.3rem 0.4rem 0 rgba(0, 0, 0, 0.15);
  text-align: center;
}

.mall-cat-item .thumb {
  position: absolute;
  top: -4.7rem;
  left: 50%;
  width: 9.4rem;
  height: 9.4rem;
  overflow: hidden;
  border-radius: 999px;
  box-shadow: 0 0.4rem 0 rgba(0, 0, 0, 0.15);
  transform: translateX(-50%);
  background: #fff;
}

.mall-cat-item .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mall-cat-item strong {
  color: var(--h5-primary);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
}

.mall-cat-item span {
  margin-top: 0.4rem;
  color: var(--h5-muted);
  font-size: 1.2rem;
  line-height: 2rem;
}

.mall-confirm {
  padding: 3.6rem 2rem 0;
  text-align: center;
}

.mall-confirm h2 {
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.8rem;
}

.mall-confirm h2 span {
  color: var(--h5-primary);
}

.mall-confirm>p {
  margin-top: 1rem;
  color: var(--h5-muted);
  font-size: 1.2rem;
  line-height: 2.2rem;
}

.mall-confirm-visual {
  position: relative;
  width: 33.5rem;
  height: 23.2rem;
  margin: 2rem auto 0;
  border-radius: 0.8rem;
  background: #f3f3f3;
}

.mall-confirm-visual .mall-confirm-bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mall-confirm-visual .mall-confirm-fg {
  position: absolute;
  right: 7rem;
  top: -2.6rem;
  width: 12rem;
  height: auto;
}

.mall-confirm-steps {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 2.4rem;
}

.mall-confirm-steps article .reason-no {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  border-radius: 0;
  background: transparent;
  color: #FF4D47;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  border: 0;
}

.mall-confirm-steps article .reason-no::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 0.2rem;
  margin-top: 0.8rem;
  background: linear-gradient(180deg, #f86864, #ff4d47);
}

.mall-confirm-steps article {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mall-confirm-steps h3 {
  margin-top: 0.8rem;
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.8rem;
}

.mall-confirm-steps p {
  width: 28rem;
  margin-top: 0.8rem;
  color: var(--h5-muted);
  font-size: 1.2rem;
  line-height: 2.2rem;
}

.mall-values {
  margin-top: 7.4rem;
  padding: 3.6rem 2rem 3.6rem;
  background: linear-gradient(180deg, #FFFCEF 0%, #FFFAE3 100%);
  position: relative;
}

.mall-values::before {
  content: "";
  position: absolute;
  left: 0;
  top: -7.4rem;
  width: 100%;
  height: 7.4rem;
  background: url("../../assets/images/base-yellow-top-bg.png") center / 100% 100% no-repeat;
}

.mall-values .reasons-underline {
  display: block;
  width: 24rem;
  height: 0.9rem;
  margin: 0.8rem auto 0;
}

.mall-values .sec-lead {
  margin-top: 0.8rem;
}

.mall-b2b-head {
  padding: 0 2rem;
  padding-right: 15rem;
  background: url("../../assets/mall/mall-b2b-head-bg.png") center / 100% 100% no-repeat;
  height: 20.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.mall-b2b-head h2 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.8rem;
}

.mall-b2b-head .sec-lead {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.92);
  text-align: left;
}

.mall-b2b-body {
  padding: 2rem 2rem 0;
}

.mall-b2b-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.mall-b2b-list article {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
  padding: 0.8rem;
  background: #fff;
  border-radius: 0.8rem;
  background: #FFFFFF;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #FFBCBA;
}

.mall-b2b-list img {
  width: 3rem;
  height: auto;
  flex: 0 0 2rem;
  object-fit: cover;
}

.mall-b2b-list h3 {
  color: #333;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
}

.mall-b2b-list p {
  color: var(--h5-muted);
  font-size: 1.2rem;
  line-height: 2rem;
}

.mall-b2b-body .btn {
  display: flex;
  width: auto;
  max-width: 100%;
  margin: 2rem auto 0;
}

.mall-stock {
  margin-top: 7.4rem;
  padding: 0 2rem 0;
  position: relative;
  background: linear-gradient(0deg, #ffffff 0%, #FEEAEA 100%);
}

.mall-stock::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: -7.4rem;
  width: 100%;
  height: 7.4rem;
  background: url("../../assets/images/base-pink-bg-right.png") center / 100% 100% no-repeat;
}

.mall-stock-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 1.6rem;
}

.mall-stock-list article {
  padding: 1.6rem;
  background: #fff;
  border-radius: 0.8rem;
}

.mall-stock-media {
  width: 100%;
  height: 22.7rem;
  overflow: hidden;
  border-radius: 0.4rem;
  background: #f3f3f3;
}

.mall-stock-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mall-stock-list h3 {
  margin-top: 1.2rem;
  color: #333;
  font-size: 1.4rem;
  font-weight: 700;
  background: #ffd84d;
  box-shadow: 1px 2px 0px 0px rgba(0, 0, 0, 0.4);
  border-radius: 500px;
  border: 1px solid #fff;
  display: block;
  width: 19.8rem;
  height: 4.8rem;
  line-height: 4.8rem;
  text-align: center;
  margin: 0 auto;
  transform: translateY(-1.8rem);
}

.mall-stock-list article:nth-child(2) h3 {
  background: #ff4d47;
}

.mall-stock-list article:nth-child(3) h3 {
  background: #00ca85;
}

.mall-stock-list p {
  margin-top: 0.4rem;
  color: var(--h5-muted);
  font-size: 1.2rem;
  line-height: 2rem;
}

.mall-page .bottom-cta {
  background: #fff1f0;
}

.mall-page .bottom-cta {
  background: linear-gradient(135deg, #f86864 0%, #ff4d47 100%);
}

.mall-page .mid-cta {
  padding: 2.4rem 2rem 0;
}