@charset "UTF-8";
*{margin:0;padding:0;box-sizing:border-box;font-family:'Microsoft Yahei',Arial;}
body{background-color:#f3f3f3}
body,button,input,select,textarea{font:12px/1.5tahoma,arial,\5b8b\4f53}
h1,h2,h3,h4,h5,h6{font-size:100%}
address,cite,dfn,em,var{font-style:normal}
code,kbd,pre,samp{font-family:couriernew,courier,monospace}
small{font-size:12px}
ul,ol{list-style:none}
a{-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-user-select:none;-moz-user-focus:none;-moz-user-select:none;text-decoration:none;outline:none;color:black}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
legend{color:#000}
fieldset,img{border:0}
button,input,select,textarea{font-size:100%;outline:none}
table{border-collapse:collapse;border-spacing:0}
pre{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word}
img{display:block;max-width:100%}
li{list-style-type: none;}



.container {width: 1200px;margin: 0 auto;position: relative;}
.ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.ellipsis2{display:-webkit-box !important;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2}
.breakword{word-wrap:break-word;word-break:break-all;overflow:hidden}
.pointer{cursor:pointer}
.float-left{float:left}
.float-right{float:right}
.pagination-box{text-align:center; margin-top: 30px}
.pagination-box ul.pagination{display:inline-block;padding:0;margin:0}
.pagination-box ul.pagination li{float:left;height:24px;padding:0 5px;margin-right:8px;margin-bottom:8px;line-height:24px;text-align:center;font-size:16px;border:1px solid #dcdcdc;border-radius:1px;transition:background-color 0.3s;cursor:pointer;min-width:26px}
.pagination-box ul.pagination li.special{line-height:22.5px}
.pagination-box ul.pagination li.pagination-ellipsis{position:relative;width:26px}
.pagination-box ul.pagination li.pagination-ellipsis:after{position:absolute;content:'...';left:50%;transform:translateX(-50%);color:#949494}
.pagination-box ul.pagination li.active{background-color:#dd4d30;border:1px solid #dd4d30}
.pagination-box ul.pagination li.active a{color:white}
.pagination-box ul.pagination li:hover:not(.active){background-color:#ddd}
.pagination-box ul.pagination li:last-child{margin-right:0}
.pagination-box ul.pagination li a{display:block;width:100%;height:100%;color:#949494;text-decoration:none}

.w840{width: 840px;float: left;}
.w340{width: 340px;float: right;}
.w940{width: 940px;}
.w240{width: 240px;}
.mt10 {margin-top: 10px}
.mt20 {margin-top: 20px}
.mt30 {margin-top: 30px}
.mt40 {margin-top: 40px}
.not_data {padding: 5px 15px;color: #999999}
.breadcrumb {font-size: 14px;padding: 15px 0}
.breadcrumb {color: #8D8D8D;}



.w100{width:100%}
.bgwhite{background-color: #fff}
.flex-between{ display: flex;justify-content:space-between;flex-wrap:wrap;}
.nodate{display: flex;justify-content: center;align-items: center;flex-direction: column;padding:60px 0;width:100%;border-radius:10px}
.nodate p{font-size: 14px;text-align: center;line-height: 1.5;color: #bbb}
.padding20{padding:20px;}
. {border-radius: 10px;overflow: hidden;}




.pc{display:block}
.mobile{display:none}
@media (max-width: 780px) {
.pc{display:none!important}
.mobile{display:block!important}
}
.hide{display: none}
.show{display: block!important}



.section-tit{line-height: 50px;display:flex;justify-content: space-between;color: #000;padding:0 14px;border-bottom: 1px solid #F1F1F1;align-items: center;}
.section-tit .section-name{font-weight: 600;font-size: 16px;position: relative;display:flex;justify-content:center;align-items: center;height: 100%}
.section-tit .section-name:before{content:"";width: 4px;height: 20px;background:#F8B62A;border-radius: 2px 2px 2px 2px;display:inline-block;margin-right: 10px}
.section-tit .section-more{font-weight: 400;font-size: 12px;color: #888888}
.section-tit .section-more a{color:#888888;}
.section-tit .section-updatetime{font-weight: 400;color:#888888;font-size: 12px;}
.section-box .section-main{padding:20px;}



.section-name-tab span{padding:13px 10px;color:#000;margin-right: 20px}
.section-name-tab span.active{border-bottom:2px solid #262626;color:#262626;}









/* header */
.header{width:100%;height:76px;line-height:76px;background:#262626;}
.header_logo{display:flex;justify-content: center;align-items:center}
.header_logo img{width:auto;height:52px;}
.header_menu{display:flex;width:calc(100% - 300px);}
.header_menu_item{display:inline-block;font-size:16px;font-weight:600;flex:1;text-align:center;}
.header_menu_item a{color: #fff;display:block}
.header_menu_item.active,.header_menu_item:hover{background:#F8B62A;}


.header_menu_item .header_menu_item_item{position: absolute;display: none;background: #45464C;width: 100%;z-index: 999;left:0}
.header_menu_item .header_menu_item_item li{flex:1;}
.header_menu_item .header_menu_item_item li a{line-height: 40px;font-size: 14px;color: #fff;display: block}
.header_menu_item .header_menu_item_item li a:hover{background:#262626;color: #fff}
.header_menu_item .header_menu_item_item li a{line-height: 35px}
.header_menu_item:hover .header_menu_item_item{display: block;}
@media (max-width: 1024px) {
    .header_menu_item{float:left;padding:0 5px;text-align:center;position: relative;}
    .header_menu_item a{font-size:14px}

}

.fudaohang{line-height: 46px;background-color: #fff}
.fudaohang .container {display: flex;overflow: auto;}
.fudaohang a{font-size: 14px;font-weight: 400;color: #444444;margin:0 10px;display: inline-block;word-break: keep-all;}
.fudaohang a:hover{color: #262626}







/* match_top */
.match_top{position: relative;margin-top:10px;}
.match_top .match {background: #262626;max-width:234px;height: 88px;border-radius: 10px;padding:14px 20px;display: flex;justify-content: space-between;flex-direction: column;}
.match_top .match p{display: flex;justify-content: space-between;align-items:center;color:#fff;width: 100%}
.match_top .match p a{color:#fff;font-size: 14px;overflow-wrap: break-word;white-space: nowrap;}
.match_top .match p span{font-size: 12px;color: #B9DFFD;}
.match_top .swiper-container{overflow: hidden;}
.match_top .match.displaying{background: #FFEDEB;}
.match_top .match.displaying p{color: #000;}
.match_top .match.displaying p a{color: #000;}
.match_top .match.displaying p span{font-size: 12px;color:#888888;}


.section-box{background:#fff;}
.maintopic-box1{background:#262626;;padding:20px;width: 268px;display:flex;flex-direction: column;align-items:center;}
.maintopic-box1 .pic{width: 120px; height: 120px;background-color: #fff;border-radius: 50%;display: flex;justify-content: center;align-items: center;}
.maintopic-box1 .pic img{width: 82px;}
.maintopic-box1 .wenzi{color: #fff;display:flex;justify-content: space-between;flex-direction: column;padding:8px 0;}
.maintopic-box1 .wenzi h1{font-size: 22px;text-align: center;margin:10px 0;}
.maintopic-box1 .wenzi p{font-size: 14px;line-height: 1.8;text-indent: 0}


.maintopic-box2{background: #fff;width: calc(100% - 286px);}
.maintopic-box2 .maintopic-nav{line-height: 50px;background:#262626;width:100%;display: flex;}
.maintopic-box2 .maintopic-nav span{padding:0 30px;display: inline-block;color: #fff;font-weight:600;}
.maintopic-box2 .maintopic-nav span.active{background-color:#f8b62a;color: #000}
.maintopic-box2 .item-list{display: none}
.maintopic-box2 .item-list.active{display: block}
.maintopic-box2 .section-box{width: 100%;}
.maintopic-box2 .section-main{padding:10px 0}
.maintopic-box2 .match_list{display: flex;justify-content: space-between;flex-wrap: wrap;}
.maintopic-box2 .item_list{width:100%;padding:0px 20px;display: none}
.maintopic-box2 .item_list.active{display: block}

.pagemain{display: flex;justify-content: space-between;width:100%;}


/* match */
.match .match_filter_item{display: inline-block;width: 80px;text-align:center;line-height: 28px;margin:0px 18px 15px 0;overflow: hidden}
.match .match_filter_item a {position:relative;background:#262626;border-radius: 15px;display:block;color:#fff;font-size:14px;text-wrap:nowrap;}
.match .match_filter_item a h1{display:inline-block;font-weight:400;}
.match .match_filter_item.active a {background:#F8B62A;color:#fff;border-radius: 15px;color: #000000}
.match .match_filter_roll{display: flex;justify-content: space-between;}
.match .match_filter_roll ul{width:100%;overflow: hidden;display:flex;flex-wrap: wrap;}
.match .match_filter_roll ul.showmore{height:auto;}
.match .match_filter_roll .more_btn{width: 70px;height:28px;background: #EBF1EF;border-radius: 15px;text-align: center;line-height: 28px;font-size: 14px;margin-top: 10px}
.match .match_filter_roll .more_btn img{ vertical-align: middle;}
.match .match_time {display: inline-block;padding:0 20px;line-height: 28px;background:#F1F4F8;border-top-right-radius: 15px;border-bottom-right-radius: 15px;font-size: 12px;color: #000000;font-weight: 600;
margin-left:-20px;}
.match .match_time img{display:inline-block;vertical-align: sub;}
.match .match_filter_roll .more_btn.down{}
.match_date {font-size: 16px;padding: 15px 0;margin-top: 15px}
.match-item {display: flex;align-items: center;font-size: 14px;padding: 13px 0px;border-bottom: solid 1px #F2F2F2; justify-content: space-between;width:100%;}
.match-item .info_left{display:flex;align-items:center}
.match-item .info_left .time{display:inline-block;width:105px;font-weight: 400;color:#9A9A9A;}
.match-item .info_left .time em{color:#9A9A9A;margin-left:10px;font-size: 14px;font-weight: 400}
.match-item .info_left .league{display:inline-block;width:100px;word-break:break-all;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-align:left}
.match-item .info_left .league a{color:#9A9A9A;}
.match-item .info_center{text-align: left;width:calc(100% - 300px);display:flex;justify-content:space-between}

.match-item .info_right{box-sizing:border-box;display:inline-block;vertical-align:middle;font-size:14px;width:84px;border-radius:14px;text-align:center;line-height: 28px;background:#EEF1FD;}
.match-item .info_right a{color:#000;display:block;font-weight:600}
.match-item .info_right.begin {background: #EEF1FD;}
.match-item .info_right.start {background:#F8B62A;}
.match-item .info_right.end {background:#262626;}
.match-item .info_right.end a {color: #fff;}
.match-item:nth-last-child(1){border-bottom: 0}
.match_list_more{width: 226px;height: 34px;background:#EEF1FD;border-radius: 17px;display: block;margin:20px auto 0 auto;line-height: 34px;text-align: center;}
.match_list_more a{color:#FF2F5E;}

/* end match */





.section-right-indexnav{background: unset;height: 400px;display: flex;justify-content:space-between;flex-wrap: wrap;flex-direction: column;}
.section-right-indexnav a{}




.luxiangplaylink{color:#0066CC;font-weight:600}
.luxiangplaylink a{color:#0066CC;font-weight:600}


/* video_list */




.luxiang .section-second-tit{ display: flex;overflow:hidden;background:#262626;border-radius: 15px;overflow: hidden;margin-bottom: 15px;}
.luxiang .section-second-tit span{flex:1;text-align: center;line-height:30px;border-radius: 15px;font-size: 14px;color: #fff}
.luxiang .section-second-tit span a{display: block;}
.luxiang .section-second-tit span.on{background:#F8B62A;color: #000}
.luxiang .luxiang_list_main .luxiang_item{display: none}
.luxiang .luxiang_list_main .luxiang_item.show{display: block;}
.luxiang .luxiang_list_main ul{display: flex;flex-direction: column;justify-content: space-between;}
.luxiang .luxiang_list_main li {font-size: 14px;font-weight: 400;color: #000;padding:10px 0;border-bottom: 1px solid #F1F1F1}
.luxiang .luxiang_list_main li:nth-child(1){padding-top: 0;}
.luxiang .luxiang_list_main li a{display: flex;justify-content: space-between;color:#A3A3A3;font-size: 12px;}
.luxiang .luxiang_list_main li a p{display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;color: #000000;font-size: 14px;width:calc(100% - 85px);}
.luxiang .luxiang_list_main li:nth-last-child(1){border-bottom: none}
.luxiang .luxiang_list_main li:hover{background-color:#F7F7F7;}
.luxiang .luxiang_list_main li:hover a{display: flex;justify-content: space-between;color:#F25035;font-size: 12px;}





.video_list ul{margin-top:10px;}
.video_list li {font-size: 14px;font-weight: 400;color: #000;border-bottom:1px solid #F6F7F7;padding: 10px 0;;}
.video_list li a{display: flex;justify-content: space-between;color:#A3A3A3;font-size: 12px;}
.video_list li a p{display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;color: #000000;font-size: 14px;padding-bottom: 5px;}
.video_list li a .nr{width:calc(100% - 45px);}
.video_list li:hover{background-color:#F8F8F8;}
.video_list li:hover a{display: flex;justify-content: space-between;color:#262626;font-size: 12px;}
.video_list li:hover a p{display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;color: #262626;font-size: 14px;padding-bottom: 5px;}
.video_list li:nth-last-child(1){border:0;margin:0;}



/*球队球员 */
.hide{display: none}
.show{display: block!important}
.team_rank{position:relative}
.team_rank_main{background-color: #fff;border-radius: 5px;}
.team_rank_main .team_rank_item{display:none}
.team_rank_main .team_rank_item.on{display:block}
.team_rank_main .team_rank_match{position:absolute;right:10px;top:-40px;border-radius:14px;background: #EEF1FD;overflow: hidden;}
.team_rank_main .team_rank_match span{font-size: 14px;text-align: center;flex:1;padding:5px 20px;cursor:pointer;color: #000;}
.team_rank_main .team_rank_match span.on{color:#fff;background-color:#262626;}
.team_rank_main .team_rank_score{padding:0px;}
.team_rank_main .team_rank_match_saishi{display:flex;margin-bottom:10px;background: #EEF1FD;border-radius: 15px;}
.team_rank_main .team_rank_match_saishi.on{display:flex}
.team_rank_main .team_rank_match_saishi span{flex:1;text-align: center;line-height:28px;border-radius: 15px;background: #F0F0F0;font-size: 14px}
.team_rank_main .team_rank_match_saishi span.on{background:#262626;color: #fff}
.team_rank_main .team_rank_match_saishi_east_west{background:#DBDBDB;display:flex;margin-bottom:10px;display:none;border-radius: 15px;}
.team_rank_main .team_rank_match_saishi_east_west.on{display:flex}
.team_rank_main .team_rank_match_saishi_east_west span{flex:1;font-size:14px;text-align:center;line-height:26px;cursor:pointer;border-radius: 15px;}
.team_rank_main .team_rank_match_saishi_east_west span.on{color: #fff;background-color:#7b88d5;}
.team_rank_main .team_rank_score li{display: flex;justify-content: space-between;align-items: center;margin:9px 0;padding:5px 5px;}
.team_rank_main .team_rank_score li span{font-size: 14px;text-align: center;}
.team_rank_main div.team_rank_score_name{line-height: 26px;padding:0 10px;display: flex;justify-content:space-between;border-bottom:1px solid #EAEAEA;color: #EAEAEA}
.team_rank_main div.team_rank_score_name span{font-size:12px;color: #A3A3A3;}
.team_rank_main div.team_rank_score_name span:nth-child(1){width: 10%;text-align: center}
.team_rank_main div.team_rank_score_name span:nth-child(2){width: 40%;text-align: left}
.team_rank_main div.team_rank_score_name span:nth-child(3){width: 20%;text-align: center}
.team_rank_main div.team_rank_score_name span:nth-child(4){width: 20%;text-align: center;}
.team_rank_main .team_rank_score li.team_rank_score_name span{text-align: center;font-size: 14px;color: #A5A5A5;}
.team_rank_main .team_rank_score li.team_rank_score_name span:nth-child(2){width: 40%;text-align: center}
.team_rank_main .team_rank_score li span img{vertical-align: middle;padding-right: 5px;height: 16px;display:inline-block}
.team_rank_main .team_rank_score li span:nth-child(1){width: 10%;text-align: center}
.team_rank_main .team_rank_score li span:nth-child(2){width: 40%;text-align: left}
.team_rank_main .team_rank_score li span:nth-child(3){width: 20%;text-align: center}
.team_rank_main .team_rank_score li span:nth-child(4){width: 20%;text-align: center;color:#EA3352}
.team_rank_main .team_rank_score li span i{width: 22px;height: 22px;line-height: 22px;text-align: center;font-weight: 600;font-style: normal;display: inline-block;}
.team_rank_main .team_rank_score li:nth-child(1) span i{background:#FF3927;color: #fff}
.team_rank_main .team_rank_score li:nth-child(2) span i{background:#FC7B44;color: #fff}
.team_rank_main .team_rank_score li:nth-child(3) span i{background:#FCCE31;color: #fff}







.tags_list a{line-height: 26px;
    background:#EEF1FD;
    border-radius: 13px;

    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 10px;
    font-size: 14px;
    margin:5px 2px;
}


.tags_list a:hover{background: #F8B62A;color: #000}



.section-friend{text-align: left;}
.section-friend .container{border-bottom: 1px solid #37394C;padding:10px 0;}
.section-friend a{margin:5px;color: #fff;display: inline-block;font-size: 14px;}
.section-friend span{color: #9F9F9F;font-size: 14px;}





/* footer */
.section-footer{width:100%;text-align: center;color: #8A8A8A;background:#212330}
.section-footer .footer-desc{font-size:14px;font-weight:400;color: #8A8A8A;padding:20px 0px 0px 0px;}
.section-footer .footer-copyright{color:#8A8A8A;font-size:12px;line-height: 24px;padding-bottom: 10px;}
.section-footer .footer-copyright a{color:#8A8A8A;}

@media (max-width: 780px) {
.section-footer .footer-desc{padding:10px;}
}

/* end footer */
/* 首页END */




/* 当前位置 */
.weizhi{font-size: 12px;color: #666666;padding:17px 0;width:100%;display: block; }
.weizhi a{font-size: 12px;color: #666666 }

/* 直播列表 */
.match_zhibo_nav{}
.match_zhibo_nav .main{padding:20px 10px;}
.match_zhibo_nav .all{width:100%;line-height: 36px;border-radius: 6px;text-align: center;color:#000;border:1px solid #EBEBEB;background:#FF2F5E;color: #fff;}
.match_zhibo_nav .name{font-size: 14px;font-weight: 500;color: #888;width:100%;margin-top: 20px;padding-bottom: 10px;}
.match_zhibo_nav .name img{margin-right: 5px; vertical-align: middle;display:inline-block;}
.match_zhibo_nav dl{display: flex;flex-wrap: wrap;}
.match_zhibo_nav dl dd{width:30%;margin:3% 3.3333% 3% 0;text-align: center;display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.match_zhibo_nav dl dd:nth-child(3n){margin-right:0%;}
.match_zhibo_nav dl dd a{line-height:1.8;border: 1px solid #EBEBEB;border-radius: 6px;text-align: center;display: block;color:#444444;font-size:14px;}
.match_zhibo_nav dl dd a.on{background:#FF2F5E;color:#FFF;border: 1px solid #FF2F5E;}







/* 赛事列表页头部赛事模块 */
.match_saishi{background: #262626;padding:20px;}
.match_saishi .pic{width: 100px;height: 100px;border-radius: 50%;overflow: hidden;background-color: #fff;padding:10px;}
.match_saishi .pic img{width: 100%;}
.match_saishi .intro{width:calc(100% - 120px);color: #fff;font-size: 12px;line-height: 1.8;
overflow: hidden;}
.match_saishi .intro h3{font-size: 20px;font-weight: 400;padding-bottom: 5px;line-height: 1.5}
/* 赛事列表页头部赛事模块下切换 */
.match_saishi_info{font-size: 16px;font-weight: 400;color: #FDDC00;background: #F3F7FF;}
.match_saishi_info ul{display: flex;border-bottom: 1px solid #F2F2F2;}
.match_saishi_info ul li{display: inline-block;cursor: pointer;}
.match_saishi_info ul li.tabs{padding:16px 30px;color: #000}
.match_saishi_info ul li.tabs.active{border-bottom: 2px solid #262626;;color: #262626}










.ny_leftside {width: 120px;background-color:#fff;color: #000;position: absolute;top:10px;left:-130px;}
.ny_leftside .all{width: 120px;background:#262626;color: #000;text-align: center;align-items: center;line-height: 50px;color: #fff}
.ny_leftside .navlist dl{}
.ny_leftside .navlist dl dt{font-weight:600;padding:14px;border-bottom: 1px solid #F1F1F1;display: flex;justify-content: space-between;align-items: center;width: 100%;cursor: pointer;font-size: 14px;}
.ny_leftside .navlist dl dd{display: none}
.ny_leftside .navlist dl dd a{color: #666;padding:11px 0px 11px 28px;display: block;}
.ny_leftside .navlist dl dd a.on{color:#262626;border-left:0px solid #fff;background-color:#fff}
.ny_leftside .navlist dl.on dd{display: block;}
.ny_leftside .navlist dl.on dt{background:#262626;color: #fff;}
.ny_leftside .navlist dl dd.on{background: #FEF0F0;}




.ny_leftside .navlist li{border-bottom: 1px solid #F5F7F9;background-color: #fff;width: 100%;text-align: center}
.ny_leftside .navlist li a{color: #666;display:block;line-height: 36px;}
.ny_leftside .navlist li a.on{color:fff;background: #DD0100;}


.saishi_intro{background: #262626;}
.saishi_intro .pic{width: 88px;height: 88px;background: #FFFFFF;border: 1px solid #E8E8E8;border-radius: 50%;}
.saishi_intro .pic img{width: 100%;}
.saishi_intro .intro{width:calc(100% - 100px);color: #fff;font-size: 14px;line-height: 1.8;display:flex;justify-content: center;flex-direction: column;}
.saishi_intro .intro h3{font-size: 24px;font-weight: bold;line-height: 1.5;color: #fff;}
.saishi_intro .intro p{font-size: 14px;color: #fff;line-height: 1.5;}




/** 右侧新闻热点1.2.3 **/


.hot_news_list li span{width: 22px;height: 22px;line-height: 22px;text-align: center;display: inline-block;background: #EBEBEB;}
.hot_news_list li:nth-child(1) span{background:#FF342F;color: #fff}
.hot_news_list li:nth-child(2) span{background:#FF342F;color: #fff}
.hot_news_list li:nth-child(3) span{background:#FF342F;color: #fff}
.hot_news_list ul li{display: flex;justify-content: space-between;padding-bottom: 15px}
.hot_news_list ul li a{display: block;width: calc(100% - 30px);font-size: 14px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}



/** 直播列表页 **/






/** 直播内容页 **/
#djs{color:#262626;font-weight:600;}
.match_allinfo{width:100%;}
.match_allinfo .top{background:url("../images/bg_match.png") no-repeat;min-height:180px;display: flex;justify-content: space-between; }
.match_allinfo .top .zhudui,.match_allinfo .top .kedui{display: flex;justify-content:center;width: 30%;align-items: center;}
.match_allinfo .top .kedui{flex-direction: row-reverse;}
.match_allinfo .top .qiudui_logo{width: 92px; height: 92px; overflow: hidden;display: flex;justify-content:center;align-items: center;}
.match_allinfo .top .qiudui_logo img{max-height:88px;max-width: 80%;}
.match_allinfo .top .qiudui_name{font-size:28px;color: #fff;text-align: center;line-height:1.5;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden; }
.match_allinfo .top .zhuangtai{display: flex;flex-direction: column;justify-content: space-between;padding:30px 0;text-align: center;color:#888888;width: 30%}
.match_allinfo .top .zhuangtai span{padding:0 10px;font-size:12px;}
.match_allinfo .top .zhuangtai .bf{font-weight: 600;font-size: 36px;text-align: center;color: #fff;display: flex;justify-content: space-between;width: 100%;align-items: center}
.match_allinfo .top .zhuangtai .bf span{padding:0 10px;font-size:36px;}
.match_allinfo .top .zhuangtai .zt{font-size: 16px!important;font-style: normal;}


.match_allinfo{ position: relative; }
.match_allinfo .match_text{position: absolute;width: 100%;height: 100%;top:0;left:0;display: flex;justify-content: center;align-items: center;}
.match_allinfo .match_text .qiudui{ width:30%;display: flex;justify-content: center;align-items: center;flex-direction: column;font-size: 20px;color: #fff}
.match_allinfo .match_text .qiudui .qiudui_logo{height: 150px;}
.match_allinfo .match_text .qiudui .qiudui_logo img{height: 150px;}
.match_allinfo .match_text .qiudui .qiudui_name{line-height: 3}
.match_allinfo .match_text .vs{ width:20%;display: flex;justify-content: center;align-items: center;flex-direction: column;font-size: 20px;color: #9B9B9B }
.match_allinfo .match_text .vs img{padding:30px 0;}

.match_allinfo .match_info{color: #fff;background:#fff;}
.match_allinfo .match_info .name{font-size: 14px;color: #fff;margin-right: 10px;}
.match_allinfo .match_info .name img{vertical-align: middle;}
.match_allinfo .match_info p{font-size: 14px;font-weight: 400;color: #9B9B9B;}
.match_allinfo .zhibo_name{display:flex;color: #000;width:100%;}
.match_allinfo .zhibo_name img{margin-right: 5px}
.zhibo_btn{}
.zhibo_btn a{
    background:#EA3352;
    color:#fff;
    border-radius: 6px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    margin:0px 5px 10px 0;
    display: inline-block;
    text-indent: 0;
    padding:2px 10px;
    cursor: pointer;
}

.nosignel{background-color: rgba(245, 247, 249, 1)!important;color:#000!important}
.other_zhibo_s1{border:1px solid #fe292b;background:#fef0f0;border-radius:5px;margin-bottom:10px;height:45px; overflow:hidden;width:calc(100% - 100px);box-sizing: border-box;}
.other_zhibo_s1 .t_news{ height:44px; color:#444;overflow:hidden; position:relative;}
.other_zhibo_s1 .t_news b{ line-height:44px; font-weight:normal; display:inline-block;background:#fd2928;padding:0 10px;font-size:16px;color:#fff}
.other_zhibo_s1 .news_li li{height:44px;overflow:hidden}
.other_zhibo_s1 .news_li li a{color:#fd2928;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.other_zhibo_s1 .news_li,.other_zhibo_s1 .swap{ line-height:44px; display:inline-block; position:absolute;left:72px;color:#fd2928;}
.other_zhibo_s1 .swap{top:44px;}
.other_zhibo_s1 .swap li{height:44px;overflow:hidden}
@media (max-width: 780px) {
.other_zhibo_s1{display:block;width:100%;margin-top:10px}
}





.ny_match_list{width: 940px;}
.match_show_date_tabs{height: 88px;background: #FFFFFF;display: flex;text-align: center}
.match_show_date_tabs a{flex:1;font-size: 14px;font-weight: 400;color: #8A8A8A;display:flex;flex-direction:column;justify-content:center;align-items:center;}
.match_show_date_tabs a p.day{font-size:18px;line-height: 1.5}
.match_show_date_tabs a.active{background: #FFF6CC;color: #000}





.match_show_list{margin-top:30px}
.match_status_tabs{padding:5px 0}
.match_status_tabs a{display:block;float:left;padding:5px 30px;box-sizing:border-box;border:solid 1px #d41d1b;font-size:16px}
.match_status_tabs a.active{background:#d41d1b;color:#FFFFFF}
.data_content_table{margin-top:36px}
.nbadata_table_title{font-weight:bold;font-size:18px;color:#333;margin:20px 0 20px 26px;padding-top:15px}
.data_table_index{background:#efefef}
.data_table_index table tbody tr th{font:14px/50px "microsoft yahei";color:#333;text-align:center;background:#dedede}
.data_table_index table tbody tr td{font:16px/56px "microsoft yahei";color:#333;text-align:center;border-top:1px solid #eee}
.data_table_index .orderred{background:#ce2623}
.data_table_index .order{display:block;width:30px;height:30px;margin:0 auto;background:#dc2221;font:16px/30px "microsoft yahei";color:#fff}
.nbadata_table_index .logo_name img{width:36px;height:36px;float:left;margin:7px 0 0 20px}
.data_table_index .logo_name img{width:30px;height:30px;float:left;margin:14px 0 0 25px}












.sqfx_top{display: flex;justify-content:space-between;width:100%;border-bottom: 1px solid  #F5F7F9;}
.sqfx_top .qiudui{width: 40%;display: flex;justify-content: center;align-items: center;}
.sqfx_top img{width: 50px;height: 50px;margin:0px 10px;}

.sqfx .sqfx_box_match1 .box{border:1px solid #ccc;width: 49%;margin-top:2%;text-align: center;padding:10px;}
.sqfx .sqfx_box_match1 .box .num{font-size: 38px;font-weight: 400;line-height: 1.5;color: #444444;}
.sqfx .sqfx_box_match1 .box p{font-size: 14px;color: #8A8A8A;line-height: 1.5}




.sqfx_box_match2{}
.sqfx_box_match2 .matchqiudui{width: 100%;border-bottom: 1px solid #F2F2F2;}
.sqfx_box_match2 .matchqiudui .zhudui,.sqfx_box_match2 .matchqiudui .kedui{width: 40%;display: flex;justify-content: center;line-height: 35px;}
.sqfx_box_match2 .matchqiudui .zhudui img,.sqfx_box_match2 .matchqiudui .kedui img{height:35px;padding:0 10px;}





.sqfx_box_match2{width: 100%}
.sqfx_box_match2 .matchs{width: 100%;}
.sqfx_box_match2 .qiudui{width: 30%;display: flex;flex-direction: column;align-items: center;font-size: 14px;color:#222222;}
.matchs-row  .qiuduibifen{font-size: 24px;font-weight: 400;color: #8A8A8A;line-height: 50px;text-align: center;width:35%;}
.matchs-row  .match_info{font-size: 12px;font-weight: 400;color: #8A8A8A;line-height: 50px;width:30%;text-align: center}


@media (max-width: 600px) {
    .matchs-row .qiuduibifen{width:25%;}
    .matchs-row .match_info{width:50%;}
    .match_allinfo .top .zhuangtai span{font-size:16px;padding:0 2px;}
    .match_allinfo .top .zhuangtai .bf{font-size:22px;}
}





.sqfx_box_match2 .matchs-row{padding:10px 0;border-bottom: 1px solid #F2F2F2;}
.sqfx_box_match2 .matchs-row{padding:10px 0;border-bottom: 1px solid #F2F2F2;}
.loading{display: flex;justify-content: center;align-items: center;flex-direction: column;padding:100px 0;}
.loading p{font-size: 14px;text-align: center;line-height: 1.5;color: #666}



.bisai_list li{
    font-size: 14px;
    font-weight: 400;
    color: #000;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}



.match_allinfo .match_info .zhibo_info{margin-top:10px;}
.match_allinfo .match_info .t1{padding:10px 0;}
.match_allinfo .match_info .t1 img{vertical-align: middle;margin-right:5px;}



.match_analysis .senav{border-bottom: 1px solid #F5F7F9;display: flex;background: #262626;}
.match_analysis .senav span{font-size: 16px;color:#fff;padding:15px 0px;text-align: center;cursor:pointer;flex:1;font-weight: 600;}
.match_analysis .senav span.on{color:#000;font-weight: 600;background:#F8B62A;}
.match_analysis .item{display: none}
.match_analysis .item.on{display: block}
.match_analysis .itemtit{color: #000000;font-size: 16px;font-weight: 600;line-height: 16px;}
.match_analysis .itemtit .sxline{width: 4px;height: 16px;background: #FF7F00;border-radius: 2px;display: inline-block;margin-right: 10px;vertical-align: bottom;}



.sqfx_top{display: flex;justify-content:space-between;width:100%;border-bottom: 1px solid  #F5F7F9;}
.sqfx_top .qiudui{width: 40%;display: flex;justify-content: center;align-items: center;}
.sqfx_top img{width: 50px;height: 50px;margin:0px 10px;}

.sqfx .sqfx_box_match1 .box{border:1px solid #ccc;width: 49%;margin-top:2%;text-align: center;padding:10px;}
.sqfx .sqfx_box_match1 .box .num{font-size: 38px;font-weight: 400;line-height: 1.5;color: #444444;}
.sqfx .sqfx_box_match1 .box p{font-size: 14px;color: #8A8A8A;line-height: 1.5}




.sqfx_box_match2{}
.sqfx_box_match2 .matchqiudui{width: 100%;border-bottom: 1px solid #F2F2F2;}
.sqfx_box_match2 .matchqiudui .zhudui,.sqfx_box_match2 .matchqiudui .kedui{width: 40%;display: flex;justify-content: center;line-height: 35px;}
.sqfx_box_match2 .matchqiudui .zhudui img,.sqfx_box_match2 .matchqiudui .kedui img{height:35px;padding:0 10px;}





.sqfx_box_match2{width: 100%}
.sqfx_box_match2 .matchs{width: 100%;}
.sqfx_box_match2 .qiudui{width: 30%;display: flex;flex-direction: column;align-items: center;font-size: 14px;color:#222222;}
.matchs-row  .qiuduibifen{font-size: 24px;font-weight: 400;color: #8A8A8A;line-height: 50px;text-align: center;width:35%;}
.matchs-row  .match_info{font-size: 12px;font-weight: 400;color: #8A8A8A;line-height: 50px;width:30%;text-align: center}


@media (max-width: 780px) {
    .matchs-row .qiuduibifen{width:25%;}
    .matchs-row .match_info{width:50%;}
}
@media (max-width: 600px) {
    .match_status_tabs{display:flex !important;align-items:center;justify-content:center;margin-top:15px}
    .match_show_box{box-sizing:border-box;padding-left:20px;overflow-x:auto;overflow-y: hidden}

    .data_content_table{zoom:0.8}
    .data_table_index .logo_name img{display:none}
    .match_show_date_tabs a {height: 54px;}
    .riqi{padding:0 10px;}
}







.sqfx_box_match2 .matchs-row{padding:10px 0;border-bottom: 1px solid #F2F2F2;}
.sqfx_box_match2 .matchs-row{padding:10px 0;border-bottom: 1px solid #F2F2F2;}
.loading{display: flex;justify-content: center;align-items: center;flex-direction: column;padding:100px 0;width:100%}
.loading p{font-size: 14px;text-align: center;line-height: 1.5;color: #666}



.bisai_list li{
    font-size: 14px;
    font-weight: 400;
    color: #000;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}

.bisai_list li span{margin-right: 5px;}
.bisai_list li .time{color: #EF4031}
.bisai_list li .liansai{color:#9F9F9F}








/** 直播内容页右侧 **/
.hot-match{width: 100%;}
.hot-match p{padding:10px 0;}
.hot-match p:nth-child(1){padding-top:0;}
.hot-match a{display:flex;justify-content: space-between;color: #A3A3A3}
.hot-match a span{width: calc(100% - 50px);text-align: left;color:#FF2413;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}



.relanews ul{display: grid;grid-template-columns: repeat(2, 1fr); grid-gap: 10px;padding:20px 0; }
.relanews ul li{}
.relanews ul li .pic{width:100%;height:98px;overflow: hidden;}
.relanews ul li .pic img{width:100%;}
.relanews ul li a{display: block;width:100%;height:100%;}
.relanews ul li .tit{font-size: 14px;padding:5px 0;}
.relanews ul li .time{font-size: 12px;color: #AAAAAA;}
/** 直播内容页右侧 **/
/** 直播内容页 **/









/** 新闻列表页 **/
.section-senav{width:100%;overflow: hidden;display:flex;flex-wrap: wrap;}
.section-senav a {position:relative;background:#000;border-radius: 15px;display:block;color:#fff;font-size:14px;text-wrap:nowrap;display: inline-block;width: 80px;text-align:center;line-height: 28px;margin:0px 18px 15px 0;overflow: hidden}
.section-senav a.active {background:#F8B62A;color:#fff;border-radius: 15px;color: #000000}

 .list-article ul{padding:0px;}
 .list-article ul li{border-bottom: 1px solid #F6F7F7;padding:10px 0;font-size: 14px;display: flex;justify-content: space-between;}
 .list-article ul li .tit:before {content: "";width: 4px;height: 4px;background: #8E8E8E;border-radius: 50%;margin-right: 8px;position: relative;}
 .list-article ul li .tit{width:calc(100% - 80px);display: flex;align-items: center;}
 .list-article ul li .time{width: 80px;color: #A3A3A3;font-size:12px;text-align: right;}
 .list-article ul li a{display: inline-block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}


.list-article-luxiang ul{display: flex;flex-direction: row; flex-wrap: wrap; justify-content: space-between;}

.list-article-luxiang li {font-size: 14px;font-weight: 400;color: #000;padding:10px 0;width: 100%;border-bottom: 1px solid #F1F1F1;}
.list-article-luxiang li:nth-child(1){padding-top:0;}
.list-article-luxiang li a{display: flex;justify-content: space-between;color:#A3A3A3;font-size: 12px;}
.list-article-luxiang li a p{display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;color: #000000;font-size: 14px;width:calc(100% - 90px);}
.list-article-luxiang li a span{width:75px;font-size: 12px;padding: 5px;overflow: hidden;white-space: nowrap;}
.list-article-luxiang li:hover a{display: flex;justify-content: space-between;color:#F25035;font-size: 12px;}




.list-article-shipin ul{display: flex;flex-wrap: wrap;justify-content:space-between;}
.list-article-shipin ul li img{display: inline-block;vertical-align: middle;}
.list-article-shipin ul li{display:flex;width: 100%;padding: 10px 0;}
.list-article-shipin ul li:nth-child(1){padding-top: 0;}
.list-article-shipin ul li:nth-last-child(1){border:0;}




.tuijian-shipin_list ul{display: flex;flex-direction: column;}
.tuijian-shipin_list ul li a{display:flex;justify-content: space-between;margin-bottom: 10px;font-size: 14px}
.tuijian-shipin_list ul li img{display: inline-block;vertical-align: middle;}
.tuijian-shipin_list ul li .nr{width:calc(100% - 45px);padding: 5px;display:-webkit-box !important;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2font-size: 14px;color: #000000}




.fenye{display:flex;justify-content: center;padding: 20px 0;}
.fenye ul li{ display: inline-block;font-size: 12px;margin:0 3px;line-height: 1.5;background:#F7F7F7;}
.fenye ul li a{font-size: 12px;color: #9B9B9B;display: block;padding:2px 8px;}
.fenye ul li.active,.fenye ul li:hover{background-color:#262626;color:#fff;}
.fenye ul li.active a,.fenye ul li:hover a{color:#fff;;}




.article_content .article_tit{font-size: 22px;font-weight: 600;line-height: 2;color: #222222;}
.article_content .article_info{font-size: 12px;color: #A5A5A5;padding: 10px 0 10px 0;margin-bottom:20px;border-bottom: 1px solid #ccc}
.article_content .nr p{margin-bottom: 10px;line-height: 1.5;font-size: 14px;color: #222222}
.article_content .nr .red{color: red;font-size: 18px;}
.article_content .nr .red p{font-size: 16px;}
.article_content .nr .red a{color: red;font-size: 16px;font-weight: 600}
.article_content .nr img{display:block;margin:20px auto;max-width: 100%}
.article_content .nr video{max-height: 480px!important;
    width: auto!important;
    height: auto!important;
    max-width:100%!important;
    margin: 0 auto;
    display: block;}
.prenext{margin-top: 20px;}
.prenext a{display: block;color: #9F9F9F;font-size: 14px;padding-bottom:10px;}
.prenext a span{color:#262626;font-weight: 600}
 

.bq{font-size:12px;}
.bq a{
background: #EEEEEE;
border-radius: 11px;
font-size:12px;
line-height: 22px;
display: inline-block;padding:0px 10px;
}




/** 所有赛事 **/
.match_zhibo_nav_allsaishi{width:100%!important;display:block!important;    position: relative!important;padding:20px}
.match_zhibo_nav_allsaishi dl dd{width:18%;margin:1%}
.match_zhibo_nav_allsaishi dl dd:nth-child(3n){margin:1%}
/** 直播列表页 **/




/** 专题页 **/
.hot_zt_intro{display: flex;justify-content: center;flex-direction: column;}
.hot_zt_intro .pic{display: flex;margin-bottom:18px;}
.hot_zt_intro .pic img{height:40px;background-color:#bd1a2d;border-radius:10px;padding:5px 15px;display:block}
.hot_zt_intro .pic span{padding:10px;border-radius: 10px;color:#bd1a2d;font-size:18px;font-weight: 600;}
.hot_zt_intro h1{border-radius: 10px;color:#bd1a2d;font-size:22px;font-weight: 600;text-align:center;line-height:40px;padding:0 10px 0 0}
.hot_zt_intro .text{font-size:14px;line-height:1.5;font-weight:400;overflow:hidden;background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));}
.hot_zt_intro .text.show{height:auto!important;max-height:unset!important}
/** 专题页 **/




/** 球队球员 **/
.qiuyuanlist{}
.qiuyuanlist{width:100%;}
.qiuyuanlist .hot_qiuyuan_main{width:100%;display: flex;flex-wrap: wrap;}
.qiuyuanlist .hot_qiuyuan_main .hot_member_item{width:23%;margin:0% 1% 2% 1%;width: 144px;background:#F1F1F1;}
.qiuyuanlist .hot_qiuyuan_main .hot_member_item a{display: flex; justify-content: center; width: 100%;height: 100%;line-height: 48px;font-size: 14px;}




.qdqyinfo .qdqyinfo_top{background: #262626;width: 100%;display: flex;justify-content: space-between;align-items: center;overflow: hidden;padding:20px;flex-wrap:wrap;}
.qdqyinfo .qdqy_logo{flex-direction: column;color: #fff;}
.qdqyinfo .qdqy_logo img{width:120px;height:120px;border-radius: 50%;padding:10px;background:#fff;}

.qdqyinfo .qy_qyxx{width:calc(100% - 150px);}
.qdqyinfo .qy_qyxx h1{font-size: 24px;line-height:1;color:#fff;padding-bottom:20px}
.qdqyinfo .qy_qyxx ul{display: flex;flex-wrap: wrap;height: 100%;}
.qdqyinfo .qy_qyxx ul li{display: flex;width:33.333%;text-align: center; box-sizing: border-box;font-size: 14px;font-weight: 400;color: #fff;line-height: 2}
.qdqyinfo .qy_qyxx ul li span{color: #fff;font-size: 14px;}

.qdqyinfo .qy_qyxx_main{font-size: 14px;color:#000;padding:20px 0;}





/** 频道 **/
.pindaolist a{width: 120px;line-height: 46px;text-align:center;border-radius: 6px 6px 6px 6px;border: 1px solid #EBEBEB;display: inline-block;}
.pindaolist a:hover{background:#FF2413;color: #fff}
.pindao_detail img{max-width:100%;}
.pindao_detail{width:100%;}
.pindao_detail .pindao_sp{width:100%;}
.pindao_detail .pindao_js{width:100%;}
.pindao_detail .pindao_js .pic{width: 120px;height: 120px;background: #FFFFFF;border: 1px solid #EBEBEB;display: flex;justify-content: center;align-items: center;}
.pindao_detail .pindao_js .pic img{width: 80px;height: 80px; display:block}
.pindao_detail .pindao_js .text{width:calc(100% - 130px);display:flex;justify-content: center;align-items:flex-start;line-height: 1.5;flex-direction: column;}
/**电视频道**/
@media (max-width: 480px) {
.pindao_detail .pindao_js .text{font-size: 12px;}
}
/**电视频道**/












.allsaishi .section-box{display: block;width:100%;}



#loadMoreBtn{margin: 10px auto 0px auto;
    border-radius: 5px;
    background-color:#262626;
    font-size: 12px;
    display: block;
    padding: 5px 20px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
#loadMoreBtn span{color:#fff;}
#loadMoreBtn img{height:12px;padding-left:3px;}
#loadMoreBtn img.up{transform:rotateX(-180deg);}

.rel a{padding:3px 5px;border-radius:8px;background-color:#a5a5a5;color:#fff;display:inline-block;margin:5px 5px 2px 0px;font-size:14px;}

#match_zt_jieshao{position: relative;padding: 0;overflow: hidden;max-height:150px;overflow:hidden;line-height: 1.6;}
#match_zt_jieshao p{line-height: 1.6;margin-bottom: 5px;}
#match_zt_jieshao img{width:100%!important;max-width:500px!important;height:auto!important;margin:10px auto;display:block}


.icooff{display: none;}
.match_zhibo_nav_m{display: none;}








@media (max-width: 1200px) {
.container{max-width:100%}
.w840{width: 100%;}
.w340{width: 100%;}

.pagemain{display: flex;justify-content: space-between;flex-direction:column-reverse;width:100%;}
}




@media (max-width: 780px) {
    .header {height: auto;line-height: unset;padding:9px 10px}
    .header .container{display:flex;align-items:center}
    .header_logo {margin: 0;height:auto}
    .header_logo img {width: auto;margin:0;padding:0;box-sizing: border-box;height:52px;}
    .header_menu{width:100%;display: none;background:#1D1E2A;}
    .header_menu_item {height: 35px;line-height: 35px}

    .header_menu_item:hover .header_menu_item_item{display: none;}
    .header_menu_item a {font-size: 18px;color: #fff;line-height:3;font-weight: 400}
    .header_menu_item.active{background:none;border:0;}
    .header_menu_item.active a{color:#fff}
    .mobilemenu img{height:32px;}
    .header_menu {position: fixed;background: #0E0E0E;opacity: 0.9;width:40%;z-index: 9999;top: 60px;right: 0;display: none;flex-wrap:wrap;padding:10px;height:100%;}
    .header_menu_item{width:100%;;height:auto;text-align:center;background: none}

   .header_menu_item.active, .header_menu_item:hover{border:0}


.section-box .section-main{padding:15px;}
.maintopic-box2 .maintopic-nav span{padding:0;flex:1;text-align: center;}
.ico_off{position:absolute;right:5%;top:5%;}

    
   
.topnewsmain .news01{width:100%;}
.topnewsmain .news01{height: auto}
.topnewsmain .news01 .pic{height:180px;}
.topnewsmain .news01 p{font-size: 12px;line-height: 1}
.topnewsmain .news02{width:100%;}
.topnewsmain .news02 p{line-height: 2}
.topnewsmain .tabs .tabsitem{width: 100%;margin-bottom:10px;}
.maintopic-box1{width: 100%}
.maintopic-box2{width: 100%}
.maintopic-box2 .section-main {padding:20px 0;}
.maintopic-box2 .section-main .list-article{padding:0 10px;}
.maintopic-box2 .section-tit{padding:0;}
.maintopic-box2 .section-tit .section-name-tab{display: flex;width: 100%}
.maintopic-box2 .section-tit .section-name-tab span{flex:1;padding:0;margin:0;text-align: center;}


.maintopic-box2 .section-box{width: 100%}
.section-friend .container{padding:10px}
.section-right-indexnav{height:auto;}

.section-right-indexnav a{width:98%;margin:2%;}
.section-right-indexnav a img{width:100%;}


.match_top .match .match_qiudui .qiudui .name{font-size:12px;}

.section-box .match{padding:20px 0;}
.match .match_filter_roll{padding:0 15px;}
.match .match_filter_item{margin:0px 1% 7px 0;width:19%;}
.match .match_time{margin-left:0;}
.match-item{padding:10px;}
.match-item .info_left .time{display:flex;flex-direction: column;width:55px;}
.match-item .info_left .time em{margin:0;padding:0;}
.match-item .info_left .league{width:55px;}
.match-item .info_right{width:60px;}
.match-item .info_center{width: calc(100% - 180px);}

.hot-match .match{padding:15px;}
.list-article-luxiang li{width:100%;}
.list-article-shipin ul li{width:100%;}


.weizhi{font-size:12px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:10px 18px;}


.qdqyinfo .qdqy_logo{width:100%;margin:0;}



.ny_match_list{width:100%;padding:20px}
.match_show_date_tabs{height:auto;}

.article_content .nr img{max-width:100%!important;}
.luxianglist ul li{font-size:14px;display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.luxianglist ul li span{font-size:14px;}


.section-box .team_rank{padding:15px 0px}
.team_rank_main .team_rank_match_saishi{padding:0px 10px}
.team_rank_main .team_rank_score li:nth-child(1){background-color:#FFEDEB}
.team_rank_main .team_rank_score li:nth-child(2){background-color:#FFEDEB}
.team_rank_main .team_rank_score li:nth-child(3){background-color:#FFEDEB}
.team_rank_main .team_rank_score li:nth-child(4){background-color:#FFEDEB}
.team_rank_main .team_rank_score li:nth-child(5){background-color:#FFF6E6}
.team_rank_main .team_rank_score li:nth-child(6){background-color:#FFF6E6}
.team_rank_main .team_rank_score li:nth-child(7){background-color:#FFF6E6}






    .list_zhibo_nav{width: 100%;z-index: 9;margin:0;background-color:#F7F7F7;display: none}
    .list_zhibo_nav ul{display: flex;flex-wrap: wrap;padding:20px}
    .list_zhibo_nav ul li{width:23%;margin:1%;}
    .list_zhibo_nav ul li img{display: none}
    .list_zhibo_nav li a{padding: 0;border: 2px solid #E7E7E7;border-radius: 22px;text-align: center;line-height: 24px;display:block;background:#fff}



.ny_newslist_leftside .senav{padding:10px 20px;}
.ny_newslist_leftside .senav a{padding: 10px;}
.newslist ul li .tit{font-size:14px;line-height: 1.5}

    .match_analysis .senav{padding:0px;}
    .match_analysis .senav span{padding:10px 0}
    .match_zhibo_nav_m{display: block;background-color:#fff;padding:0px 5px;color: #8A8A8A;width:100%;display:flex;margin-bottom: 5px;}
    .match_zhibo_nav_m a{color: #8A8A8A;flex:1;font-size:14px;line-height:34px;text-align:center;border-bottom:2px solid #fff}
    .match_zhibo_nav_m a.on{color: #000;border-bottom:2px solid #FFD300}
    .match_zhibo_nav_m img{width:34px;}
    
    .match_zhibo_nav{display: none;background:#fff;z-index:1;position:absolute;bottom:0;z-index:999}
    .match_zhibo_nav .all{border:0;border-bottom:2px solid #F2F2F2;position:relative;border-radius:0}
    .match_zhibo_nav .icooff{display: block;position:absolute;right: 10px;top: 7px;width: 24px;}
    .match_zhibo_nav .icooff img{width:100%;}
    
    
    .mobilenav_bg{display:none;background-color:rgba(0,0,0,0.5);width:100%;height:100%;content:"";position:fixed;top:0;left:0;z-index:1}
    
    
    


    .team_rank_main div.team_rank_score_name{background:none;color: #A4A4A4;}
    .team_rank.padding20{padding:0;}
    .team_rank_main .team_rank_score li{padding:10px 5px;margin:0;}
    .team_rank_main .team_rank_score li:nth-child(1){background: #FFECEB;}
    .team_rank_main .team_rank_score li:nth-child(2){background: #FFECEB;}
    .team_rank_main .team_rank_score li:nth-child(3){background: #FFECEB;}
    .team_rank_main .team_rank_score li:nth-child(4){background: #FFF6E6;}
    .team_rank_main .team_rank_score li:nth-child(5){background: #FFF6E6;}
    .team_rank_main .team_rank_score li:nth-child(6){background: #FFF6E6;}
    
    
    .qiuyuanlist .hot_qiuyuan_main .hot_member_item{width:48%;}
    .match_allinfo .top .zhuangtai p span{display:block;}
    .match_allinfo .top .zhuangtai p span:nth-child(2){display:none;}
    .match_allinfo .top .zhuangtai p span:nth-child(3){font-size:12px;padding:5px 0}
    .match_allinfo .zhibo_btn{display:flex;flex-wrap:wrap;width:100%;}
    
    .match_allinfo .zhibo_btn a{width:auto;font-size:14px;padding:0 9px;margin:3px}


.match_analysis .itemtit{font-size:14px;}
.match_analysis .senav span{padding:6px 0;font-size:15px;}


.qdqyinfo .qdqyinfo_top{flex-wrap:wrap;}
.qdqyinfo .qdqy_logo{display:flex;justify-content: center;align-items: center;}
.qdqyinfo .qy_qyxx{width:100%;margin-top: 20px;}
.qdqyinfo .qy_qyxx h1{text-align:center}
.qdqyinfo .qy_qyxx ul li{width:50%;}


.match_allinfo .top .zhudui, .match_allinfo .top .kedui{display: flex;flex-direction:column-reverse;}
.match_allinfo .top .qiudui_name{font-size:12px;}
.match_allinfo .top .zhuangtai{width:auto;}

.maintopic-box2 .item_list{padding:0px 10px;}

}



.boxB ul li{font-size:14px;color: #222222;display:flex;padding:10px 0}
.boxB ul li.top{}
.boxB ul li span{width:14%;text-align:center}
.boxB ul li span:nth-child(1){width:16%}
.boxB ul li.top{color:#A5A5A5}



.boxC ul li{display: flex;width:100%;justify-content:space-between;align-items: center;padding:16px 0;}
.boxC ul li .progress{width:calc((100% - 138px)/2);}
.boxC ul li em img{vert-align:center;}
.boxC ul li .num{width:38px;text-align:center;color:#000;font-size:14px;font-weight: 600}
.boxC ul li .name{width:100px;text-align:center;color: #8A8A8A;font-size:14px;}
.boxC ul li .progress_zd{height:8px;border-radius: 0;background: #FFEAEA;position:relative;}
.boxC ul li .progress_zd span{background: #FC3837;height:8px;position: absolute;left:0;top:0;}
.boxC ul li .progress_kd{height:8px;border-radius: 0;background: #EDF2FA;position:relative;}
.boxC ul li .progress_kd span{background: #337BFF;height:8px;position: absolute;right:0;top:0;}


.boxT{display:flex;}
.boxT .teamName{width:160px;}
.boxT dl{width:calc(100% - 180px);}
.boxT dl{width:calc(100% - 180px);display:flex;}
.boxT dl span{flex:1;text-align:center}



.boxD{height:450px;overflow:hidden}
.boxD{font-size:13px;line-height:1.5;color:#7a7a7a;}
.boxD p{box-shadow: 0 0.1rem 0.88rem 0 rgba(0,0,0,.06);border-radius: 0.26rem;padding: 8px 20px;margin: 10px 0;position:relative}
.boxD p.main1:before{content: "";
    position: absolute;
    left: 5px;
    border-left: 5px solid red;
    height: 80%;
    top: 10%;}

.boxD .part{width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:20px;}
.boxD .part span{width:20%;display:block;text-align: center;background: #EFEFEF;line-height:32px;color:#000}
.boxD .part span.on{background:#262626;line-height:32px;color:#Fff}
.boxD .partdetail{display:none}
.boxD .partdetail.show{display:block}
.boxD .match_list_more{}

.autoheight{height:auto!important}
/**球员参与赛事**/
.cy_saishi_name{display: flex;align-items: center;font-size: 16px;border-bottom:1px solid #eaeaea;margin-top: 10px;width:100%;padding-bottom: 5px;}
.cy_saishi_name span{font-size:12px;color:#666;}
.cy_saishi_name span.pic{width:32px;height:32px;border-radius: 50%;border:1px solid #ccc;padding:2px;display:flex;justify-content: center;align-items: center;margin-right:10px;overflow: hidden;}
.cy_saishi_name img{max-width:100%;max-height:100%;height:auto;padding:2px;}
.cy_saishi_item{padding:7px 0;align-items: center;}
.cy_saishi_item .time{width:90px;text-align: center;font-size: 12px;color: #666}
.cy_saishi_item .time span{display: block;}
.cy_saishi_item .time .zt{color: #ccc}
.cy_saishi_item .team{width: 40%;text-align: left;display: flex;justify-content: space-between;flex-direction: column;align-items: flex-start;}
.cy_saishi_item .team .zhudui,.cy_saishi_item .team .kedui{display: flex;flex-direction: row;justify-content: center;padding:1px 0;line-height: 22px;font-size: 14px}
.cy_saishi_item .team .zhudui span,.cy_saishi_item .team .kedui span{border-radius: 50%;border:1px solid #ccc;padding:2px;width:22px;height:22px;margin-right: 5px;display: flex;justify-content: center;align-items: center}
.cy_saishi_item .team img{height:100%;}

.cy_saishi_item .bifen .zhudui_bifen,.cy_saishi_item .bifen .kedui_bifen{line-height: 22px;padding:1px 0;font-size: 14px;color: #666;}
.pingfen{display: flex;flex-direction: column;width:40px;text-align: center}
.pingfen span{background: #91c1b4;border-radius: 5px;padding: 2px 5px;display: block;color: #fff;font-weight: 400;}


.baskball_part{width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:20px;}
.baskball_part span{width:20%;display:block;text-align: center;background: #EFEFEF;line-height:32px;color:#000}
.baskball_partmain .baskball_part_qiuyuan_bifen .row{width:100%;display:flex;justify-content: space-between;padding:5px 0;}
.baskball_partmain .baskball_part_qiuyuan_bifen .row.top{border-top:1px solid #ccc;text-align: center;padding:10px 0;}
.baskball_partmain .baskball_part_qiuyuan_bifen .row.top span{color: #656565;font-size: 12px;}
.baskball_partmain .baskball_part_qiuyuan_bifen .row .l{width:150px;display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.baskball_partmain .baskball_part_qiuyuan_bifen .row .l img{vertical-align: bottom;}
.baskball_partmain .baskball_part_qiuyuan_bifen .row .r{width:calc(100% - 150px); display:flex}
.baskball_partmain .baskball_part_qiuyuan_bifen .row .r span{flex:1;text-align: center;}
.baskball_partmain .baskball_part_qiuyuan_bifen .row .r span{color:#222222}
.baskball_part span.on{background: #262626;line-height:32px;color:#Fff}
.baskball_partmain .baskball_part_qiuyuan_bifen{display:none}
.baskball_partmain .baskball_part_qiuyuan_bifen.show{display:block}
@media (max-width: 480px) {
.baskball_partmain .baskball_part_qiuyuan_bifen span{font-size:12px;}
.baskball_partmain .baskball_part_qiuyuan_bifen .row .l{width:60px;}
.baskball_partmain .baskball_part_qiuyuan_bifen .row .l img{display:none}
.baskball_partmain .baskball_part_qiuyuan_bifen .row .r{width:calc(100% - 60px); display:flex}
}





/** 底部导航按钮 **/
.bottomnav{position:fixed;bottom:0;width:100%;display:flex;padding:5px 0;background:#160f00;z-index:100;display:none}
.bottomnav a{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;color: #ABABAB;}
.bottomnav a i{width:25px;height:25px;display:block;}
.bottomnav a i.home{background:url("../images/nav_home_1.png") no-repeat;background-size:100% 100%}
.bottomnav a i.basketball{background:url("../images/nav_basketball_1.png") no-repeat;background-size:100% 100%}
.bottomnav a i.football{background:url("../images/nav_football_1.png") no-repeat;background-size:100% 100%}

.bottomnav a i.living{background:url("../images/nav_living_1.png") no-repeat;background-size:100% 100%}
.bottomnav a i.moves{background:url("../images/nav_moves_1.png") no-repeat;background-size:100% 100%}

.bottomnav a i.videos{background:url("../images/nav_videos_1.png") no-repeat;background-size:100% 100%}
.bottomnav a i.news{background:url("../images/nav_news_1.png") no-repeat;background-size:100% 100%}
.bottomnav a i.ozb{background:url("../images/nav_ozb_1.png") no-repeat;background-size:100% 100%}

.bottomnav a.on{color: #fff;}
.bottomnav a.on i{width:25px;height:25px;display:block;}
.bottomnav a.on i.home{background:url("../images/nav_home_0.png") no-repeat;background-size:100% 100%}
.bottomnav a.on i.basketball{background:url("../images/nav_basketball_0.png") no-repeat;background-size:100% 100%}
.bottomnav a.on i.football{background:url("../images/nav_football_0.png") no-repeat;background-size:100% 100%}
.bottomnav a.on i.living{background:url("../images/nav_living_0.png") no-repeat;background-size:100% 100%}
.bottomnav a.on i.moves{background:url("../images/nav_moves_0.png") no-repeat;background-size:100% 100%}
.bottomnav a.on i.videos{background:url("../images/nav_videos_0.png") no-repeat;background-size:100% 100%}
.bottomnav a.on i.news{background:url("../images/nav_news_0.png") no-repeat;background-size:100% 100%}
.bottomnav a.on i.ozb{background:url("../images/nav_ozb_0.png") no-repeat;background-size:100% 100%}

@media (max-width: 780px) {

.bottomnav{display:flex;}
.match-item .info_right a{font-size:12px}
.match .match_filter_item a{font-size:12px}
}
/** 移动导航按钮 **/





.match-item .info_center span{width:43%;word-break:keep-all;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display:inline-block}
.match-item .info_center span:nth-child(1){text-align:right}
    
    
@media (max-width: 640px) {
    .match_list ul li a.c1{width:auto;}
    .match_list ul li a.c2{width:100%;display:flex;justify-content:space-between;padding:10px 0;}
    .match_list ul li a.linkbtn{margin:5px auto;text-align:center}
}
    
    