﻿/*  */
  .photoUrlList{
    max-width: 100%;
  }
  .lead_swiper_container {
      position: relative;
      width: auto;  
      display: flex;
      gap: var(--swiper_thumb_gap);
      justify-content: var(--swiper_thumb_align);
      /* align-items: var(--swiper_thumb_align); */
  }
  .lead_swiper_container.upAndDown {
    align-items: var(--swiper_thumb_align);
  }

  .lead_swiper_container.upAndDown {
      flex-direction: column;
  }
  .lead_swiper_container.upAndDown.upAndDown_translate {
      flex-direction: column-reverse;
  }

  .lead_swiper_container.leftAndRight {
      flex-direction: row;
  }
  .lead_swiper_container.leftAndRight_translate {
      flex-direction: row-reverse;
  }


  .photoUrlList .swiper-initialized.lead_swiper_wrapper>.swiper-wrapper{
    display: flex;
    align-items: center;
  }
  .lead_swiper_container .lead_swiper_thumbs .swiper-wrapper{
    gap: var(--swiper_swiperSlideSpaceBetween);
    /* width: 100%; */
    /* width: var(--swiper_thumbsWidth); */
  }



  .lead_swiper_container .swiper-initialized.lead_swiper_thumbs .swiper-wrapper{
    gap: 0px !important;
  }
  .lead_swiper{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
  }

  .lead_swiper_container .swiper-wrapper .swiper-slide{
    opacity: 1;
    position: relative;
  }

  .lead_swiper_container .lead_swiper_thumbs img {
      aspect-ratio: var(--swiper_thumb_ratio);    
  }

  .lead_swiper_container .lead_swiper_thumbs .prod-swiper-wrapper .swiper-slide{
      opacity: 0.4 !important;
  }

    .lead_swiper_container .lead_swiper_thumbs .swiper-wrapper .swiper-slide{
      height: auto !important;
  }

  .lead_swiper_container .lead_swiper_thumbs .prod-swiper-wrapper .swiper-slide-thumb-active {
    opacity: 1 !important;
    border: 2px solid #000000;
    box-sizing: border-box;
  }

  .lead_swiper_wrapper {
    --swiper-navigation-color: #fff;
    --swiper-pagination-color: #fff
  }
/*  */

/*  */
  /* 风格上下 */
  .lead_swiper_container .prodetail_labelfather {
    width: var(--swiper_wrapperWidth);
    aspect-ratio: var(--swiper_main_ratio);
  }

  .lead_swiper_container .swiper-initialized.lead_swiper_wrapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;

    background-size: cover;
    background-position: center;
  }

  .lead_swiper_container .lead_swiper_wrapper .swiper-slide img {
    display: block;
    /* width: var(--swiper_main_width); */
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .lead_swiper_container .lead_swiper_thumbs {
    text-align: var(--swiper_thumb_align);
    /* width: 100%; */
    margin-left: 0;
    margin-right: 0;
  }

  .lead_swiper_container .lead_swiper_thumbs .swiper-slide {
    cursor: pointer;
  }



  .lead_swiper_container .lead_swiper_thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-sizing: border-box;
  }

  .upAndDown .lead_swiper_thumbs {
    width: var(--swiper_thumbsWidth);
  }

  .leftAndRight .lead_swiper_thumbs {
    min-width: 50px;
    width: calc(100% - var(--swiper_main_width));
  }

  .lead_waterfall .lead_prodimg_container {
    width: 100%;
    display: flex;
    gap: var(--swiper_waterfall_space, 20px);
    flex-wrap: wrap;
    position: relative;
    box-sizing: border-box;
  }

  .lead_waterfall .swiper-slide{
    flex-shrink: initial;
    height: auto;
  }


  .lead_waterfall .lead_prodimg_container .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .lead_waterfall .waterfallrow-num1 .swiper-slide{
    width: 100%;
  }


  .lead_waterfall .waterfallrow-num1 .swiper-slide:nth-child(n+2){
    margin-top: var(--swiper_waterfall_space, 20px);
  }

  .lead_waterfall .waterfallrow-num2 .swiper-slide:nth-child(n+3){
    margin-top: var(--swiper_waterfall_space, 20px);
  }

  .lead_waterfall .waterfallrow-num2 .swiper-slide{
    width: calc((100% - var(--swiper_waterfall_space, 20px)) / 2);
  }
/* 
  .lead_swiper_container .lead_waterfall .swiper-slide img {
    width: var(--swiper_main_width);
  } */

  .leftAndRight .lead_swiper_thumbs .swiper-wrapper {
    display: flex;
    flex-direction: column;
  }

  .bigBox {
    width: var(--swiper_main_width);
  }

  .leftAndRight .bigBox {
    /* width: calc((100% - var(--swiper_thumb_gap)) * (var(var(--swiper_main_width)) / var(--swiper_thumbsWidth))); */
    width: calc(var(--swiper_main_width) - var(--swiper_thumb_gap));
    min-width: 100px;
  }

  

  /* 风格上下 */
/*  */

/*  */
  /* .upAndDown_translate {
    flex-direction: column-reverse;
    display: flex;
  }

  .upAndDown_translate .lead_swiper_thumbs {
    width: 100%;
  } */
/*  */

/*  */
  /* .leftAndRight {
    display: flex;
  }

  .leftAndRight .lead_swiper_wrapper {
    width: var(--swiper_wrapperWidth);
    height: var(--swiper_wrapperHeight);
    margin: 0;
  }

  .leftAndRight .lead_swiper_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .leftAndRight .lead_swiper_thumbs {
    width: var(--swiper_thumbsWidth);
    height: calc(((var(--swiper_thumbsSlideHeight)) * var(--swiper_slidesPerView)) + calc(var(--swiper_slidesPerView) * 10px));
    margin-top: var(--swiper_thumbsSpaceBetween_top);
    margin-right: var(--swiper_thumbsSpaceBetween_right);
    margin-bottom: var(--swiper_thumbsSpaceBetween_bottom);
    margin-left: var(--swiper_thumbsSpaceBetween_left);
  }

  .leftAndRight .lead_swiper_thumbs .swiper-wrapper {
    display: flex;
    flex-direction: column;
  }

  .leftAndRight .lead_swiper_thumbs .swiper-slide {
    height: var(--swiper_thumbsSlideHeight) !important;
  }

  .leftAndRight .lead_swiper_thumbs .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .leftAndRight .bigBox {
    width: calc(100% - var(--swiper_thumbsWidth) - var(--swiper_thumbsSpaceBetween_right) - var(--swiper_thumbsSpaceBetween_left));
  } */
/*  */

/*  */
  /* .leftAndRight_translate {
    flex-direction: row-reverse;
    justify-content: start;
  }

  .leftAndRight_translate .lead_swiper_thumbs {
    margin-top: var(--swiper_thumbsSpaceBetween_top);
    margin-right: var(--swiper_thumbsSpaceBetween_right);
    margin-bottom: var(--swiper_thumbsSpaceBetween_bottom);
    margin-left: var(--swiper_thumbsSpaceBetween_left);
  } */
/*  */

.photoUrlList .swiper-button-next,.photoUrlList .swiper-button-prev{
    background-color: #c1c1c1;
    /* width: 30px; */
    /* height: 30px; */
    border-radius: 50%;
    /* --swiper-navigation-size: 15px; */
    display: flex;
    justify-content: center;
    align-items: center;

    position: absolute;
    top: 50%;
    color: white;
    width: calc(var(--swiper-icon-size) * 2);
    height: calc(var(--swiper-icon-size) * 2);    
}

.photoUrlList .swiper-button-next i, .photoUrlList .swiper-button-prev i {
  font-size: var(--swiper-icon-size);
}

.photoUrlList .swiper-button-next:hover,.photoUrlList .swiper-button-prev:hover{
      background-color: #8c8c8c;
}
.photoUrlList .swiper-button-prev {
  left: var(--swiper_icon_space);
}
.photoUrlList .swiper-button-next{
  right: var(--swiper_icon_space);
}
.photoUrlList .swiper-button-next i,.photoUrlList .swiper-button-prev i{
      font-weight: bold;
}
.photoUrlList .swiper-button-next:after, .photoUrlList .swiper-button-prev:after {
  content: none;
}
.photoUrlList .swiper-button-next i{
  transform: rotate(180deg);
}
.switchhasVideo{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;

    z-index: 111;
}
.switchhasVideo .switchhasVideo_item svg{
  margin-right: 5px;
}
.switchhasVideo .switchhasVideo_item{
    padding: 8px 25px;
    border-radius: 50px;
    color: white;
    display: flex;
    align-items: center;
    margin: 0 10px;
    background-color: #c1c1c1;
    cursor: pointer;
}
.switchhasVideo .active{
  background-color: #000000;
}

.lead-preview-box .video_detail_palying_src_el {
    position: relative;
    height: auto;
}

.video_detail_palying_src_el{
      max-width: 100%;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 88;
    max-height: 100%;
}

.video_container_box{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99;
    display: flex;
    align-items: center;
}
.video_container_box.hide {
  display: none;
}

.videodetail_task{
    width: 100%;
    height: 100%;
    background-color: #000000;
      position: absolute;
    top: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.videodetail_task.hide {
  display: none;
}

div.videodetail_task iframe{
  z-index: 99;
  width: 80%;
  height: 80%;
}

.waiLink iframe{
  width: 100%;
  height: 100%;
}

.closeVideoPayl{
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 99;
  cursor: pointer;
}
.closeVideoPayl svg{
  fill: white;
}

.photoUrlList .playVideo{
    position: absolute;
    z-index: 8;
    cursor: pointer;
    transition: transform 0.5s;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(28, 28, 28, 0.75);
    width: calc(var(--swiper_video_icon_size)* 2);
    height: calc(var(--swiper_video_icon_size)* 2);
}
.photoUrlList .playVideo.center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.photoUrlList .lead_swiper_container.hover .playVideo:hover {
    transform: scale(1.1);
}

.photoUrlList .lead_swiper_container.hover .playVideo.center:hover {
    transform: translate(-50%, -50%) scale(1.1);
}


.photoUrlList .playVideo.left {
    bottom: 20px;
    left: 20px;
}

.photoUrlList .playVideo i{
  font-size: var(--swiper_video_icon_size);
}

.photoUrlList .playVideo:hover svg > path:nth-child(1){
    fill: #8c8c8c;
    fill-opacity: 1;
}

html .upAndDown .lead_swiper_thumbs .swiper-slide{
    width: calc(100% / var(--swiper_slidesPerView) - var(--swiper_swiperSlideSpaceBetween));
    transition: none;
}