.elementor-2255 .elementor-element.elementor-element-ee89ce6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:30px 030px;--row-gap:30px;--column-gap:030px;--padding-top:60px;--padding-bottom:60px;--padding-left:5px;--padding-right:5px;}.elementor-2255 .elementor-element.elementor-element-ee89ce6:not(.elementor-motion-effects-element-type-background), .elementor-2255 .elementor-element.elementor-element-ee89ce6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-7b39735 );}.elementor-2255 .elementor-element.elementor-element-da14613{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2255 .elementor-element.elementor-element-71647a8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2255 .elementor-element.elementor-element-c2b1723{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2255 .elementor-element.elementor-element-2699807a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-2255 .elementor-element.elementor-element-da14613{--width:35%;}.elementor-2255 .elementor-element.elementor-element-71647a8{--width:65%;}}/* Start custom CSS for global, class: .elementor-global-1531 */.bb1138_image_gallery {
      --bb1138_gallery-play-bg: #000000; /* 视频缩略图播放按钮背景色 */
      --bb1138_gallery-play-icon: #ffffff; /* 视频缩略图播放三角颜色 */
    }

  /* 主图片容器样式 */
    .bb1138_main_image_container {
      position: relative;
      text-align: center;
      margin-bottom: 10px;
      border: 0px solid rgb(5, 230, 140);
      max-width: 1500px;
      margin: 0 auto;
    }
    .bb1138_main_image_container img{
      
      border: 1px solid #cd552000;
     
    }

    .bb1138_gallery_video_container {
      width: 100%;
      aspect-ratio: 16 / 9;
      background: #000000;
    }

    .bb1138_gallery_video_container iframe,
    .bb1138_gallery_video_container video,
    .bb1138_gallery_lightbox_video iframe,
    .bb1138_gallery_lightbox_video video {
      width: 100%;
      height: 100%;
      border: 0;
      display: block;
      background: #000000;
    }

    .bb1138_youtube_video_wrap {
      position: relative;
      width: 100%;
      height: 100%;
      background: #000000;
    }

    .bb1138_youtube_play {
      position: absolute;
      inset: 0;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      background: rgba(0, 0, 0, 0.08);
    }

    .bb1138_youtube_play[hidden] {
      display: none;
    }

    .bb1138_youtube_play_svg {
      width: 44px;
      height: 44px;
      display: block;
      filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.25));
    }

    .bb1138_youtube_play_bg {
      fill: var(--bb1138_gallery-play-bg);
    }

    .bb1138_youtube_play_icon {
      fill: var(--bb1138_gallery-play-icon);
    }

    .bb1138_gallery_video_fallback {
      width: 100%;
      height: 100%;
      min-height: 260px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #111111;
      color: #ffffff;
    }

    .bb1138_gallery_video_fallback a {
      color: #ffffff;
      text-decoration: underline;
    }

    /* 缩略图容器样式 */
    .bb1138_thumbnails_container {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: left;
      max-width: 900px;
      margin-top: 10px;
      align-items: flex-start;
    }

    /* 缩略图默认样式 */
    .bb1138_thumbnail {
      width: calc((100% - 50px) / 6);
      aspect-ratio: 1 / 1;
      height: auto;
      object-fit: cover;
      box-sizing: border-box;
      cursor: pointer;
      border: 0 !important;
      border-radius: 1px;
      opacity: 0.9;
      display: block;
      border: 1px solid #E57734 !important;
    }

    .bb1138_video_thumbnail {
      position: relative;
      min-height: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #111111;
      background-size: cover;
      background-position: center;
      color: #ffffff;
      user-select: none;
      overflow: hidden;
    }

    .bb1138_video_thumbnail::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.12);
    }

    .bb1138_video_thumbnail_icon {
      position: relative;
      z-index: 1;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 26px;
      height: 26px;
      line-height: 1;
    }

    .bb1138_video_thumbnail_svg {
      width: 100%;
      height: 100%;
      display: block;
    }

    .bb1138_video_thumbnail_svg_bg {
      fill: var(--bb1138_gallery-play-bg);
    }

    .bb1138_video_thumbnail_svg_play {
      fill: var(--bb1138_gallery-play-icon);
    }

    /* 激活状态的缩略图样式 */
    .bb1138_thumbnail.bb1138_active {
      border: 2px solid #E57734 !important;
      border-radius: 2px;
      opacity: 1.0;
    }

    /* 图片描述样式 */
    .bb1138_image_description {
      position: absolute;
      bottom: 0px;
      left: 0;
      width: 100%;
      background-color: rgba(255, 0, 0, 0.9);
      color: #ffffff99;
      text-align: center;
      padding: 0px 0;
      font-size: 16px;
      line-height: 1.5em;
      margin: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      height: auto;
    }

    /* 箭头区域样式 */
    .bb1138_arrow_left,
    .bb1138_arrow_right {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 30px;
      height: 30px;
      background-color: #E5773400;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #E57734;
      font-size: 30px;
      z-index: 10;
    }
    
    .bb1138_arrow_left:hover,
    .bb1138_arrow_right:hover {
     
      background-color: #ffffff99;
     
    }

    .bb1138_arrow_left {
      left: 5px;
    }

    .bb1138_arrow_right {
      right: 5px;
    }

    /* 箭头图标 */
    .bb1138_arrow_left::before {
        font-family: "Font Awesome 5 Free"; 
             content: "\f060";                   
             font-weight: 600;                  
             font-size:19px;
    }

    .bb1138_arrow_right::before {
         font-family: "Font Awesome 5 Free"; 
        content: "\f061";                   
        font-weight: 600;                  
             font-size:16px;
    }

    /* 方案3的缩放效果 */
    .bb1138_zoom_container {
      overflow: hidden;
      position: relative;
      width: 100%;
      max-width: 900px;
    }

    .bb1138_zoom_image {
      display: block;
      width: 100%;
      transition: transform 0.1s ease;
      transform-origin: center;
    }

    /* hover 放大效果 */
    .bb1138_zoom_container:hover .bb1138_zoom_image {
      transform: scale(1.6);
    }

    /* 灯箱：点击主图后查看完整大图 */
    .bb1138_gallery_lightbox {
      position: fixed;
      inset: 0;
      z-index: 99999;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 32px 78px;
      background: rgba(0, 0, 0, 0.88);
    }

    .bb1138_gallery_lightbox.bb1138_active {
      display: flex;
    }

    .bb1138_gallery_lightbox img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
      box-shadow: 0 18px 60px rgba(0, 0, 0, 0.36);
    }

    .bb1138_gallery_lightbox_video {
      width: min(1080px, 100%);
      aspect-ratio: 16 / 9;
      background: #000000;
      box-shadow: 0 18px 60px rgba(0, 0, 0, 0.36);
    }

    .bb1138_gallery_lightbox_title {
      position: fixed;
      left: 50%;
      bottom: 24px;
      max-width: min(900px, calc(100% - 32px));
      transform: translateX(-50%);
      padding: 10px 16px;
      border-radius: 999px;
      background: rgba(0, 0, 0, 0.56);
      color: #ffffff;
      font-size: 14px;
      line-height: 1.45;
      text-align: center;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
    }

    .bb1138_gallery_lightbox_close,
    .bb1138_gallery_lightbox_arrow {
      position: fixed;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.84);
      color: #1d1d1f;
      cursor: pointer;
      user-select: none;
      box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
      transition: background 0.2s ease, transform 0.2s ease;
    }

    .bb1138_gallery_lightbox_close:hover,
    .bb1138_gallery_lightbox_arrow:hover {
      background: rgba(255, 255, 255, 0.96);
      transform: translateY(-50%) scale(1.04);
    }

    .bb1138_gallery_lightbox_close {
      top: 18px;
      right: 18px;
      width: 44px;
      height: 44px;
      font-size: 30px;
      line-height: 1;
      transform: none;
    }

    .bb1138_gallery_lightbox_close:hover {
      transform: scale(1.04);
    }

    .bb1138_gallery_lightbox_arrow {
      top: 50%;
      width: 54px;
      height: 54px;
      transform: translateY(-50%);
    }

    .bb1138_gallery_lightbox_prev {
      left: 18px;
    }

    .bb1138_gallery_lightbox_next {
      right: 18px;
    }

    .bb1138_gallery_lightbox_prev::before,
    .bb1138_gallery_lightbox_next::before {
      font-family: "Font Awesome 5 Free";
      font-weight: 600;
      color: #1d1d1f;
    }

    .bb1138_gallery_lightbox_prev::before {
      content: "\f060";
      font-size: 18px;
    }

    .bb1138_gallery_lightbox_next::before {
      content: "\f061";
      font-size: 18px;
    }

    @media (max-width: 640px) {
      .bb1138_gallery_lightbox {
        padding: 70px 12px 86px;
      }

      .bb1138_gallery_lightbox_arrow {
        width: 42px;
        height: 42px;
      }

      .bb1138_gallery_lightbox_prev {
        left: 10px;
      }

      .bb1138_gallery_lightbox_next {
        right: 10px;
      }

      .bb1138_gallery_lightbox_title {
        bottom: 16px;
        font-size: 13px;
        border-radius: 10px;
      }
    }/* End custom CSS */