/*css*/
.box202505051801041526_wk{
	width: 100%;
	/* border-top: 1px solid #EAEAEA; */
	display: flex;
	background-color: #1A1A1A;
	color: #fff;
	padding: 10px;
	text-align: center;
	justify-content: center;
}
.box202505051801041526{
	width: 1200px;
	/* border-top: 1px solid #EAEAEA; */
	display: flex;
	justify-content: center;
}
	.box202505051801041526_1 {
		color: #666;

		 text-align: center;

	}	
/*S非手机端*/
@media (min-width: 1200px){
.box202505051801041526{

	justify-content:flex-start;
}
	.box202505051801041526_1 {
		 width: 1200px;
		 text-align: left;
		 /* justify-content: space-between; *//*两端对齐*/
	}	
}
