<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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 &gt; .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 &gt; li &gt; a {
    font-size: 16px;
    color: #fff;
}

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

.navbar-inverse .customer-navbar-nav &gt; li:last-child &gt; 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 &gt; li &gt; a.all {
    position: relative;
    display: block;
    padding: 10px 15px;
    text-align: center;
    font-size: 20px;
}

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

.category-nav &gt; li.active &gt; a,
.category-nav &gt; li.active &gt; a:hover,
.category-nav &gt; li.active &gt; 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;
}
</pre></body></html>