*{
	padding: 0;
	margin: 0;
}
ul,li{
	list-style: none;
}
html,body{
	height: 100%;
}
input,button{  
	outline:none;  
}
input:focus{   
	border:none;
}

.login{
	width: 100%;
	height: 100%;
	background: url(../img/bg.png) no-repeat;
	background-size: cover;
}
.login .con{
	width: 600px;
	height: 350px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: rgba(1,1,1,.5);
}
.con h3{
	text-align: center;
	font-size: 24px;
	color: white;
	line-height: 80px;
	margin-bottom: 20px;
}

.inbox{
	width: 460px;
	height: 40px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.inbox .imgbox{
	width: 48px;
	height: 100%;
	float: left;
	background: #28b779;
}
.imgbox img{
	width: 18px;
	margin-top: 11px;
	margin-left: 15px;
}
.inbox .imgbox2{
	background: #ffb848;
}
.imgbox2 img{
	width: 22px;
	margin-top: 14px;
	margin-left: 14px;
}
.inbox input{
	width: 390px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	float: left;
	border: none;
	padding-left: 20px;
}
.inbox .imgbox3{
	background: #ff9b9b;
}
.imgbox3 img{
	width: 26px;
	height: 26px;
	margin-top: 7px;
	margin-left: 10px;
}
.yan{
	width: 60px!important;
}
.bulogin{
	width: 80px;
	line-height: 40px;
	height: 40px;
	color: white;
	background: #5bc0de;
	border: 1px solid #46b8da;
	border-radius: 5px;
	float: right;
	cursor: pointer;
}
.bulogin:hover {
    background-color: #31b0d5;
    border-color: #269abc;
}
.yanma{
	width: 94px;
	height: 36px;
	margin-left: 10px;
	float: left;
	background: white;
	padding-top: 4px;
	cursor: pointer;
}
#tishi{
	color: red;
	font-size: 12px;
	width: 460px;
	display: block;
	margin: 8px auto;
	display: none;
	padding-left: 10px;
}
.load{
	width: 20px;
	height: 20px;
	margin: 10px 0 0 10px;
	float: left;
}
.loginload{
	width: 14px;
	height: 14px;
	position: relative;
	top: 11px;
	right: 10px;
	float: right;
}
.feiguge{
	width: 100%;
	height: 100%;
	text-align: center;
	margin-top: 300px;
	font-size: 20px;
	color: red;
	font-weight: bold;
}
.beian{
	text-align: center;
    padding-top: 25px;
    font-size: 12px;
    color: #ccc;
}
.beian a{
	color: #ccc;
}