@media only screen and (max-width: 1280px) {
    .body {
        padding:12px;
        width: unset
    }

    .live-container {
        min-height: 160px
    }

    .live-container .only-vip {
        bottom: 12px;
        left: 12px;
        right: 12px;
        top: 12px
    }

    .live-container .only-vip .center {
        gap: 18px
    }

    .live-container .only-vip .center .text {
        color: #fff;
        font-size: 14px;
        line-height: 16px
    }

    .live-container .only-vip .center .upgrade-btn {
        font-size: 12px;
        line-height: 14px
    }

    .live-container .not-start .not-start-btn {
        font-size: 20px;
        line-height: 24px
    }

    .match-info-container {
        margin-top: -96px;
        padding: 16px
    }

    .match-info-container .league {
        display: none
    }

    .match-info-container .match-name {
        font-size: 16px;
        line-height: 19px
    }

    .match-info-container .match-point {
        width: 100%
    }

    .match-info-container .match-point .team {
        margin-top: 10px
    }

    .match-info-container .match-point .team .team-logo {
        height: 62px;
        width: 62px
    }

    .match-info-container .match-point .team .team-name {
        font-size: 16px;
        line-height: 19px
    }

    .match-info-container .match-point .points {
        margin-bottom: 24px
    }

    .match-info-container .match-point .points .point {
        border-radius: 6px;
        font-size: 26px;
        line-height: 31px;
        padding: 5px 10px
    }

    .match-info-container .match-point .points .seperator {
        font-size: 26px;
        line-height: 31px;
        margin: 12px
    }

    .match-info-container .match-point .time {
        display: none
    }

    .categories-container {
        gap: 0;
        grid-template-columns: 1fr
    }

    .category-row {
        display: flex;
        flex-direction: column;
        height: auto;
        padding-bottom: 8px
    }

    .category-row .item.start {
        justify-content: center;
        margin: 8px 0
    }

    .category-row .item.center {
        gap: 8px;
        justify-content: flex-start
    }

    .category-row .item.center .bottom {
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-size: 10px;
        line-height: 12px;
        overflow: hidden
    }

    .category-row .item.end {
        display: none
    }

    .calendar-container {
        margin-top: -72px
    }

    .tab {
        font-size: 14px;
        line-height: 20px
    }

    .share {
        align-items: center;
        display: flex
    }

    .video-footer {
        margin-top: 8px
    }

    .video-footer .row {
        gap: 6px
    }

    .video-footer .row .icon {
        padding: 3px
    }

    .video-footer .btn {
        font-size: 14px;
        line-height: 18px;
        padding: 6px 8px
    }

    .video-footer .btn.active {
        padding: 7px 9px
    }

    .report-content {
        padding: 0 16px;
        width: 280px
    }

    .send-btn {
        margin-bottom: 20px;
        margin-right: 20px
    }
}
