.SMS_Table2 {
  width: 100%;
  margin: 8px 0;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}

.SMS_Table2 th,
.SMS_Table2 td {
  padding: 18px 18px;
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
  vertical-align: middle;
  border-right: 1px solid #8e8e8e;
  border-bottom: 1px solid #8e8e8e;
}

.SMS_Table2 th:first-child,
.SMS_Table2 td:first-child {
  border-left: 1px solid #8e8e8e;
}

.SMS_Table2 thead tr:first-child th {
  border-top: 1px solid #8e8e8e;
}

.SMS_Table2 thead th {
  background-color: #3d5c46;
  color: #ffffff;
  font-weight: 700;
}

.SMS_Table2 tbody td:first-child {
  background-color: #3d5c46;
  color: #ffffff;
  font-weight: 700;
}

.SMS_Table2 tbody tr:nth-child(odd) td:not(:first-child),
.SMS_Table2 tbody tr:nth-child(even) td:not(:first-child) {
  background-color: #eff6ed;
  color: #000000;
}

/* 左上角 */
.SMS_Table2 thead th:first-child {
  border-top-left-radius: 16px;
}

/* 右上角 */
.SMS_Table2 thead th:last-child {
  border-top-right-radius: 16px;
}
