@charset "utf-8";
/* CSS Document */
.footer {
  background: #313b59;
}
.footer .footer-wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 32px 0 26px;
}
.footer .footer-wrap .footer-left {
  flex: 1;
  font-size: 14px;
  line-height: 1.6;
  color: #b9c0d6;
}
.footer .footer-wrap .footer-left .info-top .dot {
  width: 3px;
  height: 3px;
  margin: 0 15px;
  border-radius: 50%;
  background: #b9c0d6;
}
.footer .footer-wrap .footer-left .info-middle {
  margin-top: 34px;
}
.footer .footer-wrap .footer-left .info-middle .info-middle-text {
  margin-right: 16px;
}
.footer .footer-wrap .footer-left .info-bottom {
  margin-top: 16px;
}
.footer .footer-wrap .footer-left .info-bottom .text {
  position: relative;
  margin-right: 30px;
}
.footer .footer-wrap .footer-left .info-bottom .text .imgbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
}
.footer .footer-wrap .footer-left .info-bottom .text .imgbox .img {
  width: 800px;
}
.footer .footer-wrap .footer-right .qrcodeitem {
  margin-left: 12px;
}
.footer .footer-wrap .footer-right .qrcodeitem .qrcode {
  width: 133px;
}
.footer .footer-wrap a {
  text-decoration: none;
  color: #b9c0d6;
}
.footer .footer-wrap a:hover {
  color: var(--color);
}
