footer {
  width: 100%;
  min-height: 5.54rem;
  background: linear-gradient(97.01deg, rgba(84, 75, 162, 0.94) -2.5%, rgba(62, 95, 162, 0.94) 133.09%);
  position: relative;
  padding-top: .64rem;
}

footer .footBack {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

footer .main {
  display: flex;
  gap: 1.23rem;
  /* padding-bottom: .7rem; */
  /* border-bottom: .01rem solid rgba(255, 255, 255, 1); */
}

footer .left .logo {
  width: 2.68rem;
  height: 1.34rem;
  margin-bottom: .41rem;
}

footer .left .codeBox {
  display: flex;
  gap: .25rem;
}

footer .left .codeBox .item {
  width: 1.32rem;
}

footer .left .codeBox .item img {
  width: 1.32rem;
  height: 1.32rem;
  margin-bottom: .05rem;
}

footer .left .codeBox .item p {
  font-family: AlibabaPuHuiTi-3-45-Light;
  font-weight: 300;
  font-size: .2rem;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}

footer .right {
  display: flex;
  gap: .3rem;
  padding-top: .67rem;
  width: 100%;
}

footer .right .item {
  min-width: 1.42rem;
}

footer .right .item a {
  font-family: AlibabaPuHuiTi-3-55-Regular;
  font-weight: 400;
  font-size: .24rem;
  color: rgba(255, 255, 255, 1);
  margin-bottom: .24rem;
}

footer .right .item .title {
  font-family: AlibabaPuHuiTi-3-65-Medium;
  font-weight: 500;
  font-size: .3rem;
  color: rgba(255, 255, 255, 1);
  margin-bottom: .49rem;
}

footer .right .item.other .it {
  display: flex;
  gap: .19rem;
  align-items: center;
  margin-bottom: .15rem;
}

footer .right .item.other .it img {
  width: .3rem;
  height: .3rem;
}

footer .right .item.other .it p {
  font-family: AlibabaPuHuiTi-3-55-Regular;
  font-weight: 400;
  font-size: .24rem;
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  word-break: break-all;
}



@media only screen and (max-width: 1024px) {
  footer .main{
    gap: 0.3rem;
    justify-content: start;
  }
footer .right .item{
  display: none;
}
footer .right .item.other{
  display: block;
}
footer .left .codeBox .item p{
  font-size: 12px;
}
footer .right .item.other .it p{
  font-size: 14px;
}
}