body {
	margin: 0;
	background: url('../img/bj.jpg') no-repeat center center fixed;
	background-size: 100vw 100vh;
	overflow-x: hidden;
}

.wonderful {
	width: 100%;
	height: 100vh;
	overflow-y: auto;
}

.close_icon {
	float: right;
	position: fixed;
	right: 25px;
	top: 25px;
	z-index: 999;
}

.head {
	width: 100%;
	height: auto;
	margin-top: 6vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.head img {
	max-width: 90%;
	max-height: 100%;
	object-fit: contain;
}

.main_body {
	width: 100vw;
	position: absolute;
	bottom: 2vh;
}

.cont {
	width: 89vw;
	border-radius: 12px;
	background-color: white;
	margin: 3vh auto;
	padding: 2vh 3vw;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 0 0 15px #199eff;
}

.cont_title {
	display: flex;
	justify-content: space-between;
}

.cont_title span {
	font-size: 50px;
	color: #000dc7;
	letter-spacing: 12px;
}

.cont_message {
	display: flex;
	justify-content: space-between;
	margin-top: 5vh;
}

.cont_message .content {
	text-align: left;
}

#name {
	font-size: 24px;
	color: #000dc7;
	margin: 0;
}

#time {
	font-size: 36px;
	color: #000dc7;
	margin: 0;
	letter-spacing: 2px;
}