.playerData_summary{
    width: 100%;
    height: auto;
    min-height: 650px;
}


/* banner 区域 start  */
.playerData_summary .playerData_banner{
    width: 100%;
    min-width: 1280px;
    padding-top: 34px;
    height: 330px;
    background-color: #F6F7FB;

}
.playerData_banner .playerData_bannerMain{
    margin: 0 auto;
    width: 1280px;
    height: auto;
}
.playerData_banner .playerData_personInfo{
    float: left;
    width: 640px;
    height: auto;
}
.playerData_personInfo .personInfo_imgSpan{
    float: left;
    width: 180px;
    height: 256px;
    overflow: hidden;

}
.playerData_personInfo .personInfo_imgSpan img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.playerData_personInfo .personInfo_main{
    position: relative;
    float: left;
    padding-left: 60px; 
    width: 460px;
    height: auto;
    color: #242A2F;
    font-weight: bold;
    text-align: left;
}
.personInfo_main .personInfo_name{
    padding-bottom: 14px;
    line-height: 50px;
    font-size: 40px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
}
.personInfo_main .personInfo_on{
    display: block;
    line-height: 24px;
    font-size: 18px;
}
.personInfo_main .personInfo_teamName{
    display: block;
    padding: 2px 0 27px 0;
    line-height: 24px;
    font-size: 20px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
}
.personInfo_main .personInfo_baseInfo{
    display: block;
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.personInfo_main .personInfo_country{
    position: absolute;
    right: 0;
    top: 141px;
    z-index: 2;
    display: block;
    width: 160px;
    line-height: 24px;
    font-size: 14px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.playerData_banner .playerData_personData{
    position: relative;
    float: right;
    padding: 0 33px;
    width: 634px;
    height: 220px;
    background-color: #252B2F;
}
.playerData_personData .personData_main{
    float: left;
    padding-top: 10px;
    width: 360px;
    height: auto;
    overflow: hidden;

}

.personData_main .personData_ul{
    width: 420px;
    height: auto;
}
.personData_ul .personData_li{
    padding-top: 10px;
    width: 100%;
    height: auto;
}

.personData_li .personData_score{
    float: left;
    padding-right: 30px;
    width: 130px;
    height: auto;
}
.personData_score .personData_title{
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.personData_score .personData_num{
    display: block;
    padding-top: 15px;
    font-family: 'DIN';
    font-size: 42px;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.playerData_personData .personData_allDiv{
    position: relative;
    float: left;
    width: 168px;
    height: 168px;
    margin: 18px 0 0 30px;
    background-color: rgba(57, 59, 108, 1);
    border-radius: 50%;
    color: #fff;
}
.personData_allDiv .personData_allText{
    position: absolute;
    top: 34px;
    left: 0;
    z-index: 2;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
}
.personData_allDiv .personData_allNum{
    position: absolute;
    top: 54px;
    left: 0;
    z-index: 2;
    width: 100%;
    font-family: "DIN";
    line-height: 84px;
    font-size: 70px;
    text-align: center;
}

.playerData_personData .allPlayerBtn{
    display: block;
    position: absolute;
    bottom: -50px;
    right: 20px;
    z-index: 100;
    width: auto;
    padding: 0 10px;
    border-radius: 20px;
    border: 1px #ccc solid;
    line-height: 30px;
    font-size: 14px;
}



#pc .playerData_personData .allPlayerBtn:hover{
    background-color: rgba(57, 59, 108, 1);
    border-color: rgba(57, 59, 108, 1);
    color: #fff;
    cursor: pointer;
}
#pc .personInfo_main .allPlayerBtn{
    display: none;
}

#mobile .personInfo_main .allPlayerBtn {
    display: block;
    position: absolute;
    left: 50%;
    bottom: .3rem;
    z-index: 100;
    transform: translateX(-50%);
    border: 1px solid #fff;
    background-color: rgba(57, 59, 108, .5);
    color: #fff;
    padding: 0 .3rem;
    height: calc(.68rem - 2px);
    line-height: calc(.68rem - 2px);
    font-size: .32rem;
    border-radius: .3rem;
}

/* banner 区域 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);
}


.matchPlayer_main .matchPlayer_table{
    position: relative;
    margin: 0 0 106px 0;
    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: 2;
    content: '\20';
    width: 1px;
    height: 100%;
    background-color: #D5DEDE;
}
.matchPlayer_main .matchPlayer_table::after{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    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: 5px 0;
    width: 80px;
    height: 50px;
    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: 5px 0 5px 20px;
    width: auto;
    line-height: 40px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}

.matchPlayer_table .playerTable_main{
    width: 100%;
}
.matchPlayer_table.awayTeam .playerTable_header{
    background-color: rgb(68, 71, 73);
}
.matchPlayer_table.awayTeam  .el-table {
    border:1px solid rgba(213,222,222,1);
    /* margin-bottom: 10px;   */
    border-radius:6px 6px 0px 0px;
    /* border-bottom: none; */
}
.matchPlayer_table.awayTeam .el-table thead th, .matchPlayer_table.awayTeam .el-table thead tr {
    background-color: #242A2F;
    color: #fff;
}
.matchPlayer_table.homeTeam .playerTable_header{
    background-color: rgba(57, 59, 108, 1);
}
.matchPlayer_table.homeTeam .el-table thead th, .matchPlayer_table.awayTeam .el-table thead tr {
    background-color: rgba(57, 59, 108, 1);
    color: #fff;
}

.matchPlayer_table .el-table .el-table__row:last-child>td {
    background:rgba(216,216,216,0.32);
    color: #000;
}



/* 表格经过样式 start */


.matchPlayer_table .el-table .el-table__row>td:hover:first-child{
    color: rgba(57, 59, 108, 1);
    cursor: pointer;
}
.matchPlayer_table .el-table td, .matchPlayer_table .el-table th{
    color: #000;
    text-align: center;
}
.matchPlayer_table .el-table td:first-child, .matchPlayer_table .el-table th:first-child{
    text-align: left;
}

.el-table .el-table__row .teamColumn_style .table_plr10{
    display: block;
    padding: 0 10px;
}



.matchPlayer_table .el-table .el-table__row:last-child:hover >td {
    background:rgba(216,216,216,0.32);
    color: #000;
}


.matchPlayer_table .el-table .el-table__row:nth-last-child(2) >td:hover:first-child, .matchPlayer_table .el-table .el-table__row:last-child >td:hover:first-child {
    color: #000;
    cursor: default;
}
/* 表格经过样式 end */


/* 球员数据 end  */


 /* 选择选项  start*/
 .teamAll_div {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 25px;
 }
 .teamAll_div .teamAll_select{
    height: 66px;
    background:rgba(207,207,207,0.3);
    border-radius: 6px;
    border:1px solid rgba(206,206,206,0.3);
   
 }
 .teamAll_select .select_left, .teamAll_select .select_mid, .teamAll_select .select_right{
    float: left;
    width: 180px;
    height: 64px;
    display: block;
    border-radius: 0;
    position: relative;
    background-color: #fff;
    border-right: 1px solid rgba(232, 232, 232, 1);
 }

.teamAll_select .select_left{
    border-radius: 6px 0 0 6px;
}
.teamAll_select .select_right{
    border-radius: 0 6px 6px 0;
}
.select_left>span{
    float: left;
    font-size:12px;
    color:rgba(149,149,149,1);
    /* border-radius: 6px; */
}
.select_left>span:nth-child(1){
   width: 100%;
   height: 26px;
   line-height: 35px;
   padding-left: 36px;
   background: #fff;
   border-radius: 6px 0 0 0 ;
}
.select_left>span:nth-child(2){
  height: 38px;
}

.select_left>span .el-input__inner{
    font-size:16px;
    font-weight:bold;
    color:rgba(36,42,47,1);
    padding: 0 33px;
    border:none;
    border-radius:0 0 0 6px;
    height: 38px;
    line-height: 38px;
   
}
.select_mid>span:nth-child(1){
    width: 100%;
   height: 26px;
   line-height: 35px;
   padding-left: 36px;
   background: #fff;
 }
.select_mid>span{
    float: left;
    font-size:12px;
    color:rgba(149,149,149,1);
    border-radius: 0;

}
.select_mid>span .el-input__inner{
    font-size:16px;
    font-weight:bold;
    color:rgba(36,42,47,1);
    padding: 0 33px;
    border:none;
    border-radius: 0;
    height: 38px;
    line-height: 38px;  
}

.select_right>span:nth-child(1){
    width: 100%;
   height: 26px;
   line-height: 35px;
   padding-left: 36px;
   background: #fff;
   border-radius: 0 6px 0 0;
 }
.select_right>span{
    float: left;
    font-size:12px;
    color:rgba(149,149,149,1);
    border-radius: 0 0 6px 0 ;

}
.select_right>span .el-input__inner{
    font-size:16px;
    font-weight:bold;
    color:rgba(36,42,47,1);
    padding: 0 33px;
    border:none;
    border-radius: 0 0 6px 0;
    height: 38px;
    line-height: 38px;  
}
 .select_donw{
    top: 666px!important;
}
 .select_donw .popper__arrow{
    top: -8px!important;
    border:1px solid #fff!important;
    background: #fff;
    display:none!important;
}
 .el-select-dropdown__list{
     padding: 0;
 }
.el-select-dropdown__item.selected{
    background:rgba(41, 50, 137, 1)!important;
    color: #fff;
 }

  /* 选择选项  end*/




  /* A组表格部分 */
.leagueTable_content_A .tableRecord{
    margin-top: 30px;
    }
    .el-table {
        border:1px solid rgba(213,222,222,1);
        margin-bottom: 25px;  
    }
    .el-table__header-wrapper{
        color: #fff;
        font-size: 12px;
        background:rgba(42,47,52,1);
    }
    .el-table thead {
        color: #fff;
        height: 50px;
        padding: 0;
        font-weight: bold;
        font-size: 14px;
        }
    
    
    .el-table thead th{padding-top: 18px;padding-bottom: 18px; };
    .el-table thead th:nth-child(2){padding-left: 25px!important;}
    .el-table td{text-align: center;padding: 12px 0; border-bottom: 1px solid rgba(213,222,222,1);}
    .el-table td{padding: 18px 0;}
    .el-table td:last-child{text-align: center;}
    .el-table th{text-align: center;padding: 12px 0;}
    .el-table .el-table__row .cell{padding-left: 0;padding-right: 0;font-size:15px;color:rgba(0,0,0,1);font-weight: bold;}
    .el-table .guest-even-row{background:rgba(247,247,247,1);}
    .el-table .guest-odd-row{background:#fff; }
    .el-table__empty-block{text-align: center;border-bottom: 1px solid rgba(213,222,222,1);height: 50px;line-height: 50px;}
    /* 鼠标滑过颜色 */
    
    /* .el-table table .el-table__row>td:nth-child(2):hover>.cell{color:#A00000;cursor: pointer;} */

    .el-table .el-table__row .teamColumn_style .cell button{
        padding: 0 10px;
        width: 100%;
        border: 1px solid transparent;
        background-color: transparent;
        color: #000;
        font-size: 15px;
        line-height: 20px;
        font-weight: bold;
        text-align: left;
        overflow: hidden;
        cursor: default;
    }
    /* .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(57, 59, 108, 1);
    } */


#mobile .hideH5, #pc .showH5{
    display: none;
}
#mobile .playerData_summary{
    min-height: calc(100vh - 1.33rem);
    background-color: #fff;
}
#mobile .matchPlayer_main{
    width: 100%;
}
#mobile .matchPlayer_title{
    display: none;
}
/* banner css start  */

#mobile .playerData_summary .playerData_banner{
    min-width: 100%;
    padding-top: 0;
    margin-top: 1.33rem;
    height: 4.533rem;
    background-image: url(../../img/youthsports/matchResult_banner.png);
    background-size: cover;
}

#mobile .playerData_banner .playerData_bannerMain{
    width: 100%;
    height: calc(100%);
}

#mobile .playerData_banner .playerData_personInfo{
    position: relative;
    float: none;
    width: 100%;
    height: calc(100%);
}
#mobile .playerData_banner .playerData_personData{
    display: none;
}
#mobile .playerData_personInfo .personInfo_imgSpan{
    position: absolute;
    top: .88rem;
    right: .88rem;
    z-index: 2;
    width: 1.493rem;
    height: 1.493rem;
    border-radius: 50%;
    overflow: hidden;
}
#mobile .playerData_personInfo .personInfo_imgSpan img{
    height: auto;
}
#mobile .playerData_personInfo .personInfo_main{
    position: static;
    float: none;
    padding: 0;
    width: 100%;
    height: calc(100%);
}
#mobile .personInfo_main .personInfo_name{
    position: absolute;
    top: 2.6rem;
    right: .44rem;
    z-index: 2;
    padding: 0;
    width: 2.293rem;
    line-height: .613rem;
    font-size: .426rem;
    color: #fff;
    text-align: center;

}
#mobile .personInfo_onH5{
    position: absolute;
    bottom: .88rem;
    right: .44rem;
    z-index: 2;
    width: 2.293rem;
    color: rgba(187, 164, 95, 1);
    line-height: .453rem;
    font-size: .32rem;
    text-align: center;
}
#mobile .personInfo_main .personInfo_teamLogoH5{
    position: absolute;
    top: 1.33rem;
    left: .88rem;
    z-index: 2;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    width: 1.173rem;
    height: 1.173rem;
    overflow: hidden;
}
#mobile .personInfo_main .personInfo_teamLogoH5 img{
    display: block;
    width: 100%;
    height: auto;
}
#mobile .personInfo_main .personInfo_teamName{
    position: absolute;
    top: 2.6rem;
    left: .44rem;
    z-index: 2;
    padding: 0;
    width: 2.293rem;
    line-height: .613rem;
    font-size: .426rem;
    color: #fff;
    text-align: center;
}
#mobile .personInfo_main .personInfo_baseInfo{
    position: absolute;
    left: 3.533rem;
    z-index: 2;
    padding: 0;
    width: 3rem;
    line-height: .533rem;
    font-size: .32rem;
    color: #fff;
    text-align: left;
    font-weight: normal;
}
#mobile .personInfo_main .personInfo_baseInfo.weightH5{
    top: 1.33rem;
}
#mobile .personInfo_main .personInfo_baseInfo.heightH5{
    top: 1.863rem;
}
#mobile .personInfo_main .personInfo_baseInfo.birthdayH5{
    top: 2.396rem;
}
/* banner css end  */

/* mobile third nav start   */
#mobile #third_header{
    position: relative;
    display: block !important;
    width: 100%;
    min-width: 100%;
    height: 1.173rem;
    background-color: #fff;
    box-shadow: 0 .053rem .106rem rgba(238, 238, 238, 1);
}
#mobile #third_header ul{
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    height: calc(100%);
}
#mobile #third_header>ul>li{
    float: none;
    flex: 1;
    height: calc(100%);

}
#mobile #third_header>ul>li>a{
    font-size: .373rem;
    line-height: 1.173rem;
    cursor: default;
}


/* mobile third nav end   */


/* mobile 筛选框 start */
#mobile .teamAll_div{
    width: 100%;
    padding: 0;
}
#mobile .teamAll_div .teamAll_select{
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    padding: .267rem .4rem 0 .4rem;
    width: 100%;
    height: 1.68rem;
    background-color: rgba(249, 249, 249, 1);
    border: 0;
}
#mobile .teamAll_select>span{
    display: none;
}
#mobile .teamAll_select>span.h5{
    float: none;
    display: block;
    position: relative;
    margin-left: 5%;
    padding: 0;
    width: 30%;
    height: .88rem;
    border-radius: .053rem;
    font-size: 0;
    background-color: #fff;
    border: 1px solid rgba(213, 222, 222, 1);
    overflow: hidden;
}
#mobile .teamAll_select>span.h5:first-child{
    margin: 0;
}
#mobile .teamAll_select>span.h5>span:first-child{
    display: none;
}
#mobile .teamAll_select>span.h5>span:nth-child(2){
    height: calc(.88rem - 2px);
}
#mobile .h5>span .el-input__inner{
    padding: 0 .4rem;
    height: calc(.88rem - 2px);
    line-height: calc(.88rem - 2px);
    font-size: .347rem;
    border-radius: .053rem;
}
#mobile .el-select .el-input .el-select__caret{
    width: .4rem;
    text-align: center;
    font-size: .32rem;
    line-height: calc(.88rem - 2px);
    color: rgba(59, 59, 109, 1);
}
#mobile .el-input__icon:after{
    content: none;
}
#mobile .el-input__suffix{
    right: .04rem;
}

#mobile .select_donw{
    top: calc(1.33rem + 1.173rem + 4.533rem + .88rem + .533rem) !important;
    margin: 0 !important;
    z-index: 200 !important;
}
#mobile .el-select-dropdown__item{
    font-size: .32rem;
    line-height: .88rem;
    height: .88rem;
}
#mobile .el-select-dropdown__item.hover, #mobile .el-select-dropdown__item:hover{
    background-color: #fff;
}
#mobile .el-select-dropdown__wrap{
    max-height: 4.84rem;
}
/* mobile 筛选框 end */


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



#mobile .playerTable_main{
    margin: 0 0 .4rem 0;
    background-color: rgb(42, 47, 52);
}


/* 表格 css start  */
#mobile .matchPlayer_table.awayTeam  .el-table {
    border-radius: 0;
}
#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  */