/* ================= 1. 总容器：确保宽度适应右侧空间 ================= */
    .tabbed-module-container {
      width: 530px;
      background: #ffffff;
      /* border: 1px solid #e0e0e0; */
      /* border-radius: 12px; */
      /* padding: 15px; */
      box-sizing: border-box;
      height: 310px;
      overflow: hidden;
      position: relative;
      float: left;
      margin-left: 35px;
      line-height: normal;
      margin-top: -180px;}

    /* 顶部 Tab 导航 */
    .module-tabs {
      display: flex;
      align-items: center;
      border-bottom: 2px solid #f0f0f0;
      margin-bottom: 15px;
      height: 60px;
      background: repeating-linear-gradient(to right, #2192fc, #2560fb);
      border-radius: 15px;}

    .module-tab-item {
      padding: 8px 20px;
      font-size: 24px;
      font-weight: bold;
      color: #fff;
      cursor: pointer;
      transition: all 0.3s;
      margin: 0;
      margin-left: 40px;}

    .module-tab-item.active {
      color: #fff;
      border-bottom: 3px solid #fff;
      margin-bottom: -2px;}
      
    #zxkc-more {
      display: none;}
    
    .module-more-link {
      margin-left: auto;
      margin-right: 10px;
      font-size: 13px;
      width: 70px;
      height: 30px;
      border-radius: 10px;
      border: 1px solid white;
      background-color: #2a78c3;
      text-align: center;
      line-height: 30px;}

    .module-more-link a {
      color: #fff;}

    /* 面板显示切换 */
    .module-panel {
      display: none;
      height: 220px;}

    .module-panel.active {
      display: block;}

    /* ================= 2. 主要活动内部布局样式 (关键缺失部分) ================= */
    .activities-card {
      height: 100%;}

    .act-layout {
      display: flex;
      /* 左右排列 */
      gap: 15px;
      height: 220px;}

    .act-sidebar {
      width: 140px;
      /* 侧边栏宽度 */
      flex-shrink: 0;
      display: flex;
      flex-direction: column;
      gap: 8px;
      overflow-y: auto;
      padding-right: 5px;}

    /* 自定义滚动条 */
    .act-sidebar::-webkit-scrollbar {
      width: 4px;}

    .act-sidebar::-webkit-scrollbar-thumb {
      background: #ccc;
      border-radius: 10px;}

    .act-btn {
      background: #f8f9fa;
      border: 1px solid #eee;
      padding: 8px;
      border-radius: 6px;
      font-size: 13px;
      color: #444;
      cursor: pointer;
      text-align: center;
      line-height: 1.4;}

    .act-btn:hover,
    .act-btn.active {
      background: linear-gradient(90deg, #fff, #2a58e2);
      color: #fff;
      border-color: transparent;}

    .act-content {
      flex-grow: 1;
      overflow: hidden;}

    .act-tabs {
      display: flex;
      gap: 8px;
      margin-bottom: 10px;
      border-bottom: 1px solid #eee;
      padding-bottom: 8px;
      padding-left: 40px;
      padding-right: 40px;}

    .tab-btn {
      padding: 3px 12px;
      border: 1px solid #ddd;
      border-radius: 4px;
      font-size: 12px;
      cursor: pointer;
      margin: 0 4px;}

    .tab-btn.active {
      background: linear-gradient(90deg, #2a78c3, #2a78c3);
      color: #fff;
      border-color: transparent;}

    .act-list-item {
      display: flex;
      justify-content: space-between;
      padding: 20px 0;
      font-size: 13px;
      border-bottom: 1px dashed #eee;
      margin: 0 10px 0 40px;}

    .act-list-item span:first-child {
      width: 325px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin: 0;}

    .act-list-item .status {
      width: 130px;
      color: #888;
      font-size: 12px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin: 0;}

    /* ================= 3. 咨询快车样式修复 ================= */
    .consult-card .xinwlist {
      margin: 0;
      padding: 0;
      list-style: none;}

    .consult-card .xinwlistf {
      display: flex;
      justify-content: space-between;
      padding: 10px 0;
      border-bottom: 1px dashed #eee;
      margin-left: 40px;}

    .consult-card .xinwneir {
      font-size: 14px;
      color: #333;
      max-width: 350px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;}

    .consult-card .landian {
      color: #22529e;
      margin-right: 5px;}

    .date-panel {
      display: none;}

    .date-panel.active {
      display: block;}
  </style>
  
    <style>
    /* 左右按钮 */
    .video-btn {
      width: 45px;
      height: 45px;
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      position: absolute;
      top: 50%;
      margin-top: -22px;
      text-align: center;
      line-height: 45px;
      font-size: 28px;
      cursor: pointer;
      z-index: 10;
      border-radius: 50%;
      user-select: none;}

    .video-btn:hover {
      background: #22529e;}

    .prev {}

    .next {
      right: 0px;}