@charset "utf-8";
/* body {
  padding-top: 90px;
} */
.details_head {
  color: #000;
  font-weight: bold;
  width: 100%;
  text-align: center;
  letter-spacing: 2px;
  padding: 60px 0 0px 0;
}
.head_title {
  font-weight: bold;
  color: #333;
}
.head_title span {
  font-weight: normal;
  color: #333333;
}
#product_detail .detail .f-14 {
  color: #333;
}
.detail.detail_fa {
  padding: 20px 0 !important;
  background: transparent !important;
}
.detail img {
  width: auto;
  max-width: 100%;
}
.detail .fa_desc {
  width: 100%;
  padding: 20px 0;
}
.detail .fa_desc .desc_item {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 30px;
}
.detail .fa_desc .desc_item h5 {
  font-weight: bold;
  padding-left: 26px;
  line-height: 24px;
  color: #6EB92B;
  position: relative;
}
.detail .fa_desc .desc_item h5::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #6EB92B;
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 1;
}
.detail .fa_desc .desc_item .desc_check {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.detail .fa_desc .desc_item .desc_check li {
  font-size: 16px;
  line-height: 30px;
  padding-left: 26px;
  position: relative;
  margin-top: 15px;
  margin-right: 30px;
}
.detail .fa_desc .desc_item .desc_check li::after {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../images/pic/dg.png) no-repeat center center;
  position: absolute;
  background-size: 100% auto;
  left: 0;
  top: 5px;
  z-index: 1;
}
.detail.detail_kt {
  padding: 0 !important;
  background: transparent !important;
}
.detail.detail_kt .sub-tabs {
  width: 100%;
  padding: 0 !important;
  background: transparent !important;
}
.detail.detail_kt .sub-tabs .mySwiper {
  padding-bottom: 10px;
}
.detail.detail_kt .sub-tabs .mySwiper .swiper-slide {
  position: relative;
}
.detail.detail_kt .sub-tabs .mySwiper .swiper-slide::after {
  content: '';
  width: 1px;
  height: 22px;
  background: #E1E1E1;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: -1px;
  z-index: 1;
}
.detail.detail_kt .sub-tabs .mySwiper .swiper-slide.swiper-slide-active a {
  color: #fff;
  background: #6EB92B;
  position: relative;
}
.detail.detail_kt .sub-tabs .mySwiper .swiper-slide.swiper-slide-active a::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #6eb92b;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  bottom: -8px;
}
.detail.detail_kt .sub-tabs .mySwiper .swiper-slide.swiper-slide-active:hover a {
  color: #fff;
  background: #6EB92B;
  position: relative;
}
.detail.detail_kt .sub-tabs .mySwiper .swiper-slide.swiper-slide-active:hover a::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #6eb92b;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  bottom: -8px;
}
.detail .tab_content {
  width: 100%;
  padding: 30px 0 80px 0;
  box-sizing: border-box;
}
.detail .tab_content * {
  box-sizing: border-box;
}
.detail .tab_content .tab_item {
  width: 100%;
  margin-bottom: 18px;
}
.detail .tab_content .tab_item .tab_head {
  width: 100%;
  padding: 20px 26px 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #FAFFF5;
  border: 1px solid #6EB92B;
  position: relative;
  cursor: pointer;
}
.detail .tab_content .tab_item .tab_head::after {
  content: '';
  display: inline-block;
  height: 100%;
  background: #6EB92B;
  width: 7px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.detail .tab_content .tab_item .tab_head span {
  font-weight: bold;
  color: #6EB92B;
  line-height: 36px;
  display: inline-block;
  width: calc(100% - 80px);
}
.detail .tab_content .tab_item .tab_head img {
  display: inline-block;
  width: 36px !important;
  height: auto;
  margin: 0 !important;
  transition: all 0.5s;
}
.detail .tab_content .tab_item .tab_head .transform {
  transform: rotate(180deg);
  transition: all 0.5s;
}
.detail .tab_content .tab_item .tab_con {
  width: 100%;
  display: none;
  transition: all 0.5s;
  height: 0;
  overflow: hidden;
  padding: 30px;
  background: #fff;
}
.detail .tab_content .tab_item .tab_con img {
  width: auto;
  max-width: 100%;
}
.detail .tab_content .tab_item.tab_show .tab_con {
  width: 100%;
  display: inline-block;
  transition: all 0.5s;
  height: auto;
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  /* body {
    padding-top: 64px;
  }
  .details_head {
    padding: 50px 0 0px 0;
  } */
}
@media screen and (max-width: 768px) {
  /* body {
    padding-top: 64px;
  } */
  /* .details_head {
    padding: 40px 0 0px 0;
  } */
  #product_detail .list .f-26 {
    font-size: 17px;
  }
  .detail.detail_fa {
    padding: 0 0 10px 0 !important;
    background: transparent !important;
  }
  .detail.detail_fa .head_title span {
    display: block;
  }
  .detail .fa_desc {
    width: 100%;
    padding: 20px 0;
  }
  .detail .fa_desc .desc_item {
    margin-bottom: 20px;
  }
  .detail .fa_desc .desc_item h5 {
    padding-left: 20px;
  }
  .detail .fa_desc .desc_item h5::after {
    width: 10px;
    height: 10px;
    top: 7px;
  }
  .detail .fa_desc .desc_item .desc_check li {
    font-size: 15px;
    line-height: 30px;
    margin-top: 12px;
    margin-right: 20px;
  }
  .detail .fa_desc .desc_item .desc_check li::after {
    content: '';
    width: 18px;
    height: 18px;
    top: 6px;
  }
  .detail.detail_kt {
    padding: 0 !important;
    background: transparent !important;
  }
  .detail.detail_kt .sub-tabs {
    width: 100%;
    padding: 0 !important;
    background: transparent !important;
  }
  .detail.detail_kt .sub-tabs .mySwiper {
    padding: bottom 0;
  }
  .detail.detail_kt .sub-tabs .mySwiper .swiper-wrapper {
    padding-bottom: 10px;
    width: 100%;
  }
  .detail.detail_kt .sub-tabs .mySwiper .swiper-slide {
    position: relative;
    width: auto !important;
  }
  .detail.detail_kt .sub-tabs .mySwiper .swiper-slide a {
    color: #000000;
    background: transparent;
  }
  .detail.detail_kt .sub-tabs .mySwiper .swiper-slide a.active {
    color: #000000;
    background: transparent;
  }
  .detail.detail_kt .sub-tabs .mySwiper .swiper-slide::after {
    content: '';
    width: 1px;
    height: 22px;
    background: #E1E1E1;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: -1px;
    z-index: 1;
  }
  .detail.detail_kt .sub-tabs .mySwiper .swiper-slide.swiper-slide-active a {
    color: #fff;
    background: #6EB92B;
    position: relative;
  }
  .detail.detail_kt .sub-tabs .mySwiper .swiper-slide.swiper-slide-active a::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 8px solid #6eb92b;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    bottom: -8px;
  }
  .detail.detail_kt .sub-tabs .mySwiper .swiper-slide.swiper-slide-active:hover a {
    color: #fff;
    background: #6EB92B;
    position: relative;
  }
  .detail.detail_kt .sub-tabs .mySwiper .swiper-slide.swiper-slide-active:hover a::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 8px solid #6eb92b;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    bottom: -8px;
  }
  .detail .tab_content {
    padding: 30px 0 0;
  }
  .detail .tab_content .tab_item {
    margin-bottom: 10px;
  }
  .detail .tab_content .tab_item .tab_head {
    width: 100%;
    padding: 15px 10px 15px 15px;
  }
  .detail .tab_content .tab_item .tab_head::after {
    width: 3px;
  }
  .detail .tab_content .tab_item .tab_head span {
    line-height: 26px;
    width: calc(100% - 50px);
  }
  .detail .tab_content .tab_item .tab_head img {
    width: 26px !important;
  }
  .detail .tab_content .tab_item .tab_con {
    padding: 15px;
  }
}
