p, span, a, button, h1,  h2, h3, h5, h6, li, input, option, select {
/*  text-transform: capitalize;*/
}
.main_banner .swiper-slide .banner_title .more_btn {
  position: relative;
  z-index: 100;
}
.product_detail .banner_list ol li .text_part p {
  line-height: 1.1em;
  scale: 1;
}
.haict .h_list li p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .product_detail .banner_list ol li .text_part span {
    font-size: 14px;
  }
  .product_detail .banner_list ol li:nth-of-type(5)::after {
    bottom: -40px;
  }
  .product_detail .product_data ul li:first-child a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .haict .h_list li p {
    font-size: 14px;
  }
}