#wrap3{display:none;position:fixed!important;_position:absolute;top:0;right:0;bottom:0;left:0;z-index:1005;background-color:#000;opacity:0.8;filter:alpha(opacity=80)}
#zoomtu{
	text-align:left;cursor:pointer;
	display:none;z-index:10;touch-action: none;}
	/*
	加这个 touch-action: none; 就不会提示以下信息
Unable to preventDefault inside passive event listener   */
.modal{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(102,102,102,0.60);
}
#scroller {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
}
/*
#wrap{display:none;position:fixed!important;_position:absolute;top:0;right:0;bottom:0;left:0;z-index:1005;background-color:#000;opacity:1;filter:alpha(opacity=100)}#wrap.fade{opacity:0}
.modal{ position:absolute;left:0;top:0;right:0;bottom:0;overflow: hidden;width:100%;z-index:1006;margin:0px;padding:0px;}.modal.fade{}
#scroller {
	width:100%;height:100%;
	position:absolute;
	z-index: 1006;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none; vertical-align:top;  
}
*/
#zoomtu img{width:100%;display:inline-block; vertical-align:top;
	position:absolute;
	top:50%;box-shadow: 0px 0px 10px 1px #999;	}
.oneCloseBtn{position:absolute;display:none;z-index:902; display:block; right:10px; bottom:1px; width:66px;height:17px;overflow:hidden;}
.oneCloseBtn a:link,.oneCloseBtn a:visited{display:block;width:66px;height:17px;background:url(../images/closelabel.gif);}
.oneCloseBtn a:hover{ display:block;width:66px;height:17px;}
