/*覆盖原本样式*/
.content{
    min-height: 80vh;
    padding-bottom: 24px;
}
body {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.footer {
  background: rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .footer {
    height: auto;
  }
}
.footer .footer-top {
  width: 1140px;
}
@media (max-width: 1400px) {
  .footer .footer-top {
    width: calc(100% - 120px);
  }
}
@media (max-width: 1024px) {
  .footer .footer-top {
    width: calc(100% - 96px);
  }
}
@media (max-width: 768px) {
  .footer .footer-top {
    width: calc(100% - 48px);
  }
}
.footer .footer-top .footer-top-content {
  margin-top: 36px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .footer .footer-top .footer-top-content {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 30px;
  }
}
.footer .footer-top .footer-top-content .content-left {
  width: 40%;
}
@media (max-width: 768px) {
  .footer .footer-top .footer-top-content .content-left {
    width: 100%;
    display: none;
  }
}
.footer .footer-top .footer-top-content .content-left .content-left-top {
  color: rgba(0, 0, 0, 0.85);
  font-weight: bold;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .footer .footer-top .footer-top-content .content-left .content-left-top {
    font-size: 14px;
  }
}
.footer .footer-top .footer-top-content .content-left .content-left-middle {
  margin-top: -4px;
  flex-wrap: wrap;
}
.footer .footer-top .footer-top-content .content-left .content-left-middle a {
  display: inline-block;
  margin-bottom: 12px;
  margin-right: 16px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}
@media (max-width: 768px) {
  .footer .footer-top .footer-top-content .content-left .content-left-middle a {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.footer .footer-top .footer-top-content .content-among {
  /*width: 30%;*/
}
@media (max-width: 1024px) {
  .footer .footer-top .footer-top-content .content-among {
    /*width: 64px;*/
  }
}
@media (max-width: 768px) {
  .footer .footer-top .footer-top-content .content-among {
    width: 100%;
  }
}
.footer .footer-top .footer-top-content .content-among .content-left-top {
  color: rgba(0, 0, 0, 0.85);
  font-weight: bold;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .footer .footer-top .footer-top-content .content-among .content-left-top {
    font-size: 14px;
  }
}
.footer .footer-top .footer-top-content .content-among .content-left-middle {
  margin-top: -4px;
  flex-wrap: wrap;
}
.footer .footer-top .footer-top-content .content-among .content-left-middle a {
  display: inline-block;
  margin-bottom: 12px;
  margin-right: 16px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}
@media (max-width: 1024px) {
  .footer .footer-top .footer-top-content .content-among .content-left-middle a {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .footer .footer-top .footer-top-content .content-among .content-left-middle a {
    font-size: 12px;
    margin-right: 16px;
  }
}
.footer .footer-top .footer-top-content .content-right {
  height: 179px;
}
@media (max-width: 768px) {
  .footer .footer-top .footer-top-content .content-right {
    height: auto;
    margin-top: 12px;
  }
}
.footer .footer-top .footer-top-content .content-right .content-right-title {
  color: rgba(0, 0, 0, 0.85);
  font-weight: bold;
}
@media (max-width: 768px) {
  .footer .footer-top .footer-top-content .content-right .content-right-title {
    font-size: 14px;
    margin-bottom: 14px;
  }
}
.footer .footer-top .footer-top-content .content-right .content-left-middle {
  margin-top: -4px;
  flex-wrap: wrap;
  display: none;
}
.footer .footer-top .footer-top-content .content-right .content-left-middle a {
  display: inline-block;
  margin-bottom: 12px;
  margin-right: 16px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}
@media (max-width: 1024px) {
  .footer .footer-top .footer-top-content .content-right .content-left-middle a {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .footer .footer-top .footer-top-content .content-right .content-left-middle a {
    font-size: 12px;
    margin-right: 16px;
  }
}
@media (max-width: 768px) {
  .footer .footer-top .footer-top-content .content-right .content-left-middle {
    display: flex;
    flex-direction: column;
  }
}
.footer .footer-top .footer-top-content .content-right .content-right-contact {
  display: flex;
  margin-right: -29px;
  position: relative;
}
@media (max-width: 768px) {
  .footer .footer-top .footer-top-content .content-right .content-right-contact {
    display: none;
  }
}
.footer .footer-top .footer-top-content .content-right .content-right-contact .wechatQRcode {
  display: none;
  position: absolute;
  top: -135px;
  left: -45px;
}
.footer .footer-top .footer-top-content .content-right .content-right-contact .telephone {
  display: none;
  position: absolute;
  width: 150px;
  height: 44px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 44px;
  color: #000000;
  top: -29px;
  left: 45px;
}
.footer .footer-top .footer-top-content .content-right .content-right-contact .customerQRcode {
  display: none;
  position: absolute;
  top: -135px;
  left: 135px;
}
.footer .footer-top .footer-top-content .content-right .content-right-contact .contact-content {
  cursor: pointer;
  width: 59px;
  height: 59px;
  border: 1px solid rgba(0, 0, 0, 0.45);
  border-radius: 50%;
  margin-right: 29px;
  margin-top: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-bottom {
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  line-height: 40px;
}
