footer {
    width: 100%;
    height: auto;
    background: #fff;
    margin: 48px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    padding: 87px 0 44px;
    box-sizing: border-box;
    justify-content: center;
  }
  footer .wztkj-footer {
    width: 100%;
    max-width: 1331px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  footer .wztkj-footer .wztkj-footer-logo {
    width: 20%;
    height: 100%;
    max-width: none;
    max-height: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  footer .wztkj-footer .wztkj-footer-logo a {
    height: 100%;
    max-height: 40px;
  }
  footer .wztkj-footer .wztkj-footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  footer .wztkj-footer .wztkj-footer-list {
    width: 70%;
    height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .wztkj-footer .wztkj-footer-list .iconfont {
    display: none;
  }
  footer .wztkj-footer .wztkj-footer-list ul {
    width: 375px;
    height: 24px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  footer .wztkj-footer .wztkj-footer-list a {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #151829;
  }
  footer .wztkj-footer .wztkj-footer-relation {
    width: 20%;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .wztkj-footer .wztkj-footer-relation a {
    position: relative;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
  }
  footer .wztkj-footer .wztkj-footer-relation a img {
    width: 100%;
    height: 100%;
  }
  footer .wztkj-footer .wztkj-footer-relation a .wztkj-footer-relation-a-hide {
    display: none;
    min-width: 120px;
    position: absolute;
    padding: 4px 6px;
    box-sizing: border-box;
    bottom: 100%;
    left: -100%;
    background: #FFFFFF;
    border: 1px solid #BBBBBB;
    border-radius: 5px;
    text-align: center;
    margin: 0 0 2px 0;
  }
  footer .wztkj-footer .wztkj-footer-relation a .wztkj-footer-relation-a-hide p {
    color: #253654;
    margin: 2px 0;
    cursor: default;
  }
  footer .wztkj-footer .wztkj-footer-relation a .wztkj-footer-relation-a-hide .wztkj-footer-relation-a-hide-code {
    width: 160px;
    height: 160px;
  }
  footer .wztkj-footer .wztkj-footer-relation a:hover .wztkj-footer-relation-a-hide {
    display: block;
  }
  footer .wztkj-info {
    align-self: flex-end;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 16px;
    width: 100%;
    color: #939393;
    font-size: 16px;
    font-weight: 400;
  }
  footer .wztkj-info a {
    color: #939393;
  }
  