.Box1 {
    margin-top: 50px;
}
.Box1 .container-md.row{
    margin: 0 auto;
}
.Box1 .container-md.row .col-lg-4{
    margin-bottom: 30px;
}
.Box1 .container-md.row .imgBox{
     position: relative;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 270px 10px 10px 10px;
}
.Box1 .container-md.row .imgBox .a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%; 
    
}
.Box1 .container-md.row .imgBox .a div{
    position: relative;
    height: 80%;
    width: 100%;
    background-color: #F4F4F4;
}
.Box1 .container-md.row .imgBox img{
    width: 80%;
    height: 80%;
    object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

 
@media screen and (max-width: 450px) {
    .Box1 {
        margin-top: 0;
    }
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    justify-content: center;
    align-items: center;
}

/* XzImg容器样式修改 */
.XzImg {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000; 
    padding: 20px;
    border-radius: 5px;
     width: 90%;
     height: 90%;
    overflow: auto;
}

/* 关闭按钮样式 */
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 24px;
    color: #ffffff;
    z-index: 1001;
}

/* 产品项悬停效果 */
.product-item:hover {
    cursor: pointer;
} 
.pageContent{
    height: 100%;
    width: 95%;
    overflow: hidden;
    margin: 0 auto;
}
.imgContainer{
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zoomableContainer{
    height: fit-content !important;
    width: fit-content !important;
    top: 0 !important;
}


.XzImg img{
    width: 100%;
    height: auto;
}

 .imgs{
    display: none !important;
 }