.imgzoom_pack {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9990;
}

.imgzoom_pack .imgzoom_x {
    height: 1.83333rem;
    width: 1.83333rem;
    position: absolute;
    right: 0.41667rem;
    top: 0.41667rem;
    z-index: 10002;
    cursor: pointer;
}
.imgzoom_x.closeImg{
    background:url(img/close2x.png) no-repeat;
    background-size: 100% 100%;
}

.imgzoom_pack .imgzoom_x .imgzoom_close {
    max-width: 100%;
}

.imgzoom_pack .imgzoom_img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 9991;
}

.imgzoom_pack .imgzoom_img img {
    display: block;
    max-width: none;
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 9992;
}

