.leaguerank-wrap {
    position: relative;
    display: inline-block;
    width: 288px;
    vertical-align: top;
}

.leaguerank-wrap .lr-head,
.leaguerank-wrap .lr-body {
    width: 288px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    overflow: hidden;
}

.leaguerank-wrap .lr-head {
    height: 90px;
}

.leaguerank-wrap .lr-top {
    display: flex;
    align-items: center;
    height: 44px;
    margin: 0 10px;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.leaguerank-wrap .lr-sport-tabs {
    display: flex;
    align-items: center;
    flex: 1;
}

.leaguerank-wrap .lr-sport-tab {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    text-decoration: none;
    cursor: pointer;
}

.leaguerank-wrap .lr-sport-tab.active {
    font-size: 16px;
    line-height: 22px;
    color: #1d7ddf;
    font-weight: 600;
}

.leaguerank-wrap .lr-more {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    font-size: 12px;
    line-height: 13px;
    color: #1d7ddf;
    text-decoration: none;
}

.leaguerank-wrap .lr-more .lr-arrow {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("//www.500cache.com/home2026/icon-arrow-right.png") no-repeat center;
    background-size: contain;
}

.leaguerank-wrap .lr-league-tabs {
    display: flex;
    align-items: center;
    height: 46px;
    padding: 9px 10px 10px;
    box-sizing: border-box;
}

.leaguerank-wrap .lr-league-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    min-width: 44px;
    margin-right: 11px;
    padding: 0 10px;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 17px;
    color: #666;
    text-decoration: none;
    cursor: pointer;
}

.leaguerank-wrap .lr-league-tab:last-child {
    margin-right: 0;
}

.leaguerank-wrap .lr-league-tab.active {
    background: #1d7ddf;
    color: #fff;
    font-weight: 500;
}

.leaguerank-wrap .lr-body {
    margin-top: 3px;
    min-height: 560px;
}

.leaguerank-wrap .lr-table-panel.hide {
    display: none;
}

.leaguerank-wrap .hide {
    display: none;
}

.leaguerank-wrap .lr-table-head,
.leaguerank-wrap .lr-row {
    display: flex;
    align-items: center;
    width: 268px;
    margin: 0 10px;
    box-sizing: border-box;
}

.leaguerank-wrap .lr-table-head {
    height: 44px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 12px;
    line-height: 17px;
    color: #333;
    white-space: nowrap;
}

.leaguerank-wrap .lr-row {
    position: relative;
    height: 36px;
    border-bottom: 1px solid #f3f4f7;
    font-size: 12px;
    line-height: 17px;
    color: #333;
    overflow: hidden;
}

.leaguerank-wrap .lr-rank {
    width: 49px;
    padding-left: 18px;
    box-sizing: border-box;
    white-space: nowrap;
}

.leaguerank-wrap .lr-team {
    width: 123px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.leaguerank-wrap .lr-wdl {
    width: 72px;
    text-align: center;
    white-space: nowrap;
}

.leaguerank-wrap .lr-score {
    width: 24px;
    text-align: center;
    white-space: nowrap;
}

.leaguerank-wrap .lr-row .lr-score {
    color: #1d7ddf;
}

.leaguerank-wrap .lr-table-head .lr-rank {
    padding-left: 10px;
}

body.sport-news-body .against-section {
    margin-top: 15px;
    margin-bottom: 20px;
}

body.sport-news-body .against-section #duizhen_div.tabs-cnt {
    display: block;
}

body.sport-news-body .against-section .tool-card {
    margin-top: 0;
}
