@media (min-width: 701px) {
  html body .dibu {
    min-height: 430px;
    padding-top: 82px;
    color: #ffffff;
    background-color: #07111c;
    background-image: linear-gradient(90deg, rgb(5 14 24 / 96%) 0%, rgb(5 15 26 / 88%) 52%, rgb(5 15 26 / 58%) 100%), url("../img/chinee-home/footer-sports-bg.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  html body .dibu::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    border-top: 1px solid rgb(255 255 255 / 10%);
    background: transparent;
    pointer-events: none;
  }

  html body .dibu .bls {
    top: -1px;
    opacity: 0.78;
  }

  html body .dibu .parallax use:nth-child(1) {
    fill: #0b5eb8;
  }

  html body .dibu .parallax use:nth-child(2) {
    fill: #073b82;
  }

  html body .dibu .parallax use:nth-child(3) {
    fill: rgb(179 205 232 / 38%);
  }

  html body .dibu .parallax use:nth-child(4) {
    fill: #07111c;
  }

  html body .dibu .footer.container2,
  html body .dibu .footer2.container2 {
    width: calc(100% - 80px);
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
  }

  html body .dibu .footer {
    align-items: flex-start;
    padding-bottom: 30px;
    font-family: "Manrope", "Poppins", Arial, sans-serif;
  }

  html body .dibu .footer-l {
    width: 27%;
    max-width: 370px;
    padding: 0 30px 10px 0;
  }

  html body .dibu .footer-l .logo {
    width: 245px;
    max-width: 100%;
  }

  html body .dibu .footer-l .logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  html body .dibu .footer-l p {
    max-width: 340px;
    margin-top: 22px;
    color: #cbd6e2;
    font-size: 13px;
    line-height: 1.85;
  }

  html body .dibu .footer-r {
    width: 68%;
    grid-template-columns: 0.8fr 1fr 1.65fr;
    gap: 38px;
  }

  html body .dibu .footer-r ul h3 {
    position: relative;
    margin: 0 0 20px;
    padding-bottom: 13px;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0;
  }

  html body .dibu .footer-r ul h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 34px;
    height: 3px;
    background: #f07822;
  }

  html body .dibu .footer-r ul li {
    margin: 0;
    padding: 0;
  }

  html body .dibu .footer-r ul li a {
    width: fit-content;
    color: #c9d4e0;
    font-size: 12px;
    line-height: 30px;
    transition: color 160ms ease, transform 160ms ease;
  }

  html body .dibu .footer-r ul li a:hover {
    color: #ffffff;
    transform: translateX(3px);
  }

  html body .dibu .footer-r ul p,
  html body .dibu .footer-r ul p a,
  html body .dibu .footer-r ul p span {
    color: #c9d4e0;
    font-size: 12px;
    line-height: 1.65;
  }

  html body .dibu .footer-r .Contacts > p {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 8px;
    margin: 0 0 12px;
  }

  html body .dibu .footer-r .Contacts > p > i,
  html body .dibu .footer-r .Contacts > p > span:first-child {
    color: #86b9ef;
    font-size: 16px;
  }

  html body .dibu .share2 {
    gap: 8px;
    margin-top: 20px;
  }

  html body .dibu .share2 a {
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    margin: 0;
    border: 1px solid rgb(255 255 255 / 18%);
    border-radius: 4px;
    color: #ffffff;
    background: rgb(255 255 255 / 7%);
    transition: background-color 160ms ease, border-color 160ms ease;
  }

  html body .dibu .share2 a:hover {
    border-color: #0c5eb8;
    background: #073b82;
  }

  html body .dibu .footer2 {
    margin-top: 0;
    padding: 22px 0 28px;
    border-top: 1px solid rgb(255 255 255 / 15%);
    color: #9eabba;
    font-family: "Manrope", "Poppins", Arial, sans-serif;
    font-size: 12px;
    line-height: 1.5;
  }

  @media (max-width: 1120px) {
    html body .dibu .footer.container2,
    html body .dibu .footer2.container2 {
      width: calc(100% - 48px);
    }

    html body .dibu .footer-l {
      width: 28%;
      padding-right: 24px;
    }

    html body .dibu .footer-r {
      width: 70%;
      gap: 20px;
    }

    html body .dibu .footer-r ul li a,
    html body .dibu .footer-r ul p,
    html body .dibu .footer-r ul p a,
    html body .dibu .footer-r ul p span {
      font-size: 11px;
    }
  }
}
