*{
	margin: 0;
	padding:0;
	font-family: "PingFangSC-Regular";
	list-style: none;
}
body{
	background: #F0F0F2;
	/*overflow-x: hidden;*/
}
body,html{
	width: 100%;
	height: 100%;
}
.top{
	width: 100%;
	height: 333px;
	background: #4481eb;
	text-align: center;
}
.top img{
	width: 68px;
	height: 68px;
	margin-top: 128px;
}
.content{
	width:526px;
	height:396px;
	background: white;
	box-shadow: 0 0 8px 0 rgba(193,193,210,0.5);
	border-radius: 4px;
	margin:0 auto;
	position: relative;
	top: -111px;
}
.content .h1{
	color: #4481eb;
	font-size: 32px;
	padding: 30px 0 0 50px;
}
.shuru{
	width:200px;
	height: 222px;
	margin: 30px 0 0 50px;
	float: left;
}
.shuru label{
	width:200px;
	height: 64px;
	display: block;
	position: relative;
	margin-bottom: 24px;
}
.shuru label:last-of-type{
	margin-bottom: 30px;
}
.shuru label span{
	color: rgb(106,106,106);
	font-size: 14px;
	position: absolute;
	top: 0;
}
.shuru input{
	width:calc(100% - 47px);
	height: 22px;
	font-size: 14px;
	border: 1px solid rgb(228,228,228);
	border-radius: 2px;
	padding: 7px 15px 7px 30px;
	outline: none;
	position: absolute;
	bottom: 0;
}
::-webkit-input-placeholder{
	color: rgb(187,187,187);
	font-size: 14px;
}
.shuru input[type=text]{
	 background: url(../image/name.png) no-repeat 5px center;
	 background-size: 17px 18px;
 }
.shuru input[type=password]{
	background: url(../image/password.png) no-repeat 5px center;
	background-size: 17px 18px;
}

.shuru button{
	color: white;
	width:154px;
	height: 40px;
	letter-spacing: 1px;
	font-size: 16px;
	background:#4481eb;
	border-radius: 20px;
	border: none;
	outline: none;
	
}
.rec{
	float: right;
	position: absolute;
	right: 0;
	bottom: 0;
}
.suces{
	display: none;
	width:206px;
	height: 68px;
	line-height: 68px;
	text-align: center;
	background:rgba(0,0,0,0.5);
	border-radius: 34px;
	box-shadow: 0 1px 2px 0 rgba(203,203,203,0.5);
	margin:0px auto;
	position: fixed;
	bottom: -110px;
	left: 0;
	right: 0;
}
.suces img{
	width:27px;
	height: 20px;
	position:relative;
	top: 3px;
	right: 10px;
}
.suces span{
	color: white;
	font-size: 20px;
}
