.footer {
  background: #072D55;
  color: #fff;
  padding: .55rem .68rem .36rem;
}

.footer .footer-content .top {
  display: flex;
  padding-bottom: .36rem;
  border-bottom: 1px solid #fff;
  align-items: center;
}

.footer .footer-content .top .footer-content-left {
  width: 5.55rem;
  position: relative;
}

.footer .footer-content .top .footer-content-left::after {
  content: '';
  position: absolute;
  height: 2.73rem;
  width: 1px;
  background-color: #fff;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.footer .footer-content .top .footer-content-left .logo {
  width: 3.3rem;
  height: .8rem;
  margin-bottom: .44rem;
}

.footer .footer-content .top .footer-content-left .logo img {
  width: 100%;
  height: 100%;
}

.footer .footer-content .top .footer-content-left .left-info {
  display: flex;
}

.footer .footer-content .top .footer-content-left .left-info p {
  font-size: .16rem;
  font-family: Adobe Heiti Std;
  line-height: .33rem;
}

.footer .footer-content .top .footer-content-left .left-info .p1 {
  width: 3.49rem;
}

.footer .footer-content .top .footer-content-left .left-info .p2 {
  width: 1.28rem;
}

.footer .footer-content .top .footer-content-right {
  display: flex;
  flex: 1;
  padding-left: .5rem;
}

.footer .footer-content .top .footer-content-right .p-desc {
  line-height: .36rem;
  font-size: .16rem;
  font-family: Adobe Heiti Std;
  margin-right: .29rem;
}

.footer .footer-content .top .footer-content-right .code {
  display: flex;
}

.footer .footer-content .top .footer-content-right .code .mb-code {
  margin-right: .66rem;
}

.footer .footer-content .top .footer-content-right .code-box p {
  text-align: center;
  margin-top: .28rem;
  font-size: .24rem;
}

.footer .footer-content .top .footer-content-right .code-box .img {
  width: 1.62rem;
  height: 1.62rem;
  background-color: #fff;
}

.footer .footer-content .top .footer-content-right .code-box .img img {
  width: 100%;
  height: 100%;
}

.footer .footer-content .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: .32rem;
  padding-left: .32rem;
  padding-right: .32rem;
}

.footer .footer-content .bottom p {
  font-size: .18rem;
  font-family: Source Han Sans CN;
}

@media (max-width: 768px) {
  .footer-content-left::after {
    display: none;
  }

  .footer .footer-content .top .footer-content-left .logo {
    width: 220px;
    height: 56px;
    margin-bottom: 10px;
    margin: 0 auto 10px;
  }

  .footer .footer-content .top .footer-content-left .logo {
    object-fit: contain;
  }

  .footer .top {
    align-items: self-start !important;
    flex-direction: column;
  }

  .footer .footer-content .top .footer-content-right {
    padding-left: 0;
    flex-direction: column;
  }

  .footer p {
    font-size: 12px !important;
    line-height: 24px !important;
  }

  .footer .footer-content .top .footer-content-left {
    margin-bottom: 8px;
    width: 100%;
  }

  .footer .footer-content .top .footer-content-left .left-info .p1 {
    width: 65%;
  }

  .footer .footer-content .top .footer-content-left .left-info .p2 {
    flex: 1;
    text-align: right;
  }

  .footer .footer-content .bottom {
    flex-direction: column;
    align-items: start;
  }

  .footer .footer-content .top .footer-content-right .code {
    justify-content: center;
  }

  .footer .footer-content .top .footer-content-right .code .code-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer .footer-content .top .footer-content-right .code-box .img {
    width: 80px;
    height: 80px;
  }
}