/* footer */
.footer-section {
  padding: 83px 0;
}

.footer-main {
  background: url(/wp-content/uploads/2025/09/foot-bg.jpg) no-repeat center;
}

footer .footer-main .footer-top {
  /* background-color: #2c2e36; */
}

footer .footer-main .footer-top .row > div:first-child .footer-item dl {
  float: left;
  width: 33%;
}

footer .footer-main .footer-top .row > div:nth-child(2) dl dt::after,
footer
  .footer-main
  .footer-top
  .row
  > div:first-child
  .footer-item
  dl
  dt::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background-color: #fff;
  margin: 15px 0;
}

footer .footer-main .footer-top .row > div:nth-child(2) dl dt,
footer .footer-main .footer-top .row > div:nth-child(2) dl dt a,
footer .footer-main .footer-top .row > div:first-child .footer-item dl dt a {
  font-size: 16px;
  color: #fff;
}

footer .footer-main .footer-top .row > div:nth-child(2) dl dd,
footer .footer-main .footer-top .row > div:first-child .footer-item dl dd {
  line-height: 30px;
}

footer .footer-main .footer-top .row > div:nth-child(2) dl dd,
footer .footer-main .footer-top .row > div:nth-child(2) dl dd a,
footer .footer-main .footer-top .row > div:first-child .footer-item dl dd a {
  font-size: 15px;
  color: #fff;
}

footer .footer-main .footer-top .row > div:nth-child(2) dl dd a strong {
  font-size: 20px;
  color: #fff;
}

footer
  .footer-main
  .footer-top
  .row
  > div:nth-child(2)
  .footer-right
  .footer-share {
  width: 30%;
}

footer
  .footer-main
  .footer-top
  .row
  > div:nth-child(2)
  .footer-right
  .footer-contact {
  width: 70%;
}

footer
  .footer-main
  .footer-top
  .row
  > div:nth-child(2)
  .footer-right
  .footer-share
  dl
  dd:last-child {
  margin-top: 15px;
}

footer
  .footer-main
  .footer-top
  .row
  > div:nth-child(2)
  .footer-right
  .footer-share
  dl
  dd
  .share {
  float: left;
  margin-right: 5px;
}

footer
  .footer-main
  .footer-top
  .row
  > div:nth-child(2)
  .footer-right
  .footer-share
  dl
  dd
  .share:last-child {
  margin-right: 0;
}

footer
  .footer-main
  .footer-top
  .row
  > div:nth-child(2)
  .footer-right
  .footer-share
  dl
  dd
  .share
  .share-ico {
  width: 24px;
  height: 23px;
}

footer
  .footer-main
  .footer-top
  .row
  > div:nth-child(2)
  .footer-right
  .footer-contact
  dl
  dd
  .footer-ico {
  width: 26px;
  height: 26px;
  display: inline-block;
  margin-right: 10px;
}

footer .footer-main .footer-bottom {
  /* background-color: #25272d; */
  color: #fff;
  padding: 15px 0;
}

footer .footer-main .footer-bottom a {
  color: #fff;
}

footer
  .footer-main
  .footer-top
  .row
  > div:nth-child(2)
  .footer-right
  .footer-share
  .wechat {
  position: relative;
}

footer
  .footer-main
  .footer-top
  .row
  > div:nth-child(2)
  .footer-right
  .footer-share
  .wechat:hover
  .vx {
  display: block;
}

footer
  .footer-main
  .footer-top
  .row
  > div:nth-child(2)
  .footer-right
  .footer-share
  .wechat
  .vx::after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

footer
  .footer-main
  .footer-top
  .row
  > div:nth-child(2)
  .footer-right
  .footer-share
  .wechat
  .vx {
  position: absolute;
  top: -185px;
  width: 180px;
  height: 172px;
  text-align: center;
  box-shadow: 0 2px 10px #aaa;
  background-color: #fff;
  z-index: 999;
  left: -75px;
  display: none;
}

footer
  .footer-main
  .footer-top
  .row
  > div:nth-child(2)
  .footer-right
  .footer-share
  .wechat
  .vx
  h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}

footer
  .footer-main
  .footer-top
  .row
  > div:nth-child(2)
  .footer-right
  .footer-share
  .wechat
  .vx
  .help
  p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #333;
}

footer
  .footer-main
  .footer-top
  .row
  > div:nth-child(2)
  .footer-right
  .footer-share
  .wechat
  .vx
  .vx-img
  img {
  width: 100px;
  height: 100px;
  margin: 10px auto;
  display: block;
}

@media (max-width: 1199px) {
  .footer-section {
    padding: 50px 0;
  }

  footer
    .footer-main
    .footer-top
    .row
    > div:nth-child(2)
    .footer-right
    .footer-share {
    display: none;
  }

  footer
    .footer-main
    .footer-top
    .row
    > div:nth-child(2)
    .footer-right
    .footer-contact {
    width: 100%;
  }
}

@media (max-width: 768px) {
  footer .footer-main .footer-top > .container > .row > div:nth-child(1) {
    display: none;
  }

  .footer-section {
    padding: 30px 0;
  }
}

@media (max-width: 600px) {
  footer .footer-main .footer-bottom .footer-bd {
    float: none !important;
  }

  footer .footer-main .footer-bottom .bei,
  footer .footer-main .footer-bottom .support,
  footer .footer-main .footer-bottom .copy {
    width: 100%;
    text-align: center;
    float: none;
    display: block;
  }
}

.footer1 {
  height: 28px;
  width: 100%;
  margin-top: 17px;
}

.menu-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  opacity: 0.9;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  -o-transform: translateY(45px);
  transform: translateY(45px);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
}

.menu-footer.on {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.menu-footer {
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: rgb(0, 65, 154);
  font-size: 0;
}

.menu-footer a {
  position: relative;
  float: left;
  width: 33.33%;
  width: calc(100% / 3);
  color: #fff;
  font-size: 14px;
}

.menu-footer a:hover {
  color: #fff;
}

.menu-footer a ~ a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  height: 10px;
  border-left: 1px solid #86c9aa;
  opacity: 0.5;
}

.modal {
  margin-top: 150px;
}
