table {
    border-collapse: collapse;
    border: 1px solid black;
  }
  
  th, td {
    padding: 8px;
  }
  thead {
    background-color: #333;
    color: white;
  }
  
  tbody tr:nth-child(odd) {
    background-color: #fff;
  }
  
  tbody tr:nth-child(even) {
    background-color: #eee;
  }
  
.yamm .container{
  width: 100%;
}

.nav-banner-box{
  float:inherit;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.section-not-margin{
  margin: 0;
}
.bar .self-dark-mask{
  background-color: #f7f7f7;
  opacity: 1;
}

.self-dark-color-1{
  color: #1c1e21 !important;
  font-size: 30px;
}
.self-dark-color-1 p{
  color: #1c1e21 !important;
  font-size: 16px;
  text-align: left;
  
}

/* see-more-1 style*/
.see-more-1{
  padding: 40px 0 10px;
}
.see-more-1 .see-more-1-mask{
  background-color: #ffffff;
  opacity: 1;
}
.see-more-1 h3.see-more-1-title{
  color: #1c1e21;

}
.record-icon {
  width: 20px; /* 调整图标的宽度 */
  height: 20px; /* 调整图标的高度 */
  /* margin-bottom: 100px; 添加底部间距 */
}


.record-item {
  margin-bottom: 2000px; /* 添加底部间距 */
}
