.memory {
	width: 100%;
}
.memory-t {
	font-size: 0.48rem;
	color: #fff;
	width: 100%;
	text-align: center;
	padding-bottom: 0.37rem;
	line-height: 1.5;
}
.memory-img {
	width: 100%;
	aspect-ratio: 750/727;
	position: relative;
}
.memory-p {
	width: 100%;
	font-size: 0.20rem;
	color: #cbcfd8;
	text-align: center;
	line-height: 1.5;
}
.memory-footer-img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -0.74rem;
    width: 6.83rem;
}
.memory-footer-img p {
    height:0;
}
.memory-footer-img img {
	width: 6.83rem;
   
	display: block;
    aspect-ratio: 683/148;
}
