.web-footer {
  min-width: 1500px;
  width: 100%;
  background-color: #f5f6f8;
  position: relative;
  z-index: 99;
  background-image: url('/images/footer/footer-bg.png');
  background-size: 100% 495px;
  background-position: bottom;
  background-repeat: no-repeat;
  min-height: 495px;
  padding: 40px 0;
}
.web-footer .main-footer {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
.web-footer .main-footer .main-footer-left {
  color: #000;
  width: 282px;
  margin-right: 172px;
  flex-shrink: 0;
}
.web-footer .main-footer .main-footer-left .main-footer-left-phone {
  margin: 24px 0 88px;
}
.web-footer .main-footer .main-footer-left .main-footer-left-phone .main-footer-left-phone-icon {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 26px;
}
.web-footer .main-footer .main-footer-left .main-footer-left-phone .main-footer-left-phone-icon img {
  margin-right: 8px;
}
.web-footer .main-footer .main-footer-left .main-footer-left-phone p {
  font-family:
    Microsoft YaHei,
    Microsoft YaHei;
  font-weight: 700;
  font-size: 40px;
  color: #000;
  line-height: 60px;
}
.web-footer .main-footer .main-footer-left .main-footer-left-qrcode {
  display: flex;
  align-items: center;
}
.web-footer .main-footer .main-footer-left .main-footer-left-qrcode .main-footer-left-qrcode-fwh {
  margin-right: 28px;
  text-align: center;
}
.web-footer .main-footer .main-footer-left .main-footer-left-qrcode .main-footer-left-qrcode-sph {
  text-align: center;
}
.web-footer .main-footer .main-footer-left .main-footer-left-qrcode p {
  font-family:
    Microsoft YaHei,
    Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 21px;
  margin-top: 8px;
}
.web-footer .main-footer .main-footer-right {
  width: 846px;
}
.web-footer .main-footer .main-footer-right .main-footer-right-top {
  display: flex;
  margin-bottom: 107px;
}
.web-footer .main-footer .main-footer-right .main-footer-right-top .main-footer-right-item h3 {
  font-family:
    Microsoft YaHei,
    Microsoft YaHei;
  font-weight: 700;
  font-size: 18px;
  color: #333;
  line-height: 26px;
  margin-bottom: 16px;
  white-space: nowrap;
}
.web-footer .main-footer .main-footer-right .main-footer-right-top .main-footer-right-item p a {
  font-family:
    Microsoft YaHei,
    Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 22px;
  margin-bottom: 16px;
  display: block;
}
.web-footer .main-footer .main-footer-right .main-footer-right-top .main-footer-right-item p a:hover {
  color: #184749;
}
.web-footer .main-footer .main-footer-right .main-footer-right-top .main-footer-right-item-line {
  margin: 0 60px;
  font-family:
    Microsoft YaHei,
    Microsoft YaHei;
  font-weight: 700;
  font-size: 18px;
  color: #333;
  line-height: 26px;
}
.main-footer-right-bottom {
  display: flex;
  flex-flow: wrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: end;
}
.web-footer .main-footer .main-footer-right .friend-link {
  font-family:
    Microsoft YaHei,
    Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 22px;
  text-align: right;
}
.web-footer .main-footer .main-footer-right .friend-link a {
  font-weight: 400;
  font-size: 14px;
  color: #666;
  margin-left: 20px;
}
.web-footer .main-footer .main-footer-right .friend-link a:hover {
  color: #184749;
}
.main-footer-right-bottom-item {
  margin-top: 8px;
  font-family:
    Microsoft YaHei,
    Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 22px;
}
.main-footer-right-bottom-item a,
.main-footer-right-bottom-item span {
  font-family:
    Microsoft YaHei,
    Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 22px;
}
.license_mask {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #0000009e;
  display: none;
  justify-content: center;
  align-items: center;
}

.license_mask .license_img {
  max-width: 60%;
  max-height: 100vh;
}
