html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #fff;
}

* {
  box-sizing: border-box;
}

.wt-product-page-wrap {
  width: 100%;
  /* overflow-x: hidden; */
}

.wt-product-page-wrap ol {
  list-style-type: none;
}

.wt-product-page-wrap .main {
  /* overflow-x: hidden; */
  width: 70%;
  /* width: 100%; */
  margin: 0 auto;
  word-break: break-word;
  font-size: 16px;
  /* padding: 0 10%;		 */
}

.wt-product-page-wrap .main ol{
  padding: 0;
}

.wt-product-page-wrap .main .title {
  width: 70%;
  margin: 70px auto 30px;
  text-align: center;
  font-size: 32px;
}

.wt-product-page-wrap .main .title span {
	font-style: normal;
}

.wt-product-page-wrap .main .text-bold {
	font-weight: bold;
}

.wt-product-page-wrap .main .text-index1 {
  display: flex;
  position: relative;
  padding-left: 15px;
}

.wt-product-page-wrap .main .text-index2 {
  position: relative;
  margin-left: 30px;
  padding-left: 15px;
  display: flex;
}


.wt-product-page-wrap .main .text-index3 {
  position: relative;
  margin-left: 60px;
  padding-left: 15px;
  display: flex;
}

.wt-product-page-wrap .main .text-index4 {
  position: relative;
  margin-left: 80px;
  padding-left: 15px;
  display: flex;
}

.wt-product-page-wrap .main .text-index5 {
  position: relative;
  margin-left: 90px;
  padding-left: 15px;
  display: flex;
}

.wt-product-page-wrap .main .text-index1 span, 
.wt-product-page-wrap .main .text-index2 span, 
.wt-product-page-wrap .main .text-index3 span,
.wt-product-page-wrap .main .text-index4 span,
.wt-product-page-wrap .main .text-index5 span {
  display: inline-block;
  vertical-align: top;
}

.wt-product-page-wrap .main .text-index1 span:nth-of-type(1),
.wt-product-page-wrap .main .text-index2 span:nth-of-type(1),
.wt-product-page-wrap .main .text-index3 span:nth-of-type(1),
.wt-product-page-wrap .main .text-index4 span:nth-of-type(1),
.wt-product-page-wrap .main .text-index5 span:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: 0;
}

.wt-product-page-wrap .main .text-index1 span:nth-child(2), 
.wt-product-page-wrap .main .text-index2 span:nth-child(2), 
.wt-product-page-wrap .main .text-index3 span:nth-child(2),
.wt-product-page-wrap .main .text-index4 span:nth-child(2),
.wt-product-page-wrap .main .text-index5 span:nth-child(2) {
  margin-left: 7px;
}

.wt-product-page-wrap .main .pic {
  width: 100%;
}

.wt-product-page-wrap .main table {
	/* margin-left: 45px; */
}

.wt-product-page-wrap .main table th,
.wt-product-page-wrap .main table td{
	text-align: center;
}

@media screen and (max-width: 767px) {
  .wt-product-page-wrap .main {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wt-product-page-wrap .main ol{
    padding: 0;
  }
  .wt-product-page-wrap .main .pic{
    width: 100%;
  }

  .wt-product-page-wrap .main .text-index2{
    margin-left: 10px;
  }
  .wt-product-page-wrap .main .text-index3{
    margin-left: 20px;
  }
  .wt-product-page-wrap .main .text-index4{
    margin-left: 30px;
  }

  .wt-product-page-wrap .main .title {
    margin-top: 50px;
    width: 100%;
  }

  .wt-product-page-wrap .main .title {
    font-size: 5.5vw;
  }
}


.collapse-jquery {
    width: 100%;
    margin: 50px auto ;
    border-radius: 4px;
    overflow: hidden;
}

.collapse-box{

}

.collapse-title {
    padding: 12px 16px;
    /* background: #28a745; */
    border: none;
    /* border-radius: 4px 4px 0 0 ; */
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.collapse-body {
    max-height: 0;
    overflow: hidden;
    border-top: none;
    border-radius: 0 0 4px 4px;
    transition: max-height 0.3s ease-out;
    background-color: #fefefe;
    
}

.collapse-body .section{
  padding: 0 15px;
}

.collapse-body li{
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 16px;
}

h1{
  text-align: center;
  margin-top: 50px;
  font-size: 30px;
}

.collapse-body h2{
  text-align: center;
}
.collapse-title .collapse-icon {
  font-size: 20px;
  height: 30px;
}
.collapse-title .collapse-icon2 {
  display: none;
}

.collapse-title.active .collapse-icon2{
  display: block;
}
.collapse-title.active .collapse-icon1{
  display: none;
}

.section-title {
  margin-top: 30px;
}



table {
    width: 100%;
    border-collapse: collapse;
    margin: 40px 0;
    /* box-shadow: 0 2px 8px rgba(0,0,0,0.05); */
}

th {
    background-color: #ddd;
    font-weight: 600;
    text-align: left;
    padding: 12px 15px;
    border: 1px solid #ddd;

}

td {
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
    border: 1px solid #ddd;

}

tr:nth-child(even) {
    background-color: #f9f9f9;
}

tr:hover {
    background-color: #eee;
}



@media screen and (max-width: 767px) {
  .collapse-jquery{
    min-height: 30vh;
  }
  .collapse-body h2{
    font-size: 22px;
    text-align: left;
    
  }

   .collapse-body .section:first-child{
    margin-top: 30px;
   }

  .collapse-body h3{
    font-size: 20px;
  }
  .table-container {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      width: 100%;
  }

  table {
      min-width: 100%;
      border-collapse: collapse;
      margin: 0;
      overflow-x: visible;
      /* box-shadow: 0 2px 8px rgba(0,0,0,0.05); */
  }

  th {
    white-space: nowrap;

  }

  td {
    white-space: nowrap;        
  }


}