.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: 85px; }
  .table-head__item--time {
    width: 120px; }
  .table-head__item--result {
    width: 736px; }
  .table-head__item--money {
    width: 90px; }
  .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: 85px; }
  .table-body__item--time {
    width: 120px; }
  .table-body__item--result {
    width: 736px;
    text-align: center; }
    .table-body__item--result__item {
      display: inline-block;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background-color: #e50014;
      font-size: 14px;
      line-height: 28px;
      color: #fff; }
  .table-body__item--money {
    width: 90px;
    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-kuaile8.css.map */
