.table_list {
  padding: 0 0.8rem;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
}
.table_list .table_list_row {
  display: flex;
  border-bottom: 1px solid #777777;
  height: 3rem;
  line-height: 3rem;
  font-size: 12px;
  color: #404040;
}
.table_list .table_list_row.list_row_acitve {
  background-color: #FFFCCE;
}
.table_list .table_list_row.table_list_title {
  font-size: 13px;
  font-weight: bold;
  background-color: #FF6602;
  color: #fff;
}
.table_list .table_list_row .list_row_item {
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table_list .table_list_row .game_name {
  width: 12.8rem;
  padding-right: 1rem;
  padding-left: 3.2rem;
  position: relative;
}
.table_list .table_list_row .game_name .hot {
  position: absolute;
  left: 0.8rem;
  top: 0.6rem;
  width: 1.5rem;
  height: 1.7rem;
}
.table_list .table_list_row .server_name {
  padding-right: 1rem;
  width: 15.3rem;
}
.table_list .table_list_row .time {
  width: 7.8rem;
  flex-shrink: 0;
}
.table_list .table_list_row:not(.table_list_title) .time {
  color: #ff6600;
}
.table_list .table_list_row .start_game {
  width: 3.5rem;
  flex-shrink: 0;
}
.table_list .table_list_row .start_game .start_a {
  color: #e02020;
  text-decoration: underline;
}
