
.box20240223101404 {
    width:100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	padding:4.8rem;
	color: #fff;
}
.box20240223101404_1 {
    width:100%;
		text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.box20240223101404_2 {
    width:100%;
	font-size: 1.6rem;
	text-align: center;
}


/*非手机端显示*/
@media ( min-width : 768px) {
	.box20240223101404_1 {

		font-size: 2.4rem;

	}
	.box20240223101404_2 {

		font-size:2.4rem;

	}
}