[v-cloak]{display: none;}
*{padding: 0;margin: 0;}
body{
	background: url("../img/2.png")center top no-repeat;
	background-size: cover;
}
a{text-decoration: none;color: #000;}
.nav{
	width: 900px;
	height: 70px;
	margin: auto;
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	/* border: 2px solid #000000; */
	background: rgb(244, 244, 244,0.8);
	text-align: center;
	border-radius: 30px;
}
.nav a{
	height: 50px;
	/* width: 50%; */
	/* background: blue; */
	font-size: 30px;
	font-weight: 800;
}
.nr{
	display: flex;
	margin: auto;
	width: 1200px;
	height: 80vh;
	background: rgb(244, 244, 244,0.3);
	margin-top: 30px;
	border-radius: 30px;
}
.z{
	margin-left: 30px;
	margin-top: 30px;
	width: 200px;
	height: 50px;
	background: rgb(235, 228, 234);
	border-radius: 20px;
	text-align: center;
	line-height: 50px;
	font-size: 30px;
	
}