/*css*/
.box20250125122327 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /* gap: 20px; */
    row-gap: 10x;
    flex-direction: column;
    justify-content: space-between;
}

.box20250125122327_2 img {
    max-width: 100%;
}

/*S非手机端*/
@media (min-width: 768.5px){
	.box20250125122327 {
    	flex-direction: row;
	}
	/*设置列数据*/
	.box20250125122327_1 {
		width:49%;/*固定宽度*/
	}
	/*设置列数据*/
	.box20250125122327_2 {
		width:48%;/*固定宽度*/
		display:flex;
		align-items: flex-start;
	}
	.box20250125122327_2 img{
		width:100%;/*固定宽度*/
	}
}
/*E非手机端*/