<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
*=================================
* é»˜è®¤ä¸»é¢˜
*=================================
*/
/**
*=================================
* é€‰ä¸­é¢œè‰²class
*=================================
*/
a {
  color: #333;
}
a:hover {
  color: #08B28E !important;
}
.active {
  color: #08B28E !important;
  border-color: #08B28E !important;
}
.dot.active {
  background: #08B28E !important;
}
.active-border {
  border-color: #08B28E !important;
}
.active-bg {
  background: #08B28E;
}
a.cur {
  color: #08B28E !important;
}
/**
*=================================
* æ–‡æœ¬å­—ä½“é¢œè‰²class
*=================================
*/
.text-theme {
  color: #08B28E !important;
}
.text-bg-theme-op {
  background: #C9F2E9;
}
.text-bg-theme-op6 {
  background: rgba(8, 178, 142, 0.6);
}
.text-black {
  color: #333;
}
.text-gray {
  color: #666;
}
.text-lightGray {
  color: #999;
}
/**
*=================================
* æµ®åŠ¨class
*=================================
*/
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
/**
*=================================
* èƒŒæ™¯æ¸å˜class
*=================================
*/
.linear-gradient-text {
  background: linear-gradient(180deg, #6f1dcb 0%, #2976c4 39.79492188%, #29acc4 71.94824219%, #66e4b5 100%);
  -webkit-background-clip: text;
  color: transparent;
}
.linear-gradient {
  background: linear-gradient(101deg, #4e43c8, #2991c4, #29acc4, #66e4b5);
}
.linear-gradient-btn {
  background: linear-gradient(88deg, #6f1dcb 0%, #2976c4 40%, #29acc4 72%, #66e4b5 100%);
}
.linear-gradient-thead {
  background: linear-gradient(90deg, #12b2df 0%, #20dbad 100%);
}
.home-team-progress-icon::before {
  background: linear-gradient(0deg, #751dd8 0%, #5ca6f1 100%);
}
.visit-team-progress-icon::before {
  background: linear-gradient(0deg, #11b6e5 0%, #9df1d2 100%);
}
.home-team-progress {
  background: linear-gradient(90deg, #751dd8 0%, #5ca6f1 100%);
}
.visit-team-progress {
  background: linear-gradient(90deg, #11b6e5 0%, #9df1d2 100%);
}
.sprots-recent-title {
  background: linear-gradient(90deg, #11b6e5 0%, #9df1d2 100%);
}
/**
*=================================
* å„ç±»hover
*=================================
*/
.live-table tbody tr:hover:not(.center) {
  color: #fff;
  background: linear-gradient(165deg, #6630e6 0%, #2976c4 52%, #29acc4 72%, #66e4b5 100%);
}
.live-table tbody tr:hover:not(.center) td {
  color: #fff;
}
.live-table tbody tr:hover:not(.center) .link-icon {
  background: url('../../images/link-active-while.png') !important;
}
.live-table tbody tr:hover:not(.center) .hot-icon {
  background: url('../../images/hot-active-icon.png') center center no-repeat;
  background-size: contain;
}
.live-table tbody tr:hover:not(.center) a {
  color: #fff;
}
.live-table tbody tr:hover:not(.center) a:hover {
  color: inherit !important;
}
.live-table tbody tr:hover:not(.center) .score {
  color: #fff;
}
.sports-news-list dl:hover dt h1.date,
.sports-news-list dl:hover dt h2.day,
.sports-news-list dl:hover dd .title {
  color: #08B28E;
}
/**
*=================================
* å„ç±»èƒŒæ™¯å›¾æ›¿æ¢
*=================================
*/
/* å…¬å…±åŒº &amp; å•ä¸€ä¿®æ”¹åŒº */
.ad.left {
  background: url('../../images/default/ad-left.jpg') no-repeat;
}
.ad.right {
  background: url('../../images/default/ad-right.jpg') no-repeat;
}
header::after {
  background: url('../../images/default/header-bg.jpg') center top no-repeat;
}
header.bg-404::after {
  height: 100%;
  background: url('../../images/default/404-bg.jpg') center top no-repeat;
}
footer {
  background: url('../../images/default/footer-bg.png') center top no-repeat;
  background-size: cover;
}
.base-title-box a.more {
  background: url('../../images/default/more.png');
}
.information-item a.information-news::before {
  background: #08B28E;
}
.news-list .news-list-item::before {
  background: #08B28E;
}
.live-table tbody td.living {
  color: #08B28E;
}
.live-table tbody td.living .link-icon {
  background: url('../../images/default/link-active.png');
}
.live-table tbody .hot-icon {
  background: url('../../images/default/hot-icon.png') center center no-repeat;
  background-size: contain;
}
.sports-news-list .hot-num &gt; .eye-icon {
  background: url('../../images/default/eye-theme.png');
}
.player-content .team-score.living .charts::before,
.player-content .team-score.living .charts::after,
.player-content .team-score.living .charts {
  background: #08B28E;
}
.live-btn a.cur {
  color: #fff !important;
  background: #08B28E;
}
.live-charts .live-charts-tabs span.active::after {
  background: #08B28E;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: #08B28E;
}
.sports-living-box .sports-living-middle .vs {
  color: #08B28E;
}
.sports-living-box .sports-living-middle .socre {
  font-weight: bold;
  color: #08B28E;
  border-color: #08B28E;
}
.sports-living-box .sports-living-middle .socre::before,
.sports-living-box .sports-living-middle .socre::after {
  background: #08B28E;
}
/* é¦–é¡µ */
.new-hot-box::before {
  background: url('../../images/default/news.png') center center no-repeat;
}
.new-hot-box::after {
  background: url('../../images/default/hot.png') center bottom no-repeat;
}
/* é¦–é¡µ - ç›´æ’­æ¨¡å— */
.live-box .lives {
  background: url('../../images/default/lives-column.png');
}
.live-date a.more {
  background: url('../../images/default/more.png');
}
/* ä½“è‚²ç›´æ’­ */
.lives-box::before {
  background: url('../../images/default/lives.png') no-repeat;
}
.liveing-channel-box.match-bg::before {
  background: url('../../images/default/match.png') no-repeat;
}
.liveing-channel-box::after {
  background: url('../../images/default/news.png') no-repeat;
}
/* ä½“è‚²èµ„è®¯ */
.all-leagues-news-box::before {
  background: url('../../images/default/all-leagues.png') center center no-repeat;
}
.basketball-news-box::before {
  background: url('../../images/default/basketball.png') center center no-repeat;
}
.football-news-box::before {
  background: url('../../images/default/football.png') center center no-repeat;
}
.basketball-news-box::after,
.football-news-box::after,
.all-leagues-news-box::after {
  background: url('../../images/default/now.png') right bottom no-repeat;
}
.information-warpper::before {
  background: url('../../images/default/match-column.png') no-repeat;
}
/* ä½“è‚²èµ„è®¯ - åˆ—è¡¨é¡µ */
.sports-news-list-warpper::before {
  background: url('../../images/default/lives.png') center center no-repeat;
}
.sports-news-list-warpper::after {
  background: url('../../images/default/news.png') center center no-repeat;
}
/* ä½“è‚²èµ„è®¯ - è¯¦æƒ…é¡µ */
.news-detail-warpper::before {
  background: url('../../images/default/detail.png') center top no-repeat;
}
.news-detail-bg::after {
  background: url('../../images/default/news.png');
}
/* ä½“è‚²ç›´æ’­ - ç›´æ’­é—´ */
.live-detail-warpper::before {
  background: url('../../images/default/lives.png');
}
.live-detail-warpper::after {
  background: url('../../images/default/news.png');
}
</pre></body></html>