@charset "utf-8";
*{
	margin: 0;
	padding: 0;	
}
img{
	border: none;
}
ul li{
	list-style: none;
}
a{
	text-decoration: none; color:Black;
}
html,body{
	width: 100%;
	height: 100%;
}
body{
	font-family: "微软雅黑";
	background: url("../img/bj.jpg") no-repeat ;
	background-size: cover;
}
.event{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -250px 0 0 -200px;
	z-index: 9999;
}
.login{
	width: 400px;
	height: 500px;
	background: #ffffff;
	background: rgba(255,255,255,.5);
	/*opacity: .6;
	-moz-opacity: .6;
	-webkit-opacity: .6;*/
	filter: alpha(opacity=50);
	box-shadow: 0 0 30px black;
	border-radius: 10px;	
	
}
.title{
	float: left;
	width: 400px;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #cccccc;
	position: relative;
}
.t_txt{
	float: left;
	margin-left: 20px;
	font-size: 16px;
	color: #AB342A;
	position: relative;
}
.del{
	float: right;
	margin-right: 20px;
	color: #AB342A;
	position: relative;
}
.del:hover{
	color: #000000;
	cursor: pointer;
}
.login .inp{
	width: 200px;
	height: 27px;
	line-height: 24px;
	margin: 8px 10px;
	text-indent: 2px;
	border: 1px solid #cccccc;
	
}
.login label{ font-size:14px;}
.radi
{margin: 10px 10px;
}
.btn{
	border-radius: 5px;
	background: #AB342A;
	border: none;
	color: white;
	font-size: 16px;
	text-align: center;
	width: 200px;
	height: 30px;
	margin: 10px 5px;
}
.formtips{width: 100px;margin:2px;padding:2px;}  
    .onError{  font-size:12px; color:#AB342A; }  
    .onSuccess{ padding-left:0px; }  
    .high{ color:red; } 
form{
	padding-top: 30px;
}
.wapper{
	display: block;
	color: #AB342A;
}

.nav{
	width: 100%;
	height: 35px;
	line-height: 35px;
}
.nav ul{
	float: right;
	margin-right: 100px;
}
.nav a{
	color: #333333;
}
.nav a:hover{
	color: #AB342A;
}
.bg_color{
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.4) !important;
	filter: alpha(opacity=40) !important;
	position: fixed !important;	
	top: 0;
	z-index: 99;
}
.text{
	
	padding: 20px;
	
	color: black;
	
	}
.img{
	margin: 40px auto;
	display: block;
}
.back{
	text-align:center;
	padding-top: 20px;
	color: #AB342A;
	cursor: pointer;
}
