*{margin:0;padding:0;box-sizing: border-box;transition: 0.3s;}

@font-face {
  font-family: "OPPOSans-Regular"; /* Project id 2815113 */
  src: url('../fonts/OPPOSans-R-2.woff2?t=1631696010734') format('woff2'),
       url('../fonts/OPPOSans-R-2.woff?t=1631696010734') format('woff'),
       url('../fonts/OPPOSans-R-2.ttf?t=1631696010734') format('truetype');
}

@font-face {
  font-family: "DIN2014-BoldItalic"; /* Project id 2815113 */
  src: url('../fonts/DIN2014-BoldItalic.woff2?t=1631696010734') format('woff2'),
       url('../fonts/DIN2014-BoldItalic.woff?t=1631696010734') format('woff'),
       url('../fonts/DIN2014-BoldItalic.ttf?t=1631696010734') format('truetype');
}


@font-face {
  font-family: "DIN2014-Regular"; /* Project id 2815113 */
  src: url('../fonts/DIN2014-Regular.woff2?t=1631696010734') format('woff2'),
       url('../fonts/DIN2014-Regular.woff?t=1631696010734') format('woff'),
       url('../fonts/DIN2014-Regular.ttf?t=1631696010734') format('truetype');
}



@font-face {
  font-family: "Alimama_ShuHeiTi_Bold"; /* Project id 2815113 */
  src: url('../fonts/Alimama_ShuHeiTi_Bold.woff2?t=1631696010734') format('woff2'),
       url('../fonts/Alimama_ShuHeiTi_Bold.woff?t=1631696010734') format('woff'),
       url('../fonts/Alimama_ShuHeiTi_Bold.ttf?t=1631696010734') format('truetype');
}


body{background:#fff;font: 14px 'OPPOSans-Regular','Microsoft YaHei',Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;font-weight: 400;background-color:#f8f8f9;margin:0 auto;}
ul li{list-style-type: none}
a{text-decoration: none;color: #000}
a:hover{cursor: pointer;}
.iconstyle{height: 45px;}
.container-wrap{width:96%;margin:0 auto;display:flex}
input {outline: none;border:0;}
svg{fill:#d0d0d0}
svg:hover{fill: #000}
p{line-height: 1.5;}
table{border-collapse:collapse;}
img{max-width: 100%;display:block}
button{cursor: pointer;}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.font14{font-size:14px!important;}
.font16{font-size:16px!important;}
.font18{font-size:18px!important;}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

.flex-between{display: flex;justify-content: space-between;flex-wrap: wrap;}

.lmtit{align-items: center;width: 100%}
.lmtit b{font-size:18px;color:#000; }
.lmtit b span{font-size:12px;color:#ccc;padding:0 5px; font-weight: 400}
.lmtit a.more{font-size:12px;color:#ccc; }
.lmtit .tab{width: 65%}
.lmtit .tab b{font-weight: 400}
.lmtit .tab b.active{color:red;font-weight: 600 }


.gradient {
    background:url(../images/gradient_bg.jpg) repeat-y!important;
    background-size: 100% !important;
}

.matchrecordlist .lmtit{padding-top:10px;}
.matchrecordlist .lmtit .tab{margin:0 auto;display: flex;justify-content: center;align-items: center;padding:0;}
.matchrecordlist .lmtit .tab a{padding:0 100px;position: relative;}
.matchrecordlist .lmtit a:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    background-color: #fff;
    left: 50%;
    margin-left: -15px;
    bottom: -20px;
}

.matchrecordlist .lmtit b.active a:after {
    background-color: #FF0000;
}


.border-radius{border-radius: 8px;overflow: hidden;}
.box-shadow{box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);}
.mtb10{margin-top: 10px;margin-bottom: 10px}
.mt10{margin-top: 10px}
.mb10{margin-bottom: 10px}

.mtb20{margin-top: 20px;margin-bottom:20px}
.mt20{margin-top: 20px}
.mb20{margin-bottom: 20px}


.lighthui{color: #ccc!important}
.hui{color:rgba(16, 16, 16, 0.5)!important}

/**头部**/
.d-header {
    height: 68px;
    position: fixed;
    background:#fff;
    display: flex;
    align-items: center;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    z-index: 99;
}

.d-header>.container-wrap .contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.logo{display:flex;align-items:center;font-family:"Alimama_ShuHeiTi_Bold";}
.logo a{font-size:20px;font-weight: 600;display:flex;align-items:center}
.logo span{color: red}
.menu-toggler{margin-right:10px;}
.search-form{position: relative;display: flex;align-items: center;background: #fff;display: none}
.search-form form{width:800px;border:1px solid #c9c9c9;border-radius:20px;overflow: hidden;line-height: 40px;}
.search-form .fdj{background:#f7f7f7;width:85px;border:0;height: 40px;border-right:1px solid #c9c9c9;display:flex;justify-content: center;align-items: center;}
.search-form .fdj img{height:22px;}
.search-form input{border:0;width:calc(100% - 85px);line-height:40px;font-size: 16px;padding-left: 10px;}
.search-form input:focus {border:0;}
.now{display: flex;justify-content: center;flex-direction:row;align-items: center;}
.now img{ height: 28px;margin-right: 5px; }
/**头部**/



/**头部下整体框架**/
.section-main{width: 100%;padding-top:68px;position:relative;z-index:1}
/**头部下整体框架**/




/**左侧导航**/
.section-main-left-frame{background:#fff;width:260px;display:flex;flex-direction:column;box-sizing: border-box;position: fixed;left:0;overflow-y:auto;height:calc(100% - 68px);z-index:99}
.section-main-left-frame ul{padding:10px;}
.section-main-left-frame .mainnav{}
.section-main-left-frame .mainnav li{margin:12px;}
.section-main-left-frame .mainnav li a{display:flex;align-items:center; width: 100%;color:#646464;line-height:34px;padding:0 10px;border-radius:8px;}
.section-main-left-frame .mainnav li img{width: 20px;margin-right:18px;}
.section-main-left-frame .mainnav li[data-name='篮球直播']:after{content:"";border-bottom: 1px solid rgba(237, 237, 237, 1);display: block;margin:10px auto;}
.section-main-left-frame .mainnav li[data-name='英超']:before{content:"";border-bottom: 1px solid rgba(237, 237, 237, 1);display: block;margin:10px auto;}
.section-main-left-frame .mainnav li[data-name='NBA']:before{content:"";border-bottom: 1px solid rgba(237, 237, 237, 1);display: block;margin:10px auto;}
/**.section-main-left-frame .mainnav li:nth-child(27):after{content:"";border-bottom: 1px solid rgba(237, 237, 237, 1);display: block;margin:10px auto;}**/







.section-main-left-frame .mainnav li.active{font-weight: 600}
.section-main-left-frame .mainnav li img.icon_a{display:block;}
.section-main-left-frame .mainnav li img.icon_b{display:none;}
.section-main-left-frame .mainnav li.active img.icon_a{display:none;}
.section-main-left-frame .mainnav li.active img.icon_b{display:block;}
.section-main-left-frame .mainnav li:hover img.icon_a{display:none;}
.section-main-left-frame .mainnav li:hover img.icon_b{display:block;}






.section-main-left-frame .mainnav li i{width: 20px;height:20px;margin-right: 18px;}
.section-main-left-frame .mainnav li:nth-child(1) i{background:url("../images/icon-home.svg") no-repeat;background-size: cover}
.section-main-left-frame .mainnav li:nth-child(2) i{background:url("../images/icon-zuqiu.svg") no-repeat;background-size: cover}
.section-main-left-frame .mainnav li:nth-child(3) i{background:url("../images/icon-lanqiu.svg") no-repeat;background-size: cover}
.section-main-left-frame .mainnav li:nth-child(4) i{background:url("../images/icon-zhuanti.svg") no-repeat;background-size: cover}
.section-main-left-frame .mainnav li:nth-child(5) i{background:url("../images/icon-news.svg") no-repeat;background-size: cover}
.section-main-left-frame .mainnav li:nth-child(6) i{background:url("../images/icon-bisaihuifang.svg") no-repeat;background-size: cover}
.section-main-left-frame .mainnav li:nth-child(7) i{background:url("../images/icon-tv.svg") no-repeat;background-size: cover}
.section-main-left-frame .mainnav li:nth-child(8) i{background:url("../images/icon-saiguo.svg") no-repeat;background-size: cover}




.section-main-left-frame ul li.active a{background:#f8f8f9;}
.section-main-left-frame ul li:hover a{background:#f8f8f9;}
.section-main-left-frame .mainnav li:nth-child(1).active i{background:url("../images/icon-home-h.svg") no-repeat;background-size: cover}
.section-main-left-frame .mainnav li:nth-child(2).active i{background:url("../images/icon-zuqiu-h.svg") no-repeat;background-size: cover}
.section-main-left-frame .mainnav li:nth-child(3).active i{background:url("../images/icon-lanqiu-h.svg") no-repeat;background-size: cover}
.section-main-left-frame .mainnav li:nth-child(4).active i{background:url("../images/icon-zhuanti-h.svg") no-repeat;background-size: cover}
.section-main-left-frame .mainnav li:nth-child(5).active i{background:url("../images/icon-news-h.svg") no-repeat;background-size: cover}
.section-main-left-frame .mainnav li:nth-child(6).active i{background:url("../images/icon-bisaihuifang-h.svg") no-repeat;background-size: cover}
.section-main-left-frame .mainnav li:nth-child(7).active i{background:url("../images/icon-tv-h.svg") no-repeat;background-size: cover}
.section-main-left-frame .mainnav li:nth-child(8).active i{background:url("../images/icon-saiguo-h.svg") no-repeat;background-size: cover}
/**左侧导航**/


/**右侧框架**/
.section-main-right-frame{width:calc(100% - 260px);position:relative;padding:10px 15px;display:flex;justify-content: space-between;float:right}
/**右侧框架**/




/**中间内容**/
.section-main-center{width: calc(100% - 360px);}
.section-main-center .indexnews{background-color: #fff;padding:12px 10px;}
.section-main-center .indexnews .news01{width:670px;height:350px;position: relative;}
.section-main-center .indexnews .news01 a{display:flex;justify-content: space-between;}
.section-main-center .indexnews .news01 .pic{width: 100%;height:350px;display:flex;justify-content:center;align-items:center;overflow:hidden;border-radius: 8px}
.section-main-center .indexnews .news01 .pic img{min-height:100%;min-width:100%;}
.section-main-center .indexnews .news01 .text{position:absolute;bottom:0;left:0;color:#Fff;line-height: 1.5;padding:15px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;width:100%;background: -webkit-linear-gradient(top, rgba(0,0,0,0)0%,rgba(0,0,0,0.5)66%, rgba(0,0,0,1)99%);/* Safari、Chrome */background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));/* 默认渐变位置从上往下 */
}
.section-main-center .indexnews .news01 .text p.tit{width:100%;opacity:1;font-size: 16px;}
.section-main-center .indexnews .news01 .text p{width:100%;opacity: 0.5;font-size: 12px}
.section-main-center .indexnews .news02{width: calc(100% - 680px);position: relative;display: flex;flex-direction: column;}
.section-main-center .indexnews .news02 .item{width:100%;overflow:hidden;margin-bottom:8px;}
.section-main-center .indexnews .news02 .item:nth-last-child(1){margin-bottom:0px;}
.section-main-center .indexnews .news02 .item a{display:flex;justify-content: space-between;}
.section-main-center .indexnews .news02 .pic{width:145px;height:80px;display:flex;justify-content:center;align-items:center;overflow:hidden;border-radius:8px}
.section-main-center .indexnews .news02 .pic img{min-height:100%;min-width:100%;}



.section-main-center .indexnews .news02 .text{width:calc(100% - 155px);overflow:hidden;}
.section-main-center .indexnews .news02 .text p.tit{font-size:14px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;width: 100%;color: #000;font-weight:600;}
.section-main-center .indexnews .news02 .text p{color:rgba(0,0,0,0.5);font-size:12px;line-height: 1.5;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;color: #666;}





.hot-match{padding-top:12px}
.hot-match-main-s-prenext{display: flex;width:65px;justify-content:space-between}
.hot-match-main-s-prenext img{display: flex;width: 24px;cursor: pointer;}
.section-main-center .hot-match-main{overflow: hidden;position: relative;padding-top: 10px;}
.hot-match-main .hot-match-item{width:100%;position: relative;display: flex;flex-direction: column;background:#fff;padding:10px;border-radius: 8px;overflow: hidden;}
.hot-match-main .hot-match-item .r1{font-size: 12px;}
.hot-match-main .hot-match-item .r1 .liansai{font-weight: 600;}
.hot-match-main .hot-match-item .r1 .islive{display:flex;justify-content: center;align-items: center;font-size: 12px;color: red;font-weight: 600}
.hot-match-main .hot-match-item .r1 .islive img{width:12px;height:14px;margin-right:5px;}
.hot-match-main .hot-match-item .r1 .unstart{font-size: 12px;color: rgba(16, 16, 16, 0.5);font-weight: 600}
.hot-match-main .hot-match-item .r2{display:flex;font-size: 12px;color: #ccc;border-bottom: 1px solid rgba(237, 237, 237, 1);padding-bottom: 5px;margin-bottom: 5px;}
.hot-match-main .hot-match-item .r3{}
.hot-match-main .hot-match-item .r3 div{width:32%;display:flex;justify-content: center;align-items: center;flex-direction: column;}
.hot-match-main .hot-match-item .r3 div img{height:30px;margin:10px auto;}
.hot-match-main .hot-match-item .r3 .team span{width:100%;text-align:center}

.hot-match-tab .swiper-container{overflow: hidden;height: 32px;}
.hot-match-tab .swiper-container .swiper-slide{padding:0 10px;line-height: 32px;border-radius: 5px;background:#fff;margin-right:8px;width:68px;text-align: center;}
.hot-match-tab .swiper-container .swiper-slide-active{color: #fff;background:red;}
.hot-match-tab .swiper-container .swiper-slide a{width:100%;display:block}
.hot-match-tab .swiper-container .swiper-slide-active a{color: #fff;}

.day-tab{overflow: hidden;height: 60px;background-color: #fff;align-items: center;padding:0 20px;margin-bottom: 1px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;z-index:1;position: relative;box-shadow: 0 5px 5px 0 rgb(0 0 0 / 5%);}
.day-tab .day-tab-main{width:calc(100% - 200px);text-align: center;overflow: hidden;}
.day-tab .prev,.day-tab .next{height: 40px;display: flex;justify-content: center;align-items: center;}
.day-tab .prev img,.day-tab .next img{height: 30px}
.day-tab .day-tab-main .swiper-slide{padding:5px 10px;border-radius: 8px;}
.day-tab .day-tab-main .swiper-slide-active{background-color:#FFF0F0;color:red;font-weight: 600}
.day-tab .day-tab-main .swiper-slide-active p{font-weight:bold}
.day-tab .day-tab-main .swiper-slide{width:calc(100% / 7);}




.match-item a{display: flex;background:#fff;align-items: center;font-size: 14px;padding: 10px 15px;border-top: solid 1px rgba(237, 237, 237, 1); justify-content: space-between;width:100%;}
.match-item:nth-child(1) {border-top: 0;}
.match-item .info_left{display:flex;align-items:center;width:20%}
.match-item .info_left img{width: 30px;margin-right:10px}
.match-item .info_center{display:flex;;width:60%}

.match-item .info_center .team{display:flex;align-items:center;width:180px;}
.match-item .info_center .team span{font-weight: 600;}
.match-item .info_center .team img{width:30px;max-height:30px;margin-left:5px;margin-right:5px;}
.match-item .info_center .team .text{font-size:16px;display:inline-block;height:20px;word-break:break-all;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;padding-left:10px;text-align:left}
.match-item .info_center .team.home{justify-content: flex-end;text-align: right}
.match-item .info_center .team.away{display: flex;justify-content: flex-start;}

.match-item .info_center .score{display:flex;justify-content:center;align-items:center;font-size:16px;font-weight:600;}
.match-item .info_center .score .hscore{width:60px;text-align:center}
.match-item .info_center .score .vscore{width:60px;text-align:center}
.match-item .info_center .score span{font-size: 18px;padding:0 15px;}
.match-item .info_center .score span em{display: block;font-style: normal;font-size:12px;color: #000}
.match-item .info_center .score .staute{width:100px;text-align: center;font-weight: 400;font-size: 14px;}
.match-item .info_center .score .staute.end{color:#8f8d8d;}
.match-item .info_center .score .staute.start{color:red;display:flex;flex-direction: column;}
.match-item .info_center .score .staute.start span{color: #0D0D0D;font-size: 10px;}
.match-item .info_center .away{display:flex;justify-content:center;align-items:center}
.match-item .info_center .away .right{display:flex;align-items:center;width:180px;justify-content:flex-end}
.match-item .info_center .away .right .text{display:inline-block;width:150px;height:20px;word-break:break-all;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}
.match-item .info_center .away .right > img{width:30px;max-height:30px;margin-right:10px}
.match-item .info_right{box-sizing:border-box;display:block;vertical-align:middle;font-size: 14px;width:115px}
.match-item .info_right{width: 115px;line-height: 38px;border-radius: 5px;text-align: center;display:block;color:#101010;display: flex;justify-content: center;align-items: center;}
.match-item .info_right:before{width:12px;height:12px;content:"";display:inline-block;margin-right:4px;background: url("../images/icon-matchplay.png") no-repeat;background-size: cover;
}

.match-item .info_right.start:before{width:12px;height:12px;content:"";display:inline-block;margin-right:4px;background: url("../images/icon-matchplayon.png") no-repeat;background-size: cover;
}

.match-item .info_right.start{background: #FF0000;color: #fff;border:1px solid #FF0000;font-weight:600;}
.match-item .info_right.end{background:#fff;color: #000;border:1px solid #10101080;}
.match-item .info_right.end:before {display: none}
.match_list_more{width: 280px;height: 36px;background: #FFD300;margin:20px auto;text-align: center;line-height: 36px;}







/**中间内容**/


/**右侧内容**/
.section-main-right{width: 340px;}
.hotnews{background:#fff;padding:15px;}
.section-main-right .hotnews .news01{width:100%;height:auto;position: relative;}
.section-main-right .hotnews .news01 a{display:flex;justify-content: space-between;}
.section-main-right .hotnews .news01 .pic{width: 100%;display:flex;justify-content:center;align-items:center;overflow:hidden;border-radius: 8px}
.section-main-right .hotnews .news01 .pic img{height:100%;max-width:auto}
.section-main-right .hotnews .news01 .text{position:absolute;bottom:0;left:0;color:#Fff;line-height: 1.5;padding:25px 15px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;width:100%;background: -webkit-linear-gradient(top, rgba(0,0,0,0)0%,rgba(0,0,0,0.5)66%, rgba(0,0,0,1)99%);/* Safari、Chrome */background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));/* 默认渐变位置从上往下 */
}
.section-main-right .hotnews .news01 .text p.tit{width:100%;opacity:1;font-size: 16px;}
.section-main-right .hotnews .news01 .text p{width:100%;opacity: 0.5;font-size: 12px}
.section-main-right .hotnews ul li{border-bottom: 1px solid rgba(237, 237, 237, 1);padding:9px 0;}
.section-main-right .hotnews ul li:nth-last-child(1){border-bottom:0}
.section-main-right .hotnews ul li a{display: flex;}
.section-main-right .hotnews ul li a span.time{width:80px;text-align: right;}
.section-main-right .hotnews ul li a span{width:calc(100% - 90px);font-size: 12px;line-height: 1.8;color: #000}

.jifenbang{background:#fff;padding:15px;}


.jifenbang .liansai_tab ul{}
.jifenbang .liansai_tab ul li{background:#F7F8FA;padding:10px;border-radius: 8px;display: flex;flex-direction:column; justify-content: center;align-items: center;flex:1;margin-right:5px;font-size: 12px;}
.jifenbang .liansai_tab ul li:nth-last-child(1){margin-right:0px}
.jifenbang .liansai_tab ul li img{height:24px;margin-bottom: 5px;}
.jifenbang .liansai_tab ul li.active{background:#FFF0F0;font-weight:600}
.jifenbang .liansai_tab ul li.active a{color:red;font-weight:600}



.team_rank_score_name{padding:10px 25px;display:flex;justify-content:space-between;background:#FAFAFA;margin: 10px -15px}
.team_rank_score_name.on{display: flex;justify-content: space-between;}
.team_rank_score_name span{color:#A3A3A3;font-size: 12px}
.team_rank_score_name span:nth-child(1){width: 60%;text-align: left}
.team_rank_score_name span:nth-child(2){width: 25%;text-align: center}
.team_rank_score_name span:nth-child(3){width:  15%;text-align: center}

.team_rank_score_list li{border-bottom: 1px solid rgba(237, 237, 237, 1);display:flex;justify-content:space-around;align-items: center;padding:10px;}
.team_rank_score_list li span i{font-style: normal;margin-right:5px;width: 12px}
.team_rank_score_list li span img{vertical-align: middle;padding-right: 5px;max-height: 18px;max-width: 18px;}
.team_rank_score_list li span:nth-child(1){width: 60%;text-align: left;display: flex;align-items: center;}
.team_rank_score_list li span:nth-child(2){width: 25%;text-align: center}
.team_rank_score_list li span:nth-child(3){width: 15%;text-align: center}
.team_rank_score_list li:nth-child(1){font-weight: 600}
.team_rank_score_list li:nth-child(2){font-weight: 600}
.team_rank_score_list li:nth-child(3){font-weight: 600}
.team_rank_score_list li:nth-child(1) i{color:red}
.team_rank_score_list li:nth-child(2) i{color:red}
.team_rank_score_list li:nth-child(3) i{color:red}



.team_rank_basketball_tab{display:flex;}
.team_rank_basketball_tab span{flex:1;position: relative;padding-bottom: 10px;font-size:12px;text-align: center}
.team_rank_basketball_tab span:after{position: absolute;content:"";width:20px;height: 3px;background-color:#fff;left:50%;margin-left:-10px;bottom:0px;}
.team_rank_basketball_tab span.active:after{background-color:#FF0000;}

.hotlabel{background:#fff;padding:15px;}
.hotlabel .main{text-align: justify;}
.hotlabel .main a{display: inline-block;background-color: #F7F8FA;border-radius: 8px;padding: 5px 2px;margin-bottom: 8px;width: 32%;box-sizing: border-box;text-align: center;position:relative;}
.hotlabel .main a img{width: 12px;height: 12px;margin-left: 3px;position: absolute;right: 0;top: 8px;}


.matchrecord{background:#fff;padding:15px;}
.matchrecord ul li{border-bottom: 1px solid rgba(237, 237, 237, 1);padding:9px 0;}
.matchrecord ul li:nth-child(1){padding-top: 7px}
.matchrecord ul li:nth-last-child(1){border-bottom:0}
.matchrecord ul li{display: flex;justify-content: space-between;}
.matchrecord ul li .left{width:calc(100% - 90px);}
.matchrecord ul li .left a{;display: flex;align-items: center;font-size: 12px;line-height: 1.8;color: #000}
.matchrecord ul li .left .icon{width: 20px;height: 20px;margin-right: 5px;}
.matchrecord ul li .left .icon img{width:100%}
.matchrecord ul li .left .text p{font-size:12px;}
.matchrecord ul li .left .text p.time{font-size:10px;}
.matchrecord ul li span.views{width:80px;text-align: right;font-size:12px;}
/**右侧内容**/








/**底部内容**/
.footer{box-sizing: border-box;position: relative;background:#fff;width:100%;clear:both;padding-left: 280px;}
.footer .footer-center{width: 1250px;padding:15px 0px 15px;}
.footer .footer-top{padding:15px 0;border-bottom: 1px solid rgba(237, 237, 237, 1);display: flex;}
.footer .footer-top .logo{min-width: 200px;}
.footer .footer-top .logo a{font-size:40px;}
.footer .footer-top .text{width:calc(100% - 220px);color:#666;font-size:12px;display: flex;justify-content: center;align-items:center;line-height: 1.6;}
.footer .footer-main{}
.footer .footer-main .item{width:auto;display:flex;flex-direction: column;padding:30px 0;}
.footer .footer-main .item h3{font-size:16px;font-weight: 600;margin-bottom: 20px}
.footer .footer-main .item p{line-height: 2}
.footer .footer-main .item p a{font-size:14px;color:rgba(16, 16, 16, 0.5)}

.footer .footer-pics{display: flex;justify-content: space-between;border-top:1px solid rgba(237, 237, 237, 1);border-bottom:1px solid rgba(237, 237, 237, 1);padding:12px 0;}


.footer .footer-pics li{list-style-type: none}
.footer .footer-pics li img{height: 36px}
.footer .footer-copyright{text-align: center;padding:20px 0;}
/**底部内容**/




/**热门球队**/
.hotteams{background:#fff;padding:15px;}
.hotteams .hotteams_tab li{line-height: 32px;flex:1;border-radius: 5px;background:#F7F8FA;margin-right: 8px;text-align:center}
.hotteams .hotteams_tab li:nth-last-child(1){margin-right:0}
.hotteams .hotteams_tab li a{font-size:12px}
.hotteams .hotteams_tab li.active{background:#FFF0F0;}
.hotteams .hotteams_tab li.active a{color:#FF0200;}
.hotteams_main{border-top: 1px solid rgba(237, 237, 237, 1)}
.hotteams_main ul{display: flex;flex-direction: flex-start;flex-wrap: wrap;}
.hotteams_main ul li{width: 20%;margin:5px 0; }
.hotteams_main ul li a{height:70px;display:flex;justify-content: center;align-items: center;flex-direction: column;font-size:12px;color: #101010}
.hotteams_main ul li a img{height:30px;}
.hotteams_main ul li p{width:100%;text-align: center;padding-top: 5px;}


.match-tab{padding:0 38px;background: #fff;}
.match-day{position:relative;display: flex;align-items:center;font-size:12px;color:#000;padding:20px 0 10px 0;}
.match-day:before{content:"";width: 8px;height:8px;margin-right: 8px;background:#FF0000;border-radius: 50%}









/**精选专题**/
.zhuanti{background:#fff;padding:15px;}
.zhuanti .lmtit{border-bottom:1px solid rgba(237, 237, 237, 1);padding-bottom: 20px}
.zhuanti-list ul{padding:0px 40px;}
.zhuanti-list li a{padding:20px 0px;border-bottom:1px solid rgba(237, 237, 237, 1);display:flex;justify-content:space-between;}
.zhuanti-list li .tit{display:flex;width: calc(100% - 100px)}
.zhuanti-list li .ico{width: 40px;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.zhuanti-list li .ico img{width: 40px;height: 40px;}
.zhuanti-list li .bt{display:flex;flex-direction: column;width: calc(100% - 40px);padding-left: 10px}
.zhuanti-list li .bt h3{font-size:16px;color: #000;font-weight: 600;padding-bottom:5px;display: block;}
.zhuanti-list li .bt p{font-size:12px;}
.zhuanti-list li .zan{display: flex;flex-direction: column;justify-content: center;align-items: center;}
.zhuanti-list li .zan i{width: 20px;height:20px;background:url(../images/icon-zan.png) no-repeat;background-size:cover;cursor: pointer}
.zhuanti-list li .zan.active i{width: 20px;height:20px;background:url(../images/icon-zan-h.png) no-repeat;background-size:cover;}
.zhuanti-list li .zan p{font-size:14px;}



/**录像列表**/
.matchrecord{}
.matchrecord-list ul{display:flex;flex-wrap:wrap;}
.matchrecord-list li a{display:flex;flex-direction: column;margin-right:20px;width:300px;margin-bottom: 10px;}
.matchrecord-list li:nth-child(4n){margin-right:0;}
.matchrecord-list li .pic{width: 300px;height:180px;display: flex;justify-content: center;align-items: center;}
.matchrecord-list li .pic img{max-width: 300px;max-height: 180px;}
.matchrecord-list li .text{padding:10px 0;display: flex;}
.matchrecord-list li .tit{display:flex;}
.matchrecord-list li .ico{width:30px;height:30px;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.matchrecord-list li .ico img{width: 30px;height: 30px;}
.matchrecord-list li .bt{display:flex;flex-direction: column;width: calc(100% - 30px);padding-left: 10px}
.matchrecord-list li .bt h3 a{font-size:16px;color: #000;font-weight: 600;padding-bottom:5px;display: block;}
.matchrecord-list li .bt p{font-size:12px;}




.zhuanti-list li .fire{display: flex;flex-direction: column;justify-content: center;align-items: center;}
.zhuanti-list li .fire i{width: 20px;height:20px;background:url(../images/icon-fire.png) no-repeat;background-size:cover;cursor: pointer}
.zhuanti-list li .fire p{font-size:14px;}




/**资料库近期赛事**/
.recentymatch{background:#fff;padding:15px;}
.recentymatch-list{text-align: center;overflow: hidden;}
.recentymatch-list .pic{border:1px solid rgba(237, 237, 237, 1);border-radius: 10px;display: flex;justify-content: center;align-items: center;height: 90px;width: 90px;}
.recentymatch-list p{font-weight: 600;line-height: 1;padding-top: 8px}
.recentymatch-list span{font-size: 12px}
.recentymatch-list{display: flex;justify-content: space-between;}
.recentymatch-list{width:calc(100% - 30px);}
.recentymatch-btn{width:20px;display:flex;justify-content: space-between;flex-direction: column;height: 90px}
.recentymatch-btn img{width:20px}


.recentymatch-main{display: flex;flex-wrap:wrap;}
.recentymatch-main .item{margin-right:1.25%;width: 24%;background:#F7F8FA;border-radius: 10px;margin-top: 10px;padding:10px;display: flex;justify-content:flex-start;}
.recentymatch-main .item:nth-child(4n){margin-right:0px}
.recentymatch-main .item .pic{width: 60px;}
.recentymatch-main .item .text{width: calc(100% - 70px);}
.recentymatch-main .item .btn{display:flex;justify-content: space-between;padding-top: 8px}
.recentymatch-main .item .btn a{color:#000;border-radius: 8px;background: #fff;width: 29%;line-height: 32px;text-align: center;font-size:12px;}
.recentymatch-main .item p{font-size:16px;font-weight: 600}
.recentymatch-main-name{font-size: 18px;font-weight: 600;}


/**直播内页**/
.match-detail-info{background:#fff;padding:15px;display: flex;justify-content:center; flex-wrap:wrap; padding:100px 0px 26px; 0position: relative;}
.match-detail-info .team{display: flex;flex-direction: column;justify-content: center;align-items: center;padding:0 5%;}
.match-detail-info .vs{display: flex;flex-direction: column;justify-content: center;align-items: center;min-width: 25%}
.match-detail-info .vs p.r1{color:rgba(16, 16, 16, 0.5)}
.match-detail-info .vs p.r2{color:#000;font-size:18px;display:flex;justify-content: space-between;align-items: center;width: 100%;margin:10px 0;text-align: center}
.match-detail-info .vs p.r2 span{font-size:34px;font-weight: 600}
.match-detail-info .vs p.r3{color:rgba(16, 16, 16, 0.5);font-size:18px;}
.match-detail-info .vs p.r3.active{color: #FF0000}


#countdown{font-size: 14px;line-height: }
.match-detail-info .vs em{display:block;font-style: normal;font-size: 40px;font-family:DIN2014-Regular;line-height: 1}

.match-detail-info .teamlogo{margin-bottom: 10px}
.match-detail-info .team img{height: 90px;}
.match-detail-info .team p{font-size:24px;font-weight: 600;text-align:center}
.match-detail-info .team_scource{font-size:34px;font-weight: 600}

.match-tips{width:100%;text-align: center;display: flex;justify-content: center;align-items: center;padding-top: 60px;}
.match-tips img{width:100%;text-align: center;width:14px;height:14px;display: inline-block;margin:0 20px;}
.match-singal{border-top:1px solid rgba(237, 237, 237, 1);padding:30px;background:#fff;display: flex;align-items: center;}
.match-singal a{line-height: 44px;text-align: center;min-width: 115px;border-radius: 8px;background:#FF0000;color: #fff;display: inline-block;margin-left: 10px;font-size:18px;position: relative;padding:0 5px;overflow: hidden;}



@keyframes sheen {
  0% {
  transform: skewX(-45deg) translateX(0);
  transition: none;
  }
  100% {
  transform: skewX(-45deg) translateX(13.5em);
  transition: all 0.2s ease-in-out;
  }
}

.match-singal a:nth-child(1):before {
  content: "";
  background-color: rgba(255,255,255,0.5);
  height: 100%;
  width: 3em;
  display: block;
  position: absolute;
  top: 0;
  left: -4.5em;
  animation-name: sheen;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}





.match-detail-score-tab{padding:8px 0;}
.match-detail-score-tab a{width: 88px;line-height: 34px;text-align: center;border-radius: 5px;display: inline-block;background-color: #F7F8FA;margin-right:10px;}
.match-detail-score-tab a.active{background-color:#FFF0F0;color:#FF0200}


.team-match-detail-score-tab{display: flex;align-items: center;margin-right:10px;}
.team-match-detail-score-tab .team{display: flex;align-items: center;margin-right:10px;}
.team-match-detail-score-tab img{height: 30px;margin-right:10px;}

.history-score{background:#fff;padding:15px;}
.match-detail-score-name{line-height: 50px;width:100%;display:flex;align-items: center;justify-content: center;}
.match-detail-score-name span{color:rgba(16, 16, 16, 0.5);font-size:14px;border-top:1px solid rgba(237, 237, 237, 1);}
.match-detail-score-item{color:#000;line-height: 50px;width:100%;display:flex;align-items: center;justify-content: center;}
.match-detail-score-item:nth-child(2n-1){background:#F7F8FA;}
.result{font-size:14px;text-align: center;width: 100%;line-height: 1}


.league-integral{background:#fff;padding:15px;}








.w1{width: 10%;text-align: center;}
.w2{width: 10%;text-align: center;}
.w3{width: 20%;text-align: right;}
.w4{width: 10%;text-align: center;}
.w5{width: 20%;text-align: left;}
.w6{width: 10%;text-align: center;}
.w7{width: 10%;text-align: center;}
.w8{width: 10%;text-align: center;}

.red{color: #FF0000}
.blue{color: #0A84FF}
.green{color: #58CE0F}


.match-detail-score-item .w4{letter-spacing:1px}



/**资料库**/
.ziliaoku{background:#fff;padding:15px;}
.ziliaoku .lmtit{border-bottom:1px solid rgba(237, 237, 237, 1);padding-bottom: 20px;justify-content: center;display: flex}
.ziliaoku .lmtit b{position: relative;padding:0 50px}
.ziliaoku .lmtit b:after{content: "";display: block;width:30px;height: 4px;border-radius: 2px;position:absolute;bottom:-20px;left:50%;margin-left:-15px; }
.ziliaoku .lmtit b.active{color:#FF0000}
.ziliaoku .lmtit b.active:after{background:#FF0000}








/**右侧热门赛事**/
.hotmatch{background:#fff;padding:15px;}
.hotmatch_main ul li a{display: flex;justify-content: space-between;border-bottom:1px solid rgba(237, 237, 237, 1);padding:10px 0;}
.hotmatch_main ul li:nth-last-child(1){border:0}
.hotmatch_main ul li p{display: flex;align-items: center;}
.hotmatch_main ul li .a1{width: 68px;font-size:12px;color: rgba(16, 16, 16, 0.5);display: flex;justify-content:center;flex-direction: column;}
.hotmatch_main ul li .a1 p{display: flex;font-size:10px;line-height: 14px}
.hotmatch_main ul li .a2{font-size:14px;color: rgba(16, 16, 16, 0.5);display: flex;justify-content: center;flex-direction: column;width:140px;}
.hotmatch_main ul li .a2 p{line-height: 16px;padding:2px 0;color: #000;font-weight: 600}
.hotmatch_main ul li .a2 img{width: 14px; height:14px;font-size:14px;margin-right: 5px;}
.hotmatch_main ul li .a3{width: 30px;display: flex;justify-content:flex-end;flex-direction: column;}
.hotmatch_main ul li .a3 p{display: flex;justify-content:flex-end;color: #000;font-weight: 600}
.hotmatch_main ul li .a4{width: 44px;height:44px;padding:5px;color:#fff;border-radius:5px;display: flex;justify-content: center;align-items:center;background-color:rgba(16, 16, 16, 0.5);color: #fff;text-align: center;font-weight: 400}
.hotmatch_main ul li .a4.start{background-color: rgba(255, 0, 0, 1);text-align: center;color: #fff;font-weight: 400}


/**新闻列表**/


.listarticle .news01{width:100%;position: relative;}
.listarticle .news01 a{display:flex;justify-content: space-between;}
.listarticle .news01 .pic{width: 100%;height:450px;display:flex;justify-content:center;align-items:center;overflow:hidden;border-radius: 8px}
.listarticle .news01 .pic img{width:100%;}
.listarticle .news01 .text{position:absolute;bottom:0;left:0;color:#Fff;line-height: 1.5;padding:15px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;width:100%;background: -webkit-linear-gradient(top, rgba(0,0,0,0)0%,rgba(0,0,0,0.5)66%, rgba(0,0,0,1)99%);/* Safari、Chrome */background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));/* 默认渐变位置从上往下 */
}
.listarticle .news01 .text p.tit{width:100%;opacity:1;font-size: 16px;}
.listarticle .news01 .text p{width:100%;opacity: 0.5;font-size: 12px}

.listarticle{background:#fff;padding:15px;}
.listarticle .lmtit{border-bottom:1px solid rgba(237, 237, 237, 1);padding-bottom: 20px}
.listarticle-list ul{}
.listarticle-list li{padding:20px 0px;border-bottom:1px solid rgba(237, 237, 237, 1);}
.listarticle-list li a{display:flex;justify-content:space-between;}
.listarticle-list li .pic{width: 220px; height:130px;width: 220px; height:130px; display:flex;justify-content: center;align-items: center;border-radius: 8px;overflow: hidden;}
.listarticle-list li .pic img{min-width: 100%;min-height: 100%;}
.listarticle-list li .tit{display:flex;}
.listarticle-list li .bt{display:flex;flex-direction:column;width: calc(100% - 240px);position: relative;}
.listarticle-list li .bt h3 a{font-size:16px;color: #000;font-weight: 600;padding-bottom:5px;display: block;}
.listarticle-list li .bt p{font-size:12px;}
.listarticle-list li .bt p.time{font-size:12px;left:0;bottom:0;position: absolute;}
.listarticle-list li:hover .pic img{min-width: 105%;min-height: 105%;}
.listarticle-list.nolastborder li:nth-last-child(1){border-bottom: 0}

.listarticletoparticleswiper{position: relative;}
.swiper-pagination-bullet{background-color:rgba(255,255,255,0.5);}
.swiper-pagination-bullet-active{background-color: #fff}


/**新闻内容**/
.position{border-radius: 8px;}
.position{display: flex;align-items: center;}
.position .box{display: flex;background:#fff;border-radius: 8px;line-height: 40px;padding:0 20px;margin-left:12px;position: relative;}
.position .box{display: flex;}
.position .returnback{display:block;background:#fff;width: 40px;height: 40px;border-radius: 5px;display: flex;justify-content: center;align-items: center;}
.position .lm{padding-right:50px;}
.position .lm:after{content:"";height:0px;border: 2px solid #f8f8f9;width: 45px;transform:rotate(125deg);-o-transform:rotate(125deg);-moz-transform:rotate(125deg);-webkit-transform:rotate(125deg);position: absolute;bottom:19px;}


.article{background:#fff;padding:20px;}
.article h2.tit{font-weight: 600;font-size:28px;}
.article .time{font-weight:400;font-size:12px;padding-top: 20px;padding-bottom: 20px}
.article .article-content p{padding-bottom: 20px;font-size:18px;line-height: 1.8}

.article .article-content .label{font-weight: 600;color: #000}
.article .article-content .label a{background-color: #F7F8FA;border-radius: 8px;padding:0 10px;line-height:30px;font-weight: 400;display: inline-block;margin-left:8px}



/**录像内容**/



.article .article-content .record-main a{position: relative;display: flex;justify-content: center;align-items: center;width:100%;height:100%;}
.article .article-content .record-main .ico{position: absolute;text-align: center;color: #fff}
.article .article-content .record-main .ico img{width:110px;height:110px;margin:0 auto;transition: all 0.5s}
.article .article-content .record-main .ico img:hover{width:120px;height:120px;}
.article .article-content .record-main .ico p{font-size: 24px;padding-top: 30px;line-height: 1}



/**资料库**/


/**page4**/
.pagination {
    width: 100%;
    display:flex;justify-content: center;align-items: center;
    margin:20px auto;
}
.pagination li{display:inline-block;}


.pagination a{
    font-size: 14px;
    text-decoration: none;
    display: block;
    color: #000;
    background-color: #f8f8f9;
    line-height: 28px;
    min-width:28px;
    padding:0 10px;
    margin: 0 1px;
    border-radius: 4px;
    text-align: center;
}





.pagination a:hover,a.active {
    background-color: #FF0000;
    color: #ffffff;

}



.mainbodytv .tvpic{float:left;margin-right:20px}






@media screen and (max-width:1920px){
  .section-main-right{width:340px;}
  .section-main-center{}
  .footer .footer-center{width:calc(100% - 380px)}
} 


@media screen and (max-width:1620px){
.section-main-center{width:100%;}
.section-main-right{display:none}
.footer .footer-center{width:calc(100% - 40px)}
.search-form form{width:600px;}

} 



@media screen and (max-width:1240px){
.footer{width:100%;}
.search-form form{width:500px;}
.section-main-center .indexnews .news01{width:100%;}
.section-main-center .indexnews .news02{display:none}
.match-tab{padding:0 20px;}
} 


