body {
	font-family: "微软雅黑";
	font-size: 16px;
	margin: 0;
	padding: 0;	
}
html,body{
	width: 100%;
	height: 100%;
}
.total{
	width: 100%;
	height: 100%;
	position: relative;
	background: -webkit-linear-gradient(#166dcf, #d4efff);/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#166dcfd, #d4efff);/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#166dcf, #d4efff);/* Firefox 3.6 - 15 */
	background: linear-gradient(#166dcf, #d4efff);/* 标准的语法 */
	display: flex;
	justify-content: center;
}
.sun{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.grass{
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 2;
}
.rock{
	position: absolute;
	bottom: 0;
	left: 0;
}
.worm{
	position: absolute;
	bottom: 0;
	right: 0;
}
.yun1{
	position: absolute;
	left: 20px;
	top: 40%;
}
.yun2{
	position: absolute;
	right: 0;
}
.zhongwo{
	position: absolute;
	bottom: 20px;
	z-index: 1;
}
.content{
	width: 1125px;
	height: 100%;
	display: flex;
	align-items: center;
	/*border:1px solid red ;*/
}
.login{
	width: 500px;
	height: 300px;
	background-color: rgba(255,255,255,0.8);
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;

}
.login_form{
	width: 440px;
	height: 100%;
}
.login_form > form{
	display: flex;
	flex-direction: column;
}
.login_form > form > input{
	background-color:transparent;
	border:1px solid  #cbcdd0;
	height: 40px;
	box-sizing: border-box;
	padding: 0 10px 0 10px;
	
}
.remember{
	margin-top: 20px;
	display: flex;
	align-items: center;
}