.scrm-warp {
	display: none;
}
.scrm-advantage-list .scrm-advantage-item {
	    width: 320px;
    height: 360px;
    max-width: 320px;
	border: none;
}
figure.product-scrm-main-img {
	text-align: center;
}
.scrm-content-box .scrm-title {
    margin-bottom: 16px;
}
.scrm-operate-product .product-main-img {
	width: 648px;
	min-height: 479px;
}
.scrm-operate-product .product-main-img .wp-block-image {
	display: none;
}
.scrm-operate-product .product-main-img .wp-block-image:first-child {
	display: block;
}


/**crm */
.crm-advantage-box .scrm-advantage-item {
	width: 320px;
	max-width: 320px;
	height: 360px;
}

@media screen and (max-width: 1200px) {
	.scrm-pc {
		display: none;
	}
	.scrm-warp {
		display: block;
	}
	.controlled-img-list {
		overflow: hidden;
		position: relative;
	}
	.scrm-operate-product .product-main-img .wp-block-image {
		display: block;
		padding: 0 ;
	}
	.controlled-img-list .swiper-pagination {
		bottom: 0 !important;	
	}
	
	.scrm-operate-product .product-main-img {
		width: 100%;
		min-height: auto;
	}
	.product-introduce .product-main-img img {
/* 		max-width: 90%; */
	}
	 .scrm-advantage-list .scrm-advantage-item {
		width: 100%;
		height: auto;
		max-width: 100%;
	}
	.scrm-domain-box {
		display: none;
	}
	.product-introduce.scrm-product:nth-child(5) {
		flex-direction: column-reverse;
	}
	.product-introduce.scrm-product:nth-child(6) {
		flex-direction: column;
	}
}

