body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", "PingFang SC", sans-serif;
	background: url(../img/bk.jpeg) no-repeat center center fixed;
	background-size: cover;
}
#bkground{
	padding-top: 100px;
	text-align: center;
}
#bkground .my-information{
	width: 450px;
	height: auto;
	margin: 0 auto;
	padding: 130px 30px 40px 30px;
	position: relative;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 20px;
	backdrop-filter: blur(10px);
}
#bkground .my-information i{
	background: url(../img/pho.png)no-repeat center center;
	background-size: cover;
	width: 150px;
	height: 150px;
	display: inline-block;
	border-radius: 50%;
	border: 5px solid rgba(255, 255, 255, 0.8);
	margin-top: -80px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
#bkground .my-information h3{
	font-size: 48px;
	color: #333;
	font-weight: 700;
	line-height: 80px;
}
#bkground .my-information h4{
	font-size: 26px;
	color: #555;
	font-weight: 400;
	padding-top: 40px;
} 
#bkground .my-information h5{
	font-size: 24px;
	font-weight: 400;
	color: #666;
	line-height: 50px;
	padding-bottom: 30px;
} 
#bkground .my-information p{
	font-size: 24px;
	line-height: 28px;
	width: 80%;
	color: #444;
	text-align: center;
	margin: 25px auto;
}
#bkground .my-information a {
	display: inline-block;
	font-size: 36px;
	font-weight: bold;
	color: #E9A254;
	border: 3px solid #E9A254;
	border-radius: 35px;
	padding: 12px 40px;
	margin-top: 40px;
	text-decoration: none;
	transition: all 0.3s ease;
}
#bkground .my-information a:hover {
	background-color: #E9A254;
	color: white;
	transform: scale(1.05);
}