.styles_page__oogA7 {
  min-height: 100vh;
  background-image: url('https://o.sellerspace.com/image/help/2026/04/14/price.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #f7f8fc;
}
/* ===== Hero ===== */
.styles_hero__Az7NG {
  padding: 80px 24px 60px;
  text-align: center;
}
.styles_heroContent__YMc_8 {
  max-width: 600px;
  margin: 0 auto;
}
.styles_heroIcon__MmaU6 {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #776ff6, #a78bfa);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 6px 20px rgba(119, 111, 246, 0.3);
}
.styles_heroTitle__lg0Dt {
  color: #32284f;
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 12px;
}
.styles_heroDesc__j1Qv9 {
  color: #60557f;
  font-size: 17px;
  line-height: 1.6;
}
/* ===== 计算器区域 ===== */
.styles_calcSection__4pVVG {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px 80px;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}

/* ===== 容器 ===== */
.styles_calculator___S9hs {
  max-width: 960px;
  margin: 0 auto;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
/* ===== 输入区 ===== */
.styles_inputSection__2M5US {
  background: #fff;
  border-radius: 16px;
  padding: 28px 32px;
  box-shadow: 0 2px 12px rgba(117, 111, 246, 0.08);
  border: 1px solid rgba(117, 111, 246, 0.08);
}
.styles_inputTitle__cG2Ox {
  font-size: 17px;
  font-weight: 700;
  color: #1f1d2b;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.styles_inputItem__f3IS5 .styles_inputLabel__kwmXH {
  font-size: 14px;
  font-weight: 600;
  color: #5c5877;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.styles_inputNum__lTy0D {
  width: 100% !important;
}
.styles_inputNum__lTy0D .ant-input-number-group-addon {
  background: #f5f4ff;
  color: #776ff6;
  font-weight: 600;
  border-color: rgba(117, 111, 246, 0.16);
}
.styles_inputNum__lTy0D .ant-input-number {
  border-color: rgba(117, 111, 246, 0.16);
}
.styles_inputNum__lTy0D .ant-input-number:hover {
  border-color: #776ff6;
}
.styles_inputNum__lTy0D .ant-input-number-focused {
  border-color: #776ff6;
  box-shadow: 0 0 0 2px rgba(119, 111, 246, 0.1);
}
/* ===== 空状态 ===== */
.styles_emptyHint__30lQs {
  text-align: center;
  padding: 40px 20px;
  color: #999;
  font-size: 15px;
}
/* ===== 结果区 ===== */
.styles_resultSection__6b7bs {
  margin-top: 28px;
}
/* ===== 最优方案卡片 ===== */
.styles_bestCard__fgAE0 {
  background: linear-gradient(135deg, #f5f4ff 0%, #e6fffb 100%);
  border: 2px solid #776ff6;
  border-radius: 16px;
  padding: 28px 32px;
  text-align: center;
  margin-bottom: 28px;
  position: relative;
}
.styles_recTag___HVuP {
  font-size: 14px;
  padding: 4px 16px;
  border-radius: 20px;
}
.styles_bestName__wv2dr {
  font-size: 26px;
  font-weight: 800;
  color: #1f1d2b;
  margin: 12px 0 4px;
}
.styles_bestPrice__4Zm_u {
  font-size: 42px;
  font-weight: 800;
  color: #776ff6;
  line-height: 1.2;
}
.styles_bestPriceSymbol__3xpMD {
  font-size: 24px;
  margin-right: 2px;
}
.styles_bestPriceUnit__5Drra {
  font-size: 16px;
  color: #999;
  font-weight: 400;
  margin-left: 4px;
}
.styles_bestDetail__Ma0vK {
  font-size: 14px;
  color: #5c5877;
  margin-top: 6px;
}
.styles_savingsRow__0lAag {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 16px;
  flex-wrap: wrap;
}
.styles_savingItem__OPQWE {
  font-size: 15px;
  color: #5c5877;
}
.styles_savingAmount__2rqOt {
  font-weight: 800;
  color: #52c41a;
  font-size: 18px;
  margin-left: 6px;
}
/* ===== 对比卡片网格 ===== */
.styles_compareGrid__iVM_F {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
  gap: 16px;
}
@media (max-width: 720px) {
  .styles_compareGrid__iVM_F {
    grid-template-columns: 1fr;
  }
}
/* ===== 套餐卡片 ===== */
.styles_planCard__Ws0g_ {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 20px 18px 18px;
  position: relative;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.styles_planCard__Ws0g_:hover {
  box-shadow: 0 6px 20px rgba(117, 111, 246, 0.12);
}
.styles_planCardBest__v88_E {
  border-color: #776ff6;
  background: #fafaff;
}
.styles_bestBadge__1ncOl {
  position: absolute;
  top: -10px;
  right: 14px;
  background: #776ff6;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 4px;
  box-shadow: 0 2px 8px rgba(119, 111, 246, 0.3);
}
.styles_planCardName__RC6A_ {
  font-size: 18px;
  font-weight: 700;
  color: #1f1d2b;
  margin-bottom: 4px;
}
.styles_planCardPrice__iEWlz {
  font-size: 22px;
  font-weight: 800;
  color: #776ff6;
  margin-bottom: 14px;
}
.styles_planCardPriceUnit__RKgZ_ {
  font-size: 13px;
  color: #999;
  font-weight: 400;
}
/* ===== 套餐内额度 ===== */
.styles_planLimits__JW5lt {
  border-top: 1px solid #f0f0f0;
  padding-top: 10px;
  margin-bottom: 10px;
}
.styles_planLimitsTitle__hJrvQ {
  font-size: 12px;
  font-weight: 700;
  color: #999;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.styles_planLimitRow__cOTfB {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #5c5877;
  line-height: 1.9;
}
.styles_planLimitRow__cOTfB > span:last-child {
  font-weight: 600;
  color: #1f1d2b;
}
/* ===== 加油包 ===== */
.styles_addonSection__z75l1 {
  border-top: 1px dashed #e8e8e8;
  padding-top: 10px;
  margin-bottom: 8px;
}
.styles_addonTitle__raLjN {
  font-size: 12px;
  font-weight: 700;
  color: #fa8c16;
  margin-bottom: 6px;
}
.styles_addonRow__tGGsY {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #888;
  line-height: 1.9;
}
.styles_addonSubtotal__uqHny {
  font-size: 12px;
  font-weight: 600;
  color: #5c5877;
  margin-top: 4px;
  text-align: right;
}
.styles_addonNone__DAR28 {
  font-size: 12px;
  color: #52c41a;
  font-weight: 500;
  padding: 6px 0;
  border-top: 1px dashed #e8e8e8;
  margin-bottom: 8px;
}
/* ===== 合计 & 节省 ===== */
.styles_planCardTotal__DwLGs {
  font-size: 16px;
  font-weight: 800;
  color: #1f1d2b;
  padding-top: 10px;
  border-top: 2px solid #f0f0f0;
  text-align: center;
}
.styles_planCardSaving__RaQc_ {
  font-size: 13px;
  color: #ff4d4f;
  font-weight: 600;
  text-align: center;
  margin-top: 8px;
}
/* ===== 底部说明 ===== */
.styles_addonNote__V0FFD {
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  color: #aaa;
}

