
    .custom-table-container table {
      border-collapse: collapse;
      width: 100%;
      table-layout: fixed; 
    }
    .custom-table-container th,
    .custom-table-container td {
      border: 2px solid #333;
      padding: 8px;
      text-align: center;
    }
    .col-1 { width: 10%; }
    .col-2 { width: 15%; }
    .col-3 { width: 15%; }
    .col-4 { width: 40%; }
    .col-5 { width: 10%; }
    .col-6 { width: 10%; }
    .hide-column {
      display: none !important;
    }

.play-audio-image {
    cursor: pointer;
}

.wubuon {
    font-size: 23px;
    border-radius: 15px; 
    background-color: transparent;
    color: #039b87; 
    border: none; 
    cursor: pointer; 
}

.wubuon:hover {
    background-color: #45a049; /* 设置鼠标悬停时的背景颜色 */
    color: #fff; 
} 
