/*点击放大的css*/
.pinch-zoom,.pinch-zoom img,
.pinch-zoom-container{
	width: 100%;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	-ms-user-drag: none;
	user-drag: none;
}
.pinch-mark{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	display: none;
	align-items: center;
	z-index: 9999;

}
.imgzoom_x{
	color:#fff;
	height:30px;
	width:30px;
	line-height:30px;
	text-align:center;
	position:absolute;
	right:17px;
	top:59px;
	z-index:1000;
	cursor:pointer;
	border-radius: 50%;
	border: 1px solid #fff;
    background: rgba(0,0,0,.7);
}
/*点击放大的css*/