#third_header{
    display: none;
}
#third_header.isShow{
    display: block;
}

.matchResult_summary{
    width: 100%;
    height: auto;
}


.homeBg{
    background-color: rgba(59, 59, 109, 1);
}
.awayBg{
    background-color: rgba(100, 159, 171, 1);
}
.homeColor{
    color: rgba(59, 59, 109, 1);
}
.awayColor{
    color: rgba(100, 159, 171, 1);
}

.winColorBg{
    background-color: rgba(211, 62, 37, 1);
}
.lowColorBg{
    background-color: rgba(0, 0, 0, 1);
}

.moreAfter_icon{
    position: relative;
}
.moreIcon_child{
    display: block;
    position: absolute;
    top: 21px;
    right: 7px;
    z-index: 2;
    width: 56px;
    height: 26px;
    text-align: center;
    font-size: 0;
    padding: 10px 15px;
}
.theBest_floorTitle .moreIcon_child{
    top: 9px;
    right: 0;
}
.rankTop_floorTitle .moreIcon_child{
    top: 49px;
    right: 0;
}
.moreIcon_child i{
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 1px 4px 1px 0;
    background-color: #D8D8D8;
    border-radius: 4px;
}
.moreIcon_child:hover{
    cursor: pointer;
}
.moreIcon_child:hover i{
    background-color: #3B3B6D;
}
.moreIcon_child i:nth-child(2n){
    margin: 0 4px 0 0;
    width: 6px;
    height: 6px;
}
.moreIcon_child i:last-child{
    margin-right: 0;
}

/* svg 共用样式 start  */
svg .awayColor {
    stroke: rgba(100, 159, 171, 1);
}

svg .homeColor {
    stroke: rgba(59, 59, 109, 1);
}

circle{
    -webkit-transition: stroke-dasharray .5s;
    transition: stroke-dasharray .5s;
}

.svgCircle_div{
    float: left;
    position: relative;
    overflow: hidden;
}



.svgCircle_div .teamData_info{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 240px;
    height: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.teamData_info .teamDataInfo_type{
    display: block;
    padding-bottom: 10px;
    width: 100%;
    line-height: 25px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: rgba(66, 70, 72, 1);
}
.teamData_info .teamDataInfo_rateSpan{
    display: block;
    width: 100%;
    height: auto;
}

.teamDataInfo_rateSpan .homeRate_num{
    float: left;
    font-family: 'DIN';
    width: 43%;
    line-height: 55px;
    height: 55px;
    font-size: 47px;
    text-align: right;
    color: rgba(59, 59, 109, 1);
    font-weight: bold;
}
.teamDataInfo_rateSpan .rate_fenge{
    float: left;
    margin: 0 6%;
    width: 2%;
    height: 62px;
    background-color: #E1E3E7;

}
.teamDataInfo_rateSpan .awayRate_num{
    float: left;
    font-family: 'DIN';
    width: 43%;
    line-height: 55px;
    height: 55px;
    font-size: 47px;
    text-align: left;
    color: rgba(100, 159, 171, 1);
    font-weight: bold;
}

.teamData_info .teamDataInfo_tipSpan{
    position: absolute;
    left: 0;
    bottom: -7px;
    z-index: 3;
    display: block;
    width: 100%;
    height: auto;
}
.teamDataInfo_tipSpan .home_tipSpan, .teamDataInfo_tipSpan .away_tipSpan{
    float: left;
    width: 43%;
    line-height: 20px;
    height: 20px;
    font-size: 16px;
    color: #ABB3B8;
    font-weight: bold;
}
.teamDataInfo_tipSpan .away_tipSpan{
    margin-left: 14%;
    text-align: left;
}
.teamDataInfo_tipSpan .home_tipSpan{
    text-align: right;
}


/* svg 共用样式 end  */



/* banner 区域 start  */
.matchResult_summary .matchResult_banner{
    width: 100%;
    height: 330px;
    background-color: #242A2F;

}

.matchResult_banner .matchResult_bannerMain{
    position: relative;
    margin: 0 auto;
    width: 1280px;
    height: 330px;
    background-image: url(../../img/youthsports/matchResult_banner.png);
    background-color: rgb(36, 42, 47);
    background-position: center center;
    background-size: cover;

}
.matchResult_banner .waitingDataFlag{
    position: absolute;
    right: 0;
    bottom: 10px;
    z-index: 2;
    font-size: 14px;
    line-height: 20px;
    color: rgba(155, 155, 155, 1);
    text-align: right;
}
.matchResult_bannerMain .bannerMain_info{
    margin: 0 auto;
    width: 1075px;
    height: auto;
}

.bannerMain_info .team_info{
    float: left;
    padding-top: 55px;
    width: 140px;
    height: auto;
}

.bannerMain_info .team_info .team_spanImg{
    display: block;
    width: 140px;
    height: 140px;
    background-color: rgba(255,255,255,.4);
    border-radius: 70px;
    overflow: hidden;
}
.team_spanImg img{
    display: block;
    width: 100%;
    height: 100%;
}

.bannerMain_info .team_info .team_city{
    display: block;
    padding: 27px 0 5px 0;
    text-align: center;
    width: 140px;
    line-height: 26px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bannerMain_info .team_info .team_coach{
    display: block;
    text-align: center;
    width: 140px;
    line-height: 28px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bannerMain_info .score_num{
    float: left;
    padding: 90px 65px 0 65px;
    width: 230px;
    line-height: 50px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.bannerMain_info .match_state{
    float: left;
    width: 335px;
    min-height: 1px;
    height: auto;
    text-align: center;
    color: #fff;
}
.bannerMain_info .match_state .match_type{
    display: block;
    padding-top: 36px;
    width: 100%;
    line-height: 42px;
    font-size: 32px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bannerMain_info .match_state .match_time{
    display: block;
    width: 100%;
    line-height: 42px;
    font-size: 22px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bannerMain_info .match_state .match_status{
    display: block;
    width: 100%;
    line-height: 42px;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bannerMain_info .match_state .match_video{
    display: block;
    margin: 110px auto 0;
    width: 106px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 4px;
    cursor: pointer;

}
.bannerMain_info .match_state .match_video:hover{
    background-color: rgba(57,59,108,1);;
}

.matchStage_div{
    position: absolute;
    bottom: 60px;
    left: 50%;
    z-index: 5;
    width: auto;
    height: auto;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}
.matchStage_div .stageTitle_ul, .matchStage_div .stageScore_ul{
    padding-bottom: 14px;
    width: auto;
    height: 34px;
}
.stageTitle_ul .stageTitle_li, .stageScore_ul .stageScore_li{
    float: left;
    width: 58px;
    line-height: 20px;
    font-size: 16px;
    text-align: left;
    color: #fff;
}
.stageScore_ul .stageScore_li{
    font-size: 14px;
}
.stageScore_ul .stageScore_li.stageBackward{
    color: rgba(255, 255, 255, .5);
}

/* banner 区域 end  */



/* 前三球员数据 样式 start */
.playerData{
    position: relative;
    margin: 0 auto;
    padding: 70px 0 20px 0;
    width: 1280px;
    height: auto;
}
.playerData .playerData_title{
    padding-bottom: 28px;
    line-height: 44px;
    font-size: 34px;
    color: #242A2F;
    font-weight: bold;
}
.playerData .playerData_ul{
    width: 100%;
    height: auto;
}

.playerData .playerData_ul .playerData_li{
    position: relative;
    float: left;
    margin-right: 10px;
    padding: 0 26px;
    width: 420px;
    height: 238px;
}
.playerData .playerData_ul .playerData_li:last-child{
    margin-right: 0;
}

.playerData_ul .playerData_li .playerDataLi_main{
    width: 100%;
    height: auto;
}

.playerData_li .playerDataLi_main .awayTeam_main, .playerData_li .playerDataLi_main .homeTeam_main{
    float: left;
    padding-right: 27px;
    width: 184px;
    height: 238px;
    background-color: rgba(59, 59, 109, 1);
}

.playerDataLi_main .awayTeam_main .awayTeam_logo, .playerDataLi_main .homeTeam_main .homeTeam_logo{
    display: block;
    margin: 20px 0 12px 131px;
    width: 26px;
    height: 26px;
    overflow: hidden;
}
.awayTeam_main .awayTeam_logo img, .homeTeam_main .homeTeam_logo img{
    display: block;
    width: 100%;
    height: 100%;
}


.playerDataLi_main .awayTeam_main .awayTeam_playerNo, .playerDataLi_main .homeTeam_main .homeTeam_playerNo{
    display: block;
    font-family: 'DIN';
    width: auto;
    line-height: 20px;
    height: 20px;
    font-size: 16px;
    color: #E3E6EE;
    text-align: right;
}
/* .playerDataLi_main .homeTeam_main .homeTeam_playerName{
    float: right;
}
.playerDataLi_main .awayTeam_main .awayTeam_playerName{
    float: left;
} */
.playerDataLi_main .awayTeam_main .awayTeam_playerName, .playerDataLi_main .homeTeam_main .homeTeam_playerName{
    display: inline-block;
    width: 157px;
    padding: 5px 57px 60px 0;
    line-height: 24px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.playerDataLi_main .homeTeam_main .homeTeam_playerName{
    padding: 5px 0 60px 62px;
}
.playerDataLi_main .awayTeam_main .awayTeam_playerScore, .playerDataLi_main .homeTeam_main .homeTeam_playerScore{
    display: block;
    font-family: 'DIN';
    width: auto;
    line-height: 72px;
    height: 72px;
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    text-align: right;
}

.playerData_li .playerDataLi_main .awayTeam_main{
    padding: 0 0 0 27px;
    background-color: rgba(100, 159, 171, 1);
}
.playerDataLi_main .awayTeam_main .awayTeam_logo{
    margin: 20px 131px 12px 0;

}
.playerDataLi_main .awayTeam_main .awayTeam_playerNo{
    color: #EEE3E3;
}
.playerDataLi_main .awayTeam_main .awayTeam_playerNo, .playerDataLi_main .awayTeam_main .awayTeam_playerName, .playerDataLi_main .awayTeam_main .awayTeam_playerScore{
    text-align: left;
}


.playerData_li .playerDataLi_leftImg, .playerData_li .playerDataLi_rightImg{
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 84px;
    height: 120px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    box-shadow: 0 0 5px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.4);
    -o-box-shadow: 0 0 5px rgba(0,0,0,.4);
    overflow: hidden;
}
.playerData_li .playerDataLi_leftImg{
    left: 0;
}
.playerData_li .playerDataLi_rightImg{
    right: 0;
}
.playerDataLi_leftImg img, .playerDataLi_rightImg img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.playerData_li .playerDataLi_mid{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    width: 72px;
    height: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.playerDataLi_mid .rimIcon{
    display: block;
    margin: 0 auto;
    width: 32px;
    height: 32px;
    background-image: url(../../img/youthsports/rim_icon.png);
}

.playerDataLi_mid .scoreFont{
    display: block;
    margin-top: 18px;
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-radius: 15px;
    background-color: #F7F7F7;
    color: #000;
}

/* 前三球员数据 样式 end */


/* 球员数据 start  */
.matchPlayer_main{
    margin: 0 auto;
    width: 1280px;
    height: auto;
}


.matchPlayer_main .matchPlayer_title{
    padding: 75px 0 28px 0;
    line-height: 44px;
    font-size:34px;
    font-weight:bold;
    color:rgba(36,42,47,1);
    line-height:44px;
}


.matchPlayer_main .matchPlayer_table{
    position: relative;
    margin-bottom: 106px;
    width: 100%;
    height: auto;
    border-top: 1px solid #D5DEDE;
    border-bottom: 1px solid #D5DEDE;
}

.matchPlayer_main .matchPlayer_table::before{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    content: '\20';
    width: 1px;
    height: 100%;
    background-color: #D5DEDE;
}
.matchPlayer_main .matchPlayer_table::after{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;
    content: '\20';
    width: 1px;
    height: 100%;
    background-color: #D5DEDE;
}
.matchPlayer_table .playerTable_header{
    padding: 15px 0 0 23px;
    width: 100%;
    height: 102px;
}
.matchPlayer_table .team_logo{
    float: left;
    padding: 0;
    width: 60px;
    height: 60px;
    background-color: rgba(255,255,255,.1);
}
.matchPlayer_table .team_logo img{
    display: block;
    width: 100%;
    height: 100%;
}
.matchPlayer_table .team_name{
    float: left;
    padding: 0 0 0 20px;
    width: auto;
    line-height: 60px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}

.matchPlayer_table .playerTable_main{
    width: 100%;
}
.matchPlayer_table.awayTeam .playerTable_header{
    background-color: rgba(100, 159, 171, 1);
}
.matchPlayer_table.awayTeam .el-table thead th, .matchPlayer_table.awayTeam .el-table thead tr {
    background-color: rgba(0, 0, 0, 1);
    color: #fff;
}
.matchPlayer_table.homeTeam .playerTable_header{
    background-color: rgba(59, 59, 109, 1);
}
.matchPlayer_table.homeTeam .el-table thead th, .matchPlayer_table.awayTeam .el-table thead tr {
    background-color: rgba(0, 0, 0, 1);
    color: #fff;
}
.el-table .guest-even-row {
    background: rgba(247,247,247,1);
}

.el-table .cell{
    font-size: 12px;
}

.el-table td, .el-table th{
    padding: 8px 0;
}
.el-table .cell, .el-table th div, .el-table--border td:first-child .cell, .el-table--border th:first-child .cell{
    padding-left: 5px;
}
.el-table .cell, .el-table th div{
    padding-right: 5px;
}
/* 表格经过样式 start */


.matchPlayer_table .el-table .guest-even-row>td:hover:first-child, .matchPlayer_table .el-table .guest-odd-row:hover>td:hover:first-child {
    color: rgba(59, 59, 109, 1);
    cursor: pointer;
}
.matchPlayer_table .el-table td, .matchPlayer_table .el-table th{
    color: #000;
    text-align: center;
}
/* 表格经过样式 end */


/* .el-table .el-table__row .teamColumn_style .cell, .el-table tr .teamColumn_style{
    width: 70px;
} */
.el-table .el-table__row .teamColumn_style .cell button {
    padding: 0;
    width: 100%;
    border: 1px solid transparent;
    background-color: transparent;
    color: #000;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    overflow: hidden;
}
.el-table .el-table__row .teamColumn_style .cell:hover button, .el-table .el-table__row .teamColumn_style .cell:active button, .el-table .el-table__row .teamColumn_style .cell:focus button{
    color: rgba(59, 59, 109, 1);
}


/* 球员数据 end  */

#mobile .playerData{
    display: none;
}


#mobile .matchResult_summary{
    padding-top: 1.33rem;
    min-height: calc(100vh);
}


/* banner css start  */
#mobile .matchResult_banner .waitingDataFlag{
    right: .4rem;
    bottom: .133rem;
    font-size: .266rem;
    line-height: .373rem;
}

#mobile .matchResult_banner{
    height: 4.533rem;
}

#mobile .matchResult_banner .matchResult_bannerMain{
    width: 100%;
    height: calc(100%);
    background-size: cover;
}
#mobile .matchResult_bannerMain .bannerMain_info{
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    padding: 1.04rem .4rem 0 .4rem;
    width: 100%;
    overflow: hidden;
}
#mobile .bannerMain_info .team_info{
    float: none;
    padding: 0;
    width: 1.6rem;

}

#mobile .bannerMain_info .team_info .team_spanImg{
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    border: .08rem solid rgba(91, 91, 91, 1);
}

#mobile .bannerMain_info .team_info .team_city {
    display: block;
    padding: .506rem 0 0 0;
    width: 1.6rem;
    line-height: .613rem;
    font-size: .373rem;
}
#mobile .bannerMain_info .team_info .team_coach{
    display: none;
}

#mobile .bannerMain_info .score_num{
    float: none;
    padding: .4rem 0 0 0;
    width: 1.067rem;
    line-height: .747rem;
    font-size: .533rem;
}

#mobile .bannerMain_info .match_state{
    float: none;
    width: calc(100% - 3.2rem - 2.134rem);
}

#mobile .bannerMain_info .match_state .match_type{
    padding-top: .2rem;
    line-height: .613rem;
    font-size: .373rem;
}
#mobile .bannerMain_info .match_state .match_time {
    padding-top: .133rem;
    line-height: .613rem;
    font-size: .373rem;
}
#mobile .bannerMain_info .match_state .match_status {
    padding-top: .133rem;
    line-height: .506rem;
    font-size: .267rem;
}
#mobile .bannerMain_info .match_state .match_video{
    margin: .32rem auto 0;
    width: 1.413rem;
    line-height: .533rem;
    font-size: .267rem;
    border-radius: .053rem;
    font-weight: normal;
    cursor: default;
}

#mobile .matchStage_div{
    display: none;
}

/* banner css end  */

/* mobile third_header css start */
#mobile #third_header{
    position: relative;
    display: block;
    width: 100%;
    min-width: 100%;
    height: 1.173rem;
    line-height: 1.173rem;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 .053rem .106rem rgba(238, 238, 238, 1);
    -webkit-box-shadow: 0 .053rem .106rem rgba(238, 238, 238, 1);
}
#mobile #third_header ul li:last-child{
    display: none !important;
}
#mobile #third_header.isShow{
    display: block !important;
}
#mobile #third_header ul{
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    width: 100%;
    height: auto;
}

#mobile #third_header>ul>li{
    float: none;
    flex: 1;
    width: auto;
    height: 1.173rem;
    text-align: center;
    
}
#mobile #third_header>ul>li>a{
    font-size: .373rem;
    cursor: default;
}

/* mobile third_header css end */


#mobile .matchPlayer_title{
    display: none;
}
#mobile .matchPlayer_main{
    width: 100%;
    padding: .4rem 0 .4rem .4rem;
}


#mobile .matchPlayer_main .matchPlayer_table{
    margin-bottom: .4rem
}

#mobile .matchPlayer_table .playerTable_header{
    padding: .2rem 0 0 .2rem;
    height: 1.36rem;
}
#mobile .matchPlayer_table .team_logo{
    width: .96rem;
    height: .96rem;
}
#mobile .matchPlayer_table .team_name{
    padding: 0 0 0 .2rem;
    line-height: .96rem;
    font-size: .32rem;
}

/* 表格 css start  */
#mobile .el-table .el-table__row .tableDefaultH5 .cell, #mobile .el-table tr .tableDefaultH5{
    padding: 0;
    line-height: 1.04rem;
    font-size: .32rem;
}
#mobile .el-table .cell{
    line-height: 1.04rem;
    font-size: .32rem;
}
#mobile .el-table .el-table__row .teamColumn_style .cell button {
    line-height: 1.04rem;
    font-size: .32rem;
}
#mobile .el-table .cell, .el-table th div, #mobile .el-table--border td:first-child .cell, #mobile .el-table--border th:first-child .cell{
    padding-left: .133rem;
}

#mobile .el-table .cell, #mobile .el-table th div{
    padding-right: .133rem;
}
/* 表格 css end  */