

.productsMenu {
	height: 135px; max-width: 1920px; min-width: 1200px; overflow: hidden;
	margin: 0 auto;
	background-color: #fbf7f8;
}
	.productsMenu ul {
		columns: 4; -webkit-columns: 4; -moz-columns: 4;
		list-style-type: none;
		height: 135px; width: 1200px; overflow: hidden;
		padding: 0; margin: 0 auto;
	}
	.productsMenu li {
		break-inside: avoid;
		height: 135px;
		font-size: 40px; line-height: 135px; text-align: center;
		cursor: pointer;
	}
	.productsMenu li.active {
		background-color: #fff;
		color: #b06db0;
	}


.productList {
	min-height: 1240px; max-width: 1920px; min-width: 1200px; overflow: hidden;
	margin: 35px auto;
	background-color: #ffffff;
}
	.productssListMain {
		min-height: 1240px; width: 1200px; overflow: hidden;
		margin: 0 auto;
        display: flex; flex-wrap: wrap;
		/* justify-content: space-between;*/
        flex-direction: row;  /* 设置主轴为水平方向 */
  		align-content: flex-start;  /* 元素从顶部开始排列 */
	}

	.productssListMain dl {
		display: block; margin: 0 20px 40px; padding: 0;
		height: 360px; width: 360px; overflow: hidden;
		background-color: #fbf7f8;
	}
		.productssListMain dt {
			display: block; margin: 0 auto; padding: 0;
			height: 260px; width: 360px; overflow: hidden;
			margin: 0 auto; padding: 0;
		}
			.productssListMain img {
	            display: block;
	            height: 260px; width: 360px; overflow: hidden;
	            margin: 0 auto 0;
	            object-fit: cover;
			}
		.productssListMain dd {
			display: block;
			width: 340px; overflow: hidden;
			margin: 0 auto; padding: 0;
			line-height: 1.5;
			white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
		}
		.productssListMain .title {
			height: 36px; 
			margin-top: 15px;
			font-size: 24px;
			color: #888;
		}
		.productssListMain .intro {
			height: 24px; 
			margin-top: 5px;
			font-size: 18px;
			color: #999;
		}