html {
  scroll-padding-top: 84px; /* 偏移量 = 导航栏高度 */
}
.product-main{
  width: 60%;   
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 40px;
}
.product-name{
  line-height: 1.1em;
  font-size: 23px;
  letter-spacing: normal;
  color: black;
  margin-bottom: 16px;
}
.product-info{
  font-size: 16px;
  color: #666;
  padding: 10px 0;
  line-height: 30px;
}
.product-info .title{
  font-size: 16px;
  color: #0abce0;
  margin: 16px 0 10px 0; 
}

.product-info .content{
  
}
.product-info ul{
  list-style:inside;
  padding: 0;
  margin: 0;
}
.product-info ul li{
  padding: 10px 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
}
.stripe-table{
  border-collapse: collapse;
  width: 100%;
  font-family: Arial, sans-serif;
  /* border: 1px solid #ddd; */
  margin-bottom: 1px;
  border-color:#ddd;
}
/* .stripe-table tbody{
  border: 1px solid #ddd; 
} */
/* .stripe-table tr { 
  border: 1px solid #ddd; 
} */
.stripe-table th {
  background-color: #f2f2f2; /* 表头 */
  padding: 12px;
  text-align: left;
  /* border-bottom: 1px solid #ddd; */
  
}

.stripe-table td {
  padding: 12px;
  /* border-bottom: 1px solid #ddd; */
}

/* 创建条纹背景效果 */
/* .stripe-table tr:nth-child(even) {
  background-color: #f2f2f2;  
}
.stripe-table tr:nth-child(odd) {
  background-color: #ffffff;  
} */