.product-introduce {
  padding-top: 7rem;
  padding-bottom: 5rem;
}

ul.product-intro-list-type {
  list-style: none;
  color: #001689
}

ul.product-intro-list-type li {
  /* background: url(../img/beff-intro-list-type.svg) no-repeat 0 4px; */
  padding-left: 25px;
  padding-bottom: 0.5rem;
  color: #000;
  position: relative;
}

ul.product-intro-list-type li:before {
  content: '';
  background: url(../img/beff-intro-list-type.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 5px;
}

ul.product-intro-list-type.sht li:before {
  top: 4px;
}

ul.product-intro-list-type li.no-icon {
  background-image: none;
}
ul.product-intro-list-type li.no-icon::before{
  display: none;
}
ul.product-intro-list-type.forH3 li {
  background-position: 0px 8px;
}

.product-diaper {
  /* background-image: url(../img/share-bg.jpg); */
  background-color: #F5F5F5;
  background-size: cover;
  padding: 4rem 0;
}

.products-spec,
.product-size,
.product-yt
 {
  padding: 5rem 0 0 0;
}
.products-spec+.product-diaper{
  margin-top: 4rem;
}
.product-allwp {
  padding: 5rem 0 ;
}
.preSpec-slide {
  position: relative;
  padding-bottom: 1rem;
  padding-top: 5rem;
}

.preSpec-slide .g-badge {
  position: absolute;
  right: 2rem;
  top: 0;
  z-index: 2;
}

.preSpec-slide .g-badge.r-more {
  right: 6rem;
}

.preSpec-slide .g-badge-txt {
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  z-index: 5;
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  color: #aaa;
}

.badge-m {
  display: block;
  background-color: #001689;
  margin-left: 0;
  line-height: 1.5rem;
  font-weight: 300;
  font-size: 1rem;
}

.badge-w {
  display: block;
  background-color: #F86A76;
  margin-left: 0;
  line-height: 1.5rem;
  font-weight: 300;
  font-size: 1rem;
}

.badge-m+.badge-w {
  margin-left: 0.5rem;
}

.badge-bar {
  display: block;
  background-color: #728fb0;
  line-height: 100%;
  font-weight: 300;
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 1rem;
}

.badge-bar.skin {
  background-color: #728fb0;
}

.badge-bar.protect {
  background-color: #E4B4B7;
}

.badge-bar.care {
  background-color: #F2AA75;
}

.picons {
  display: flex;
  align-items: end;
  justify-content: center;
  flex-wrap: wrap;
}

.dg-picon {
  width: 4.5rem;
}

.dg-picon.photyh {
  width: 6rem;
  position: relative;
  z-index: 9;

}

.barNBadge {
  position: absolute;
  top: calc(-1 * calc(var(--barNBadge-w) + 0.5rem));
  left: 0;
  /* left: calc(50% - calc(var(--barNBadge-w) / 2)); */
}

.barNBadge img,
.barNBadge-img {
  width: clamp(4rem, 8vw, 7rem);
  ;
}

.barNBadge-img.s4m {
  width: clamp(3rem, 6vw, 5rem);
  ;
}

@media (max-width:992px) {
  ul.product-intro-list-type {
    padding-left: 0.4rem;
    padding-right: 0.2rem;
  }

  /* .product_bar.severe{
    background-image: url("../img/product-bar-1-m.jpg?v=0601");
  }
  .product_bar.moderate{
    background-image: url("../img/product-bar-2-m.jpg?v=0601");
  }
  .product_bar.mild{
    background-image: url("../img/product-bar-3-m.jpg?v=0601");
  } */

  .pSubjecet {
    font-size: 2.2rem;
  }

  .preSpec-slide {
    padding-bottom: 1rem;
    padding-top: 3rem;
  }

  .preSpec-slide .g-badge {
    transform: scale(0.7);
    top: -3rem;
    right: 0;
  }
.preSpec-slide .g-badge.wp{
 transform: scale(0.9);
 top: 0;
}
  .preSpec-slide .g-badge.r-more {
    right: 3rem;
    top: 0;
  }

  .owl-carousel .owl-item .preSpec-slide-item img {
    width: 80%;
  }

  .products-spec,
  .product-size,
  .product-yt {
    padding: 2rem 0 1rem 0;
  }

  .product-introduce {
    padding-bottom: 2rem;
    padding-top: 3rem;
  }

  .product-diaper {
    /* background-color: #fff; */
    padding: 2rem 0 0 0;
  }

  .product-diaper .container {
    padding-left: 0;
    padding-right: 0;
  }
.products-spec+.product-diaper{
  margin-top: 2rem;
 padding-bottom: 2rem;
}
  .badge-bar {
    font-size: 0.6rem;
    margin-bottom: 0.4rem;
  }
}

@media (max-width: 768px) {



  .barNBadge {
    top: calc(-1 * calc(var(--barNBadge-w) - 1.5rem));
    left: 92%;
  }

}