.elementor-20766 .elementor-element.elementor-element-64b1b47{--display:flex;--margin-top:105px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-b006ddb */<style>
  .yyx-cases-showcase,
  .yyx-cases-showcase * {
    box-sizing: border-box;
  }

  /* 突破 Elementor 1140px 容器，铺满屏幕 */
  .yyx-cases-showcase {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 16px;
    background: #fff;
  }

  .yyx-cases-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 26px;
  }

  .yyx-case-card {
    position: relative;
    display: block;
    width: 100%;
    height: 400px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: #edf0f2;
    cursor: zoom-in;
  }

  .yyx-case-card img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    object-position: center top;
    transition:
      transform 0.45s ease,
      filter 0.45s ease;
  }

  .yyx-case-card:hover img {
    transform: scale(1.025);
    filter: brightness(0.88);
  }

  .yyx-case-card::after {
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255,255,255,.75);
    border-radius: 50%;
    background: rgba(0,0,0,.55);
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    opacity: 0;
    transform: translate(-50%, -50%) scale(.8);
    transition: opacity .3s ease, transform .3s ease;
    pointer-events: none;
  }

  .yyx-case-card:hover::after,
  .yyx-case-card:focus-visible::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  .yyx-case-card:focus-visible {
    outline: 3px solid #32bee9;
    outline-offset: 3px;
  }

  /* 全屏大图 */
  .yyx-case-lightbox[hidden] {
    display: none !important;
  }

  .yyx-case-lightbox {
    position: fixed;
    z-index: 999999;
    inset: 0;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 32px 5vw 60px;
    background: rgba(0, 0, 0, 0.90);
    overscroll-behavior: contain;
  }

  .yyx-case-lightbox__content {
    position: relative;
    width: min(1728px, 90vw);
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 20px 80px rgba(0,0,0,.45);
  }

  .yyx-case-lightbox__image {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
  }

  .yyx-case-lightbox__close {
    position: fixed;
    z-index: 2;
    top: 16px;
    right: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(0,0,0,.7);
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 38px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
    transition: background-color .2s ease, transform .2s ease;
  }

  .yyx-case-lightbox__close:hover {
    background: #32bee9;
    transform: rotate(90deg);
  }

  @media (max-width: 1400px) {
    .yyx-cases-grid {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  @media (max-width: 1050px) {
    .yyx-cases-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }

    .yyx-case-card {
      height: 350px;
    }
  }

  @media (max-width: 700px) {
    .yyx-cases-showcase {
      padding: 12px;
    }

    .yyx-cases-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
    }

    .yyx-case-card {
      height: 280px;
    }

    .yyx-case-lightbox {
      padding: 54px 10px 30px;
    }

    .yyx-case-lightbox__content {
      width: 100%;
    }
  }

  @media (max-width: 430px) {
    .yyx-cases-grid {
      grid-template-columns: 1fr;
    }

    .yyx-case-card {
      height: 340px;
    }
  }
</style>/* End custom CSS */