*{
    margin: 0;
    padding: 0;
}
html,body,.container,.wrap{
	width: 100%;
	height: 100%;
}
em{
	font-style: normal;
}
a{
	display: inline-block;
	text-decoration: none;
	color: #000;
}
li{
	list-style: none;
	display: inline-block;
	border-right: 1px solid #000;
}
.clear{
	clear: both;
}
header,footer,section{
	width: 1300px;
	margin:0 auto;
}

header,footer{
	height: 58px;
}

/*头部样式*/

header span{
	font-size: 35px;
	margin-left:20px;
}

article{
	width: 100%;
	height: 900px;
	background-color: #00a0e9;
}
section{
	height: 500px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	position: relative;
}

/*表单的样式*/
aside{
	width: 400px;
	height: 770px;
	position: absolute;
	top: 50px;
	right: 100px;
	background-color:#add8e6;
	border-radius: 15px;
}
aside em{
	display: block;
	width: 60px;
	height: 60px;
	margin: 25px auto 10px auto;
}
aside em img{
	width: 100%;
	height: auto;
}
form {
	width: 300px;
	margin: 0 auto;
}
form p{
	position: relative;
	margin-top: 10px;
}
form input{
	padding-left: 20px;
	width: 180px;
	height: 30px;
	border:1px solid #47414133;
	margin-top: 20px;
	border-radius: 10px;
	background-color:rgba(255, 255, 255, 0.82);
	outline: none;
}
form i{
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
}
.name i{
	background-image: url("../../Public/images/user1.png");
	background-repeat: no-repeat;
	left: 10px;
	top: 27px;
}
.password i{
	background-image: url("../../Public/images/password1.png");
	background-repeat: no-repeat;
	left: 10px;
	top: 29px;
}
button{
	background-color:#00a0e9;
	border:none;
	width: 100%;
	height: 40px;
	letter-spacing: 3px;
	font-size: 20px;
	margin-top: 35px;
	border-radius: 10px;
	color: #fff;
	outline: none;
}
.agreement{
	width:270px;
}
.agreement input{
	width: 24px;
	height: 24px;
	background-image: url("../../Public/images/rememberPassword1.png");
	-webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance:none;
    padding-left: 0px;
    border-radius: 0px;
    background-color: rgba(0,0,0,0);
    border:none;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: 0px;
}
.agreement input:checked{	
	background-image: url("../../Public/images/rememberPassword2.png");
}
.forget,.regist{
	float: left;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
}
.regist{
	width: 130px;
}
.regist a{
	color: red;
}
