/* 新增 */
.ke-zeroborder tr td{
    padding: 6px;
  }
  .MsoNormal{
    margin: 0 auto;
}
.td_h{
    text-transform: capitalize;
}
.product-information-box_ul{
    margin-top: 3%;
    margin-left: 0px;
    padding-left: 0;
}
.product-information-box_ul li{
    list-style: none;
    margin-left: 0;
    margin-bottom: 2%;
}
.product-information-box-h1{
    background: #efefef;
    margin-bottom: 20px;
    padding: 12px 20px;
    font-size: 18px;
    line-height: 24px;
    color: #222;
}

.product-information-box-h2{
    margin-bottom: 1%;
}
/* .product-information-box-box1 table tr td{
    background-color: #f0f0f0 !important;
}
.product-information-box-box1 table tr:nth-child(2n) td{
    background-color: #fafafa !important;
} */
table {
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: border-box;
}
.ke-zeroborder{border:1px solid #ccc;margin-bottom: 3%;}
.ke-zeroborder td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 0 5px;
    background: #f1f1f1;
}
        html,
        body {
          position: relative;
          height: 100%;
        }
  
  
        .swiper {
          width: 100%;
          height: 100%;
        }
  
        .swiper-slide {
          text-align: center;
          font-size: 18px;
          background: #fff;
  
          /* Center slide text vertically */
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
        }
  
        .swiper-slide img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
        .prod-top-p p:before{
            content: '';
        }
        .prod-top-p p{
            margin: 0 auto;
        }