.footer-warp {
  background: url('https://res-other-platform.mutouyun.com/mutouyunshang/erp/www/resource/footer_bg.png') no-repeat;
  background-size: 100%;
  height: 492px;
  padding-top: 80px;
  box-sizing: border-box;
}
.footer-content {
  border-bottom: 1px solid rgba(26, 117, 255, 0.12);
  padding-bottom: 72px;
}
.footer-logo {
  width: 245px;
  height: 50px;
  & img {
    width: 100%;
    height: 100%;
  }
}
.footer-warp .footer-info-list {
  margin-left: 70px;
}

.footer-info-title {
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #0c0d0e;
  line-height: 26px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.footer-info-item {
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #42464e;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 20px 0;
  cursor: pointer;
}
.footer-info-item:hover {
  color: #1a75ff;
}
.footer-info-item a {
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #42464e;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.footer-info-item a:hover {
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #1a75ff;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.footer-info-item-line {
  height: 260px;
  width: 1px;
  margin: 0 70px;
  background: linear-gradient(360deg, rgba(31, 105, 255, 0) 0%, rgba(26, 117, 255, 0.24) 51%, rgba(31, 105, 255, 0) 100%);
}

.footer-info-qrcode .footer-info-qrcode-item {
  & img {
    width: 96px;
    height: 96px;
    margin-bottom: 8px;
  }
}
.footer-info-qrcode .footer-info-qrcode-item:nth-child(2) {
  margin: 0 24px;
}
.footer-info-phone-items {
  margin: 36px 0 8px;
}
.footer-info-phone-item {
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #0c0d0e;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.footer-info-phone-item:nth-child(2) {
  margin-left: 36px;
}
.footer-info-phone-item-title {
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #1d2129;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.footer-info-address-item {
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #42464e;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.footer-copyright {
  margin-top: 30px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #1d2129;
  line-height: 22px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  justify-content: center;
  & img {
    width: 18px;
    height: 18px;
  }
}
.footer-copyright .footer-copyright-left {
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #1d2129;
  line-height: 22px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-right: 32px;
}
.beian:hover {
  color: #1d2129;
}
