.pop-up{
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	display: none;
	
}
.pop-up2{
	
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	
}
.pop-up .pop-cn{
	width: 45%;
	position: relative;
}
.pop-up .pop-cn .pzimg{
	width: 100%;
	height: 100%;
}
.pop-up .pop-cn .gbtb{
	position: absolute;
	right:-20px;
	top: -20px;
	width: 40px;
	height: 40px;
	border: 1px solid #CCCCCC;
	border-radius: 50%;
	background: #fff;
	font-size: 24px;
	padding: 8px;
	cursor: pointer;
	
}

.information {
	display: flex;

	
	padding: 60px 0;
	/* background-color: #000000; */
}
.mainDiagram {
	--swiper-theme-color: #D83C23;

}
.left-img {
	width: 50%;
		height: 550px;
	display: flex;
	padding-right: 5%;
	/* flex: 1; */
}
.left-img img{
    object-fit: contain;
}
.cd-box img{
    max-width: 100%;
    object-fit: cover;
}
.cd-box{
    overflow: auto;
}
.thumbnail {
	height: 100%;
	margin-left: 50px;
	    max-width: 180px;
}

.mainDiagram {
	flex: 1;
	height: 100%;
	overflow: hidden;

}

.thumbnail .swiper-slide {
	border: 1px solid #CCCCCC;
}

.right-desc {
	width: 50%;
	padding-left: 5%;
	display: flex;
	flex-direction: column;
}

.right-desc .rd-name {
	font-size: 32px;
	padding-bottom: 6px;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px dashed #CCCCCC;
}

.right-desc .attribute{
	font-size: 18px;
	color: #333;
	margin: 15px 0;
}
.right-desc .rd-text{
	font-size: 18px;
	color: #333333;
	line-height: 28px;
}
.right-desc .butt{
	border-radius: 6px;
	text-align: center;
	margin-top: 20px;
	text-transform: uppercase;
	padding: 15px;
	background: #D83C23;
	font-size: 20px;
	color: #fff;
}
.right-desc .share{
	margin-top: 20px;
}
.right-desc .share .share-text{
	color: #D83C23;
	text-transform: uppercase;
}
.right-desc .share .sh-item span{
	margin-left: 5px;
}
.right-desc .share .sh-item:hover span{
	color: #D83C23;
}
.commodityDetails{
	background: #F7F7F7;
	padding: 60px 0;
}
.commodityDetails .cd-box .cpxq{
	width: 80%;
	margin: 40px auto;
}
.productDetails  .h6{
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
.productDetails .pd-text{
	text-align: center;
	margin: 20px 0;
	font-size: 18px;
	color: #333;
}
.Download{
	padding: 60px 0 0px;
}
.relatedProducts{
	padding: 60px 0 80px;
}
.rp-list {
	margin-top: 60px;
}
.rp-list .rp-item{
	width: calc((100% - 3*40px)/4);
	transition: all 0.3s;
}
.rp-list .rp-item:not(:nth-child(4n)){
	margin-right: 40px;
}
.rp-list .rp-item:hover{
	box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);
}
.rp-list .rp-item p{
	overflow: hidden;
}
.rp-list .rp-item img{
	transition: all 0.3s;
}
.rp-list .rp-item:hover img{
	transform: scale(1.1);
}
.rp-list .rp-item  span{
	padding: 10px;
}
@media screen and (max-width: 1300px) {
	.right-desc .rd-name {
	    font-size: 22px;
	}
	.right-desc .attribute {
	    font-size: 16px;
	    margin: 10px 0;
	}
	.right-desc .rd-text {
	    font-size: 14px;
	    line-height: 26px;
	}
	.right-desc .butt {
	    margin-top: 10px;
	    padding: 8px;
	    font-size: 18px;
	   
	}
	.left-img {
	    width: 50%;
	    padding-right: 2%;
	    /* flex: 1; */
	}
	.right-desc {
	    width: 50%;
	    padding-left: 2%;
	    display: flex;
	    flex-direction: column;
	}
	.information {
	    display: flex;
	    height: 500px;
	    padding: 30px 0;
	    /* background-color: #000000; */
	}
	.thumbnail {
	    margin-left: 30px;
	}
	.productDetails .h6 {
	    font-size: 24px;
	}
	.rp-list .rp-item:not(:nth-child(4n)) {
	    margin-right: 20px;
	}
	
	.rp-list .rp-item {
	    width: calc((100% - 3*20px)/4);
	   
	}
	.rp-list .rp-item span{
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
    .pop-up .pop-cn{
		width: 90%;
		position: relative;
}
 iframe{
	    max-height: 250px !important;
	    height: 250px !important;
	}
.pop-up .pop-cn .gbtb{
	position: absolute;
	right:-15px;
	top: -15px;
	width: 30px;
	height: 30px;

	padding: 4px;
	
}
	.information {
	    display: flex;
		flex-direction: column; 
	    height: auto;
	    padding: 30px 0;
	    /* background-color: #000000; */
	}
	.thumbnail {
	    display: none;
	}
	.left-img{
		width: 100%;
		height: 300px;
	}
	.right-desc{
		width: 100%;
	}
	.right-desc .rd-name {
	    font-size: 18px;
	}
	.right-desc .butt {
	    margin-top: 10px;
	    padding: 6px;
	    font-size: 16px;
	}
	.right-desc .share{
		flex-wrap: wrap;
	}
	.right-desc .share .share-text{
		width: 100%;
		margin-bottom: 10px;
	}
	.right-desc .share {
	    margin-top: 10px;
	}
	.commodityDetails {
	    padding: 30px 0;
	}
	.productDetails .h6 {
	    font-size: 18px;
	}
	.productDetails .pd-text {
	    margin: 10px 0;
	    font-size: 16px;
	}
	.commodityDetails .cd-box .cpxq {
	    width: 100%;
	    margin: 20px auto;
	}
	.Download {
	    padding: 20px 0 0px;
	}
	.relatedProducts {
	    padding: 30px 0 40px;
	}
	.rp-list .rp-item:not(:nth-child(4n)) {
	    margin-right:inherit;
	}
	.rp-list {
	    margin-top: 30px;
		flex-wrap: wrap;
	}
	.rp-list .rp-item {
	    width: calc((100% - 20px)/2);
		margin-bottom: 20px;
		box-shadow:  0 0 8px rgba(0, 0, 0, 0.1);
	}
	.rp-list .rp-item:not(:nth-child(2n)){
		margin-right: 20px;
	}
}