.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;
}
.play-container {
  width: 100%;
  height: 4.22rem;
  background: url('../../../images/blue/football-bg.jpg') no-repeat;
  background-size: cover;
}
.play-container.basketball {
  background: url('../../images/blue/basketball-bg.jpg') no-repeat;
  background-size: cover;
}
.play-container .play-video-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.play-container .play-video-container .play {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.play-container .play-video-container .play img {
  width: 10%;
}
.play-container .play-video-container iframe {
  width: 1px;
  min-width: 100%;
  *width: 100%;
  height: 4.22rem;
  position: relative;
  z-index: 1;
}
.play-container .play-video-container iframe::-webkit-scrollbar {
  display: none;
}
.play-container .play-text-container {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}
.play-container .play-text-container h2.league {
  font-size: 0.28rem;
  font-weight: 400;
  color: #fff;
  line-height: 0.37rem;
  padding-top: 0.55rem;
}
.play-container .play-text-container h3.time {
  font-size: 0.24rem;
  font-weight: 400;
  color: #fff;
  line-height: 0.37rem;
  margin-top: 0.07rem;
  opacity: 0.8;
}
.play-container .play-text-container h4.status {
  font-size: 0.24rem;
  font-weight: 400;
  color: #fff;
  margin-top: 0.4rem;
  opacity: 0.8;
}
.play-container .play-text-container .team-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.2rem 0 0;
}
.play-container .play-text-container .team-container .team-item {
  flex: 1;
  max-width: 2rem;
}
.play-container .play-text-container .team-container .team-item .team-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.88rem;
  height: 0.88rem;
  background: #fff;
  border-radius: 50%;
  margin: auto;
}
.play-container .play-text-container .team-container .team-item .team-logo img {
  width: auto;
  height: auto;
  max-width: 0.72rem;
  max-height: 0.72rem;
  border-radius: 50%;
}
.play-container .play-text-container .team-container .team-item p {
  font-size: 0.28rem;
  color: #fff;
  line-height: 0.37rem;
  margin-top: 0.23rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.play-container .play-text-container .team-container .score {
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 0.8rem;
  color: #fff;
  margin: 0 0.5rem;
}
.play-live-container {
  padding: 0.19rem 0.32rem;
  background: #fff;
}
.play-live-container .play-live-scroll::-webkit-scrollbar {
  display: none;
}
.play-live-container .live-remind {
  font-size: 0.28rem;
  color: #c10B33;
  padding-right: 0.5rem;
  white-space: nowrap;
  position: relative;
  width: 1.5rem;
  margin: 0 auto 0.2rem;
}
.play-live-container .live-remind::after {
  content: '';
  background: url(../../../images/blue/arrow.png) no-repeat center;
  background-size: 0.4rem;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  transform: rotate(90deg);
}
.play-live-container a {
  flex: 1;
  flex-shrink: 0;
  display: block;
  font-size: 0.28rem;
  color: red;
  text-align: center;
  padding: 0.06rem 0.2rem;
  border: 0.01rem solid red;
  border-radius: 0.08rem;
  margin: 0 0.1rem 0.1rem 0;
  white-space: nowrap;
  display: inline-block;
}
.play-live-container a.cur {
  color: #c10B33;
  border: 0.02rem solid #c10B33;
}
.play-live-container a:last-child {
  margin-right: 0;
}
.play-live-container .update-text {
  flex: 1;
  text-align: center;
  color: #c10B33;
  font-weight: bold;
  font-size: 0.3rem;
}
.play-live-container .live-mask {
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.28rem;
  cursor: pointer;
  margin-top: 0.2rem;
}
.live-tabs-container {
  background: #fff;
}
.live-tabs-container .tabs-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.22rem 0;
  border-bottom: 0.01rem solid #cccccc;
}
.live-tabs-container .tabs-menu span {
  font-size: 0.28rem;
  color: #666;
  margin: 0 0.5rem;
  position: relative;
}
.live-tabs-container .tabs-menu span.cur {
  color: #000;
  font-weight: bold;
}
.live-tabs-container .tabs-menu span.cur::after {
  content: " ";
  position: absolute;
  bottom: -0.22rem;
  left: 50%;
  display: block;
  width: 0.6rem;
  height: 0.04rem;
  background: #39C1A5;
  margin-left: -0.3rem;
}
.live-tabs-container .tabs-team {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.24rem 0;
}
.live-tabs-container .tabs-team .tabs-team-box {
  display: flex;
  margin: auto;
  border: 0.01rem solid #39C1A5;
  border-radius: 0.08rem;
  overflow: hidden;
}
.live-tabs-container .tabs-team span {
  display: block;
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: #39C1A5;
  padding: 0.09rem 0.3rem;
}
.live-tabs-container .tabs-team span.cur {
  color: #fff;
  background: linear-gradient(270deg, #66E4B5 0%, #29ACC4 32%, #2976C4 62%, #6630E6 100%);
  border-top-right-radius: 0.08rem;
  border-bottom-right-radius: 0.08rem;
}
.live-tabs-body {
  margin-bottom: 0.9rem;
}
.match-process-container {
  padding-top: 0.2rem;
  background: #fff;
  margin-bottom: 0.68rem;
  padding-bottom: 0.32rem;
}
.match-process-container .match-process-team {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.3rem;
}
.match-process-container .match-process-team .team {
  font-size: 0.2rem;
  color: #999;
}
.match-process-container .match-process-team .team i {
  display: block;
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 0.02rem;
}
.match-process-container .match-process-team .team.home {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.match-process-container .match-process-team .team.home i {
  margin-left: 0.1rem;
  background: linear-gradient(360deg, #751DD8 0%, #5CA6F1 100%);
}
.match-process-container .match-process-team .team.visit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.match-process-container .match-process-team .team.visit i {
  margin-right: 0.1rem;
  background: linear-gradient(180deg, #9DF1D2 0%, #11B6E5 100%);
}
.match-process-container .match-process-team .team + .team {
  margin-left: 1.16rem;
}
.match-process-container .match-process-main {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.22rem 0.56rem;
}
.match-process-container .match-process-main:last-child {
  margin-bottom: 0;
}
.match-process-container .match-process-main .process-text {
  font-size: 0.28rem;
  text-align: center;
  width: 1rem;
  margin: 0 0.16rem;
}
.match-process-container .match-process-main .process-text i {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  vertical-align: middle;
  background-size: cover;
}
.match-process-container .match-process-main .process-text i.red-card {
  background-image: url('../../images/red-card.png');
}
.match-process-container .match-process-main .process-text i.yellow-card {
  background-image: url('../../images/yellow-card.png');
}
.match-process-container .match-process-main .process-text i.corner-kick {
  background-image: url('../../images/corner-kick.png');
}
.match-process-container .match-process-main .process-text i.shot {
  background-image: url('../../images/shot.png');
}
.match-process-container .match-process-main .process-text i.three {
  background-image: url('../../images/three-pointer.png');
}
.match-process-container .match-process-main .process-text i.two {
  background-image: url('../../images/two-pointer.png');
}
.match-process-container .match-process-main .process-text i.stop {
  background-image: url('../../images/stop.png');
}
.match-process-container .match-process-main .process-text i.foul {
  background-image: url('../../images/foul.png');
}
.match-process-container .match-process-main .progress-main {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.match-process-container .match-process-main .progress-main p {
  font-size: 0.28rem;
  text-align: center;
  width: 1rem;
  margin: 0 0.1rem;
}
.match-process-container .match-process-main .progress-main .process-box {
  flex: 1;
  height: 0.32rem;
  background: #f8f8f8;
}
.match-process-container .match-process-main .progress-main .process-box .process-box-bar {
  width: 50%;
  height: 100%;
  transition: all 0.2s linear;
}
.match-process-container .match-process-main .progress-main.home .process-box > .process-box-bar {
  float: right;
  background: linear-gradient(273deg, #751DD8 0%, #5CA6F1 100%);
}
.match-process-container .match-process-main .progress-main.visit .process-box > .process-box-bar {
  float: left;
  background: linear-gradient(273deg, #9DF1D2 0%, #11B6E5 100%);
}
.match-team-container {
  flex-direction: column;
  background: #fff;
  margin-bottom: 0.32rem;
  position: relative;
  padding-top: 1px;
}
.match-team-container .down-team {
  margin-top: 0.44rem;
  padding-bottom: 0.33rem;
}
.match-team-container h2 {
  font-size: 0.24rem;
  font-weight: 400;
  color: #666;
  padding-left: 0.32rem;
  padding-bottom: 0.05rem;
  border-bottom: 0.01rem solid #cccccc;
}
.match-team-container h2 span {
  margin-left: 0.16rem;
}
.match-team-container .match-team-list .match-team-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0.32rem;
  border-bottom: 0.01rem solid #cccccc;
  margin-top: 0.32rem;
}
.match-team-container .match-team-list .match-team-item .player-cover {
  width: 0.68rem;
  height: 0.68rem;
  margin-right: 0.2rem;
  background: #ddd;
}
.match-team-container .match-team-list .match-team-item .player-info {
  flex: 1;
}
.match-team-container .match-team-list .match-team-item .player-info .player-name-number {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.28rem;
  margin-bottom: 0.12rem;
  line-height: 1;
}
.match-team-container .match-team-list .match-team-item .player-info .player-name-number .name {
  color: #333;
}
.match-team-container .match-team-list .match-team-item .player-info .player-name-number .number {
  color: #666;
  margin-left: 0.16rem;
}
.match-team-container .match-team-list .match-team-item .player-status {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.match-team-container .match-team-list .match-team-item .player-status .status {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.24rem;
  color: #666;
  margin-right: 0.2rem;
  line-height: 1;
}
.match-team-container .match-team-list .match-team-item .player-status .status i {
  width: 0.24rem;
  height: 0.24rem;
  background-size: cover;
  margin-right: 0.05rem;
}
.match-team-container .match-team-list .match-team-item .player-status .status i.assist {
  background-image: url('../../images/assist.png');
}
.match-team-container .match-team-list .match-team-item .player-status .status i.shot {
  background-image: url('../../images/shot.png');
}
.match-team-container .match-team-list .match-team-item .player-status .status i.corner-kick {
  background-image: url('../../images/corner-kick.png');
}
.match-team-container .match-team-list .match-team-item .player-status .status i.two-yellow {
  background-image: url('../../images/two-yellow.png');
}
.match-team-container .match-team-list .match-team-item .player-status .status i.ubstitution {
  background-image: url('../../images/ubstitution.png');
}
.match-team-container .match-team-list .match-team-item .player-status .status i.red {
  background-image: url('../../images/red-card.png');
}
.match-team-container .match-team-list .match-team-item .player-status .status i.yellow {
  background-image: url('../../images/yellow-card.png');
}
.match-team-container .match-team-list .match-team-item .player-status .status i.own-goals {
  background-image: url('../../images/own-goals.png');
}
.match-team-container .team-table {
  border-bottom: 0.01rem solid #cccccc;
}
.match-team-container .team-table .table-head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.24rem;
  color: #333;
  background: #f8f8f8;
  padding: 0.17rem 0.25rem;
  border-top: 0.01rem solid #cccccc;
  border-bottom: 0.01rem solid #cccccc;
}
.match-team-container .team-table .table-body .table-tr {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.28rem;
  color: #666;
  padding: 0.17rem 0.25rem;
  border-bottom: 0.01rem solid #cccccc;
}
.match-team-container .team-table .table-body .table-tr:last-child {
  border-bottom: 0;
}
.match-team-container .team-table .table-body p.player {
  margin-left: 0.2rem;
}
.match-team-container .team-table p.number {
  width: 1rem;
}
.match-team-container .team-table p.player {
  flex: 1;
  margin-left: 0.64rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.match-team-container .team-table p.player img {
  width: 0.4rem;
  height: 0.4rem;
  background: #ddd;
  margin-right: 0.1rem;
}
.match-team-container .team-table p.player span {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.match-team-container .team-table p.first {
  width: 2rem;
  text-align: center;
}
.match-team-container .team-table p.socre {
  width: 1rem;
  text-align: center;
}
.match-team-container .no-match {
  display: block;
  width: 2.96rem;
  height: 2.16rem;
  margin: 0.62rem auto 0;
}
.match-team-container .no-match-text {
  font-size: 0.2rem;
  color: #999;
  text-align: center;
  margin-top: 0.12rem;
  padding-bottom: 0.32rem;
}
.match-live-text-container {
  padding: 0.24rem 0.32rem 0.24rem 0.52rem;
  background: #fff;
}
.match-live-text-container .live-text-item {
  padding: 0.14rem 0.4rem;
  background: #fafafa;
  border-radius: 0.08rem;
  position: relative;
  margin-bottom: 0.24rem;
}
.match-live-text-container .live-text-item::before {
  content: " ";
  position: absolute;
  left: -0.2rem;
  top: 50%;
  width: 0.4rem;
  height: 0.4rem;
  margin-top: -0.2rem;
  border-radius: 50%;
  background: url('../../images/notice.png');
  background-size: cover;
}
.match-live-text-container .live-text-item p {
  font-size: 0.28rem;
  color: #666;
  line-height: 0.48rem;
}
.play-live-other {
  margin: 0.24rem 0.32rem 0;
}
