.leagueTable{
    width: 100%;
    min-height: 650px;
 }
/* 头部banner */
.five_cop_brief_banner{
    background: #000;
    width: 100%;
    min-width: 1280px;
    height: 300px;
     
 }
 .five_cop_brief_banner .five_cop_brief_banner_box{
    background-image: url(/r/cms/www/default/img/youthsports/images_all/agent_banner.png);
    background-size: cover;
    width: 1280px;
    height: 300px;
    margin:0 auto;
 }

 .five_cop_brief_banner_box .brief_title{
    text-align: right;
    padding-right: 100px;
 }
 .brief_title>span{ 
    display: block;
    color: #FFFFFF;
 }
 .brief_title .brief_country{
    padding-top: 76px;
    font-size: 36px;
    letter-spacing: 3px;
    font-weight: bold;
 }
 .brief_title .brief_proice{
    padding-top: 18px;
    font-size: 22px;
    letter-spacing: 2px;
  
}
.brief_title .brief_sex{
    padding-top: 6px;
    font-size: 22px;;
    letter-spacing: 2px;
}


 /* 表格部分A组标题 */

 .rankTop_main{
    display: none;
    /* padding-bottom: 150px; */
 }
 .rankTop_main.isShow{
     display: block;
 }

 .leagueTable_content{
    width: 1280px;
    margin: 0 auto;
 }
 .leagueTable_content .content_company{
    font-size:16px;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:24px;
    letter-spacing:1px;
 }
 .leagueTable_content .company_text{
    padding-top:30px;
    font-size:16px;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:24px;
    letter-spacing:1px;
 }
 .leagueTable_content .company_time{
     float:right;
    font-size:12px;
    color:rgba(164,164,164,1);
    line-height:24px;
 }
 .content_Company{
   padding-top: 30px;
   font-size: 16px;
   font-weight: 500;
   color: rgba(51,51,51,1);
   line-height: 24px;
   letter-spacing: 1px;
 }
 .leagueTable_content .company_search{
    width:220px;
    height:48px;
    margin: 60px auto 0;
    text-align: center;
    border-radius:6px;
    border:1px solid rgba(160,0,0,1);
    font-size:16px;
    font-weight:600;
    color:rgba(160,0,0,1);
    line-height:48px;
    letter-spacing:1px;
    cursor: pointer;
 }
 .leagueTable_content .company_search:hover{
    background: rgba(160,0,0,1);
    color:#fff;
 }
 .scend_ranking_kong{
    display:none;
    width: 750px;
    height: auto;
    margin: 50px auto;
 }
 .scend_ranking_kong.isShow{
  display:block;
}
 .scend_ranking_kong>img{
    width: 100%;
    height: 100%;
 }
.leagueTable_content_A{
    width: 100%;
 }
 .leagueTable_content_A .leagueTable_content_A_title{
    padding-top: 75px;
    font-size:34px;
  
    font-weight:bold;
    color:rgba(36,42,47,1);
    line-height:44px;
 }

/* A组表格部分 */
.leagueTable_content_A .tableRecord{
margin-top: 20px;
}
.el-table {
    border:1px solid rgba(213,222,222,1);
    margin-bottom: 10px;  
}
.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 .el-table__row .teamColumn_style .cell, .el-table tr .teamColumn_style{
    text-align: left;
}
.finalRanking_content_list .teamColumn_style{
    width: 428px;
}
.el-table .el-table__row .teamColumn_style .cell button, .finalRanking_content_list .teamColumn_style button{
    padding: 0;
    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;
}
.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, .finalRanking_content_list .teamColumn_style button:hover, .finalRanking_content_list .teamColumn_style button:active, .finalRanking_content_list .teamColumn_style button:focus{
    color: #A00000;
}

