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;
}

.tour_guide {
	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: 60px;
	color: #ed4f3b;
	margin: 0;
}

.content {
	width: 88%;
	margin: 5vh auto;
	background-color: white;
	padding: 20px 30px;
	border: none;
	border-radius: 24px;
}

.day_tour {
	margin-top: 5vh;
}

.days_tour p {
	font-size: 36px;
	color: #4096FF;
}

.notification {
	display: none;
	position: fixed;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	font-size: 36px;
	border-radius: 10px;
	text-align: center;
	z-index: 1000;
}