.body-wrapper {
    background-color: #f9f7f7
}

.body {
    margin: 0 auto;
    padding: 40px;
    width: 1136px
}

.big-header {
    height: 160px !important
}

.match-info-container {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 20px rgba(209, 62, 52, .06);
    display: grid;
    padding: 40px;
    place-items: center
}

.match-info-container .league {
    color: #1a202c;
    font-size: 16px;
    line-height: 19px;
    text-align: center
}

.match-info-container .match-name {
    color: #1a202c;
    font-size: 32px;
    font-weight: 900;
    line-height: 38px;
    margin-top: 16px;
    text-align: center
}

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

.match-info-container .match-point .team {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-top: 32px
}

.match-info-container .match-point .team .team-logo {
    height: 124px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 124px
}

.match-info-container .match-point .team .team-name {
    color: #1a202c;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    margin-top: 16px;
    text-align: center
}

.match-info-container .match-point .points {
    align-items: center;
    display: flex;
    justify-content: center
}

.match-info-container .match-point .points .point {
    background: #9a1b13;
    border-radius: 16px;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    padding: 11px 18px;
    text-align: center
}

.match-info-container .match-point .points .seperator {
    color: #9a1b13;
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    margin: 24px;
    text-align: center
}

.match-info-container .match-point .time {
    color: #1a202c;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin-top: 8px;
    text-align: center
}

.match-info-container .match-point .statue {
    color: #1a202c;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin-top: 8px;
    text-align: center
}

.live-container {
    margin-top: 40px;
    min-height: 560px;
    position: relative
}

.live-container .only-vip {
    background-color: #1a202c;
    bottom: 40px;
    left: 40px;
    position: absolute;
    right: 40px;
    text-align: center;
    top: 40px;
    z-index: 1
}

.live-container .only-vip .center {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 36px
}

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

.live-container .only-vip .center .upgrade-btn {
    background: #d13e34;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    padding: 12px 24px
}

.live-container .not-start {
    background: url(../images/bg_not_start.png);
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.live-container .not-start .not-start-btn {
    background-color: rgba(209, 62, 52, .8);
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-size: 44px;
    font-weight: 600;
    line-height: 53px;
    padding: 12px 24px
}

.video-footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 16px
}

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

.video-footer .row .icon {
    cursor: pointer;
    padding: 8px
}

.video-footer .btn {
    background-color: #f9f7f7;
    border: 1px solid #d13e34;
    border-radius: 8px;
    box-sizing: border-box;
    color: #d13e34;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    padding: 10px 15px
}

.video-footer .btn.active {
    background-color: #d13e34;
    color: #fff
}

.category {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 1px 3px rgba(209, 62, 52, .1);
    padding: 24px
}

.category-title {
    align-items: center;
    border-bottom: 1px solid #4a5568;
    display: flex;
    padding-bottom: 20px
}

.category-title .logo {
    border-radius: 50%;
    height: 48px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 48px
}

.category-title .text {
    color: #1a202c;
    font-size: 20px;
    font-weight: 900;
    line-height: 24px
}

.categories {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 30px;
    margin-top: 28px
}

.category-row {
    border-bottom: 1px solid #edf2f7;
    display: grid;
    grid-template-columns: 2fr 14fr 2fr;
    height: 70px;
    text-align: center
}

.category-row .center-area {
    display: grid;
    grid-template-columns: 5fr 3fr 5fr
}

.category-row:hover {
    background-color: rgba(237, 242, 247, .8);
    border-radius: 12px;
    margin: 0 -12px;
    padding-left: 12px;
    padding-right: 12px
}

.category-row .item {
    align-items: center;
    display: flex;
    overflow: hidden
}

.category-row .item.live_football_game_team {
    justify-content: flex-end
}

.category-row .item.center {
    flex-direction: column;
    justify-content: center
}

.category-row .item.center .top {
    color: #1a202c;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px
}

.category-row .item.center .bottom {
    color: #4a5568;
    font-size: 14px;
    line-height: 17px
}

.category-row .item.end {
    justify-content: flex-end
}

.team-name {
    color: #1a202c;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.team-logo {
    height: 32px;
    margin: 0 8px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 32px
}

.watch-btn {
    background:#e1e1e1;
    border: none;
    border-radius: 1000px;
    color: #d13e34;
    cursor: pointer;
    font-size: 14px;
    height: 32px;
    line-height: 19px;
    padding: 6px 12px
}

.watch-btn.start{
    background: #d13e34;
    border: none;
    border-radius: 1000px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 32px;
    line-height: 19px;
    padding: 6px 12px
}

.filter-container {
    align-self: flex-start;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 1px 3px rgba(209, 62, 52, .1);
    display: grid;
    gap: 32px;
    grid-template-columns: 1fr;
    padding: 24px
}

.filter-container-mobile {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px
}

.filter-group .top_stream_leagues_title {
    color: #1a202c;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 10px
}

.filter-row {
    align-items: center;
    cursor: pointer;
    display: flex;
    padding: 6px 0
}

.filter-row:hover {
    background-color: rgba(237, 242, 247, .8);
    border-radius: 12px;
    margin: 0 -12px;
    padding: 6px 12px
}

.filter-row .logo {
    border-radius: 50%;
    height: 40px;
    margin-right: 12px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 40px
}

.filter-row .text {
    color: #1a202c;
    font-size: 16px;
    line-height: 19px
}

.info {
    margin-top: 36px
}

.info .title {
    font-size: 18px;
    line-height: 22px
}

.info .text {
    font-size: 16px;
    line-height: 22px
}

.report-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 40px;
    width: 322px
}

.report-content .title {
    color: #1a202c;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px
}

.report-content .reasons {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.report-content .reasons .reason {
    align-items: center;
    gap: 12px
}

.report-content .reasons .reason>div>label {
    align-items: center;
    display: flex;
    margin-bottom: 15px
}

.report-content .reasons .reason>div>label input {
    background: #fff;
    border: 1px solid #a0aec0;
    border-radius: 100px;
    box-sizing: border-box;
    height: 22px;
    margin: 0 10px 0 0;
    width: 22px
}

.report-content .reasons .reason>div>label span,
.report-content .tool-tip {
    color: #1a202c;
    font-size: 18px;
    line-height: 22px
}

.send-btn {
    background: #d13e34;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 40px;
    margin-right: 40px;
    padding: 12px 24px
}

.player-container {
    background-color: #000;
    background-image: url(../images/bg_not_start.png);
    background-size: cover;
    margin-top: 24px;
    padding-top: 56.25%;
    position: relative;
    width: 100%
}

.player-container .box-schedule {
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.player-container .box-schedule .box-logo {
    display: flex;
    height: 50%
}

.player-container .box-schedule .box-logo .item-logo {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: center
}

.player-container .box-schedule .box-logo .item-logo .logo-container {
    height: 150px;
    width: 150px
}

@media (max-width:540px) {
    .player-container .box-schedule .box-logo .item-logo .logo-container {
        height: 75%;
        width: 75%
    }
}

.player-container .box-schedule .box-logo .item-logo .logo-container img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.player-container .box-schedule .box-countdown {
    align-items: center;
    display: flex;
    font-size: 30px;
    height: 50%;
    justify-content: center
}

@media (max-width:540px) {
    .player-container .box-schedule .box-countdown {
        font-size: 16px
    }
}

.player-container #player-html5 {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.player-container #player-html5 .iframe-wrapper {
    height: 100%;
    width: 100%
}

.player-container #loadingPlayer {
    align-items: center;
    display: none;
    height: 100%;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100%
}

.player-container #loadingPlayer img {
    height: 40px;
    width: 40px
}

.player-container .txt-count-down {
    color: #fff;
    margin-top: 20px
}

.popup-player {
    background-color: rgba(30, 41, 59, .9);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999
}

@media (max-width:1025px) {
    .popup-player {
        background: #000;
        height: 100vh;
        left: 0;
        overflow-y: scroll;
        position: fixed;
        top: 0;
        width: 100vw
    }
}

.popup-player .popup-player-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    margin: auto;
    text-align: center;
    width: calc(100% - 50px)
}

@media (max-width:1030px) {
    .popup-player .popup-player-container {
        background: #0f172a;
        border-radius: 0;
        display: block;
        width: 100%
    }
}

.popup-player .popup-player-container .container-close {
    align-items: center;
    display: none;
    padding: 15px
}

@media (max-width:1025px) {
    .popup-player .popup-player-container .container-close {
        display: flex
    }
}

.popup-player .popup-player-container .container-close .btn-close-popup-package {
    padding: 5px
}

.popup-player .popup-player-container .container-close .title-upgrade {
    color: #fff;
    font-weight: 700;
    position: relative;
    top: -2px
}

.popup-player .popup-player-container .count-down-popup {
    background-color: #fdc400;
    border-radius: 5px;
    color: #1a202c;
    margin: 15px;
    padding: 6px 12px
}

.popup-player .popup-player-container .txt-upgrade {
    color: #fff;
    font-size: 18px;
    margin-top: 40px
}

@media (max-width:1025px) {
    .popup-player .popup-player-container .txt-upgrade {
        display: none
    }
}

.popup-player .popup-player-container .list-package {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    width: 100%
}

@media (max-width:1025px) {
    .popup-player .popup-player-container .list-package {
        flex-direction: column;
        margin-top: 0;
        padding: 0 15px
    }
}

.popup-player .popup-player-container .list-package .item-package {
    align-items: flex-start;
    background: #0f172a;
    border: 1px solid #10b98100;
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: auto;
    margin-right: 24px;
    padding: 24px;
    position: relative;
    width: 33.3333333333%
}

@media (max-width:1025px) {
    .popup-player .popup-player-container .list-package .item-package {
        background-color: hsla(0, 0%, 100%, .1);
        margin-top: 0;
        padding: 16px
    }
}

.popup-player .popup-player-container .list-package .item-package:last-of-type {
    margin-right: 0
}

@media only screen and (max-width:991px) {
    .popup-player .popup-player-container .list-package .item-package {
        align-items: center;
        flex-direction: row;
        margin: 0;
        max-width: 100%;
        min-width: 100%
    }

    .popup-player .popup-player-container .list-package .item-package:last-of-type {
        margin-bottom: 0
    }
}

.popup-player .popup-player-container .list-package .item-package .plan-item-content {
    width: 100%
}

.popup-player .popup-player-container .list-package .item-package .plan-item-content .title-save {
    align-items: center;
    display: flex;
    font-size: 20px
}

.popup-player .popup-player-container .list-package .item-package .plan-item-content .title-save .plan-title {
    color: #fff;
    display: flex;
    flex: 1;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px
}

.popup-player .popup-player-container .list-package .item-package .highlight {
    color: #305dff
}

.popup-player .popup-player-container .list-package .item-package .plan-title {
    color: #fff;
    flex: 1;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px
}

.popup-player .popup-player-container .list-package .item-package .plan-title .time_display_extra {
    color: #fdc400
}

@media only screen and (max-width:991px) {
    .popup-player .popup-player-container .list-package .item-package .plan-title {
        font-size: 14px;
        font-weight: 600;
        line-height: 17px
    }
}

.popup-player .popup-player-container .list-package .item-package .price-wrapper {
    display: flex;
    flex-direction: column;
    margin: 6px 0
}

.popup-player .popup-player-container .list-package .item-package .price-wrapper .top-price {
    align-items: center;
    display: flex
}

@media only screen and (max-width:991px) {
    .popup-player .popup-player-container .list-package .item-package .price-wrapper {
        margin-top: 0
    }
}

.popup-player .popup-player-container .list-package .item-package .prev-price {
    color: hsla(0, 0%, 100%, .6);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-right: 16px;
    text-align: center;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through
}

@media only screen and (max-width:991px) {
    .popup-player .popup-player-container .list-package .item-package .prev-price {
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        text-align: center
    }
}

.popup-player .popup-player-container .list-package .item-package .primary-price {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.popup-player .popup-player-container .list-package .item-package .primary-price .left-content {
    align-items: center;
    display: flex
}

.popup-player .popup-player-container .list-package .item-package .primary-price .sign {
    color: #d13e34;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    text-align: center
}

.popup-player .popup-player-container .list-package .item-package .primary-price .price {
    color: #d13e34;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    margin: 0 6px;
    text-align: center
}

@media only screen and (max-width:991px) {
    .popup-player .popup-player-container .list-package .item-package .primary-price .price {
        font-size: 36px;
        font-weight: 600;
        line-height: 43px
    }
}

.popup-player .popup-player-container .list-package .item-package .primary-price .month {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: center
}

.popup-player .popup-player-container .list-package .item-package .save-label {
    border: 1px solid #10b981;
    border-radius: 16px;
    color: #10b981;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    outline: none;
    padding: 2px 10px;
    right: 24px;
    text-align: center;
    top: 24px
}

.popup-player .popup-player-container .list-package .item-package .btn-select-plan {
    background: #d13e34;
    border: none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    padding: 12px 15px;
    text-align: center
}

.popup-player .popup-player-container .list-package .item-package .btn-select-plan:focus {
    border: none;
    outline: none
}

@media only screen and (max-width:991px) {
    .popup-player .popup-player-container .list-package .item-package .btn-select-plan {
        margin-top: 0
    }
}

.popup-player .popup-player-container .list-package .item-package .plan-description {
    align-items: center;
    color: #10b981;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-top: 20px;
    text-align: center
}

@media (max-width:1025px) {
    .popup-player .popup-player-container .list-package .item-package .plan-description {
        display: none
    }
}

.popup-player .popup-player-container .list-package .item-package .plan-description .icon {
    align-items: center;
    display: flex;
    height: 24px;
    justify-content: center;
    margin-right: 6px;
    max-width: 24px;
    min-width: 24px
}

.popup-player .popup-player-container .list-package .item-package .plan-btn-block {
    display: flex;
    justify-content: flex-end;
    width: 100%
}

@media only screen and (max-width:991px) {
    .popup-player .popup-player-container .list-package .item-package {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
        margin-top: 12px
    }
}

@media (min-width:1025px) {
    .popup-player .popup-player-container .list-package .item-package[data-recommend=true] {
        padding: 40px 24px
    }
}

.popup-player .popup-player-container .list-package .item-package.active,
.popup-player .popup-player-container .list-package .item-package:hover {
    border: 1px solid #10b981
}

.popup-player .popup-player-container .list-benefit {
    display: flex;
    margin-top: 60px;
    padding: 0 140px;
    width: 100%
}

@media (max-width:1025px) {
    .popup-player .popup-player-container .list-benefit {
        flex-direction: column;
        margin-top: 25px;
        padding: 0 15px
    }
}

.popup-player .popup-player-container .list-benefit .benefit-item {
    flex: 1
}

@media (max-width:1025px) {
    .popup-player .popup-player-container .list-benefit .benefit-item {
        display: flex;
        margin-top: 5px
    }
}

.popup-player .popup-player-container .list-benefit .benefit-item .icon {
    margin-right: 10px
}

.popup-player .popup-player-container .list-benefit .benefit-item .benefit-title {
    color: #fff
}

@media (max-width:1025px) {
    .popup-player .popup-player-container .list-benefit .benefit-item .benefit-title {
        font-weight: unset;
        text-align: left
    }
}

.item-package {
    align-content: center;
    background-color: #1e293b;
    border-radius: 55px;
    flex-direction: column;
    justify-content: center;
    margin: 8px auto;
    padding: 24px 24px 50px;
    position: relative;
    width: 350px
}

@media (max-width:1030px) {
    .item-package {
        background-color: unset;
        border: 0;
        border-radius: 8px;
        padding: 12px;
        width: 100%
    }
}

.item-package .item-package-title {
    display: none;
    font-size: 18px;
    font-weight: 700
}

@media (max-width:1030px) {
    .item-package .item-package-title {
        display: block
    }

    .item-package .item-package-1 {
        display: none
    }
}

.item-package .item-package-1 .time {
    font-family: Poppins-SemiBold;
    font-size: 18px;
    text-align: center
}

.item-package .item-package-1 .money {
    align-content: center;
    display: flex;
    justify-content: center;
    margin-top: 5px
}

.item-package .item-package-1 .money .only {
    align-items: center;
    display: flex;
    font-size: 18px;
    margin-right: 10px
}

.item-package .item-package-1 .money .percent {
    align-items: center;
    display: flex;
    font-size: 24px;
    margin-right: 1px
}

.item-package .item-package-1 .money .count-percent {
    font-family: Poppins-SemiBold;
    font-size: 48px
}

.item-package .item-package-1 .per-month {
    text-align: center
}

.item-package .item-package-2 {
    margin-top: 24px
}

@media (max-width:1030px) {
    .item-package .item-package-2 {
        margin-top: 5px
    }
}

.item-package .item-package-2 .item-desc {
    display: flex;
    margin-bottom: 5px
}

.item-package .item-package-2 .item-desc .desc-icon {
    margin-right: 8px
}

.item-package .item-package-2 .item-desc .desc-icon img {
    position: relative;
    top: 2px
}

.upgrade-before-play {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 30px;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 0 50px;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 15px #000;
    top: 0;
    width: calc(100% - 100px)
}

.upgrade-before-play .prematch-container {
    display: none
}

@media (max-width:1030px) {
    .upgrade-before-play {
        font-size: 16px;
        padding: 0 15px;
        width: calc(100% - 30px)
    }
}

.upgrade-before-play strong {
    color: #f91e4e
}

.upgrade-before-play .btn-upgrade-before-play {
    background: #f91e4e;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 18px;
    margin: 15px auto;
    padding: 10px;
    width: 250px
}

@media (max-width:1030px) {
    .upgrade-before-play .btn-upgrade-before-play {
        font-size: 14px;
        margin: 10px auto;
        padding: 5px 10px;
        width: 150px
    }
}

.poll-container {
    position: relative
}


.zhibo_btn{display: flex;flex-wrap: wrap}
.zhibo_btn a{margin:3px;}