footer {
  background-color: rgba(13, 18, 61, 1);
  height: 15.26vw;
  padding: 1.56vw 0 0;
  box-sizing: border-box;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0 0 1.04vw;
  border-bottom: 1px solid rgba(73, 92, 115, 1);
  margin: 0 0 1.35vw;
}
.footer-logo {
  display: flex;
  align-items: center;
  height: 2.6vw;
  margin: 0 0 1.04vw;
}
.footer-logo-cover {
  width: 2.6vw;
  height: 2.6vw;
  margin-right: 0.63vw;
  background: url('../images/logo_white.png') no-repeat center center;
  background-size: 100% 100%;
}
.footer-logo-title {
  font-size: 1.35vw;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.footer-logo-title:not(:first-of-type) {
  margin-left: 1.56vw;
}
.footer-logo-title:not(:first-of-type)::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -0.83vw;
  transform: translateY(-50%);
  width: 2px;
  height: 68%;
  background-color: #fff;
  margin-top: 2px;
}
.footer-text {
  font-size: 0.73vw;
  color: #fff;
  line-height: 1.67vw;
}
.footer-label {
  margin-right: 2.6vw;
}
.footer-top-right {
  padding-top: 0.52vw;
  display: flex;
  /* width: 110px; */
}
.footer-top-right-item {
  margin-right: 1.04vw;
  width: 6.25vw;
  /* height: 110px; */
}
.footer-top-right-code {
  display: block;
  /* margin: 0 0 ; */
  width: 6.25vw;
  height: 6.25vw;
}
.code-text {
  text-align: center;
  font-size: 0.73vw;
  color: #fff;
  line-height: 1.67vw;
}
/* 媒体查询 - 平板设备 */
@media (max-width: 768px) {
  footer {
    height: auto;
    padding: 5vw 0;
  }
  .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 0 3vw;
    margin: 0 0 3vw;
  }
  .footer-logo {
    height: auto;
    margin: 0 0 3vw;
    justify-content: center;
        gap: 4vw;
  }
  .footer-logo-cover {
    width: 8vw;
    height: 8vw;
    margin-right: 2vw;
  }
  .footer-logo-title {
    font-size: 3vw;
  }
  .footer-logo-title:not(:first-of-type) {
    margin-left: 3vw;
  }
  .footer-logo-title:not(:first-of-type)::after {
    left: -3vw;
    width: 1px;
  }
  .footer-text {
    font-size: 2vw;
    line-height: 4vw;
    margin-bottom: 3vw;
  }
  .footer-label {
    margin-right: 5vw;
  }
  .footer-top-right {
    justify-content: center;
    padding-top: 0;
  }
  .footer-top-right-item {
    margin: 0 3vw;
    width: 15vw;
  }
  .footer-top-right-code {
    width: 15vw;
    height: 15vw;
    margin: 0 auto 1vw;
  }
  .code-text {
    font-size: 2vw;
    line-height: 3vw;
  }
  .footer-btm {
    justify-content: center;
    text-align: center;
  }
}

/* 媒体查询 - 手机设备 */
@media (max-width: 480px) {
  footer {
    padding: 8vw 0;
  }
  .footer-top {
    padding: 0 0 4vw;
    margin: 0 0 4vw;
  }
  .footer-logo {
    margin: 0 0 4vw;
  }
  .footer-logo-cover {
    width: 7vw;
    height: 7vw;
    margin-right: 2vw;
  }
  .footer-logo-title {
    font-size: 3.5vw;
  }
  .footer-logo-title:not(:first-of-type) {
    margin-left: 4vw;
  }
  .footer-logo-title:not(:first-of-type)::after {
    left: -4vw;
  }
  .footer-text {
    font-size: 2.8vw;
    line-height: 5vw;
    margin-bottom: 4vw;
  }
  .footer-label {
    margin-right: 6vw;
  }
  .footer-top-right-item {
    margin: 0 4vw;
    width: 20vw;
  }
  .footer-top-right-code {
    width: 20vw;
    height: 20vw;
  }
  .code-text {
    font-size: 2.5vw;
    line-height: 4vw;
  }
}

.footer-btm {
  display: flex;
  justify-content: center;
}
