.page-footer-container {
    width: 100%;
  }
  .page-footer-container link:last-child {
    margin-right: 0;
  }
  .page-footer-container .link-content-wrapper {
    background: #29406E;
    border-bottom: .01rem solid rgba(255, 255, 255, 0.3);
  }
  .page-footer-container .link-content {
    display: flex;
    justify-content: space-between;
    padding-left: .8rem;
    padding-right: .8rem;
    align-items: center;
    height: .46rem;
    width: 14rem;
    margin: 0 auto;
  }
  .page-footer-container .link-content a {
    font-size: .14rem;
    line-height: .21rem;
    color: rgba(255, 255, 255, 0.25);
    cursor: pointer;
    color: #fff;
  }
  .page-footer-container .link-content a .iconfont-zj {
    font-size: .14rem;
  }
  .page-footer-container .link-content a:hover {
   text-decoration: underline;
  }
  
  .main-footer-wrapper {
    background: linear-gradient( 180deg, #1A335C 0%, #0B172F 100%);
  }
  .main-footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 14rem;
    margin: 0 auto;
    height: .91rem;
  }
  
  .main-footer-wrapper .qr-code {
    width: .72rem;
    height: .72rem;
  }
  .main-footer-wrapper .footer-logo {
    width: 2.6802rem;
    height: .54rem;
  }
  .main-footer-wrapper .info-content {
    display: flex;
    margin-bottom: .12rem;
    font-size: .12rem;
    line-height: .18rem;
    color: rgba(225, 234, 255, 0.6);
  }
  .main-footer-wrapper .info-content:last-child {
    margin-bottom: 0;
  }
  .main-footer-wrapper .info-content .text {
    margin-right: .32rem;
  }
  
  .page-footer-container .copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    height: .42rem;
    font-size: .12rem;
    line-height: .18rem;
    color: rgba(255,255,255,0.85);
    border-top: .01rem solid rgba(255,255,255,0.15);
  }