.theme-bg-linear {
  background: linear-gradient(270deg, #66E4B5 0%, #29ACC4 32%, #2976C4 62%, #6630E6 100%);
}
.flex {
  display: flex;
}
.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;
}
* {
  margin: 0;
  padding: 0;
}
html,
body {
  font-family: Noto Sans S Chinese;
  width: 100%;
  max-width: 750px;
  height: auto;
  line-height: 1;
  background: #fafafa;
}
.page-container .header-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0.9rem;
  background: #4a3d82;
  box-shadow: 0px 0px 0.1rem rgba(0, 0, 0, 0.2);
  z-index: 9999;
  position: relative;
  top: 0;
}
.page-container .header-container .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-container .header-container .logo img {
  width: 2rem;
  margin-right: 0.1rem;
}
.page-container .header-container .nav-list {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  margin-left: 0.1rem;
}
.page-container .header-container .nav-list a {
  flex-shrink: 0;
  display: block;
  font-size: 0.28rem;
  color: #fff;
  text-align: center;
  width: 1.4rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border: 0.01rem solid #cccccc;
  border-radius: 0.08rem;
}
.page-container .header-container .nav-list a + a {
  margin-left: 0.2rem;
}
.page-container .header-container .nav-list a.cur {
  color: #c10B33;
  border-width: 0.02rem;
  border-color: #c10B33;
}
.page-container .main-container {
  margin-bottom: 1.5rem;
}
.page-container .tabs-container {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  text-align: center;
  width: 100%;
  min-height: 1.02rem;
  background: #4a3d82;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
  z-index: 999;
}
.page-container .tabs-container .tabs-item {
  display: flex;
  flex-direction: column;
  color: #fff;
  width: 100%;
}
.page-container .tabs-container .tabs-item img {
  width: 0.4rem;
  height: 0.4rem;
  margin: 0.15rem auto 0;
}
.page-container .tabs-container .tabs-item p {
  font-size: 0.2rem;
  color: inherit;
  line-height: 0.27rem;
  margin-top: 0.1rem;
}
.page-container .tabs-container .tabs-item.cur {
  color: #c10B33;
}
.page-container .detail-header-container {
  width: 100%;
  height: 0.9rem;
  background: #4a3d82;
  box-shadow: 0px 0px 0.1rem rgba(0, 0, 0, 0.2);
  z-index: 9999;
  position: relative;
  top: 0;
}
.page-container .detail-header-container .back {
  position: absolute;
  left: 0.25rem;
  top: 50%;
  margin-top: -0.2rem;
}
.page-container .detail-header-container .back img {
  width: 0.4rem;
}
.page-container .detail-header-container .logo {
  display: flex;
  height: 0.9rem;
  justify-content: center;
  align-items: center;
}
.page-container .detail-header-container .logo img {
  height: 0.7rem;
}
.swiper-container {
  width: 100%;
  height: 3.64rem;
  background: #333;
}
.swiper-container img {
  font-size: 0.24rem;
  color: #ddd;
  width: 100%;
  object-fit: fill;
}
.swiper-container p {
  position: absolute;
  bottom: 1.3rem;
  left: 0.32rem;
  right: 0.32rem;
  font-size: 0.28rem;
  color: #fff;
  line-height: 0.37rem;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.swiper-container .swiper-pagination {
  bottom: 0.8rem !important;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #39C1A5;
}
.match-item {
  background: #fff;
  margin: 0 auto 0.24rem;
  padding: 0.65rem 0.3rem 0.32rem;
  border-radius: 0.16rem;
  box-shadow: 0 0.04rem 0.2rem rgba(0, 0, 0, 0.1);
  position: relative;
}
.match-item .match-league {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.28rem;
  text-align: center;
  color: #fff;
  padding: 0.02rem 0.08rem;
  background: linear-gradient(270deg, #66E4B5 0%, #29ACC4 32%, #2976C4 62%, #6630E6 100%);
  border-top-left-radius: 0.16rem;
}
.match-item .match-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.match-item .match-info .match-time {
  font-size: 0.24rem;
  text-align: right;
}
.match-item .match-info .match-time .status {
  display: block;
  font-style: normal;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 0.24rem;
}
.match-item .match-info .match-time .status.living {
  color: #39C1A5;
}
.match-item .match-info .match-team {
  flex: 1;
  margin: 0 0.48rem;
}
.match-item .match-info .match-team .match-team-visit {
  margin-top: 0.16rem;
}
.match-item .match-info .match-team img {
  width: 0.4rem;
  height: 0.4rem;
  background: #ccc;
}
.match-item .match-info .match-team p {
  font-size: 0.28rem;
  margin-left: 0.24rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.match-item .match-info .match-score {
  font-size: 0.28rem;
  font-weight: bold;
}
.match-item .match-info .match-score .match-score-visit {
  margin-top: 0.16rem;
}
.match-item .match-live-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.35rem;
}
.match-item .match-live-link a {
  flex: 1;
  display: block;
  font-size: 0.28rem;
  background: #fff;
  color: #666;
  text-align: center;
  line-height: 0.58rem;
  border: 0.01rem solid #cccccc;
  border-radius: 0.08rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 0.1rem;
  box-sizing: border-box;
}
.match-item .match-live-link a + a {
  margin-left: 0.24rem;
}
.crumbs-container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  display: flex;
  line-height: 0.6rem;
  font-size: 0.25rem;
  color: #999;
  margin-top: 0.1rem;
}
.crumbs-container span {
  padding-left: 0.25rem;
}
.crumbs-container p {
  margin: 0 0.06rem;
}
.crumbs-container a {
  color: #c10B33;
  max-width: 1.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-item {
  display: flex;
  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-item .news-cover {
  width: 2rem;
  height: 1.8rem;
  overflow: hidden;
}
.news-item .news-cover img {
  font-size: 0.24rem;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.news-item .news-info {
  flex: 1;
  margin-left: 0.16rem;
}
.news-item .news-info h2 {
  display: -webkit-box;
  font-size: 0.28rem;
  font-weight: 400;
  color: #333;
  height: 1rem;
  line-height: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-item .news-info .news-time-read {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.2rem;
  color: #999;
  margin-top: 0.5rem;
}
.news-item .news-info .news-time-read .read,
.news-item .news-info .news-time-read .time {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.news-item .news-info .news-time-read .read > img {
  width: 0.3rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}
.news-item .news-info .news-time-read .time > img {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}
.not-news {
  font-size: 0.28rem;
  text-align: center;
  color: #999;
}
.load-more {
  width: 2.5rem;
  font-size: 0.28rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: #999;
}
.load-more .loading {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.1rem;
  position: relative;
  display: none;
}
@-webkit-keyframes loading {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.load-more .loading i {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.load-more .loading i:nth-child(1) {
  -webkit-animation: loading 1s linear 0s infinite;
}
.load-more .loading i:nth-child(2) {
  -webkit-animation: loading 1s linear 0.2s infinite;
}
.load-more .loading i:nth-child(3) {
  -webkit-animation: loading 1s linear 0.4s infinite;
}
.video-detail {
  background: #fff;
  border-radius: 0.15rem;
  padding: 0.3rem;
  font-size: 0.25rem;
}
.video-detail .video-item {
  display: flex;
  padding: 0.2rem 0;
  border-bottom: 1px solid #999;
}
.video-detail .video-item a {
  color: #1B2F4A;
  max-width: 5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.video-detail .video-item a:hover {
  color: #c10B33;
}
.video-detail .video-item .video-btn {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.3rem;
}
.video-detail .video-item .video-btn img {
  width: 0.4rem;
  height: 0.4rem;
}
.video-detail .video-item:last-child {
  padding: 0;
  border: none;
  padding-top: 0.2rem;
}
.picker-container {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.picker-container .picker-mask-layer {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.picker-container .picker-list-container {
  position: absolute;
  left: 0.35rem;
  right: 0.35rem;
  bottom: 0.4rem;
}
.picker-container .picker-list {
  max-height: 3.3rem;
  border-radius: 0.16rem;
  overflow: auto;
}
.picker-container .picker-item {
  font-size: 0.32rem;
  color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 1.1rem;
  line-height: 1.1rem;
  text-align: center;
  border-bottom: 0.01rem solid #eee;
  background: #fff;
}
.picker-container .picker-item.cur {
  font-weight: bold;
  color: #39C1A5;
}
.picker-container .picker-item.close {
  font-size: 0.32rem;
  color: #333;
  margin-top: 0.2rem;
  border-radius: 0.16rem;
}
.hot-match-date {
  margin-bottom: 0.18rem;
  margin-right: -0.15rem;
  overflow: hidden;
}
.hot-match-date h2 {
  font-size: 0.44rem;
  font-weight: 500;
  margin-right: 0.2rem;
}
.hot-match-date .match-date {
  flex: 1;
  overflow-x: auto;
}
.hot-match-date .match-date::-webkit-scrollbar {
  display: none;
}
.hot-match-date .match-date span {
  flex-shrink: 0;
  display: block;
  font-size: 0.28rem;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  width: 1.4rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border: 0.01rem solid #cccccc;
  border-radius: 0.08rem;
  margin-right: 0.2rem;
}
.hot-match-date .match-date span.cur {
  font-size: 0.3rem;
  color: #c10B33;
  border: 0.02rem solid #c10B33;
}
/* 广告 */
.banner-container {
  text-align: center;
  position: fixed;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.banner-container .banner-close {
  position: absolute;
  left: 0.1rem;
  top: -0.5rem;
  padding: 0 5px;
  background: #364974;
  border-radius: 0.1rem;
  border: 1px solid #364974;
  font-size: 0.28rem;
  color: #fff;
}
.banner-container img {
  width: 7rem;
}

/* 文字行省略号 */
.el-text-overflow-1 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.el-text-overflow-2 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
