body{
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}
.beijt{
	width: 100%;
	height: 100%;
	z-index: 99999999;
	position: fixed;
	//background:rgba(255,255,255,0.3);
	background: rgba(0,0,0,0.3);
	display: flex;
	justify-content: center;
	justify-items: center;
}
.was{
	height: 210px;
	width: 70%;
	padding:20px 20px;
	border-radius: 20px;
	background-color: #ff9007;
	margin:auto auto;
	display: flex;
	align-items:center;
	justify-content: center;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),
	0 17px 50px 0 rgba(0,0,0,0.19);
}
.ww{
	
	
}
.was>.ww>p{
	font-size:5vw;
	text-align: center;
	line-height: 35px;
	color: #ffffff;
}