body{
    background-color: rgb(234,233,231);

}
*{
    margin: 0;
    padding: 0;
    font-size: .26rem;
}
html{
    font-size: 13.33vw;
}
i{
    font-style: normal;
}
a {
    text-decoration: none;
    color: #000;
}
ul,
li,
dl,
dt,
dd {
    list-style: none;
}

.layui-btn-group a{
   padding: 0 0.1rem;
}


.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.clearfix{
    *zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
.download_button_top{
    height: 50px;
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    z-index: 11;
}
.download_button_top .title{
    display: inline-block;
    color: #458ce9;
    font-size: 25px;
    margin-top: -5px;
    letter-spacing: 0.2em;
}

.download_button{
    width: 100%;
    float: right;
    height: 50px;
}

.download_button a{
    width: 100%;
    height: 50px;
    display: inline-block;
    background: url("../img/download_img.jpg") no-repeat;
    background-size: 100% 100%;
}


.detail_download_button{
    display: flex;
    margin: auto;
    flex: 1;
    justify-content: end;
}
.detail_download_button a{
    border: 1px solid #fff;
    background: #fff;
    display: inline-block;
    padding:5px 10px ;
    text-align: center;
    color: var(--c1);
    font-size: 14px;
    border-radius: 20px;
}

body{
    max-width: 100%;
    overflow-x: hidden;
    /*padding-top: 1rem;*/
}



.go_top{
    position:fixed;
    bottom: 1rem;
    right: 0.5em;
    z-index: 22222;
    border-radius: 50%;
}


.layui-btn-group{
    display: flex !important;
    justify-content: center;
    margin-left: 0 !important;
}
.layui-btn-group a{
    padding: 0 0.14rem;
}


.top{
    width: 7.5rem;
    background-color:#3a83ff;
    height: 1.2rem;
    color: white;
    font-size: 0.4rem;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-sizing: border-box;
}
.navList{
    font-size: .35rem;
    color: #fff;
    margin-top: .1rem;
}
.logo {
    width: 1.6rem
}

.logo img {
    margin-top: .08rem;
    width: 100%;
    height: 100%;
}
.eight{
    width: 7.5rem;
    background: #ffffff;
    height: 1rem;
    color: #000;
    font-size: 0.3rem;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    box-sizing: border-box;
    padding: 0.3rem;
    box-shadow: 0px 4px 5px 1px #ccc;
    margin-bottom: 0.2rem;
}
.allrace {
    text-align: center;
    margin-top: 0.2rem;
    color: #ccc;
    height: 0.6rem;
    border-top: 1px solid #eeeeee;
    line-height: 0.6rem;
}

.allrace a {
    color: #333;
}
.main{
    width: 7.5rem;
    overflow: hidden;
    margin-top: .2rem;
}
.padd {
    padding: 0.2rem;
    background: #fff;
}

.main-top span{
    font-size: .3rem;
    color: #646569;

}
.main-top span:nth-child(2){
    margin-left: .1rem;
}
.main-wrap{
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: .2rem;
    display: flex;
    justify-content: space-around;
    text-align: center;
    border-bottom: 1px solid #f7f7f7;
}
.main-wrap img{
    width: 1rem;
    height: 1rem;
    display: block;
    text-align: center;
}
.main-wrap a{
    font-size: .25rem;
    display: block;
    margin-top: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-wrap p{
    font-size: .36rem;
    text-align: center;
    margin: .1rem 0;
}
.flexcolumn {
    display: -ms-flex;
    display: -webkit-flex;
    display:  -o-flex;
    display: -moz-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
}

.flexcolumn a {
    font-size: .25rem;
    display: block;
    width: 1.4rem;
    margin-top: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-z1{
    width: 2rem;
}
.main-z2 a {
    font-size: .25rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.main-z3{
    width: 2rem;
}
.btn{
    width: 1.66rem;
    height: .51rem;
    line-height: .51rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:.3rem;
    -webkit-border-radius:.3rem;
    -moz-border-radius:.3rem;
    -ms-border-radius:.3rem;
    -o-border-radius:.3rem;
}
.btn img{
    width: .28rem;
    object-fit: contain;
    margin-right: .1rem;
}
.btn a{
    font-size: .23rem;
    text-align: center;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    display: inline;
    margin-top: 0;
}
.btn-zb{
    background: #EB544B;
}
.btn-zb a{
    color: #fff;
}
.btn-jj{
    background: #3860F5;
}
.btn-jj a{
    color: #fff;
}
.btn-wks{
    background: #fff;
    border: 1px solid #ECECEC;
}
.btn-wks a{
    color: #38383A;
}

.botm {
    bottom: 0px;
    width: 7.5rem;
    color: #8D93A1;
    text-align: center;
    background-color: #fff;
    box-sizing: border-box;
    padding-top: .4rem;

}

.botm p {
    font-size: .12rem;
    transform: scale(0.8);
}

.botm a {
    font-size: .12rem;
    transform: scale(0.8);
    color: #8D93A1 !important;
}



.textInfo {
    color: #9d9d9d;
}

.last {
    width: 7.5rem;
    background-color: white;
    box-sizing: border-box;
    display: flex;
    padding: .2rem;
    overflow: hidden;
    border-bottom: 1px solid #f7f7f7;
}

.last .infor_list{
    width: 70%;
}

.three{
    width: 7.5rem;
}
.lxsp{
    width: 1.5rem;
    height: .5rem;
    line-height: .5rem;
    text-align: center;

border-radius: 12px 12px 12px 12px;
}
.wrap{
    padding: 0.3rem 0 0.4rem;
    width: 7.2rem;
    background-color: #fff;
}

.swiper {
    min-width: 18rem;
    height: 2.2rem;
    margin-top: 10px;
}

.slide-ul {
    margin-top: .12rem;
    width: 3.4rem;
    height: 1.9rem;
    background-color: white;
    text-align: center;
    border: 1px solid #CCC;
    border-radius: .08rem;
}

.bt {
    font-size: 0.24rem;
    font-weight: 400;
    color: #4C4B4A;
    padding-top: 0.12rem;
}

.rq {
    font-size: 0.24rem;
    font-weight: 400;
    color: #4C4B4A;
    margin: 0.08rem 0;
}

.slide-gk {
    display: flex;
    justify-content: space-around;
    flex-shrink: 0;
}

.slide-gk p {
    font-size: 0.24rem;
    width: 1.2rem;
    color: #999999;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.slide-gk div:nth-child(1) {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.slide-gk div:nth-child(3) {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slide-gk img {
    width: 0.56rem;
    height: 0.56rem;
}

.gk {
    width: 0.9rem;
    height: 0.4rem;
    background:#3a83ff;
    border-radius: 0.08rem;
    font-size: 0.24rem;
    color: #fff;
    height: 0.4rem;
    line-height: 0.4rem;
    cursor: pointer;
}

.gk a {
    color: #fff;
}
#bread {
    width: 100%;
    padding:0 .2rem ;
    color: #333;
   font-size: .25rem;
    font-weight: 800;
    margin: .2rem auto;
}

#bread a {
    color: #333;
}

#bread span {
    color: gray;
}

#bread b {
    margin: 0 .1rem 0 .1rem;
}


.switch{
    height: .7rem;
    line-height: .7rem;
    width: 100%;
    background: #f7f7f7;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid #ccc;
}
.switch li{
    color: #000;
    font-size: .24rem;
}

.switch li span{
    color: #000;
    display: block;
    height: .4rem;
    line-height: .4rem;
    padding: 0 .12rem;
    border-radius: .2rem;
}

.switchAct{
    background:#458ce9;
    color: #fff !important;
}



.slide-ul {
    margin-top: .12rem;
    width: 3.4rem;
    height: 1.9rem;
    background-color: white;
    text-align: center;
    border: 1px solid #CCC;
    border-radius: .08rem;
}

.bt {
    font-size: 0.24rem;
    font-weight: 400;
    color: #4C4B4A;
    padding-top: 0.12rem;
}

.rq {
    font-size: 0.24rem;
    font-weight: 400;
    color: #4C4B4A;
    margin: 0.08rem 0;
}

.slide-gk {
    display: flex;
    justify-content: space-around;
    flex-shrink: 0;
}

.slide-gk p {
    font-size: 0.24rem;
    width: 1.2rem;
    color: #999999;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.slide-gk div:nth-child(1) {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slide-gk div:nth-child(3) {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slide-gk img {
    width: 0.56rem;
    height: 0.56rem;
}

.gk {
    width: 0.9rem;
    height: 0.4rem;
    background:#3a83ff;
    border-radius: 0.08rem;
    font-size: 0.24rem;
    color: #fff;
    height: 0.4rem;
    line-height: 0.4rem;
    cursor: pointer;
}

.gk a {
    color: #fff;
}

#bread {
    width: 100%;
    padding: 0 .2rem;
    color: #333;
    font-size: .25rem;
    font-weight: 800;
    margin: .2rem auto;
}

#bread a {
    color: #333;
}

#bread span {
    color: gray;
}

#bread b {
    margin: 0 .1rem 0 .1rem;
}

.textInfo {
    color: #9d9d9d;
}




.livesource{
    width: 7.5rem;
    height: 7.5rem;
    font-size: .24rem;
    display: flex;
    justify-content: center;
    margin-top: .2rem;
}
.livesource a{
    color: #fff;
    display: inline-block;
    height:.4rem;
    line-height: .4rem;
    padding: 0 .12rem 0  .42rem;
    margin: .14rem;
    position: relative;
    background: rgba(255, 255, 255, 0.40) ;
    border-radius: .08rem;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    -ms-border-radius: .08rem;
    -o-border-radius: .08rem;
}
.livesource a::before{
    content: '';
    position: absolute;
    left: .13rem;
    top: .11rem;
    width: 0;
    width: .19rem;
    height: .19rem;
    background: url(../img/livesource.png) no-repeat center center/100% 100%;
}


.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;
  }

  .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 {
    height: 100%;
    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 p {
    color: #9c9c9c;
    white-space: nowrap;
  }

  .lvTbscore {
    width: 100%;
    text-align: center;
    color: var(--c9);
  }

  .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;
  }

  .lvTbscore td {
    height: 0.92rem;
  }

  .lvTbscore td:nth-child(2),
  .lvTbscore td:nth-child(4) {
    width: 1.56rem;
    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;
  }

  .flexA {
      display: flex;
      align-items: center;
  }

  .flexJ {
      display: flex;
      justify-content: space-between;
  }

  .flexAC {
      display: flex;
      flex-direction: column;
      align-items: center;
  }

  .pad14 {
      padding: .14rem;
  }

  .bcgFFF {
    background-color: #fff;
  }

  .actBtc {
      color: var(--c1) !important;
      border-bottom: 2px solid var(--c1);
      font-weight: 600;
      transform: scale(1.08);
      -webkit-transform: scale(1.08);
      -moz-transform: scale(1.08);
      -ms-transform: scale(1.08);
      -o-transform: scale(1.08);
  }

  .actBc {
      color: var(--c2) !important;
      background-color: var(--c1) !important;
  }

  .actBc1 {
      color: #D94165 !important;
      background-color: #fee5eb !important;
  }

  .newInfoList {
      width: 100%;
      height: 100%;
      padding: 0.24rem;
      overflow-y: scroll;
  }

  .newInfoList div {
      font-size: .32rem;
      color: var(--c5);
  }

  .newInfoList img {
      width: 2.4rem;
      margin-left: .42rem;
      border-radius: .06rem;
      -webkit-border-radius: .06rem;
      -moz-border-radius: .06rem;
      -ms-border-radius: .06rem;
      -o-border-radius: .06rem;
  }

  .newInfoList li {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 1.72rem;
      border-bottom: 1px solid #ededed;
      margin-bottom: 0.2rem;
      overflow: hidden;
  }

  .newInfoList li:last-child {
      border-bottom: 0px;
  }

  .newInfoList i {
      width: 100%;
      font-size: 0.2rem;
      color: #9d9d9d;
  }
  .newInfoList p{
    width: 100%;
  }
  .newInfoList span {
      width: 100%;
      font-size: .28rem;
      color: var(--c3);
      margin-bottom: 0.14rem;
  }


  .graylineBlod {
      width: 100%;
      height: .1rem;
      background: #f7f7f8;
  }


  .ellipsismore {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

.tags{
    padding: 0.1rem 0 !important;
}
.tags a{
    max-width: 100%;
    margin-right: 0.24rem;
    text-align: center;
    background-color: var(--c6);
    margin-bottom: .14rem;
    padding: .12rem .14rem;
    color: var(--c3);
    border-radius: .08rem;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    -ms-border-radius: .08rem;
    -o-border-radius: .08rem;
    font-size: 0.24rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.tags_list{
    padding: 0.2rem;
    box-sizing: border-box;
    width: 100%;
    min-height: 78vh;
}
.tags_list a{
    float: left;
    padding: 0.1rem;
    margin: 0.1rem 0.15rem;
    width: auto;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    border-radius: 0.08rem;
    border: 1px solid #458ce9;
    background: #fff;
}
