.product .tab{
  display:inline-block;
}
.product .tab>li{
  width:15.8%;
  margin-left:1%;
  margin-bottom:10px;
}

.product .tab>li:nth-child(6n+1){
  margin-left:0
}

@media only screen and (max-width : 1024px){
  .product .tab>li{
    width:24%;
    margin-bottom:10px;
  }
  .product .tab>li:nth-child(6n+1){
    margin-left:1%;
  }
  .product .tab>li:nth-child(4n+1){
    margin-left:0
  }
}
@media only screen and (max-width : 640px){
  .product .tab>li{
    width:49.5%;
    margin-bottom:3px;
  }
  .product .tab>li:nth-child(6n+1){
    margin-left:1%
  }
  .product .tab>li:nth-child(4n+1){
    margin-left:1%
  }
  .product .tab>li:nth-child(2n+1){
    margin-left:0;
  }

}
@media only screen and (max-width : 340px){
  .product .tab>li>a{
    font-size:0.875rem;

  }
}

.d04 .example{
  padding-top:0 !important;
  padding-bottom:0 !important;

}

.d04 .example ul>li{
  padding-top:40px;
}
.d04 .example ul>li:nth-child(1), .d04 .example ul>li:nth-child(2), .d04 .example ul>li:nth-child(3), .d04 .example ul>li:nth-child(4){
  padding-top:0;
}
@media only screen and (max-width : 1024px){
  .d04 .example ul>li{
    padding-top:0;
  }
}
