#xqbj-container .xqbj-main {
    padding-left: 0;
    padding-right: 0;
}

#xqbj-container #home-main-content {
    padding-top: 0;
}

.top-list-page {
    color: #fff;
    padding-bottom: 1.2rem;
    background: #000;
    padding-top: 1.5rem;
}

.top-list-panel {
    margin-top: 0.5rem;
}

.top-list-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-list-tabs {
    display: flex;
    width: 100%;
    border-top: 1px solid #252525;
    border-bottom: 1px solid #252525;
    background: #000;
}

.top-tab {
    width: 50%;
    height: 2.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d6d6d6;
    font-size: 1.28rem;
    font-weight: 700;
    text-decoration: none;
    border-right: 1px solid #252525;
}

.top-tab:last-child {
    border-right: none;
}

.top-tab.active {
    color: #f79004;
}

.top-list-board {
    margin: 1rem;
    padding: 1rem;
    background: #121212;
}

.top-list-item {
    padding: 0.65rem 0;
    border-bottom: 1px solid #202020;
}

.top-list-item:last-child {
    border-bottom: none;
}

.top-list-link {
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
    text-decoration: none;
    width: 100%;
}

.top-rank-no {
    width: 1.85rem;
    min-width: 1.85rem;
    height: 1.85rem;
    border-radius: 0.2rem;
    background: #f79004;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
    margin-top: 0.12rem;
}

.top-list-item:nth-child(n+4) .top-rank-no {
    background: #2e3036;
    color: #f79004;
}

.top-rank-text {
    line-height: 1.3;
    font-size: 1.05rem;
    color: #fff;
    word-break: break-all;
}

@media screen and (min-width: 600px) {
    .top-list-board {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .top-rank-text {
        font-size: 1.08rem;
    }
}
