.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.24rem 0.32rem 0;
}
.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;
}

/* 赛事介绍 */
.news-info-box {
  justify-content: flex-start;
  background: #fff;
  padding: 0.3rem 0.2rem;
  margin-bottom: 0.25rem;
  border: 0.01rem solid #cccccc;
  border-radius: 0.16rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
}
.news-info--height {
  height: 200px!important;
  overflow: hidden;
}
.news-info__more {
  text-align: center;
  border: 1px solid #9F9F9F;
  color: #9F9F9F;
  width: 120px;
  margin: 0 auto;
  margin-top: 0.2778rem;
  border-radius: 0.1389rem;
  padding: 0.0694rem 0;
  display: none;
  cursor: pointer;
}