.zoom_page{
    max-width: 200%;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 10000;
    background: rgba(1,1,1,.8);
    display: none;
}
.zoom_close{
    position: fixed;
    right: .3rem;
    top: .3rem;
    z-index: 10001;
    color: #fff;
    background-color: #941D25;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    font-size: 0.7rem;
    display: none;
}

.pinch-zoom img{
    width: 100%;
    margin: 0 auto;
    display: block;
    z-index: 999;
    -webkit-user-drag: none;
}
.pinch-zoom-container{
    top: 50%;
    transform: translateY(-50%);
}
