/*S手机端*/
.box20241121235333_wai_kuang{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;	
background-color: #ebebeb;
}
.box20241121235333{
	width: 100%;
	display: flex;
	gap:65px;/*行列间距*/
	flex-wrap: wrap;
	justify-content:center;
}
/*设置列数据*/
.box20241121235333_1 {
    display: flex;
    flex-wrap: wrap;
    overflow-y: hidden;
    /*width: 280px;*/
    height: 78px;
    align-content: center;
}

.box20241121235333_1 img{

height: 30px;
}
/*E手机端*/

/*S非手机端*/
@media (min-width: 1200px){
	.box20241121235333 {
		
	}
}
