/*scoreboard 积分榜*/
.scoreboard{width:100%;text-align: center;font-size: 0;overflow: hidden;}
.scoreboard a:link, .scoreboard a:visited {color: #0a0a0a;}
.scoreboard a:hover, .scoreboard a:active {color: #d31726;font-weight: bold;}
.scoreboard .score-nav{display: inline-block;width:20.5px;height:30px;line-height: 30px;background: #f9f9f9;font-size: 14px;margin-bottom: 20px;}
.scoreboard .nav-selected{background: #d31726;color: #fff;}
.scoreboard .score-cont{border: 1px solid #ccc;font-size: 12px;}
.score-cont_table {width: 100%;line-height: 28px;}
.score-cont_table th {background: #f9f9f9;font-weight: bold;}
.score-cont_table tr:hover td{ color: #d31726; font-weight: bold;}
.score-cont_table tr:hover a{ color: #d31726; font-weight: bold;}
/*.score-cont_table td {height: 28px; overflow: hidden;}*/

/*scorer 射手榜*/
.scorer .score-nav {width: 65px;position: relative;}
.score-bordrig:after {position: absolute; right: 0; top: 7px; content: '';width: 1px;height: 16px;background: #e6e6e6;}
.scorer .score-nav_icon {display: none;position: absolute;bottom: 0;left: 50%;margin-left: -5px;width: 0;height: 0;
    border-left: 5px solid transparent;border-right: 5px solid transparent;border-bottom: 5px solid #fff;}
.nav-selected .score-nav_icon {display: block;}
.nav-selected.score-bordrig:after {width: 0;}
/*全部榜单*/
.scorer-all {display: block;color: #fff;background: #5199eb;height: 30px;line-height: 30px;text-align: center;font-size: 12px;}

.scoreboard_name {display: block; max-width: 120px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

/*对阵图*/
.against .score-nav {width: 50px;}
.against .score-cont {height: 224px;}
.against .team1 {text-align: right;}
.against .team-score {width: 50px;}
.against .team2 {text-align: left;}

