footer.footer-module {
  padding-bottom: 0;
  background: url(/static/images/footer_bg.png) no-repeat right center / cover;
}
footer.footer-module .sub-tit {
  margin-bottom: 44px;
}
@media screen and (max-width: 1200px) {
  footer.footer-module .sub-tit {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 992px) {
  footer.footer-module .sub-tit {
    margin-bottom: 24px;
  }
}
footer.footer-module .sub-tit .circle {
  background-color: #BAD6F6;
}
footer.footer-module .sub-tit .circle::after {
  background-color: #1074D4;
}
footer.footer-module .sub-tit span {
  color: #fff;
}
@media screen and (max-width: 576px) {
  footer.footer-module .desc {
    white-space: normal;
  }
}
footer.footer-module .module-tit h2 {
  color: rgba(242, 242, 242, 0.13);
}
@media screen and (max-width: 992px) {
  footer.footer-module .module-con .row {
    margin: 0;
  }
}
footer.footer-module .module-con .text-box {
  border-right: 1px solid #fff;
  padding-right: 90px;
}
@media screen and (max-width: 1400px) {
  footer.footer-module .module-con .text-box {
    padding-right: 60px;
  }
}
@media screen and (max-width: 1200px) {
  footer.footer-module .module-con .text-box {
    padding-right: 40px;
  }
}
@media screen and (max-width: 992px) {
  footer.footer-module .module-con .text-box {
    border-right: 0;
    padding: 0;
  }
}
footer.footer-module .module-con .text-box .desc {
  color: #fff;
  line-height: 2.18;
  font-weight: 300;
}
@media screen and (max-width: 1400px) {
  footer.footer-module .module-con .text-box .desc {
    line-height: 2;
  }
}
@media screen and (max-width: 992px) {
  footer.footer-module .module-con .contact-info {
    margin-top: 38px;
  }
}
footer.footer-module .module-con .contact-info .tit {
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  padding-bottom: 12px;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  footer.footer-module .module-con .contact-info .tit {
    font-size: 18px;
  }
}
footer.footer-module .module-con .contact-info .label-text {
  margin-bottom: 26px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 1400px) {
  footer.footer-module .module-con .contact-info .label-text {
    margin-bottom: 22px;
  }
}
footer.footer-module .module-con .contact-info .label-text:last-child {
  margin-bottom: 0;
}
footer.footer-module .module-con .contact-info .label-text .bi {
  margin-right: 14px;
  color: #fff;
  font-size: 18px;
}
footer.footer-module .module-con .contact-info .label-text .text {
  font-size: 22px;
  color: #fff;
}
@media screen and (max-width: 992px) {
  footer.footer-module .module-con .contact-info .label-text .text {
    font-size: 16px;
  }
}
footer.footer-module .copyright-text {
  margin-top: 130px;
  padding: 18px;
  font-size: 18px;
  color: #fff;
  background-color: #1074D4;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  footer.footer-module .copyright-text {
    margin-top: 110px;
  }
}
@media screen and (max-width: 1200px) {
  footer.footer-module .copyright-text {
    margin-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  footer.footer-module .copyright-text {
    margin-top: 60px;
  }
}
.scroll-top-btn {
  position: fixed;
  right: 60px;
  bottom: 60px;
  z-index: 99;
  border-radius: 50%;
  border: 5px dashed #f19914;
  width: 60px;
  height: 60px;
  color: #f19914;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  .scroll-top-btn {
    right: 50px;
    bottom: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .scroll-top-btn {
    right: 40px;
    bottom: 40px;
  }
}
@media screen and (max-width: 576px) {
  .scroll-top-btn {
    right: 30px;
    bottom: 100px;
    width: 40px;
    height: 40px;
  }
}
