body {
	margin: 0;
	background: url('../img/bj.jpg') no-repeat center center fixed;
	background-size: 100vw 100vh;
}

.close_icon {
	float: right;
	position: fixed;
	right: 25px;
	top: 25px;
	z-index: 999;
}

.tips {
	width: 100vw;
	height: 100vh;
	display: flex;
	flex-direction: column;
}

.header {
	width: 100%;
	text-align: center;
	margin-top: 8vh;
}

.header h1 {
	font-size: 90px;
	color: #ed4f3b;
	margin: 0;
	letter-spacing: 5px;
}

.header p {
	font-size: 36px;
	color: #ed4f3b;
	margin: 0;
}

.content {
	width: 88%;
	margin: 20px auto 50px auto;
	background-color: white;
	padding: 20px 30px;
	border: none;
	border-radius: 24px;
}

.content p {
	font-size: 36px;
}