@media (min-width: 701px) {
  body .dibu {
    position: relative;
    isolation: isolate;
    color: #ffffff;
    background-color: #07111f;
    background-image: linear-gradient(rgba(0, 17, 39, 0.8), rgba(0, 17, 39, 0.8)), url("../img/chinee-pc-home/footer-workbench.webp");
    background-position: center;
    background-size: cover;
  }

  body .dibu::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    border-top: 3px solid #e3b71b;
    background: rgba(0, 21, 47, 0.1);
    content: "";
    pointer-events: none;
  }

  body .dibu,
  body .dibu p,
  body .dibu li,
  body .dibu span,
  body .dibu h2,
  body .dibu h3,
  body .dibu h4 {
    color: #ffffff;
  }

  body .dibu a {
    color: rgba(255, 255, 255, 0.84);
  }

  body .dibu a:hover,
  body .dibu .iconfont,
  body .dibu i {
    color: #e3b71b;
  }
}
