/* ==========================================================================
   页面专属样式（CSS Module 规则，还原自原站运行时注入的样式）
   与原站行为 100% 一致：移动端不做单独重排，仅换背景 + 微调字号，
   桌面布局在移动端按 min-width:1500px 等比缩放呈现。
   配合 vendor.css（Bootstrap 5.3.8 + animate.css + 基础 body/背景/字体）使用。
   ========================================================================== */

/* ==========================================================================
   桌面 / 移动 双布局切换（还原原站按设备 UA 渲染两套 DOM 的行为）
   >768px 显示桌面版(.pc-view)，<=768px 显示移动版(.mobile-view)
   ========================================================================== */
.mobile-view { display: none; }
@media screen and (max-width: 768px) {
  .pc-view { display: none; }
  .mobile-view { display: block; }
}

/* ---- 顶部 LOGO 与标题 ---- */
.style_logoImg__9aJkr { width: 400px; }
.style_titleImg__qzcU8 { width: 700px; }

/* ---- 左侧主视觉人物图 ---- */
.style_leftImg__sc7MU { width: 110%; }

/* ---- 促销文案图（叠加在人物图底部）---- */
.style_appDownloadContainer__OufTT {
  bottom: -13%;
  padding-left: 12px;
  width: 68%;
}
.style_appDownloadDescription__ln4sw {
  color: rgb(22, 120, 255);
  font-size: 14px;
  font-weight: 700;
}

/* ---- 测速卡片：速度数值 ---- */
.style_speedContainer__0D49G { padding-bottom: 15%; }
.style_speedText__83uQ2 {
  color: rgb(43, 141, 254);
  font-size: 26px;
  font-weight: 800;
}

/* ---- 测速卡片：LINK 序号 ---- */
.style_LinkIndex__333s- {
  color: rgb(1, 173, 238);
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 21%;
  padding-left: 20px;
}

/* ---- PC 容器最小宽度（移动端同样保持，等比缩放）---- */
.style_pcContainer__xFoAL { min-width: 1500px; }

/* ---- 右下角客服浮标 ---- */
.style_cskhContainer__6WqDp {
  bottom: 10%;
  right: 5%;
  width: 121px;
}

/* ---- 弹窗关闭按钮（保留原尺寸）---- */
.style_closeButton__MbuYD { height: 20px; width: 20px; }
.style_closeButton__ZIKfg { height: 20px; width: 20px; }

/* ==========================================================================
   响应式：移动端（<= 768px）—— 与原站完全一致的微调
   ========================================================================== */
@media screen and (max-width: 768px) {
  .style_logoImg__9aJkr { width: 70%; }
  .style_titleImg__qzcU8 { width: 100%; }

  .style_speedText__83uQ2 { font-size: 4.5vw; }
  .style_LinkIndex__333s- { font-size: 2.5vw; padding-left: 15px; }

  .style_cskhContainer__6WqDp { bottom: 15%; width: 78px; }
}
