.show {
    z-index: 998;
    display: none;
}

.show .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .66);
    position: absolute;
    top: 0;
    left: 0;
}

.show .img-show {
    width: 600px;
    height: 400px;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: 9999;
}

.img-show span {
    position: absolute;
    right: 10px;
    z-index: 99;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    background: #fff;
    width: 20px;
    text-align: center;
    border-radius: 5px;
}

.close {
    top: 10px;
}

.plus {
    top: 35px;
}

.minus {
    top: 60px;
}

.reset {
    top: 85px;
}

.img-show img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}