@-webkit-keyframes scale {

	0% { -webkit-transform: scale(0.5); opacity: 0; }

	100% { -webkit-transform: scale(1); opacity: 1; }

}



.bigImg_content2 .bigImg_contentBlock { -webkit-animation: scale 0.4s ease-in-out backwards; }

.pinch-zoom, .pinch-zoom img { width: 100%; -webkit-user-drag: none; -moz-user-drag: none; -ms-user-drag: none; user-drag: none; }

.bigImg_bg { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 1002; background: #fff; display: none; }

.bigImg_content2 { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 1004; display: none; }

.bigImg_content2 .bigImg_contentBlock { position: relative; width: 100%; padding-top: 320px; padding-bottom: 300px; }

.bigImg_content2 .bigImg_contentBlock img { width: 100%; }

.bigImg_close { position: fixed; top: 0px; right: 0px; width: 26px; height: 26px; z-index: 99; padding: 20px; background: url(../../images/colse.png) no-repeat center; background-size: 26px; }

.bigImg_close img { width: 100%; }

