page {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	font-size: 36rpx;
	font-weight: 700;
	box-sizing: border-box;
	padding: 0 50rpx;
}

image {
	width: 500rpx;
	height: 500rpx;
}