.footer {
  width: 100%;
  height: 3.97rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url('../images/bottom_dise1@2x.png');
  background-repeat: repeat;
}

.footer .top {
  width: 100%;
  height: 3.01rem;
}

.footer .top .links {
  display: flex;
  align-items: center;
  list-style: none;
  margin-top: 0.42rem;
  justify-content: center;
}

.footer .top .links .link {
  font-size: 0.159rem;
  color: white;
  cursor: pointer;
  padding: 0 0.209rem;
  border-right: 1px #B0B8CE solid;
}

.footer .top .links .link:last-child {
  border-right: none;
}

.footer .top .links .link:hover {
  color: #FF8125;
}

.footer .top .infos {
  margin-top: 0.4rem;
  height: 1.67rem;
  position: relative;
  min-width: 7.08rem;
  display: flex;
  align-items: end;
  justify-content: center;
  gap:1.8rem;
}

.footer .top .infos .tel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .top .infos .tel .icon {
  width: 0.32rem;
  height: 0.32rem;
}

.footer .top .infos .tel .tel-text {
  color: #FF8125;
  font-size: 0.28rem;
  padding-left: 15px;
}

.footer .top .infos .tel .tel-text a {
  color: #FF8125;
}

.footer .top .infos .left .info-items {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 0.14rem;
  color: #FFFFFF;
  padding: 0.04rem 0;
}

.footer .top .infos .left .info-items .icon {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.13rem;
}

.footer .top .infos .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer .top .infos .right .label {
  line-height: 0.345rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #FFFFFF;
}

.footer .top .infos .right .qrcode {
  width: 1.32rem;
  height: 1.32rem;
  object-fit: cover;
}

.footer .bottom {
  width: 100%;
  height: 0.96rem;
  background-image: url('../images/bottom_dise2@2x.png');
  background-repeat: repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffffdd !important;
  font-size: 0.12rem;
  padding-bottom: 0.2rem;
}

.footer .bottom > .icp {
  display: flex;
  align-items: center;
  color: #ffffffdd;
  margin-top: 0.096rem;
  margin-bottom: -0.08rem;
}

.footer .bottom > .icp:hover {
  color: #ffffffdd;
}

.footer .bottom > .icp .icon {
  width: 0.265rem;
  height: 0.265rem;
  margin-right: 0.1rem;
}

@media screen and (max-width: 520px) {
  .footer {
    height: 3.97rem;
  }

  .footer .top .links {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer .top .links .link {
    padding: 0.05rem 0.18rem;
    border-right: none;
  }

  .footer .top .infos {
    max-width: 3.8rem;
    padding-top: 0.1rem;
    padding-bottom: 0.4rem;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: auto;
    height: auto;
  }

  .footer .top .infos .tel {
    display: none;
  }

  .footer .top .infos .left .info-items {
    font-size: 0.18rem;
    line-height: 1.5;
  }

  .footer .top .infos .left .info-items .icon {
    width: 0.24rem;
    height: 0.24rem;
  }

  .footer .top .infos .right {
    display: none;
  }

  .footer .bottom {
    margin-top: auto;
    font-size: 0.14rem;
  }

  .footer .bottom > span {
    display: block;
    max-width: 3.8rem;
    line-height: 1.77777;
    text-align: center;
  }
}
