body {
    background-color: #edf1f4;

}

html,
body {
    max-width: 100%;

    overflow-x: hidden;
}


.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.clearfix{
    *zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
.download_button_top{
    position: fixed;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px;
    background: url("../img/download_button_topbc.png") no-repeat;
    background-size: 100%;
    background-position: 0px;
    margin: 0 auto;
    z-index: 11;
}
.download_button_top .title{
    display: inline-block;
    color: #C60100;
    font-size: 25px;
    margin-top: -5px;
    letter-spacing: 0.2em;
}

.download_button{
    float: right;
    margin-top: 5px;
}

.download_button a{
    display: inline-block;
    padding:5px 10px ;
    text-align: center;
    color: #fff;
    background:#C60100;
    font-size: 14px;
    border-radius: 20px;
}


.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: #C60100;
    font-size: 14px;
    border-radius: 20px;
}

body{
    padding-top: 1rem;
}

.go_top{
    position:fixed;
    bottom: 1rem;
    right: 0.5em;
    z-index: 22222;
    border-radius: 50%;
}


.layui-btn-group{
    margin-left: 0 !important;
    display: flex;
    justify-content: center;
    margin-top: 0.4rem;
}
.layui-btn-group span{
    border: 1px solid #eee;
    margin-right: 0.08rem;
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    display: flex;
    align-items: center;
}
.layui-btn-group a{
    width:100% ;
    display: inline-block;
    height: 100%;
    line-height: 0.5rem !important;
}
* {
    margin: 0;
    padding: 0;
    font-size: .26rem;
}

html {
    font-size: 13.33vw;
}

a {
    text-decoration: none;
    color: #000;
}

ul,
li,
dl,
dt,
dd {
    list-style: none;
}

.top {
    width: 7.5rem;
    background-color: #C60100;
    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;
}

.logo {
    width: 1.6rem;
    object-fit: contain;
}

.logo img {
    margin-top: .08rem;
    width: 100%;
    height: 100%;
}

.search_classify{

}
.search_classify>span{
    width: 100%;
    margin-bottom: 0.15rem;
    color: #353535 !important;
    display: flex;
    align-items: center;
    font-size: 0.28rem;
    margin-left: 0 !important;
    white-space: nowrap;

}
.search_classify>span:last-child{
    margin-bottom: 0;
}
.search_classify a{
    color: #f21646;
    width: 80%;
    display:inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.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;
}

.main {
    width: 7.5rem;
    overflow: hidden;
    margin-top: 0.2rem;
}
.tags{
    margin: 0.2rem 0;
    display: flex;
    flex-wrap: wrap;
}


.tags a{
    line-height: 0.4rem;
    margin-right: 0.15rem;
    padding: 0.12rem 0.15rem;
    border: 1px solid #eee;
    border-radius: 0.08rem;
    font-size: 0.26rem;
    margin-bottom: 0.2rem;
    color: #333 !important;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}
.tags a strong{
    font-weight: 600;
    margin-right: 0.08rem;
    color: #c60100;
}

.tag_list{
    min-height: 72vh;
    padding: 0.3rem 0.25rem 0.4rem;
    margin: 0 auto;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
}
.tag_list a.tags{
    padding: 0.08rem 0.2rem;
    border-radius: 0.08rem;
    text-align: center;
    display: inline-block;
    margin-right: 0.15rem;
    margin-bottom: 0.25rem;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.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;
}


.scale{
    padding: 0.04rem 0;
    transform: scale(0.9);
}
.padd {
    background-color: #fff;
    padding: 0.2rem;
}


.main-top h1 {
    font-size: .3rem;
    color: #646569;
}

.main-top h1:nth-child(2) {
    margin-left: .1rem;
}

.main-wrap {
    width: 100%;
    background-color: #fff;
    height: 2.2rem;
    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;
    object-fit: contain;
    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;
}

.main-z1 {
    width: 2rem;
}


.flexcolumn a {
    font-size: .25rem;
    display: block;
    width: 1.4rem;
    margin-top: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.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-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;
}

.btn a{
    font-size: .23rem;
    text-align: center;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    display: inline;
    margin-top: 0;
}

.botm {
    width: 7.5rem;
    color: #8D93A1;
    font-size: .2rem;
    text-align: center;
    background-color: #fff;
    box-sizing: border-box;
    padding-top: .4rem;

}

.botm p {
    padding: 0 0.05rem;
    box-sizing: border-box;
    padding-bottom: .03rem;
}
.botm p:first-child{
    text-indent: 2em;
}

.botm a {
    color: #8D93A1 !important;
}


.last {
    width: 7.5rem;
    background-color: white;
    box-sizing: border-box;
    display: flex;
    padding: .2rem;
    overflow: hidden;
    border-bottom: 1px solid #f7f7f7;
}
.content_last {
    width: 100%;
    height: 33px;
    line-height: 33px;
    display: block;
    white-space: nowrap;
    border-bottom: 1px solid #f7f7f7;
    padding: 0 8px;
    overflow: hidden;
}
.content_last em{
    font-style: normal;
}
.em_title{
    font-size: 16px;
    padding-right: 18px;
    color: #959595;
    font-style: normal;
    vertical-align: top;
}
.em_title a {
    color: #959595;
    font-size: 14px;
}
.em_title::after {
    content: '·';
    display: inline-block;
    margin: 0px 0 0 5px;
    position: absolute;
    font-size: 30px;
}
.three {
    width: 7.5rem;
    background-color: #fff;
    margin-top: .2rem;
}
.three .xq{
    width: 100%;
}

.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;
    margin: 0 auto;
    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;
}

.rq {
    font-size: 0.24rem;
    font-weight: 400;
    color: #4C4B4A;
    margin:0.08rem 0 ;
}

.bt {
    font-size: 0.24rem;
    font-weight: 400;
    color: #4C4B4A;
    padding-top: 0.12rem;
}


.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: #FF008C;
    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;
}
.flexcolumn {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.livesource{
    width: 7.5rem;
    font-size: .24rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    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.15rem;
  flex: 1;
}

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

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

.lvTie p {
  color: #9c9c9c;
    text-align: center;
  white-space: nowrap;
}
.lvTie i{
    font-style: normal;
}

.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;
}
.blue{
    color: #5E94D4;
}
.red{
    color: #F23048;
}

.green{
    color: #88C38B;
}

.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;
    overflow: hidden;
}

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

.newInfoList i {
    width: 100%;
    font-size: 0.2rem;
    color: #9d9d9d;
    font-style: normal;
}
.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;
}
.pl-wrap {
    background: #fff;
    border-radius: 4px;
    vertical-align: top;
    overflow: hidden;
    margin: 0;
    margin-bottom: 8px;
    padding: 0 8px 0;
}
.pl-wrap .wrap-head, .main-wrap .wrap-head ,.lvDetailSwitchList .wrap-head{
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    font-weight: 600;
    padding-left: 28px;
}
.pl-wrap .wrap-body {
    background: #fff;
}
.pl-wrap .wrap-head.slash ,.lvDetailSwitchList .wrap-head.slash{
    padding-left: 16px !important;
    border-bottom: solid 1px #f7f7f7;
}
.pl-wrap .wrap-head.slash::before,.lvDetailSwitchList .wrap-head.slash::before{
    display: inline-block;
    width: 3px;
    height: 14px;
    background: var(--c1);
    border-radius: 3px;
    content: '';
    margin: 15px 0 0 -8px;
    position: absolute;
}
.pl-wrap .wrap-head a {
    font-size: 12px;
    float: right;
    margin-right: 5px;
}
.pl-wrap ul {
    width: 100%;
    padding-bottom: 10px;
}
.pl-wrap .wrap-body li {
    height: 28px;
    line-height: 25px;
    display: block;
    white-space: nowrap;
}
.pl-wrap ul span {
    font-size: 14px;
    padding-right: 18px;
    color: #959595;
}
.pl-wrap li span a {
    color: #959595;
    font-size: 14px;
}
.pl-wrap ul span::after {
    content: '·';
    display: inline-block;
    margin: -2px 0 0 5px;
    position: absolute;
    font-size: 30px;
}
.breadcrumbs {
    font-size: 0.24rem !important;
    padding:.1rem 0;
    padding-left: 0.1rem;
    border-bottom: 1px solid #ccc;
}
.breadcrumbs a {
    font-size: 0.24rem !important;
}
