/* WXSSC V66.1J-N unify nav-below ticker */
/* 只统一黑色导航下方的信息条视觉，不改全局黑色导航、不改数据接口 */

:root{
  --wx-nav-below-w:1300px;
  --wx-nav-below-blue:#2563eb;
  --wx-nav-below-line:#dbeafe;
}

/* 首页与情报中心导航下方信息条统一为同一宽度、同一高度、同一白色胶囊风格 */
.wx6513d-ticker,
.wx55-wrap.wx55-ticker{
  width:min(var(--wx-nav-below-w), calc(100vw - 40px))!important;
  max-width:var(--wx-nav-below-w)!important;
  height:34px!important;
  min-height:34px!important;
  margin:0 auto 16px!important;
  padding:0 14px!important;
  border-radius:0 0 14px 14px!important;
  background:rgba(255,255,255,.96)!important;
  border:1px solid rgba(219,234,254,.88)!important;
  border-top:0!important;
  box-shadow:0 8px 22px rgba(15,23,42,.06)!important;
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
  position:relative!important;
  z-index:20!important;
}

/* 标签统一 */
.wx6513d-ticker [class*="label"],
.wx55-ticker-label{
  flex:0 0 auto!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  color:var(--wx-nav-below-blue)!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:950!important;
  white-space:nowrap!important;
}

.wx6513d-ticker [class*="label"]::before,
.wx55-ticker-label::before{
  content:''!important;
  width:14px!important;
  height:14px!important;
  border-radius:4px!important;
  border:1px solid rgba(37,99,235,.22)!important;
  background:#eff6ff!important;
  box-shadow:inset 0 0 0 2px #fff!important;
}

/* 内容滚动区统一 */
.wx6513d-ticker [class*="list"],
.wx6513d-ticker [class*="run"],
.wx55-ticker-list{
  flex:1 1 auto!important;
  min-width:0!important;
  height:34px!important;
  display:flex!important;
  align-items:center!important;
  gap:22px!important;
  overflow:hidden!important;
  white-space:nowrap!important;
}

.wx6513d-ticker a,
.wx6513d-ticker span,
.wx55-ticker-item{
  color:#111827!important;
  font-size:13px!important;
  line-height:34px!important;
  font-weight:900!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

/* 状态区统一 */
.wx6513d-ticker [class*="status"],
.wx55-ticker-status,
#wx55RefreshState{
  flex:0 0 auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:6px!important;
  color:#64748b!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:900!important;
  white-space:nowrap!important;
}

/* 情报中心避免 ticker 贴得像第二层导航 */
body .wx55-wrap.wx55-ticker{
  margin-top:0!important;
}

/* 情报中心下方重要事件区域与 ticker 拉开一点，避免连成导航 */
.wx55-important{
  margin-top:14px!important;
}

/* 清理历史顶部条残留视觉影响 */
.wx55-top,
.wx-v593j-topnav,
.wx-v593j-menu,
.wx-v593i-topnav,
.wx-v593c-topnav,
.wx-v593e-topnav{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}

/* 移动端 */
@media(max-width:760px){
  .wx6513d-ticker,
  .wx55-wrap.wx55-ticker{
    width:calc(100vw - 20px)!important;
    height:38px!important;
    min-height:38px!important;
    border-radius:0 0 12px 12px!important;
    padding:0 10px!important;
    gap:10px!important;
    margin-bottom:12px!important;
  }

  .wx6513d-ticker [class*="status"],
  .wx55-ticker-status,
  #wx55RefreshState{
    display:none!important;
  }

  .wx6513d-ticker a,
  .wx6513d-ticker span,
  .wx55-ticker-item{
    font-size:12px!important;
    line-height:38px!important;
  }
}
