.block39914 .lead_swiper_container .bigBox .swiper-wrapper{
    position: unset;
}
.block39914  .lead_swiper_container .bigBox .lead_swiper:not(.swiper-initialized) .swiper-slide img{
    display: none;
    /* opacity: 0; */
}
.block39914  .lead_swiper_container .bigBox .lead_swiper:not(.swiper-initialized) .swiper-slide:first-child img{
    display: block !important;
    /* opacity: 1!important; */
}
.block39914{
    min-height:100px;
}
.block39914 .leftAndRight .lead_swiper_thumbs:not(.swiper-initialized) .swiper-wrapper{
  flex-direction: column;
}
.block39914 *{
  box-sizing: border-box;
}
.block39914 .lead_swiper_container{
    position: relative;
    width: auto;
    display: flex;
    justify-content: center;
}
.block39914 .swiper-button-next,.block39914 .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(20px * 2);
    height: calc(20px * 2);    
}
.block39914 .lead_swiper_container .swiper-wrapper .swiper-slide{
  opacity: 1;
  position: relative;
  height: auto !important;
}
.block39914 .lead_swiper_container .lead_swiper_wrapper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.block39914 .lead_swiper_container .lead_swiper_thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-sizing: border-box;
}
.block39914 .swiper-button-next i, .block39914 .swiper-button-prev i {
  font-size: 20px;
}

.block39914 .swiper-button-next:hover,.block39914 .swiper-button-prev:hover{
      /* background-color: #8c8c8c; */
}
.block39914 .swiper-button-prev {
  left: 10px;
}
.block39914 .swiper-button-next{
  right: 10px;
}
.block39914 .swiper-button-next i,.block39914 .swiper-button-prev i{
      font-weight: bold;
}
.block39914 .swiper-button-next:after, .block39914 .swiper-button-prev:after {
  content: none;
}
.block39914 .swiper-button-next i{
  transform: rotate(180deg);
}
.block39914 .leftAndRight .lead_swiper_thumbs{
    min-width: 50px;
    width: 164px;
}
.block39914 .leftAndRight .lead_swiper_thumbs .swiper-wrapper .swiper-slide {
    height: calc((100% - 50px) / 6) !important;
}

.block39914 .bigBox{
    position: relative;
    width: calc(100% - 164px - 20px);
}
.block39914 .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(30px * 2);
    height: calc(30px * 2);
    /* left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
    left: 4%;
    top: 84%;
}
.block39914 .lead_swiper_container .lead_swiper_thumbs .prod-swiper-wrapper .swiper-slide-thumb-active img{
  border: 2px solid var(--color-match-setting1) !important;
}
/* 数量 */
.block39914 .prodNums{
    --color-foreground: rgb(18,18,18);
    --prodnums-width:30px;
    --prodnums-height:30px;
    display: flex;
    align-items: center;
}
.block39914 .prodNums .prodNums_quantity_btn{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.block39914 .prodNums input::-webkit-outer-spin-button,
.block39914 .prodNums input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.block39914 .prodNums input[type="number"]{
  -moz-appearance: textfield;
}
.block39914 .prodNums .quantity__button{
    width: var(--prodnums-height);
    height: var(--prodnums-height);
    flex-shrink: 0;
    font-size: 1.8rem;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-foreground);
    padding: 0;
    border: 1px solid #ccc;
}
.block39914 .prodNums .quantity__button.disabled{
        background-color: #F5F5F5;
}
.block39914 .prodNums_quantity_btn_row {
    display: flex;
}
.block39914 .prodNums .quantity__button svg{
    width: 12px;
    pointer-events: none;
}
.block39914 .prodNums .quantity__input{
    border: 1px solid #ccc;
    text-align: center;
    font-size: 16px;
    margin-left: 3px;
    margin-right: 3px;
    width: calc(2*var(--prodnums-height));
    height: var(--prodnums-height);
    font-family: initial;
    background-color: #F5F5F5;
}
.block39914 .prodStockContainer{
    margin-top: 10px;
    font-size: 12px;
    color: #989898;
}
.block39914 .prodStockContainer .prodStock{
    display: none;
}
.block39914 .dynamic-component-container .minimum-unit-container .leadPayBtn.disabled {
    cursor: not-allowed;
    background-color: #aaa6a6;
    color: white;
}
/* 询盘 */
.block39914 .prodInquire{
    --prodInquire-background: black;
    --prodInquire-color: rgb(255, 255, 255);
    /* --prodInquire-padding:10px 0px; */
    --btnVal-leftRight: 0px;
    --btnVal-topBottom: 10px;

    --btnVal-width: 280px;
    --btnVal-height: auto;

    display: flex;
    justify-content: start;
    align-items: center;

    font-size: 16px;
    font-weight: 400;
}
.block39914 .prodInquire .prodInquire_btn-button-container {
    width: 100%;
}
.block39914 .prodInquire .prodInquire_btn .prodInquire-inner {
  all: unset;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  text-align: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
}
.block39914 .prodInquire .prodInquire_btn{
    box-shadow: 0 0 0 0 transparent;
    cursor: pointer;
    text-align: center;
    transition: background 0.2s ease-in-out;
    background-color: var(--color-match-setting1);
    color: var(--prodInquire-color);

    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--btnVal-width);

    box-sizing: content-box;

    position: relative;
    min-width: 234px;
    height: 50px;
    opacity: 1;
    border-radius: 100px;
    font-family: inherit;
    font-weight: 600;
    font-size: 18px;
}

.block39914 .prodInquire .prodInquire_btn a{
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    text-decoration: inherit;
    font-style: inherit;


    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: inherit;
    flex-direction: inherit;

    position: absolute;
    width: 100%;
    height: 100%;
}
/* 产品描述 */
.block39914 .phoenixProductTextVO{
    /* border: 1px solid #ccc; */
}
.block39914 .phoenixProductTextVO .detial-cont-tabslabel{
    /* border-bottom: 1px solid #ccc;
    background: #efefef; */
}
.block39914 .phoenixProductTextVO .detial-cont-tabslabel li{
    float: left;
    cursor: pointer;
    padding: 0 30px;
    height: 56px;
    line-height: 56px;
    /* border: 1px solid #ccc; */
    background-color: var(--color-match-setting1);
    margin: 0 10px 10px 0;
    border: 2px solid var(--color-match-setting1);
}
.block39914 .phoenixProductTextVO .detial-cont-tabslabel li a {
    color: white;
    font-size: 18px;
    font-weight: bold;
}
.block39914 .phoenixProductTextVO .hide {
    display: none;
}
.block39914 .phoenixProductTextVO .detial-cont-tabslabel li.on{
    float: left;
    cursor: pointer;
    padding: 0 30px;
    line-height: 56px;
    /* border-left: 1px solid #ccc; */
    background: #efefef;
    position: relative;
    background: #fff;
    background-color: var(--color-match-setting2);
    border: 2px solid var(--color-match-setting2);
    height: 56px;
}
.block39914 .phoenixProductTextVO .detial-cont-tabslabel li.on a {
    color: white;
}
.block39914 .phoenixProductTextVO  .prodDetail-editor-container{
    padding: 10px;
}

.block39914 .phoenixProductTextVO  img {
    max-width: 100%;
    height: auto !important;
    vertical-align: top;
}

.block39914 .phoenixProductTextVO iframe,.block39914 .phoenixProductTextVO embed { max-width:100%;}

.block39914 .phoenixProductTextVO .sliderTable td {
    border: 1px solid #ccc;
    padding-left: 2px;
    padding-right: 2px;
}
.block39914 .phoenixProductTextVO .fix:after {
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    content: ".";
}

/* table */
.block39914 .phoenixProductTextVO .sliderTable {
    position: relative;
    width: 100%;
    overflow: auto
  }

  .block39914 .phoenixProductTextVO .sliderTable table {
    border-collapse: collapse;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    width: 100%;
    max-width:100%;
  }

  @media(max-width:420px) {
    .block39914 .phoenixProductTextVO .sliderTable table {
      min-width: 280px;
      width: 100%
    }
  }

  @media(min-width:421px) and (max-width:989px) {
    .block39914 .phoenixProductTextVO .sliderTable table {
      min-width: 360px;
      width: 100%
    }
  }

  @media(min-width:990px) {
    .block39914 .phoenixProductTextVO .sliderTable table {
      min-width: 640px;
      width: 100%
    }
  }

  .block39914 .phoenixProductTextVO .sliderTable td {
    border: 1px solid #ccc;
    padding-left: 2px;
    padding-right: 2px
  }

  .block39914 .phoenixProductTextVO .sliderTable .sitewidget-inquire-table td .proNum {
    height: 30px
  }

  .block39914 .phoenixProductTextVO .sliderTable table tbody tr td[align="left"],
  .block39914 .phoenixProductTextVO .sliderTable table tbody tr th[align="left"] {
    text-align: left
  }

  .block39914 .phoenixProductTextVO .sliderTable table tbody tr td[align="center"],
  .block39914 .phoenixProductTextVO .sliderTable table tbody tr th[align="center"] {
    text-align: center
  }

  .block39914 .phoenixProductTextVO .sliderTable table tbody tr td[align="right"],
  .block39914 .phoenixProductTextVO .sliderTable table tbody tr th[align="right"] {
    text-align: right
  }
/* table */

/* 图片 */
.block39914 .phoenixProductTextVO .prodDetail-editor-container img{
    max-width: 100%;
    height: auto !important;
    vertical-align: top;
}
/* 图片 */

@media (max-width: 768px) {
    html .block39914 .phoenixProductTextVO .detial-cont-tabslabel li {
        text-indent: 15px;
        /* background-color: #efefef; */
        /* border: 1px solid #ddd; */
        margin-bottom: -1px;
        line-height: 32px;
        float: none !important;
        padding: 0 22px;
    }
}

/* 产品描述 模板ue editor自定义模板css start */
/*1307-1318*/
.block39914 .phoenixProductTextVO .prodDetail-editor-container .selectTdClass{background-color:#edf5fa !important}
.block39914 .phoenixProductTextVO .prodDetail-editor-container table.noBorderTable td,
.block39914 .phoenixProductTextVO .prodDetail-editor-container table.noBorderTable th,
.block39914 .phoenixProductTextVO .prodDetail-editor-container table.noBorderTable caption{border:1px dashed #ddd !important}
.block39914 .phoenixProductTextVO .prodDetail-editor-container td,
.block39914 .phoenixProductTextVO .prodDetail-editor-container th{padding: 5px 10px;border: 1px solid #DDD;}
.block39914 .phoenixProductTextVO .prodDetail-editor-container caption{border:1px dashed #DDD;border-bottom:0;padding:3px;text-align:center;}
.block39914 .phoenixProductTextVO .prodDetail-editor-container th{border-top:1px solid #BBB;background-color:#F7F7F7;}
.block39914 .phoenixProductTextVO .prodDetail-editor-container table tr.firstRow th{border-top-width:2px;}
.block39914 .phoenixProductTextVO .prodDetail-editor-container .ue-table-interlace-color-single{ background-color: #fcfcfc; }
.block39914 .phoenixProductTextVO .prodDetail-editor-container .ue-table-interlace-color-double{ background-color: #f7faff; }
.block39914 .phoenixProductTextVO .prodDetail-editor-container ol.list-paddingleft-2 li{display: list-item !important;list-style: inherit;}
.block39914 .phoenixProductTextVO .prodDetail-editor-container ul.list-paddingleft-2 li{display: list-item !important;list-style: inherit;}
.block39914 .phoenixProductTextVO .prodDetail-editor-container {font-size: 16px;border: 1px solid #ccc;}
.block39914 .phoenixProductTextVO hr {
    border-bottom: 1px solid #000 !important;
}
.block39914 .phoenixProductTextVO .prodDetail-editor-container h1,
.block39914 .phoenixProductTextVO .prodDetail-editor-container h2,
.block39914 .phoenixProductTextVO .prodDetail-editor-container h3,
.block39914 .phoenixProductTextVO .prodDetail-editor-container h4,
.block39914 .phoenixProductTextVO .prodDetail-editor-container h5,
.block39914 .phoenixProductTextVO .prodDetail-editor-container h6{
  font-weight: bold;
}
.block39914 .phoenixProductTextVO .prodDetail-editor-container h5{
  font-size: 0.83em;
}
.block39914 .phoenixProductTextVO .prodDetail-editor-container h6{
  font-size: 0.67em;
}
.block39914 .phoenixProductTextVO .prodDetail-editor-container h1 {
  font-size: 2em;
}
.block39914 .phoenixProductTextVO .prodDetail-editor-container ul,
.block39914 .phoenixProductTextVO .prodDetail-editor-container ol,
.block39914 .phoenixProductTextVO .prodDetail-editor-container h1,
.block39914 .phoenixProductTextVO .prodDetail-editor-container h2,
.block39914 .phoenixProductTextVO .prodDetail-editor-container h3,
.block39914 .phoenixProductTextVO .prodDetail-editor-container h4,
.block39914 .phoenixProductTextVO .prodDetail-editor-container h5,
.block39914 .phoenixProductTextVO .prodDetail-editor-container h6,

.block39914 .phoenixProductTextVO .prodDetail-editor-container blockquote{
  margin: revert; 
  padding: revert;
}
.block39914 .phoenixProductTextVO .prodDetail-editor-container p{
  /* height: 24px; */
}
/*产品详情模板移动端优化*/

@media screen and (max-width: 1024px) {
	.block39914 .phoenixProductTextVO .prodDetail-editor-container .pre21 img{
		width: 100%!important;
		height: 110px!important;
		object-fit: cover;
		vertical-align: top;
	}
	.block39914 .phoenixProductTextVO .prodDetail-editor-container .pre13 img{
		width: 100%!important;
		height: 170px!important;
		object-fit: contain;
		vertical-align: top;
	}
	.block39914 .phoenixProductTextVO .prodDetail-editor-container .pre12 img{
		width: 100%!important;
		height: 170px!important;
		object-fit: cover;
		vertical-align: top;
	}
	.block39914 .phoenixProductTextVO .prodDetail-editor-container .pre11 img{
		width: 100%!important;
		height: 210px!important;
		object-fit: cover;
		vertical-align: top;
	}
	.block39914 .phoenixProductTextVO .prodDetail-editor-container .pre10 img{
		width: 100%!important;
		height: 210px!important;
		object-fit: cover;
		vertical-align: top;
	}
}

@media screen and (max-width: 768px) { 
  .block39914 .pre7_temp img{
		width: 100% !important;
		margin-bottom: 10px;
	}
	.block39914 .pre8_temp img{
		width: 100% !important;
		margin-bottom: 10px;
	}
	.block39914 .pre7_temp p{
		padding: 0!important;
	}
	.block39914 .pre8_temp p{
		padding: 0!important;
	}
  .block39914 .phoenixProductTextVO .prodDetail-editor-container .pre23 img{
		width: 100%!important;
		height: 190px!important;
		object-fit: cover;
		vertical-align: top;
	}
	.block39914 .phoenixProductTextVO .prodDetail-editor-container .pre22 img{
		width: 100%!important;
		height: 220px!important;
		object-fit: cover;
		vertical-align: top;
	}
	.block39914 .phoenixProductTextVO .prodDetail-editor-container .pre21 img{
		width: 100%!important;
		height: 190px!important;
		object-fit: cover;
		vertical-align: top;
	}
	.block39914 .phoenixProductTextVO .prodDetail-editor-container .pre13 img{
		width: 100%!important;
		height: 140px!important;
		object-fit: contain;
		vertical-align: top;
	}
	.block39914 .phoenixProductTextVO .prodDetail-editor-container .pre12 img{
		width: 100%!important;
		height: 140px!important;
		object-fit: cover;
		vertical-align: top;
	}
	.block39914 .phoenixProductTextVO .prodDetail-editor-container .pre11 img{
		width: 100%!important;
		height: 180px!important;
		object-fit: cover;
		vertical-align: top;
	}
	.block39914 .phoenixProductTextVO .prodDetail-editor-container .pre10 img{
		width: 100%!important;
		height: 180px!important;
		object-fit: cover;
		vertical-align: top;
	}
  .block39914 .double_tem{
		width: 100%!important;
	}
	.block39914 .right_img{
		width: 100%!important;
	}
	.block39914 .right_img_order_1{
		order: 1;
	}
	.block39914 .left_img{
		width: 100%!important;
	}
	.block39914 .phoenixProductTextVO .prodDetail-editor-container .pre10 img{
		max-width: 100%;
		height: 100px!important;
		object-fit: cover;
		vertical-align: top;
	}
	.block39914 .phoenixProductTextVO .prodDetail-editor-container .pre11 img{
		max-width: 100%;
		height: 100px!important;
		object-fit: cover;
		vertical-align: top;
	}
	.block39914 .phoenixProductTextVO .prodDetail-editor-container .pre12 img{
		max-width: 100%;
		height: 80px!important;
		object-fit: cover;
		vertical-align: top;
	}
	.block39914 .phoenixProductTextVO .prodDetail-editor-container .pre13 img{
		max-width: 100%;
		height: 80px!important;
		object-fit: contain;
		vertical-align: top;
	}
	.block39914 .phoenixProductTextVO .prodDetail-editor-container .pre21 img{
		max-width: 100%;
		height: 100px!important;
		object-fit: cover;
		vertical-align: top;
	}
	.block39914 .phoenixProductTextVO .prodDetail-editor-container .pre22 img{
		max-width: 100%;
		height: 100px!important;
		object-fit: cover;
		vertical-align: top;
	}
	.block39914 .phoenixProductTextVO .prodDetail-editor-container .pre23 img{
		width: 100%!important;
		height: 100px!important;
		object-fit: cover;
		vertical-align: top;
	}

	.block39914 .pre7_temp img{
		width: 100% !important;
		margin-bottom: 10px;
	}
	.block39914 .pre8_temp img{
		width: 100% !important;
		margin-bottom: 10px;
	}
	.block39914 .pre7_temp p{
		padding: 0!important;
	}
	.block39914 .pre8_temp p{
		padding: 0!important;
	}
 	.block39914 .p-img-pre{
		width:100% !important;
	}
	.block39914 .temp-phone-top {
		margin-top: 20px !important;
	}
	.block39914 .temp-phone-hide {
		display: none !important;
	}
	.block39914 .three_tem {
		width: 100% !important;
	}
	.block39914 .four_tem {
		width: 100% !important;
	}
  .block39914 .playVideo{
    left: 1%;
    top: 100%;
    transform: translate(0%, -105%);
  }
}
/* 产品描述 模板ue editor自定义模板css end */
/* 设计稿详情样式 */
.block39914 .blockDetail_container{
    display: flex;
    gap: 50px;
    align-items: center;
    margin-bottom: 90px;
    margin-top: 70px;
    position: relative;
    z-index: 1;
}
.block39914 .blockDetail_container .blockDetail_container_left{
    flex: 1;
    place-self: flex-start;
}
.block39914 .blockDetail_container .blockDetail_container_left .container_left_name{
    font-family: inherit;
    font-weight: 700;
    font-style: Italic;
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 40px;
}
.block39914 .blockDetail_container .blockDetail_container_left .container_left_name span{
    color: #000;
    font-size: 36px;
    margin-left: 10px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.block39914 .blockDetail_container .blockDetail_container_left .container_left_name span img{
  display: none;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
.block39914 .blockDetail_container .blockDetail_container_left .container_left_name span:hover img{
  display: block;
}
.block39914 .blockDetail_container .blockDetail_container_right{
    flex: 1;
    padding: 20px;
    background: #F7F7F7;
}
.block39914 .blockDetail_container .blockDetail_container_right .container_right_field{
        margin-bottom: 50px;
}
.block39914 .blockDetail_container .blockDetail_container_right .container_right_field .detial-cont-divsions label{
      min-width: fit-content;
}
.block39914 .blockDetail_container .blockDetail_container_right .container_right_field .detial-cont-divsions p{
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: 400;
}
.block39914 .blockDetail_container .blockDetail_container_right .container_right_field .pro-itemspecifics-list .detial-cont-divsions{
    display: flex;
    justify-content: space-between;
    font-family: inherit;
    font-weight: 700;
    font-size: 16px;
    line-height: 50px;
    border-bottom: 1px solid #CACACA;
}
.block39914 .blockDetail_container .blockDetail_container_right .container_right_field .pro-itemspecifics-list .detial-cont-divsions .commentTotal_val {
    font-weight: 400;
}
.block39914 .blockDetail_container .blockDetail_container_right .container_right_inquiry{
    display: flex;
    justify-content: space-between;
}
/* 选型按钮样式 */
.block39914 .switch3D{
    height: 125px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
}
.block39914 .switch3D .top-section__btn{
    position: absolute;
    right: 0;
    top: -3px;
    left: 89%;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    z-index: 1;
    background: var(--color-match-setting1);/*#1a6cb6*/
    cursor: pointer;
}

.block39914 .switch3D .top-section__btn::before {
    content: '';
    height: 150px;
    width: 150px;
    background: #01549d;
    background: radial-gradient(circle, var(--color-match-setting1) 0%, #01549d00 100%);/*#01549dff*/
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 100px;
    transition: all .3s linear;
}
.block39914 .switch3D .top-section__btn svg {
    animation: rotateCircle33914 15s infinite linear;
    transition: all .3s linear;
    fill: white;
    position: absolute;
    /* top: 50%; */
    /* transform: translate(10px, 10px); */
    top: 5%;
    left: 5%;
    width: 100px;
    height: 100px;
}
.block39914 .switch3D .top-section__btn .svg-vertical-text {
    width: 93%;
    opacity: 0;
    font-size: 16px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-360deg) scale(0);
    transition: all .3s linear;
    display: inline-block;
    color: #fff;
    line-height: 1.5em;
}
.block39914 .switch3D .top-section__btn:hover .svg-vertical-text {
    opacity: 1;
    transform: translate(-50%,-50%) rotate(0deg) scale(1)
}
.block39914 .switch3D .top-section__btn:hover svg text {
    transition: all .3s linear;
    font-size: 0;
}
.block39914 .switch3D .top-section__btn:hover::before {
    transform: translate(-50%, -50%) scale(1);
}
@keyframes rotateCircle33914 {
    0% {
        transform: rotate(0deg);
        animation-timing-function: linear
    }

    100% {
        transform: rotate(360deg)
    }
}
/* 选型弹框第一步 */
/* 基础样式：保持原有布局，添加过渡和初始状态 */
.block39914 .selection-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: #fff;
    width: 100vw;
    height: 100vh;
    display: flex;
    transition: all 0.5s ease-out;
    /* padding-top: 146px; */
    box-sizing: border-box;

    /* 初始状态（隐藏时） */
    opacity: 0; 
    /* transform: rotate(30deg);  */
    transform: translate3d(0px, -100%, 10px);
    pointer-events: none; 
}

/* 显示状态：添加 .active 类触发 */
.block39914 .selection-wrap.active {
    opacity: 1; 
    /* transform: rotate(0deg);  */
        transform: translate3d(0px, 0%, 10px);
    pointer-events: auto; 
}

.block39914 .selection-wrap-step1{
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.block39914 .selection-wrap-step2{
  display: flex;
  flex-wrap: wrap;
}
.block39914 .selection-wrap-step1 .wrap-step1-top{
    width: 100%;
    height: 83px;
    display: flex;
    justify-content: space-between;
    line-height: 83px;
}
.block39914 .selection-wrap-step1 .wrap-step1-top .wrap-step1-top-prodName{
  background: #d5e7f9;
  width: calc(100% - 285px);
  font-family: Montserrat;
  font-weight: 600;
  font-size: 22px;
  padding-left: 130px;
  color: #000000;
}
.block39914 .selection-wrap-step1 .wrap-step1-top .wrap-step1-top-close{
  width: 285px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: var(--color-match-setting1);
  position: relative;
  font-size: 15px;
  cursor: pointer;
}
.block39914 .selection-wrap-step1 .wrap-step1-top .wrap-step1-top-close span{
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding: 0 64px;
}
.block39914 .selection-wrap-step1 .wrap-step1-top .wrap-step1-top-close svg{
  position: absolute;
  left: 32px;
  transition: transform 0.3s ease;
}
.block39914 .selection-wrap-step1 .wrap-step1-top .wrap-step1-top-close:hover svg{
  transform: rotate(90deg);
}
.block39914 .selection-wrap-step1 .wrap-img-box {
  width: 65%;
  height: calc(100% - 83px);
}
.block39914 .selection-wrap-step1 .wrap-img-box .swiper-slide{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    overflow: auto;
    padding: 0 20px;
}
.block39914 .selection-wrap-step1 .wrap-img-box .swiper-slide .thumbs-list{
      width: 100%;
    display: flex;
    margin-top: 20px;
    gap: 10px;
}
.block39914 .selection-wrap-step1 .wrap-img-box .swiper-slide .thumbs-list .swiper-slide-list{
    width: calc(100% / 6);
    height: auto;
    cursor: pointer;
}
.block39914 .selection-wrap-step1 .wrap-img-box .swiper-slide .thumbs-list .swiper-slide-list .thumbs-img{
    width: 100%;
}
.block39914 .selection-wrap-step1 .wrap-img-box .video-cover-image {
  width: 100%;
      max-height: 70%;
    object-fit: contain;
    position: relative;
}
.block39914 .selection-wrap-step1 .wrap-img-box .video-cover-box{
  position: relative;
}
.block39914 .selection-wrap-step1 .wrap-img-box .video-cover-box .video-cover{
    position: absolute;
    width: 100%;
    left: 0;
}
.block39914 .selection-wrap-step1 .wrap-option-box {
  width: 35%;
  padding-bottom: 20px;
  height: calc(100% - 83px);
}
.block39914 .selection-wrap-step1 .option-box-sku.universalization {
  height: calc(100% - 54px);
  overflow-y: auto;
}
.block39914 .selection-wrap-step1 .option-box-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  padding-top: 10px;
}
.block39914 .selection-wrap-step1 .option-box-btn-back {
  display: flex;
  align-items: center;
  line-height: 28px;
  color: #A8A8A8;
  cursor: pointer;
}
.block39914 .selection-wrap-step1 .option-box-btn-back svg {
  margin-right: 4px;
  margin-top: 2px;
}
.block39914 .selection-wrap-step1 .option-box-btn-back svg path {
  fill: #A8A8A8;
}
.block39914 .selection-wrap-step1 .option-box-btn-back:hover{
  color: #565656;
}
.block39914 .selection-wrap-step1 .option-box-btn-back:hover svg path{
  fill: #565656;
}
.block39914 .selection-wrap-step1 .option-box-btn-Continue {
  width: 162px;
  height: 44px;
  font-size: 16px;
  background: var(--color-match-setting1);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.block39914 .selection-wrap-step1 .option-box-btn-Submit {
  width: 162px;
  height: 44px;
  font-size: 16px;
  background: var(--color-match-setting1);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.block39914 .selection-wrap-step1 .option-box-btn-Continue:hover,
.block39914 .selection-wrap-step1 .option-box-btn-Submit:hover{
  font-size: 18px;
}
/* 第一步sku样式 */
.block39914 .universalization {}

.block39914 .universalization .module-box {}

.block39914 .universalization .module-box>h4 {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    margin: 10px 0;
    padding: 15px 30px;
    margin-left: 6px;
    margin-top: 0;
    background: #f5f5f5;
    position: relative;
}
.block39914 .universalization .module-box>h4 svg{
  position: absolute;
  right: 32px;
  top: 22px;
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}
.block39914 .universalization .module-box>h4.close svg{
  transform: rotate(0deg);
}
.block39914 .universalization .module-box:nth-child(3n){
  display:none;
}
.block39914 .universalization .module-box:nth-child(3n+1) h4{
  cursor: pointer;
  margin-bottom: 28px;
}
.block39914 .universalization .module-box .errorMessage {
    display: none;
    color: #FF0000;
        padding: 0 30px;
}

.block39914 .universalization .module-box>h4>span {
    color: #FF0000;
    margin-right: 5px;
}

.block39914 .universalization .module-box>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 30px;
}


.block39914 .universalization .module-box>ul li {
    width: 102px;
    /* margin: 0 10px 10px 0; */
    margin: 0 20px 10px 0;
    cursor: pointer;
}

.block39914 .universalization .module-box>ul li>span:nth-child(1) {
    width: 100%;
    height: 102px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 2px solid #8685852b;
}

.block39914 .universalization .module-box>ul li>span.active:nth-child(1) {
    /* border-color: #000; */
    /* border-width: 1px; */
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
        border: 2px solid var(--color-match-setting1);
}

.block39914 .universalization .module-box>ul li>span.active:nth-child(2) {
    font-weight: bold;
}

.block39914 .universalization .module-box>ul li>span:nth-child(1) img {
    width: 100%;
    height: 100%;
    object-fit: contain;
        padding: 2px;
}

.block39914 .universalization .module-box>ul li>span:nth-child(2) {
    width: 100%;
    /* display: block; */
    text-align: center;
    height: auto;
    font-size: 12px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: none;
}
.block39914 .universalization .module-box:nth-child(3n+1)>ul li>span:nth-child(2){
  display: block;
}

.block39914 .universalization .module-box>ul li>span:nth-child(3) {
    width: 100%;
    /* display: block; */
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #FF0000;
    display: none;
}
/* 莲亚特殊处理样式 */
.block39914 .universalization .module-box:nth-child(3n+2) h4{
  background: none;
}
.block39914 .universalization .module-box:nth-child(3n+2) ul{
      margin-bottom: 28px;
}
.block39914 .universalization .module-box:nth-child(3n+2) > ul li{
	width: 52px;
  margin: 0 2px 2px 0;
}
.block39914 .universalization .module-box:nth-child(3n+2) > ul li > span:nth-child(1) img{
	border-radius: 50%;
	width: 100%;
	height: 100%;
}
.block39914 .universalization .module-box:nth-child(3n+2) > ul li > span:nth-child(1){
	height: 52px;
  border-radius: 50%;
}
/* 无图时的样式处理 */
.block39914 .universalization .module-box>ul.skuxuan_noflex {
    display: block;
}

.block39914 .universalization .module-box>ul li.flex_flag {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border: 1px solid #e9e9e9;
    padding: 10px;
    min-height: 60px;
}

.block39914 .universalization .module-box>ul li.flex_flag.active {
    border: 1px solid #000;
}

.block39914 .universalization .module-box>ul li span.skuName {
    width: 80%;
    justify-content: flex-start;
    text-align: start;
    height: auto;
    font-size: 14px;
    word-break: break-word;
    margin-top: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.block39914 .universalization .module-box>ul li span.skuName.active {
    border: none;
    box-shadow: inherit;
    font-weight: bold;
}


.block39914 .universalization .module-box>ul li span.skuCurrencySymbol {
    width: 20%;
    text-align: right;
    height: 40px;
    line-height: 40px;
    color: #FF0000;
    margin-top: 0;
    font-size: 16px;
}

.block39914 .universalization .module-box>ul li span.static_wh {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.block39914 .selection-wrap-step1 .option-box-sku.form{
    height: calc(100% - 54px);
    overflow-y: auto;
    background-color: #f6f6f6;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
        align-content: flex-start;
}
.block39914 .selection-wrap-step1 .option-box-sku.form .form-item{
            background: #fff;
    display: flex;
    align-items: center;
    padding: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    width: 50%;
    height: 179px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.block39914 .selection-wrap-step1 .option-box-sku.form .form-item:nth-child(even){
  align-content: center;
    padding-top: 28px;
}
.block39914 .selection-wrap-step1 .option-box-sku.form .form-item:nth-child(even) .form-item-label{
      font-size: 14px;
}
.block39914 .selection-wrap-step1 .option-box-sku.form .form-item:nth-child(even) .form-item-img{

}
.block39914 .selection-wrap-step1 .option-box-sku.form .form-item:nth-child(even) .form-item-img img{
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 2px solid #8685852b;
    padding: 2px;
}
.block39914 .selection-wrap-step1 .option-box-sku.form .form-item:nth-child(even) .form-item-value{
  display: none;
}
.block39914 .selection-wrap-step1 .option-box-sku.form .form-item .form-item-label{
    font-size: 18px;
    width: 100%;
        margin: 0px 0 10px 0;
}
.block39914 .selection-wrap-step1 .option-box-sku.form .form-item .form-item-img{
    margin:0 20px 0 0px;
}
.block39914 .selection-wrap-step1 .option-box-sku.form .form-item .form-item-img img{
        width: 102px;
    height: 102px;
        border: 2px solid #8685852b;
    padding: 2px;
}
.block39914 .selection-wrap-step1 .option-box-sku.form .form-item .form-item-value{
    font-size: 12px;
        width: calc(100% - 122px);
}
/* 表单样式 */
.block39914 .selection-wrap-step1 .option-box-sku.form .form-card{
	background:#fff;
	    width: 100%;
}
.block39914 .selection-wrap-step1 .option-box-sku.form .form-card form{
	padding:22px;
	    display: flex;
    flex-wrap: wrap;
}
.block39914 .selection-wrap-step1 .option-box-sku.form .form-card form input{
	width:100%;
	height:38px;
	margin-bottom:10px;
	border: 1px solid #E3E3E3;
	padding:0 10px;
}
.block39914 .selection-wrap-step1 .option-box-sku.form .form-card form input::placeholder{
	color:#E3E3E3;
}
.block39914 .selection-wrap-step1 .option-box-sku.form .form-card form textarea{
	width:100%;
	height:auto;
	margin-bottom:10px;
	border: 1px solid #E3E3E3;
	padding:0 10px;
}
.block39914 .selection-wrap-step1 .option-box-sku.form .form-card form textarea::placeholder{
	color:#E3E3E3;
}
/* 滚动条样式 */
.block39914 .option-box-sku.universalization::-webkit-scrollbar {
    width: 4px;
}
.block39914 .option-box-sku.universalization::-webkit-scrollbar-thumb {
    border-radius: 4px;
}
.block39914 .option-box-sku.universalization::-webkit-scrollbar-thumb{
  background-color: #8b8b8b;
}
.block39914 .option-box-sku.form::-webkit-scrollbar {
    width: 4px;
}
.block39914 .option-box-sku.form::-webkit-scrollbar-thumb {
    border-radius: 4px;
}
.block39914 .option-box-sku.form::-webkit-scrollbar-thumb{
  background-color: #8b8b8b;
}
.block39914 .selection-wrap-step1 .wrap-img-box .swiper-slide::-webkit-scrollbar{
width: 4px;
}
.block39914 .selection-wrap-step1 .wrap-img-box .swiper-slide::-webkit-scrollbar-thumb{
  border-radius: 4px;
}
.block39914 .selection-wrap-step1 .wrap-img-box .swiper-slide::-webkit-scrollbar-thumb{
  background-color: #8b8b8b;
}
@media (min-width:601px) and (max-width:1024px){
  .block39914 .switch3D .top-section__btn{
        left: 80%;
  }
}
@media (max-width:600px){
  .block39914 .lead_swiper_container{
    flex-wrap: wrap;
  }
  .block39914 .bigBox{
        width: 100%;
  }
  .block39914 .blockDetail_container{
    flex-wrap: wrap;
  }
  .block39914 .blockDetail_container .blockDetail_container_right{
    max-width: 100%;
  }
  .block39914 .prodInquire{
    width: 164px;
  }
  .block39914 .prodInquire .prodInquire_btn{
        min-width: auto;
  }
  html .block39914 .phoenixProductTextVO .detial-cont-tabslabel li{
    margin-right: 0;
    margin-bottom: 10px;
    line-height: 56px;
    text-indent: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .block39914 .switch3D{
    height: 50px;
    bottom: 8px;
  }
  .block39914 .switch3D .top-section__btn{
        left: 84%;
    top: 0%;
    width: 50px;
    height: 50px;
  }
  .block39914 .switch3D .top-section__btn svg{
                width: 43px;
        height: 47px;
  }
  .block39914 .switch3D .top-section__btn::before{
    height: 75px;
    width: 75px;
  }
  .block39914 .switch3D .top-section__btn .svg-vertical-text{
    font-size: 6px;
  }
  /* 弹窗 */
  .block39914 .selection-wrap-step1 .wrap-step1-top{
    height: 46px;
    line-height: 46px;
  }
  .block39914 .selection-wrap-step1 .wrap-step1-top .wrap-step1-top-prodName{
    padding-left: 20px;
    width: calc(100% - 24px);
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .block39914 .selection-wrap-step1 .wrap-step1-top .wrap-step1-top-close{
    width: 24px;
    padding-left: 20px;
  }
  .block39914 .selection-wrap-step1 .wrap-step1-top .wrap-step1-top-close span{
    display:none;
  }
  .block39914 .selection-wrap-step1 .wrap-step1-top .wrap-step1-top-close svg{
        left: 0;
  }
  .block39914 .selection-wrap-step1 .wrap-img-box {
      width: 100%;
      /* height: calc(100% - 220px - 46px); */
      height: auto;
  }
  .block39914 .universalization .module-box>ul{
        padding: 0 20px;
  }
  .block39914 .universalization .module-box>h4{
        padding: 15px 20px;
  }
  .block39914 .selection-wrap-step1 .wrap-option-box{
    width: 100%;
  }
  .block39914 .leftAndRight .lead_swiper_thumbs .swiper-wrapper .swiper-slide{
    height: auto !important;
  }
  .block39914 .leftAndRight .lead_swiper_thumbs{
    width: 100%;
    margin-top: 10px;
  }
  .block39914 .lead_swiper_container .lead_swiper_thumbs:not(.swiper-initialized) .swiper-wrapper .swiper-slide{
    max-width:calc(100% / 6);
  }
  .block39914 .lead_swiper_container .lead_swiper_thumbs:not(.swiper-initialized) .swiper-wrapper{
    display: flex;
    flex-direction: row;
  }
}

.block39914 .container_left_brief {
    font-family: 'Poppins';
}
.block39914 .selection-wrap-step1 .option-box-sku.form  .form-item-multiplechoice{
  width: 100%;
}
.block39914 .selection-wrap-step1 .option-box-sku.form  .form-item-multiplechoice>.form-item{
  width: 100%;
  height: auto;
}
.block39914 .selection-wrap-step1 .option-box-sku.form  .form-item-multiplechoice>.form-item .form-item-value{
  width: 100%;
  text-align: center;
}