@charset "UTF-8";
/*课程安排*/
.plan-attr {
  font-size: 16px;
  margin-bottom: 10px;
}
.plan-table>thead>tr>th {
  background-color: #eab21c;
  color: #fff;
  border-bottom: none;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.plan-table>tbody>tr>td {
  /* background-color: #ffefae; */
}
.plan-table .td-break {
  text-align: center;
  background-color: #f5f5f5;
}
.keynote-list .keynote-title {
  /* font-weight: bold; */
  font-size: 14px;
  margin-bottom: 12px;
  text-indent: 2rem;
}
.keynote-list .keynote-avatar {
  float: left;
  margin-right: 20px;
}
.keynote-list .speaker-pos {
  margin-bottom: 10px;
}
.keynote-list .speaker-info h4 {
  font-weight: bold;
  margin-bottom: 12px;
}
.keynote-list .speaker-info p {
  margin-bottom: 6px;
}
.downloadBut
{
  margin-bottom: 30px;
     background: linear-gradient(135deg, #e6f4ff, #d0ebff); /* 天蓝渐变 */
      color: #007acc;
      padding:6px;
      font-size: 14px;
      border: 1px solid #aad4f5;
      border-radius: 8px;
      cursor: pointer;
      font-family: 'Segoe UI', sans-serif;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
      transition: all 0.25s ease;
}
 .downloadBut:hover {
      background: linear-gradient(135deg, #d0ebff, #e6f4ff); /* 反向渐变 */
      color: #005f99;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    }

    .downloadBut:active {
      transform: scale(0.98);
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    }



