
.footer a {
  color: inherit;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: none;
  color: #610606;
  outline: none;
}




.WeChat-share-box {
  position: relative;
}

.WeChat-share-box-code {
  position: absolute;
  width: 150px;
  height: 150px;
  top: -180px;
  left: -68px;
  background: #fff;
  display: none;
}

.WeChat-share-box-code img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.WeChat-share-box:hover .WeChat-share-box-code {
  display: block;
}



.footer {
  width: 100vw;
  height: auto;
}
.footer p{
  color: #fff;
  text-align: center;
  margin-bottom: 9px;
  line-height: 24px;
}

.footer-content {
  width: 100%;
  background: #0A519F;
  background-size: cover;
  padding-top: 44px;
}

.footer-bottom {
  
  background: #024387;
  
  font-family: "FZLTHK--GBK1-0";
  font-size: 14px;
  letter-spacing: 0.18px;
  text-align: center;
  
}


.footer-logo {
  width: 146px;
  height: 143px;
  object-fit: cover;
}

.footer-nav-box {
  margin-bottom: 24px;
}

.footer-nav-class {
  display: inline-block;
  font-family: "FZLTCHK--GBK1-0";
  font-size: 18px;
  color: #fff;
  margin-right: 32px;
  vertical-align: middle;
  border-right: 1px solid white;
  padding-right: 26px;
}

.footer-nav-class img {
  margin-right: 10px;
  width: 21px;
  height: 21px;
}

.footer-nav-item {
  display: inline-block;
  font-family: "FZLTHK--GBK1-0";
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  vertical-align: middle;
  margin-right: 14px;
  opacity: 1;
  transition: opacity linear 0.3s;
}

.footer-nav-item a:hover {
  color: #fff;
  opacity: 0.8;
}

.footer-nav-item a:visited {
  color: #fff;
  text-decoration: none;
}

.footer-weChat,
.footer-weiBo,
.footer-topBuzz,
.footer-tikTok,
.footer-Kwai {
  display: inline-block;
  margin: 0 30px;
  vertical-align: top;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.footer-link-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-bottom: 15px;
  border-radius: 100%;
}

.footer-zhengda-link {
  font-family: "FZLTHK--GBK1-0";
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  white-space: nowrap;
}

.footer-weChat-code img,
.footer-tikTok-code img,
.footer-topBuzz-code img,
.footer-Kwai-code img {
  width: 130px;
  height: 130px;
}

.footer-weChat-code,
.footer-tikTok-code,
.footer-topBuzz-code,
.footer-Kwai-code {
  width: 150px;
  height: 150px;
  position: absolute;
  top: -140px;
  left: -40px;
  opacity: 0;
  transition: all 0.4s linear 0.2s;
  background: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  padding: 10px;
  pointer-events: none;
  z-index: 4;
}

.footer-weChat-code img {
  width: 100%;
  height: 100%;
}

.footer-weChat>img:hover~.footer-weChat-code,
.footer-topBuzz>img:hover~.footer-topBuzz-code,
.footer-tikTok>img:hover~.footer-tikTok-code,
.footer-Kwai>img:hover~.footer-Kwai-code {
  opacity: 1;
  top: -160px;
}

.footer-nav-box {
  white-space: nowrap;
}

.footer-nav-class {
  margin-right: 5%;
  padding-right: 5%;
}



