.table-wrap {
  margin-top: 41px;
  padding-bottom: 100px; }
  .table-wrap .table-wrap-item {
    display: none; }
    .table-wrap .table-wrap-item:first-child {
      display: block; }

.table-head {
  overflow: hidden;
  font-size: 14px;
  color: #333;
  background-color: #ddd;
  border-bottom: 1px #f6f6f6 solid; }
  .table-head__item {
    float: left;
    height: 85px;
    text-align: center;
    line-height: 85px;
    border-right: 1px #fff solid; }
  .table-head__item--period {
    width: 65px; }
  .table-head__item--time {
    width: 120px; }
  .table-head__item--money {
    width: 120px; }
  .table-head__item-1 {
    float: left;
    width: 126px;
    border-right: 1px #fff solid; }
    .table-head__item-1__title {
      line-height: 42px;
      text-align: center;
      background-color: #eee;
      border-bottom: 1px #fff solid; }
    .table-head__item-1__nav-bet {
      width: 40px;
      line-height: 42px;
      text-align: center;
      border-right: 1px #fff solid;
      background-color: #ddd; }
    .table-head__item-1__nav-money {
      width: 80px;
      line-height: 1;
      text-align: center;
      background-color: #ddd;
      padding-top: 7px;
      box-sizing: border-box; }
  .table-head__item-2 {
    float: left;
    width: 260px;
    border-right: 1px #fff solid; }
    .table-head__item-2__title {
      line-height: 42px;
      text-align: center;
      background-color: #eee;
      border-bottom: 1px #fff solid; }
    .table-head__item-2__nav-basic {
      width: 217px;
      line-height: 42px;
      text-align: center;
      border-right: 1px #fff solid;
      background-color: #ddd; }
    .table-head__item-2__nav-specially {
      width: 42px;
      line-height: 42px;
      text-align: center;
      background-color: #ddd; }
  .table-head__item--prize-pool {
    width: 86px; }
  .table-head__item--detail {
    width: 40px;
    border-right: 0; }

.table-body {
  overflow: hidden;
  height: 40px;
  font-size: 12px;
  background-color: #f5f5f5;
  border-bottom: 1px #f6f6f6 solid; }
  .table-body__item {
    float: left;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-right: 1px #fff solid; }
  .table-body__item--period {
    width: 65px; }
  .table-body__item--time {
    width: 120px; }
  .table-body__item-2__basic {
    width: 217px;
    text-align: center;
    border-right: 1px #fff solid; }
  .table-body__item-2__basic-item {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #e60014;
    margin-left: -3px;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #fff; }
  .table-body__item-2__specially {
    width: 42px;
    text-align: center; }
  .table-body__item-2__specially-item {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #54a1e2;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #fff; }
  .table-body__item--money {
    width: 120px;
    padding: 0 10px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .table-body__item-1 {
    float: left;
    width: 126px;
    border-right: 1px #fff solid; }
    .table-body__item-1__bet {
      display: inline-block;
      width: 40px;
      line-height: 40px;
      text-align: center;
      border-right: 1px #fff solid;
      overflow: hidden; }
    .table-body__item-1__money {
      display: inline-block;
      width: 80px;
      line-height: 40px;
      text-align: center;
      padding: 0 10px;
      box-sizing: border-box;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .table-body__item--prize-pool {
    width: 86px;
    padding: 0 10px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .table-body__item--detail {
    width: 40px;
    border-right: 0; }
    .table-body__item--detail img {
      vertical-align: middle;
      cursor: pointer; }
      .table-body__item--detail img:hover {
        opacity: 0.7; }

.table-body-2 {
  background-color: #eee; }

/*# sourceMappingURL=list-7le.css.map */
