*{	
	margin:0px;
	padding:0px;
	outline:none;	
}
body{
	width: 100%;
	height: auto;
	margin:0px;
	padding:0px;
	background-image: url(../EcomE/images/bg1920.png);
	background-size: cover;
	background-position: center;
	background-repeat:no-repeat;
	}
.bg {
	display: block;
	min-width: 1000px;
	min-height: 790px;
	height: auto;
	}
a img{
	border: 0px;
}
.head{
	display: block;
	width: 1000px;
	height: 76px;
	margin: auto;
	padding: 80px 0px;
}
.head .logo_title{
	display: block;
	width: 600px;
	height: 76px;
	margin:auto;
	background-image: url(../EcomE/images/title.png);
	background-repeat: no-repeat;
}
.main{
	width:100%;
	margin:auto;
	padding:20px 0px;
	}
.main .login{
	width:236px;
	height:194px;
	margin:auto;
	padding-left:214px;
	padding-top:56px;
	background-image:url(../EcomE/images/main.png);
	background-repeat:no-repeat;
	}
.login .login_input{
	display:block;
	width:171px;
	height:24px;
	border:2px solid #d7d7d7;
	margin-bottom:10px;
	padding-left:5px;
	}
.identity{
	font-size:14px;
	padding-left:4px;
	padding-top:4px;
	} 
a,.identity label:hover{
	cursor:pointer;
	}
#Button1{
	border:0px;
	display:block;
	width:79px;
	height:26px;
	background-position:left top;
	background-image:url(../EcomE/images/login.png);
	background-repeat:no-repeat;
	box-shadow:0px 1px 2px 1px #999999;
	margin-left:50px;
	margin-top:14px;
	transform:;
	transition-duration:0.2s;
	-moz-transition-duration:0.2s;
	-ms-transition-duration:0.2s;
	-o-transition-duration:0.2s;
	-webkit-transition-duration:0.;
	}
#Button1:hover{
	cursor:pointer;
	box-shadow:0px 3px 4px 0px #555;
	transform:scale(1.05,1.05);
	-moz-transform:scale(1.05,1.05);
	-ms-transform:scale(1.05,1.05);
	-o-transform:scale(1.05,1.05);
	-webkit-transform:scale(1.05,1.05);
	}
.online{
	padding-top:20px;
	padding-left:116px;
	font-size:12px;
	}
.online a{
	color:#545454;
	text-decoration:none;
	}
.down{
	width: 100%;
	height: 50px;
	margin: 200px auto 30px auto;
	text-align: center;
}



