@charset "utf-8";

/* 案例展示页：压缩文字区，PC 端图片双行展示 */
@media (min-width: 768px) {
	body.product-page [class*="server_list_met_m1156_1_"] .show-editor {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
}
body.product-page [class*="server_list_met_m1156_1_"] .show-title {
	font-size: 30px !important;
	padding-bottom: 8px !important;
	margin-bottom: 4px !important;
	margin-top: 0 !important;
}
body.product-page [class*="server_list_met_m1156_1_"] .show-text {
	font-size: 15px !important;
	margin-bottom: 4px !important;
}
body.product-page [class*="server_list_met_m1156_1_"] .show-word {
	display: none;
}
body.product-page [class*="server_list_met_m1156_1_"] .show-desc {
	margin-bottom: 8px !important;
}
body.product-page [class*="server_list_met_m1156_1_"] .show-desc p {
	font-size: 14px !important;
	line-height: 1.5 !important;
	display: inline;
}
body.product-page [class*="server_list_met_m1156_1_"] .show-desc br {
	display: none;
}
body.product-page [class*="server_list_met_m1156_1_"] .server-more {
	margin-top: 8px;
}

@media (min-width: 768px) {
	body.product-page [class*="server_list_met_m1156_1_"] .picture-cut {
		padding: 0 30px;
		margin-top: 8px;
		min-height: 460px;
		flex: 1;
	}
	body.product-page [class*="server_list_met_m1156_1_"] .picture-ctrl {
		display: none;
	}
	body.product-page [class*="server_list_met_m1156_1_"] .picture-list {
		overflow: visible !important;
		margin: 0 -8px;
	}
	body.product-page [class*="server_list_met_m1156_1_"] .picture-list ul {
		width: 100% !important;
		display: flex !important;
		flex-wrap: wrap !important;
		justify-content: center;
		align-content: flex-start;
	}
	body.product-page [class*="server_list_met_m1156_1_"] .picture-list ul li,
	body.product-page [class*="server_list_met_m1156_1_"] .picture-list .picture-li.swiper-slide {
		width: 25% !important;
		max-width: 25% !important;
		float: none !important;
		padding: 0 8px !important;
		margin-bottom: 16px !important;
		transform: translateY(0) !important;
		transition: none !important;
	}
	body.product-page [class*="server_list_met_m1156_1_"] .picture-list ul li a font,
	body.product-page [class*="server_list_met_m1156_1_"] .picture-list ul li a font img {
		width: 100% !important;
		max-width: 220px !important;
		height: 168px !important;
		min-height: 168px !important;
	}
	body.product-page [class*="server_list_met_m1156_1_"] .picture-list ul li a span {
		width: 100% !important;
		max-width: 220px !important;
	}
}

@media (min-width: 1200px) {
	body.product-page [class*="server_list_met_m1156_1_"] .picture-cut {
		min-height: 500px;
		padding: 0 50px;
	}
	body.product-page [class*="server_list_met_m1156_1_"] .picture-list ul li a font,
	body.product-page [class*="server_list_met_m1156_1_"] .picture-list ul li a font img {
		max-width: 240px !important;
		height: 180px !important;
		min-height: 180px !important;
	}
	body.product-page [class*="server_list_met_m1156_1_"] .picture-list ul li a span {
		max-width: 240px !important;
	}
}

@media (max-width: 767px) {
	/* 仅比默认白色区域略增高约 50px，不铺满整屏 */
	body.product-page [class*="server_list_met_m1156_1_"] .container:before {
		bottom: -42px !important;
	}
	body.product-page [class*="server_list_met_m1156_1_"] .show-desc p {
		display: block;
	}
}
