
.footer {
  background-color: #F8F9FA;
}
  
  .footer_inner {
    font-size: 1.125rem; /* 统一设置在容器上，后代自动继承 */
    text-align: center;
    padding: 1em 10px;
  }
  
  /* .footer_inner p,
  .footer_inner a {
    margin: 0;
  } */
  
  .footer_content {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 1rem !important;
  }
  
  .footer_content img {
    width: 60px;
    height: 60px;
  }
  
  .footer_text {
    font-size: 0.9em;
    text-align: left;
    
  }

  div.footer_copyright {
    padding-left: 15px !important;
    padding-top: 8px !important;
  }
  
  .footer_text p {
    margin: 0;
    margin-left: 0;
  }
  
  
  .beian {
    /* background-color: #F8F9FA !important; */
    color: #333;
    padding: 1em;
    white-space: nowrap;
    text-align: center;
  }

  .beian a {
    text-decoration: underline; /* 添加下划线 */
    color: blue; /* 如果你也想改变链接的颜色 */
  }

