.theme-bg-linear {
  background: linear-gradient(270deg, #66E4B5 0%, #29ACC4 32%, #2976C4 62%, #6630E6 100%);
}
.flex-right {
  display: flex;
  justify-content: flex-end;
}
.flex-right-middle {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.flex-left {
  display: flex;
  justify-content: flex-start;
}
.flex-left-middle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flex-center-middle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.match-container {
  margin: 0.24rem 0.32rem 0;
}
.match-container h2 {
  font-size: 0.3rem;
}
.live-container .live-empty {
  text-align: center;
  color: #999;
}
.news-other-container {
  margin: 0 0.32rem;
}
.live-select-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  right: 0.56rem;
  bottom: 2.42rem;
  width: 0.88rem;
  height: 0.88rem;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 0.2rem rgba(0, 0, 0, 0.2);
  z-index: 6;
}
.live-select-container img {
  width: 0.37rem;
  height: 0.37rem;
}
.live-select-container p {
  font-size: 0.2rem;
  line-height: 1;
  margin-top: 0.05rem;
}
.match-list-container {
  margin-bottom: 0.5rem;
}
.match-list-container .match-list-end {
  font-size: 0.24rem;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
