  /* ========== 全局重置 ========== */
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, 'NotoSansSC', 'PingFang SC', 'Microsoft YaHei', sans-serif !important;
    
  }
  a {
    text-decoration: none;
    color: inherit;
  }
  ul {
    list-style: none;
  }

  /* ========== 底部整体：100% 宽，纯黑背景 ========== */
  #site-footer {
    width: 100%;
    min-width: 1440px;   /* 最小宽度 1200px */
    background-color: #000000;
    color: #ffffff;
    overflow: hidden;
    height: 390px;
  }

  /* ========== 内容容器：最大 1440px，最小 1200px，水平居中 ========== */
  #footer-inner {
    width: 1440px;
    margin: 0 auto;
    padding: 38px 0px 20px 0px;
  }

  /* ========== 上半部分：六列链接区 ========== */
  #footer-cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-left:5px;
  }

  #footer-col-product,
  #footer-col-content,
  #footer-col-about,
  #footer-col-quick,
  #footer-col-contact {
    flex: 1;
    min-width: 0;
  }
  #footer-col-product {
    width: 207px;
    padding: 0px 3px;
  }
  #footer-col-content {
    width: 207px;
    padding: 0px 3px;
  }
  #footer-col-about {
    width: 207px;
    padding: 0px 3px;
  }
  #footer-col-quick {
    width: 207px;
    padding: 0px 3px;
  }
  #footer-col-contact {
    width: 207px;
    padding: 0px 3px;
  }

  /* 联系我们（二维码）列，不参与拉伸 */
  #footer-col-qrcode {
    flex: 0 0 auto;
    width: 299px;
    padding: 0px 3px;
  }

  /* 列标题 */
  #footer-col-product h3,
  #footer-col-content h3,
  #footer-col-about h3,
  #footer-col-quick h3,
  #footer-col-contact h3,
  #footer-col-qrcode h3 {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 22px;
  }

  /* 列表链接 */
  #footer-col-product li,
  #footer-col-content li,
  #footer-col-about li,
  #footer-col-quick li {
    margin-bottom: 14px;
  }

  #footer-col-product li a,
  #footer-col-content li a,
  #footer-col-about li a,
  #footer-col-quick li a {
    font-size: 14px;
    color: #cccccc;
    transition: color 0.2s;
  }

  #footer-col-product li a:hover,
  #footer-col-content li a:hover,
  #footer-col-about li a:hover,
  #footer-col-quick li a:hover {
    color: #2E8BE6;
  }

  /* 联系方式列 */
  #footer-col-contact li {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 14px;
  }
  #footer-col-contact li span {
    color: #2E8BE6; /* 蓝色强调：号码 / VX / QQ 值 */
  }

  /* 二维码 */
  #footer-qrcode-box {
    width: 110px;
    height: 110px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #footer-qrcode-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
  }

  /* ========== 分割线 ========== */
  #footer-divider {
    height: 1px;
    background-color: #666666;
    margin: 27px 0 11px;
  }

  /* ========== 下半部分：版权栏 ========== */
  #footer-bottom {
    display: flex;
    justify-content: space-between;
  }

  #footer-bottom-left {
    font-size: 12px;
    color: #bbbbbb;
    line-height: 24px;
    font-size: 13px;
  }
  #footer-copyright {
    margin-bottom: 8px;
  }
  #footer-copyright a {
    color: #bbbbbb;
    margin-left: 10px;
    font-size: 13px;
  }
  #footer-copyright a:hover {
    color: #2E8BE6;
  }
  #footer-icp{
    margin-bottom: 8px;
  }
  #footer-icp-a{
    color: #bbbbbb;
    font-size: 13px;
  }
  #footer-icp-a:hover{
      color: #2E8BE6;
  }
  #footer-number{}
  #footer-number-a{
    letter-spacing: 6px;
    background: #3a3a3a;
    text-align: center;
    padding: 4px 8px 4px 14px;
    color: #bbbbbb;
    font-size: 13px;
  }
  

    
  #footer-support{
    margin-bottom: 8px;
  }
  #footer-police {
    display: flex;
    align-items: center;
    font-size: 13px;
    margin-bottom: 8px;
  }
  #footer-police img {
    width: 20px;
    height: 20px;
    display: block;
  }
  #footer-police-a {
    color: #bbbbbb;
    font-size: 13px;
  }
  #footer-police-a:hover {
    color: #2E8BE6;
  }
  #footer-bottom-right {
    text-align: right;
    font-size: 12px;
    color: #bbbbbb;
    line-height: 24px;
    font-size: 13px;
  }

  /* 访问量计数器：每位数字一个灰色小方块 */
  #footer-counter {
    display: flex;
    justify-content: flex-end;
    margin-top: 4px;
    margin-bottom: 20px;
  }
  #footer-counter span {
    display: inline-block;
    width: 16px;
    height: 20px;
    line-height: 20px;
    margin-left: 4px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    background-color: #4a4a4a; /* 灰色数字方块底色，可自行调整 */
  }
  
/* ============================================================
   友情链接：按钮 + 上拉菜单 + 分页
   ============================================================ */

/* 容器：相对定位，作为上拉菜单的定位锚点 */
#friend-link-wrap {
  position: relative;
  display: inline-block;
}

/* 「友情链接」按钮 */
#friend-link-toggle {
  display: inline-flex;
  align-items: center;
  background: transparent;
  border: 1px solid #3a3a3a;
  color: #bbbbbb;
  font-size: 13px;
  line-height: 1;
  padding: 5px 14px;
  cursor: pointer;
  outline: none;
  font-family: inherit;
  transition: border-color 0.2s, color 0.2s;
}
#friend-link-toggle:hover {
  border-color: #666666;
  color: #ffffff;
}

/* 按钮右侧小箭头（CSS 三角），展开时旋转 180 度 */
#friend-link-toggle::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #bbbbbb;   /* 收起时箭头朝下，提示点击向上展开 */
  margin-left: 7px;
  transition: transform 0.28s ease;
}
#friend-link-toggle[data-open="true"]::after {
  transform: rotate(180deg);
}

/* 上拉菜单面板：默认隐藏在按钮上方，展开时向上滑出 */
#friend-link-panel {
  position: absolute;
  left: 0;
  bottom: calc(100% + 8px);        /* 关键：锚在按钮上方，向上展开 */
  width: 560px;
  background-color: #111111;
  border: 1px solid #333333;
  padding: 16px 18px 12px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);     /* 收起时向下偏移，展开时归位形成上滑动画 */
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s;
}
#friend-link-panel[data-open="true"] {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* 链接列表：两列网格，每页最多 20 条 */
#friend-link-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 26px;
}
#friend-link-list li {
  line-height: 26px;
}
#friend-link-list li a {
  display: block;
  font-size: 13px;
  color: #cccccc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.2s;
}
#friend-link-list li a:hover {
  color: #90CAF8;
}

/* 分页条：链接总数 ≤ 20 时不显示（由 JS 控制 data-show） */
#friend-link-pager {
  display: none;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid #2a2a2a;
}
#friend-link-pager[data-show="true"] {
  display: flex;
}

/* 上一页 / 下一页按钮（文字型，可换成小图标） */
#friend-link-prev,
#friend-link-next {
  font-size: 12px;
  color: #bbbbbb;
  line-height: 1;
  padding: 4px 10px;
  border: 1px solid #3a3a3a;
  cursor: pointer;
  user-select: none;
  transition: border-color 0.2s, color 0.2s;
}
#friend-link-prev:hover,
#friend-link-next:hover {
  border-color: #666666;
  color: #ffffff;
}
#friend-link-prev[data-disabled="true"],
#friend-link-next[data-disabled="true"] {
  color: #555555;
  border-color: #262626;
  cursor: not-allowed;
}

/* 页码信息：第 1/2 页 */
#friend-link-page-info {
  font-size: 12px;
  color: #888888;
  margin: 0 12px;
}

#foot-phone{
  display:none;
}  
  
  
/* 手机端 */
@media (max-width: 1199px) {
  #foot-phone{
    display:block;
    padding: .82rem 0;
    height: 180px;
    background: #000;
  }
}