.product-detail-swiper {
	width: 100%;
}

.product-detail-swiper .swiper-container {
	width: 100%;
	height: 100%;
}

.product-detail-swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.product-detail-swiper .swiper-pagination-bullets {
	bottom: 25px;
}

.product-detail-swiper .swiper-pagination-bullet {
	background-color: #cccccc;
	opacity: 1;
}

.product-detail-swiper .swiper-pagination-bullet-active {
	background-color: #b41f2a;
	opacity: 1;
}

.product-detail .top .right .p1 {
	border-bottom: 1px solid #f3f3f3;
	margin-bottom: 0;
	font-size: 48px;
	padding-bottom: 15px;
}

.product-detail .top .right .tit {
	font-size: 24px;
	color: #333;
	padding: 36px 0 25px;
	font-weight:bold;
}

.product-detail .top .right .p2 {
	padding-bottom: 36px;
	line-height: 38px;
	color: #666;
}

.product-detail .top .main:before {
	z-index: 99;
}

.product-detail .top .right .btns {
	display: flex;
	padding-top: 40px;
}

.product-detail .top .right .btn1 {
	width: 220px;
	height: 70px;
	box-sizing: border-box;
	line-height: 70px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: #b41f2a;
	margin-right: 20px;
}

.product-detail .top .right .btn1:hover {
	background-color: #88060f;
}

.product-detail .top .right .btn2 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 220px;
	height: 70px;
	box-sizing: border-box;
	line-height: 70px;
	text-align: center;
	font-size: 18px;
	color: #b41f2a;
	border: 1px solid #b41f2a;
}
.product-detail .top .right .btn2>span {
	margin-right: 6px;
}
.product-detail .top .right .btn2 .icon2 {
	display: none;
}

.product-detail .top .right .btn2:hover {
	background-color: #b41f2a;
	color: #fff;
}

.product-detail .top .right .btn2 .icon {
  width: 23px;
}

.product-detail .top .right .btn2:hover .icon1 {
	display: none;
}

.product-detail .top .right .btn2:hover .icon2 {
	display: block;
}

.product-detail-content {
	display: flex;
	justify-content: space-between;
	width: 100%;
	/* height: 760px; */
	height: 980px;
	margin-top: 70px;
}

.product-detail-content .img-content {
	width: 670px;
}

.product-detail-content .tit {
	font-weight: bold;
	font-size: 24px;
	color: #333;
	margin-bottom: 30px;
}

.product-detail-content .img-content .img-box {
	width: 100%;
}

.product-detail-content .img-content .img-box>img {
	margin-top: 20px;
	width: 100%;
	/* height: 330px; */
	/* height: 514px; */
	/* height: 450px; */
  object-fit:cover;
}

.product-detail-content .img-content .tit {
	margin-bottom: 10px;
}


.product-detail-content .text-box {
	width: 480px;
	height: 100%;
	background-color: #fafafa;
	padding: 20px;
	box-sizing: border-box;
	overflow: auto;
}

.product-detail-content .text-box1 {
	width: 370px;
}

.product-detail-content  .simple-article h5 {
	color: #333;
	margin-top: 40px;
}

.product-detail-content  .simple-article p {
	line-height: 36px;
	font-size: 16px;
	color: #333;
}

@media (max-width: 750px) { 
  
  .product-detail .top_bar .bread {
    background-position: left 5px;
  }
  
  .product-detail .top_bar .bread * {
    line-height: 30px
  }
  
	.product-detail .top .left,
	.product-detail .top .right {
	  width: 100%;
	  float: initial;
	}
  
  .product-detail .top .right .p1 {
    font-weight: bold;
		font-size: 20px;
  }
  
  .product-detail .top .right .tit {
    font-size: 16px;
    font-weight: bold;
    padding: 25px 0;
  }
  
  .product-detail .top .right .btns {
    padding: 35px 0;
    flex-wrap: wrap;
  }
  
  .product-detail .top .right .btn1,
  .product-detail .top .right .btn2 {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 12px
  }
  
  .product-detail .top .right .btn2 .icon {
    width: 16px;
  }
  
  .product-detail-content .img-content,
   .product-detail-content .text-box {
     width: 100%;
   }
   
   .product-detail-content {
     flex-direction: column;
     height: auto;
   }
   
   .product-detail-content .img-content .img-box>img {
     height: auto;
   }
	 
	 .product-detail-content .tit {
		 font-size: 20px;
	 }
	 
	.product-detail .top_bar .back {
		line-height: initial;
		margin-top: 15px;
	}
	
	.product-detail .top_bar .bread {
		margin-top: 15px;
	}
}

@media (min-width: 751px) and (max-width: 1200px){
	.product-detail .top .right .tit {
		font-size: 20px;
		font-weight: bold;
		padding: 20px 0;
	}
	
	.product-detail .top .right .p1 {
		font-size: 20px;
		font-weight: bold;
    padding-bottom: 20px;
	}
	
	.product-detail .top .right .p2 {
		line-height: 28px;
		padding-bottom: 15px;
	}
	
	.product-detail .top .right .btns {
		padding: 30px 0;
	}
  
  .product-detail .top .right .btn1,
  .product-detail .top .right .btn2 {
    width: 160px;
    line-height: 50px;
    height: 50px;
    font-size: 14px;
  }
  
 .product-detail-content .img-content,
  .product-detail-content .text-box {
    width: 100%;
  }
  
  .product-detail-content {
    flex-direction: column;
    height: auto;
  }
  
  .product-detail-content .img-content .img-box>img {
    height: auto;
  }
}

@media (min-width: 1201px) and (max-width: 1600px){ 	
	.product-detail .top .right {
		width: calc(100% - 500px);
	}
	
	.product-detail .top .right .p1 {
		padding-bottom: 10px;
		margin-top: 20px;
	}
	
	.product-detail .top .right .tit {
		padding: 20px 0;
	}
	
	.product-detail .top .right .p2 {
		line-height: 30px;
		padding-bottom: 20px;
	}
	
	.product-detail .top .right .btns {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	
	.product-detail-content .img-content {
		/* width: calc((100% - 40px) / 3); */
		width:calc(45% - 20px)
	}
	
	.product-detail-content .img-content .img-box>img {
		height: auto;
		/* height: 330px; */
	}
	
	.product-detail-content .text-box {
		/* width: calc((100% - 40px) / 3); */
		width: calc(35% - 20px)
	}
	
	.product-detail-content .text-box1 {
		width: 20%;
	}
	
	
	.product-detail-content .simple-article p {
		line-height: 30px;
	}
	
	.product-detail-content {
		height: 740px;
	}
	
}


@media (min-width: 1200px) and (max-width: 1300px){  
	.product-detail-body .contain {
		width: 98%;
	}
}