body {
    background-color: #ffffff;
}

/*生日banner*/
.shengri-banner {
	display: block;
	width: 100%;
	background-image: url(https://xgdnm.youbanya.com/xgdn/shengri/shengri-banner.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center -1.5rem;
}

.shengri-banner:after {
	content: ".";
	display: block;
	padding-bottom: 22%;
	visibility: hidden;
}

.shengri-banner h1,
.shengri-banner p {
	top: -500px;
	position: absolute;
}

/*生日列表*/
.shengri-box {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding: 0.5rem 0.7rem 1.2rem 0.7rem;
	background-color: #fefefe;
	gap: 1rem;
}

.shengri-box a {
	display: block;
	font-size: 1rem;
	text-align: center;
	justify-self: start;
}

.shengri-box a:nth-child(2n) {
	justify-self: end;
}

.shengri-box a img {
	display: block;
	width: 100%;
	border-radius: 2px;
	margin-bottom: 2%;
}