.cover {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background-color: rgba(0, 0, 0, 0.5);
 z-index: 3;
 display: none;
}
.cover_img{
   width: 32.90625%;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%,-50%);

}
/*.img_detail{
  height: 600px;
}*/
.img_detail img{
 width: 100%;
}
.cancel{
 display: flex;
 justify-content: center;
 margin-top: 40px;
}
.content_header > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product_content {
  margin-top: 88px;
  margin-bottom: 54px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.detail_swiper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  /*height: 682px;*/
}
.detail_swiper_left {
  width: 50%;
  padding: 4.0625%;
  background-color: #ffffff;
  box-shadow: 0 4px 45px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}
.detail_swiper_left > h2 {
  font-size: 32px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 50px;
}
.detail_swiper_left > h3 {
  font-size: 20px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #d7000f;
  line-height: 36px;
}
.detail_swiper_left > img {
  width: 100%;
  margin: 43px 0;
}
.detail_swiper_left > p {
  display: flex;
  font-size:22px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 36px;
  margin-bottom: 24px;
}
.context{
  flex: 1;
  overflow-y: auto;
  text-align: justify;
}
.context::-webkit-scrollbar {
  width: 3px;
  border-radius: 23px;
  background-color: #e2e2e2;
}

.context::-webkit-scrollbar-thumb {
  width: 7px;
  border-radius: 32px;
  background-color: #d7000f;
}

.detail_swiper_left > p img {
  vertical-align: middle;
  transform: translateY(-2px);
}
.detail_swiper_left > p span {
  margin-right: 8px;
}
.detail_swiper_left ul {
  list-style-type: disc;
  /* margin-left: 73px; */
  height: 100%;
  padding-left: 22px;
  padding-right: 22px;
}

.detail_swiper_left li {
  font-size: 16px;
  font-family: PFRegular;
  font-weight: 400;
  line-height: 28px;
  color: #666666;
  text-overflow: ellipsis;
  white-space: wrap;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.detail_swiper_left li::marker {
  color: #999999;
}

.detail_swiper_right {
  width: 47.75%;
  /*height: 682px;*/
  display: flex;
}

.big_imagebox {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.big_imagebox > img {
    object-fit: cover;
  width: 100%;
  max-height: 100%;
}

.detail_swiper_end {
  margin-left: 4.3%;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  align-items: center;
}

.detail_swiper_foot {
  flex: 1;
  margin: 29px 0;
  display: flex;
  overflow: hidden;
}
.swiperfive .swiper-slide {
    width: 100% !important;
  }
.swipersix {
  height: 100%;
}
.swipersix .swiper-wrapper {
  height: 100%;
  display: flex;
  /*justify-content: space-between !important;*/
}
.swipersix .swiper-slide {
   flex: none;
  }
/* .swipersix .swiper-slide:not(:first-child){
 margin-top: 1.5625rem;
} */
.left-down-item {
  width: 100%;
  object-fit: cover;
  width: 131px;
  height: 155px;
}
.left-down-item > img {
    max-height: 100%;
  width: 100%;
  object-fit: cover;
}
.previous_arrow,
.next_arrow {
  outline: none;
}

.previous_arrow img,
.next_arrow img{
    display: block;
}

.main_features {
  width: 100%;
  margin-top: 100px;
}
.main_features > h3 {
  font-size: 36px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 48px;
}
.main_features > p {
  margin-top: 12px;
  font-size: 20px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 48px;
}
.main_features > img {
  width: 100%;
  margin: 40px 0 42px;
}
.content_ul {
  display: flex;
  flex-wrap: wrap;
}
.content_ul > li {
  width: 24%;
  display: flex;
  margin-bottom: 15px;
}
.content_ul > li:nth-child(3n) {
  /*padding-left: 10%;*/
}
.content_ul > li:nth-child(3n-1) {
  /*padding-left: 10%;*/
}

.content_ul > li > p {
  /*margin-left: 24px;*/
  font-size: 18px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
}
.content_ul > li > img {
  width: 16px;
  height: 16px;
  transform: translateY(14px);
}
table {
 width: 100%;
}
.table_border {
border-color: rgba(215, 0, 15, 1);
}
th {
 height: 63px;
 background-color: #d7000f;
 color: #ffffff;
 font-size: 20px;
 /* font-family: PFMedium; */
 font-weight: 600;
 color: #ffffff;
 line-height: 32px;
 cursor: pointer;
 border-color: #ffffff;
}
td {
 height: 47px;
 text-align: center;
 font-size: 16px;
 font-family: PingFang SC-Regular, PingFang SC;
 font-weight: 400;
 color: #333333;
 line-height: 32px;
 cursor: pointer;
}
td > a {
color: #333333;
}
td:hover .see_img {
 color: #d7000f !important;
}
.w12 {
 width: 12%;
}
.w20625 {
 width: 20.625%;
}

.up_img{
  overflow: hidden;
}
.up_img>img{
  transition: all 0.8s ease;
}
.related_ul > li:hover .up_img>img{
transform: scale(1.1);
}
.related_ul > li:hover .img_foot{
  text-shadow:0 4px 12px 0  rgba(0, 0, 0, 0.1) ;
}
.related_ul {
  display: flex;
  flex-wrap: wrap;
}
.related_ul > li {
  width: calc((100% - 90px)/3 );
  /* overflow: hidden; */
  background: #f6f9fa;
  /* border-radius: 20px; */
  margin-bottom: 30px;
  background-image: url('');
  margin-right: 45px;
  position: relative;
}
.related_ul > li:nth-child(3n) {
  margin-right: 0;
}
.pro_img {
  display: flex;
}
.pro_img > img {
  width: 100%;
}
.img_foot {
  width: 100%;
  height: 122px;
  font-size: 24px;
  font-family: PFMedium;
  font-weight: 500;
  line-height: 28px;
  background-color: rgba(255, 255, 255, 1);
  padding: 20px 18px;
  position: absolute;
  bottom: 0;
}
.img_foot > h2 {
  font-size: 24px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
}
.foot_content {
  display: flex;
  justify-content: space-between;
}
.foot_content > p {
  width: 69%;
  height: 48px;
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 48px;
    overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.layui-layer{
    transform: translate(-50%,-50%) scale(0.7) !important;
}
@media only screen and (max-width: 767px) {
  .detail_swiper {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .detail_swiper_left {
    width: 100%;
    padding: 4.0625%;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 5%) 0px 4px 45px 0px;
  }
  .detail_swiper_left li {
    line-height: 36px;
  }
  .detail_swiper_right {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .detail_swiper_end {
    display: flex;
    flex-direction: row;
    margin-left: 0;
  }
  
  .swipersix {
    width: 100%;
  }
  .swipersix .swiper-wrapper {
    display: flex;
    /* flex-direction: row; */
  }
  .swipersix .swiper-slide {
    height: 100% !important;
  }

  .previous_arrow {
    width: 30px;
    transform: rotate(-90deg);
  }
  .next_arrow {
    width: 30px;

    transform: rotate(-90deg);
  }
  .left-down-item {
    width: 100%;
    object-fit: cover;
    width: 62.25px;
    height: 72px;
  }
  .main_features {
    margin-top: 27px;
  }
  .main_features > p {
    line-height: 12px;
  }
  .main_features > img {
    margin: 18px 0 19.5px;
  }
  .content_ul > li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1.2px;
  }
  .content_ul > li > img {
    width: 16px;
    height: 16px;
     transform: translateY(0px); 
}
.content_ul > li:nth-child(3n) {
    padding-left: 0%;
}
  .content_ul > li:nth-child(3n) {
    justify-content: flex-start;
  }
  .content_ul > li:nth-child(3n-1) {
    padding: 0;
  }
  .result_show{
    overflow-x: auto;
  }
  .table_border{
    width: auto;
    min-width: 900px;
  }
  .table_border th{
    width: auto !important;
  }
  .cover_img{
    width: 70%;
  }
  .cancel>img{
    width: 20%;
  }
  .related_ul {
    display: flex;
    justify-content: space-between;
  }
  .related_ul > li {
    width: 100%;
    background: url(productDetail.css) rgb(246, 249, 250);
    margin-bottom: 22.5px;
    margin-right: 0;
    position: relative;
  }
}
