body::-webkit-scrollbar {
	/* 隐藏右侧滚动条 */
	display: none;
}


/* pc端 */
@media screen and (min-width: 1024px) {
	html {
		/* 1rem=16px */
		font-size: 16px !important;
	}

	.mprivacy_statement {
		width: 100%;
		padding: 7% 0 4%;
	}

	.cont {
		width: 50%;
		margin: auto;
		padding-top: 5%;
		text-align: center;


	}

	.title {
		font-size: 2rem;
		line-height: 80px;
		letter-spacing: 2px;
	}


	.desc {
		margin-top: 10px;
		line-height: 28px;
		font-size: 16px;
		text-align: left;
	}
}


/* 手机端 */
@media screen and (max-width: 1024px) {
	html {
		/* 1rem=14px */
		font-size: 14px !important;
	}

	.privacy_statement {
		width: 100%;
		padding: 4% 0 4%;
	}


	.cont {
		width: 88%;
		margin: auto;
		margin-top: 15%;
	}


	.title {
		font-size: 18px;
		line-height: 36px;
		letter-spacing: 2px;
		text-align: center;
		font-weight: 600;
	}


	.desc {
		margin-top: 10px;
		line-height: 28px;
		font-size: 16px;
	}
}
