
/*******如果CSS中有这个，一定删除，要不然动态效果就不出来。首张图片必须大于定义的proleft-container尺寸才行。***********
img{
  max-width: 100%
}

*******如果CSS中有这个，一定删除，要不然动态效果就不出来。***********/

/*******产品详情************/
 
.select-box{
   display: none;
}
.pro-content{ 
   width:100%; 
   display: inline-block;
}

.pro-content-bgf8{
   background: #f8f8f8;
   width:100%;
   padding:15px 0;
   border:1px solid #ddd;
}
.pro-content img, .pro-content p img{
    max-width: calc(100% - 6px);
}

table {
      width:100%!important;     
     color:#666;
      max-width: 1200px;
       margin:20px auto;       
    border-spacing: 0px;   
    float: left;
    margin-right:-1px;
   }
td {
  border:1px solid #ddd;
        padding:10px 15px;
        font-size: 14px;
        font-weight: normal;
        line-height: 24px;
}

 
 
tr td:nth-child(1){    
    color:#000;
}

tr,td{
  background: #fff;
  color:#333;
   height: auto!important;
}
td{
   min-width: 100px;
    height: auto;
}
tr:hover {cursor:pointer;}

tr:nth-child(2n),tr:nth-child(2n) td{
        background: #f8f8f8;
     }
tr:hover{         
        cursor: pointer;
     } 


 .firstRow{
  background: #ddd!important;
 }

.bgddd{
  background: #ddd!important
}

.proleft-container{
  width: 440px;
}
.proright-container{
  width: calc(100% - 440px)
}


 #magnifier {
      position: relative;
      width: 350px;
      margin: 0px 30px 0 30px;
      
    }

 
   
#mypicsduopic {
    width: 100%;
    height: 400px;
    padding-top:50px;
    padding-bottom: 80px;
}

#mypicsduopic  .swiper-wrapper .swiper-slide2{
    width:auto;
}

#mypicsduopic  .swiper-wrapper .swiper-slide2 img{
    height: 100%;
}

#mypicsduopic  .swiper-paginationpic{
    bottom:0;
}




  .small-box{ 
      position: relative;
      width: 350px;
      height: 500px;
      margin-bottom:0px;
      display: flex;
      align-items: center;
      justify-content: center;
    

  }
  .p-logo{
       position: absolute;
      left:30px;
      top:20px;
      z-index: 99;
      width:100px;
  }
  .p-logo img{
     width: 50px;
  }
  .small-box .box-img{
      position: absolute;
      left:0;
      top:0;
      width:100%;
      height:100%;
      display: flex;
      align-items: center;
      justify-content: center; 
      z-index: 9;
  }
 
  .small-box .box-img img{
     display: flex;
     width: 100%;
     max-height: 100%;
     align-items: center;
     justify-content: center; 
  }


    .small-box table td{
      width: 350px;
      height: 350px;
    }
   
    .small-box .hover {
      display: none;
      position: absolute;
      left: 0;
      top: 0;
      width: 200px;
      height: 200px;
       
      opacity: .5;
      filter: alpha(opacity: 50);
      cursor: move;
    }
    .thumbnail-box {
      position: relative;
      width: 100%;
      margin-top: 20px; 
    }
    .thumbnail-box .btn-left-right {
      position: absolute;
      top: 50%;
      width: 22px;
      height: 32px;
      margin-top: -16px;
    }
    .thumbnail-box .btn-prev {
      left: 0;
      background: url(../images/btn_prev.png) no-repeat;
    }
    .thumbnail-box .btn-prev.btn_prev_disabled{background: url(../images/btn_prev_disabled.png) no-repeat;cursor: not-allowed;}
    .thumbnail-box .btn-next {
      right: 0;
      background: url(../images/btn_next.png) no-repeat;
    }
    .thumbnail-box .btn-next.btn_next_disabled{background: url(../images/btn_next_disabled.png) no-repeat;cursor: not-allowed;}
    .thumbnail-box .list {
      overflow: hidden;
      width: 290px;
      margin: 0 auto;
    }
    .thumbnail-box .wrapper {
      width: 100000px;
    }
    .thumbnail-box .list .item {
      float: left;
      margin: 0 10px;
        position: relative;
        background: #fff;
        border: 1px solid #ddd;
    }
    .thumbnail-box .list .item-cur {
        border:1px solid var(--coloryellow2);
    }
    .thumbnail-box .list .item img {
   
      width: 54px;
      height: 54px;
    }
    
    .big-box {
      display: none;
      overflow: hidden;
      position: absolute;
      left: 351px;
      top: 0;
      width: 540px;
      height: 540px; 
      z-index: 99999;
      background:#fff;
    }
    .big-box img {
      display: block;
    }

  
  .thumbnail-box .list .item .play{
     position: absolute;
     left:0;
     top:0;
     z-index: 1;
     width: 100%;
     height: 100%;
  }
  .thumbnail-box .list .item .play img{
    width: 100%!important;
    height: 100%;   
  }

  #imgs{
    z-index: 9;
  }
  #hover{
    z-index: 10;
  }
  video{
    z-index: 11;
  }
  .myvideos{
      z-index: 8;
      width:100%;
      height:100%;
         
      left:0;
      top:0;
      position:absolute;
  }  

   .myvideos:hover video{
    position:absolute;
    z-index: 99999999;
    left:0;
    top:0;    
    
    width: 100%;
    height: 100%;
  }

  .tc-video{
     position:fixed;
     top:0;
     left:0;
     width: 100%;
     height: 100%;
     z-index: 999999;
     background: rgba(0,0,0,0.8);     
     display: none; 
      
  }

  .align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}

.small-box table,
    .small-box table tr,
    .small-box table tr td{
        background: none;
        border:none;
    }

  /*******产品详情************/
  .othermodel{
    height: 400px;
  }

#duopic {
    width: 100%;
    height: 400px;
    margin-bottom: 40px;
}
 
#duopic .swiper-wrapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    position: relative;
    padding-bottom: 40px;
    border:1px solid #EDEDED;
}
#duopic .swiper-wrapper .swiper-slide img{
   height: 100%!important;
}
#duopic .swiper-wrapper .swiper-slide .title{
   height:40px;
   line-height: 40px;
   color: #333;
   position: absolute;
   left:0;
   bottom:0;
   z-index: 99;
   width:100%;
   
   text-align: center;
   border-top: 1px solid #EDEDED;
}



.position:hover, .position a:hover{
     color:#333;
}





.share-btn-list a{
   margin:5px 8px;
}
.share-btn-list a:hover{
    color:var(--colorpink);;
}


.title-Details{
   border-bottom: 2px solid var(--colorpink);
   font-size: 18px; 
   margin-bottom: 30px;
}
.title-Details .title{
   background:  var(--colorpink);
   padding:8px 20px 6px 20px;
   border-radius:15px 15px 0 0;
   color:#fff;
   display: inline-block;
   font-size: 16px;
}


.product-quantity {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.quantity-btn {
  background-color: var(--coloryellow2);
  border: 1px solid var(--coloryellow2);
  width: 50px;
  height: 50px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

#quantity-input {
  width: 150px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #ccc;
  margin: 0 10px;
  height: 50px;
}
.product-quantity .desc{
       padding-left: 15px;
    }



 .my-btn{
    overflow: hidden;
    position: relative;
    z-index:0;
    width:200px;
    text-align: center;
    display:flex;
    height: 40px;
    line-height: 40px;
    border:1px solid #ddd;
    font-size: 16px;   
     background: var(--coloryellow2);
     justify-content: center;
     align-items: center;
     border-radius: 20px;   

}
 .my-btn .title{
      color:#333;
    z-index: 2;
    position: absolute;
 }
.my-btn::before {
    content: '';
    position: absolute;
    background:var(--colorpink);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition: transform .4s ease-out;
}

.my-btn:hover::before {
    transform-origin: center top;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.my-btn:hover .title{
    color:#FFF; 
}

.product-box{
   padding:0 15px;
}

@media(max-width: 996px){
   
.proleft-container{
    width: auto;
    padding:0px;
}
.proright-container{
    width: auto;
    padding:0 15px;
}
 #hover{
      display: none!important;
    }
    
.title{
    color:#333;
}    
    
     
}
@media(max-width: 768px){

   .d-flex{
     flex-wrap: wrap;
   }
   .proleft-container{
    width:100%;
     margin-bottom: 30px;
   }
   .proright-container{
     padding:0;
   }
    #magnifier {
      position: relative;
     width: 100%;
      margin: 0px 0px 0 0px;
      
    }
    .small-box {     
      width: 100%;
      height:350px;
 
      
    }
    .small-box table,
    .small-box table tr,
    .small-box table tr td{
        width:100%;
    }
    .small-box table td{
     width:100%;
      height: 360px;
    }
    .small-box img {
      max-height: 360px;
      max-width: 100%;
    }
    .thumbnail-box{
            width: 100%;
            overflow: hidden;
    }
    .thumbnail-box .list{
        width:  calc(100% - 50px); 
    }
    .thumbnail-box .btn{
        z-index: 99999;

    }
    #hover{
      display: none!important;
    }

     
    .my-btn{
     width:150px; 
     font-size: 14px;
}


    .product-quantity{
       flex-wrap: wrap;
    }
    .product-quantity .desc{
       padding-left: 0;
       padding-top: 15px;
    }


.product-box{
   padding:0 5px;
}

.title-Details .title{
    padding:6px 10px 4px 10px;
    font-size: 12px;
}

.big-box{
    left:110%;
}


}