*,
::after,
::before {
  box-sizing: unset;
}

.pages-public-footer {
  background-image: url('../../../assets/img/page_footer/back_log.jpg');
  background-size: 100% 100%;

  .pages-public-footer-main {
    max-width: 850px;
    // max-width: calc(1920px - 1020px);
    margin: auto;
    background-image: url('../../../assets/img/page_footer/back.png');
    background-size: 100% 100%;
    display: flex;
    padding: 50px 600px 72px 480px;
    justify-content: space-between;

    .tel {
      font-family: PingFangSC, PingFang SC;
      font-weight: 500;
      font-size: 16px;
      color: #FFFFFF;
      line-height: 22px;

      img {
        width: 18px;
        height: 15px;
        margin-right: 10px;
      }

      p {
        margin-bottom: 15px;
      }
    }

    .e-mail {
      font-family: PingFangSC, PingFang SC;
      font-weight: 400;
      font-size: 14px;
      color: #AAAEBA;
      line-height: 20px;

      img {
        width: 14px;
        height: 16px;
        margin-right: 15px;
      }

      p:nth-child(1) {
        img {
          height: 13px;
          width: 16px;
        }
      }

      p {
        margin-bottom: 15px;
      }
    }

    .number-code {
      font-family: PingFangSC, PingFang SC;
      font-weight: 400;
      font-size: 12px;
      color: #AAAEBA;
      line-height: 17px;

      p {
        margin-bottom: 15px;
      }

      .number {
        font-family: Arial, Arial;
        font-weight: 900;
        font-size: 20px;
        color: #DDDFE4;
        line-height: 28px;
      }
    }
  }
}




@media (max-width: 1300px) {

  .pages-public-footer {
    background-color: RGBA(26, 43, 75, 1);

    .pages-public-footer-main {
      max-width: 100%;
      min-height: 436px;
      width: 100%;
      margin: auto;
      background-image: url('../../../assets/img/footer/xsfooter.jpg');
      background-size: 100% 100%;
      display: block;
      padding: 0;
      justify-content: space-between;

      .tel {
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 22px;
        display: flex;
        padding: 84px 0 0 69px;

        img {
          display: none;
        }

        p {
          color: #AAAEBA;
          margin-right: 10px;
          margin-bottom: 6px;
        }
      }

      .e-mail {
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 14px;
        color: #AAAEBA;
        line-height: 20px;
        padding: 0 0 0 69px;

        img {
          display: none;
        }

        p {
          margin-bottom: 6px;
        }
      }

      .number-code {
        margin: 150px 0 0 20px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 12px;
        color: #AAAEBA;
        line-height: 17px;

        p {
          margin-bottom: 6px;
        }

        .number {
          font-family: Arial, Arial;
          font-weight: 900;
          font-size: 20px;
          color: #DDDFE4;
          line-height: 28px;
        }
      }
    }
  }

}