
/*主要CSS*/
#mask_layer{
	background-color:#000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=50)";  
	filter: alpha(opacity=50);  
	-moz-opacity: 0.5;  
	-khtml-opacity: 0.5;  
	opacity: 0.5; 
	z-index:1000;
	position:fixed;
	_position:absolute; /*IE6*/
	top:0;left:0;
	width:100%;height:100%;	
}
/*弹出层区域css*/
#scs_alert{
	position:fixed;
	_position:absolute; /*IE6*/
	z-index:1001;
	top:50%;left:50%;
	margin-left:-144px;
	margin-top:-76px;
	text-align:left;
	width:289px;
	background-color:#fff;
	-moz-border-radius:5px;      /* Gecko browsers */
    -webkit-border-radius:5px;   /* Webkit browsers */
    border-radius:5px;
}
#alert_top{width:100%;height:15px; float:left;}
#alert_bg{width:96%;float:left;margin-left:2%; text-align:center;*+height:1%}
#alert_bg:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
#alert_foot{height:13px;}

/*按钮*/
#confirm_ok,#confirm_cancel,#alert_ok{width:50%;height:42px;display:block;text-align:center;overflow:hidden;text-decoration:none;line-height:40px;
	background-color:#fff;color:#666;font-family:微软雅黑,宋体;font-size:1.1em;display:inline-block;margin:0px auto;}
#confirm_ok{border-right:#f5f5f5 1px solid;margin-left:-1px;}
#alert_ok{width:100%;}

/*提示图标*/
#inco_ok,#inco_warn,#inco_error,#inco_confirm{width:100%;min-height:30px;float:left;overflow:hidden;}
#inco_ok i{margin:0px auto;color:#1BBD11;}
#inco_error i{margin:0px auto;color:#FF0101;}
#inco_warn i{margin:0px auto;color:#E48003;}
#inco_confirm i{margin:0px auto;color:#74D00F;}
.e_inco_otherImg{width:100%;background-color:#f5f5f5;min-height:150px;}

#alert_txt{text-align:center;color:#666;font-family:微软雅黑,宋体;font-size:1.1em;padding-top:10px;padding-bottom:12px; border-bottom:#f5f5f5 1px solid;}



/*带遮罩弹出loading*/
#mh_layer{background-color:#000;position:fixed;left:0;top:0;width:100%;height:100%;z-index:999999;display:none;background-color:rgba(0,0,0,0.4);}
#mh_dialog{width:200px;height:100px;text-align:center;border-radius:8px;position:fixed;left:50%;top:50%;margin-left:-106px;margin-top:-56px;z-index:10000000;background-color:#fff;background-repeat:no-repeat;line-height:155px;font-size:14px;display:none;letter-spacing:1px;}
.mh_success{background-image:url('mh_dialog/images/success.png');color:#1fce11;background-size:32px 32px;background-position:center 20px;border:6px #1fce11 solid;}
.mh_loading{background-image:url('/images/loading.gif');color:#666;background-size:40px 40px;background-position:center 15px;}
.mh_warning{background-image:url('mh_dialog/images/warning.png');color:#F90;background-size:32px 32px;background-position:center 20px;border:6px #F90 solid;}
.mh_error{background-image:url('mh_dialog/images/error.png');color:#F00;background-size:32px 32px;background-position:center 20px;border:6px #F00 solid;}

