
.content{
    background: #000 url("../img/body_bg2.jpg") no-repeat top;
    overflow: hidden;
}
.content2{
    background: #000 url("../img/body_bg2.jpg") no-repeat top!important;
}

/*banner start*/
.top_banner{
    height: 685px;
}
.top_nav{
    height: 92px;
}
.top_up{
    height: 49px;
    margin-top: 5px!important;
}
.top_up a{
    display: block;
    width: 300px;
    height: 49px;
    line-height: 49px;
    float: left;
}

.fixednav{
    position: fixed;
    top: 0px;
    left: 50%;
    margin-left: -600px!important;
    z-index: 999;
}

.fn1{
    background: url("../img/top_tab1.png") no-repeat center;
}
.fn2{
    background: url("../img/top_tab2.png") no-repeat center;
}
.fn3{
    background: url("../img/top_tab3.png") no-repeat center;
}
.fn4{
    background: url("../img/top_tab4.png") no-repeat center;
}
.fn1.active {
    background: url("../img/top_tab1_hover.png") no-repeat center;
}
.fn2.active {
    background: url("../img/top_tab2_hover.png") no-repeat center;
}
.fn3.active {
    background: url("../img/top_tab3_hover.png") no-repeat center;
}
.fn4.active {
    background: url("../img/top_tab4_hover.png") no-repeat center;
}
.fn1:hover {
    background: url("../img/top_tab1_hover.png") no-repeat center;
}
.fn2:hover {
    background: url("../img/top_tab2_hover.png") no-repeat center;
}
.fn3:hover {
    background: url("../img/top_tab3_hover.png") no-repeat center;
}
.fn4:hover {
    background: url("../img/top_tab4_hover.png") no-repeat center;
}
/*banner over*/

/*直播 start*/
.live_con{
    /*height: 573px;*/
    overflow: hidden;
}
.live_stage{
    width: 832px;
    float: left;
    background: url("../img/live_bg.png") no-repeat center 80px;
}
.live_schedule{
    width: 365px;
    float: left;
    margin-left: 3px;
    background: url("../img/schedule_bg.png") no-repeat center 80px;
}
.stage_tab{
    height: 80px;
}
.stage{
    width: 162px;
    height: 51px;
    float: left;
    margin-top: 19px;
    margin-right: 7px;
    cursor: pointer;
}
.stage1{
    background: url("../img/stage1.png") no-repeat center;
}
.stage2{
    background: url("../img/stage2.png") no-repeat center;
}

.stage1.cur{
    background: url("../img/stage1_hover.png") no-repeat center;
}
.stage2.cur{
    background: url("../img/stage2_hover.png") no-repeat center;
}

.stage_live{
    height: 471px;
}
.stage_live li{
    float: left;
    width: 819px;
    height: 460px;
    margin-top: 6px;
    margin-left: 6px;
    display: none;
    /*border: 1px solid #7ca25d;*/
}


.day_match{
    font-size: 18px;
    font-weight: bold;
    height: 66px;
    line-height: 66px;
    margin-top: 15px;
    text-align: center;
    color: #FFF;
}
.match_ul{
    width: 340px;
    height: 445px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 14px 0 11px 14px;
    position: relative;
}
.match_li1{
    width: 323px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 3px;
    background: #e5e5e5;
}
.match_li1 span{
    display: block;
    float: left;
    text-align: center;
    vertical-align: middle;
    height: 40px;
}
.match_li1 span img{
    display: block;
}
.sp1{
    width: 66px;
    font-size: 14px;
}
.sp2,sp4{
    width: 32px;
}
.sp3{
    width: 48px;
    font-size: 14px;
}
.sp5{
    width: 65px;
    font-weight: bold;
    font-size: 18px;
}
.sp6{
    width: 79px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
    float: left;
    background: #ab009d;
    border-left: 1px solid #000;
}
.sp6.not-start,
.sp6.over{
    background: #a8a8a8;
}
.sp6 .gk_1{
    font-size:18px;
    text-align: center;
    cursor: pointer;
}
.sp6 .gk_2{
    width: 80px;
    height: 40px;
    background: #000;
    display: none;
}
.sp6 .gk_2 ul{
    width: 80px;
    height: 39px;
    display: flex;
    justify-content: space-around;
}
.sp6 .gk_2 ul li{
    width: 15px;
    height: 39px;
    text-align: center;
}
.sp6 .gk_2 ul li a{
    font-size: 14px;
    font-weight: bold;
    color: #ab009d;
}
.sp6 .gk_2 ul li a:hover{
    color: #fff;
}
.sp_logo{
    margin-top: 3px;
    width: 32px;
    height: 32px;
}

.match_li2{
    width: 325px;
    height: 102px;
    margin-bottom: 6px;
    overflow: hidden;
    position: relative;
    top: 0px;
    background: url("../img/group.png") no-repeat center;
}
.team{
    width: 102px;
    text-align: center;
    float: left;
    color: #fff;
}
.team_logo{
    margin-top: 9px;
    width: 59px;
    height: 59px;
}
.score{
    width: 118px;
    text-align: center;
    float: left;
    font-weight: bold;
    color: #c800b8;
}
.score span{
    font-size: 30px;
    display: inline-block;
    margin-top: 10px;
}
.score p{
    width: 100%;
    height: 37px;
    line-height: 37px;
    font-size: 18px;
    background: url("../img/time.png") no-repeat center;
    margin-top: 5px;
    color: #000;
}
.score div{
    width: 100%;
    height: 37px;
    line-height: 37px;
    font-size: 18px;
    background: url("../img/time.png") no-repeat center;
    margin-top: 5px;
    cursor: pointer;
}
.score div.gk_1{
    width: 80px;
    margin: 5px auto 0;
    color: #000;
}
.score div.gk_2{
    background: none;
    display: none;
    font-size: 14px!important;
}
.score div ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.score div ul li{
    width: 24px;
    height: 24px;
    background: #535353;
    text-align: center;
    line-height: 24px;
    float: left;
    margin-top: 12px;
}
.score div ul li:hover{
    background: #ffffff;
    color: #000;
}
.score div ul li a{
    color: #fff;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.score div ul li:hover a{
    color: #000;
}
.score div ul li:last-child{
    display: none;
}
/*直播 over*/

/*news start*/
.news{
    height: 610px;
    margin-top: 235px;
}
.news_ul{
    width: 800px;
    height: 405px;
    position: relative;
    margin-top: 25px;
}
.news_ul li{
    width: 252px;
    height: 187px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    display: inline-block;
}
.news_ul li a {
    color: #000;
}
.news_ul li:hover .news_top,.news_handle li:hover .news_top{
    background: #fff;
}
.news_ul li:hover .news_bot,.news_handle li:hover .news_bot{
    color: #fff;
}
.news_top{
    width: 252px;
    height: 139px;
    border: 3px solid #000;
    background: #500047;
}

.news_bot{
    width: 252px;
    height: 45px;
    color: #920783;
    font-size: 14px;
    overflow: hidden;
}
.news_bot p{
    width: 230px;
    margin: 3px auto 0;
}
.news_pic{
    width: 246px;
    height: 134px;
    margin: 3px;
}
.news_ul li:nth-child(3n) {
    margin-right: 0;
}

.news_handle{
    width: 1145px;
    height: 200px;
    position: relative;
}
.news_handle li{
    position: absolute;
}
.news_handle .handle1{
    width: 444px;
    height: 187px;
}
.news_handle .handle1 .news_top,.news_handle .handle1 .news_bot{
    width: 444px;
}
.news_handle .handle1 .news_top img{
    width: 438px;
    height: 134px;
}

.news_handle .handle1 .news_bot p{
    width: 417px;
}
.news_handle .handle2{
    width: 678px;
    height: 187px;
    left: 462px;
    top: 0px;
}
.news_handle .handle2 .news_top,.news_handle .handle2 .news_bot{
    width: 678px;
}
.news_handle .handle2 .news_top img{
    width: 673px;
    height: 134px;
}
.news_handle .handle2 .news_bot p{
    width: 651px;
}
.news_handle .handle3{
    width: 337px;
    height: 395px;
    right: 0px;
    top: -405px;
}
.news_handle .handle3 .news_top{
    width: 337px;
    height: 347px;
}
.news_handle .handle3 .news_bot{
    width: 337px;
    height: 45px;
}
.news_handle .handle3 .news_top img{
    width: 331px;
    height: 342px;
}
.news_handle .handle3 .news_bot p{
    width: 310px;
}
/*news over*/

/*赛程 start*/
.play_list{
}
.play_list_group{
    height: 704px;
    border: 1px solid #920783;
    -webkit-box-shadow:inset 0 0 50px #920783;
    -moz-box-shadow:inset 0 0 50px #920783;
    box-shadow:inset 0 0 50px #920783;
}
.final_con{
    /*background: url("../img/final_bg.png") no-repeat 50px center;*/
}
.play_list>div{
    display: none;
    text-align: center;
}
.play_list div img{
    vertical-align: middle;
}
.schedule{
    /*height: 870px;*/
    overflow: hidden;
}
.stdiv{
    overflow: hidden;
}
.stdiv .schedule_tab{
    width: 850px;
    margin: 27px auto 0;
}
.stdiv .schedule_tab li{
    width: 162px;
    height: 51px;
    cursor: pointer;
    float: left;
}
.st1{
    margin-right: 9px;
    background: url("../img/groupA.png") no-repeat center;
}
.st1.active{
    background: url("../img/groupA_hover.png") no-repeat center;
}
.st12{
    margin-right: 9px;
    background: url("../img/groupB.png") no-repeat center;
}
.st12.active{
    background: url("../img/groupB_hover.png") no-repeat center;
}
.st13{
    margin-right: 9px;
    background: url("../img/groupC.png") no-repeat center;
}
.st13.active{
    background: url("../img/groupC_hover.png") no-repeat center;
}
.st14{
    margin-right: 9px;
    background: url("../img/groupD.png") no-repeat center;
}
.st14.active{
    background: url("../img/groupD_hover.png") no-repeat center;
}
.st2{
    background: url("../img/out_tab.png") no-repeat center;
}
.st2.active{
    background: url("../img/out_tab_hover.png") no-repeat center;
}
/*小组赛赛程*/

/*淘汰赛赛程*/
.vs{
    width: 539px;
    float: left;
    margin-top: 36px;
    margin-left: 20px;
    background: url("../img/vs_bg.png") no-repeat center top;
}
.d1{
    color: #7ca25d;
    width: 117px;
}
.d2{
    width: 140px;
}
.d2 img{
    width: 36px;
    height: 36px;
    margin-right: 13px;
}
.d4 img{
    width: 36px;
    height: 36px;
    margin-left: 13px;
}
.d3{
    width: 20px;
    color: #7ca25d;
}
.d4{
    width: 140px;
}
.d5{
    width: 50px;
    color: #7ca25d;
}
.d6{
    width: 50px;
    color: #7ca25d;
}
.vs .rank_con li span{
    border: none;
    display: block;
    float: left;
}
.vs .rank_con{
    overflow-y: scroll;
    height: 571px;
}
.rank_con b{
    display: inline-block;
    width: 90px;
}
.play_list3{
    height: 704px;
    background: url("../img/taotai_tree.png") no-repeat 130px center;
}
/*赛程 over*/

/*参赛战队 start*/
.c25{
    height: 25px;
}
.join_team{
    width: 1183px;
    height: 485px;
}
.team_ul{
    width: 1080px;
    background: #fffe70;
    margin: 60px auto 0;
}
.team_li{
    float: left;
    margin-right: 33px;
    margin-bottom: 18px;
}

.team_li:nth-child(4n){
    margin-right: 0;
}

.team_li_img{
    width: 243px;
    height: 136px;
    border: 1px solid #920783;
    line-height: 136px;
    text-align: center;
    box-shadow: inset 0px 0px 70px #920783;
}
.team_li_img img{
    vertical-align: middle;
    max-height: 100px;
}
.team_li_name{
    font-size: 18px;
    color: #c800b8;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
/*参赛战队 over*/


.footer{
    height: 354px;
    background: #000;
}




/*小组赛改 start*/
.group_tree{
    width: 1200px;
    position: relative;
}
.play_list_group .group_tree{
    width: 800px;
    margin-left: 188px;
    margin-top: 65px;
}
.match{
    width: 176px;
    position: absolute;
    font-size: 12px;
}
.match.match_tt{
    width: 137px;
}
.match dd {
    width: 176px;
    height: 46px;
    background: url("../img/tt_li.png") no-repeat center;
    line-height: 46px;
    color: #fff;
}

.match dd img{
    width: 36px;
    height: 36px;
}
.match div img{
    width: 28px;
    height: 28px;
}
.match dt {
    width: 176px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    background: url("../img/mid_time.png") no-repeat center;
}
.match div.mid_div,.match div.mid_div div{
    width: 137px;
    height: 28px;
    line-height: 28px;
    color: #fff;
}
.match4 dt{
    height: 22px;
    line-height: 22px;
}
.match span{
    display: block;
    float: left;
    height: 100%;
}
.tm1{
    display: flex!important;
    align-items: center;
    margin-left: 15px;
}
.tm2{
    width: 100px;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
}

.tm3{
    font-size: 14px;
}
.tm4{
    width: 100px;
    text-indent: 22px;
}
.tm5{
    width: 50px;
}

.match div.hk_1{
    width: 137px;
    color: #fff;
    cursor: pointer;
}
.hk_2{
    width: 100px;
    position: absolute;
    top: 46px;
    overflow: hidden;
    background: #1d002b;
    display: none;
}
.tm5:hover .hk_2{
    display: block;
}
.hk_2 li{
    width: 22px;
    float: left;
    margin-left: 10px;
}
.hk_2 li a{
    color: #FFF;
}
.hk_2 li a:hover{
    color: #980087;
}
.lineA::before{
    content: '';
    width: 71px;
    height: 103px;
    border-right: 1px solid;
    position: absolute;
    color: #980087;
}

.lineA::after{
    content: '';
    border-top: 1px solid;
    width: 40px;
    height: 1px;
    position: absolute;
}
.match0 .lineA::before,
.match2 .lineA::before,
.match3 .lineA::before,
.match4 .lineA::before{
    top: 56px;
    left: 176px;
    border-top: 1px solid;
}
.match0 .lineA::after,
.match1 .lineA::after,
.match2 .lineA::after,
.match3 .lineA::after,
.match4 .lineA::after,
.match5 .lineA::after{
    top: 41px;
    left: 157px;
    border-top: 1px solid;
    display: none;
}
.match1 .lineA::before,
.match3 .lineA::before,
.match4 .lineA::before,
.match5 .lineA::before{
    display: none;
}
.lineB::before{
    content: '';
    width: 71px;
    height: 111px;
    border-right: 1px solid;
    position: absolute;
    color: #980087;
}

.lineB::after{
    content: '';
    border-top: 1px solid;
    width: 145px;
    height: 1px;
    position: absolute;
}
.match0 .lineB::before,
.match1 .lineB::before,
.match2 .lineB::before{
    top: 159px;
    left: 176px;
    border-bottom: 1px solid;
}
.match0 .lineB::after,
.match1 .lineB::after,
.match3 .lineB::after,
.match4 .lineB::after{
    top: 158px;
    left: 247px;
    border-top: 1px solid;
    color: #980087;
}
.match3 .lineB::before,
.match4 .lineB::before,
.match5 .lineB::before{
    display: none;
}

.match3 .lineB::after,
/*.match4 .lineB::after,*/
.match5 .lineB::after{
    display: none;
}
.match2 .lineB::after{
    top: 56px;
    left: 176px;
    color: #980087;
}
.match4 .lineB::after{
    top: 56px;
    left: 176px;
}
.match2 .lineA::before,
.match2 .lineB::before,
.final_con .match4 .lineB::after{
    display: none;
}
.final_con .match2 .lineA::before,
.final_con .match2 .lineB::before{
    display: block;
}

.final_con .match2 .lineB::after{
    display: block;
    top: 158px;
    left: 247px;
    border-top: 1px solid;
    color: #980087;
}
.play_list_group .match0{
    top: 15px;
    left: 0;
}
.play_list_group .match1{
    top: 229px;
    left: 0px;
}
.play_list_group .match3{
    top: 443px;
    left: 0px;
}
.play_list_group .match2{
    top: 116px;
    left: 318px;
}
.play_list_group .match4{
    top: 328px;
    left: 318px;
}
.play_list_group .match5{
    top: 148px;
    left: 638px;
}
.play_list_group.final_con .match5{
    top: 216px;
    left: 638px;
}
.play_list_group .match6{
    top: 361px;
    left: 638px;
}
.play_list_group .match5 dd,.play_list_group .match6 dd{
    background: url("../img/tt_last.png") no-repeat center!important;
}
.crown{
    position: relative;
    right: -184px;
    font-style: italic;
    font-size: 16px;
    color: #c800b8;
    display: flex;
    align-items: center;
}
.crown1{
    top: -107px;
}
.crown2{
    top: -41px;
}
/*小组赛 over*/
















































/*滚动条start*/
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.match_ul::-webkit-scrollbar,.vs .rank_con::-webkit-scrollbar {
    width: 4px;
    height: 104px;
    /*border: 1px solid #ecb04a;*/
    /*border-radius: 8px;*/
    background-color: #c800b8;
    /*background: -webkit-linear-gradient(#7ca25d, #7ca25d); !* Safari 5.1 - 6.0 *!*/
    /*background: -o-linear-gradient(#7ca25d, #7ca25d); !* Opera 11.1 - 12.0 *!*/
    /*background: -moz-linear-gradient(#7ca25d, #7ca25d); !* Firefox 3.6 - 15 *!*/
    /*background: linear-gradient(#7ca25d, #7ca25d); !* 标准的语法 *!*/
}
/*定义滚动条轨道 内阴影+圆角*/
.match_ul::-webkit-scrollbar-track,.vs .rank_con::-webkit-scrollbar-track{
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    /*border-radius: 8px;*/
    /*border: 1px solid #ecb04a;*/
    background: -webkit-linear-gradient(#500047, #500047); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#500047, #500047); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#500047, #500047); /* Firefox 3.6 - 15 */
    background: linear-gradient(#500047, #500047); /* 标准的语法 */
}
/*定义滑块 内阴影+圆角*/
.match_ul::-webkit-scrollbar-thumb,.vs .rank_con::-webkit-scrollbar-thumb{
    /*border-radius: 10px;*/
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: #c800b8;
    width: 8px;
    height: 10px;
    /*border: 1px solid #ecb04a;*/
}
/*滑块效果*/
/*.group-content::-webkit-scrollbar-thumb:hover*/
/*{*/
/*border-radius: 5px;*/
/*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
/*background: rgba(0,0,0,0.4);*/
/*}*/
/*IE滚动条颜色*/
html {
    scrollbar-face-color:#c800b8;/*滚动条颜色*/
    scrollbar-highlight-color:#000;
    scrollbar-3dlight-color:#000;
    scrollbar-darkshadow-color:#000;
    scrollbar-Shadow-color:#c800b8;/*滑块边色*/
    scrollbar-arrow-color:#500047;/*箭头颜色*/
    scrollbar-track-color:#500047;/*背景颜色*/
}
/*滚动条end*/