:root {
  --color-primary: #c8202f;
}

.qili-footer *,
.qili-copy * {
  box-sizing: border-box;
}

.qili-footer .container,
.qili-copy .container {
  width: min(1360px, calc(100% - 80px)) !important;
  max-width: none !important;
  margin: 0 auto !important;
}

.qili-footer ul {
  list-style: none;
  padding-left: 0;
}

.qili-footer a,
.qili-copy a {
  text-decoration: none;
}

.qili-footer .foot h2 {
  text-transform: uppercase;
}

@media (min-width: 900px) {
  .qili-footer {
    padding: 42px 0 30px !important;
  }

  .qili-footer .container {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 48px !important;
  }

  .qili-footer .foot {
    margin-right: 0 !important;
  }

  .qili-footer .foot.f1 {
    flex: 0 1 330px !important;
    width: auto !important;
    padding-left: 0 !important;
  }

  .qili-footer .foot.f2,
  .qili-footer .foot.f3 {
    flex: 1 1 240px !important;
    width: auto !important;
  }

  .qili-footer .foot h2 {
    margin: 0 0 28px !important;
    font-size: 24px !important;
  }

  .qili-footer .foot.f1 .tel {
    margin: 0 0 24px !important;
  }

  .qili-footer .foot li > a,
  .qili-footer .foot.f1 .tel p {
    font-size: 16px !important;
    line-height: 1.55 !important;
  }

  .qili-footer .foot.f1 .tel h3 {
    margin: 0 0 10px !important;
    font-size: 16px !important;
  }

  .qili-footer .foot.f1 .tel:nth-child(1) p a,
  .qili-footer .foot.f1 .tel:nth-child(2) p a {
    font-size: 24px !important;
  }

  .qili-footer .foot h2 i {
    display: none !important;
  }

  .qili-footer .foot.f2 ul,
  .qili-footer .foot.f3 ul {
    display: block !important;
  }

  .qili-footer .foot.f2 ul li,
  .qili-footer .foot.f3 ul li {
    display: block !important;
    margin: 0 0 13px !important;
  }

  .qili-copy {
    padding: 28px 0 34px !important;
    margin-top: 0 !important;
    border-top: 1px solid #dedede !important;
  }

  .qili-copy::before {
    display: none !important;
  }

  .qili-copy .container {
    position: relative !important;
    z-index: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 36px !important;
  }

  .qili-copy .skill {
    flex: 0 0 260px !important;
    width: 260px !important;
  }

  .qili-copy .skill .logo {
    width: 260px !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    overflow: visible !important;
    background: transparent !important;
  }

  .qili-copy .skill .logo img {
    display: block !important;
    width: 260px !important;
    max-width: 100% !important;
    max-height: none !important;
    height: auto !important;
    object-fit: contain !important;
  }

  .qili-copy .share span {
    position: static !important;
    transform: none !important;
    padding-bottom: 0 !important;
    margin-right: 14px !important;
    white-space: nowrap !important;
  }

  .qili-copy .share {
    flex: 0 0 auto !important;
    display: flex !important;
    align-items: center !important;
  }

  .qili-copy .share .list {
    display: flex !important;
    gap: 10px !important;
  }

  .qili-copy .share .list a {
    margin-right: 0 !important;
  }

  .qili-copy .txt {
    position: static !important;
    right: auto !important;
    bottom: auto !important;
    text-align: right !important;
  }
}

@media (max-width: 899px) {
  .qili-footer .container,
  .qili-copy .container {
    width: min(100% - 40px, 720px) !important;
  }
}
