body{
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #EEEEEE;
	overflow: hidden;
	margin: 0 auto;
	font-family: "microsoft yahei";
	height: 100%;
	position: relative;
	overflow: hidden;
}
.zuoyou{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.left{
	background-image: url(image/nasa-Q1p7bh3SHj8-unsplash.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 76.4%;
	height: 100vh;
	margin: auto;
}
.right{
	width: 23.6%;
	height: 100vh;
	text-align: center;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.center{
	width: 76.4%;
	text-align: center;
	margin: auto;
	margin-top: 25%;
}
.yellow{
	width: 100%;
	height: 4.55rem;
	margin: auto;
	font-size: 3.45rem;
	font-weight: 700;
	text-align: left;
	color: #f7e37e;
}
.white{
	width: 100%;
	height: 7.9rem;
	font-size: 1.5rem;
	font-weight: 400;
	text-align: left;
	color: #ffffff;
	margin-top: 2.75rem;
	line-height: 3rem;
}
.you{
	width: 100%;
	/* height: 36.66667%; */
	text-align: center;
	margin: auto;
}
.you img{
	width: 29.58%;
}
.border{
	width: 80.23%;
	height: 2.4rem;
	background: #ffffff;
	border: 0.05rem solid #b7b7b7;
	border-radius: 0.2rem;
	margin-bottom: 0.8rem;
	text-indent: 0.5rem;
}
.border:focus{
	outline: none;
}
.border::-webkit-input-placeholder{
	padding-left: 0.2rem;
}
.btn{
	width: 80.23%;
	height: 3rem;
	line-height: 3rem;
	background: #3083ff;
	border-radius: 0.2rem;
	color: #FFFFFF;
	text-align: center;
	margin: auto;
	border: none;
	cursor: pointer;
	outline: none;
}
.btn:active{
	background: #096CFF;
}
.xiaozi{
	font-size: 0.7rem;
	font-weight: 400;
	text-align: center;
	color: #777777;
	margin-bottom: 1.759%;
}