.caiqiu-page {
    min-width: 1200px;
    background: #1C2232;
}

.caiqiu-page .world-cup-container {
    min-height: 100vh;
    background: #1C2232;
}

.caiqiu-top-banner {
    width: 100%;
    height: 550px;
    background: url("../images/lobby/banner_xb.png") center center no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
}

.caiqiu-top-banner .top-banner-content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
}

.caiqiu-main {
    width: 100%;
    padding: 30px 0 70px;
    background: #1C2232 url("../images/lobby/bg-2.jpg") top center no-repeat;
    background-size: 100% auto;
    position: relative;
    z-index: 2;
}

.caiqiu-content-wrapper {
    width: 1200px;
    margin: 0 auto;
}

.caiqiu-page .section-block {
    width: 100%;
    margin: 0;
}

.caiqiu-page .section-header {
    justify-content: flex-end;
    margin-bottom: 16px;
}

.caiqiu-page .section-title {
    display: none;
}

.caiqiu-page .guess-ball {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 16px;
    margin-bottom: 0;
}

.caiqiu-page .guess-ball > .item {
    min-width: 0;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: rgba(14, 18, 32, 0.78);
    border-radius: 0 12px 12px 12px;
}

.caiqiu-page .guess-ball > .item.empty {
    grid-column: 1 / -1;
    align-items: center;
    justify-content: center;
}

.caiqiu-page .guess-ball > .item .title {
    font-size: 16px;
}

.caiqiu-page .guess-ball > .item > p {
    font-size: 12px;
    padding: 8px 12px 4px;
}

.caiqiu-page .guess-ball-match {
    padding-bottom: 8px;
}

.caiqiu-page .guess-ball-team-name {
    font-size: 14px;
}

.caiqiu-page .guess-ball .gm-result .item span {
    font-size: 13px;
}
