.text {
	text-align: center;
	font-size: 30px;
	padding-top: 150px;
	padding-bottom: 150px;
	font-weight: bold;
}



/* 响应式设计 */
@media (max-width: 768px) {
	.text {
		font-size: 10px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}