.footer_top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #000000;
  box-sizing: border-box;
  padding: 30PX 80PX;
  border-bottom: 1PX solid #707070;
}

.footer_top .footer_left {
  width: 70%;
  display: flex;
}

.footer_top .footer_left > ul {
  margin-right: 85PX;
}

.footer_top .footer_left > ul > li {
  margin: 20PX 0;
  font-size: 16PX;
}

.footer_top .footer_left > ul > li > a {
  color: #999999;
}

.footer_top .footer_left > ul > li:first-child {
  font-size: 20PX;
  color: #ffffff;
  margin: 40PX 0;
}

.footer_top .footer_left > ul > li:first-child > a {
  color: #ffffff;
}

.footer_top .footer_left > ul:last-child {
  margin-right: 0;
}

.footer_top .footer_right {
  position: relative;
  width: 20%;
  box-sizing: border-box;
  padding: 0 87PX;
}

.footer_top .footer_right .footer_right_repair {
  position: absolute;
  left: 0;
  top: 90PX;
  width: 7PX;
  height: 272PX;
  background-color: #ffffff;
}

.footer_top .footer_right .footer_right_repair > div {
  width: 100%;
  height: 65PX;
  background-color: #FF0000;
  margin-top: 42PX;
}

.footer_top .footer_right .footer_right_list > li {
  display: flex;
  align-items: center;
  margin: 25PX 0;
}

.footer_top .footer_right .footer_right_list > li > span {
  font-size: 16PX;
  color: #ffffff;
  margin-left: 10PX;
}

.footer_top .footer_right .footer_right_list > li .tencent {
  height: 80PX;
  display: flex;
  flex-direction: column;
  margin-right: 15PX;
}

.footer_top .footer_right .footer_right_list > li .tencent > img {
  margin-top: 10PX;
}

.footer_top .footer_right .footer_right_list > li .wechat_qrcode {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4PX;
  padding: 5PX;
  background-color: #ffffff;
}

.footer_top .footer_right .footer_right_list > li .wechat_qrcode img{
  width: 80px;
}

.footer_top .footer_right .footer_right_list > li:first-child {
  color: #ffffff;
  font-size: 20PX;
  margin: 40PX 0;
  box-sizing: border-box;
  padding-right: 65PX;
}

.footer_bottom {
  box-sizing: border-box;
  padding: 30PX 80PX;
  background-color: #000000;
  display: flex;
  justify-content: space-between;
}

.footer_bottom > a {
  font-size: 16PX;
  color: #ffffff;
}

.footer_bottom > p {
  color: #ffffff;
  font-size: 16PX;
}

@media screen and (max-width: 1815px) {
  .footer_top .footer_left {
    min-width: 1170PX;
    width: 62%;
  }

  .footer_top .footer_right {
    padding: 0 0.5rem;
  }
}

@media screen and (max-width: 1500px) {
  .footer_top {
    padding: 0.75rem 0.5rem;
  }

  .footer_top .footer_left {
    width: auto;
    min-width: 850PX;
    justify-content: space-between;
  }

  .footer_top .footer_left > ul {
    margin: 0;
  }

  .footer_top .footer_left > ul:last-child {
    margin-right: 1rem;
  }

  .footer_bottom {
    padding: 0.75rem 0.5rem;
  }
}

@media screen and (max-width: 1100px) {
  .footer_top .footer_left {
    min-width: auto;
    width: 100%;
  }

  .footer_top .footer_left > ul:last-child {
    margin-right: 0;
  }

  .footer_top .footer_right {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .footer_top .footer_left {
    display: none;
  }

  .footer_bottom > a {
    font-size: 0.6rem;
  }

  .footer_bottom > p {
    font-size: 0.6rem;
  }
}