.footer-wrapper {
      padding-top: 76px;
      border-top: 1px solid #EFEFEF;
    }

    .copyright-wrapper {
      max-width: 1200px;
      width: 90%;
      margin: 0 auto;
      color: rgba(0, 0, 0, 0.35);
      padding: 32px 0 40px;
    }

    .copyright-wrapper a:hover,
    .footer-content a:hover {
      color: #f50;
      cursor: pointer;
      text-decoration: underline;
    }

    .footer-content {
      max-width: 1200px;
      width: 90%;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;

    }

    .footer-left {
      display: flex;
      margin-bottom: 60px;
		font-size: .14rem
    }

    .footer-left dl+dl {
      margin-left: 1rem;
    }

    .footer-left dt {
      font-weight: 500;
      color: rgba(0, 0, 0, 0.85);
      margin-bottom: .3rem;
    }

    .footer-left dd {
      font-weight: 400;
      color: rgba(0, 0, 0, 0.65);
    }

    .footer-left dd+dd {
      margin-top: .16rem;
    }

    .footer-right {
      display: flex;
      margin-bottom: 60px;
    }

    .footer-right dd {
      width: 124px;
      align-items: center;
      display: flex;
      flex-direction: column;
    }

    .footer-right dd img {
      width: 100%;
      margin-bottom: 16px;
    }

    .footer-right dd span {
      text-align: center;
      color: rgba(0, 0, 0, 0.65);
      font-size: 12px;
    }

    .footer-right {
      display: flex;
      flex-wrap: wrap;
    }

    .footer-right>div {
      border-left: 1px solid #EFEFEF;
      margin-left: 34px;
      margin-right: 34px;
      width: 1px;
    }