/* rem 基准：Figma px ÷ 100 = rem — Maas专题活动 */
html {
  font-size: calc(100vw / 1920 * 100) !important;
}

/* ========== Rule dialog aligned with midsal ========== */
.maas-rule-dialog.twd-dialog .el-dialog {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  width: calc(100% - 0.64rem) !important;
  max-width: 7rem;
  max-height: 90vh;
  overflow: hidden;
  border-radius: 0.16rem;
  background: linear-gradient(180deg, #e3e5ff 0%, #fff 100%);
  box-shadow: 0 0.24rem 0.4rem -0.12rem rgba(0, 0, 0, 0.64);
  backdrop-filter: blur(0.32rem);
  box-sizing: border-box;
}

.maas-rule-dialog.twd-dialog .el-dialog::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 0.04rem;
  background: linear-gradient(90deg, #353dff 0%, #ff0c03 33%, #ffa22f 66%, #9f3bb6 100%);
  content: '';
  pointer-events: none;
}

.maas-rule-dialog.twd-dialog .el-dialog__header {
  position: relative;
  flex-shrink: 0;
  padding: 0.4rem 0.48rem 0.24rem;
  text-align: center;
}

.maas-rule-dialog.twd-dialog .el-dialog__title {
  display: block;
  margin: 0;
  padding: 0 0.32rem;
  font-family: 'Alibaba PuHuiTi Heavy', 'PingFang SC', -apple-system, sans-serif;
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 1.4;
  color: #262626;
  text-align: center;
}

.maas-rule-dialog.twd-dialog .el-dialog__headerbtn {
  position: absolute;
  top: 0.24rem;
  right: 0.24rem;
  z-index: 2;
  width: 0.2rem;
  height: 0.2rem;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 0;
  opacity: 0.5;
  cursor: pointer;
}

.maas-rule-dialog.twd-dialog .el-dialog__headerbtn .el-dialog__close {
  display: none;
}

.maas-rule-dialog.twd-dialog .el-dialog__headerbtn::before,
.maas-rule-dialog.twd-dialog .el-dialog__headerbtn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.12rem;
  height: 0.015rem;
  border-radius: 0.01rem;
  background: #262626;
  content: '';
}

.maas-rule-dialog.twd-dialog .el-dialog__headerbtn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.maas-rule-dialog.twd-dialog .el-dialog__headerbtn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.maas-rule-dialog.twd-dialog .el-dialog__headerbtn:hover {
  opacity: 1;
}

.maas-rule-dialog.twd-dialog .el-dialog__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
  padding: 0;
}

.maas-rule-body {
  flex: 1;
  max-height: 5rem;
  overflow-y: auto;
  padding: 0 0.48rem 0.24rem;
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #3b4048;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

.maas-rule-body h3 {
  margin: 0.16rem 0 0.08rem;
  font-size: 0.16rem;
  line-height: 1.5;
}

.maas-rule-body p,
.maas-rule-body li {
  margin: 0 0 0.08rem;
}

.maas-rule-body ol,
.maas-rule-body ul {
  margin: 0 0 0.12rem;
  padding-left: 0.2rem;
}

.maas-rule-footer {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0.32rem 0.48rem 0.48rem;
}

.maas-rule-ok {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  margin: 0;
  padding: 0.12rem 0.4rem;
  border: 0;
  border-radius: 0.3rem;
  background: transparent;
  font-family: 'Alibaba PuHuiTi Heavy', 'PingFang SC', -apple-system, sans-serif;
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 0.24rem;
  color: #fff;
  cursor: pointer;
  appearance: none;
}

.maas-rule-ok::before {
  position: absolute;
  inset: -0.02rem;
  z-index: -2;
  border-radius: 0.3rem;
  background: conic-gradient(from 50deg at 50% 50%, #6a00ff 0deg, #ffa730 95deg, #f00 184deg, #07f 265deg, #6a00ff 360deg);
  content: '';
  pointer-events: none;
}

.maas-rule-ok::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  border: 0.02rem solid #d1d2de;
  border-radius: calc(0.3rem - 0.02rem);
  background: linear-gradient(135deg, #6e19df 0%, #112772 100%);
  content: '';
  pointer-events: none;
}

.maas-rule-ok:hover {
  background: transparent;
  box-shadow: inset 0 0 0 0.05rem #181411, 0 0.04rem 0.12rem rgba(0, 0, 0, 0.2);
  transform: translateY(-0.02rem);
}

.maas-rule-ok:hover::after {
  background: linear-gradient(135deg, #7e29ef 0%, #223882 100%);
}

.v-modal {
  z-index: 200010 !important;
}

.el-dialog__wrapper.maas-rule-dialog {
  z-index: 200011 !important;
}

@media screen and (max-width: 750px) {
  .maas-rule-dialog.twd-dialog .el-dialog {
    width: calc(100% - 0.64rem) !important;
    max-width: none;
    max-height: 90vh;
    margin: 7.5vh auto 0 !important;
    border-radius: 0.24rem;
  }

  .maas-rule-dialog.twd-dialog .el-dialog__header {
    padding: 0.48rem 0.64rem 0.32rem;
  }

  .maas-rule-dialog.twd-dialog .el-dialog__title {
    padding: 0 0.48rem;
    font-size: 0.36rem;
  }

  .maas-rule-dialog.twd-dialog .el-dialog__headerbtn {
    top: 0.48rem;
    right: 0.48rem;
    width: 0.4rem;
    height: 0.4rem;
  }

  .maas-rule-dialog.twd-dialog .el-dialog__headerbtn::before,
  .maas-rule-dialog.twd-dialog .el-dialog__headerbtn::after {
    width: 0.24rem;
    height: 0.03rem;
  }

  .maas-rule-body {
    max-height: calc(90vh - 2.8rem);
    padding: 0 0.48rem 0.24rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
  }

  .maas-rule-body h3 {
    margin: 0.32rem 0 0.16rem!important;
    font-size: 0.32rem!important;
  }

  .maas-rule-body p,
  .maas-rule-body li {
    margin-bottom: 0.16rem;
  }

  .maas-rule-body ol,
  .maas-rule-body ul {
    margin-bottom: 0.24rem;
    padding-left: 0.4rem;
  }

  .maas-rule-footer {
    padding: 0.32rem 0.48rem 0.48rem;
  }

  .maas-rule-ok {
    min-width: 2.6rem;
    padding: 0.16rem 0.72rem;
    border-radius: 0.4rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }

  .maas-rule-ok::before {
    border-radius: 0.4rem;
  }

  .maas-rule-ok::after {
    border-radius: calc(0.4rem - 0.02rem);
  }
}

img {
  width: 100%;
}

@font-face {
  font-family: 'Fugaz One';
  src: url('../fonts/FugazOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Alibaba PuHuiTi Heavy';
  src: url('../fonts/AlibabaPuHuiTi-2-105-Heavy.woff2') format('woff2'),
       url('../fonts/AlibabaPuHuiTi-2-105-Heavy.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Alibaba PuHuiTi Black';
  src: url('../fonts/AlibabaPuHuiTi-2-115-Black.woff2') format('woff2'),
       url('../fonts/AlibabaPuHuiTi-2-115-Black.ttf') format('truetype');
  font-display: swap;
}

:root {
  --maas-accent: #ff6200;
  --maas-accent-2: #ff9500;
  --maas-title: #262626;
  --maas-page-bg: #f5f1ff;
  --maas-content-w: 14.4rem;
  --maas-section-gap: 0.8rem;
}

.maas-page {
  background: var(--maas-page-bg);
}

.maas-page-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  box-sizing: border-box;
}

.maas-page-inner > .maas-banner,
.maas-page-inner > .banner {
  width: 100%;
}

/* 内容区底图 + 限宽 wrap（对齐 midsal-body / midsal-wrap） */
.maas-body {
  position: relative;
  z-index: 1;
  width: 100%;
  background-image: var(--maas-body-bg-pc);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 0.16rem;
  padding-bottom: 0.8rem;
  box-sizing: border-box;
}

.maas-wrap {
  width: var(--maas-content-w);
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--maas-section-gap);
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .maas-body {
    background-image: var(--maas-body-bg-m, var(--maas-body-bg-pc));
    padding-top: 0.32rem;
    padding-bottom: 0.64rem;
  }

  .maas-wrap {
    width: 100%;
    padding: 0 0.32rem;
    gap: 0.64rem;
  }
}


/* ========== 01-BANNER ========== */

/* ① Banner — MAASBANNER | Figma 9978:759 */

.maas-banner.details_banner {
  position: relative;
  height: 4.8rem;
  overflow: hidden;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  margin-bottom: -1.5rem;
}

.maas-banner__bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4.8rem;
  object-fit: cover;
  object-position: center top;
  pointer-events: none;
}

.maas-banner__wrap {
  position: relative;
  z-index: 1;
  width: 14.4rem;
  max-width: 90%;
  margin: 0 auto;
  padding-top: 0.4rem;
  box-sizing: border-box;
}

.maas-banner__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.12rem;
  width: 100%;
}

.maas-banner__time {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.16rem;
  padding: 0.05rem 0.28rem 0.05rem 0.18rem;
  border-radius: 0.32rem;
  background: #fff;
  box-shadow: 0 0.04rem 0.16rem rgba(0, 0, 0, 0.04);
}

.maas-banner__time-dot {
  display: block;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background: #ff6200;
  box-shadow: 0 0 0 0.06rem rgba(255, 98, 0, 0.16);
  flex-shrink: 0;
}

.maas-banner__time-text {
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 0.18rem;
  line-height: 1.5556;
  color: #595959;
  white-space: nowrap;
}

.maas-banner__title-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0;
}

.maas-banner__brand {
  font-family: 'Alibaba PuHuiTi Heavy', 'PingFang SC', sans-serif;
  font-size: 0.8rem;
  line-height: 1.2;
  background: linear-gradient(90deg, #ff6200 0%, rgba(255, 98, 0, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.maas-banner__action {
  font-family: 'Alibaba PuHuiTi Heavy', 'PingFang SC', sans-serif;
  font-size: 0.8rem;
  line-height: 1.2;
  color: #262626;
}

.maas-banner__models {
  display: inline-flex;
  align-items: center;
  padding: 0.08rem 3.6rem 0.08rem 0.16rem;
  border-radius: 0.16rem 0 0 0;
  background: linear-gradient(90deg, #ff6200 0%, rgba(255, 98, 0, 0) 100%);
  font-family: 'Alibaba PuHuiTi Heavy', 'PingFang SC', sans-serif;
  font-size: 0.28rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
  white-space: nowrap;
}

.maas-banner__slogan {
  margin: 0;
  font-family: 'Alibaba PuHuiTi Heavy', 'PingFang SC', sans-serif;
  font-size: 0.36rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #262626;
}

.maas-banner__slogan-main {
  color: #262626;
}

.maas-banner__slogan-accent {
  font: inherit;
  color: #ff6200;
}

.maas-banner__slogan-break {
  display: none;
}

.maas-banner__deco {
  position: absolute;
  left: 14.3rem;
  top: 2.19rem;
  width: 0.8124rem;
  height: 0.5506rem;
  object-fit: contain;
  pointer-events: none;
}

/* 移动端：无稿，仅保守缩放 — ⚠️ 待补 Figma 后重写 */
@media screen and (max-width: 750px) {
  .maas-banner.details_banner {
    height: auto;
    min-height: 4.4rem;
  }

  .maas-banner__bg-img {
    display: none;
  }

  .maas-banner__wrap {
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 0.32rem 0.64rem;
  }

  .maas-banner__brand,
  .maas-banner__action {
    font-size: 0.56rem;
  }

  .maas-banner__models {
    padding-right: 0.32rem;
    font-size: 0.24rem;
    white-space: normal;
  }

  .maas-banner__slogan {
    font-size: 0.28rem;
  }

  .maas-banner__time-text {
    font-size: 0.24rem;
    white-space: normal;
  }

  .maas-banner__deco {
    display: none;
  }
}



/* ========== 02-NEWCOMER ========== */

/* ② 新客尝鲜 — MAASNEWCOMER | Figma 9978:1712 */
/* 区块头 .maas-sec-head* 供后续 SECKILL/LAUNCH 等复用 */

.maas-newcomer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.16rem;
  padding-top: 0.8rem;
  width: 100%;
  box-sizing: border-box;
}

.maas-sec-head {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.32rem;
  width: 100%;
}

.maas-sec-head__num {
  font-family: 'Fugaz One', Impact, 'Arial Black', 'Helvetica Neue', sans-serif;
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1;
  color: transparent;
  -webkit-text-fill-color: transparent;
  /* 镂空 + 实线描边（Figma 9979:2732 stroke 1px #FF6200） */
  -webkit-text-stroke: 0.01rem #ff6200;
  paint-order: stroke fill;
  flex-shrink: 0;
}

.maas-sec-head__texts {
  display: flex;
  flex-direction: column;
  gap: 0.04rem;
}

.maas-sec-head__title {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}

.maas-sec-head__title-plain {
  font-family: 'Alibaba PuHuiTi Heavy', 'PingFang SC', sans-serif;
  font-size: 0.44rem;
  line-height: 1.4;
  color: #262626;
}

.maas-sec-head__title-grad {
  font-family: 'Alibaba PuHuiTi Heavy', 'PingFang SC', sans-serif;
  font-size: 0.44rem;
  line-height: 1.4;
  background: linear-gradient(90deg, #ff6200 0%, #ff9500 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.maas-sec-head__sub {
  margin: 0;
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 0.2rem;
  font-weight: 600;
  line-height: 1.4;
  color: #262626;
}

/* 权益条 — Figma 9979:2587 Overlay+Border+Shadow */
.maas-newcomer__bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  gap: 0.32rem;
  padding: 0.32rem 0.64rem;
  border-radius: 0.48rem 0 0.48rem 0;
  /* 白渐变叠在橙渐变上，保证橙字对比度（稿面 Overlay 叠层） */
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.32) 100%);
  box-sizing: border-box;
}

.maas-newcomer__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.04rem;
  flex: 1;
  min-width: 0;
}

.maas-newcomer__amount-row {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  height: 0.8rem;
  gap: 0.16rem;
}

.maas-newcomer__amount {
  font-family: 'Fugaz One', Impact, 'Arial Black', 'Helvetica Neue', sans-serif;
  font-size: 0.72rem;
  font-weight: 400;
  line-height: 1;
  color: #ff6200;
}

.maas-newcomer__unit {
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 0.24rem;
  font-weight: 600;
  line-height: 2.6;
  color: #ff6200;
}

.maas-newcomer__tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-self: stretch;
  gap: 0.08rem;
  width: 100%;
}

.maas-newcomer__tag {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 0.08rem;
  padding: 0.04rem 0.16rem;
  border: 0.01rem solid #ff6200;
  border-radius: 0.32rem;
  background: rgba(255, 255, 255, 0.32);
  box-shadow: 0 0 0 0.02rem rgba(255, 98, 0, 0.08);
  font-style: normal;
  box-sizing: border-box;
}

.maas-newcomer__tag-label {
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 0.14rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5714;
  color: rgba(0, 0, 0, 0.9);
}

.maas-newcomer__tag-value {
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 1.5714;
  color: #ff6200;
}

.maas-newcomer__actions {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  gap: 0.32rem;
}

.maas-newcomer__tip {
  margin: 0;
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 1.375;
  color: #595959;
  white-space: nowrap;
}

.maas-newcomer__btn {
  flex-shrink: 0;
  box-sizing: border-box;
  width: 2.4rem;
  padding: 0.16rem 0.48rem;
  border: none;
  border-radius: 0.32rem;
  background: linear-gradient(90deg, #ff6200 0%, rgba(255, 98, 0, 0.32) 100%);
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 0.18rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.maas-newcomer.is-soldout .maas-newcomer__btn,
.maas-newcomer__btn--disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

/* 移动端：无稿，保守堆叠 — ⚠️ 待补 Figma */
@media screen and (max-width: 750px) {
  .maas-newcomer {
    padding-top: 0.64rem;
  }

  .maas-sec-head {
    gap: 0.16rem;
  }

  .maas-sec-head__num {
    font-size: 0.72rem;
  }

  .maas-sec-head__title-plain,
  .maas-sec-head__title-grad {
    font-size: 0.4rem;
  }

  .maas-newcomer__bar {
    flex-direction: column;
    align-items: stretch;
    gap: 0.24rem;
    padding: 0.32rem;
    border-radius: 0.24rem;
  }

  .maas-newcomer__amount {
    font-size: 0.48rem;
  }

  .maas-newcomer__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.16rem;
  }

  .maas-newcomer__tip {
    text-align: center;
    white-space: normal;
  }

  .maas-newcomer__btn {
    width: 100%;
  }
}



/* ========== 03-SECKILL ========== */

/* ③ 冰点秒杀 — MAASSECK | Figma 10134:787 */
/* .maas-sec-head* 见 02-NEWCOMER，此处仅补充 with-countdown */

.maas-seckill {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  width: 100%;
}

.maas-sec-head--with-countdown {
  align-items: center;
}

.maas-sec-head--with-countdown .maas-sec-head__texts {
  flex: 1;
  min-width: 0;
}

.maas-seckill__countdown {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.16rem;
  padding: 0.16rem 0;
  margin-left: auto;
  flex-shrink: 0;
}

.maas-seckill__countdown-label {
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 0.18rem;
  font-weight: 600;
  line-height: 1.5556;
  color: #262626;
  white-space: nowrap;
}

.maas-seckill__countdown-clock {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.02rem;
}

.maas-seckill__countdown-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.12rem 0.08rem;
  border-radius: 0.12rem;
  background: #000;
  font-family: 'Alibaba PuHuiTi Heavy', 'PingFang SC', sans-serif;
  font-size: 0.32rem;
  line-height: 1.2;
  color: #fff;
  min-width: 0.48rem;
  text-align: center;
}

.maas-seckill__countdown-colon {
  font-family: 'Alibaba PuHuiTi Heavy', 'PingFang SC', sans-serif;
  font-size: 0.32rem;
  line-height: 1.2;
  color: #262626;
}

.maas-seckill__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.16rem;
  width: 100%;
  padding: 0.16rem;
  border-radius: 0.24rem;
  background: #fff;
  box-sizing: border-box;
}

/* 数据仍分组输出，视觉上按新版 PC 2 张大卡 + 4 张小卡铺开 */
.maas-seckill__cluster {
  display: contents;
}

.maas-seckill__cluster--hot {
  display: contents;
}

.maas-seckill__cluster:not(.maas-seckill__cluster--hot) {
  display: contents;
}

.maas-seckill__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  width: 100%;
  min-width: 0;
  min-height: 2.28rem;
  padding: 0.16rem 0.16rem 0.13rem;
  border-radius: 0.12rem;
  background: #fff;
  box-sizing: border-box;
  transition: background-color 0.2s ease;
}

.maas-seckill__cluster--hot .maas-seckill__card {
  grid-column: span 2;
  padding: 0.17rem 0.17rem 0.13rem;
  border: 0.01rem solid #ff6200;
  box-shadow: 0 0 0 0.04rem rgba(255, 98, 0, 0.08);
}

@media screen and (min-width: 751px) {
  .maas-seckill__card:hover {
    background: #f8f8f8;
  }

  .maas-seckill__card:hover .maas-seckill__tag {
    background: #fff;
  }
}

.maas-seckill__card-top {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  align-self: stretch;
  min-height: 0.68rem;
}

.maas-seckill__name {
  margin: 0;
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 0.2rem;
  font-weight: 600;
  line-height: 1.6;
  color: #000;
  word-break: break-word;
}

.maas-seckill__tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.08rem;
}

.maas-seckill__tag {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.02rem;
  padding: 0.03rem 0.08rem;
  border-radius: 0.32rem;
  background: #f4f4f4;
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  line-height: 1.5;
  white-space: nowrap;
}

/* 标签内数值：大字号 + 橙色强调 */
.maas-seckill__tag-val {
  font-style: normal;
  font-size: 0.14rem;
  font-weight: 600;
  color: #ff6200;
}

/* 标签内描述：小字号 + 深灰 */
.maas-seckill__tag-desc {
  font-size: 0.12rem;
  font-weight: 400;
  color: #262626;
}

/* 兼容旧 pack 类名（首发等复用） */
.maas-seckill__pack {
  display: inline-flex;
  align-self: flex-start;
  padding: 0.03rem 0.08rem;
  border-radius: 0.32rem;
  background: #f4f4f4;
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 0.12rem;
  line-height: 1.8333;
  color: #000;
}

.maas-seckill__pack.is-split,
.maas-launch__pack.is-split {
  gap: 0.04rem;
}

.maas-seckill__pack-amount,
.maas-launch__pack-amount {
  font-size: 0.14rem;
  font-weight: 600;
  color: #ff6200;
}

.maas-seckill__pack-unit,
.maas-launch__pack-unit {
  font-size: 0.12rem;
  font-weight: 400;
  color: #262626;
}

.maas-seckill__scene {
  height: 0.9rem;
  margin: 0;
  padding: 0.12rem 0;
  border-top: 0.01rem dashed #e7e7e7;
  border-bottom: 0.01rem dashed #e7e7e7;
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 1.5714;
  color: rgba(0, 0, 0, 0.6);
  white-space: pre-line;
  overflow: hidden;
  box-sizing: border-box;
}

.maas-seckill__deal {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 0.08rem;
  align-self: stretch;
}

.maas-seckill__price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  min-width: 0;
}

.maas-seckill__origin {
  margin: 0;
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 1.5714;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: line-through;
}

.maas-seckill__sale {
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 0.04rem;
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 0.16rem;
  font-weight: 600;
  line-height: 1.4;
  color: #ff0021;
}

.maas-seckill__sale-num,
.maas-seckill__sale strong {
  font-size: 0.24rem;
  font-weight: 600;
  line-height: 1.4;
}

.maas-seckill__badge {
  flex-shrink: 0;
  align-self: flex-end;
  margin-bottom: 0.04rem;
  padding: 0.02rem 0.08rem;
  border-radius: 0.04rem;
  background: linear-gradient(270deg, #c31eff 0%, #ff8c49 100%);
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 0.13rem;
  font-weight: 500;
  line-height: 1.3846;
  color: #fff;
  white-space: nowrap;
}

.maas-seckill__card.is-hot .maas-seckill__badge,
.maas-seckill__cluster--hot .maas-seckill__badge {
  background: linear-gradient(270deg, #ca007c 0%, #ff5e00 100%);
}

.maas-seckill__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.08rem;
  margin-top: auto;
  align-self: stretch;
}

.maas-seckill__btn {
  width: 100%;
  padding: 0.07rem 0.48rem;
  border: none;
  border-radius: 0.24rem;
  background: linear-gradient(90deg, #ff6200 0%, rgba(255, 98, 0, 0.32) 100%);
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 0.14rem;
  font-weight: 600;
  line-height: 1.5714;
  letter-spacing: 0.1em;
  color: #fff;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.maas-seckill__btn--disabled,
.maas-seckill__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.maas-seckill__tip {
  margin: 0;
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 0.12rem;
  font-weight: 400;
  line-height: 1.8333;
  color: #595959;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .maas-sec-head--with-countdown {
    flex-wrap: wrap;
  }

  .maas-seckill__countdown {
    width: 100%;
    margin-left: 0;
    justify-content: flex-start;
  }

  .maas-seckill__list {
    grid-template-columns: 1fr;
  }

  .maas-seckill__cluster,
  .maas-seckill__cluster--hot,
  .maas-seckill__cluster:not(.maas-seckill__cluster--hot) {
    grid-column: auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .maas-seckill__cluster--hot .maas-seckill__card {
    grid-column: auto;
  }

  .maas-seckill__card-top {
    min-height: 0;
  }

  .maas-seckill__scene {
    height: auto;
    overflow: visible;
  }
}



/* ========== 04-LAUNCH ========== */

/* ④ 「亿」点首发 — MAASLAUNCH | Figma 10012:858 */

.maas-launch {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  width: 100%;
}

.maas-launch__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.16rem;
  width: 100%;
  padding: 0.16rem;
  border-radius: 0.24rem;
  background: rgba(255, 255, 255, 0.48);
  box-sizing: border-box;
}

.maas-launch__row {
  display: contents;
}

.maas-launch__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  min-width: 0;
  min-height: 1.44rem;
  padding: 0.32rem 0.24rem 0.24rem;
  border: 0.01rem solid rgba(0, 0, 0, 0.12);
  border-radius: 0.12rem;
  background: #fff;
  box-shadow: 0 0 0 0.04rem rgba(0, 0, 0, 0.02);
  box-sizing: border-box;
}

.maas-launch__card.is-hot {
  grid-column: span 2;
  border-color: #ff6200;
  box-shadow: 0 0 0 0.04rem rgba(255, 98, 0, 0.08);
}

.maas-launch__card-top {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
}

.maas-launch__name {
  margin: 0;
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 0.2rem;
  font-weight: 600;
  line-height: 1.6;
  color: #000;
  word-break: break-word;
}

@media screen and (min-width: 751px) {
  .maas-launch__name {
    white-space: nowrap;
    word-break: keep-all;
  }

  .maas-launch__name.is-long {
    font-size: 0.16rem;
    line-height: 2;
  }
}

.maas-launch__tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.08rem;
}

.maas-launch__tag {
  display: inline-flex;
  align-items: baseline;
  gap: 0.02rem;
  padding: 0.03rem 0.08rem;
  border-radius: 0.32rem;
  background: #f4f4f4;
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  line-height: 1.5;
  white-space: nowrap;
}

.maas-launch__tag-val {
  font-style: normal;
  font-size: 0.14rem;
  font-weight: 600;
  color: #ff6200;
}

.maas-launch__tag-desc {
  font-size: 0.12rem;
  font-weight: 400;
  color: #262626;
}

.maas-launch__pack {
  display: inline-flex;
  align-self: flex-start;
  padding: 0.03rem 0.08rem;
  border-radius: 0.32rem;
  background: #f4f4f4;
  font-size: 0.12rem;
  color: #000;
}

.maas-launch__deal {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 0.08rem;
  width: 100%;
  margin-top: auto;
}

.maas-launch__price {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.maas-launch__origin {
  margin: 0;
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 0.14rem;
  line-height: 1.5714;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: line-through;
}

.maas-launch__sale {
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 0.04rem;
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 0.16rem;
  font-weight: 600;
  line-height: 1.4;
  color: #ff0021;
}

.maas-launch__sale strong {
  font-size: 0.24rem;
  font-weight: 600;
}

.maas-launch__badge {
  flex-shrink: 0;
  align-self: flex-end;
  margin-bottom: 0.04rem;
  padding: 0.02rem 0.08rem;
  border-radius: 0.04rem;
  background: linear-gradient(270deg, #c31eff 0%, #ff8c49 100%);
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 0.13rem;
  font-weight: 500;
  line-height: 1.3846;
  color: #fff;
  white-space: nowrap;
}

.maas-launch__buy {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 0.08rem;
  margin: 0 0 0 auto;
  padding: 0;
  border: none;
  background: transparent;
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 0.16rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.0875em;
  color: #262626;
  white-space: nowrap;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.maas-launch__buy-ico {
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  flex-shrink: 0;
  overflow: visible;
}

@media screen and (max-width: 750px) {
  .maas-launch__list {
    grid-template-columns: 1fr;
  }

  .maas-launch__card.is-hot {
    grid-column: auto;
  }

  .maas-launch__deal {
    flex-wrap: wrap;
  }

  .maas-launch__buy {
    margin-left: 0;
    width: 100%;
    justify-content: flex-end;
  }
}



/* ========== 05-TOKENPLAN ========== */

/* ⑤ 清凉计划 — MAASTOKENPLAN | Figma 9982:9768 */

.maas-tokenplan {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  width: 100%;
}

.maas-tokenplan__list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0.16rem;
  width: 100%;
}

.maas-tokenplan__upgrade {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.12rem 0.24rem;
  border-radius: 0.16rem;
  background: #fff;
  box-sizing: border-box;
}

.maas-tokenplan__upgrade-text {
  margin: 0;
  font-size: 0.2rem;
  line-height: 1.6;
  text-align: center;
  background: linear-gradient(90deg, #ff6200 0%, #ff9500 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.maas-tokenplan__upgrade-text .title {
  font-family: 'Alibaba PuHuiTi Black';
}

.maas-tokenplan__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  flex: 1;
  min-width: 0;
  padding: 0.4rem 0.32rem 0.32rem;
  border-radius: 0.16rem;
  background: #fff;
  box-shadow: 0 0.06rem 0.32rem rgba(0, 0, 0, 0.04);
  overflow: hidden;
  box-sizing: border-box;
}

.maas-tokenplan__glow {
  position: absolute;
  top: -0.6rem;
  right: 0.02rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  filter: blur(1.2rem);
  opacity: 0.16;
  pointer-events: none;
}

.maas-tokenplan__card.is-cyan .maas-tokenplan__glow { background: #7dd3fc; }
.maas-tokenplan__card.is-purple .maas-tokenplan__glow { background: #a78bfa; }
.maas-tokenplan__card.is-yellow .maas-tokenplan__glow { background: #fcd34d; }
.maas-tokenplan__card.is-orange .maas-tokenplan__glow { background: #ff6200; }

.maas-tokenplan__card.is-cyan .maas-tokenplan__quota { background: rgba(125, 211, 252, 0.08); }
.maas-tokenplan__card.is-purple .maas-tokenplan__quota { background: rgba(167, 139, 250, 0.08); }
.maas-tokenplan__card.is-yellow .maas-tokenplan__quota { background: rgba(252, 211, 77, 0.08); }
.maas-tokenplan__card.is-orange .maas-tokenplan__quota { background: rgba(255, 98, 0, 0.08); }

.maas-tokenplan__head {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  position: relative;
  z-index: 1;
}

.maas-tokenplan__tag {
  display: inline-flex;
  align-self: flex-start;
  padding: 0.04rem 0.16rem;
  border-radius: 0.32rem;
  background: #ff6200;
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 0.14rem;
  font-weight: 600;
  line-height: 1.5714;
  color: #fff;
}

.maas-tokenplan__name {
  margin: 0;
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 0.24rem;
  font-weight: 600;
  line-height: 1.6;
  color: #000;
}

.maas-tokenplan__desc {
  margin: 0;
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 0.14rem;
  line-height: 1.5714;
  color: rgba(0, 0, 0, 0.6);
}

.maas-tokenplan__quota {
  position: relative;
  z-index: 1;
  padding: 0.08rem 0.12rem;
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 0.14rem;
  font-weight: 600;
  line-height: 1.5714;
  color: rgba(0, 0, 0, 0.6);
}

.maas-tokenplan__quota strong {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
}

.maas-tokenplan__deal {
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 0.08rem;
}

.maas-tokenplan__price {
  display: flex;
  flex-direction: column;
  margin-top: -0.04rem;
  min-width: 0;
}

.maas-tokenplan__origin {
  margin: 0;
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 0.14rem;
  line-height: 1.5714;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: line-through;
}

.maas-tokenplan__sale {
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 0.04rem;
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 0.16rem;
  font-weight: 600;
  line-height: 1.4;
  color: #ff0021;
}

.maas-tokenplan__sale strong {
  font-size: 0.24rem;
  font-weight: 600;
}

.maas-tokenplan__badge {
  flex-shrink: 0;
  align-self: flex-end;
  margin-bottom: 0.04rem;
  padding: 0.02rem 0.08rem;
  border-radius: 0.04rem;
  background: linear-gradient(270deg, #c31eff 0%, #ff8c49 100%);
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 0.13rem;
  font-weight: 500;
  line-height: 1.3846;
  color: #fff;
  white-space: nowrap;
}

.maas-tokenplan__btn {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: auto;
  padding: 0.07rem 0.48rem;
  border: 0.01rem solid #ff6200;
  border-radius: 0.24rem;
  background: #fff;
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 0.14rem;
  font-weight: 600;
  line-height: 1.5714;
  letter-spacing: 0.1em;
  color: #ff6200;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .maas-tokenplan__list {
    flex-direction: column;
  }

  .maas-tokenplan__upgrade {
    padding: 0.12rem 0.16rem;
  }

  .maas-tokenplan__upgrade-text {
    white-space: normal;
  }

}



/* ========== 06-DISCOUNT ========== */

/* ⑥ 低至5折 — MAASDISCOUNT | Figma 9979:1962 / 9979:2099 */

.maas-discount {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.16rem;
  width: 100%;
}

.maas-discount__zones {
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
  width: 100%;
}

.maas-discount__zone {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.maas-discount__zone--ocr {
  gap: 0.24rem;
  padding: 0.24rem 0.32rem 0.32rem;
  border-radius: 0.24rem;
  background:
    linear-gradient(90deg, #ff6200 0%, rgba(255, 98, 0, 0.8) 100%),
    #fff;
}

.maas-discount__zone--apps {
  gap: 0.16rem;
  padding: 0;
  border-radius: 0;
}

.maas-discount__zone-head {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 0.16rem;
  width: 100%;
}

.maas-discount__zone-title-wrap {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 0.16rem;
  flex: 1;
  min-width: 0;
}

.maas-discount__zone-title {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}

.maas-discount__zone-ocr-mark {
  font-family: 'Alibaba PuHuiTi Black', 'PingFang SC', sans-serif;
  font-size: 0.36rem;
  line-height: 1.5556;
  background: linear-gradient(90deg, #f1ffaa 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.maas-discount__zone-ocr-rest {
  font-family: 'Alibaba PuHuiTi Black', 'PingFang SC', sans-serif;
  font-size: 0.36rem;
  line-height: 1.5556;
  color: #fff;
}

.maas-discount__zone-apps-plain {
  font-family: 'Alibaba PuHuiTi Black', 'PingFang SC', sans-serif;
  font-size: 0.36rem;
  line-height: 1.5556;
  color: #262626;
}

.maas-discount__zone-apps-grad {
  font-family: 'Alibaba PuHuiTi Black', 'PingFang SC', sans-serif;
  font-size: 0.36rem;
  line-height: 1.5556;
  background: linear-gradient(90deg, #ff6200 0%, #ff9500 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.maas-discount__zone-link {
  display: inline-flex;
  align-items: center;
  gap: 0.04rem;
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 0.16rem;
  line-height: 1.5;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

.maas-discount__zone-link--light { color: #fff; }
.maas-discount__zone-link--dark { color: #265DEE; line-height: 0.4rem; }

.maas-discount__zone-link-arrow {
  display: inline-block;
  width: 0.1rem;
  height: 0.1rem;
  border-top: 0.015rem solid currentColor;
  border-right: 0.015rem solid currentColor;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.maas-discount__zone-aside {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.08rem;
  flex-shrink: 0;
  max-width: 6.4rem;
}

.maas-discount__zone-desc {
  margin: 0;
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 0.22rem;
  font-weight: 600;
  line-height: 1.2727;
  color: #fff;
  text-align: right;
}

.maas-discount__zone-tags {
  margin: 0;
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 0.16rem;
  line-height: 1.125;
  color: #fff;
  text-align: right;
}

.maas-discount__cards {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0.16rem;
  width: 100%;
}

.maas-discount__cards--wrap {
  flex-wrap: wrap;
}

.maas-discount__cards--wrap .maas-discount__card {
  flex: 0 0 3.48rem;
  width: 3.48rem;
  max-width: calc(25% - 0.12rem);
  padding: 0.24rem;
  box-shadow: 0 0.06rem 0.32rem rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
}

/* 应用研选卡片 — Figma 9979:2112 */
.maas-discount__card--apps {
  gap: 0.16rem;
}

.maas-discount__card {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  flex: 1;
  min-width: 0;
  padding: 0.2rem;
  border-radius: 0.12rem;
  background: #fff;
  box-sizing: border-box;
}

.maas-discount__card-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.16rem;
  width: 100%;
}

.maas-discount__icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.44rem;
  height: 0.44rem;
  flex-shrink: 0;
  border-radius: 0.12rem;
  background: linear-gradient(135deg, #ff6200 0%, rgba(255, 98, 0, 0.8) 100%);
  overflow: hidden;
}

.maas-discount__icon-wrap .maas-discount__icon {
  width: 100%;
  height: 100%;
  border-radius: 0.12rem;
  object-fit: cover;
}

.maas-discount__icon {
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 0.08rem;
  object-fit: cover;
  flex-shrink: 0;
}

.maas-discount__name {
  margin: 0;
  flex: 1;
  min-width: 0;
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 0.18rem;
  font-weight: 600;
  line-height: 1.2222;
  color: #000;
}

.maas-discount__card--apps .maas-discount__name {
  word-break: normal;
  overflow-wrap: normal;
}

.maas-discount__desc {
  margin: 0;
  flex: 1 1 auto;
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 0.14rem;
  line-height: 1.5714;
  color: rgba(0, 0, 0, 0.6);
}

/* 价格+按钮沉底 */
.maas-discount__foot {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  margin-top: auto;
  width: 100%;
  flex-shrink: 0;
}

/* 价格左、角标右 — 文档流对齐，不用绝对定位 */
.maas-discount__price-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.08rem;
  width: 100%;
  min-height: 0.4rem;
}

.maas-discount__price {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 0.04rem;
  flex-wrap: wrap;
  min-width: 0;
}

.maas-discount__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0.02rem 0.08rem;
  border-radius: 0.04rem;
  background: linear-gradient(270deg, #c31eff 0%, #ff8c49 100%);
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 0.13rem;
  font-weight: 500;
  line-height: 1.3846;
  color: #fff;
  white-space: nowrap;
  margin-bottom: -0.06rem;
}

.maas-discount__price-curr {
  display: inline-flex;
  align-items: baseline;
  color: #ff0021;
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-weight: 600;
}

.maas-discount__price-curr i,
.maas-discount__price-curr em {
  font-style: normal;
  font-size: 0.16rem;
  line-height: 1.4;
}

.maas-discount__price-curr strong {
  font-size: 0.28rem;
  line-height: 1.4;
}

.maas-discount__price-free {
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 0.28rem;
  font-weight: 600;
  line-height: 1.4;
  color: #ff0021;
}

.maas-discount__price-origin {
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 0.14rem;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: line-through;
}

.maas-discount__btn {
  width: 100%;
  margin-top: 0;
  flex-shrink: 0;
  padding: 0.07rem 0.48rem;
  border: 0.01rem solid #ff6200;
  border-radius: 0.24rem;
  background: #fff;
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 0.14rem;
  font-weight: 600;
  line-height: 1.5714;
  letter-spacing: 0.1em;
  color: #ff6200;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .maas-discount {
    width: 100%;
  }

  .maas-discount__zone-head {
    flex-direction: column;
  }

  .maas-discount__zone-aside {
    align-items: flex-start;
    max-width: none;
  }

  .maas-discount__zone-desc,
  .maas-discount__zone-tags {
    text-align: left;
  }

  .maas-discount__cards {
    flex-direction: column;
  }

  .maas-discount__cards--wrap .maas-discount__card {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
  }
}



/* ========== 07-FLOAT ========== */

/* ⑦ 右侧浮层 — MAASFLOAT | Figma 9985:10858 */

.maas-float {
  position: fixed;
  right: 0.4rem;
  top: 50%;
  z-index: 90;
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  width: 1.8rem;
  transform: translateY(-50%);
}

.maas-float__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.08rem;
  width: 1.8rem;
  height: 0.5rem;
  padding: 0.16rem 0.4rem;
  border: none;
  border-radius: 0.08rem;
  background: linear-gradient(90deg, #ffd4aa 0%, #ffe7da 100%);
  box-sizing: border-box;
  cursor: pointer;
}

.maas-float__item--rule {
  justify-content: center;
  padding: 0.16rem 0;
  background: linear-gradient(90deg, #ffe9de 0%, #ffbe7d 100%);
}

.maas-float__ico {
  width: 0.16rem;
  height: 0.16rem;
  object-fit: contain;
  flex-shrink: 0;
}

.maas-float__label {
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 0.16rem;
  font-weight: 600;
  line-height: 1.4;
  color: #262626;
  white-space: nowrap;
}

.maas-float__item--rule .maas-float__label {
  font-weight: 400;
}

@media screen and (max-width: 750px) {
  .maas-float.none_phone {
    display: none !important; /* ⚠️ 移动稿补齐前隐藏 */
  }
}



/* ========== 08-RULE ========== */

/* ⑧ 活动规则弹窗 — MAASRULE */
.maas-rule-dialog.twd-dialog .el-dialog {
  display: flex;
  flex-direction: column;
  max-width: 8rem;
  max-height: 80%;
  border-radius: 0.12rem;
}

.maas-rule-dialog.twd-dialog .el-dialog__header {
  padding: 0.24rem 0.4rem 0.16rem;
}

.maas-rule-dialog.twd-dialog .el-dialog__title {
  font-size: 0.18rem;
  font-weight: 600;
  color: #262626;
}

.maas-rule-dialog.twd-dialog .el-dialog__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
  padding: 0 0.4rem 0.24rem;
}

.maas-rule-body {
  flex: 1;
  max-height: 5rem;
  overflow-y: auto;
  padding: 0;
  font-size: 0.14rem;
  line-height: 1.65;
  color: #3f454b;
}

.maas-rule-body h3 {
  margin: 0.16rem 0 0.08rem;
  font-size: 0.16rem;
  font-weight: 600;
  color: #262626;
}

.maas-rule-body h3:first-child {
  margin-top: 0;
}

.maas-rule-body p,
.maas-rule-body li {
  margin: 0 0 0.08rem;
}

.maas-rule-body ol,
.maas-rule-body ul {
  margin: 0 0 0.12rem;
  padding-left: 0.2rem;
}

.maas-rule-footer {
  flex-shrink: 0;
  margin-top: 0.24rem;
  text-align: center;
}

.maas-rule-ok {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.2rem;
  padding: 0.08rem 0.36rem;
  border: none;
  border-radius: 0.2rem;
  font-size: 0.14rem;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  background: #ff6200;
  cursor: pointer;
  appearance: none;
}

.maas-rule-ok:hover {
  opacity: 0.92;
}

@media screen and (max-width: 750px) {
  .maas-rule-dialog.twd-dialog .el-dialog {
    width: calc(100% - 0.32rem) !important;
    margin: 0 auto !important;
  }

  .maas-rule-dialog.twd-dialog .el-dialog__body {
    padding: 0 0.2rem 0.2rem;
  }

  .maas-rule-body {
    max-height: 60vh;
  }
}


/* comm/activityover 活动已结束弹层 */
.message-box {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: none;
}

.message-box.on {
  display: block;
}

.message {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 0.4rem 0.5rem 0.24rem;
  width: 4.8rem;
  max-width: calc(100% - 0.32rem);
  text-align: center;
  color: #262626;
  backdrop-filter: blur(0.14rem);
  border-radius: 0.09rem;
  box-sizing: border-box;
}

.message img {
  width: 1.02rem;
  height: auto;
}

.message .tip {
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 0.32rem;
  margin-top: 0.16rem;
}

.message .content {
  font-size: 0.12rem;
  text-align: center;
  color: #595959;
  line-height: 0.2rem;
}

.message .footer-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.16rem;
  margin-top: 0.32rem;
  flex-wrap: wrap;
}

.message .footer-btn .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.2rem;
  height: 0.32rem;
  padding: 0 0.16rem;
  border-radius: 0.3rem;
  font-size: 0.14rem;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
}

.message .footer-btn a {
  text-decoration: none;
}

.message .footer-btn .btn:hover::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  left: 0;
  top: 0;
  border-radius: inherit;
}

.message .footer-btn .ok-btn {
  border: 0.01rem solid rgba(8, 26, 62, 0.5);
  color: #081a3e;
}

.message .footer-btn .my-reward-btn {
  background: #ff6200;
  color: #fff;
  border: none;
}

@media screen and (max-width: 750px) {
  html {
    font-size: calc(100vw / 750 * 100) !important;
  }
}

/* ========== 2026-08-06 PC design refresh ========== */
@media not screen and (max-width: 750px) {
/* 顶部导航 — Figma 10012:778：row / gap 8 / hug */
.maas-top-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.08rem;
  width: auto;
  max-width: 14.4rem;
  box-sizing: border-box;
}

.maas-top-nav__item {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 0.08rem;
  box-sizing: border-box;
  margin: 0;
  padding: 0.09rem 0.24rem;
  border: none;
  border-radius: 0.32rem;
  /* 默认：#F9863F→#FFCAA9 叠 #FFF */
  background-color: #fff;
  color: #262626;
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 0.16rem;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.maas-top-nav__item.is-active {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ff6200 0%, #ff9b5c 100%);
  color: #fff;
}

.maas-top-nav__ico {
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  flex-shrink: 0;
  object-fit: contain;
}

/* 选中态：深色描边图标转白（稿面 stroke #fff） */
.maas-top-nav__item.is-active .maas-top-nav__ico {
  filter: brightness(0) invert(1);
}

.maas-top-nav__label {
  display: block;
}

.maas-newcomer {
  padding-top: 0;
}

.maas-float {
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
}

.maas-float__item--rule {
  width: 1.8rem;
  height: 0.5rem;
  padding: 0.16rem 0.32rem;
  justify-content: center;
  gap: 0.08rem;
  background: linear-gradient(90deg, #262626 0%, #595959 100%);
}

.maas-float__item--rule .maas-float__label {
  font-weight: 400;
  color: #fff;
}

.maas-float__item--rule .maas-float__ico {
  filter: brightness(0) invert(1);
}

.maas-top-nav__item:hover:not(.is-active) {
  background-color: #fff7f2;
  color: #ff6200;
}

.maas-float__item--rule:hover {
  filter: brightness(1.18);
  box-shadow: 0 0.04rem 0.16rem rgba(0, 0, 0, 0.2);
}
}

/* ========== Interactive hover ========== */
.maas-top-nav__item,
.maas-newcomer__btn,
.maas-seckill__btn,
.maas-launch__buy,
.maas-tokenplan__btn,
.maas-discount__btn,
.maas-discount__zone-link,
.maas-float__item,
.maas-rule-ok {
  transition:
    background 0.2s ease,
    background-image 0.2s ease,
    color 0.2s ease,
    opacity 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease,
    transform 0.2s ease;
}

.maas-launch__buy-ico,
.maas-discount__zone-link-arrow {
  transition: transform 0.2s ease, opacity 0.2s ease;
}

/* 新客领取 — 实心橙 */
.maas-newcomer:not(.is-soldout) .maas-newcomer__btn:not(:disabled):not(.maas-newcomer__btn--disabled):hover {
  filter: brightness(1.08);
  box-shadow: 0 0.04rem 0.16rem rgba(255, 98, 0, 0.35);
}

/* 秒杀 */
.maas-seckill__btn:not(:disabled):not(.maas-seckill__btn--disabled):hover {
  filter: brightness(1.08);
  box-shadow: 0 0.04rem 0.16rem rgba(255, 98, 0, 0.35);
}

/* 首发 — 文字链 */
.maas-launch__buy:hover {
  color: #ff6200;
}

.maas-launch__buy:hover .maas-launch__buy-ico {
  transform: translateX(0.04rem);
}

/* Token Plan / 折扣 — 描边转实心 */
.maas-tokenplan__btn:hover,
.maas-discount__btn:hover {
  background: #ff6200;
  color: #fff;
  box-shadow: 0 0.04rem 0.16rem rgba(255, 98, 0, 0.28);
}

/* 专区链接 */
.maas-discount__zone-link--light:hover {
  color: #fff!important;
  opacity: 0.85;
}

.maas-discount__zone-link--dark:hover {
  color: #265DEE!important;
  color: #ff6200;
}

.maas-discount__zone-link:hover .maas-discount__zone-link-arrow {
  transform: rotate(45deg) translate(0.02rem, -0.02rem);
}

/* 右侧浮层 */
.maas-float__item:hover {
  filter: brightness(1.06);
  box-shadow: 0 0.04rem 0.12rem rgba(0, 0, 0, 0.1);
}

/* 规则弹窗确认 */
.maas-rule-ok:hover {
  background: #e55800;
  opacity: 1;
  box-shadow: 0 0.04rem 0.16rem rgba(255, 98, 0, 0.35);
}

/* ========== 2026-08-10 mobile design refresh | Figma 10034 ========== */
@media screen and (max-width: 750px) {
  :root {
    --maas-section-gap: 0.64rem;
  }

  body.maas-page {
    margin: 0;
    overflow-x: hidden;
  }

  .maas-banner.details_banner {
    height: 6.6rem;
    min-height: 6.6rem;
    margin-bottom: 0;
    background-position: center top;
    background-size: cover;
  }

  .maas-banner__wrap {
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 0.48rem 0;
  }

  .maas-banner__inner {
    gap: 0.16rem;
  }

  .maas-banner__time {
    min-height: 0.56rem;
    gap: 0.16rem;
    padding: 0.1rem 0.32rem 0.1rem 0.24rem;
    box-sizing: border-box;
  }

  .maas-banner__time-dot {
    width: 0.08rem;
    height: 0.08rem;
    box-shadow: 0 0 0 0.08rem rgba(255, 98, 0, 0.16);
  }

  .maas-banner__time-text {
    font-size: 0.24rem;
    line-height: 1.5;
    white-space: nowrap;
  }

  /* .maas-banner__title-row {
    flex-direction: column;
    align-items: flex-start;
  } */

  .maas-banner__brand,
  .maas-banner__action {
    font-size: 0.8rem;
    line-height: 1.2;
  }

  .maas-banner__models {
    width: 100%;
    min-height: 0.44rem;
    padding: 0.08rem 0.16rem;
    border-radius: 0.16rem 0 0 0;
    font-size: 0.2rem;
    line-height: 1.4;
    white-space: nowrap;
    box-sizing: border-box;
  }

  .maas-banner__slogan {
    width: auto;
    font-size: 0.4rem;
    line-height: 1.4;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .maas-banner__slogan-space {
    display: none;
  }

  .maas-banner__slogan-break {
    display: block;
  }

  .maas-body {
    padding: 0.32rem 0 0.64rem;
    background-position: center top;
    background-size: cover;
    margin-top: -1.2rem;
  }

  .maas-wrap {
    width: 100%;
    padding: 0 0.32rem;
    gap: 0.64rem;
  }

  .maas-top-nav.none_phone {
    display: flex !important;
    width: calc(100% + 0.64rem);
    margin: 0 -0.32rem;
    padding: 0;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.16rem;
    overflow-x: auto;
    overflow-y: hidden;
    box-sizing: border-box;
    scrollbar-width: none;
  }

  .maas-top-nav::-webkit-scrollbar {
    display: none;
  }

  .maas-top-nav__item {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    min-height: 0;
    margin: 0;
    gap: 0.08rem;
    padding: 0.12rem 0.24rem;
    border: 0;
    border-radius: 0.64rem;
    background: #fff;
    color: #262626;
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-size: 0.24rem;
    font-weight: 600;
    line-height: 0.34rem;
    letter-spacing: 0;
    overflow: hidden;
    white-space: nowrap;
    appearance: none;
    -webkit-appearance: none;
  }

  .maas-top-nav__item.is-active {
    background: linear-gradient(90deg, #ff6200 0%, #ff9b5c 100%);
    color: #fff;
  }

  .maas-top-nav__ico {
    width: 0.24rem;
    height: 0.24rem;
  }

  .maas-newcomer,
  .maas-seckill,
  .maas-launch,
  .maas-tokenplan,
  .maas-discount {
    width: 100%;
    gap: 0.16rem;
  }

  .maas-newcomer {
    padding-top: 0;
  }

  .maas-sec-head,
  .maas-sec-head--with-countdown {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 0.32rem;
  }

  .maas-sec-head__num {
    width: 1.12rem;
    flex: 0 0 1.12rem;
    font-size: 0.96rem;
    line-height: 1;
    white-space: nowrap;
  }

  .maas-sec-head__texts {
    gap: 0;
  }

  .maas-sec-head__title-plain,
  .maas-sec-head__title-grad {
    font-size: 0.36rem;
    line-height: 1.4;
  }

  .maas-sec-head__sub {
    font-size: 0.24rem;
    line-height: 1.4;
    white-space: nowrap;
  }

  .maas-newcomer__bar {
    flex-direction: column;
    align-items: stretch;
    gap: 0.32rem;
    padding: 0.24rem;
    border-radius: 0.48rem 0 0.48rem 0;
  }

  .maas-newcomer__info {
    align-items: center;
    gap: 0.16rem;
  }

  .maas-newcomer__amount-row {
    height: auto;
    justify-content: center;
    gap: 0.16rem;
  }

  .maas-newcomer__amount {
    font-size: 0.64rem;
    line-height: 1.4;
  }

  .maas-newcomer__unit {
    font-size: 0.32rem;
    line-height: 1.6;
  }

  .maas-newcomer__tags {
    justify-content: center;
    gap: 0.08rem;
  }

  .maas-newcomer__tag {
    gap: 0.08rem;
    padding: 0.06rem 0.16rem;
    border-radius: 0.64rem;
  }

  .maas-newcomer__tag-label,
  .maas-newcomer__tag-value {
    font-size: 0.16rem;
    line-height: 0.28rem;
  }

  .maas-newcomer__actions {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 0.16rem;
  }

  .maas-newcomer__btn {
    width: 100%;
    min-height: 0.54rem;
    padding: 0.1rem 0.96rem;
    border-radius: 0.64rem;
    font-size: 0.24rem;
  }

  .maas-newcomer__tip {
    font-size: 0.2rem;
    line-height: 0.32rem;
    text-align: center;
  }

  .maas-seckill .maas-sec-head--with-countdown {
    display: grid;
    grid-template-columns: 1.12rem 1fr;
    grid-template-rows: auto auto;
    gap: 0.16rem 0.32rem;
  }

  .maas-seckill__countdown {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 0.82rem;
    margin: 0;
    padding: 0.16rem 0.24rem;
    justify-content: center;
    border-radius: 0.16rem;
    box-sizing: border-box;
    background: #fff;
  }

  .maas-seckill__countdown-label {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }

  .maas-seckill__countdown-clock {
    gap: 0.04rem;
  }

  .maas-seckill__countdown-box {
    width: auto;
    height: auto;
    min-width: 0.46rem;
    padding: 0.06rem;
    border-radius: 0.08rem;
    font-size: 0.32rem;
  }

  .maas-seckill__countdown-colon {
    font-size: 0.28rem;
  }

  .maas-seckill__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.16rem;
    padding: 0;
    background: transparent;
  }

  .maas-seckill__cluster,
  .maas-seckill__cluster--hot,
  .maas-seckill__cluster:not(.maas-seckill__cluster--hot) {
    display: contents;
  }

  .maas-seckill__card,
  .maas-seckill__cluster--hot .maas-seckill__card {
    grid-column: auto;
    min-height: 4.48rem;
    gap: 0.16rem;
    padding: 0.18rem;
    border: 0.02rem solid rgba(0, 0, 0, 0.12);
    border-radius: 0.12rem;
    background: #fff;
    box-shadow: 0 0 0 0.06rem rgba(0, 0, 0, 0.02);
  }

  .maas-seckill__cluster--hot .maas-seckill__card {
    border-color: #ff6200;
    box-shadow: 0 0 0 0.06rem rgba(255, 98, 0, 0.08);
  }

  .maas-seckill__name {
    font-size: 0.28rem;
    line-height: 1.3;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .maas-seckill__name.is-long {
    overflow: hidden;
    font-size: 0.2rem;
    line-height: 1.6;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .maas-seckill__card-top {
    min-height: 0.72rem;
  }

  .maas-seckill__tags {
    flex-wrap: nowrap;
    gap: 0.08rem;
  }

  .maas-seckill__tag {
    padding: 0.04rem 0.12rem;
  }

  .maas-seckill__tag-val,
  .maas-seckill__tag-desc {
    font-size: 0.16rem;
    line-height: 0.28rem;
  }

  .maas-seckill__scene {
    height: 1.12rem;
    padding: 0.16rem 0;
    font-size: 0.2rem;
    line-height: 0.28rem;
    overflow: hidden;
  }

  .maas-seckill__origin,
  .maas-seckill__sale,
  .maas-seckill__sale-label,
  .maas-seckill__sale-currency,
  .maas-seckill__sale-unit {
    font-size: 0.2rem;
    line-height: 0.28rem;
  }

  .maas-seckill__sale-num,
  .maas-seckill__sale strong {
    font-size: 0.28rem;
  }

  .maas-seckill__badge {
    padding: 0.02rem 0.08rem;
    font-size: 0.16rem;
    line-height: 0.28rem;
  }

  .maas-seckill__btn {
    min-height: 0.54rem;
    padding: 0.1rem 0.24rem;
    border-radius: 0.48rem;
    font-size: 0.24rem;
  }

  .maas-seckill__tip {
    font-size: 0.2rem;
    line-height: 0.32rem;
  }

  .maas-launch__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.16rem;
    padding: 0;
    background: transparent;
  }

  .maas-launch__row {
    display: contents;
  }

  .maas-launch__card,
  .maas-launch__card.is-hot {
    grid-column: auto;
    min-height: 2.2rem;
    gap: 0.16rem;
    padding: 0.18rem;
    border-width: 0.02rem;
    border-radius: 0.12rem;
    cursor: pointer;
  }

  .maas-launch__name {
    max-width: 100%;
    overflow: hidden;
    font-size: 0.24rem;
    line-height: 1.5;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .maas-launch__name.is-long {
    font-size: 0.18rem;
  }

  .maas-launch__tag {
    padding: 0.04rem 0.12rem;
  }

  .maas-launch__tag-val,
  .maas-launch__tag-desc,
  .maas-launch__origin,
  .maas-launch__sale,
  .maas-launch__badge {
    font-size: 0.16rem;
    line-height: 0.28rem;
  }

  .maas-launch__sale strong {
    font-size: 0.28rem;
  }

  .maas-launch__deal {
    align-items: flex-end;
    gap: 0.08rem;
  }

  .maas-launch__buy {
    display: none;
  }

  .maas-launch__buy-ico {
    width: 0.28rem;
    height: 0.28rem;
  }

  .maas-tokenplan__upgrade {
    padding: 0.16rem 0.24rem;
    border-radius: 0.16rem;
  }

  .maas-tokenplan__upgrade-text {
    font-size: 0.2rem;
    line-height: 1.4;
    text-align: left;
  }

  .maas-tokenplan__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.16rem;
  }

  .maas-tokenplan__card {
    min-height: 0;
    gap: 0.16rem;
    padding: 0.16rem;
    border-radius: 0.16rem;
  }

  .maas-tokenplan__head {
    gap: 0.04rem;
  }

  .maas-tokenplan__tag {
    padding: 0.04rem 0.12rem;
    font-size: 0.16rem;
    line-height: 0.28rem;
    white-space: nowrap;
  }

  .maas-tokenplan__name {
    font-size: 0.28rem;
    line-height: 0.44rem;
    white-space: nowrap;
  }

  .maas-tokenplan__desc {
    font-size: 0.15rem;
    line-height: 0.28rem;
    white-space: nowrap;
  }

  .maas-tokenplan__quota {
    padding: 0.08rem 0.16rem;
    font-size: 0.16rem;
    line-height: 0.28rem;
    white-space: nowrap;
  }

  .maas-tokenplan__origin,
  .maas-tokenplan__sale,
  .maas-tokenplan__badge {
    font-size: 0.2rem;
    line-height: 0.28rem;
    white-space: nowrap;
  }

  .maas-tokenplan__sale strong {
    font-size: 0.28rem;
  }

  .maas-tokenplan__sale {
    gap: 0;
  }

  .maas-tokenplan__deal {
    width: 100%;
    justify-content: space-between;
    gap: 0.04rem;
  }

  .maas-tokenplan__price {
    min-width: 0;
  }

  .maas-tokenplan__badge {
    padding: 0.02rem 0.08rem;
    font-size: 0.16rem;
  }

  .maas-tokenplan__btn {
    min-height: 0;
    padding: 0.1rem 0.64rem;
    border-width: 0.02rem;
    border-radius: 0.48rem;
    font-size: 0.24rem;
    line-height: 0.34rem;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .maas-discount__zones {
    gap: 0.32rem;
  }

  .maas-discount__zone--ocr {
    gap: 0.16rem;
    padding: 0.16rem;
    border-radius: 0.24rem;
  }

  .maas-discount__zone--ocr::after {
    position: absolute;
    right: -0.16rem;
    bottom: -1.34rem;
    z-index: 0;
    width: 4.28rem;
    height: 4.28rem;
    background: url('../img/mobile/discount-cube.svg') center / contain no-repeat;
    content: '';
    pointer-events: none;
  }

  .maas-discount__zone--ocr .maas-discount__zone-head,
  .maas-discount__zone--ocr .maas-discount__cards {
    position: relative;
    z-index: 1;
  }

  .maas-discount__zone--ocr .maas-discount__zone-head {
    flex-direction: column;
    align-items: stretch;
    gap: 0.08rem;
  }

  .maas-discount__zone--ocr .maas-discount__zone-title-wrap {
    width: 100%;
  }

  .maas-discount__zone--ocr .maas-discount__zone-aside {
    display: flex;
    align-items: flex-start;
    gap: 0;
    max-width: none;
  }

  .maas-discount__zone--ocr .maas-discount__zone-desc {
    font-size: 0.32rem;
    line-height: 0.48rem;
    text-align: left;
    white-space: nowrap;
  }

  .maas-discount__zone--ocr .maas-discount__zone-tags {
    font-size: 0.2rem;
    line-height: 0.36rem;
    text-align: left;
    white-space: nowrap;
  }

  .maas-discount__zone-head,
  .maas-discount__zone-title-wrap {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.16rem;
  }

  .maas-discount__zone-aside {
    display: none;
  }

  .maas-discount__zone-ocr-mark,
  .maas-discount__zone-ocr-rest,
  .maas-discount__zone-apps-plain,
  .maas-discount__zone-apps-grad {
    font-size: 0.32rem;
    line-height: 1.4;
  }

  .maas-discount__zone--ocr .maas-discount__zone-ocr-mark,
  .maas-discount__zone--ocr .maas-discount__zone-ocr-rest {
    font-size: 0.36rem;
    line-height: 0.64rem;
  }

  .maas-discount__zone-link {
    font-size: 0.2rem;
    line-height: 0.32rem;
  }

  .maas-discount__zone--apps {
    gap: 0.16rem;
  }

  .maas-discount__zone--apps .maas-discount__zone-head {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
  }

  .maas-discount__zone--apps .maas-discount__zone-apps-plain,
  .maas-discount__zone--apps .maas-discount__zone-apps-grad {
    font-size: 0.36rem;
    line-height: 0.56rem;
  }

  .maas-discount__zone--apps .maas-discount__zone-link {
    font-size: 0.24rem;
    line-height: 0.48rem;
    padding-right: 0.06rem;
  }

  .maas-discount__cards,
  .maas-discount__cards--wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.16rem;
  }

  .maas-discount__cards .maas-discount__card,
  .maas-discount__cards--wrap .maas-discount__card {
    width: auto;
    max-width: none;
    min-height: 3.52rem;
    padding: 0.16rem;
    gap: 0.12rem;
    border-radius: 0.12rem;
  }

  .maas-discount__zone--ocr .maas-discount__card {
    min-height: 0;
    padding: 0.16rem;
    gap: 0.16rem;
    border-radius: 0.16rem;
  }

  .maas-discount__zone--ocr .maas-discount__icon {
    width: 0.4rem;
    height: 0.4rem;
  }

  .maas-discount__zone--ocr .maas-discount__name {
    font-size: 0.28rem;
    line-height: 0.44rem;
  }

  .maas-discount__zone--ocr .maas-discount__desc {
    display: block;
    overflow: visible;
    font-size: 0.16rem;
    line-height: 0.28rem;
  }

  .maas-discount__zone--ocr .maas-discount__price {
    flex-wrap: nowrap;
    gap: 0.04rem;
    white-space: nowrap;
  }

  .maas-discount__zone--ocr .maas-discount__price-curr i,
  .maas-discount__zone--ocr .maas-discount__price-curr em,
  .maas-discount__zone--ocr .maas-discount__price-origin {
    font-size: 0.2rem;
    line-height: 0.28rem;
  }

  .maas-discount__zone--ocr .maas-discount__price-curr strong,
  .maas-discount__zone--ocr .maas-discount__price-free {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }

  .maas-discount__zone--ocr .maas-discount__btn {
    min-height: 0;
    padding: 0.1rem 0.64rem;
    font-size: 0.24rem;
    line-height: 0.34rem;
  }

  .maas-discount__zone--apps .maas-discount__card {
    min-height: 0;
    padding: 0.16rem;
    gap: 0.16rem;
    border-radius: 0.16rem;
  }

  .maas-discount__zone--apps .maas-discount__card-top {
    align-items: flex-start;
    gap: 0.16rem;
  }

  .maas-discount__zone--apps .maas-discount__icon-wrap,
  .maas-discount__zone--apps .maas-discount__icon {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 0.08rem;
  }

  .maas-discount__zone--apps .maas-discount__name {
    font-size: 0.24rem;
    line-height: 0.32rem;
  }

  .maas-discount__zone--apps .maas-discount__desc {
    display: block;
    overflow: visible;
    font-size: 0.16rem;
    line-height: 0.28rem;
  }

  .maas-discount__zone--apps .maas-discount__price-row {
    min-height: 0.68rem;
    align-items: flex-end;
    gap: 0.08rem;
  }

  .maas-discount__zone--apps .maas-discount__price {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    flex-wrap: nowrap;
  }

  .maas-discount__zone--apps .maas-discount__price-curr {
    order: 2;
    gap: 0.04rem;
    white-space: nowrap;
  }

  .maas-discount__zone--apps .maas-discount__price-origin {
    order: 1;
    font-size: 0.2rem;
    line-height: 0.28rem;
    white-space: nowrap;
  }

  .maas-discount__zone--apps .maas-discount__price-curr i,
  .maas-discount__zone--apps .maas-discount__price-curr em {
    font-size: 0.2rem;
    line-height: 0.28rem;
  }

  .maas-discount__zone--apps .maas-discount__price-curr strong,
  .maas-discount__zone--apps .maas-discount__price-free {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }

  .maas-discount__zone--apps .maas-discount__badge {
    padding: 0.02rem 0.08rem;
    font-size: 0.16rem;
    line-height: 0.28rem;
    margin-bottom: 0.06rem;
  }

  .maas-discount__zone--apps .maas-discount__btn {
    min-height: 0;
    padding: 0.1rem 0.48rem;
    font-size: 0.24rem;
    line-height: 0.34rem;
  }

  .maas-discount__card-top {
    gap: 0.08rem;
  }

  .maas-discount__icon,
  .maas-discount__icon-wrap {
    width: 0.32rem;
    height: 0.32rem;
  }

  .maas-discount__name {
    font-size: 0.22rem;
    line-height: 1.35;
  }

  .maas-discount__desc {
    font-size: 0.16rem;
    line-height: 0.26rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .maas-discount__foot {
    gap: 0.12rem;
  }

  .maas-discount__price-row {
    min-height: 0.48rem;
    align-items: flex-end;
  }

  .maas-discount__price-curr i,
  .maas-discount__price-curr em,
  .maas-discount__price-origin,
  .maas-discount__badge {
    font-size: 0.16rem;
    line-height: 0.28rem;
  }

  .maas-discount__price-curr strong,
  .maas-discount__price-free {
    font-size: 0.28rem;
  }

  .maas-discount__btn {
    min-height: 0.54rem;
    padding: 0.1rem 0.24rem;
    border-width: 0.02rem;
    border-radius: 0.48rem;
    font-size: 0.24rem;
    line-height: 1.4;
    letter-spacing: 0;
  }

  .maas-float.none_phone {
    right: 0.16rem;
    top: auto;
    bottom: 1.6rem;
    display: flex !important;
    width: 1.8rem;
    transform: none;
  }

  .maas-float__item--rule {
    width: 1.8rem;
    height: 0.64rem;
    padding: 0.12rem 0.24rem;
    gap: 0.08rem;
    border-radius: 0.32rem;
    background: linear-gradient(90deg, #262626 0%, #595959 100%);
    box-shadow: 0 0.08rem 0.24rem rgba(0, 0, 0, 0.16);
  }

  .maas-float__item--rule .maas-float__ico {
    width: 0.24rem;
    height: 0.24rem;
    filter: brightness(0) invert(1);
  }

  .maas-float__item--rule .maas-float__label {
    font-size: 0.24rem;
    line-height: 0.34rem;
    color: #fff;
  }
}

/* Final rule-dialog overrides must follow the legacy MaaS dialog rules. */
.maas-rule-dialog.twd-dialog .el-dialog {
  width: calc(100% - 0.64rem) !important;
  max-width: 7rem;
  max-height: 90vh;
  overflow: hidden;
  border-radius: 0.16rem;
  background: linear-gradient(180deg, #e3e5ff 0%, #fff 100%);
  box-shadow: 0 0.24rem 0.4rem -0.12rem rgba(0, 0, 0, 0.64);
}

.maas-rule-dialog.twd-dialog .el-dialog__header {
  padding: 0.4rem 0.48rem 0.24rem;
}

.maas-rule-dialog.twd-dialog .el-dialog__title {
  padding: 0 0.32rem;
  font-size: 0.24rem;
  text-align: center;
}

.maas-rule-dialog.twd-dialog .el-dialog__body {
  padding: 0;
}

.maas-rule-dialog .maas-rule-body {
  max-height: 5rem;
  padding: 0 0.48rem 0.24rem;
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #3b4048;
}

.maas-rule-dialog .maas-rule-footer {
  margin: 0;
  padding: 0.32rem 0.48rem 0.48rem;
}

.maas-rule-dialog .maas-rule-ok {
  min-width: 2rem;
  margin: 0;
  padding: 0.12rem 0.4rem;
  border-radius: 0.3rem;
  background: transparent;
  font-size: 0.18rem;
  line-height: 0.24rem;
}

@media screen and (max-width: 750px) {
  .maas-rule-dialog.twd-dialog .el-dialog {
    width: calc(100% - 0.64rem) !important;
    max-width: none;
    max-height: 90vh;
    margin: 7.5vh auto 0 !important;
    border-radius: 0.24rem;
  }

  .maas-rule-dialog.twd-dialog .el-dialog__header {
    padding: 0.48rem 0.64rem 0.32rem;
  }

  .maas-rule-dialog.twd-dialog .el-dialog__title {
    padding: 0 0.48rem;
    font-size: 0.36rem;
  }

  .maas-rule-dialog .maas-rule-body {
    max-height: calc(90vh - 2.8rem);
    padding: 0 0.48rem 0.24rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
  }

  .maas-rule-dialog .maas-rule-footer {
    padding: 0.32rem 0.48rem 0.48rem;
  }

  .maas-rule-dialog .maas-rule-ok {
    min-width: 2.6rem;
    padding: 0.16rem 0.72rem;
    border-radius: 0.4rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
}

/* Keep the shared activity-over dialog isolated from Element dialog styles. */
.maas-page .message-box {
  position: fixed;
  inset: 0;
  z-index: 200020;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0.32rem;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}

.maas-page .message-box.on {
  display: flex;
}

.maas-page .message-box .message {
  position: relative;
  top: auto;
  left: auto;
  width: 4.8rem;
  max-width: 100%;
  margin: 0;
  padding: 0.4rem 0.5rem 0.24rem;
  overflow: hidden;
  border-radius: 0.12rem;
  background: #fff;
  box-shadow: 0 0.16rem 0.48rem rgba(0, 0, 0, 0.2);
  color: #262626;
  text-align: center;
  transform: none;
  box-sizing: border-box;
}

.maas-page .message-box .message img {
  display: block;
  width: 1.02rem;
  height: auto;
  margin: 0 auto;
}

.maas-page .message-box .message .tip {
  margin: 0.16rem 0 0;
}

.maas-page .message-box .message .content {
  margin-top: 0.08rem;
}

.maas-page .message-box .footer-btn .btn {
  user-select: none;
}

@media screen and (max-width: 750px) {
  .maas-page .message-box {
    padding: 0.32rem;
  }

  .maas-page .message-box .message {
    width: 100%;
    padding: 0.48rem 0.48rem 0.32rem;
    border-radius: 0.24rem;
  }

  .maas-page .message-box .message img {
    width: 1.6rem;
  }

  .maas-page .message-box .message .tip {
    margin-top: 0.24rem;
    font-size: 0.36rem;
    line-height: 0.52rem;
  }

  .maas-page .message-box .message .content {
    margin-top: 0.08rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
  }

  .maas-page .message-box .message .footer-btn {
    gap: 0.16rem;
    margin-top: 0.32rem;
  }

  .maas-page .message-box .footer-btn .btn {
    min-width: 1.8rem;
    height: 0.72rem;
    padding: 0 0.32rem;
    border-radius: 0.4rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
}
