.monitor{
	width:1024px;
	height:768px;
	margin:20px auto;
	position:relative;
}
.monitor img{
	width:1024px;
	height:768px;
	position:relative;
}
.monitor .bg{
	width:1024px;
	height:768px;
	border:1px rgba(0,0,0,0.3) solid;
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	
}
body{
	height:100%;
	width:100%;
	font-family: "Microsoft YaHei";
}
.content{
	width:100%;
	height:100%;
}
.content .tips{
	width:100%;
	height:100px;
	margin-top:300px;
	text-align:center;
}
.content .tips font{
	font-size:30px;
	color:#006633;
}
.base_notice{
	width:100%;
	background:rgba(0,0,0,0.5);
	position:absolute;
	z-index:999;
	top:0;
	left:0;
	padding:15px;
	font-size:30px;
	color:#FFFFFF;
}
.connection{
	width:120px;
	height:100px;
	background:rgba(0,0,0,0.6);
	color:#FFFFFF;
	font-size:40px;
	text-align:center;
	z-index:999;
	position:absolute;
	top:10px;
	left:10px;
}
.connection p{
	margin:0;
	padding:0;
	line-height:35px;
	font-size:14px;
	position:relative;
	top:10px;
	width:100%;
}
.base_bg{
	position:absolute;
	width:100%;
	height:100%;
	z-index:998;
	background:rgba(0,0,0,0.5);
	left:0;
	top:0;
}
.base_notice_s1{
	width:80%;
	height:60%;
	border:1px rgba(255,255,255,0.25) solid;
	position:absolute;
	z-index:999;
	background:rgba(0,0,0,0.65);
	border-radius:8px;
	box-shadow: 0px 0px 100px rgba(0,0,0,0.7);
}
.base_notice_s1 .title{
	color:#FFFFFF;
	text-align:center;
	width:100%;
	font-size:42px;
	padding:20px 0;
}
.base_notice_s1 .text{
	font-size:26px;
	color:rgba(255,255,255,0.8);
	padding:10px 20px;
	line-height:38px;
	float:left;
	overflow:hidden;
	text-indent:2em;
}
.bg{
	background:url(../images/bg.jpg) no-repeat!important;
}
.login-page.login-light .login-form{
	-webkit-box-shadow: 0px 0px 50px #ccc;
  -moz-box-shadow: 0px 0px 50px #ccc;
  box-shadow: 0px 0px 50px #ccc;

}
.modal-gallery-image{
	margin-top:0px!important;
	padding:0 30px 30px 30px!important;
}
.modal-gallery-image{
	border-bottom:none!important;
}