html,
body {
    height: 100%;
}

.clear {
    margin: 0;
    padding: 0;
    clear: both;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
    width: 1200px;
}

.wrap > .container {
    padding: 70px 0 0 0;
}

.footer {
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding: 20px;
    margin-top: 20px;
}

.footer-center {
    float: right;
    width: 100%;
    text-align: center;
}

.customer-navbar-brand {
    padding: 0 15px 0 0;
}

.navbar-inverse .customer-navbar-nav > li > a {
    font-size: 16px;
    color: #fff;
}

.navbar-inverse .customer-navbar-nav > li > a::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0.6em;
    bottom: 0.6em;
    width: 1px;
    background-color: #ffffff;
}

.navbar-inverse .customer-navbar-nav > li:last-child > a::before {
    display: none;
}

.vertical-center {
    align-items: center;
    display: -webkit-flex;
}

.head-tab {
    background: blueviolet;
    margin: 0 1px;
}

.date {
    position: relative;
    top: -2px;
    display: inline-block;
    margin-right: 10px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #3a84ff;
}

.game-item {
    padding: 0 15px;
}

.score {
    color: #313131;
}


.pay-btn .btn-primary {
    color: #fff;
    background-color: #b5170b;
    border-color: #b5170b;
}

.pay-btn .btn-primary:hover {
    color: #fff;
    background-color: #B01F37;
    border-color: #B01F37;
}

.pay-btn .btn-primary:focus {
    color: #fff;
    background-color: #B01F37;
    border-color: #B01F37;
}

.pay-btn .btn-primary:active {
    color: #fff;
    background-color: #B01F37;
    border-color: #B01F37;
}

.pay-btn .btn-primary:visited {
    color: #fff;
    background-color: #B01F37;
    border-color: #B01F37;
}

.pay-btn .btn-primary:active:hover {
    color: #fff;
    background-color: #DD5345;
    border-color: #DD5345;
}

.list-group-item-hover:hover {
    background: #ccc !important;
}

.category-nav > li > a.all {
    position: relative;
    display: block;
    padding: 10px 15px;
    text-align: center;
    font-size: 20px;
}

.category-nav > li.active > a.all,
.category-nav > li.active > a.all:hover,
.category-nav > li.active > a.all:focus {
    font-size: 20px;
}

.category-nav > li.active > a,
.category-nav > li.active > a:hover,
.category-nav > li.active > a:focus {
    color: #fff;
    background-color: #ee7777 !important;
}

.playback-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.category-nav-header {
    text-align: center;
    background: #dadada;
    font-size: 14px;
    color: #333333;
    line-height: 28px;
}


.module-title:before {
    width: 2px;
    height: 16px;
    background: #c23030;
    content: "|";
    color: #c23030;
    margin-right: 3px;
    margin-left: 3px;
}

.module-title {
    font-size: 16px;
    font-weight: Bold;
    text-align: left;
    color: #333333;
    margin: 0;
    padding: 0;
    float: left;
}

.module-more {
    float: right;
}

.module-title-container {
    padding: 5px 0;
    margin-top: 30px;
}

.nav-active {
    border-bottom: 2px solid #ffffff;
    height: 50px;
}


.game-info-container .left-team-name {
    text-align: right;
}

.game-info-container .right-team-name {
    text-align: left;
}

.game-info-container .game-name {
    text-align: center;
    font-size: 24px;
    margin-top: 0;
    color: #ffffff;
}

.game-info-container .game-time {
    text-align: center;
    font-size: 20px;
    margin-top: 0;
    color: #ffffff;
}


.game-info-container .game-status {
    text-align: center;
    font-size: 20px;
    margin-top: 0;
    color: #ffffff;
}

.category-game-time {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}


.red {
    color: #ce2623 !important;
}

.blue {
    color: #017bd1 !important;
}

.green {
    color: #009900 !important;
}

.game-videos-btn-container {
    margin-top: 10px;
}

.game-info-container {
    display: flex;
    align-items: center;
    background: #193141;
    height: 200px;
}

.game-info-container .team-logo {
    width: 80px;
    margin-bottom: 10px;
}

.game-info-container .team-name {
    font-size: 20px;
    color: #ffffff;
}

a.line-pay-btn {
    border-color: #EC808D;
    margin-right: 10px;
}


a.line-pay-btn:last-child {
    margin-right: 10px;
}

.category-desc {
    font-size: 14px;
    font-weight: Normal;
    text-align: left;
    color: #333333;
    line-height: 23px;
    padding: 10px;
}

.list-item {
    line-height: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    font-size: 14px;
    font-weight: Normal;
    color: #333333;
    padding: 0 10px;
}

.group-game-item {
    border: none;
}

.group-game-item:nth-child(2n) {
    background-color: #F7F7F7;
}


.live-list-group-time {
    border: none;
    background: rgba(221, 83, 69, 0.22);
}


/**
视频分享
 */

.share-lock-modal-dialog {
    width: 460px;
    margin: 100px auto;
}

.share-lock-title-container {
    top: 13%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -0%);
    -webkit-transform: translate(-50%, 0%);
    text-align: center;
    line-height: 26px;
}

.share-lock-title-container .title {
    font-size: 26px;
    color: red;
    font-weight: bold;
}

.share-lock-title-container .subtitle {
    top: 18%;
    color: #e89049;
    font-size: 18px;
}

.share-lock-content-container {
    top: 39%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -0%);
    -webkit-transform: translate(-50%, 0%);
    text-align: center;
    line-height: 16px;
    width: 80%;
    color: #ffffff;
    background-color: #959085de;
    border-radius: 3px;
}

.share-lock-content-container p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 4px;
}


.share-lock-modal-content {
    background: transparent;
    border: none;
    border-radius: unset;
    box-shadow: none;
    position: relative;
    width: 460px;
}

.share-lock-button {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -0%);
    -webkit-transform: translate(-50%, 0%);
    bottom: 30px;
    border: 3px solid #ffffff;
    border-radius: 40px;
    padding: 10px 28px;
    text-align: center;
    background: #F2BE21;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
}

.share-lock-close-button {
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    opacity: 1;
}

/**
视频分享
 */


.ex-pagination {
    justify-content: center;
    display: flex;
}

.playback-nav-pills > li.active > a,
.playback-nav-pills > li.active > a:hover,
.playback-nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #DD5345 !important;
}


.live-nav-pills > li.active > a,
.live-nav-pills > li.active > a:hover,
.live-nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #DD5345 !important;
}

.rankings-nav-pills > li.active > a,
.rankings-nav-pills > li.active > a:hover,
.rankings-nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #DD5345 !important;
}


.rankings-nav-pills > li > a {
    border: 1px solid #cccccc;
}

#subnav_box{
    display: none;
}


/**移动端样式*/
@media (max-width: 767px) {
    .wrap, .container, .navbar-header, .navbar-collapse, .customer-navbar-nav, .col-md-3, .col-md-9 {
        width: 100%;
    }
    .wrap > .container{
        padding: 160px 0 0 0;
    }
    .navbar-header {
        flex-shrink: 0;
    }
    .navbar-collapse {
        display: flex !important;
    }
    .navbar-collapse .navbar-nav {
        display: flex;
        flex-wrap: wrap;
    }
    .navbar-collapse .navbar-nav > li {
        flex-shrink: 0;
    }
    .navbar-inverse .customer-navbar-nav > li > a {
        font-size: 12px;
    }
    .container > .col-md-3 {
        display: none;
    }
    #subnav_box {
        display: block;
    }
    .subnav-box {
        margin-top: 1px;
        height: 36px;
        background: #E7E6E6;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        position: relative;
        white-space: nowrap;
    }
    .subnav-box::-webkit-scrollbar {
        display: none;
    }
    .subnav-box .swiper-wrapper {
        display: inline-flex;
        flex-wrap: nowrap;
        width: max-content;
        transform: none !important;
    }
    .subnav-box a.active {
        color: #DD5345;
        border-bottom: 2px solid #DD5345;
    }
    .subnav-box a {
        flex-shrink: 0;
        display: inline-block;
        width: auto;
        height: 36px;
        font-size: 14px;
        color: #777777;
        line-height: 39px;
        padding-left: 10px;
        padding-right: 10px;
        text-decoration: none;
        white-space: nowrap;
    }
    .subnav-box .swiper-button-disabled {
        opacity: 0;
    }

    .group-game-item {
        border: none;
        background: #eef3fa;
        border-radius: 10px;
        margin: 8px 6px;
        padding: 10px 6px;
    }

    .group-game-item img.img-responsive.center-block {
        margin-bottom: 10px;
    }

    .group-game-item > .row {
        padding: 0 !important;
        margin: 0 !important;
    }

    .group-game-item .row.d-none.d-lg-flex {
        display: grid !important;
        grid-template-columns: 1fr 1.2fr 1fr;
        grid-template-rows: auto auto auto;
        gap: 4px 6px;
        align-items: center;
        justify-items: center;
        margin: 0 !important;
    }

    .group-game-item .row.d-none.d-lg-flex > div {
        display: block !important;
        width: auto !important;
        max-width: 100% !important;
        padding: 0 !important;
        text-align: center !important;
        float: none !important;
    }

    .group-game-item .row.d-none.d-lg-flex > div:nth-child(1) {
        grid-column: 2;
        grid-row: 2;
        font-size: 13px;
        color: #666;
    }

    .group-game-item .row.d-none.d-lg-flex > div:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
        font-size: 13px;
        font-weight: bold;
        color: #333;
    }

    .group-game-item .row.d-none.d-lg-flex > div:nth-child(3) {
        grid-column: 1;
        grid-row: 2;
    }

    .group-game-item .row.d-none.d-lg-flex > div:nth-child(4) {
        grid-column: 1;
        grid-row: 1;
    }

    .group-game-item .row.d-none.d-lg-flex > div:nth-child(5) {
        display: none !important;
    }

    .group-game-item .row.d-none.d-lg-flex > div:nth-child(6) {
        grid-column: 3;
        grid-row: 1;
    }

    .group-game-item .row.d-none.d-lg-flex > div:nth-child(7) {
        grid-column: 3;
        grid-row: 2;
    }

    .group-game-item .row.d-none.d-lg-flex > div:nth-child(8) {
        grid-column: 2;
        grid-row: 3;
    }

    .group-game-item .row.d-none.d-lg-flex img {
        width: 44px !important;
        height: 44px;
        object-fit: contain;
    }

    .group-game-item .row.d-none.d-lg-flex .team-name {
        display: inline-block;
        font-size: 13px;
        color: #333;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .group-game-item .row.d-none.d-lg-flex .game-type {
        font-size: 12px;
        color: #888;
    }

    .group-game-item .pay-btn .btn {
        padding: 4px 12px;
        font-size: 12px;
        border-radius: 16px;
        background-color: #4a82ff;
        border-color: #4a82ff;
        color: #fff;
    }

}