.productdetail_content {
  margin-top: 130px;
  width: 100%;
  min-width: 900px;

}

.productdetail_content .product_content_bg {
  width: 100%;
  color: #999;
  cursor: pointer;
  border-bottom: 1px solid #999;
}

.productdetail_content .product_content_bg .product_content_router {
  max-width: 80%;
  min-width: 900px;
  margin: 0 auto;
  padding: 12px 20px;

}

.productdetail_content .product_content_bg a {
  color: #999;
  margin: 0 10px;
}

.productdetail_content .product_content_bg a:hover {
  color: #000;
}

.productdetail_content .product_content_title {
  max-width: 80%;
  min-width: 900px;
  margin: 15px auto;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  position: relative;
  margin-top: 40px;
}

.productdetail_content .product_content_title span {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.productdetail_content .product_content_title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 35%;
  height: 2px;
  background-color: #000;
}

.productdetail_content .product_content_title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 35%;
  height: 2px;
  background-color: #000;

}

.productdetail_content .product_content_title2 {
  max-width: 45%;
  margin: 0 auto;
  text-align: center;
  line-height: 28px;
  margin-bottom: 30px;
}

.content {
  font-size: 14px;
  display: flex;
  max-width: 80%;
  min-width: 900px;
  margin: 0 auto;
  margin-top: 20px;

}

/* 产品列表 */
.productdetail-left {
  display: flex;
}

.productdetail-left .productdetail-left-top {
  width: 380px;
  height: 380px;
  border: 1px solid #c5c5c5;
}

.productdetail-left .productdetail-left-top img {
  object-fit: fill;
  height: 100%;
  cursor: pointer;
}

.productdetail-left .productdetail-left-bottom {
  width: 90px;
  margin-bottom: 10px;
  cursor: pointer;

}

.productdetail-left .productdetail-left-bottom img {
  width: 73px;
  height: 73px;
  border: 1px solid #c5c5c5;
  box-sizing: border-box;
  object-fit: fill;
}

.productdetail-right {
  margin-left: 40px;
}

.productdetail-right .productdetail-right-title {
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 600;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.productdetail-right .productdetail-tabel {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 13px;
}

.productdetail-right .productdetail-tabel .productdetail-tr {
  display: flex;
  width: 100%;
}

.productdetail-right .productdetail-tabel .productdetail-tr:nth-child(odd) {
  background-color: #F5F1FF;
}



.productdetail-right .productdetail-tabel .productdetail-tr>div:nth-child(1) {
  width: 55%;
  margin-right: 20px;
  padding: 8px;
}

.productdetail-right .productdetail-tabel .productdetail-tr>div:nth-child(2) {
  width: calc(45% -20px);
  padding: 8px;
}



.productdetail_img {
  max-width: 80%;
  margin: 0 auto;
  min-width: 900px;
}

.productdetail_img .productdetail_img_title {
  font-weight: 600;
  font-size: 30px;
  margin: 30px 0 30px 0;
  position: relative;
}



.productdetail_img .productdetail_img_title span {
  padding-right: 30px;
  background-color: #fff;
}

.productdetail_img .productdetail_img_title::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 50%;
  width: 90%;
  height: 2px;
  background-color: #000;
  right: 0;
}

.productdetail_img .productdetail_video_box {
  display: flex;
}

.productdetail_img .productdetail_video_item {
  margin-right: 20px;
}

.productdetail_img .productdetail_video_item video {
  /*background-color: #000;*/
  width: 400px;
}

.productdetail_img .productdetail_video_item p {
  width: 400px;
}

.productdetail_img img {
  width: 100%;
}


.recommended_item {
  width: 100%;
  /* min-height: 257px; */
  background: #FFFFFF;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  background: #FFFFFF;
  box-shadow: 2px 3px 6px 0px rgba(104, 138, 217, 0.43);
}

.recommended_item .recommended_img {
  width: 100%;
  /*height: 100%;*/
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recommended_item img {
  width: 75%;
  /*height: 75%;*/
  object-fit: cover;
  border-bottom: 2px solid #333;
}

.recommended_item .recommended_content {
  height: 90px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #1076A7;
  line-height: 24px;
  padding: 10px 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recommended {
  max-width: calc(80% - 100px);
  min-width: 800px;
  overflow: hidden;
  margin: 20px auto;
  background: #FFFFFF;
  border-radius: 11px;
  padding: 20px 50px;
}

#mySwiper {
  padding: 10px !important;
}


.swiper-box .swiper-button-next:after,
.swiper-box .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 600;
  color: #fff !important;
}

.swiper-box .swiper-button-next,
.swiper-box .swiper-button-prev {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #5e4a99;
  color: #FFFFFF;
  font-size: 20px;
}