.footer-oth {
  background-color: #0a2b4a;
  color: white;
  padding: 20px ;
  font-family: Arial, sans-serif;
  
}

.footer-content-oth{
  font-size: 12px;
  text-align: center;
}

.top-oth{
  margin-top: 3px;
}

.center-oth{
  margin-top: 20px;
}

.bottom-oth{
  margin-top: 20px;
}

.number-oth{
  margin-top: 25px;
  font-size: 14px;
}

.footer-content-oth p{
  color:#CECECE;
}

.footer-content-oth .white{
  color: #fff;
}

a{
  text-decoration: none;
  color: white;
}

a {
  /* 去掉下划线 */
  text-decoration: none;
  /* 统一文字颜色（替换为你需要的颜色，如黑色） */
  color: white;
  /* 去掉点击后的虚线框（聚焦态），可选 */
  outline: none;
  /* 去掉触摸设备上的点击高亮（移动端优化） */
  -webkit-tap-highlight-color: transparent;
}


/* 去掉 active（点击瞬间）状态的默认样式 */
a:active {
  color: white; /* 可选：可自定义点击瞬间颜色 */
}

