.pageContent {
	padding: 1.9rem 3.2rem 0.4rem;

	.item {
		margin-bottom: 0.48rem;

		.title {
			color: #171717;
			font-family: "SF Pro Display";
			font-size: 0.24rem;
			font-style: normal;
			font-weight: 600;
			line-height: 0.3rem;
			margin-bottom: 0.12rem;
		}

		p {
			color: #5B636A;
			font-family: "SF Pro Light";
			font-size: 0.16rem;
			font-style: normal;
			font-weight: 400;
			line-height: 0.2rem;
			margin-bottom: 0.24rem;

			span {
				color: #171717;
				font-family: "SF Pro Light";
				font-weight: 600;

			}

			a {
				color: #171717;
				font-family: "SF Pro Light";
				font-weight: 600;
				text-decoration: underline;
			}

		}
	}
	.p{
		color: #5B636A;
		font-family: "SF Pro Light";
		font-size: 0.16rem;
		font-style: normal;		
		line-height: 0.24rem;
		margin-bottom: 0.12rem;
		span{
			color: #171717;
			font-weight: 600;
		}
	}
}