.footer {
    position: relative;
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
    padding: 16px 26px 0px 26px;
    background-color: #ffffff;
    overflow: hidden;
  }
  
.footer .footer-watermark {
    position: absolute;
    right: 42px;
    top: 11px;
    width: 86px;
    height: 148px;
    background: url('https://www.sztv.com.cn/ysz/upload/Image/mrtp/2025/11/28/82adc07852eb40428b841a20fc5861ce.png') no-repeat center;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: 0;
}
  
.footer .footer-content {
    position: relative;
    z-index: 1;
  }
  
  .footer .footer-content .footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
  }
  
  .footer .footer-content .footer-logo .logo-icon {
    width: 120px;
    height: 34px;
    background: url('https://www.sztv.com.cn/images/logo_header.png') no-repeat center;
    background-size: cover;
    border-radius: 8px;
    position: relative;
    margin-right: 12px;
  }
  .footer .footer-content .footer-info {
    margin-bottom: 16px;
  }
  
  .footer .footer-content .footer-info .info-item {
    font-size: 14px;
    color: #333333;
    line-height: 1.8;
    margin-bottom: 8px;
  }
  
  .footer .footer-content .footer-info .info-label {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    text-align: left;
    font-style: normal;
    text-transform: none;
  }
  
  .footer .footer-content .footer-info .info-value {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    text-align: left;
    font-style: normal;
    text-transform: none;
  }
  
  .footer .footer-links {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .footer .footer-links .footer-link {
    color: #2588FF;
    font-size: 14px;
    text-decoration: none;
    transition: opacity 0.3s;
    width: 50%;
    text-align: center;
  }