@charset "utf-8";
/* CSS Document */
#dialog{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow:hidden;
	z-index:1000;
	background-color:#FFFFFF;
	display:none;
}
#dialog-mask{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow:hidden;
	z-index:1001;
	background:url(ajax-loader.gif)/*tpa=http://zwfw.sd.gov.cn/jrobot/template/smart/22/images/dialog/ajax-loader.gif*/ center center no-repeat;
	opacity:0.5;
}
#dialog-title{
	position:absolute;
	bottom:0;
	left:0;
	height:40px;
	width:100%;
	background-color:#23282C;
	line-height:40px;
}
#dialog-close{
	float:right;
	height:100%;
	padding:0 15px;
	color:rgba(255,255,255,1);
	font-size:18px;
	font-weight:bold;
}
#dialog-page{
	position:absolute;
	top:0;
	bottom:40px;
	left:0;
	right:0;
	-webkit-overflow-scrolling:touch;overflow:auto;
}
*{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
html,body{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
}
