@media screen and (min-width: 710px) {
  .mainContainer {
    max-width: 1080px;
    width: 1080px;
    margin: 0 auto;
    position: relative;
  }
}
@media screen and (min-width: 710px) {
  .matchList .item:hover {
    background: var(--yellow20);
  }
}
@media screen and (min-width: 710px) {
  .matchList .item {
    position: relative;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: inherit;
    min-height: 32px;
    cursor: pointer;
    padding: 0 !important;
  }
}
@media screen and (min-width: 710px) {
  .matchList .item .team .status .gameTime {
    flex-direction: row;
    flex: 0 0 50px;
  }
}
@media screen and (min-width: 710px) {
  .matchList .item .team .status .time {
    flex: 0 0 32px;
    flex-direction: row;
  }
}
@media screen and (min-width: 710px) {
  .matchList .item .team .status .s {
    /* display: block; */
    text-align: center;
  }
}
@media screen and (min-width: 710px) {
  .matchList .item .team .status .gameIcon {
    flex: 0 0 40px;
    flex-direction: row;
    display: flex;
  }
}
@media screen and (min-width: 710px) {
  .matchList .item .team .status .s {
    /* display: block; */
    text-align: center;
  }
}
@media screen and (min-width: 710px) {
  .matchList .item .team {
    display: flex;
    flex: 1;
    flex-direction: row;
  }
}
@media screen and (min-width: 710px) {
  #Basketball .matchList .item .team .status,
  #Football .matchList .item .team .status {
    height: 35px;
  }
}
@media screen and (min-width: 710px) {
  .matchList .item .team .status {
    flex: 0 0 100px !important;
    float: left;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    width: 50px;
    height: 30px;
    flex-direction: row;
  }
}
@media screen and (min-width: 710px) {
  .matchList .item .teamInfo {
    display: flex;
    position: relative;
    flex-direction: row;
    padding: 0;
  }
}
@media screen and (min-width: 710px) {
  .matchList .item .score,
  .matchList .item .timeScore {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 710px) {
  .matchList .item .team .homeTeam {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 710px) {
  .matchList .item .team .homeTeam,
  .matchList .item .team .guestTeam {
    float: left;
    padding: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 710px) {
  .matchList .item .score {
    position: static;
    /* background: red; */
    flex: 0 0 60px;
    width: 60px !important;
    height: 42px;
    flex-direction: row;
    justify-content: center;
    display: flex;
  }
}
@media screen and (min-width: 710px) {
  .matchList .item .score > i {
    display: none;
  }
}
@media screen and (min-width: 710px) {
  .matchList .item .score span {
    width: 18px;
    font-size: 14px;
    border: none;
  }
}
@media screen and (min-width: 710px) {
  .matchList .item .score span.vs {
    flex: 0 0 8px;
    display: block;
    font-weight: normal;
    padding: 0;
  }
}
@media screen and (min-width: 710px) {
  .matchList .item .score span.tips {
    font-weight: normal;
    padding: 0;
  }
}
@media screen and (min-width: 710px) {
  .matchList .item .team .guestTeam {
    float: left;
    text-align: left;
  }
}
@media screen and (min-width: 710px) {
  .matchList .item .team .homeTeam,
  .matchList .item .team .guestTeam {
    float: left;
    padding: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 710px) {
  .matchList .item .team .name {
    white-space: normal;
    /* overflow: unset; */
  
  }
}
@media screen and (min-width: 710px) {
  .matchList .group-title .odds {
    display: flex !important;
    justify-content: center;
  }
}
@media screen and (min-width: 710px) {
  .matchList .item .hOdds {
    flex-direction: row;
    width: 100%;
    display: flex;
    padding: 0;
  }
}
@media screen and (min-width: 710px) {
  #Football .matchList .item .odds {
    height: 35px;
  }
}
@media screen and (min-width: 710px) {
  .matchList .item .odds span {
    border: none;
    text-align: center;
    height: 35px;
    line-height: 35px;
  }
}
@media screen and (min-width: 710px) {
  .matchList .item .timeScore i,
  .matchList .item .odds span i {
    display: none;
  }
}
@media screen and (min-width: 710px) {
  .matchList .item .odds {
    display: block;
    min-height: auto;
  }
}
@media screen and (min-width: 710px) {
  .matchList .item .odds {
    flex: 0 0 122px !important;
    border-left: solid 1px var(--border-3);
    border-right: solid 1px var(--border-3);
    overflow: hidden;
  }
}
@media screen and (min-width: 710px) {
  .matchList .item .timeScore.fb {
    position: unset;
  }
}
@media screen and (min-width: 710px) {
  .matchList .item .vs {
    display: block;
  }
}
@media screen and (min-width: 710px) {
  #Football .matchList .item .score,
  .matchList.detail .item .score {
    height: 35px;
  }
}
