.table-wrap {
  margin-top: 41px;
  padding-bottom: 100px;
}
.table-wrap .table-wrap-item {
    display: none;
    width: 556px;
    margin: 0 auto;
}
.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: 97px; }
  .table-head__item--time {
    width: 140px; }
  .table-head__item--result {
    width: 140px; }
  .table-head__item--money {
    width: 130px; }
  .table-head__item-1 {
    float: left;
    width: 174px;
    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: 48px;
      line-height: 42px;
      text-align: center;
      border-right: 1px #fff solid;
      background-color: #ddd; }
    .table-head__item-1__nav-money {
      width: 125px;
      line-height: 42px;
      text-align: center;
      background-color: #ddd; }
  .table-head__item--detail {
    width: 42px;
    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: 97px; }
  .table-body__item--time {
    width: 140px; }
  .table-body__item--result {
    width: 140px;
    text-align: center; }
    .table-body__item--result__item {
      display: inline-block;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background-color: #52a0e1;
      margin-right: 1px;
      font-size: 14px;
      line-height: 28px;
      color: #fff; }
  .table-body__item--money {
    width: 130px;
    padding: 0 10px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .table-body__item-1 {
    float: left;
    width: 174px;
    border-right: 1px #fff solid; }
    .table-body__item-1__bet {
      display: inline-block;
      width: 48px;
      line-height: 40px;
      text-align: center;
      border-right: 1px #fff solid;
      overflow: hidden; }
    .table-body__item-1__money {
      display: inline-block;
      width: 125px;
      line-height: 40px;
      text-align: center;
      padding: 0 10px;
      box-sizing: border-box;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .table-body__item--detail {
    width: 42px;
    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-3d.css.map */
