.telecom-top-banner{
  width: 100%;
  background: #1677ff;
  color: #fff;
  padding: 8px 15px;
  text-align: center;
  font-size: 14px;
  box-sizing: border-box;
}.telecom-phone-link{
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}.telecom-main-content{
  margin-top: 0;
}.lazy{
  display: block;
  width: 100%;
}
/* ===== FAQ 常见问题解答：与「宽带新装」等板块统一的简洁样式 =====
   标题左对齐 + 5px 竖条装饰（同 telecom-boxtop h2），问题项白底 + 1px 分隔线 +
   hover 浅蓝反馈 + ▼ 箭头，打开态简洁品牌蓝背景，答案浅灰背景。
   不搞 Q 圆形编号、渐变、大缩进，避免与其他板块风格突兀 */
.telecom-faq-wrapper{
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  padding: 0 15px;
  box-sizing: border-box;
}
.telecom-faq-title{
  font-size: 18px;
  color: #3c3c3c;
  text-align: left;
  margin: 0 0 20px 0;
  font-weight: bold;
  padding-left: 15px;
  position: relative;
  line-height: 30px;
}
.telecom-faq-title::before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  width: 5px;
  height: 12px;
  background: #0e90d2;
  border-radius: 2.5px;
}
.telecom-faq-container{
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}
.telecom-faq-item{
  margin: 0;
  border-bottom: 1px solid #e5e7eb;
}
.telecom-faq-item:last-child{
  border-bottom: none;
}
.telecom-faq-item summary{
  list-style: none;
  cursor: pointer;
  padding: 15px 20px;
  font-size: 14px;
  color: #333;
  background: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background .2s;
  min-height: 48px;
  box-sizing: border-box;
}
.telecom-faq-item summary::-webkit-details-marker{
  display: none;
}
.telecom-faq-item summary:hover{
  background: #f5f7ff;
  color: #688CFF;
}
.telecom-faq-item[open] summary{
  background: #688CFF;
  color: #fff;
}
.telecom-faq-arrow{
  transition: transform .3s;
  font-size: 12px;
  flex-shrink: 0;
  margin-left: 12px;
}
.telecom-faq-item[open] .telecom-faq-arrow{
  transform: rotate(180deg);
}
.telecom-faq-content{
  padding: 15px 20px;
  background: #f8f9fa;
  border-top: 1px solid #e0e8ff;
  line-height: 1.7;
  font-size: 14px;
  color: #555;
}
.telecom-faq-content p{
  margin: 0 0 10px 0;
}
.telecom-faq-content p:last-child{
  margin-bottom: 0;
}
.telecom-faq-content a{
  color: #688CFF;
  text-decoration: none;
}
.telecom-faq-content a:hover{
  text-decoration: underline;
}
@media (max-width: 1000px){.telecom-globa-nav{
  display: none;
  }
}
@media (max-width: 767px){
  .telecom-faq-wrapper{
    margin: 20px auto !important;
  }
  .telecom-faq-title{
    font-size: 16px !important;
    margin-bottom: 16px !important;
    padding-left: 13px !important;
  }
  .telecom-faq-item summary{
    padding: 13px 15px !important;
    font-size: 14px !important;
    min-height: 46px !important;
  }
  .telecom-faq-content{
    padding: 13px 15px !important;
    font-size: 13px !important;
    line-height: 1.7 !important;
  }
}

/* ===== 城市分站首页：幻灯片(左) + 申请表单(右) 并排布局（2026-09-07 重构）===== */
/* 分类菜单：默认隐藏，hover「全部商品分类」按钮才下拉（telecom1.css 已含 :hover 规则，
   此处确保其子层不被任何内联/其它规则强制显示） */
.telecom-globa-nav .telecom-sonNav{
  display: none;
}
/* 防闪烁 + 幻灯片/申请表单并排：仅 PC 端（>1000px）生效，
   移动端由 responsive.css 的 .telecom-no_subject{display:none} 隐藏，改走 wapshow 轮播 */
@media (min-width: 1001px) {
  /* 防闪烁：city-layout.js 计算定位前先隐藏，定位完毕加 .slide-ready 显示。
     不用 display:none（会丢布局占位），不用 visibility:hidden（Safari 下 SuperSlide 捕获宽高异常） */
  .telecom-no_subject{
    width: 1210px;
    margin: 0 auto;
    height: auto;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    opacity: 0;
  }
  .telecom-no_subject.slide-ready{
    opacity: 1;
  }
  /* 幻灯片容器：flex 左侧，宽度由 city-layout.js 依据后台 slide_width 计算 */
  .telecom-focus-wrap{
    position: static;
    top: auto;
    left: auto;
    flex: 0 0 auto;
    min-width: 0;
    z-index: 9;
  }
  .telecom-slide_banner{
    width: 100%;
    height: 100%;
  }
  /* 申请表单：flex 右侧，紧贴幻灯片，上下与幻灯片等高对齐（取消原 absolute 悬浮定位） */
  .telecom-apply-form{
    position: static;
    top: auto;
    right: auto;
    flex: 0 0 296px;
    margin-left: 10px;
    height: auto;
    z-index: 99;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
  }
  /* 表单主体占满剩余高度，内容超出时滚动（后台把幻灯片高度调小时避免被裁剪） */
  .telecom-apply-form form{
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
  }
  .telecom-apply-form .telecom-bottom{
    flex: 1;
    overflow-y: auto;
    box-sizing: border-box;
  }
}

/* 移动端 swiper 幻灯片：参考 cmcc 城市站手机端写法——
   固定比例 950/425（约 2.24:1，对应 PC 端幻灯片显示区宽高比，比后台素材 1920/425 更方，
   避免手机端显示成一条窄条），图片 object-fit:cover 填满，多余居中裁掉 */
.telecom-wapshow .swiper-slide a img{
  width: 100%;
  height: auto; /* 覆盖 telecom1.css 遗留的 height:250px，让 aspect-ratio 生效 */
  aspect-ratio: 950 / 425;
  object-fit: cover;
  display: block;
}
/* 兜底：PC 端加载后切移动端时，swiper 可能用宽度 0 初始化导致 slide 宽度错误（右边留白）。
   CSS 强制 slide 宽度 = 容器宽度（!important 覆盖 swiper 的 inline width），
   配合 footer.htm 的 ResizeObserver 双保险，确保图片铺满不露边 */
@media (max-width: 1000px){
  .telecom-wapshow .swiper-container .swiper-slide{
    width: 100% !important;
    flex-shrink: 0;
  }
}

/* ===== 首页板块垂直间距统一为 20px（参考 cmcc 城市站 city-index.css 规范）=====
   原间距混乱：ggby 15px / page 10px / faq 40px / plist 0 / main1 0 / indexNewsBox 15px，
   导致视觉节奏不一致、层次不清。统一为 20px 后各板块疏密一致。 */
.telecom-ggby{
  margin: 20px auto;
}
.telecom-plist{
  margin-bottom: 20px;
}
.telecom-page{
  margin-bottom: 20px;
}
.telecom-faq-wrapper{
  margin: 20px auto;
}
.telecom-main1{
  margin-bottom: 20px;
}
.telecom-indexNewsBox{
  margin-top: 20px;
}

/* ===== SEO 标题层级修复：标签语义化后恢复原有视觉样式 =====
   原标签 h4/h5/div 已改为 h2/h3，这里按 telecom1.css 原字号/粗细补齐，
   避免改标签后回退到浏览器默认样式导致视觉跳变 */
.telecom-index-liucheng .telecom-Left h2{
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
}
.telecom-index-liucheng .telecom-right ul li .telecom-desc h3{
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
}
.telecom-main1 .telecom-con-box .telecom-imgbox1 h2{
  font-size: 24px;
  color: #282828;
  font-weight: bold;
}
.telecom-main1 .telecom-con-box .telecom-con ul li a h3{
  font-size: 18px;
  color: #000000;
  margin-top: 20px;
  white-space: nowrap;
  transition: all .3s;
  font-weight: normal;
}
.telecom-indexNewsBox .telecom-indexNews .telecom-newsTitle{
  font-size: 14px;
  font-weight: normal;
}
/* 移动端流程板块（简单4步）：恢复改标签前 responsive.css 的紧凑样式，
   否则 h2/h3 会回退成 PC 端 22px/16px 显得过大 */
@media (max-width: 1000px){
  .telecom-index-liucheng .telecom-Left h2{
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    color: #688CFF;
    display: inline-block;
  }
  .telecom-index-liucheng .telecom-right ul li .telecom-desc h3{
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    font-weight: bold;
  }
}

/* ===== 移动端申请表单显示（跟 PC 一样完整，响应式自适应，2026-09-08）=====
   PC 端（>1000px）：.telecom-hero 正常流，no_subject 是 flex（幻灯片左 + 表单右）。
   移动端（<=1000px）：.telecom-hero 改为 flex column，用 order 重排首屏顺序为
   swiper 轮播(1) → 快捷导航(2) → 申请表单(3)；隐藏 PC 幻灯片（focus-wrap，
   移动端改用 swiper 轮播），表单纵向自适应居中。 */
@media (max-width: 1000px){
  .telecom-hero{
    display: flex;
    flex-direction: column;
  }
  .telecom-hero .telecom-banner{
    order: 1;
  }
  .telecom-hero .telecom-schoolnav-p{
    order: 2;
  }
  .telecom-hero .telecom-no_subject{
    order: 3;
    display: block;
    width: 100%;
    height: auto;
    position: static;
  }
  .telecom-no_subject .telecom-focus-wrap{
    display: none;
  }
  .telecom-apply-form{
    position: static;
    width: calc(100% - 30px);   /* 左右各 15px 边距，避免贴边 */
    max-width: 420px;
    margin: 10px auto;           /* 水平居中 */
    right: auto;
    top: auto;
    display: block;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    border-radius: 6px;
  }
  /* 字段行自适应：覆盖 PC 端 align-items:center + width:260px，
     移动端拉伸填满表单宽度（左右各 12px 留白，更美观） */
  .telecom-apply-form .telecom-bottom{
    align-items: stretch;
  }
  .telecom-apply-form .telecom-bottom>div{
    width: auto;
    margin-left: 12px;
    margin-right: 12px;
  }
}