.footer {
  background: #373A43;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .footer {
    height: auto;
  }
}
.footer .footer-top {
  width: 1280px;
}
@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: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 768px) {
  .footer .footer-top .footer-top-content {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 30px;
    border-bottom: 0px solid rgba(255, 255, 255, 0.15);
  }
}
.footer .footer-top .footer-top-content .ft-content-left {
  width: 30%;
}
@media (max-width: 768px) {
  .footer .footer-top .footer-top-content .ft-content-left {
    width: 90%;
  }
}
.footer .footer-top .footer-top-content .ft-content-left .ft-content-left-top {
  color: rgba(255, 255, 255, 0.85);
  font-weight: bold;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .footer .footer-top .footer-top-content .ft-content-left .ft-content-left-top {
    font-size: 14px;
  }
}
.footer .footer-top .footer-top-content .ft-content-left .ft-content-left-middle {
  flex-wrap: wrap;
}
.footer .footer-top .footer-top-content .ft-content-left .ft-content-left-middle p {
  margin-bottom: 12px;
  margin-right: 16px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  position: relative;
  top: 4px;
}
@media (max-width: 768px) {
  .footer .footer-top .footer-top-content .ft-content-left .ft-content-left-middle p {
    font-size: 12px;
    position: relative;
    top: 0px;
  }
}
.footer .footer-top .footer-top-content .ft-content-left .ft-content-left-middle a {
  display: inline-block;
  margin-bottom: 12px;
  margin-right: 16px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
}
@media (max-width: 768px) {
  .footer .footer-top .footer-top-content .ft-content-left .ft-content-left-middle a {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.footer .footer-top .footer-top-content .ft-content-among {
  width: 30%;
}
@media (max-width: 1024px) {
}
@media (max-width: 768px) {
  .footer .footer-top .footer-top-content .ft-content-among {
    width: 100%;
    margin-top: 14px;
  }
}
.footer .footer-top .footer-top-content .ft-content-among .ft-content-left-top {
  color: rgba(255, 255, 255, 0.85);
  font-weight: bold;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .footer .footer-top .footer-top-content .ft-content-among .ft-content-left-top {
    font-size: 14px;
  }
}
.footer .footer-top .footer-top-content .ft-content-among .ft-content-left-middle {
  flex-wrap: wrap;
}
.footer .footer-top .footer-top-content .ft-content-among .ft-content-left-middle a {
  display: inline-block;
  margin-bottom: 12px;
  margin-right: 16px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
}
@media (max-width: 1024px) {
  .footer .footer-top .footer-top-content .ft-content-among .ft-content-left-middle a {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .footer .footer-top .footer-top-content .ft-content-among .ft-content-left-middle a {
    font-size: 12px;
    margin-right: 16px;
  }
}
.footer .footer-top .footer-top-content .ft-content-among .ft-content-left-middle a:hover {
  color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 768px) {
  .footer .footer-top .footer-top-content .ft-content-right {
    height: auto;
    margin-top: 14px;
  }
}
.footer .footer-top .footer-top-content .ft-content-right .ft-content-right-title {
  color: rgba(255, 255, 255, 0.85);
  font-weight: bold;
}
@media (max-width: 768px) {
  .footer .footer-top .footer-top-content .ft-content-right .ft-content-right-title {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.footer .footer-top .footer-top-content .ft-content-right .ft-content-left-middle {
  margin-top: -4px;
  flex-wrap: wrap;
  display: none;
}
.footer .footer-top .footer-top-content .ft-content-right .ft-content-left-middle a {
  display: inline-block;
  margin-bottom: 12px;
  margin-right: 16px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
}
@media (max-width: 1024px) {
  .footer .footer-top .footer-top-content .ft-content-right .ft-content-left-middle a {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .footer .footer-top .footer-top-content .ft-content-right .ft-content-left-middle a {
    font-size: 12px;
    margin-right: 16px;
  }
}
@media (max-width: 768px) {
  .footer .footer-top .footer-top-content .ft-content-right .ft-content-left-middle {
    display: flex;
    flex-direction: column;
  }
}
.footer .footer-top .footer-top-content .ft-content-right .ft-content-right-contact {
  display: flex;
  margin-right: -29px;
  position: relative;
}
@media (max-width: 768px) {
  .footer .footer-top .footer-top-content .ft-content-right .ft-content-right-contact {
    display: none;
  }
}
.footer .footer-top .footer-top-content .ft-content-right .ft-content-right-contact .ft-wechatQRcode {
  display: none;
  position: absolute;
  top: -170px;
}
.footer .footer-top .footer-top-content .ft-content-right .ft-content-right-contact .ft-wechatQRcode img {
  width: 150px;
  height: 150px;
}
.footer .footer-top .footer-top-content .ft-content-right .ft-content-right-contact .ft-telephone {
  display: none;
  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;
  position: absolute;
  top: -60px;
}
.footer .footer-top .footer-top-content .ft-content-right .ft-content-right-contact .ft-customerQRcode {
  display: none;
  position: absolute;
  top: -170px;
}
.footer .footer-top .footer-top-content .ft-content-right .ft-content-right-contact .ft-customerQRcode img {
  width: 150px;
  height: 150px;
}
.footer .footer-top .footer-top-content .ft-content-right .ft-content-right-contact .ft-contact-content {
  position: relative;
  cursor: pointer;
  width: 59px;
  height: 59px;
  background: #E5E5E7;
  border-radius: 50%;
  margin-right: 29px;
  margin-top: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-top .ft-lianjie {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 34px;
}
@media (max-width: 768px) {
  .footer .footer-top .ft-lianjie {
    width: 100%;
    display: none;
  }
}
.footer .footer-top .ft-lianjie .ft-lianjie-span {
  color: rgba(255, 255, 255, 0.85);
  font-weight: bold;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .footer .footer-top .ft-lianjie .ft-lianjie-span {
    font-size: 14px;
  }
}
.footer .footer-top .ft-lianjie .ft-lianjie-title {
  flex-wrap: wrap;
}
.footer .footer-top .ft-lianjie .ft-lianjie-title a {
  display: inline-block;
  margin-bottom: 12px;
  margin-right: 12px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
}
@media (max-width: 768px) {
  .footer .footer-top .ft-lianjie .ft-lianjie-title a {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.footer .footer-top .ft-lianjie .ft-lianjie-title a:hover {
  color: rgba(255, 255, 255, 0.85);
}
.footer .ft-footer-bottom {
  width: 100%;
  display: flex;
  justify-content: center;
  background: rgba(0, 0, 0, 0.25);
}
@media (max-width: 450px) {
  .footer .ft-footer-bottom {
    display: flex;
    flex-direction: column;
  }
}
.footer .ft-footer-bottom .shu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0px;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin: 10px;
}
@media (max-width: 450px) {
  .footer .ft-footer-bottom .shu {
    display: none;
  }
}
.footer .ft-footer-bottom a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
  text-align: center;
  line-height: 40px;
}
@media (max-width: 450px) {
  .footer .ft-footer-bottom a {
    line-height: 24px;
  }
}
.footer .ft-footer-bottom p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
  text-align: center;
  line-height: 40px;
}
@media (max-width: 450px) {
  .footer .ft-footer-bottom p {
    line-height: 24px;
  }
}
.footer .ft-footer-bottom a:hover {
  color: rgba(255, 255, 255, 0.85);
}
