/* 关于我们中部栏目导航统一样式 */
@media(max-width:767px){
  .about-legacy-mobile #tab{
    display:block!important;
    position:relative;
    padding:10px 0!important;
    background:#fff;
    border-bottom:1px solid #e4ebf5;
    box-shadow:0 8px 24px rgba(15,45,90,.06);
    overflow:hidden!important;
  }
  .about-legacy-mobile #tab:after,
  .zt-about-subnav:after{
    content:"";
    position:absolute;
    right:0;top:0;bottom:0;
    width:30px;
    background:linear-gradient(90deg,transparent,#fff);
    pointer-events:none;
  }
  .about-legacy-mobile #tab ul{
    display:flex!important;
    width:100%!important;
    height:auto!important;
    margin:0!important;
    padding:0 16px!important;
    overflow-x:auto;
    white-space:nowrap;
    scrollbar-width:none;
  }
  .about-legacy-mobile #tab ul::-webkit-scrollbar,
  .zt-about-subnav .zt-about-container::-webkit-scrollbar{display:none}
  .about-legacy-mobile #tab ul>a{display:block!important;flex:0 0 auto!important;padding:0 4px!important}
  .about-legacy-mobile #tab li{
    float:none!important;
    width:auto!important;
    min-width:96px!important;
    height:40px!important;
    line-height:40px!important;
    padding:0 16px!important;
    border-radius:20px!important;
    background:#f5f8fc!important;
    color:#41536b!important;
    font-size:14px!important;
  }
  .about-legacy-mobile #tab li.current{
    background:#1677ff!important;
    color:#fff!important;
    box-shadow:0 7px 18px rgba(22,119,255,.24);
  }
  .zt-about-subnav{position:relative;padding:10px 0;overflow:hidden}
  .zt-about-subnav .zt-about-container{
    width:100%!important;
    max-width:none!important;
    height:auto!important;
    margin:0!important;
    padding:0 16px!important;
    gap:8px;
    overflow-x:auto;
    white-space:nowrap;
    scrollbar-width:none;
  }
  .zt-about-subnav a{flex:0 0 auto;height:40px;padding:0 16px;border-radius:20px;background:#f5f8fc;font-size:14px}
  .zt-about-subnav a.active{background:#1677ff;color:#fff;box-shadow:0 7px 18px rgba(22,119,255,.24)}
}
