@media (min-width: 701px) {
  body .dibu {
    min-height: 520px;
    padding-top: 78px;
    background-image:
      linear-gradient(90deg, rgba(20, 10, 8, 0.96) 0%, rgba(28, 15, 12, 0.9) 46%, rgba(23, 12, 10, 0.7) 100%),
      url("../img/chinee-home/footer-workbench.webp");
    background-position: center;
    background-size: cover;
    color: #f6efe8;
  }

  body .dibu::after {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(196, 154, 108, 0.05), rgba(0, 0, 0, 0.32));
    opacity: 1;
    pointer-events: none;
  }

  body .dibu .bls {
    opacity: 0.58;
  }

  body .dibu .footer {
    position: relative;
    z-index: 2;
    padding-bottom: 52px;
  }

  body .dibu .footer-l p,
  body .dibu .footer-r ul p,
  body .dibu .footer-r ul li a,
  body .dibu .footer-r .Contacts a {
    color: rgba(246, 239, 232, 0.74);
  }

  body .dibu .footer-r ul h3 {
    color: #f6efe8;
  }

  body .dibu .footer-r ul li a:hover,
  body .dibu .footer-r .Contacts a:hover {
    color: #c49a6c;
  }

  body .dibu .footer2 {
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(246, 239, 232, 0.16);
    color: rgba(246, 239, 232, 0.58);
  }
}
