.smf-action .smf-button-control__control:hover {
  background-color: #04a34f!important; /* 背景色 */
  color: #fff!important;            /* 文字色 */
  transition: background-color 0.3s ease, color 0.3s ease;
}
.smf-action button[data-action=complete]{
  background-color: #fff!important; /* 背景色 */
  color: #04a34f!important;
}
