ul,li,body,img{
    padding: 0;
    margin: 0;
    list-style: none;
 	border: none;
}
body{
	width: 100%;
	background: url(login_bg.jpg) no-repeat;
	background-size: 100% 100%;

}
.backimage img{
    width: 100%;
}
.float{
    margin: auto;
    position: absolute;
    width: 90%;
    left: 5%;
    top: 50px;
    min-width: 800px;
    background: #fff;	border-radius: 10px;
    overflow: hidden;
}
.float .floatimg{
	padding-top: 5px;
    width: 100%;
	min-height: 500px;
}
.title{
	width: 100%;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #E0E0E0;
	color: #00A2FE;
	padding-left: 60px;
}
.title img{
	vertical-align: middle;
	height: 60%;
}
.bottom{
	margin-top: 5px;
	width: 100%;
	height: 55px;
	border-top: 3px solid #CDCDCD;

}
.bottom_line{
	height: 2px;
	border-bottom: 1px solid #CDCDCD;
	border-radius: 10px;

}
.input{
	width: 100px;
	height: 100px;
	position: absolute;
	top: 150px;
	min-width: 340px;
	left: 500px;
}
.input ul{
	padding: 20px;
	min-width: 300px;
	border: 1px #CDCDCD solid;
	background: #fff;
}
.input li{
	height: 50px;
	line-height: 50px;
	font-size: 20px;
}
.input input{
	width: 238px;
	height: 30px;
	padding-left: 12px;
	font-size: 16px;
	border: 2px solid #D7D7D7;
}
.titlename{
	color: #00A2FE;
	font-size: 20px;
	text-align: center;
	margin-bottom: 30px;
}
.input .code input{
	width:150px;
}
.input .code span{
	width: 75px;
	height: 50px;
	overflow: hidden;
	margin-right: 36px;
	margin-top: 0px;
	float: right;
}
.input .code span img{
	width: 100%;
}
.input .findpass{
	font-size: 12px;
	color: #22A9FB;
	line-height: 15px;
	height: 30px;
}

.input input[type='submit']{
	background: #18AAFF;
	color: #fff;
	border: none;
	border-radius: 5px;
}
li span{
	width: 16px;
	height: 16px;
	float: right;
	display: block;
	margin-left: 20px;
	margin-top: 17px;
}
li span img{
	width: 100%;
}