.footer {
  color: rgba(255, 255, 255, 80%);
}

.footer-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 2.5rem;
  margin-bottom: 2.5rem;
}

.footer-title img {
  height: 2.5rem;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  line-height: 1rem;
  padding-right: 2rem;
  padding-bottom: 3.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 15%);
}

.footer-inner-left {
  display: flex;

  > div {
    width: 16.25rem;
  }

  .phone {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-top: 4px;
  }

  .left-top {
    border-bottom: 1px solid rgba(255, 255, 255, 80%);
    padding-bottom: 0.75rem;
    margin-bottom: 1.125rem;
  }

  .address {
    margin-top: 0.5rem;
  }
}

.footer-inner-right {
  text-align: center;
}

.scan {
  width: 7.5rem;
  height: 7.5rem;
  box-sizing: border-box;
  /*background: #f1f2f6;*/
  border-radius: 0.25rem;
  margin-bottom: 0.75rem;
}

.scan img{
  width: 100%;
  height: 100%;
}

.footer-item {
  display: flex;
  gap: 0.375rem;
  align-items: center;
  margin-bottom: 0.5rem;
}

.footer-bottom {
  padding: 1.25rem 0;
  color: rgba(255, 255, 255, 50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
}

.footer-bottom-left {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}

.footer-bottom-left-text {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.footer-bottom-left img {
  width: 1.25rem;
}

.mobile-content {
  display: none;
}

.web-content {
  display: block;
}

@media screen and (max-width: 1000px) {
  .footer-title {
    font-size: 24px;
  }

  .footer-title img {
    height: 32px;
  }

  .footer .mobile-container {
    .phone {
      font-size: 20px;
      line-height: 28px;
      margin-top: 4px;
    }

    .left-top {
      border-bottom: 1px solid rgba(255, 255, 255, 80%);
      padding-bottom: 12px;
      margin-bottom: 18px;
    }

    .address {
      margin-top: 8px;
    }
  }

  .footer-inner {
    display: block;
    padding-bottom: 40px;
  }

  .footer-inner-left {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .footer-inner-left > div {
    width: 88px;
  }

  .mobile-content {
    display: block;
  }

  .web-content {
    display: none;
  }

  .footer-inner-left > div:first-child {
    margin-bottom: 24px;
    width: 100%;
  }

  .footer-inner-left > div:last-child {
    width: 88px;
  }

  .footer-inner-right {
    text-align: center;
  }

  .scan {
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    background: #f1f2f6;
    border-radius: 4px;
    margin-bottom: 12px;
  }

  .footer-item {
    display: flex;
    gap: 6px;
    align-items: center;
    margin-bottom: 8px;
  }

  .footer-bottom {
    display: block;
    text-align: center;
  }

  .footer-bottom-left {
    justify-content: center;
    margin-bottom: 8px;
  }
}
