.spzs .image {
    position: relative;
}
.spzs .imgMask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    transition: all .36s ease;
}
.spzs .imgIcon {
    position: absolute;
    top: -30%;
    left: 50%;
    margin-top: -22px;
    margin-left: -28px;
    transition: all .6s ease;
}
.spzs:hover .imgMask {
    background: rgba(0,0,0,0.47);
}
