/* 直播详情 */
.lvhd {
  width: 100%;
  height: 4.2rem;
  background: url(../images/livedetail.png) no-repeat center center/110% 110%;
  padding-top: 0.3rem;
  color: #fff;
  font-size: 0.26rem;
  text-align: center;
}

.lvhd1 {
  width: 100%;
  height: 4.2rem;
  background: url(../images/liveBanner.png) no-repeat center center/110% 110%;
  padding-top: 0.3rem;
  color: #fff;
  font-size: 0.26rem;
  text-align: center;
}

.lvtit {
  margin-bottom: 0.2rem;
}

.lvteam {
  width: 100%;
  height: 2.4rem;
  display: flex;
  padding: 0 0.2rem;
}

.lvteam li:nth-child(2) {
  width: 40%;
}

.lvteam img {
  width: 1.12rem;
  height: 1.12rem;
  object-fit: contain;
  margin-right: 0.04rem;
}

.lvName {
  width: 30%;
}

.lvName p {
  width: 100%;
}

.lvscore {
  font-size: 0.7rem;
}

.lvround {
  font-size: 0.2rem;
}

.lvtv img {
  width: 0.32rem;
  height: 0.28rem;
  vertical-align: middle;
  object-fit: contain;
}

.lvtv {
  width: auto;
  height: 0.56rem;
  background: rgba(0, 0, 0, 0.4);
  justify-content: center;
  border-radius: 3.733vw;
  -webkit-border-radius: 3.733vw;
  -moz-border-radius: 3.733vw;
  -ms-border-radius: 3.733vw;
  -o-border-radius: 3.733vw;
}

.lvDetailSwitch {
  height: 0.8rem;
  line-height: 0.8rem;
  padding: 0 1.4rem;
  font-size: 0.32rem;
  color: var(--c4);
  border-bottom: 1px solid #f0f2f5;
  font-size: 0.32rem;
}
.lvDetailSwitchList{
  height: 0;
}

.lvListSwitchBox {
  padding: 0 0.9rem;
  height: 1.12rem;
}

.lvListSwitch {
  width: 100%;
  height: 0.56rem;
  align-items: center;
  background: var(--c7);
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  -o-border-radius: 0.8rem;
}

.lvListSwitch li {
  width: 1.4rem;
  height: 0.56rem;
  line-height: 0.56rem;
  text-align: center;
  color: var(--c4);
  font-size: 0.24rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  -o-border-radius: 0.8rem;
}

.lvContent {
  overflow-y: scroll;
}

.lvTit {
  padding: 0.24rem;
  width: 100%;
}

.lvTit a {
  display: block;
  width: 0.44rem;
  height: 0.44rem;
  margin: 0 0.1rem 0 0;
}

.lvwith {
  width: 60%;
  padding-left: 0.2rem;
}

.lvwith li {
  height: 0.48rem;
  padding: 0 0.2rem;
  line-height: 0.48rem;
  text-align: center;
  background: var(--c7);
  margin-right: 0.2rem;
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  -o-border-radius: 0.8rem;
}

.lvsession {
  width: 2.68rem;
  height: 0.56rem;
  background: var(--c7);
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  -o-border-radius: 0.8rem;
}

.lvsession li {
  width: 0.98rem;
  line-height: 0.56rem;
  text-align: center;
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  -o-border-radius: 0.8rem;
}

.lvNum {
  width: 0.8rem;
  height: 0.84rem;
  text-align: center;
  border: 0.03rem solid #f5f5f5;
  border-radius: 0.05rem;
  -webkit-border-radius: 0.05rem;
  -moz-border-radius: 0.05rem;
  -ms-border-radius: 0.05rem;
  -o-border-radius: 0.05rem;
}

.lvNum li:first-child {
  height: 0.42rem;
  line-height: 0.42rem;
  background: var(--c6);
}

.lvTie {
  padding: 0 0 0 0.3rem;
  flex: 1;
}

.lvTie span {
  font-size: 0.32rem;
  color: #f23048;
}

.lvTie>div{
  white-space: nowrap;
  text-align: center;
}


.lvNum2{
  width: 100%;
  box-sizing: border-box;
}
.lvTie p {
  color: #9c9c9c;
  white-space: nowrap;
  text-align: center;
}
.lvTie i{
  font-style: normal;
}

.lvTbscore {
  text-align: center;
  word-wrap: break-word; word-break: break-all;
  table-layout: fixed;
  width: 100%;
  color: var(--c9);
}
.lvTbscore tbody{
  max-height: 5rem;
  overflow-y: scroll;
}

.lvBr {
  border-right: 1px solid #eeeff1;
}

.lvTbscore tr {
  border-bottom: 1px solid #eeeff1;
}

.lvTbscore th {
  font-weight: 400 !important;
  height: 0.64rem;
  background-color: #f6f7fb;
  white-space: nowrap;
}


table {
  table-layout: fixed
}

.lvTbscore td {
  height: 0.92rem;
}

.lvTbscore td div,.lvTbscore td p{
  white-space: nowrap;
}

.lvTbscore td:nth-child(2),
.lvTbscore td:nth-child(4) {
  width: 0.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.lvTbscore tbody tr:nth-child(2n) {
  background-color: #f6f7fb;
}

.lvTBteam {
  width: 100%;
  text-align: center;
  padding-bottom: 0.2rem;
}

.lvTBteam th {
  height: 0.78rem;
  font-weight: 400;
  background: #fff;
}

.lvTBteam tr {
  border-bottom: 1px solid #eeeff1;
}

.lvTBteam tr:nth-child(2n-1) {
  background: #f6f7fb;
}

.lvTBteam td {
  height: 0.92rem;
  color: #9b9b9b;
}

.lvTBteamtd {
  width: 2.8rem;
  text-align: left;
  padding-left: 0.3rem;
}

.lvTBteam i {
  display: inline-block;
  width: 0.04rem;
  height: 0.24rem;
  background: #ececec;
  border-radius: 0.02rem;
  -webkit-border-radius: 0.02rem;
  -moz-border-radius: 0.02rem;
  -ms-border-radius: 0.02rem;
  -o-border-radius: 0.02rem;
}

/* 直播首页 */
.lviPosition {
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 10;
}

.lviSwitch {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 0.9rem;
  line-height: 1.1rem;
  font-size: 0.32rem;
  padding: 0 ;
  color: #94989b;
  z-index: 10;
}
.lviSwitch li{
  margin: 0 0.2rem;
}
.lviSwitch li.detail_download_button{
  margin-right: 0;
  margin-left: 0.4rem;
  height: 0.7rem;
  margin-top: 0.12rem;
}
.lviSwitch li.detail_download_button a{
  height: 0.7rem;
  line-height: 0.7rem;
  padding: 0 10px;
}


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

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

.sl3AaColor {
  border-bottom: 0.04rem solid var(--c1);
  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;
  padding-right: 0.2rem;
  background-color: #fff;
  margin-top: 0.08rem;
}

.lviDate {
  height: 0.6rem;
  line-height: 0.7rem;
  padding-left: 0.2rem;
  font-size: 0.24rem;
  color: #909090;
}

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

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

.lviTime span {
  color: #96959a;
  font-size: 0.22rem;
  white-space: nowrap;
}

.lviTeam {
  width: 60%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.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: var(--c4);
  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 var(--c5);
}

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

.lviStatus a,
.lvit span {
  color: var(--c5);
  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: 78%;
}

.lvtTeam li {
  text-align: left;
  display: flex;
}
.lvtTeam img {
  width: 0.44rem;
  object-fit: contain;
  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: var(--c5);
}

.allrace {
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
  width: 100%;
  font-size: 0.26rem;
  color: var(--c5);
}

.lvtTb img {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.1rem;
}

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

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

.lvtTb th {
  font-weight: normal;
  height: 0.82rem;
}

.lvtTb td {
  height: 0.88rem;
  border-bottom: 1px solid #f2f3f5;
}

.lvtTb tbody {
  position: relative;
  display: block;
  height: 58vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.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: var(--c2);
  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;
}

.TbBlue tbody::before {
  position: absolute;
  content: "欧冠杯小组赛";
  color: var(--c2);
  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;
}




.download_button_top{
  position: fixed;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  z-index: 1100;
}

.download_button{
  height: 50px;
}

.download_button a{
  display: inline-block;
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 14px;
  background: url("../images/download_img.jpg") no-repeat;
  background-size: 100% 100%;
  background-position: 0px;
}
