.footer {
  padding-top: 50px;
  background: #050E19;
  color: #fff;
}
.footer .footer-main {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(105, 115, 132, 0.2);
}
.footer .footer-main .footer-item {
  margin-right: 100px;
}
.footer .footer-main .footer-item .title {
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
.footer .footer-main .footer-item .link {
  margin-bottom: 15px;
}
.footer .footer-main .footer-item .link a {
  font-size: 12px;
  color: #6B7482;
  text-decoration: none;
}
.footer .footer-main .footer-item .link:hover a {
  color: #336DF6;
}
.footer .footer-main .footer-item .p {
  font-size: 14px;
  color: #7C838E;
}
.footer .footer-main .footer-item.contact-box {
  margin-right: 0;
}
.footer .footer-main .footer-item.contact-box .phone {
  margin: 15px 0 10px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
}
.footer .footer-main .footer-item.contact-box .phone img {
  margin-right: 15px;
  width: 18px;
}
.footer .footer-main .footer-item.qr-box {
  margin-top: 20px;
}
.footer .footer-main .footer-item.qr-box .qr-img {
  margin-bottom: 15px;
  width: 120px;
}
.footer .footer-bottom {
  padding: 40px 0;
}
.footer .footer-bottom span,
.footer .footer-bottom a {
  color: #6B7482;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 1.067rem /* 40/37.5 */;
  }
  .footer .footer-main {
    padding-bottom: 1.067rem /* 40/37.5 */;
  }
  .footer .footer-main .footer-left {
    display: none;
  }
  .footer .footer-main .footer-right {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  .footer .footer-main .footer-item .title {
    display: none;
  }
  .footer .footer-main .footer-item .p {
    font-size: 0.32rem /* 12/37.5 */;
    text-align: center;
  }
  .footer .footer-main .footer-item.contact-box {
    padding: 0.267rem /* 10/37.5 */;
    width: 100%;
    border: 1px solid #888;
    border-radius: 0.133rem /* 5/37.5 */;
  }
  .footer .footer-main .footer-item.contact-box .phone {
    margin: 0 auto 0.267rem /* 10/37.5 */;
    font-size: 0.427rem /* 16/37.5 */;
    justify-content: center;
  }
  .footer .footer-main .footer-item.contact-box .phone img {
    margin-right: 0.133rem /* 5/37.5 */;
    width: 0.427rem /* 16/37.5 */;
  }
  .footer .footer-main .footer-item.qr-box {
    margin: 0 auto 0.533rem /* 20/37.5 */;
  }
  .footer .footer-main .footer-item.qr-box .qr-img {
    margin-bottom: 0.267rem /* 10/37.5 */;
    width: 2.667rem /* 100/37.5 */;
  }
  .footer .footer-bottom {
    padding: 0.8rem /* 30/37.5 */ 0;
  }
}
/*# sourceMappingURL=footer.css.map */