/* 直播首页 */
.lviPosition {
  width: 100%;
  z-index: 10;
}

.lviSwitch {
  width: 100%;
  height: 0.45rem;
  line-height: 0.45rem;
  font-size: 0.16rem;
  padding: 0 1.36rem;
  color: #94989b;
  z-index: 10;
}

.sw3,
.sw4 {
  height: 0.8rem;
}

.sl3 a {
  font-size: 0.28rem;
  color: #656565;
  position: relative;
}

.sl3AaColor {
  border-bottom: 0.04rem solid #fb0e45;
  color: #000 !important;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.sl4 {
  font-size: 0.24rem;
  color: #727272;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 1.2rem;
  height: 0.66rem;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -moz-border-radius: 0.06rem;
  -ms-border-radius: 0.06rem;
  -o-border-radius: 0.06rem;
}

.sl4act {
  color: #d94165;
  border: 1px solid #ecbbc6;
  background: rgba(236, 187, 198, 0.5);
}

.lviList {
  overflow-y: scroll;
  /* display: none; */
}

.lviList>li {
  height: 1.32rem;
  padding: 0 0.28rem;
  background-color: #fff;
  margin-top: 0.08rem;
}

.lviDate {
  height: 0.3rem;
  line-height: 0.35rem;
  padding-left: 0.1rem;
  font-size: 0.12rem;
  color: #909090;
}

.lviTime {
  width: 22%;
  text-align: left;
}

.lviTime p {
  color: #1e1e1e;
  font-size: 0.12rem;
}

.lviTime span {
  color: #96959a;
  font-size: 0.11rem;
}

.lviTeam {
  width: 60%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.lvit img {
  width: 0.44rem;
  height: 0.44rem;
  display: inline-block;
  margin: 0 0.16rem;
}

.lvit li:nth-child(1) {
  margin-bottom: 0.08rem;
}

.lviscore {
  border-right: 1px solid #ebebeb;
  padding-right: 0.4rem;
}

.lviscore li {
  line-height: 0.48rem;
  position: relative;
  color: #999;
  font-size: 0.28rem;
}

.innerZhibo {
  width: 10%;
}

.leftSJX {
  position: absolute;
  content: "";
  top: 0.12rem;
  right: -0.42rem;
  border-left: 0.08rem solid transparent;
  border-top: 0.08rem solid transparent;
  border-bottom: 0.08rem solid transparent;
  border-right: 0.08rem solid #333;
}

.lviStatus {
  width: 15%;
  text-align: right;
}

.lviStatus a,
.lvit span {
  color: #333;
  ;
  font-size: 0.28rem;
}

/* 直播类型 */
.lvtSwitch {
  position: fixed;
  top: 0.88rem;
  width: 100%;
  z-index: 10;
  height: 0.8rem;
  justify-content: space-around;
}

.lvtSwitch li,
.lvtSwitch li a {
  color: #979797;
  line-height: 0.8rem;
  height: 100%;
  font-size: 0.28rem;
}

.sw5 {
  padding-top: 0.28rem;
}

.sl5 {
  width: 3.6rem;
  height: 1.8rem;
  border: 1px solid #f0f0f0;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -moz-border-radius: 0.06rem;
  -ms-border-radius: 0.06rem;
  -o-border-radius: 0.06rem;
}

.sl5 a {
  width: 100%;
  padding: 0 0.1rem;
}

.lvtTit {
  width: 100%;
  color: #666666;
  display: flex;
  justify-content: space-between;
}

.lvtTit p {
  font-size: 0.24rem;
}

.lvtTit span {
  font-size: 0.2rem;
}

.lvtTeam {
  width: 80%;
}

.lvtTeam li {
  text-align: left;
  display: flex;
}

.lvtTeam img {
  width: 0.44rem;
  height: 0.44rem;
  margin-right: 0.1rem;
  display: inline-block;
}

.lvtTeam span {
  font-size: 0.24rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.lvtTime li {
  font-size: 0.24rem;
  color: #333;
  ;
}

.allrace {
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
  width: 100%;
  font-size: 0.13rem;
  color: #333;
  ;
}
.lvtTb img {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.05rem;
}
.lvtTb {
  width: 100%;
  text-align: center;
}
.lvtTb thead tr {
  border-bottom: 1px solid #f2f3f5;
}
.lvtTb th {
  font-weight: normal;
  height: 0.41rem;
}
.lvtTb td {
  height: 0.44rem;
  border-bottom: 1px solid #f2f3f5;
}
.lvtTb tbody {
  position: relative;
  display: block;
  height: 3rem;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.lvtTb2 img {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.05rem;
  vertical-align: middle;
}

.lvtTb2 {
  width: 100%;
  text-align: center;
}

.lvtTb2 thead tr {
  border-bottom: 1px solid #f2f3f5;
}

.lvtTb2 th {
  font-weight: normal;
  height: 0.41rem;
  line-height: 0.41rem;
  display: inline-block;
}

.lvtTb2 td {
  height: 0.44rem;
 line-height: 0.44rem;
  display: inline-block;
  border-bottom:none
}

.lvtTb2 tbody {
  position: relative;
  display: block;
  height: 3rem;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.lvtTb2 tbody tr{
  border-bottom: 1px solid #f2f3f5;
}
.lvtTb2 tr{
  width: 100%;
  display: flex;
    align-items: center;
    justify-content: space-around;
}
.lvtTb2 th:nth-child(1),.lvtTb2 td:nth-child(1){
width: 0.3rem;
}
.lvtTb2 th:nth-child(2),.lvtTb2 td:nth-child(2){
 width: 60%;
}
.lvtTb2 th:nth-child(3),.lvtTb2 td:nth-child(3){
  width: 20%;
}

.TbPink tbody tr:nth-child(-n + 3) {
  background-color: #f5e1e1;
}

.TbBlue tbody tr:nth-child(n + 4):nth-child(-n + 5) {
  background-color: #cde8fb;
}

.TbPink tbody::after {
  position: absolute;
  content: "欧冠杯小组赛";
  color: #fff;
  width: 1.92rem;
  height: 0.36rem;
  background: #cf4237;
  top: -0.16rem;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 0.32rem;
  -webkit-border-radius: 0.32rem;
  -moz-border-radius: 0.32rem;
  -ms-border-radius: 0.32rem;
  -o-border-radius: 0.32rem;
}

.clearfix:after {
  visibility: hidden;
  clear: both;
  display: block;
  content: ".";
  height: 0
}

.clearfix {
  *zoom: 1
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.TbBlue tbody::before {
  position: absolute;
  content: "欧冠杯小组赛";
  color: #fff;
  width: 1.92rem;
  height: 0.36rem;
  background: #5594d2;
  top: 2.74rem;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 0.32rem;
  -webkit-border-radius: 0.32rem;
  -moz-border-radius: 0.32rem;
  -ms-border-radius: 0.32rem;
  -o-border-radius: 0.32rem;
}

.hotleague {
  width: 100%;
}

.hotTit {
  font-size: 0.16rem;
  color: #000;
  padding: 0 0.12rem;
  margin-bottom: 0.12rem;
}

.hotList {
  width: 100%;
  display: flex;
  padding: 0 0.22rem;
  flex-wrap: wrap;
  overflow-y: scroll;
  height: 1.7rem;
  overflow-x: hidden;
}

.hotList>a {
  display: block;
  width: 13.3333vw;
  margin-right: 0.2rem;
  margin-bottom: 0.1rem;
}

.hotList li {
  width: 100%;
  height: 100%;
}

.hotList li p {
  width: 100%;
  white-space: nowrap;
  font-size: 0.14rem;
  margin-top: 0.04rem;
  text-align: center;
  overflow: hidden;
}

.hotList>a:nth-child(5n) {
  margin-right: 0rem;
}

.imgBox {
  width: 13.3333vw;
  height: 13.3333vw;
  border: 1px solid #ededed;
  padding-top: 0.11rem;
  display: flex;
  align-items: center;
}

.imgBox img {
  width: 0.28rem;
  margin: 0 auto;
}

.dliNav {
  width: 100%;
  height: 100%;
  margin-top: 0.1rem;
}

.actBtc1 {
  color: #323232 !important;
  border-bottom: 2px solid #fb0e45;
}

.dliSwitch {
  display: flex;
  justify-content: space-around;
  height: 0.43rem;
  line-height: 0.43rem;
  color: #999;
  border-bottom: 1px solid #ededed;
  width: 100%;
  background: #fff;
  z-index: 500;
}

.countryCon {
  width: 100%;
  height: 100%;
  max-height: 5rem;
  overflow: hidden;
}

.countryCon>li {
  width: 100%;
  height: 100%;
}

.dliBox {
  width: 100%;
  height: 100%;
  display: flex;
  height: 5rem;
  border-bottom: 1px solid #fff;
}

.dliLeft {
  width: 0.77rem;
  height: 100%;
  background-color: #f4f5f7;
  overflow-x: hidden;
  overflow-y: scroll;
}

.dliLeft li {
  height: 0.45rem;
  line-height: 0.45rem;
  text-align: center;
  padding-left: 0.02rem;
}

.dliRight {
  width: calc(100% - 0.77rem);
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

.dliRight li>a {
  height: 0.45rem;
  line-height: 0.45rem;
  margin-left: 0.13rem;
  border-bottom: 1px solid #ededed;
  position: relative;
  color: #999;
  position: relative;
}

.dliRight li img {
  width: 0.22rem;
  height: 0.22rem;
  margin-right: 0.17rem;
}

.dliRight li>a::after {
  position: absolute;
  content: "";
  right: 0.15rem;
  top: 0.18rem;
  width: 6px;
  height: 6px;
  border: 1px solid #999;
  border-top: #999;
  border-left: #999;
  transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
}

/* 资料库详情页 */
.dldhd {
  width: 100%;
  height: 1.45rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 1rem;
  z-index: 5;
}


.dldhd1 {
  overflow: hidden;
}

.dldhd-foot {
  background: url(../images/datalibraryBanner.png) no-repeat center center/100% 100% !important;
  overflow: hidden;
}

.dldhd-basket {
  background: url(../images/dlbanner.png) no-repeat center center/100% 100% !important;
  overflow: hidden;
}

.dldTit {
  margin-top: 0.11rem;
  margin-bottom: 0.18rem;
  color: #fff;
  font-size: 0.16rem;
}
.dldTit h1 {color: #fb0e45;}

.dldhd img {
  width: 0.84rem;
}

.dldSwitch {
  width: 100%;
  height: 0.45rem;
  line-height: 0.45rem;
  text-align: center;
  display: flex;
  justify-content: space-around;
  position: fixed;
  top: 2.4rem;
  z-index: 500;
}

.dldSwitch li {
  font-size: 0.14rem;
  color: #989898;
}

.recentRace {
  padding: 0.12rem 0.12rem 0 0.12rem;
}

.recentRace>li {
  padding: 0 0.12rem;
  background: #fff;
  margin-top: 0.08rem;
  border-radius: 0.03rem;
  -webkit-border-radius: 0.03rem;
  -moz-border-radius: 0.03rem;
  -ms-border-radius: 0.03rem;
  -o-border-radius: 0.03rem;
}

.recentRace>li:nth-child(1) {
  margin-top: 0rem;
}

.recentRaceTit {
  width: 100%;
  text-align: center;
  height: 0.22rem;
  line-height: 0.22rem;
  background: #fb0e45;
  color: #fff;
  font-size: 0.13rem;
  margin-bottom: 0.04rem;
  border-radius: 0.03rem;
  -webkit-border-radius: 0.03rem;
  -moz-border-radius: 0.03rem;
  -ms-border-radius: 0.03rem;
  -o-border-radius: 0.03rem;
}

.rRtime {
  height: 0.37rem;
  line-height: 0.37rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ededed;
  color: #000;
}

.rRtime li:last-child {
  padding-right: 0.15rem;
  position: relative;
}

.rRtime li:last-child:after {
  position: absolute;
  content: "";
  right: 0rem;
  top: 0.15rem;
  width: 6px;
  height: 6px;
  border: 0.01rem solid #999;
  border-top: #999;
  border-left: #999;
  transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
}

.rRTeam {
  width: 100%;
  display: flex;
}

.rRTeam img {
  width: 0.26rem;
  height: 0.26rem;
  object-fit: contain;
  margin: 0 0.1rem;
  display: inline-block;
}

.rRTeam li {
  height: 0.35rem;
  line-height: 0.35rem;
}

.rRTeam li a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rRTeam li span {
  white-space: nowrap;
}

.rRTeam li:nth-child(1) {
  width: 35%;
  text-align: right;

}

.rRTeam li:nth-child(2) {
  width: 30%;
  text-align: center;
  font-weight: 600;
}

.rRTeam li:nth-child(3) {
  width: 35%;
}

.black {
  color: #000 !important;
}

.bestList {
  position: fixed;
  top: 2.44rem;
  z-index: 10;
}

.bestList li {
  font-size: 0.14rem;
  color: #989898;
  font-weight: 600;
}

.jfSwitch {
  display: flex;
  justify-content: space-around;
  color: #989898;
  height: 0.35rem;
  width: 100%;
  line-height: 0.3rem;
  background: #f2f3f4;
  /* background: red; */
}

.jfSwitch li {
  font-size: 0.14rem;
  font-weight: 600;
}

.jfTbHd tr th:nth-child(1) {
  width: 25px;
}

.jfTbHd tr th:nth-child(2) {
  width: 65px;
}

.jfTbCon tr td:nth-child(1) {
  width: 25px;
}

.jfTbCon tr td:nth-child(2) {
  width: 65x;
}

.jfTbCon tr td:nth-child(3) {
  width: 25px;
}

.jfTbCon tr td:nth-child(4) {
  width: 25px;
}

.jfTbCon tr td:nth-child(5) {
  width: 12.5px;
}

.jfTbCon tr td:nth-child(6) {
  width: 12.5px;
}

.jfTbCon tr td:nth-child(7) {
  width: 12.5px;
}

.jfTbCon tr td:nth-child(7) {
  width: 12.5px;
}

.jfTbCon tr td:nth-child(8) {
  width: 29px;
}

.dldList {
  width: 100%;
  height: 100%;
}

.dldList>li {
  height: 100%;
  position: relative;
}

.bestTb {
  height: 100%;
  overflow-y: scroll;
}

.bestHd tbody tr td:nth-child(1) {
  width: 29px;
}

.bestHd tbody tr td:nth-child(2) {
  width: 60px;
}

.bestHd tbody tr td:nth-child(3) {
  width: 60px;
}

.bestHd tbody tr td:nth-child(4) {
  width: 60px;
}


.bestListShowHidden {
  width: 100%;
  height: 100%;
}

.rank {
  height: 100%;
}

.dlbtTbList {
  width: 100%;
}

.dlbtLead {
  width: 1rem;
}

.dlbtLead p {
  width: 100%;
  height: 0.41rem;
  line-height: 0.41rem;
  font-weight: 600;
  text-align: center;
}

.dlbtLeadSwitch {
  width: 100%;
  text-align: center;
}

.dlbtLeadSwitch li {
  width: 100%;
  height: 0.44rem;
  line-height: 0.44rem;
  font-size: 0.12rem;
}

.actlead {
  color: #fc2254;
  font-weight: 600;
  font-size: 0.12rem;
  background: rgba(236, 187, 198, 0.5);
}

.rankTit {
  height: 0.35rem;
  line-height: 0.3rem;
  width: 100%;
  padding: 0 0.14rem;
  position: fixed;
  top: 2.44rem;
  z-index: 100;
  background: #f2f3f4;
}

.pad7 {
  padding-top: 0.35rem;
}

.pad2 {
  padding-top: 0.1rem;
}

.rankSwitch {
  width: 100px;
  height: 0.4rem;
  line-height: 0.4rem;
}

.rankTable {
  height: 100%;
}

.rankSwitch li {
  font-size: 0.14rem;
  color: #989898;
  font-weight: 600;
}

.rankTb {
  width: 100%;
  text-align: center;
  position: relative;
}

.rankTb thead tr {
  height: 0.36rem;
}

.rankTb tbody td {
  height: 0.42rem;
  font-size: 0.13rem;
  /* background: #fff; */
}

.rankTb img {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}

.TbRed tbody tr:nth-child(-n + 3) {
  background-color: #feded3 !important;
}

.TbRed tbody::after {
  position: absolute;
  content: "季后赛";
  color: #fff;
  display: inline-block;
  width: 0.6rem;
  height: 0.12rem;
  background: #cf4237;
  top: 0.26rem;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 0.16rem;
  -webkit-border-radius: 0.16rem;
  -moz-border-radius: 0.16rem;
  -ms-border-radius: 0.16rem;
  -o-border-radius: 0.16rem;
}

/* 资料库球队详情 */
.dlteamList {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.dlteamList>li {
  height: 0.43rem;
  padding: 0 0.1rem;
  justify-content: space-around;
  border-bottom: 1px solid #ededed;
}

.dlteamList>li>a {
  width: 100%;
  height: 100%;
}

.dlteamList li img {
  width: 0.24rem;
  height: 0.24rem;
  margin: 0 0.08rem;
}

.dltt {
  width: 68%;
}

.dltt>li:nth-child(1) {
  width: 45%;
}

.dltt>li:nth-child(1) a {
  justify-content: flex-end;
}

.dltt>li:nth-child(2) {
  width: 10%;
}

.dltt>li:nth-child(3) {
  width: 45%;
  justify-content: flex-start;
}

.dltt>li:nth-child(3) a {
  justify-content: flex-start;
}

.actB {
  background-color: #fff !important;
  border-left: 2px solid #fb0e45 !important;
  padding-left: 0rem !important;
}


.newInfoList {
  width: 100%;
  /* height: 100%; */
  padding: 0.12rem;
  overflow-y: scroll;
}

.newInfoList div {
  font-size: .16rem;
  color: #333;
}

.newInfoList img {
  width: 1.2rem;
  height: 0.66rem;
  margin-left: .21rem;
  border-radius: .03rem;
  -webkit-border-radius: .03rem;
  -moz-border-radius: .03rem;
  -ms-border-radius: .03rem;
  -o-border-radius: .03rem;
}

.newInfoList li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.86rem;
  border-bottom: 1px solid #ededed;
}

.newInfoList li:last-child {
  border-bottom: 0px;
}

.newInfoList i {
  width: 100%;
  font-size: 0.1rem;
  color: #9d9d9d;
}

.newInfoList span {
  width: 100%;
  font-size: .14rem;
  color: #000;
  margin-bottom: 0.07rem;
}


::-webkit-scrollbar {
  width: 0px;
}

.jfTbHd tr th:nth-child(1) {
  width: 50px;
}

.jfTbHd tr th:nth-child(2) {
  width: 130px;
}

.jfTbCon tr td:nth-child(1) {
  width: 50px;
}

.jfTbCon tr td:nth-child(2) {
  width: 130px;
}

.jfTbCon tr td:nth-child(3) {
  width: 50px;
}

.jfTbCon tr td:nth-child(4) {
  width: 50px;
}

.jfTbCon tr td:nth-child(5) {
  width: 25px;
}

.jfTbCon tr td:nth-child(6) {
  width: 25px;
}

.jfTbCon tr td:nth-child(7) {
  width: 25px;
}

.jfTbCon tr td:nth-child(7) {
  width: 25px;
}

.jfTbCon tr td:nth-child(8) {
  width: 58px;
}

.bestHd tbody tr td:nth-child(1) {
  width: 58px;
}

.bestHd tbody tr td:nth-child(2) {
  width: 120px;
}

.bestHd tbody tr td:nth-child(3) {
  width: 120px;
}

.bestHd tbody tr td:nth-child(4) {
  width: 120px;
}

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


.backA {
  width: .25rem;
  height: .25rem;
  position: absolute;
    top: 0.1rem;
    left: 0.1rem;
}
.backA::after {
  content: '';
  width: .08rem;
  height: .12rem;
  position: absolute;
  top: .06rem;
  left: .06rem;
  background: url(../images/leftJt.png) no-repeat center center/100% 100%;
}
