.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;
}
.main-container {
  position: relative;
}
.hot-news-container {
  margin: -0.8rem 0.32rem 0;
  position: relative;
  background: #fff;
  z-index: 5;
  border-radius: 0.08rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
  padding: 0.3rem 0.3rem;
}
.hot-news-container .hot-news-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  margin-bottom: 0.24rem;
}
.hot-news-container .hot-news-item em {
  font-size: 0.24rem;
  font-style: normal;
  text-align: center;
  width: 0.66rem;
  height: 0.32rem;
  line-height: 0.32rem;
  margin-right: 0.1rem;
}
.hot-news-container .hot-news-item em.hot {
  color: #39C1A5;
  background: rgba(8, 178, 142, 0.16);
}
.hot-news-container .hot-news-item em.new {
  color: #ff9900;
  background: rgba(230, 188, 51, 0.16);
}
.hot-news-container .hot-news-item a {
  flex: 1;
  font-size: 0.28rem;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hot-news-container .hot-news-item:last-child {
  margin: 0;
}

.content-banner-container {
  margin: 0.32rem 0.32rem -0.3rem 0.32rem;
}
.content-banner-container > img {
  width: 100%;
  height: 100%;
}

.hot-match-container {
  margin: 0.5rem 0.32rem 0;
}
.match-select-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  right: 0.56rem;
  bottom: 1.8rem;
  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;
}
.match-select-container img {
  width: 0.37rem;
  height: 0.37rem;
}
.match-select-container p {
  font-size: 0.2rem;
  line-height: 1;
  margin-top: 0.05rem;
}
