.footer-gap {
  height: 40px;
}

.hlx-footer {
  min-height: 300px;
  background: #2d2c2b url("../images/page_bottom_bg.png") no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  color: white;
  font-size: 14px;
}
.hlx-footer .footer-row-1 {
  padding-top: 40px;
}
.hlx-footer .footer-row-1 .footer-logo {
  height: 48px;
}
.hlx-footer .footer-row-2 {
  margin-top: 64px;
  display: flex;
  display: -ms-flexbox;
}
.hlx-footer .footer-row-2 .left .footer-links {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.hlx-footer .footer-row-2 .left .footer-links a {
  line-height: 1.5;
  font-size: 16px;
  margin-right: 32px;
  transition: color 0.3s ease;
}
.hlx-footer .footer-row-2 .left .footer-links a:hover {
  color: #ff6b6b;
}
.hlx-footer .footer-row-2 .left .footer-tel {
  margin-top: 22px;
}
.hlx-footer .footer-row-2 .right {
  margin-left: auto;
  display: flex;
  display: -ms-flexbox;
}
.hlx-footer .footer-row-2 .right .social-icon {
  display: block;
  width: 56px;
  height: 56px;
  cursor: pointer;
  position: relative;
  margin-left: 40px;
  transition: all 0.3s ease;
}
.hlx-footer .footer-row-2 .right .social-icon .social-icon-img {
  width: 100%;
  height: 100%;
}
.hlx-footer .footer-row-2 .right .social-icon:hover .social-tooltip {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: center;
}
.hlx-footer .footer-row-2 .right .social-icon .social-tooltip {
  display: none;
  position: absolute;
  top: -130px;
  left: 50%;
  width: 120px;
  height: 120px;
  background: white;
  transform: translate(-50%, 0);
  border-radius: 8px;
}
.hlx-footer .footer-row-2 .right .social-icon .social-tooltip::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
}
.hlx-footer .footer-row-2 .right .social-icon .social-tooltip .social-qrcode {
  width: 100px;
  height: 100px;
}
.hlx-footer .footer-row-3 {
  padding: 40px 0;
  text-align: right;
}
.hlx-footer .footer-row-3 a {
  margin-left: 40px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  transition: color 0.3s ease;
}
.hlx-footer .footer-row-3 a:hover {
  color: #ff6b6b;
}

@media screen and (max-width: 768px) {
  .hlx-footer .footer-row-1 {
    text-align: center;
  }
  .hlx-footer .footer-row-2 {
    margin-top: 20px;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .hlx-footer .footer-row-2 .left {
    text-align: center;
  }
  .hlx-footer .footer-row-2 .left .footer-links {
    padding: 20px 40px;
  }
  .hlx-footer .footer-row-2 .left .footer-links a {
    margin-right: 20px;
    margin-top: 8px;
  }
  .hlx-footer .footer-row-2 .left .footer-tel {
    margin-top: 0;
  }
  .hlx-footer .footer-row-2 .right {
    margin: 20px 0;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .hlx-footer .footer-row-2 .right .social-icon {
    width: 48px;
    height: 48px;
    margin-left: 12px;
  }
  .hlx-footer .footer-row-2 .right .social-icon:first-of-type {
    margin-left: 0;
  }
  .hlx-footer .footer-row-3 {
    text-align: center;
    padding: 0 0 40px 0;
  }
  .hlx-footer .footer-row-3 a {
    display: block;
    margin: 20px 0 0 0;
  }
  .hlx-footer .footer-row-3 a:first-of-type {
    margin-top: 0;
  }
}