.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;
}
.news-container {
  margin: -0.8rem 0.35rem 1.5rem;
  position: relative;
  z-index: 5;
}
.news-select-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  right: 0.56rem;
  bottom: 1.82rem;
  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;
}
.news-select-container img {
  width: 0.37rem;
  height: 0.37rem;
}
.news-select-container p {
  font-size: 0.2rem;
  line-height: 1;
  margin-top: 0.05rem;
}
