/*S手机端*/
.box20250503173049_wai_kuang{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	/* background-color: #ebebeb; */
}
.box20250503173049{
	width: 100%;
	display: flex;
	gap: 20px;/*行列间距*/
	flex-wrap: wrap;
	justify-content: center;
}
/*设置列数据*/
.box20250503173049_1 {
    display: flex;
    flex-wrap: wrap;
    overflow-y: hidden;
    /* width: 280px; */
    /* height: 78px; */
    align-content: center;
}

.box20250503173049_1 img{

height: 30px;
}

.box20250503173049_1_line{
	width: 4px;
	border: 1px solid #e4e4e4;
	box-shadow: 2px 4px 0px 0px rgb(0 0 0 / 8%);
}
/*E手机端*/

/*S非手机端*/
@media (min-width: 1127px){
	.box20250503173049 {
		width: 1127px;
			justify-content: space-between;
	}
}
