.Ft_detail_fig{
    height: 100%;
    display: block;
    z-index: 10;
    position: relative;
    width: 100%;
    border: 1px solid;
    overflow: hidden;
    cursor: zoom-in;
    transition-duration: .8s;
}

.pic_detail_ft {
object-fit: contain;
    height: 100%;
    width: 100%;
}


.figure_pic_detail_ft_rigth {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.pic_detail_ft_rigth{
    height: 100%;
    display: block;
    object-fit: cover;
    width: 100%;
}

.right_detail_content{
        width: 100%;
}
.main_detail_content1{
    height: 100%;
}

.plus_lu{
position: absolute;
}

.Ft_detail_fig:hover .pic_detail_ft{



}
.general_detail_content{
    display: flex;
    padding: 15px 20px;
    align-items: center;
    flex-direction: column;
        overflow: hidden;
}
.product_detail_container_content{
    width: 100%;
    margin: 40px 0px;
    gap: 22px;
    display: flex;
    justify-content: center;
    height: 30rem;
}

.detail_art{
    height:100%;
    width:100%;
}

.left_detail_content{
    height: 100%;
    width: 100%;
}
.main_detail_content{
    height: 100%;
    width: 100%;
}


/*.plus_minus1 {
    right: 41px;
    top: 46px;
    color: black;
    position: absolute;
    width: 10px;
}


.plus1 {
    display: block;
    background-color: black;
    height: 2px;
}
    
      .minus1 {
            transition-duration:.5s;
    transform: translate(-0px, -2px) rotate(-90deg);
    display: block;
    background-color: black;
    height: 2px;
}

.minus1.active {
    transition-duration:.5s;
    transform: none;
    display: block;
    background-color: black;
    height: 2px;
}


.plus_lu{
    top: 34px;
    right: 30px;
    position: absolute;
    z-index: 35;
}*/

@media(max-width:1280px){
body.active{
    overflow-Y:hidden;
}
.pic_detail_ft{
    cursor:default;
}

}
@media(max-width:1025px){
body.active{
    overflow-Y:hidden;
}

.main_detail_content{
        display: flex;
    justify-content: center;
}

/*.no-scroll{
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 230px;
}*/


}
@media(max-width:765px){
body.active{
    overflow-Y:hidden;
}

.right_detail_content{
    display:none;
}



}
@media(max-width:556px){
body.active{
    overflow-Y:hidden;
}


.detail_art{
  width: 480px;

}


}
@media(max-width:485px){
body.active{
    overflow-Y:hidden;
}
.detail_art{
width: 395px;

}

}
@media(max-width:395px){
body.active{
    overflow-Y:hidden;
}
.detail_art{

    width: 333px;
}




}
@media(max-width:345px){
body.active{
    overflow-Y:hidden;
}
.detail_art{

    width: 287px;
}

}







