/* ====================
   基础重置
   ==================== */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}

body {
  min-width: 320px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
  color: #192033;
  background: #f6fbff;
}

html.activity-end-locked,
body.activity-end-locked {
  overflow: hidden;
  overscroll-behavior: none;
}

.school-season-toast {
  position: fixed;
  top: 88px;
  left: 50%;
  z-index: 9999;
  min-width: 160px;
  max-width: min(360px, calc(100vw - 40px));
  padding: 12px 22px;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  pointer-events: none;
  background: rgba(17, 24, 39, 0.92);
  border-radius: 4px;
  opacity: 0;
  transform: translate(-50%, -10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.school-season-toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

/* ====================
   首屏区域
   ==================== */
.school-season-page {
  width: 100%;
  overflow-x: hidden;
}

.hero-section {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: clamp(560px, 48.333vw, 928px);
  min-height: 560px;
  padding: 0 20px;
  overflow: hidden;
  text-align: center;
  background-color: #097bfd;
  background-image: url("https://res.callmysoft.com/wm-static-resource/wc/wc_school_season_2026/banner-bg1.png");
  background-repeat: no-repeat;
  background-position: center clamp(-20px, -1.0415vw, -12px);
  background-size: 100% calc(100% + clamp(24px, 2.083vw, 40px));
}

/* ====================
   顶部登录区 - 参考主站活动页
   ==================== */
.header-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

.header-content {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: min(1200px, calc(100% - 40px));
  height: 60px;
  margin: 0 auto;
}

.header-logo {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.header-logo img:first-child {
  width: 38px;
  height: auto;
}

.header-logo img:nth-child(2) {
  width: 105px;
  height: auto;
  margin-left: 5px;
}

.avatar-box {
  position: relative;
  width: 60px;
  height: 51px;
  text-align: center;
}

.avatar-box img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  object-fit: cover;
}

.avatar-box .logout {
  position: absolute;
  top: 51px;
  left: 50%;
  display: none;
  width: 96px;
  height: 30px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  color: #000;
  text-align: center;
  background: #fff;
  border: 1px solid #d9d9d9;
  transform: translateX(-50%);
}

.avatar-box.is-login:hover .logout,
.avatar-box .logout.show {
  display: block;
}

.hero-cross {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150vw;
  height: 1px;
  pointer-events: none;
  background: #c6c6c6;
  transform-origin: center;
}

.hero-cross-a {
  transform: translate(-50%, -50%) rotate(26deg);
}

.hero-cross-b {
  transform: translate(-50%, -50%) rotate(-26deg);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(1240px, 100%);
  margin-top: clamp(92px, 7.5vw, 144px);
}

.hero-kicker {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(330px, 26.042vw, 500px);
  height: clamp(52px, 4.167vw, 80px);
  padding: 0 clamp(48px, 3.958vw, 76px);
  margin-bottom: clamp(22px, 1.875vw, 36px);
  font-size: clamp(26px, 2.083vw, 40px);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  background: linear-gradient(180deg, #1f8bff 0%, #0b63ec 100%);
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 40px;
  box-shadow: 0 8px 24px rgba(0, 97, 231, 0.18);
}

.hero-kicker::before,
.hero-kicker::after {
  position: absolute;
  width: clamp(16px, 1.25vw, 24px);
  height: clamp(16px, 1.25vw, 24px);
  content: "";
  background: url("https://res.callmysoft.com/wm-static-resource/wc/wc_school_season_2026/ic-star.png") no-repeat center / contain;
}

.hero-kicker::before {
  top: 50%;
  left: 5%;
}

.hero-kicker::after {
  top: 16.25%;
  right: 5%;
}

.hero-title {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: clamp(10px, 0.781vw, 15px);
  line-height: 0;
  letter-spacing: 0;
}

.hero-title-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.hero-title-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(2px, 0.521vw, 10px);
  width: 100%;
  pointer-events: none;
}

.hero-title-img {
  display: block;
  width: min(31.9vw, 613px);
  height: auto;
  object-fit: contain;
}

.hero-title-img-accent {
  width: min(31.9vw, 612px);
}

.hero-subtitle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.042vw, 20px);
  margin-bottom: clamp(22px, 1.875vw, 36px);
  font-size: clamp(26px, 2.083vw, 40px);
  font-weight: 700;
  line-height: 1;
  color: #0a135c;
  white-space: nowrap;
}

.hero-subtitle::before,
.hero-subtitle::after {
  display: inline-block;
  width: clamp(48px, 3.958vw, 76px);
  height: 4px;
  content: "";
  background: linear-gradient(90deg, rgba(3, 122, 247, 0) 0%, #037af7 100%);
}

.hero-subtitle::after {
  background: linear-gradient(90deg, #037af7 0%, rgba(3, 122, 247, 0) 100%);
}

.activity-countdown-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(clamp(430px, 32.917vw, 632px), 100%);
  min-height: clamp(124px, 8.958vw, 172px);
  margin: 0 auto clamp(22px, 1.875vw, 36px);
  padding: clamp(18px, 1.25vw, 24px) clamp(20px, 1.458vw, 28px);
  color: #0a135c;
  background: linear-gradient(180deg, rgba(148, 199, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%);
  border: 2px solid #fff;
  border-radius: 24px;
  box-shadow: inset 0 0 20px rgba(2, 99, 239, 0.1);
  backdrop-filter: blur(5px);
}

.countdown-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 0.625vw, 12px) clamp(28px, 2.083vw, 40px);
  width: 100%;
  margin-bottom: 12px;
  font-weight: 700;
  line-height: 1;
  color: #0a135c;
}

.countdown-label {
  flex: 0 0 100%;
  width: 100%;
  margin-bottom: 0;
  font-size: clamp(20px, 1.458vw, 28px);
  text-align: center;
}

.countdown-item {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  flex: 0 0 clamp(74px, 5vw, 96px);
  gap: clamp(5px, 0.417vw, 8px);
  height: clamp(38px, 2.5vw, 48px);
  white-space: nowrap;
}

.countdown-item:not(:last-child)::after {
  position: absolute;
  top: clamp(14px, 0.721vw, 15px);
  right: clamp(-20px, -1.0415vw, -14px);
  width: 1px;
  height: clamp(20px, 1.458vw, 28px);
  content: "";
  background: rgba(10, 19, 92, 0.12);
}

.countdown-row strong {
  min-width: clamp(44px, 3.125vw, 60px);
  font-size: clamp(34px, 2.5vw, 48px);
  line-height: 1;
  color: #f7400f;
  text-align: center;
}

.countdown-unit {
  display: inline-block;
  min-width: clamp(20px, 1.458vw, 28px);
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 1.38;
  color: #0a135c;
  text-align: left;
}

.activity-time {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 0.625vw, 12px);
  margin-bottom: 0;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 400;
  line-height: 1;
  color: #0a135c;
  white-space: nowrap;
}

.activity-time::before {
  display: inline-block;
  width: clamp(18px, 1.25vw, 24px);
  height: clamp(18px, 1.25vw, 24px);
  content: "";
  background: #0a135c;
  mask: url("https://res.callmysoft.com/wm-static-resource/wc/wc_school_season_2026/ic-calendar.png") center / contain no-repeat;
  -webkit-mask: url("https://res.callmysoft.com/wm-static-resource/wc/wc_school_season_2026/ic-calendar.png") center / contain no-repeat;
}

.hero-buy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.042vw, 20px);
  width: clamp(280px, 22.917vw, 440px);
  height: clamp(64px, 5.208vw, 100px);
  padding: 0 clamp(28px, 2.396vw, 46px);
  font-size: clamp(30px, 2.5vw, 48px);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  background: linear-gradient(180deg, #ffa515 0%, #fd5002 100%);
  border: 2px solid #ffe3bc;
  border-radius: 54px;
  box-shadow: inset 0 -8px 4px rgba(231, 105, 0, 0.25), inset 0 4px 4px rgba(231, 105, 0, 0.25);
  transition: transform 0.2s ease, background 0.2s ease;
}

.hero-buy-btn i {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(32px, 2.5vw, 48px);
  height: clamp(32px, 2.5vw, 48px);
  background: #fff;
  border-radius: 50%;
}

.hero-buy-btn i::before {
  width: clamp(9px, 0.729vw, 14px);
  height: clamp(9px, 0.729vw, 14px);
  content: "";
  border-top: clamp(3px, 0.26vw, 5px) solid #fd6d04;
  border-right: clamp(3px, 0.26vw, 5px) solid #fd6d04;
  transform: translateX(-2px) rotate(45deg);
}

.hero-buy-btn:hover {
  background: linear-gradient(180deg, #ffb22d 0%, #fd5b0a 100%);
  transform: translateY(-1px);
}

/* ====================
   第二屏套餐区域
   ==================== */
.package-section {
  position: relative;
  padding: clamp(72px, 5.208vw, 100px) 20px clamp(72px, 5.208vw, 100px);
  overflow: hidden;
  background: #1689ff url("https://res.callmysoft.com/wm-static-resource/wc/wc_school_season_2026/section2-bg.png") no-repeat center top / cover;
}

.section-inner {
  position: relative;
  z-index: 1;
  width: min(1440px, 100%);
  margin: 0 auto;
}

.package-card {
  padding: 68px 20px 0;
  background: #fff;
  border: 0;
  border-radius: 24px;
  box-shadow: 0 16px 36px rgba(0, 90, 196, 0.12);
}

.package-section .section-inner {
  padding-bottom: 32px;
}

.section-title {
  margin-bottom: 18px;
  font-size: 28px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0;
}

.package-section .section-title,
.bonus-section .section-title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.042vw, 20px);
  margin-bottom: 14px;
  font-size: clamp(38px, 3.125vw, 60px);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  letter-spacing: clamp(2px, 0.313vw, 6px);
  white-space: nowrap;
}

.package-section .section-title::before,
.package-section .section-title::after,
.bonus-section .section-title::before,
.bonus-section .section-title::after {
  display: block;
  flex: 0 0 clamp(36px, 2.969vw, 57px);
  width: clamp(38px, 2.969vw, 57px);
  height: clamp(35px, 2.76vw, 53px);
  content: "";
  background: url("https://res.callmysoft.com/wm-static-resource/wc/wc_school_season_2026/ic-dbstar.png") no-repeat center / contain;
}

.package-section .section-title::after,
.bonus-section .section-title::after {
  transform: rotate(90deg);
}

.package-desc {
  position: relative;
  z-index: 1;
  max-width: 1210px;
  margin: 0 auto 28px;
  font-size: clamp(18px, 1.458vw, 28px);
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

.status-text {
  grid-column: 1 / -1;
  margin: auto;
  font-size: 15px;
  line-height: 1.6;
  color: #4b5563;
  text-align: center;
}

.package-tabs {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 3.125vw, 60px);
  margin-bottom: 0;
  transform: translateY(-36px);
}

.package-tab {
  width: clamp(220px, 16.667vw, 320px);
  height: clamp(56px, 3.542vw, 68px);
  min-width: 0;
  min-height: 0;
  padding: 0 20px;
  font-size: clamp(20px, 1.458vw, 28px);
  font-weight: 700;
  line-height: 1.2;
  color: #333;
  background: linear-gradient(180deg, #fff 0%, #eaf4ff 100%);
  border: 1px solid #a4cfff;
  border-radius: 20px 20px 0 0;
  box-shadow: inset 0 4px 12px rgba(148, 189, 255, 0.5), 0 4px 10px rgba(13, 105, 245, 0.12);
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.package-tab.active {
  color: #fff;
  background: linear-gradient(257deg, #53aaf2 0%, #0d69f5 100%);
  border-color: transparent;
  box-shadow: inset 0 8px 4px rgba(255, 255, 255, 0.25), 0 8px 16px rgba(13, 105, 245, 0.22);
}

.package-main {
  display: grid;
  grid-template-columns: minmax(0, 936px) minmax(276px, 325px);
  gap: 42px;
  align-items: start;
  min-height: clamp(520px, 31.875vw, 612px);
  padding: 48px 48px 26px 26px;
  margin-top: -36px;
  background: #fff;
  border: 1px solid #0d69f5;
  border-radius: 12px;
}

.product-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
  margin-bottom: 0;
}

.product-card {
  position: relative;
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  min-height: 156px;
  padding: 20px 28px 20px 20px;
  color: #333;
  text-align: left;
  background: #fff;
  border: 1px solid #a4cfff;
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.product-list.count-5 .product-card:nth-child(4),
.product-list.count-5 .product-card:nth-child(5) {
  grid-column: auto;
  max-width: none;
  justify-self: stretch;
}

.product-card:hover {
  border: 1px solid #a4cfff;
  background: linear-gradient(180deg, rgba(164, 207, 255, 0) 0%, rgba(164, 207, 255, 0.5) 100%);
}

.product-card::after {
  position: absolute;
  right: 0;
  bottom: 6px;
  left: 0;
  z-index: 1;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #0d69f5;
  text-align: center;
  white-space: nowrap;
  content: "点击查看详情";
  pointer-events: none;
  opacity: 0;
  transform: translateY(calc(100% + 8px));
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.product-card:hover::after,
.product-card:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.product-card.is-owned::after {
  display: none;
}

.product-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 12px;
}

.product-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.product-copy strong {
  margin-bottom: 12px;
  overflow: hidden;
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 700;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-copy span {
  display: -webkit-box;
  overflow: hidden;
  font-size: clamp(15px, 0.938vw, 18px);
  line-height: 1.5;
  color: #999;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-owned-mask {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background: rgba(164, 207, 255, 0.50);
  backdrop-filter: blur(2px);
}

.product-owned-inner {
  display: grid;
  grid-template-columns: 70px 220px;
  gap: 20px;
  align-items: center;
  width: min(358px, calc(100% - 28px));
  height: 126px;
  padding: 28px 24px;
  color: #333;
  background: #fff;
  border: 1px solid #a4cfff;
  border-radius: 12px;
}

.product-owned-icon {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  overflow: visible;
  border: 1px solid #ffd590;
  border-radius: 14px;
}

.product-owned-icon img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  border-radius: 14px;
}

.product-owned-icon::before {
  position: absolute;
  top: -16px;
  right: -16px;
  z-index: 2;
  width: 40px;
  height: 40px;
  content: "";
  background: url("https://res.callmysoft.com/wm-static-resource/wc/wc_school_season_2026/ic-vip-crown.png") no-repeat center / contain;
}

.product-owned-icon::after {
  position: absolute;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  height: 22px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #fff6c8;
  text-align: center;
  text-transform: uppercase;
  content: "· vip ·";
  background: url("https://res.callmysoft.com/wm-static-resource/wc/wc_school_season_2026/ic-vip-ribbon.svg") no-repeat center / 100% 100%;
  text-shadow: 0 0 2px #dd9400;
}

.product-owned-inner strong {
  display: block;
  margin-bottom: 12px;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #333;
  white-space: nowrap;
}

.product-owned-inner em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 32px;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #fe500b;
  white-space: nowrap;
  background: #ffe9e0;
  border: 1px solid #ffc3ab;
  border-radius: 6px;
}

.purchase-panel {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-content: start;
  gap: 16px;
  min-height: 516px;
  padding-left: 48px;
  margin: 0;
  border-left: 1px dashed #5498FF;

}

.purchase-panel::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  content: "";
  background: linear-gradient(180deg, rgba(13, 105, 245, 0) 0%, rgba(13, 105, 245, 0.42) 12%, rgba(13, 105, 245, 0.42) 88%, rgba(13, 105, 245, 0) 100%);
}

.purchase-panel.is-all-owned {
  grid-template-columns: 1fr;
  min-height: 516px;
  padding-left: 0;
  border: 0;
}

.purchase-panel.is-all-owned .vip-options,
.purchase-panel.is-all-owned .pay-qrcode-box,
.purchase-panel.is-all-owned .price-panel {
  display: none;
}

.package-owned-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 516px;
  padding: 0;
}

.package-owned-image {
  display: block;
  width: min(324px, 100%);
  height: auto;
}

.vip-options {
  grid-row: 1;
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 276px;
}

.vip-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #333;
  background: #ddedfc;
  border: 0;
  border-radius: 8px;
  transition: color 0.2s ease, background 0.2s ease;
}

.vip-option.active {
  color: #fff;
  background: #0d69f5;
}

.vip-radio {
  display: none;
}

.pay-qrcode-box {
  position: relative;
  grid-row: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 276px;
  min-height: 318px;
  color: #4b5563;
  text-align: center;
}

.qrcode-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 276px;
  height: 276px;
  padding: 15px;
  background: #fff;
  border: 1px solid #0d69f5;
  border-radius: 8px;
}

.qrcode-placeholder img {
  display: block;
  width: 245px;
  height: 245px;
  object-fit: contain;
}

.pay-qrcode-canvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 276px;
  height: 276px;
  padding: 15px;
  background: #fff;
  border: 2px solid #0d69f5;
  border-radius: 8px;
}

.pay-qrcode-canvas canvas,
.pay-qrcode-canvas img {
  display: block;
  width: 245px;
  height: 245px;
}

.pay-qrcode-box p {
  font-size: 14px;
  line-height: 1.4;
}

.pay-channel-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 128px;
  height: 32px;
  margin-top: 6px;
}

.pay-channel-icons img {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.pay-login-mask {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 276px;
  height: 276px;
  color: #fff;
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid #0d69f5;
  border-radius: 8px;
  transform: translateX(-50%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.pay-login-mask span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 194px;
  height: 60px;
  padding: 0 24px;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  background: linear-gradient(180deg, #53aaf2 0%, #0d69f5 100%);
  border-radius: 8px;
  transition: transform 0.16s ease;
}

.pay-login-mask:active span {
  background: #0259de;
  transform: translateY(1px);
}

.pay-login-mask:focus-visible span {
  outline: 2px solid rgba(2, 89, 222, 0.35);
  outline-offset: 3px;
}

.pay-qrcode-expired-mask {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 276px;
  height: 276px;
  color: #fff;
  background: rgba(17, 24, 39, 0.6);
  border: 1px solid rgba(13, 105, 245, 0.4);
  border-radius: 8px;
  transform: translateX(-50%);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.pay-qrcode-expired-mask span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  height: 44px;
  padding: 0 20px;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 18px;
  line-height: 44px;
  border-radius: 8px;
  transition: transform 0.16s ease;
}

.pay-qrcode-expired-mask:active span {
  background: #0259de;
  transform: translateY(1px);
}

.pay-qrcode-expired-mask:focus-visible span {
  outline: 2px solid rgba(255, 255, 255, 0.72);
  outline-offset: 3px;
}

.pay-qrcode-success,
.pay-qrcode-refresh {
  position: absolute;
  top: 52px;
  left: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 86px;
  height: 34px;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 17px;
  transform: translateX(-50%);
}

.pay-qrcode-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 276px;
  height: 276px;
  padding: 15px;
  background: #fff;
  border: 2px solid #0d69f5;
  border-radius: 8px;
}

.pay-qrcode-loading img {
  display: block;
  width: 245px;
  height: 245px;
  object-fit: cover;
}

.pay-qrcode-success {
  color: #fff;
  background: rgba(22, 163, 74, 0.9);
}

.pay-qrcode-refresh {
  color: #fff;
  background: rgba(0, 0, 0, 0.68);
  border: 0;
}

.pay-qrcode-box.is-owned {
  justify-content: center;
  border: 1px dashed #8d99a6;
}

.owned-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  font-size: 20px;
  font-weight: 700;
  color: #1f2937;
  border: 4px solid #1f2937;
  border-radius: 50%;
}

.price-panel {
  grid-row: 2;
  width: 276px;
  min-width: 0;
  text-align: center;
}

.price-line {
  display: flex;
  align-items: flex-end;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 20px;
}

.price-current {
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  color: #fe500b;
}

.price-current strong {
  font-size: 60px;
  letter-spacing: 0;
}

.price-original {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 400;
  color: #999;
  text-decoration: line-through;
}

.price-vip-label {
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 400;
  color: #fe500b;
  text-align: center;
}

.price-order-tip {
  max-width: 360px;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.5;
  color: #667085;
}

.price-error {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.5;
  color: #d92d20;
}

.price-owned-title {
  font-size: 28px;
  font-weight: 800;
  color: #1f2937;
}

.activity-info-panel {
  min-height: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #344054;
  background: transparent;
  border-top: 0;
}

.activity-info-panel pre {
  overflow-x: auto;
  white-space: pre-wrap;
  word-break: break-word;
}

.comment-marquee {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 50px;
  margin: 32px auto 0;
  overflow: hidden;
  background: #fff;
  border-radius: 0 0 12px 12px;
}

.comment-track {
  display: flex;
  width: max-content;
  animation: comment-scroll 92s linear infinite;
}

.comment-list {
  display: flex;
  flex-shrink: 0;
  gap: 28px;
  padding-right: 28px;
}

.comment-item {
  position: relative;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  isolation: isolate;
  flex: 0 0 896px;
  width: 896px;
  height: 50px;
  padding: 0 22px 0 74px;
  overflow: hidden;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: transparent;
  border: 0;
}

.comment-item::before {
  position: absolute;
  top: 7px;
  right: 0;
  bottom: 0;
  left: 16px;
  z-index: -1;
  height: 43px;
  content: "";
  background: linear-gradient(90deg, #fcefad 0%, rgba(252, 239, 173, 0.5) 100%);
  border-radius: 21.5px;
}

.comment-item::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 63px;
  height: 50px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.comment-style-1::after {
  background-image: url("https://res.callmysoft.com/wm-static-resource/wc/wc_school_season_2026/marque1.png");
}

.comment-style-2::after {
  background-image: url("https://res.callmysoft.com/wm-static-resource/wc/wc_school_season_2026/marque2.png");
}

.comment-style-3::after {
  background-image: url("https://res.callmysoft.com/wm-static-resource/wc/wc_school_season_2026/marque3.png");
}

.comment-style-4::after {
  background-image: url("https://res.callmysoft.com/wm-static-resource/wc/wc_school_season_2026/marque4.png");
}

.comment-style-5::after {
  background-image: url("https://res.callmysoft.com/wm-static-resource/wc/wc_school_season_2026/marque5.png");
}

.comment-style-2::before {
  background: linear-gradient(90deg, #ADEFFC 0%, rgba(173, 239, 252, 0.50) 100%);
}

.comment-style-3::before {
  background: linear-gradient(90deg, #FCCCFF 0%, rgba(252, 204, 255, 0.50) 100%);
}

.comment-style-4::before {
  background: linear-gradient(90deg, #FFC0D4 0%, rgba(255, 192, 212, 0.50) 100%);
}

.comment-style-5::before {
  background: linear-gradient(90deg, #D3CCFF 0%, rgba(211, 204, 255, 0.50) 100%);
}

.activity-rule-card {
  position: relative;
  z-index: 1;
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 0;
  color: #333;
  border: 0;
  border-radius: 0;
}

.activity-rule-card h3 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.rule-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 48px;
}

.rule-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 210px;
  padding: 20px;
  text-align: center;
  background: #fff;
  border-radius: 12px;
}

.rule-icon {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: no-repeat center / contain;
}

.rule-icon::before,
.rule-icon::after {
  display: none;
}

.rule-item-novip .rule-icon {
  background-image: url("https://res.callmysoft.com/wm-static-resource/wc/wc_school_season_2026/ic-rule-novip.svg");
}

.rule-item-part .rule-icon {
  background-image: url("https://res.callmysoft.com/wm-static-resource/wc/wc_school_season_2026/ic-rule-littlevip.svg");
}

.rule-item-discount .rule-icon {
  background-image: url("https://res.callmysoft.com/wm-static-resource/wc/wc_school_season_2026/ic-rule-discount.svg");
}

.rule-item-all .rule-icon {
  background-image: url("https://res.callmysoft.com/wm-static-resource/wc/wc_school_season_2026/ic-rule-all.svg");
}

.rule-item strong {
  margin-bottom: 12px;
  font-size: clamp(22px, 1.458vw, 28px);
  font-weight: 700;
  line-height: 1;
  color: #0d69f5;
}

.rule-item p {
  font-size: clamp(16px, 1.042vw, 20px);
  line-height: 1.5;
  color: #666;
}

/* ====================
   第三屏自选权益区域
   ==================== */
.bonus-section {
  position: relative;
  padding: 42px 20px 100px;
  overflow: hidden;
  background: #1689ff url("https://res.callmysoft.com/wm-static-resource/wc/wc_school_season_2026/section3-bg.png") no-repeat center top / cover;
}

.bonus-card {
  position: relative;
  min-height: 1126px;
  padding: 48px 40px 40px;
  overflow: hidden;
  background: #fff;
  border: 0;
  border-radius: 24px;
  box-shadow: 0 18px 38px rgba(0, 90, 196, 0.14);
}

.bonus-main {
  min-width: 0;
}

.bonus-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 386px;
  gap: 28px;
  align-items: stretch;
}

.bonus-pool-title {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 28px;
  font-weight: 400;
}

.bonus-pool-title::after {
  position: absolute;
  bottom: -6px;
  left: 6px;
  z-index: -1;
  width: 311px;
  max-width: 100%;
  height: 15px;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(13, 105, 245, 0.5) 100%);
  border-radius: 12px;
}

.bonus-pool-icon {
  display: inline-flex;
  flex: 0 0 34px;
}

.bonus-pool-icon svg {
  width: 34px;
  height: 34px;
}

.bonus-pool-title-text {
  font-size: 28px;
  font-weight: 700;
  color: #0d69f5;
}

.bonus-pool-title-sub {
  font-size: 24px;
  font-weight: 400;
  color: #0d69f5;
}

.bonus-product-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}

.bonus-product-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 296px;
  padding: 36px 20px 20px;
  overflow: hidden;
  color: #333;
  text-align: center;
  background: linear-gradient(0deg, rgba(164, 207, 255, 0.2) 0%, rgba(164, 207, 255, 0.2) 100%), #fff;
  border: 1px solid #a4cfff;
  border-radius: 20px;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.bonus-product-item:focus-visible {
  outline: 3px solid rgba(13, 105, 245, 0.35);
  outline-offset: 3px;
}

.bonus-product-item.active {
  background: linear-gradient(0deg, rgba(164, 207, 255, 0.35) 0%, rgba(164, 207, 255, 0.35) 100%), #fff;
  border-color: #0d69f5;
  box-shadow: 0 0 0 1px #0d69f5;
}

.bonus-product-item.is-owned {
  cursor: not-allowed;
}

.bonus-product-item.is-owned:hover {
  border-color: #a4cfff;
  transform: none;
}

.bonus-product-radio {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  border: 2px solid #80b6ff;
  border-radius: 50%;
  background: transparent;
}

.bonus-product-item.active .bonus-product-radio {
  border-color: #0d69f5;
  background: #0d69f5;
}

.bonus-product-item.active .bonus-product-radio::after {
  position: absolute;
  top: 4px;
  left: 3px;
  width: 11px;
  height: 6px;
  content: "";
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: rotate(-45deg);
}

.bonus-product-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
}

.bonus-product-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
}

.bonus-product-item strong {
  max-width: 100%;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #333;

  margin-top: 8px;
}

.bonus-product-item>span:not(.bonus-product-logo):not(.bonus-product-radio):not(.bonus-product-owned-mask) {
  display: -webkit-box;
  overflow: hidden;
  font-size: 20px;
  line-height: 1.5;
  color: #333;
  white-space: pre-line;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.bonus-product-link {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 52px;
  font-size: 20px;
  line-height: 52px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(180deg, #6ba5ff 0%, #0d69f5 100%);
  border-radius: 0 0 18px 18px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.bonus-product-item:hover .bonus-product-link,
.bonus-product-item:focus-within .bonus-product-link {
  opacity: 1;
  transform: translateY(0);
}

.bonus-product-owned-mask {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 20px;
  backdrop-filter: none;
  transition: background 0.2s ease, border-color 0.2s ease, backdrop-filter 0.2s ease;
}

.bonus-product-item.is-owned:hover .bonus-product-owned-mask {
  background: rgba(164, 207, 255, 0.50);
  border-color: #a4cfff;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.bonus-product-item .bonus-product-owned-mask,
.bonus-product-item .bonus-product-owned-inner,
.bonus-product-item .bonus-product-owned-icon,
.bonus-product-item .bonus-product-owned-copy {
  overflow: visible;
  white-space: normal;
  -webkit-line-clamp: unset;
  -webkit-box-orient: horizontal;
}

.bonus-product-owned-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: min(260px, calc(100% - 28px));
  height: 200px;
  padding: 20px;
  color: #333;
  background: #fff;
  border: 1px solid #a4cfff;
  border-radius: 12px;
  margin-bottom: 14px;
}

.bonus-product-owned-icon {
  flex: 0 0 auto;
}

.bonus-product-owned-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 220px;
  min-width: 0;
  text-align: center;
}

.bonus-product-owned-copy strong {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #333;
  white-space: nowrap;
}

.bonus-product-owned-copy em {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 32px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #fe500b;
  background: #ffe9e0;
  border: 1px solid #ffc3ab;
  border-radius: 6px;
}

.bonus-product-item.is-owned .bonus-product-link {
  z-index: 2;
  pointer-events: auto;
}

.bonus-side {
  align-self: stretch;
  padding-left: 29px;
  color: #333;
  border-left: 1px dashed #5498ff;
}

.bonus-side h3 {
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #0d69f5;
  text-align: left;
}

.bonus-rule-text p {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #666;
}

.bonus-selected-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 358px;
  max-width: 100%;
  min-height: 384px;
  padding: 24px 20px 32px;
  margin-top: 78px;
  text-align: center;
  background: #ffeae2;
  border-radius: 20px;
}

.bonus-all-owned-overlay {
  position: absolute;
  inset: 0;
  z-index: 8;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0 68px;
  background: rgba(0, 0, 0, 0.45);
  border-radius: inherit;
  pointer-events: auto;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.bonus-card.is-bonus-all-owned .bonus-all-owned-overlay {
  display: flex;
}

.bonus-all-owned-card {
  display: flex;
  align-items: center;
  gap: 80px;
  width: 100%;
  max-width: 1304px;
  min-height: 516px;
  padding: 70px 110px 70px 152px;
  overflow: hidden;
  color: #5c3700;
  background: #fcd47d url("https://res.callmysoft.com/wm-static-resource/wc/wc_school_season_2026/bonus-all-owned-bg.png") no-repeat center / cover;
  border-radius: 24px;
}

.bonus-all-owned-badge {
  flex: 0 0 316px;
  width: 316px;
  height: 316px;
  object-fit: contain;
}

.bonus-all-owned-copy {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 680px;
  max-width: 100%;
  text-align: left;
}

.bonus-all-owned-copy h3 {
  margin: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.5;
  color: #5c3700;
}

.bonus-all-owned-copy p {
  margin: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
  color: #5c3700;
}

.bonus-all-owned-copy p:last-child {
  font-size: 28px;
  line-height: 1.2;
}

.bonus-selected-status {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #fe500b;
  text-align: left;
}

.bonus-selected-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin: 40px auto 12px;
  background: #fff;
  border-radius: 15px;
}

.bonus-selected-icon svg {
  width: 60px;
  height: 68px;
}

.bonus-selected-icon img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.bonus-selected-name {
  margin: 0 0 40px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: #333;
  text-align: center;
}

.bonus-submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 318px;
  max-width: 100%;
  height: 80px;
  margin: auto auto 0;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2.8px;
  border-radius: 54px;
  border: 2px solid #FFE3BC;
  background: linear-gradient(180deg, #FFA515 0%, #FD5002 100%);
  box-shadow: 0 -4px 12px 0 rgba(255, 255, 255, 0.25) inset;
}

.bonus-submit-btn.is-disabled,
.bonus-submit-btn.is-claimed {
  border: 2px solid #FFE3BC;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.50) 100%), linear-gradient(180deg, #FFA515 0%, #FD5002 100%);
  box-shadow: 0 -4px 12px 0 rgba(255, 255, 255, 0.25) inset;
  cursor: not-allowed;
}


.bonus-tip {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
  font-size: 20px;
  color: #666;

  margin-left: 171px;
}

.bonus-tip-icon {
  display: inline-flex;
  flex: 0 0 24px;
}

.bonus-tip-icon svg {
  width: 24px;
  height: 24px;
}

.bonus-rule-card {
  position: relative;
  z-index: 1;
  width: min(1440px, 100%);
  min-height: 856px;
  margin: 72px auto 0;
  padding: 40px;
  overflow: hidden;
  color: #333;
  background: #fff;
  border-radius: 24px;
}

.bonus-rule-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  min-height: 68px;
}

.bonus-rule-header h3 {
  position: relative;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: #0d69f5;
}

.bonus-rule-header h3::after {
  width: 311px;
  position: absolute;
  right: -19px;
  bottom: -6px;
  z-index: -1;
  height: 15px;
  content: "";
  background: linear-gradient(180deg, #fff 0%, #0d69f5 100%);
  border-radius: 12px;
  opacity: 0.5;
}

.bonus-rule-title-icon {
  display: inline-flex;
  flex: 0 0 34px;
}

.bonus-rule-time {
  width: 546px;
  max-width: 100%;
  height: 68px;
  margin: -40px -40px 0 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 68px;
  color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #ffa515 0%, #fd5002 100%);
  border: 2px solid #ffe3bc;
  border-radius: 54px 24px 0 54px;
  box-shadow: inset 0 -4px 12px rgba(255, 255, 255, 0.25);
}

.bonus-rule-divider {
  height: 1px;
  margin: 10px 0 40px;
  border-top: 1px dashed #5498ff;
}

.bonus-rule-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.bonus-rule-step {
  position: relative;
  min-height: 126px;
  padding: 24px 0px 20px 20px;
  overflow: hidden;
  background: linear-gradient(0deg, rgba(164, 207, 255, 0.2) 0%, rgba(164, 207, 255, 0.2) 100%), #fff;
  border: 1px solid #a4cfff;
  border-radius: 20px;
}

.bonus-rule-step h4 {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #0d81fb;
}

.bonus-rule-step p {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  color: #333;
}

.bonus-rule-step-index {
  position: absolute;
  top: 0;
  right: 119px;
  transform: translateX(100%);
  font-size: 96px;
  font-weight: 700;
  line-height: 1;
  color: transparent;
  background: linear-gradient(180deg, rgba(13, 129, 251, 0.25) 0%, rgba(13, 129, 251, 0) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.bonus-rule-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 874px) 446px;
  gap: 40px;
}

.bonus-rule-footer {
  position: absolute;
  z-index: 3;
  display: block;
  pointer-events: none;
  user-select: none;
}

.bonus-rule-footer-left {
  bottom: 0;
  left: 0;
  width: 477px;
  max-width: 38%;
}

.bonus-rule-footer-right {
  right: 0;
  bottom: 0;
  width: 270px;
  max-width: 22%;
}

.bonus-rule-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 488px;
  padding: 40px 80px 40px 40px;
  margin: 0;
  list-style: none;
  background: #edf5ff;
  border-radius: 24px;
}

.bonus-rule-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 14px 0;
  border-bottom: 1px dashed #5498ff;
}

.bonus-rule-list li:last-child {
  border-bottom: 0;
}

.bonus-rule-list span {
  display: inline-flex;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  background: linear-gradient(180deg, #ffa515 0%, #fd5002 100%);
  border-radius: 18px;
  box-shadow: inset 0 -4px 12px rgba(255, 255, 255, 0.25);
}

.bonus-rule-list p {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
}

.bonus-rule-qrcode {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 488px;
  padding: 24px 40px;
  text-align: center;
  background: #edf5ff;
  border-radius: 24px;
}

.bonus-rule-qrcode img {
  width: 276px;
  height: 276px;
  object-fit: cover;
  border: 2px solid #0d69f5;
  border-radius: 12px;
}

.bonus-rule-qrcode strong {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 357px;
  max-width: 100%;
  height: 60px;
  margin-top: 16px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  background: #0d69f5;
  border-radius: 30px;
}

.bonus-rule-qrcode p {
  margin: 16px 0 0;
  font-size: 24px;
  line-height: 1.5;
  color: #666;
}

.bonus-modal {
  position: fixed;
  inset: 0;
  z-index: 2100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.28);
}

.bonus-modal.show {
  display: flex;
}

.bonus-modal-dialog {
  position: relative;
  width: min(600px, 100%);
  min-height: 327px;
  overflow: hidden;
  background: #fefdfd;
  border: 0;
  border-radius: 20px;
  box-shadow: 0 20px 48px rgba(10, 19, 92, 0.18);
}

.bonus-modal-title {
  height: 68px;
  padding-left: 32px;
  font-size: 25px;
  font-weight: 400;
  line-height: 68px;
  color: #333;
  background: linear-gradient(180deg, #e8f2ff 0%, #f4f8fd 100%);
  border-bottom: 2px solid rgba(164, 207, 255, 0.5);
}

.bonus-modal-close {
  position: absolute;
  top: 17px;
  right: 24px;
  z-index: 1;
  width: 34px;
  height: 34px;
  font-size: 30px;
  line-height: 30px;
  color: #667085;
  background: transparent;
  border: 0;
}

.bonus-modal-content {
  display: grid;
  grid-template-columns: 80px minmax(0, 336px);
  gap: 40px;
  align-items: center;
  padding: 48px 57px 0;
  text-align: left;
}

.bonus-modal-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
}

.bonus-modal-icon svg {
  width: 80px;
  height: 80px;
}

.bonus-modal-copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.bonus-modal-copy span {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: #0a135c;
}

.bonus-modal-copy strong {
  overflow: hidden;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #0d69f5;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bonus-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  padding: 48px 60px 31px 0;
}

.bonus-modal-confirm,
.bonus-modal-cancel {
  width: 134px;
  height: 52px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  border: 0;
  border-radius: 8px;
}

.bonus-modal-confirm {
  color: #fff;
  background: linear-gradient(180deg, #ffa515 0%, #fd5002 100%);
  box-shadow: inset 0 4px 4px rgba(231, 105, 0, 0.25), inset 0 -8px 4px rgba(231, 105, 0, 0.25);
}

.bonus-modal-cancel {
  color: #666;
  background: #eee;
}

/* ====================
   活动结束弹窗
   ==================== */
.activity-end-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.64);
}

.activity-end-modal.show {
  display: flex;
}

.activity-end-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(760px, 100%);
  pointer-events: none;
}

.activity-end-dialog img {
  display: block;
  width: min(100%, 760px);
  max-height: calc(100vh - 48px);
  object-fit: contain;
}

/* ====================
   右侧悬浮客服
   ==================== */
.school-season-page .kingshiper-service-box {
  position: fixed;
  right: 14px;
  bottom: 28%;
  z-index: 2025;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.school-season-page .kingshiper-service-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #434a66;
  text-decoration: none;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 7px rgba(77, 124, 183, 0.25);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.school-season-page .kingshiper-service-item:hover {
  box-shadow: 0 0 10px rgba(77, 124, 183, 0.36);
  transform: translateY(-1px);
}

.school-season-page .kingshiper-service-item svg {
  display: block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.school-season-page .kingshiper-service-item svg path {
  transition: stroke 0.28s ease;
}

.school-season-page .kingshiper-service-item:hover svg path {
  stroke: #008cff;
}

.school-season-page .kingshiper-service-item span {
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  width: 80px;
  height: 27px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  color: #434a66;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
  background: #fff;
  border-radius: 42px;
  box-shadow: 0 0 7px #d1d4d9;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%);
  transition: opacity 0.28s ease, visibility 0s linear 0.28s;
}

.school-season-page .kingshiper-service-item:hover span {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

@keyframes comment-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 1024px) {
  .school-season-page .kingshiper-service-box {
    right: 10px;
    bottom: 22%;
  }

  .school-season-page .kingshiper-service-item {
    width: 40px;
    height: 40px;
  }

  .school-season-page .kingshiper-service-item svg {
    width: 22px;
    height: 22px;
  }

  .package-card {
    padding-inline: 16px;
  }

  .package-tabs {
    gap: 18px;
    transform: translateY(-30px);
  }

  .package-main {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 32px 24px;
    margin-top: -30px;
  }

  .product-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-card,
  .product-list.count-5 .product-card:nth-child(4),
  .product-list.count-5 .product-card:nth-child(5) {
    grid-column: span 1;
    max-width: none;
  }

  .purchase-panel {
    grid-template-columns: 1fr;
    gap: 16px;
    min-height: auto;
    padding-top: 26px;
    padding-left: 0;
  }

  .purchase-panel::before {
    top: 0;
    right: 0;
    bottom: auto;
    width: auto;
    height: 1px;
    background: linear-gradient(90deg, rgba(13, 105, 245, 0) 0%, rgba(13, 105, 245, 0.42) 12%, rgba(13, 105, 245, 0.42) 88%, rgba(13, 105, 245, 0) 100%);
  }

  .package-owned-panel {
    min-height: auto;
  }

  .package-owned-image {
    width: min(324px, 100%);
  }

  .rule-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bonus-card {
    min-height: auto;
  }

  .bonus-all-owned-overlay {
    padding: 40px 34px;
  }

  .bonus-all-owned-card {
    gap: 44px;
    min-height: 420px;
    padding: 54px 58px;
  }

  .bonus-all-owned-badge {
    flex-basis: 240px;
    width: 240px;
    height: 240px;
  }

  .bonus-all-owned-copy {
    gap: 18px;
  }

  .bonus-all-owned-copy h3 {
    font-size: 42px;
  }

  .bonus-all-owned-copy p {
    font-size: 24px;
  }

  .bonus-all-owned-copy p:last-child {
    font-size: 22px;
  }

  .bonus-content {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .bonus-side {
    max-width: 720px;
    margin: 0 auto;
    padding-top: 28px;
    padding-left: 0;
    border-top: 1px dashed #5498ff;
    border-left: 0;
  }

  .bonus-rule-card {
    min-height: auto;
    padding: 40px 34px;
  }

  .bonus-rule-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .bonus-rule-time {
    width: 100%;
    height: 58px;
    margin: 0;
    font-size: 30px;
    line-height: 58px;
    border-radius: 54px;
  }

  .bonus-rule-steps,
  .bonus-rule-content {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .bonus-rule-list,
  .bonus-rule-qrcode {
    min-height: auto;
  }

  .bonus-rule-list {
    padding: 34px;
  }

  .bonus-rule-footer-left {
    max-width: 42%;
  }

  .bonus-rule-footer-right {
    max-width: 24%;
  }
}

/* ====================
   登录弹窗
   ==================== */
.school-login-mask {
  position: fixed;
  inset: 0;
  z-index: 99;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(9, 18, 32, 0.56);
}

.school-login-mask.show {
  display: flex;
}

.school-login-dialog {
  position: relative;
  width: min(392px, 100%);
  padding: 28px 28px 24px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.28);
}

.school-login-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  font-size: 24px;
  line-height: 1;
  color: #667085;
  background: transparent;
  border: 0;
}

.school-login-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
}

.school-login-panel {
  display: none;
}

.school-login-panel.active {
  display: block;
}

.school-login-qrcode {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  margin: 0 auto 12px;
  background: #f4f6f8;
  border: 1px solid #e5e7eb;
}

.school-login-qrcode img {
  max-width: 160px;
  max-height: 160px;
}

.school-login-expired {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  color: #fff;
  background: rgba(15, 23, 42, 0.72);
}

.school-login-expired.show {
  display: flex;
}

.school-login-refresh {
  color: #61caff;
  background: transparent;
  border: 0;
}

.school-login-desc {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #667085;
  text-align: center;
}

.school-login-input,
.school-login-code-input {
  width: 100%;
  height: 42px;
  padding: 0 12px;
  font-size: 14px;
  color: #1f2937;
  background: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 6px;
  outline: none;
}

.school-login-input:focus,
.school-login-code-input:focus {
  border-color: #1aa7df;
}

.school-login-code-row {
  display: grid;
  grid-template-columns: 1fr 112px;
  gap: 10px;
  margin-top: 12px;
}

.school-login-code-btn {
  height: 42px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #1aa7df;
  border: 0;
  border-radius: 6px;
}

.school-login-code-btn.disabled {
  color: #667085;
  background: #e5e7eb;
  cursor: not-allowed;
}

.school-login-submit {
  width: 100%;
  height: 42px;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #1aa7df;
  border: 0;
  border-radius: 6px;
}

.school-login-error {
  min-height: 20px;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.5;
  color: #d92d20;
}

.school-login-methods {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #edf0f3;
}

.school-login-method {
  min-height: 32px;
  padding: 0 12px;
  font-size: 14px;
  color: #344054;
  background: #f3f7fa;
  border: 1px solid #d8e5ec;
  border-radius: 6px;
}

.school-login-method.active {
  color: #fff;
  background: #1aa7df;
  border-color: #1aa7df;
}

/* ====================
   登录弹窗 - 复用主站新版登录样式
   ==================== */
.wmLogin-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2023;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
}

#login-main {
  position: relative;
  width: 400px;
  height: 480px;
  font-family: "Microsoft YaHei", sans-serif;
  background: #fff;
}

.login-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  padding-left: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
}

.login-header .dialog-close {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  color: #666;
  text-align: center;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.login-header .dialog-close:hover {
  color: #fff;
  background: #ff5343;
}

.login-container {
  width: 100%;
  padding: 35px 30px 0;
}

.login-container-tab {
  width: 100%;
  height: 40px;
  padding: 0 70px;
  border-bottom: 1px solid #eee;
}

.login-container-tab ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.login-container-tab ul li {
  position: relative;
  margin-top: -2px;
  font-size: 16px;
  line-height: 40px;
  color: #666;
  cursor: pointer;
}

.login-container-tab ul li.active {
  color: #fa666a;
  border-bottom: 2px solid #fa666a;
}

.last-login-method {
  position: absolute;
  top: -12px;
  right: -36px;
  display: none;
  width: 50px;
  height: 18px;
  background: url("https://res.callmysoft.com/wm-static-resource/web/images/login/last_time@2x.png") no-repeat;
  background-size: cover;
}

.last-login-method.show {
  display: block;
}

.login-method-list {
  width: 100%;
}

.login-method-box {
  display: none;
}

.login-method-box.active {
  display: block;
}

.login-list-wechat {
  width: 100%;
  padding: 28px 0;
  text-align: center;
}

.login-list-wechat p {
  font-size: 14px;
  color: #999;
}

.login-qrcode {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 20px auto;
  overflow: hidden;
  background: #fff;
  border-radius: 4px;
}

.login-qrcode img {
  width: 100%;
  height: 100%;
}

.login-qrcode-overdue {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  cursor: pointer;
}

.login-qrcode-overdue.show {
  display: flex;
}

.login-list-phone,
.login-list-email {
  width: 280px;
  margin: 30px auto 0;
}

.login-list-input {
  width: 100%;
  height: 44px;
  padding: 0 10px;
  background: #fafafa;
  border: 0;
  border-radius: 4px;
  outline: none;
}

.login-list-code {
  display: flex;
  align-items: center;
  width: 100%;
  height: 44px;
  background: #fafafa;
  border-radius: 4px;
}

.login-list-code input {
  width: 179px;
  padding: 0 10px;
  background: #fafafa;
  border: 0;
  outline: none;
}

.login-list-code i {
  display: block;
  width: 1px;
  height: 20px;
  background: #ddd;
}

.login-list-code button {
  width: 100px;
  height: 44px;
  font-size: 14px;
  line-height: 44px;
  color: #666;
  text-align: center;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.login-list-code button.active,
.login-list-code button:hover {
  color: #fa666a;
}

.login-list-code button.disabled {
  color: #999;
  cursor: default;
}

.login-error {
  width: 100%;
  height: 30px;
  padding-left: 10px;
  font-size: 12px;
  line-height: 30px;
  color: #fa666a;
}

.login-btn {
  width: 100%;
  height: 44px;
  font-size: 14px;
  font-weight: 700;
  line-height: 44px;
  color: #fff;
  text-align: center;
  background: linear-gradient(90deg, #ff8689 0%, #fa666a 100%);
  border: 0;
  border-radius: 22px;
  cursor: pointer;
  opacity: 0.6;
}

.login-btn-active {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.login-btn-active:hover {
  background: linear-gradient(90deg, rgb(240, 128, 130) 0%, rgb(241, 93, 98) 100%);
}

.login-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
}

.login-other-method {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 284px;
  height: 20px;
  margin: 0 auto;
}

.login-other-method span {
  display: block;
  width: 80px;
  height: 1px;
  background: #f2f2f2;
}

.login-other-method p {
  font-size: 14px;
  color: #8a8888;
}

.login-bottom ul {
  display: flex;
  justify-content: space-between;
  width: 130px;
  margin: 20px auto;
  list-style: none;
}

.login-bottom ul li {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.login-bottom ul li img {
  width: 100%;
  height: 100%;
}

@media (max-width: 640px) {
  .school-season-page .kingshiper-service-box {
    right: 8px;
    bottom: 96px;
  }

  .school-season-page .kingshiper-service-item {
    width: 38px;
    height: 38px;
  }

  .school-season-page .kingshiper-service-item svg {
    width: 21px;
    height: 21px;
  }

  .school-season-page .kingshiper-service-item span {
    display: none;
  }

  .hero-section {
    height: 680px;
    min-height: 680px;
    padding: 0 18px;
    background-position: center -14px;
    background-size: 100% calc(100% + 28px);
  }

  .header-content {
    width: calc(100% - 28px);
  }

  .hero-content {
    margin-top: 82px;
  }

  .hero-kicker {
    min-width: 280px;
    height: 48px;
    padding: 0 42px;
    margin-bottom: 18px;
    font-size: 22px;
  }

  .hero-title {
    flex-direction: column;
    margin-bottom: 10px;
    line-height: 0;
  }

  .hero-title-visual {
    flex-direction: column;
    gap: 0;
  }

  .hero-title-img,
  .hero-title-img-accent {
    width: min(92vw, 360px);
  }

  .hero-subtitle {
    gap: 10px;
    margin-bottom: 20px;
    font-size: 22px;
  }

  .hero-subtitle::before,
  .hero-subtitle::after {
    width: 34px;
    height: 3px;
  }

  .countdown-row {
    gap: 10px 16px;
  }

  .activity-countdown-card {
    min-height: 148px;
    padding: 20px 16px;
    border-radius: 18px;
  }

  .countdown-label {
    font-size: 22px;
  }

  .countdown-row strong {
    min-width: 45px;
    font-size: 36px;
  }

  .countdown-unit {
    min-width: 20px;
    font-size: 18px;
  }

  .countdown-item {
    gap: 5px;
  }

  .countdown-item::after {
    display: none;
  }

  .activity-time {
    gap: 8px;
    font-size: 18px;
  }

  .activity-time::before {
    width: 20px;
    height: 20px;
  }

  .hero-buy-btn {
    width: 260px;
    height: 60px;
    gap: 12px;
    font-size: 28px;
  }

  .hero-buy-btn i {
    width: 30px;
    height: 30px;
  }

  .section-title {
    font-size: 24px;
  }

  .package-section {
    padding: 42px 14px 50px;
  }

  .package-section .section-title,
  .bonus-section .section-title {
    gap: 10px;
    margin-bottom: 10px;
    font-size: clamp(24px, 8vw, 32px);
    letter-spacing: 1px;
    white-space: nowrap;
  }

  .package-section .section-title::before,
  .package-section .section-title::after,
  .bonus-section .section-title::before,
  .bonus-section .section-title::after {
    flex-basis: 28px;
    width: 28px;
    height: 26px;
  }

  .package-desc {
    margin-bottom: 22px;
    font-size: 16px;
    white-space: normal;
  }

  .package-card {
    padding: 32px 10px 18px;
    border-radius: 18px;
  }

  .package-tabs {
    flex-direction: column;
    gap: 8px;
    transform: translateY(-20px);
  }

  .package-tab {
    width: 100%;
    height: 48px;
    min-width: 0;
    font-size: 17px;
    border-radius: 12px;
  }

  .package-main {
    gap: 20px;
    min-height: auto;
    padding: 18px 12px 20px;
    margin-top: -12px;
    border-radius: 10px;
  }

  .product-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .product-card {
    grid-template-columns: 56px 1fr;
    gap: 12px;
    min-height: 112px;
    padding: 12px;
  }

  .product-logo {
    width: 56px;
    height: 56px;
    border-radius: 10px;
  }

  .product-copy strong {
    font-size: 16px;
    white-space: normal;
  }

  .product-owned-inner {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 12px;
    width: calc(100% - 20px);
    height: auto;
    min-height: 92px;
    padding: 18px 14px;
    border-radius: 10px;
  }

  .product-owned-icon {
    width: 54px;
    height: 54px;
    border-radius: 10px;
  }

  .product-owned-icon img {
    border-radius: 10px;
  }

  .product-owned-icon::before {
    top: -12px;
    right: -12px;
    width: 30px;
    height: 30px;
  }

  .product-owned-icon::after {
    height: 18px;
    font-size: 12px;
    line-height: 15px;
  }

  .product-owned-inner strong {
    margin-bottom: 8px;
    font-size: 16px;
    white-space: normal;
  }

  .product-owned-inner em {
    width: 100%;
    max-width: 190px;
    height: 28px;
    font-size: 13px;
  }

  .purchase-panel {
    grid-template-columns: 1fr;
    gap: 18px;
    justify-items: center;
    padding-top: 20px;
    padding-left: 0;
  }

  .purchase-panel.is-all-owned {
    min-height: auto;
  }

  .package-owned-panel {
    min-height: auto;
    padding: 0;
  }

  .package-owned-image {
    width: min(324px, 100%);
  }

  .vip-options {
    width: min(276px, 100%);
    flex-direction: row;
    justify-content: center;
  }

  .vip-option {
    flex: 1 1 0;
    width: auto;
    font-size: 17px;
  }

  .pay-qrcode-box,
  .price-panel {
    width: min(276px, 100%);
  }

  .qrcode-placeholder,
  .pay-qrcode-canvas,
  .pay-qrcode-loading,
  .pay-login-mask,
  .pay-qrcode-expired-mask {
    width: min(276px, 100%);
    height: auto;
    aspect-ratio: 1;
  }

  .pay-qrcode-canvas canvas,
  .pay-qrcode-canvas img,
  .qrcode-placeholder img,
  .pay-qrcode-loading img {
    width: min(245px, calc(100vw - 100px));
    height: min(245px, calc(100vw - 100px));
  }

  .price-panel {
    width: 100%;
    min-width: 0;
    text-align: center;
  }

  .price-original {
    margin-top: 6px;
    margin-left: 0;
  }

  .price-current strong {
    font-size: 52px;
  }

  .price-order-tip {
    max-width: none;
  }

  .comment-item {
    flex-basis: 300px;
    width: 300px;
    height: 38px;
    padding: 0 14px 0 56px;
    font-size: 14px;
  }

  .comment-item::before {
    top: 5px;
    left: 12px;
    height: 32px;
    border-radius: 16px;
  }

  .comment-item::after {
    width: 47px;
    height: 38px;
  }

  .activity-rule-card {
    padding: 0;
    border-radius: 18px;
  }

  .rule-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .rule-item {
    min-height: 150px;
    padding: 18px;
  }

  .rule-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 14px;
  }

  .bonus-section {
    padding: 32px 14px 50px;
  }

  .bonus-card {
    padding: 22px 12px;
    border-radius: 18px;
  }

  .bonus-all-owned-overlay {
    padding: 18px 12px;
  }

  .bonus-all-owned-card {
    flex-direction: column;
    gap: 18px;
    min-height: 0;
    padding: 30px 18px;
    border-radius: 16px;
  }

  .bonus-all-owned-badge {
    flex-basis: auto;
    width: min(200px, 68vw);
    height: min(200px, 68vw);
  }

  .bonus-all-owned-copy {
    gap: 14px;
    width: 100%;
    text-align: center;
  }

  .bonus-all-owned-copy h3 {
    font-size: 28px;
    line-height: 1.35;
  }

  .bonus-all-owned-copy p {
    font-size: 16px;
    line-height: 1.55;
  }

  .bonus-all-owned-copy p:last-child {
    font-size: 15px;
    line-height: 1.4;
  }

  .bonus-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .bonus-product-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .bonus-product-item {
    min-height: 124px;
    gap: 10px;
    padding: 18px 12px 42px;
    border-radius: 10px;
  }

  .bonus-product-owned-inner {
    width: min(220px, calc(100% - 20px));
    height: auto;
    min-height: 156px;
    padding: 18px 14px;
    gap: 14px;
  }

  .bonus-product-owned-copy {
    gap: 8px;
    width: min(192px, 100%);
  }

  .bonus-product-owned-copy strong {
    font-size: 16px;
    white-space: normal;
  }

  .bonus-product-owned-copy em {
    width: 100%;
    height: 30px;
    font-size: 13px;
  }

  .bonus-product-radio {
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
  }

  .bonus-product-item.active .bonus-product-radio::after {
    top: 4px;
    left: 3px;
    width: 10px;
    height: 6px;
    border-bottom-width: 2px;
    border-left-width: 2px;
  }

  .bonus-product-logo {
    width: 54px;
    height: 54px;
    margin-bottom: 8px;
  }

  .bonus-product-item strong {
    font-size: 16px;
  }

  .bonus-side {
    padding: 22px 16px 24px;
    border-radius: 12px;
  }

  .bonus-side h3 {
    font-size: 24px;
  }

  .bonus-side p {
    font-size: 14px;
  }

  .bonus-selected-box {
    min-height: 300px;
    padding: 20px 16px 24px;
    margin-top: 24px;
  }

  .bonus-submit-btn {
    width: 100%;
    height: 58px;
    font-size: 20px;
  }

  .bonus-modal {
    padding: 14px;
  }

  .bonus-modal-dialog {
    min-height: auto;
    border-radius: 16px;
  }

  .bonus-modal-title {
    height: 56px;
    padding-left: 22px;
    font-size: 22px;
    line-height: 56px;
  }

  .bonus-modal-close {
    top: 11px;
    right: 16px;
  }

  .bonus-modal-content {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 18px;
    padding: 32px 24px 0;
  }

  .bonus-modal-icon,
  .bonus-modal-icon svg {
    width: 64px;
    height: 64px;
  }

  .bonus-modal-copy {
    gap: 12px;
  }

  .bonus-modal-copy span {
    font-size: 18px;
    line-height: 1.3;
  }

  .bonus-modal-copy strong {
    font-size: 24px;
  }

  .bonus-modal-actions {
    justify-content: center;
    padding: 32px 20px 26px;
  }

  .bonus-modal-confirm,
  .bonus-modal-cancel {
    width: min(134px, calc((100vw - 88px) / 2));
    height: 48px;
    font-size: 20px;
  }

  .bonus-rule-card {
    margin-top: 42px;
    padding: 24px 14px;
    border-radius: 18px;
  }

  .bonus-rule-header {
    gap: 18px;
  }

  .bonus-rule-header h3 {
    gap: 8px;
    font-size: 22px;
    line-height: 1.25;
  }

  .bonus-rule-header h3::after {
    left: 34px;
  }

  .bonus-rule-title-icon,
  .bonus-rule-title-icon svg {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  .bonus-rule-time {
    height: auto;
    min-height: 48px;
    padding: 8px 16px;
    font-size: 22px;
    line-height: 1.25;
  }

  .bonus-rule-divider {
    margin: 22px 0;
  }

  .bonus-rule-steps {
    gap: 16px;
    margin-bottom: 22px;
  }

  .bonus-rule-step {
    min-height: 0;
    padding: 18px 24px 18px 16px;
    border-radius: 14px;
  }

  .bonus-rule-step h4 {
    font-size: 20px;
  }

  .bonus-rule-step p {
    font-size: 15px;
  }

  .bonus-rule-step-index {
    right: 58px;
    font-size: 64px;
  }

  .bonus-rule-content {
    gap: 18px;
  }

  .bonus-rule-list {
    padding: 18px 16px;
    border-radius: 16px;
  }

  .bonus-rule-list li {
    align-items: flex-start;
    min-height: 0;
    padding: 14px 0;
  }

  .bonus-rule-list span {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    border-radius: 15px;
  }

  .bonus-rule-list p {
    font-size: 15px;
  }

  .bonus-rule-qrcode {
    min-height: auto;
    padding: 20px 16px;
    border-radius: 16px;
  }

  .bonus-rule-qrcode img {
    width: min(220px, 100%);
    height: auto;
    aspect-ratio: 1;
  }

  .bonus-rule-qrcode strong {
    width: min(300px, 100%);
    height: auto;
    min-height: 48px;
    padding: 8px 14px;
    font-size: 20px;
  }

  .bonus-rule-qrcode p {
    font-size: 17px;
  }

  .bonus-rule-footer-left {
    max-width: 56%;
  }

  .bonus-rule-footer-right {
    max-width: 34%;
  }

  .school-login-dialog {
    padding: 26px 18px 22px;
  }

  .school-login-code-row {
    grid-template-columns: 1fr;
  }
}
