.nhImg{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.nh_Img_maskWarp{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: rgba(235,236,236,0.9);
    display: flex;
    align-items: center;
    justify-content: center;
}