.footer {
  width: 100%;
  background: rgba(9, 70, 226, 1);
  color: #fff;
  padding-top: .3rem;
  padding-bottom: .18rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer .footer-content {
  width: 16.94rem;

}

.footer .footer-content .top {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #fff;
  justify-content: space-between;
}

.footer .footer-content .top .footer-content-left {
  width: 11.5rem;
  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: .20rem;
}



.footer .footer-content .top .footer-content-left .left-info {
  display: flex;
}

.footer .footer-content .top .footer-content-left .left-info p {
  display: inline;
  font-weight: 400;
  font-size: .20rem;
  color: #FFFFFF;
  line-height: .40rem;
}

.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; */
}


.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 .code-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer .footer-content .top .footer-content-right .code-box p {
  font-weight: 400;
  font-size: .20rem;
  color: #FFFFFF;
}

.footer .footer-content .top .footer-content-right .code-box .img {
  width: 1.28rem;
  height: 1.28rem;
  background-color: #fff;
  margin-bottom: .12rem;
}

.footer .footer-content .top .footer-content-right .code-box .img img {
  width: 100%;
  height: 100%;
}

.footer .footer-content .bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: .15rem;
  padding-left: .32rem;
  padding-right: .32rem;
}

.footer .footer-content .bottom span {
  font-size: .16rem;
}

@media (max-width: 768px) {

  .footer {
    width: 100%;
    padding-top: .3rem;
    padding-bottom: .18rem;
  }

  .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 ,
  .footer span{
    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;
  }


  .footer .footer-content .top {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: .36rem;
    border-bottom: 1px solid #fff;
    justify-content: center;
  }
}