.footer-bg {
  position: relative;
  background: url("../img/footerbg.png") center #15499A;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer-bg .footer-nav {
  margin-bottom: 20px;
}
.footer-bg .footer-nav a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  border: 1px solid #fff;
  padding: 5px 20px;
  margin-right: 30px;
  border-radius: 20px;
}
.footer-bg .footer-nav a.active {
  background: url("../img/ny/nav-active-bg.png");
  border-color: transparent;
}
.footer-bg .copyright {
  font-size: 12px;
  line-height: 24px;
  color: #fff;
}
.footer-bg .copyright a {
  color: #fff;
}
.footer-bg .copyright a:hover {
  color: #6acffb;
}
.footer-bg .contact {
  min-width: 350px;
  margin-left: 30px;
  margin-right: 30px;
}
.footer-bg .contact-tit {
  color: #fff;
  font-size: 18px;
  padding-left: 6px;
  padding-bottom: 3px;
}
.footer-bg .contact-type {
  color: #fff;
}
.footer-bg .contact-type dl dt {
  display: block;
  font-size: 26px;
  line-height: 30px;
}
.footer-bg .contact-type dl dd {
  display: block;
  font-size: 14px;
  line-height: 30px;
}
.footer-bg .links {
  width: 1440px;
  left: 50%;
  bottom: 100%;
  opacity: 0;
  transform: translate(-50%, 30px);
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 20px 30px;
  transition: all 0.5s;
  visibility: hidden;
}
.footer-bg .links .scroll-bar {
  max-height: 50vh;
  overflow-y: auto;
  transition: all 0.5s;
}
.footer-bg .links .scroll-bar::-webkit-scrollbar-track-piece {
  background-color: rgba(255, 255, 255, 0.1);
}
.footer-bg .links .scroll-bar::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.2);
}
.footer-bg .links .links-list dt {
  margin-bottom: 10px;
  font-size: 18px;
}
.footer-bg .links .links-list a {
  color: #d4d4d4;
  font-size: 14px;
  width: 20%;
  line-height: 28px;
  padding-right: 15px;
  box-sizing: border-box;
}
.footer-bg .links .links-list a:hover {
  cursor: default;
}
.footer-bg .links .links-list a[href^="http"] {
  color: #fff;
}
.footer-bg .links .links-list a[href^="http"]:hover {
  color: #00a2e9;
  cursor: pointer;
}
.footer-bg .links .links-list + .links-list {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 10px;
  padding-top: 10px;
}
.footer-bg .links .links-list .letter-list {
  padding-top: 20px;
}
.footer-bg .links .links-list .letter-list .letter-li {
  width: 50%;
  margin-bottom: 20px;
}
.footer-bg .links .links-list .letter-list .letter-li h4 {
  margin-bottom: 5px;
  font-size: 15px;
}
.footer-bg .links .links-list .letter-list .letter-li p {
  font-size: 14px;
}
.footer-bg .links.active {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
.footer-bg .code-box .code-list dl {
  text-align: center;
  cursor: pointer;
}
.footer-bg .code-box .code-list dl + dl {
  margin-left: 15px;
}
.footer-bg .code-box .code-list dl dt {
  background-color: #3c70c3;
  border-radius: 5px;
  width: 50px;
  color: #fff;
  font-size: 25px;
}
.footer-bg .code-box .code-list dl dd {
  color: #fff;
  margin-top: 10px;
  font-size: 12px;
}
.footer-bg .code-box .code-list dl.active dt {
  background-color: #00a2e9;
  color: #fff;
}
.footer-bg .code-box .code-lvfa {
  padding-top: 20px;
}
.footer-bg .code-box .code-lvfa .code-img {
  width: 120px;
  height: 120px;
}
.footer-bg .code-box .code-lvfa p {
  color: #fff;
  font-size: 12px;
}
.footer-bg .code-pop {
  width: 1440px;
  left: 50%;
  bottom: 100%;
  opacity: 0;
  transform: translate(-50%, 30px);
  visibility: hidden;
}
.footer-bg .code-pop .code-lvfa {
  position: absolute;
  right: 0;
  bottom: 100%;
  transform: translate(0, 30px);
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 30px;
  transition: all 0.5s;
}
.footer-bg .code-pop .code-lvfa .code-img {
  width: 120px;
  height: 0;
}
.footer-bg .code-pop .code-lvfa p {
  color: #fff;
  font-size: 12px;
}
.footer-bg .code-pop .code-lvfa.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.footer-bg .code-pop .code-lvfa.active .code-img {
  width: 120px;
  height: 120px;
}
.footer-bg .code-pop.open {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
@media screen and (max-width: 1450px) {
  .footer-bg .content {
    width: 95%;
    margin: 0 auto;
    transition: width 0.5s;
  }
  .footer-bg .links {
    width: 100%;
  }
  .footer-bg .links .links-list a {
    width: 25%;
  }
  .footer-bg .code-pop {
    width: 95%;
    left: 50%;
    bottom: 100%;
    opacity: 0;
    transform: translate(-50%, 30px);
    visibility: hidden;
  }
  .footer-bg .code-pop .code-lvfa {
    position: absolute;
    right: 0;
    bottom: 100%;
    transform: translate(0, 30px);
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 30px;
    transition: all 0.5s;
  }
  .footer-bg .code-pop .code-lvfa .code-img {
    width: 120px;
    height: 0;
  }
  .footer-bg .code-pop .code-lvfa p {
    color: #fff;
    font-size: 12px;
  }
  .footer-bg .code-pop .code-lvfa.active {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }
  .footer-bg .code-pop .code-lvfa.active .code-img {
    width: 120px;
    height: 120px;
  }
  .footer-bg .code-pop.open {
    opacity: 1;
    transform: translate(-50%, 0);
    visibility: visible;
  }
}
@media screen and (max-width: 1080px) {
  .footer-bg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer-bg .footer-nav {
    margin-bottom: 15px;
  }
  .footer-bg .footer-nav a {
    padding: 3px 15px;
    margin-right: 6px;
  }
  .footer-bg .contact {
    margin-left: 15px;
    margin-right: 15px;
  }
  .footer-bg .links .links-list a {
    width: 33.33%;
  }
}
@media screen and (max-width: 992px) {
  .footer-bg {
    padding-top: 2.5em;
    padding-bottom: 2em;
  }
  .footer-bg .content {
    display: block;
  }
  .footer-bg .footer-nav {
    margin-bottom: 0;
  }
  .footer-bg .footer-nav a {
    font-size: .85em;
    margin-right: .6em;
    margin-bottom: 1em;
  }
  .footer-bg .footer-nav a:last-child {
    margin-right: 0;
  }
  .footer-bg .copyright {
    font-size: .8em;
    line-height: 1.9em;
  }
  .footer-bg .contact {
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .footer-bg .contact-tit {
    cfont-size: 1.2em;
    padding-left: 0;
  }
  .footer-bg .contact-type dl {
    margin-left: -6px;
  }
  .footer-bg .contact-type dl dt {
    font-size: 1.6em;
    line-height: 1em;
  }
  .footer-bg .contact-type dl dd {
    font-size: .9em;
    line-height: 1em;
  }
  .footer-bg .links .links-list a {
    width: 50%;
  }
  .footer-bg .code-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer-bg .code-box .code-list dl {
    text-align: center;
    cursor: pointer;
  }
  .footer-bg .code-box .code-list dl + dl {
    margin-left: 15px;
  }
  .footer-bg .code-box .code-list dl dt {
    background-color: #3c70c3;
    border-radius: 5px;
    width: 50px;
    color: #fff;
    font-size: 25px;
  }
  .footer-bg .code-box .code-list dl dd {
    color: #fff;
    margin-top: 10px;
    font-size: 12px;
  }
  .footer-bg .code-box .code-list dl.active dt {
    background-color: #00a2e9;
    color: #fff;
  }
  .footer-bg .code-pop {
    width: 200px;
    left: 50%;
    bottom: 50%;
    opacity: 0;
    transform: translate(-50%, 30px);
    visibility: hidden;
  }
  .footer-bg .code-pop .code-lvfa {
    position: absolute;
    right: 0;
    bottom: 100%;
    transform: translate(50%, 100px);
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 30px;
    transition: all 0.5s;
  }
  .footer-bg .code-pop .code-lvfa .code-img {
    width: 120px;
    height: 0;
  }
  .footer-bg .code-pop .code-lvfa p {
    color: #fff;
    font-size: 12px;
  }
  .footer-bg .code-pop .code-lvfa.active {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }
  .footer-bg .code-pop .code-lvfa.active .code-img {
    width: 120px;
    height: 120px;
  }
  .footer-bg .code-pop.open {
    opacity: 1;
    transform: translate(-50%, 0);
    visibility: visible;
  }
}
@media screen and (max-width: 768px) {
  .footer-bg .links {
    padding: 20px 1.5em;
  }
  .footer-bg .links .links-list a {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
  .footer-bg .links .links-list .letter-list .letter-li {
    width: 100%;
  }
}

