.feida-theme-bg-linear {
  background: linear-gradient(270deg, #66E4B5 0%, #29ACC4 32%, #2976C4 62%, #6630E6 100%);
}
.feida-flex-right {
  display: flex;
  justify-content: flex-end;
}
.feida-flex-right-middle {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.feida-flex-left {
  display: flex;
  justify-content: flex-start;
}
.feida-flex-left-middle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.feida-flex-center-middle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.feida-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;
}
.feida-page-container .feida-header-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0.9rem;
  background: #1b2f4a;
  box-shadow: 0px 0px 0.1rem rgba(0, 0, 0, 0.2);
  z-index: 9999;
  position: relative;
  top: 0;
}
.feida-page-container .feida-header-container .feida-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 0.1rem;
}
.feida-page-container .feida-header-container .feida-logo img {
  width: 1.8rem;
}
.feida-page-container .feida-header-container .feida-nav-list {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  margin-left: 0.1rem;
}
.feida-page-container .feida-header-container .feida-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;
}
.feida-page-container .feida-header-container .feida-nav-list a + a {
  margin-left: 0.2rem;
}
.feida-page-container .feida-header-container .feida-nav-list a.feida-cur {
  color: #008ce9;
  border-width: 0.02rem;
  border-color: #008ce9;
}
.feida-page-container .feida-main-container {
  margin-bottom: 1.5rem;
}
.feida-page-container .feida-tabs-container {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  text-align: center;
  width: 100%;
  min-height: 1.02rem;
  background: #1b2f4a;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
  z-index: 999;
}
.feida-page-container .feida-tabs-container .feida-tabs-item {
  display: flex;
  flex-direction: column;
  color: #fff;
  width: 100%;
}
.feida-page-container .feida-tabs-container .feida-tabs-item img {
  width: 0.4rem;
  height: 0.4rem;
  margin: 0.15rem auto 0;
}
.feida-page-container .feida-tabs-container .feida-tabs-item p {
  font-size: 0.2rem;
  color: inherit;
  line-height: 0.27rem;
  margin-top: 0.1rem;
}
.feida-page-container .feida-tabs-container .feida-tabs-item.feida-cur {
  color: #008ce9;
}
.feida-page-container .feida-detail-header-container {
  width: 100%;
  height: 0.9rem;
  background: #1b2f4a;
  box-shadow: 0px 0px 0.1rem rgba(0, 0, 0, 0.2);
  z-index: 9999;
  position: relative;
  top: 0;
}
.feida-page-container .feida-detail-header-container .feida-back {
  position: absolute;
  left: 0.25rem;
  top: 50%;
  margin-top: -0.2rem;
}
.feida-page-container .feida-detail-header-container .feida-back img {
  width: 0.4rem;
}
.feida-page-container .feida-detail-header-container .feida-logo {
  display: flex;
  height: 0.9rem;
  justify-content: center;
  align-items: center;
}
.feida-page-container .feida-detail-header-container .feida-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;
}
.feida-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;
}
.feida-match-item .feida-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;
}
.feida-match-item .feida-match-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.feida-match-item .feida-match-info .feida-match-time {
  font-size: 0.24rem;
  text-align: right;
}
.feida-match-item .feida-match-info .feida-match-time .feida-status {
  display: block;
  font-style: normal;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 0.24rem;
}
.feida-match-item .feida-match-info .feida-match-time .feida-status.feida-living {
  color: #39C1A5;
}
.feida-match-item .feida-match-info .feida-match-team {
  flex: 1;
  margin: 0 0.48rem;
}
.feida-match-item .feida-match-info .feida-match-team .feida-match-team-visit {
  margin-top: 0.16rem;
}
.feida-match-item .feida-match-info .feida-match-team img {
  width: 0.4rem;
  height: 0.4rem;
  background: #ccc;
}
.feida-match-item .feida-match-info .feida-match-team p {
  font-size: 0.28rem;
  margin-left: 0.24rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.feida-match-item .feida-match-info .feida-match-score {
  font-size: 0.28rem;
  font-weight: bold;
}
.feida-match-item .feida-match-info .feida-match-score .feida-match-score-visit {
  margin-top: 0.16rem;
}
.feida-match-item .feida-match-live-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.35rem;
}
.feida-match-item .feida-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;
}
.feida-match-item .feida-match-live-link a + a {
  margin-left: 0.24rem;
}
.feida-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;
}
.feida-crumbs-container span {
  padding-left: 0.25rem;
}
.feida-crumbs-container p {
  margin: 0 0.06rem;
}
.feida-crumbs-container a {
  color: #008ce9;
  max-width: 1.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.feida-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);
}
.feida-news-item .feida-news-cover {
  width: 2rem;
  height: 1.8rem;
  overflow: hidden;
}
.feida-news-item .feida-news-cover img {
  font-size: 0.24rem;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.feida-news-item .feida-news-info {
  flex: 1;
  margin-left: 0.16rem;
}
.feida-news-item .feida-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;
}
.feida-news-item .feida-news-info .feida-news-time-read {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.2rem;
  color: #999;
  margin-top: 0.5rem;
}
.feida-news-item .feida-news-info .feida-news-time-read .feida-read,
.feida-news-item .feida-news-info .feida-news-time-read .feida-time {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.feida-news-item .feida-news-info .feida-news-time-read .feida-read > img {
  width: 0.3rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}
.feida-news-item .feida-news-info .feida-news-time-read .feida-time > img {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}
.feida-not-news {
  font-size: 0.28rem;
  text-align: center;
  color: #999;
}
.feida-load-more {
  width: 2.5rem;
  font-size: 0.28rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: #999;
}
.feida-load-more .feida-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;
  }
}
.feida-load-more .feida-loading i {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.feida-load-more .feida-loading i:nth-child(1) {
  -webkit-animation: loading 1s linear 0s infinite;
}
.feida-load-more .feida-loading i:nth-child(2) {
  -webkit-animation: loading 1s linear 0.2s infinite;
}
.feida-load-more .feida-loading i:nth-child(3) {
  -webkit-animation: loading 1s linear 0.4s infinite;
}
.feida-video-detail {
  background: #fff;
  border-radius: 0.15rem;
  padding: 0.3rem;
  font-size: 0.25rem;
}
.feida-video-detail .feida-video-item {
  display: flex;
  padding: 0.2rem 0;
  border-bottom: 1px solid #cccccc;
}
.feida-video-detail .feida-video-item a {
  color: #333333;
  max-width: 5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.feida-video-detail .feida-video-item a:hover {
  color: #008ce9;
}
.feida-video-detail .feida-video-item .feida-video-btn {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.3rem;
}
.feida-video-detail .feida-video-item .feida-video-btn img {
  width: 0.4rem;
  height: 0.4rem;
}
.feida-video-detail .feida-video-item:last-child {
  padding: 0;
  border: none;
  padding-top: 0.2rem;
}
.feida-picker-container {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.feida-picker-container .feida-picker-mask-layer {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.feida-picker-container .feida-picker-list-container {
  position: absolute;
  left: 0.35rem;
  right: 0.35rem;
  bottom: 0.4rem;
}
.feida-picker-container .feida-picker-list {
  max-height: 3.3rem;
  border-radius: 0.16rem;
  overflow: auto;
}
.feida-picker-container .feida-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;
}
.feida-picker-container .feida-picker-item.feida-cur {
  font-weight: bold;
  color: #39C1A5;
}
.feida-picker-container .feida-picker-item.feida-close {
  font-size: 0.32rem;
  color: #333;
  margin-top: 0.2rem;
  border-radius: 0.16rem;
}
.feida-hot-match-date {
  margin-bottom: 0.18rem;
  margin-right: -0.15rem;
  overflow: hidden;
}
.feida-hot-match-date h2 {
  font-size: 0.44rem;
  font-weight: 500;
  margin-right: 0.2rem;
}
.feida-hot-match-date .feida-match-date {
  flex: 1;
  overflow-x: auto;
}
.feida-hot-match-date .feida-match-date::-webkit-scrollbar {
  display: none;
}
.feida-hot-match-date .feida-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;
}
.feida-hot-match-date .feida-match-date span.feida-cur {
  font-size: 0.3rem;
  color: #008ce9;
  border: 0.02rem solid #008ce9;
}
/* 广告 */
.feida-banner-container {
  text-align: center;
  position: fixed;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.feida-banner-container .feida-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;
}
.feida-banner-container img {
  width: 7rem;
}