body {
    background-color: #edf1f4;
    /*display: flex;*/
    flex-direction: column;

}
/*html{*/
/*    display: block !important;*/
/*    overflow: scroll;*/
/*}*/

html,body{
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

* {
    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;
}

i{
    font-style: normal;
}

.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.clearfix{
    *zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}


.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: #16161a;
    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;
}
.layui-btn-group span{

    margin-right: 0.1rem;
    text-align: center;
}
.layui-btn-group span i{
    border: none;
}
.layui-btn-group a{
    display: inline-block;
    min-width: 0.5rem;
    height: 0.5rem;
    border: 1px solid #ccc !important;
    border-radius: 0.08rem;
    width: 100%;
    padding: 0 0.1rem;
    line-height: 0.5rem !important;



}

.top {
    width: 100%;
    background-color: #16161a;
    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%;
    object-fit: contain;
}

.eight {
    width: 100%;
    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: 100%;
    overflow: hidden;
    margin-top: 0.1rem;
}

.scale {
    padding: 0.04rem 0;
    transform: scale(0.9);
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}
.neirong{
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

.padd {
    padding: 0.2rem;
    background: #fff;
}


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

}

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

.main-wrap {
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    height: 2.2rem;
    padding: .2rem;
    box-sizing: border-box;
    overflow: hidden;
    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;
    object-fit: contain;
}

.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;
}
.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 {
    margin-top: auto;
    bottom: 0px;
    width: 100%;
    color: #8D93A1;
    text-align: center;
    background-color: #fff;
    box-sizing: border-box;
    padding-top: .4rem;

}

.botm p {
    white-space: wrap;
    text-align: center;
}
.botm p:first-child{
    text-indent: 2em;
}

.botm a {
    display: inline-block;
    margin-top: 0.1rem;
    color: #8D93A1 !important;
}
.last{
    width: 100%;
    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;
}

.flex div{
    width: calc(100% - 2rem);
}

.three {
    width: 100%;
    background-color: #fff;
    margin-top: .2rem;
}

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


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


.navtop {
    background: #16161a;
    width: 100%;
    height: .8rem;
}

.navback {
    position: relative;
}

.navback::after {
    position: absolute;
    content: '';
    width: .3rem;
    height: .3rem;
    border: 2px solid #fff;
    border-radius: .04rem;
    border-right: 0px;
    border-bottom: 0px;
    left: .4rem;
    top: .2rem;
    transform: rotate(315deg);
    -webkit-border-radius: .04rem;
    -moz-border-radius: .04rem;
    -ms-border-radius: .04rem;
    -o-border-radius: .04rem;
}


.imgInfo {
    width: 100%;
    height: 3.12rem;
    background: url(../img/m_detail_bg.png) no-repeat;
    background-size: 100%;
    justify-content: center;
    font-size: .25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    padding-bottom: 0.2rem;
    padding-top: 0.15rem;
}

.imgInfo img {
    width: .68rem;
    height: .68rem;
    vertical-align: middle;
    color: #fff;
}

.imgInfo div {
    padding: .28rem;
    font-size: .32rem;
    font-weight: 600;
}

.imgInfo p {
    color: #fff;
}

.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: 1rem;
    height: 0.4rem;
    background: #FF008C;
    border-radius: 0.08rem;
    font-size: 0.24rem;
    color: #fff;
    height: 0.4rem;
    line-height: 0.4rem;
    cursor: pointer;
    white-space: nowrap;
}

.gk a {
    color: #fff;
    font-size: 0.24rem;
}

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



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




/* ****************** */
.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.livesource{
    width: 100%;
    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.3rem;
  flex: 1;
}

.lvTie span {
  font-size: 0.24rem;
  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;
    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{
    display: flex;
    flex-wrap: wrap;
}
.tags strong{
    font-weight: 600;
    margin-right: 0.08rem;
    vertical-align: middle;
    color: rgb(255 0 140 / 80%)
}
.tags a{
    line-height: 0.4rem;
    margin-right: 0.15rem;
    padding: 0.12rem 0.15rem;
    background: #f5f5ff;
    border-radius: 0.08rem;
    font-size: 0.26rem;
    margin-bottom: 0.2rem;
    color: #000 !important;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.tags_list{
    min-height: 70vh;
    margin: 0 auto;
    margin-bottom: 0.18rem;

    padding: 0.3rem 0.2rem 0.4rem;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
}
.tags_list a{
    display: inline-block;
    height: auto;
    padding: 0.08rem 0.15rem;
    margin-right: 0.16rem;
    margin-bottom: 0.2rem;
    font-size: 0.28rem;
    border: 1px solid #ccc;
    border-radius: 0.16rem;
}
.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;
}


/*首页资讯轮播*/
/*.pad14 {*/
/*    padding: .14rem;*/
/*}*/
/*.bcgFFF {*/
/*    background-color: #fff !important;*/
/*}*/
/*.sw1 {*/
/*    width: 100%;*/
/*    min-width: 100%;*/
/*    margin-top: 0;*/
/*    height: 3.2rem;*/
/*    border-radius: .04rem;*/
/*    -webkit-border-radius: .04rem;*/
/*    -moz-border-radius: .04rem;*/
/*    -ms-border-radius: .04rem;*/
/*    -o-border-radius: .04rem;*/
/*}*/
/*.ellipsis {*/
/*    text-overflow: ellipsis;*/
/*    white-space: nowrap;*/
/*    overflow: hidden;*/
/*}*/
/*.swiper-slide {*/
/*    text-align: center;*/
/*    font-size: 18px;*/
/*    background: #fff;*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: -webkit-flex;*/
/*    display: flex;*/
/*    -webkit-box-pack: center;*/
/*    -ms-flex-pack: center;*/
/*    -webkit-justify-content: center;*/
/*    justify-content: center;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    -webkit-align-items: center;*/
/*    align-items: center;*/
/*}*/
/*.sl1 a {*/
/*    width: 100%;*/
/*}*/
/*.swiper-slide img {*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/
/*.sl1 p {*/
/*    z-index: 5;*/
/*    width: 100%;*/
/*    height: .62rem;*/
/*    line-height: .4rem;*/
/*    padding: 0 .2rem;*/
/*    position: absolute;*/
/*    bottom: 0px;*/
/*    color: #fff;*/
/*    background: rgba(1, 1, 1, 0.3);*/
/*    font-size: .28rem;*/
/*}*/

.classify_list{
    padding: 0.2rem 0.1rem;
    background: #ffffff;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    color: #000;
    font-size: 0.3rem;
    overflow: hidden;
    box-shadow: 0px 4px 5px 1px #ccc;
    margin-bottom: 0.2rem;
    box-sizing: border-box;
    padding-top: 0;
}
.classify_list>div{
    margin-right: 0.2rem;
}
.classify_list>div a{
    padding: 0.08rem 0.1rem;

}
.breadcrumbs {
    padding-left: 0.1rem;
    margin-top: 0.1rem;
    font-size: 0.24rem !important;
}
.breadcrumbs a {
    font-size: 0.24rem !important;
}
/*新加得样式*/
.bcgFFF{
    background-color: #fff;
}
.pl-wrap .wrap-body {
    background: #fff;
}
.pl-wrap {
    margin-bottom: 8px;
    background: #fff;
    border-radius: 4px;
    vertical-align: top;
    overflow: hidden;
}
.pl-wrap .wrap-head, .main-wrap .wrap-head {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    font-weight: 600;
    padding-left: 28px;
}
.pl-wrap .wrap-head.slash {
    padding-left: 16px !important;
    border-bottom: solid 1px #f7f7f7;
}
.pl-wrap .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 ul {
    width: 100%;
    padding-bottom: 10px;
}.pl-wrap .wrap-body li {
     height: 28px;
     line-height: 25px;
     display: block;
     white-space: nowrap;
 }
.pl-wrap .wrap-body ul.list li {
    padding: 0 8px;
}
.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;
}
.title_h3{
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    padding-left: 16px !important;
    border-bottom: solid 1px #f7f7f7;
    font-weight: 600;
}
.title_h3::before  {
    display: inline-block;
    width: 3px;
    height: 14px;
    background: var(--c1);
    border-radius: 3px;
    content: '';
    margin: 15px 0 0 -8px;
    position: absolute;
}
.em_title{
    font-size: 0.26rem;
    padding-right: 18px;
    color: #959595;
    font-style: normal;
    vertical-align: top;
}
.em_title a {
    color: #959595;
    font-size: .26rem;
}
.em_title::after {
    content: '·';
    display: inline-block;
    margin: 0px 0 0 5px;
    position: absolute;
    font-size: 30px;
}
