body{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background: #b82f39;
	background: url(../styleimg/back.jpg);
}
p{
	padding: 0;
	margin: 0;
}
ul{
	padding: 0;
	margin: 0;
}
li{
	list-style: none;
}
img{
	border-style: none;
}
.contianer{
	width: 1200px;
	height: 500px;
	margin: 0 auto;
}
.login-body{
	position: relative;
	width: 100%;
	height: 464px;
}
.login-img{				
	/*position: absolute;
	left: -220px;
	top: -100px;*/
}
.login-item{
	width: 300px;
	height: 48px;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	position: relative;
	behavior: url(../../../../static/css/PIE.htc);
}
.login-content{
	width: 300px;
	height: 260px;
	background: #FFF;
	position: absolute;
	left: 565px;
	top: 110px;
}
.login-input{
	border: 0;
	outline: none;
	height: 24px;
	padding: 4px 7px;
	color: #808695;
	font-size: 16px;
	cursor: pointer;
	position: absolute;
	left: 48px;
	top: 10px;
	behavior: url(../../../../static/css/PIE.htc);
}
.login-item>img{
	width: 24px;
	height: 24px;
	position: absolute;
	left: 15px;
	top: 12px;
}
.login-btn{
	width: 300px;
	height: 48px;
	background: #ef4f4f;
	color: #FFF;
	font-size: 22px;
	text-align: center;
	line-height: 48px;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.5s;
	behavior: url(../../../../static/css/PIE.htc);
	position: absolute;
	left: 0px;
	bottom: 24px;
}
.login-btn:hover{
	background: #b82f39;
}
.login-item-name{
	position: absolute;
	left: 0;
	top: 15px;
}
.login-item-pwd{
	position: absolute;
	left: 0;
	top: 80px;
}
.log-img{
	width: 34px;
	height: 34px;
	position: absolute;
	left: 595px;
	top: 8px;
}
