@charset "utf-8";
.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;
}
.live_box .flex-left-middle{
    background: #fff;
    padding: 6px 5px;
}
.live_box.close  .live-container{
    height: 0;
}
.live-container{
    transition: height 500ms;
    overflow: hidden;
}

.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;
}
.news-container {
  margin: -0.8rem 0.35rem 0.5rem;
  position: relative;
  z-index: 5;
}
.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;
}
.item-news-container{
  margin: .32rem .32rem 0
}
.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: #008ce9;
  background: rgba(38, 131, 218, 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;
}
.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;
}
.match-container {
  margin: 0.5rem 0.32rem 0;
}
.match-container h2 {
  font-size: 0.3rem;
}
.match-container .live-date span{
  width: 4.5rem
}

.news-other-container {
  margin: 0 0.32rem;
}

.ranking-view .match-table, .ranking-view .schedule-table {
    background: #e2e2e2
}

.ranking-view .match-table-title {
    position: relative;
    background: #fff;
    padding: 8px 0;
    padding-left: 15px;
    font-size: .3rem
}

.ranking-view .match-table h4 {
    font-size: .3em;
    font-weight: 400;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    border-top: 1px solid #ddd
}

.ranking-view .match-table h4:nth-child(odd) {
    background: #fff
}

.ranking-view .cell_data {
    background-color: #fff;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #ddd
}

.ranking-view .cell_data td, .ranking-view .cell_data th {
    height: 30px;
    font-size: .28rem;
    line-height: 30px;
    text-align: center;
    font-weight: 400;
    padding: 3px 0;
    white-space: nowrap;
    box-sizing: border-box
}

.ranking-view .cell_data .team {
    text-align: left;
    width: 30%;
    white-space: nowrap
}

.ranking-view .cell_data .top {
    color: #ff9000
}

.ranking-view .cell_data td img {
    vertical-align: middle;
    height: 20px;
    display: inline-block;
    width: auto
}

.ranking-view .cell_data td.name_l {
    text-align: left;
    padding-left: 10px
}

.ranking-view .cell_data td.name_r {
    text-align: right;
    padding-right: 10px
}

.detail-container {
  background: #fff;
  margin-top: 0.24rem;
  padding: 0.24rem 0.32rem 0.32rem;
}
.detail-container h1 {
  font-size: 0.32rem;
  font-weight: 500;
  line-height: 0.5rem;
  color: #000;
}
.detail-container .detail-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.2rem;
  color: #999;
  margin-top: 0.12rem;
}
.detail-container .detail-info p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.detail-container .detail-info img {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}
.detail-container .detail-content {
  margin-top: 0.3rem;
}
.detail-container .detail-content p,
.detail-container .detail-content span {
  font-size: 0.28rem !important;
  font-family: "Noto Sans S Chinese" !important;
  color: #666;
  line-height: 0.48rem;
}
.detail-container .detail-content img {
  width: 100% !important;
  height: 100% !important;
}
.detail-container .detail-content video{
  max-width: 100% !important
}
.detail-container .detail-tags {
  display: flex;
  margin: 0.2rem 0;
  color: #008ce9;
  font-size: 0.24rem;
}
.detail-container .detail-tags a {
  color: #008ce9;
  margin-left: 0.1rem;
  max-width: 1.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.detail-banner {
  text-align: center;
  margin-top: 0.24rem;
}
.detail-news-other {
  margin: 0.32rem 0.32rem 0.5rem;
}
.detail-news-other h2.title {
  font-size: 0.44rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 0.18rem;
}
