* {
	margin: 0;
	padding: 0;
}

@font-face{
	font-family: timeFont;
	src: url(./numberseven.ttf);
}

body::-webkit-scrollbar{
	display: none;
}

body{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-size: 1000%;
	background: linear-gradient(-45deg, rgb(30, 77, 80), rgb(73, 156, 139), rgb(140, 255, 202))
}

.main {
	flex-shrink: 0;
	box-sizing: border-box;
	border: 0px solid black;
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.end {
	color: rgb(163, 198, 188);
	font-size: 16px;
	box-sizing: border-box;
	border: 0px solid black;
	width: 100%;
	height: 80px;
	background-color: rgba(48, 48, 48, 0.8);
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.end>#line_1{
	user-select: none;
	display: block;
	width: 100%;
	margin-top: 12px;
	margin-right: 40px;
}
.end :nth-child(2) {
	
	margin-right: 50px;
}
.end :last-child {
	margin-right: -80px;
}

.main_box{
	border: 1px solid black;
	width: 90%;
	height: 90%;
	padding: 4px 4px;
	box-sizing: border-box;
}
.headr_image{
	user-select: none;
	border: 2px solid rgb(201, 255, 230);
	box-shadow: 0px 0px 1px 1px rgb(201, 255, 230);
	border-radius: 50%;
	width: 100px;
	height: 100px;
	background-image: url(./images/幸运青头像.jpg);
	background-size: 100%;
	display: inline-block;
	margin-left: 10px;
}
.name{
	display: inline-block;
	color: rgb(57, 244, 176);
	margin-left: 5px;
	font-size: 28px;
	font-weight: 500;
	font-family: fantasy;
}
.personal_msg{
	transform: scale(1.15) translateY(-4.5%);
	display: flex;
	align-items: center;
	border: 2px solid rgb(0, 100, 70);
	width: 300px;
	height: 130px;
	box-sizing: border-box;
	border-radius: 20px;
	background-color: rgba(23, 109, 80, 0.5);
	backdrop-filter: blur(3px);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.message{
	flex-shrink: 0;
	position: relative;
	border: 1px solid transparent;
	border-radius: 3px;
	height: 90%;
	width: 150px;
	margin-left: 10px;
	box-sizing: border-box;
	padding: 2px 4px;
	background-color: rgb(69, 162, 127);
}
.message::after{
	position: absolute;
	left: 0;
	top: -1px;
	border: 0px solid black;
	width: 99%;
	height: 100%;
	content: "";
	border-radius: 4px;
	transform: scale(1.07);
	background-color: aqua;
	z-index: -1;
	animation: color_change 0.8s infinite;
	transition: all 1s ease;
	background: linear-gradient(-45deg, rgb(69, 162, 127), rgb(69, 162, 127), rgb(56, 255, 216), rgb(69, 162, 127), rgb(69, 162, 127));
}
@keyframes color_change {
	0%{rgb(56, 255, 216)
		background: linear-gradient(-45deg, rgb(69, 162, 127), rgb(69, 162, 127), rgb(56, 255, 216), rgb(69, 162, 127), rgb(69, 162, 127));
	}
	10%{
		background: linear-gradient(-27deg, rgb(69, 162, 127), rgb(69, 162, 127), rgb(56, 255, 216), rgb(69, 162, 127), rgb(69, 162, 127));
	}
	20%{
		background: linear-gradient(-9deg, rgb(69, 162, 127), rgb(69, 162, 127), rgb(56, 255, 216), rgb(69, 162, 127), rgb(69, 162, 127));
	}
	30%{
		background: linear-gradient(9deg, rgb(69, 162, 127), rgb(69, 162, 127), rgb(56, 255, 216), rgb(69, 162, 127), rgb(69, 162, 127));
	}
	40%{
		background: linear-gradient(27deg, rgb(69, 162, 127), rgb(69, 162, 127), rgb(56, 255, 216), rgb(69, 162, 127), rgb(69, 162, 127));
	}
	50%{
		background: linear-gradient(45deg, rgb(69, 162, 127), rgb(69, 162, 127), rgb(56, 255, 216), rgb(69, 162, 127), rgb(69, 162, 127));
	}
	60%{
		background: linear-gradient(63deg, rgb(69, 162, 127), rgb(69, 162, 127), rgb(56, 255, 216), rgb(69, 162, 127), rgb(69, 162, 127));
	}
	70%{
		background: linear-gradient(81deg, rgb(69, 162, 127), rgb(69, 162, 127), rgb(56, 255, 216), rgb(69, 162, 127), rgb(69, 162, 127));
	}
	80%{
		background: linear-gradient(99deg, rgb(69, 162, 127), rgb(69, 162, 127), rgb(56, 255, 216), rgb(69, 162, 127), rgb(69, 162, 127));
	}
	90%{
		background: linear-gradient(117deg, rgb(69, 162, 127), rgb(69, 162, 127), rgb(56, 255, 216), rgb(69, 162, 127), rgb(69, 162, 127));
	}
	100%{
		background: linear-gradient(135deg, rgb(69, 162, 127), rgb(69, 162, 127), rgb(56, 255, 216), rgb(69, 162, 127), rgb(69, 162, 127));
	}
}

.name_title{
	font-weight: 600;
	font-size: 16px;
	display: block;
	font-family: fangsong;
}
.face_name{
	/* margin-top: 5px; */
	font-family: cursive;
	font-size: 18px;
}
.face_name :nth-child(1) {
	font-size: 18px;
	font-weight: 400;
	font-family: sans-serif;
}
.face_name :last-child{
	font-weight: 600;
}
.message >:nth-child(2){
	width: 100%;
	margin: 0;
	/* text-align: center; */
}
.message >:last-child{
	font-size: 14px;
	font-family: serif;
	font-weight: 400;
	margin-left: 45px;
}

.first_box{
	border: 1px solid black;
	display: flex;
	justify-content: space-between;
}
.other_message{
	border: 1px solid black;
	display: flex;
	align-items: center;
	width: 800px;
	height: 130px;
	padding: 1px;
	box-sizing: border-box;
	font-size: 24px;
	border-radius: 15px;
	background-color: rgba(23, 109, 80, 0.5);
	backdrop-filter: blur(3px);
	
}
.label{
	display: flex;
	justify-content: center;
	align-content: center;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	padding: 1px 4px;
	width: 280px;
	height: 100%;
	display: inline-block;
	border: 1px solid black;
	color: rgb(79, 245, 181);
	letter-spacing: 3px;
}
.label>div{
	font-family: cursive;
	font-size: 20px;
	text-align: center;
}
.from_name{
	display: inline-block;
	width: 20px;
	height: 70px;
	border: 0px solid black;

}
#z_line{
	display: inline-block;
	height: 85px;
	width: 1px;
	border-left: 1px solid rgb(79, 245, 181);
	transform: translateY(10%);
}
.text_ {
	margin-left: 40px;
	display: inline-block;
	width: 150px;
	height: 100px;
	border: 0px solid black;
}
.time_box{
	user-select: none;
	padding: 2px 4px;
	width: 300px;
	display: inline-block;
	border: 1px solid black;
	color: rgb(48, 222, 152);
	font-size: 28px;
	height: 100%;
	text-align: center;
}

.func_box{
	display: flex;
	justify-content: space-between;
	border: 1px solid black;
	margin-top: 15px;
	height: 520px;
}
.func_li_box{
	border-radius: 10px;
	border: 1px solid black;
	width: 300px;
	height: 100%;
	/* background-color: rgb(28, 131, 90); */
	/* backdrop-filter: blur(3px); */
}
.func_li_box li{
	border-radius: 10px;
	user-select: none;
	border: 1px solid black;
	list-style: none;
	width: 300px;
	text-align: center;
	height: 80px;
	font-size: 24px;
	line-height: 80px;
	color: rgb(80, 194, 160);
	margin-top: 20px;
	transition: all 0.5s ease; 
	letter-spacing: 5px;
	background-color: rgb(28, 131, 90);
}
.func_li_box li:hover{
	/* color: rgb(54, 252, 186); */
	cursor: pointer;
	background-color: rgb(21, 100, 68);
	font-size: 28px;
}
.li_hover{
	color: rgb(54, 252, 186);
	cursor: pointer;
	background-color: rgb(21, 100, 68);
}
.content_box{
	border: 1px solid black;
	width: 800px;
}
.years{
	margin-top: 10px;
	font-size: 25px;
}
.data_time{
	font-family: timeFont;
	font-size: 70px;
}
.de_boder{
	width: 10px;
	height: 100%;
	background-color: rgb(99, 194, 163);
}
.miusc_open{
	border-top-right-radius: 30px;
	border: 1px solid black;
	height: 100%;
	width: 150px;
	display: flex;
	align-items: center;
}
.miusc_img{
	width: 100px;
	height: 100px;
	border: 1px solid black;
	border-top-right-radius: 100%;
	border-bottom-right-radius: 100%;
}
#mycode{
	display: none;
}
#mymuisc{
	display: none;
}
#mydream{
	display: none;
}
