<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

:root {
    --dark-color: #F2F2F2;
    --light-color: #ffffff;
    --contrast-color: #fc8c32;
    --prominent-color: #efefef;
    --display-bg-color: #fff;
    --strong-bg-color: #202325;
    --strong-bg-light-color: #171818;
    --link-hover-color: #fc8c32;
    --top-header-hot-color: #333
}
* {
    margin: 0;
    padding: 0
}

body {
    overflow: auto;
    min-width: 1150px;
    background: #fff;
    font-size: 12px;
    font-family: 'Microsoft YaHei';
    -webkit-font-smoothing: antialiased
}

dd,
dl,
dt,
form,
ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 400
}

img {
    border: none
}

a:focus {
    outline: 0;
    -moz-outline: none
}

a {
    text-decoration: none;
    color: #333
}

a:hover {
    color: #50ab4d;
    transition: all .2s
}

p {
    word-wrap: break-word;
    word-break: normal
}

.icon_header {
    display: inline-block;
    position: absolute;
    left: 15px
}

.icon_focus {
    display: inline-block;
    width: 16px;
    text-align: center;
    color: #fb820c
}

.icon_down {
    color: #fff;
    position: absolute;
    left: 42%;
    bottom: -2px;
    font-size: small
}

.icon_rank {
    position: absolute;
    left: 26px;
    display: inline-block;
    width: 26px;
    height: 26px;
    background: #a1b7c4;
    color: #fff;
    border-radius: 26px;
    text-align: center;
    line-height: 28px;
    margin: 5px 5px 0 0
}

.icon_pro {
    position: absolute;
    left: 12px;
    top: 13px
}

.icon_pro2 {
    position: absolute;
    top: 1px;
    left: 32px;
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 25px;
    background: #fff;
    vertical-align: middle;
    text-align: center
}
.b-g-right{font-size: 16px;line-height: 2; padding: 5px;}
.icon_play {
    position: absolute;
    background-color: #01060d;
    opacity: .7;
    bottom: 30px;
    height: 26px;
    right: 0;
    width: 32px;
    text-align: center;
    color: #fff
}

.icon_video {
    position: absolute;
    left: 26px;
    display: inline-block;
    width: 26px;
    height: 26px;
    background: #a1b7c4;
    color: #fff;
    text-align: center;
    line-height: 28px;
    margin: 5px 5px 0 0
}

.icon_signal {
    position: absolute;
    left: -13px;
    top: 8px
}

.icon_top {
    color: #fff
}
.article-info ,.report_text{font-size: 16px;line-height: 2; padding: 10px 5px;}
.icon_play_s {
    position: absolute;
    background-color: #58d053;
    cursor: pointer;
    bottom: 2px;
    left: 102px;
    width: 24px;
    height: 24px;
    line-height: 28px;
    opacity: .9;
    text-align: center;
    color: #e6e6e6
}

.icon_play2 {
    display: none;
    position: absolute;
    left: 44%;
    top: 30%;
    opacity: .9;
    color: #d5d5d5
}

.icon_play3 {
    display: none;
    position: absolute;
    left: 44%;
    top: 27%;
    opacity: .9;
    color: #d5d5d5
}

.icon_cur1 {
    display: block;
    color: #585a59;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    position: absolute;
    top: 7px
}

.icon_cur2 {
    display: block;
    color: #585a59;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    position: absolute;
    top: 7px
}

.download_info .icon_download {
    display: inline-block;
    color: #3884f8;
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    padding-left: 5px
}

#header {
    position: relative;
    background-color: #d9d8d8;
    height: 70px;
    max-width: 100%;
    padding: 0 30px;
}

.container {
    width: 1100px;
    margin: 0 auto;
}

#nav {
    min-height: 40px;
    padding-top: 30px;
    margin: 0 auto
}

.navbar {
    float: left;
    width: 974px;
    background: #fc8c32;
}

.navbar li {
    position: relative;
    list-style: none;
    float: left;
    display: block
}

.navbar li a {
    padding: 10px 17px;
    color: #fff;
    background: #fc8c32;
    display: inline-block;
    font-size: 15px;
    font-weight: bolder;
    transition: all .2s
}

.navbar li a.active,
.navbar li a:hover {
    color: #636363;
    background: #fff
}

#logo {
    float: left;
    font-size: 24px;
    font-weight: 900;
    color: #fc8c32;
    height: 70px;
    line-height: 70px;
    margin-right: 20px;
}

#logo img {
    width: auto;
    height: 40px
}

.subnav {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    padding: 4px 0;
    background-color: #fff;
    z-index: 10;
    width: 100%;
    box-shadow: 0 5px 15px #414141
}

.subnav ul {
    padding: 0;
    width: 100%;
    display: block
}

.subnav ul li {
    float: none
}

.subnav ul li a {
    display: block;
    background: #fff;
    color: #636363;
    padding: 9px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px
}

.subnav ul li a:hover {
    background: #fc8c32;
    color: #fff
}

.add_nav {
    width: 200%
}

.subnav ul li {
    float: left;
    width: 94px
}

.crumbs {
    margin-top: -5px
}

.crumbs a {
    color: #818181
}

.crumbs a:hover {
    color: #31ab46
}

.crumbs span {
    font-weight: bolder;
    color: #1273b5
}

#content {
    width: 1100px;
    margin: 0 auto;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
}

#content_main {
    float: left;
    position: relative;
    width: calc(100% - 350px);
}

#content_main h3 {
    margin-bottom: 8px;
}

#content_main article a {
    color: green;
}

#content_main p img {
    max-width: 97%;
    height: auto
}

#events {
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 15px
}

#events div {
    width: 50%;
    float: left
}

#events h2 {
    font-weight: 400;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    color: #30b329
}

.hot_match {
    height: 25px;
    overflow: hidden
}

.hot_match a {
    display: inline-block;
    margin-left: 10px;
    color: #50AB4D
}

.hot_match .match_news {
    color: #3f7eab
}

.hot_video .point {
    width: 10px;
    height: 22px;
    line-height: 22px;
    vertical-align: top
}

.hot_video a {
    display: inline-block;
    width: 90%;
    overflow: hidden;
    height: 24px;
    line-height: 24px
}

.filter {
    position: absolute;
    left: -52px;
    top: 190px
}

.filter li {
    padding: 10px 5px;
    border-bottom: 1px solid #fff;
    font-size: 15px;
    background-color: #e1e1e1;
    cursor: pointer;
    color: #454545
}

.filter .cur,
.filter li:hover {
    background-color: #8fd489;
    color: #fff
}

.filter_fixed {
    position: fixed;
    top: 0;
    left: 190px
}

.content_header {
    height: 55px;
    line-height: 55px;
    border-bottom: 3px solid #fc8c32;
    display: flex;
}

.content_header h1 {
    display: inline-block;
    float: left
}

.kind_list {
    list-style: none;
    display: inline-block;
    height: 52px;
    vertical-align: bottom
}

.kind_list li {
    width: 100px;
    position: relative;
    display: inline-block;
    text-align: center
}

.kind_list li h2 {
    font-weight: 400
}

.kind_list {
    height: 52px;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    display: block;
    cursor: pointer
}

.kind_list a:hover,
.show {
    background: #fc8c32;
    color: #fff
}

.match_title_play {
    padding: 15px;
    text-align: center
}

.match_title_play h1 {
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #424242
}

.match_title {
    padding: 15px;
    text-align: center
}

.match_title div {
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #fff
}

.match_title strong {
    text-align: center;
    color: #787878;
    padding: 10px;
    font-size: 1.2em;
    display: block
}

.maintitle {
    display: inline-block;
    padding: 5px 20px;
    background: #75cd72
}

.match_time {
    display: inline-block;
    text-align: center;
    padding: 5px 20px;
    background: #343434
}

.teamvs {
    overflow: hidden;
    padding: 15px 0
}

.teamvs div {
    display: block;
    font-size: 30px;
    font-weight: 700;
    float: left;
    height: 150px;
    padding: 0 45px;
    line-height: 150px
}

.team_left {
    display: block;
    width: 120px;
    height: 120px;
    float: left;
    margin-left: 160px
}

.team_right {
    display: block;
    width: 120px;
    height: 120px;
    float: right;
    margin-right: 160px
}

.team_form {
    width: 100%;
    margin: 12px 0;
    font-size: 13px
}

.team_form th {
    padding: 8px
}

.team_form td {
    padding: 8px;
    text-align: center
}

.team_form a {
    padding: 0 5px;
    margin: 0;
    font-size: 13px
}

.form1 {
    float: left;
    width: 49%
}

.form2 {
    float: right;
    width: 49%
}

.scoretitle {
    text-align: center;
    font-size: 15px;
    margin-top: 10px
}

.scoretitle a.team-link {
    color: #4dab3c
}

.scoretitle a.team-link:hover {
    color: #3b83a7
}

.scoretitle a.a-links {
    display: inline-block;
    font-size: 14px;
    color: #3b83a7;
    margin-left: 8px;
    margin-right: 8px;
    font-weight: 400
}

.scoretitle a.a-links:hover {
    color: #4dab3c
}

.team_live {
    font-size: 14px;
    margin-left: 10px;
    font-weight: 600;
    padding: 5px 0
}

.section div {
    margin-bottom: 0
}

.count p {
    font-size: 15px;
    color: #828282
}

ul.countdown {
    list-style: none;
    margin: 25px 0;
    display: block;
    text-align: center
}

ul.countdown li {
    display: inline-block
}

ul.countdown li span {
    font-size: 40px;
    font-weight: 400;
    margin: 0;
    padding: 0 7px;
    line-height: 40px;
    background: #5cda58;
    color: #fff
}

ul.countdown li.seperator {
    font-size: 30px;
    line-height: 70px;
    vertical-align: baseline
}

.schedule {
    margin-bottom: 20px
}

.daily {
    margin-top: 10px;
    box-shadow: 0 0 10px #989898
}

.date {
    padding-left: 15px;
    background: #fc8c32;
    display: inline-block;
    margin-top: 15px;
    display: block;
}

.date p {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    color: #fff
}

.date h2 {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    color: #fff
}

.past {
    background: #939393
}

.list {
    margin-top: 10px
}

.item {
    border-bottom: 1px dotted #e1e1e1;
    padding: 15px;
    line-height: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.item a:hover {
    text-decoration: underline;
    color: #50ab4d
}

.point {
    font-size: 16px;
    font-weight: 700;
    color: #c3c3c3;
    display: inline-block;
    width: 16px;
    text-align: center
}

.time {
    margin-right: 10px
}

.league {
    margin-right: 10px
}

.game {
    margin-right: 20px
}

.signal {
    font-size: 13px;
    color: #3b83a7;
    margin-right: 10px
}

.signals {
    font-size: 14px;
    color: #3b83a7;
}

.bold .game,
.bold .league,
.bold .time {
    font-weight: 700;
    color: #1f3145
}

.nomatch {
    padding: 10px;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px
}

.info {
    /* margin: 15px 0 30px;
     overflow: hidden*/
}

.info p {
    padding: 10px;
    color: #313131;
    margin-bottom: 5px;
    font-size: 14px;
    text-indent: 2em
}

.info img {
    display: block;
    width: 200px;
    height: 200px;
    margin-right: 14px;
    float: left
}

.live_address {
    position: relative;
    margin-left: 15px;
    float: left
}

.live_address span {
    font-weight: 600
}

.live_address a {
    margin-left: 10px
}

.live_notice {
    text-align: center;
    height: 30px;
    line-height: 30px
}

.section {
    overflow: hidden;
    margin-bottom: 10px
}

.section h1, .section h2 {
    padding: 8px 10px;
    color: #3b83a7;
    font-size: 16px;
    background-color: #f1faef;
    border: 1px solid #fff;
    font-weight: 700
}

.video_kind {
    color: #5fb766
}

.qrcode {
    text-align: center
}

.qrcode img {
    max-width: 100%;
    height: auto
}

.qrcode p {
    font-size: 14px;
    font-weight: 700;
    color: #fc8c32
}

.more {
    display: inline-block;
    float: right;
    font-size: 13px;
    color: #aaaaab;
    padding: 3px
}

.video_box {
    float: left;
    padding: 10px;
    position: relative;
    width: 160px
}

.img_outer {
    display: block;
    background: #000;
    height: 105px
}

.img_outer:hover .video_img {
    -moz-opacity: .7;
    opacity: .7
}

.img_outer:hover span {
    display: inline-block
}

.video_img {
    width: 160px;
    height: 105px;
    background-color: #fff;
    transition: all .3s
}

.video_title {
    display: block;
    width: 160px;
    height: 40px;
    line-height: 20px;
    overflow: hidden
}

.pages {
    position: relative;
    left: 50%;
    float: left;
    margin-top: 20px
}

.pagination {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    /* left: -50%*/
}

.pagination li {
    margin-right: 15px;
    float: left
}

.pagination a,
.pagination span {
    float: left;
    padding: 0 11px;
    height: 30px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
    border: 1px solid #ccc;
    border-radius: 3px
}

.active span,
.pagination a:hover {
    border: 1px solid #4aaaed;
    background: #4aaaed;
    color: #fff
}

.disabled {
    display: none
}

.player-box img {
    width: 650px
}

.picbox {
    width: 650px;
    height: 115px;
    overflow: hidden;
    position: relative;
    left: 40px;
    top: -4px;
    background: #404040;
    margin-bottom: 10px
}

.piclist {
    width: 200%;
    height: 115px;
    position: absolute;
    left: 0;
    top: 0
}

.piclist li {
    background: #363636;
    margin: 3px;
    padding: 5px;
    float: left;
    position: relative
}

.piclist li a {
    display: block
}

.piclist li img {
    width: 160px;
    height: 105px
}

.piclist li:hover {
    background: #292929
}

.piclist li:hover img {
    opacity: .8
}

.intro p {
    font-size: 14px;
    padding: 1em 1em 1em 0;
    line-height: 1.8em
}

.swaplist {
    position: absolute;
    left: -3000px;
    top: 0
}

.cur_next,
.cur_prev {
    width: 25px;
    height: 40px;
    background: #fff;
    position: absolute;
    top: 38px;
    z-index: 10;
    cursor: pointer;
    opacity: .7;
    border-radius: 7px
}

.cur_prev {
    left: 0
}

.cur_next {
    right: 0
}

.piclist span {
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 18px;
    text-align: center;
    background: none repeat scroll 0 0 #01060d;
    color: #fff;
    opacity: .7;
    font-size: 12px;
    transition: bottom .2s
}

.piclist li:hover span {
    bottom: 2px
}

.active_video img {
    opacity: .8
}

.active_video span {
    bottom: 2px;
    color: #ff8809
}

.videoplay_tag {
    margin: 10px 0
}

.videoplay_tag span {
    font-size: 14px;
    font-weight: 700;
    color: #1d94f0
}

.videoplay_tag a {
    font-size: 14px
}

.videoplay_tag a:hover {
    text-decoration: underline
}

.match_title .play_title {
    font-size: 19px;
    color: #191919
}

.match_title .play_time {
    color: #a3a3a3
}

.video_tag {
    padding: 10px 5px;
    overflow: hidden
}

.tag_list li a {
    float: left;
    background-color: #88ce6f;
    padding: 5px 10px;
    margin: 7px 0 0 10px;
    color: #fff;
    font-size: 13px
}

.tag_list li a:hover {
    background-color: #60c73b
}

.common_channels {
    padding: 10px;
    margin-bottom: 10px;
    overflow: hidden
}

.common_channels li {
    float: left;
    margin: 5px 10px;
    font-size: 14px
}

.wrap {
    margin-top: 15px
}

.wrap ul {
    overflow: hidden
}

.channel_tt {
    display: inline-block;
    margin-left: 10px;
    padding: 4px 8px;
    color: #333;
    transform: skew(-20deg);
    font-size: 16px;
    background: #70bf61
}

.channel_tt div {
    transform: skew(20deg);
    color: #fff
}

.record_title {
    height: 60px;
    line-height: 20px;
    margin-right: 12px
}

.addheight {
    height: 165px
}

.record_title:hover {
    text-decoration: underline
}

.menu_title {
    font-size: 16px;
    padding: 10px;
    margin-top: 23px
}

.week {
    overflow: hidden
}

.week li {
    float: left;
    padding: 10px 13px;
    color: #292929;
    cursor: pointer
}

.week .weekhover,
.week li:hover {
    background-color: #54c6f6;
    color: #fff
}

.clannel_menu {
    display: none;
    border: 1px solid #cfcfcf;
    height: 342px;
    overflow-y: scroll;
    padding: 10px;
    margin-bottom: 16px
}

.clannel_menu li {
    padding: 5px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    border-bottom: 1px dotted #ccc
}

.clannel_menu li:hover {
    background-color: #e9e9e9
}

.download_img {
    float: left;
    padding: 10px;
    width: 300px;
    text-align: center;
    vertical-align: middle;
    margin-top: 50px
}

.download_info {
    float: right;
    width: 400px;
    padding-right: 10px;
    font-size: 14px;
    text-align: left
}

.download_info li {
    line-height: 30px
}

.download_info span {
    display: inline-block;
    padding-left: 30px
}

.download_info tr {
    line-height: 30px
}

.smallh2 h2 {
    line-height: 20px;
    margin-top: 20px
}

.reports {
    padding: 10px 0;
    overflow: hidden
}

.league_report {
    margin: 12px 0;
    width: 47%;
    float: left;
    padding-right: 20px
}

.report_list {
    font-size: 13px;
    height: 263px
}

.report_list li {
    padding: 5px;
    overflow: hidden
}

.report_list img {
    width: 120px;
    height: 80px
}

.other_report {
    display: block;
    height: 17px;
    width: 90%;
    overflow: hidden
}

.other_report:hover {
    text-decoration: underline
}

.report_list .keyreport {
    display: block;
    width: 100%;
    height: 30px;
    margin-bottom: 5px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 600
}

.report_list p {
    width: 185px;
    max-height: 75px;
    float: left;
    padding: 0 10px;
    text-indent: 2em;
    color: #585858;
    line-height: 18px;
    overflow: hidden
}

.report {
    margin-top: 20px
}

.report li {
    font-size: 15px
}

.report a:hover {
    text-decoration: underline
}

#aside {
    width: 350px;
    padding-left: 20px;
    position: relative;
    float: left;
    margin-top: 25px;
}

.section .scoretitle,
.section h3 {
    padding: 5px 10px;
    color: #787878;
    font-size: 16px;
    background-color: #e3e3e3;
    border: 1px solid #eff6fa;
    font-weight: 700;
    margin-bottom: 5px
}

.con {
    margin-bottom: 10px
}

.con a {
    display: inline-block;
    margin: 5px;
    padding: 5px;
    font-size: 14px
}

.con p {
    font-size: 13px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    margin-top: 50px
}

.pros {
    overflow: hidden;
    margin-bottom: 10px
}

.con .program {
    width: 60px;
    height: 70px;
    float: left;
    padding: 0;
    position: relative
}

.tab {
    height: 50px;
    background: #eff6fa;
    position: relative
}

.tab_bb {
    width: 250px;
    height: 50px;
    background: #6cd1dd;
    float: left;
    transition: all .5s
}

.tab_fb {
    width: 100px;
    height: 50px;
    background: #5ed45b;
    float: left;
    transition: all .5s
}

.bb_title {
    position: absolute;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    left: 100px;
    transition: all .5s
}

.fb_title {
    position: absolute;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    left: 265px;
    transition: all .5s
}

.box_video {
    overflow: hidden
}

.box_video img {
    width: 175px;
    height: 112px
}

.box_video span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    background: none repeat scroll 0 0 #01060d;
    color: #fff;
    opacity: .7;
    font-size: 12px
}

.fb_video {
    display: none
}

.box_video li a {
    position: relative;
    width: 175px;
    height: 112px;
    float: left
}

.box_video li a:hover .icon_play {
    background: #50da64
}

.rank_list {
    height: 34px;
    font-size: 14px;
    line-height: 34px;
    padding: 2px 0 2px 38px
}

.video_list_s {
    padding: 2px 5px
}

.rank_list .time {
    margin-right: 10px;
    vertical-align: top
}

.rank_list a {
    line-height: 34px;
    margin: 0;
    padding: 0;
    height: 34px;
    overflow: hidden
}

.rank_list:hover .icon_rank,
.rank_list:hover .icon_video {
    background: #5ca5ca
}

.rank_list .icon_play_s,
.rank_list img {
    display: none
}

.img_box {
    height: auto;
    overflow: hidden;
    padding: 2px 0 2px 6px;
    font-size: 14px;
    position: relative
}

.img_box .time {
    display: none
}

.img_box .img_title {
    float: left;
    width: 214px;
    overflow: visible;
    height: auto;
    line-height: 20px;
    padding: 10px 5px;
    margin: 0
}

.img_box img {
    float: left;
    width: 120px;
    height: 80px;
    margin-right: 10px;
    margin: 0;
    cursor: pointer
}

.sitemap {
    margin-top: 12px
}

.sitemap h2 {
    background-color: #fff;
    padding: 5px;
    border: none;
    font-size: 17px;
    overflow: auto
}

.sitemap a {
    padding: 0;
    margin: 7px
}

.sitemap a:hover {
    text-decoration: underline
}

#gotoTop {
    display: none;
    position: fixed;
    top: 75%;
    left: 53%;
    margin-top: -50px;
    margin-left: 520px;
    box-shadow: 0 0 8px #7d7d7d;
    cursor: pointer;
    background: #b7b7b7;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 50px
}

#footer {
    clear: both;
    background: #1f1f1f;
    padding-bottom: 20px
}

#footer p {
    margin: 0 auto;
    text-align: center;
    color: #b1b1b1;
    padding-top: 20px;
    font-size: 14px
}

.map {
    color: #b1b1b1
}

.first-title {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 8px 10px;
    color: #66b16c;
    font-size: 16px;
    background-color: #f1faef
}

.wraprecord {
    width: 730px;
    margin-top: 10px;
    border-top: 3px solid #262626
}

.footballlive_con {
    padding-left: 5px
}

.navimg {
    width: 16%;
    height: 100px;
    text-align: center;
    border-right: 1px solid #ddd;
    float: left
}

.navimg:hover {
    background-color: #f7f7f7;
    border-bottom: 3px solid #58c246
}

.record_imgbg {
    background-color: #f7f7f7;
    border-bottom: 3px solid #58c246
}

.navimg img {
    margin-top: 15px;
    text-align: center
}

.center {
    text-align: center;
    height: 70px
}

#foottable .bggreen:hover,
#table_record .bggreen:hover {
    background-color: #dff0d8
}

#foottable &gt; tbody &gt; tr &gt; td {
    border-top: 0
}

#foottable &gt; thead &gt; tr &gt; th {
    border: 0
}

.score {
    color: #4fa2dd
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse
}

thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit
}

tr.bggreen {
    text-align: center
}

.table &gt; tbody &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; th,
.table &gt; tfoot &gt; tr &gt; td,
.table &gt; tfoot &gt; tr &gt; th,
.table &gt; thead &gt; tr &gt; td,
.table &gt; thead &gt; tr &gt; th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

@media (min-width: 992px) {
    .ad {
        width: 120px;
        display: none
    }

    .ad_left {
        position: fixed;
        left: 80px;
        top: 160px;
        z-index: 999
    }

    .ad_right {
        position: fixed;
        right: 80px;
        top: 160px;
        z-index: 999
    }

    .adcon {
        border: #acacac solid 1px;
        width: 100px;
        height: 300px;
        overflow: hidden;
        background: url(adver1.png)
    }

    .adclose {
        width: 100%;
        height: 20px;
        line-height: 20px;
        text-align: center;
        display: block;
        font-size: 12px;
        color: #fff;
        text-decoration: none;
        background-color: #acacac
    }

    .adclose:hover {
        background-color: #fc8c32
    }

    .ad a {
        height: 280px;
        display: block
    }

    .ad:hover {
        cursor: pointer
    }
}

@media (max-width: 991px) {
    .ad_left,
    .ad_right,
    .adclose,
    .adcon {
        display: none
    }
}

.add_channel {
    margin-top: -4px;
    background-color: #555;
    font-size: 14px
}

.add_channel .channelli:hover {
    background-color: #333;
    cursor: pointer
}

.add_channel .channelli.activeli:hover {
    background-color: #222
}

.sidelink {
    display: block;
    padding: inherit;
    text-align: center
}

.left {
    float: left
}

.channelli {
    padding: 3px 5px;
    background-color: #444
}

.channelli a {
    color: #fff
}

.activeli {
    background-color: #222
}

.activeli a {
    color: #3fbc28
}

.clearfix {
    clear: both
}

.team_list {
    width: 730px;
    border: 1px solid red
}

.team_title {
    padding: 10px;
    width: 710px;
    background-color: #f1faef;
    color: #50ab4d;
    font-size: 16px;
    font-weight: 700
}

.team_list ul {
    margin: 0;
    padding: 0
}

.team_li {
    list-style: none;
    text-align: center;
    width: 110px;
    float: left;
    padding: 15px 5px 5px 5px
}

.team_li a {
    display: block
}

.img_link {
    width: 110px;
    height: 110px;
    text-align: center;
    border: 1px solid #e0e0e0
}

.team_li a img {
    width: 90px;
    height: 90px;
    margin-top: 10px
}

.team_name {
    padding: 10px 2px 0 2px;
    font-size: 12px
}

.clear {
    clear: both
}

.choosediv {
    display: none;
    position: absolute;
    z-index: 999;
    width: 182px;
    height: auto;
    right: 0;
    margin-top: 4px;
    overflow: hidden;
    background: #f7fbf8;
    border: solid 1px #d4d4d4;
    box-shadow: 0 2px 5px #d4d4d4
}

.chooselist {
    width: 90px;
    height: auto;
    float: left;
    overflow: hidden
}

.chooselist:first-child {
    border-right: 1px solid #90cb82
}

.chooselist span {
    width: 90px;
    height: 30px;
    display: block;
    line-height: 30px;
    font-size: 12px;
    text-align: center
}

.chooselist a {
    width: 90px;
    height: 30px;
    display: block;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    text-align: center
}

.chooselist a:hover,
.chooselist span:hover {
    cursor: pointer;
    background-color: #8fd489;
    color: #fff
}

.second_nav {
    width: 1100px;
    height: 30px;
    margin-bottom: 15px;
    border-bottom: 3px solid #7eca6d
}

.second_nav a {
    float: left;
    margin-right: 6px;
    display: block;
    line-height: 28px;
    padding: 0 16px;
    border: 1px solid #ebeff1;
    background-color: #f6f7f9
}

.second_nav a.active {
    border: 1px solid #7eca6d;
    background-color: #7eca6d;
    color: #fff
}

.tv_nav {
    border: 1px dashed #add0a6;
    line-height: 24px;
    padding: 2px;
    margin-top: 5px
}

.tv_nav a,
.tv_nav span {
    display: inline-block;
    padding: 2px 0;
    text-align: center;
    width: 49px;
    float: left;
    color: #666;
    font: normal 12px tahoma, Corbel, Verdana, Helvetica, sans-serif
}

.red {
    color: red
}

.tv_nav a:hover {
    color: #4388c5
}

.blue {
    color: #4388c5
}

.tv_nav a.red {
    color: red
}

.tv_item_hot {
    border: 1px solid #ecf1ec;
    margin-top: 10px;
    box-shadow: 0 4px 4px #ddd
}

.tv_item_hot .tv_title {
    color: #66b16c;
    font-size: 14px;
    background-color: #f0f9f1
}

.tv_item_hot .tv_title span {
    display: inline-block;
    vertical-align: middle;
    color: #666;
    font-size: 14px;
    border: 1px solid #eff6fa;
    font-weight: 700
}

.tv_item_hot .tv_title img {
    vertical-align: middle;
    display: inline-block;
    margin-right: 4px
}

.tv_item_hot .tv_con a {
    display: inline-block;
    width: 97px;
    padding: 5px 0;
    text-align: center;
    border: 1px solid #fff
}

.tv_item_hot .tv_con a:hover {
    border: 1px solid #eee;
    background-color: #edf9ec
}

.tv_item_hot a img {
    display: inline-block;
    width: 70px;
    height: 60px;
    margin-bottom: 5px
}

.program,
.tv_item {
    border: 1px solid #ddd;
    margin-top: 10px;
    padding-bottom: 10px
}

.tv_update {
    text-align: center;
    color: #818181
}

.tv_con {
    padding: 5px
}

.tv_con a p {
    height: 16px;
    overflow: hidden
}

.tv_title {
    padding: 5px 10px;
    background-color: #e8eae7
}

.tv_title span {
    color: #666;
    font-size: 14px;
    font-weight: 700
}

.tv_title a.more {
    display: inline-block;
    float: right;
    font-size: 12px;
    color: #4388c5;
    padding: 3px
}

.tv_title a.more:hover {
    text-decoration: underline
}

.tv_item .tv_con a {
    float: left;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    padding: 0 10px 0 10px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 158px;
    background: url(../img/arrow.png) no-repeat scroll 0 9px transparent
}

.program .tv_title {
    margin-left: -2px;
    border-left: 4px solid #fc8c32;
    background: 0 0;
    padding: 5px 10px;
    color: #45a742;
    font-size: 16px;
    font-weight: 700
}

.program .tv_con ul {
    width: 50%;
    float: left
}

.program .tv_con ul li {
    padding: 5px 5px 5px 15px;
    font-size: 14px;
    color: #333
}

.program .tv_con ul li:nth-child(even) {
    background-color: #f5f7f4
}

.program .tv_con ul li span {
    margin-right: 5px
}

.tv_intro img {
    display: block;
    width: 220px;
    margin: 20px;
    float: left
}

.tv_intro p {
    padding: 20px 10px 10px 10px;
    text-indent: 2em;
    line-height: 24px;
    font-size: 14px;
    color: #444
}

p.play_video iframe {
    width: 728px
}

.tvlocal_item .tvlocal_title {
    display: inline-block;
    padding: 14px 10px 8px 10px;
    font-size: 16px;
    font-weight: 700;
    color: #444;
    border-bottom: 4px solid #7fd47c
}

.tvlocal_con {
    padding: 5px;
    background-color: #f9f9f9
}

.tvlocal_con a {
    float: left;
    display: inline-block;
    height: 25px;
    width: 138px;
    line-height: 25px;
    color: #888;
    overflow: hidden;
    padding-left: 5px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap
}

.tvlocal_con a:hover {
    color: #4388c5
}

#player {
    text-align: center;
    padding: 0 2px;
    float: left
}

.selected {
    padding: 5px 0 5px 5px;
    margin: 0 auto 3px;
    width: 723px;
    font-size: 14px;
    text-align: left;
    background-color: #f5f5f5;
    cursor: pointer
}

.selected .actived {
    background: #3e6d8e;
    color: #fff
}

.player a {
    font-size: 14px
}

.selected a {
    border: 1px solid #adcbeb;
    padding: 2px 4px;
    margin-right: 5px;
    font-weight: 700;
    color: #00f
}

.selected a:hover {
    background-color: #3e6d8e;
    color: #fff
}

.player-box-pos {
    overflow: hidden;
    position: relative
}

.live-advertising {
    position: absolute;
    width: 1183px;
    top: 0;
    left: 730px;
    font-size: 20px;
    color: #d1d1d1;
    font-weight: 700;
    padding-right: 13px;
    padding-top: 6px
}

.live-ad-bt {
    position: absolute;
    left: 30px;
    bottom: 50px;
    color: #d1d1d1;
    font-weight: 700;
    font-size: 15px;
    display: none
}

@font-face {
    font-family: icon-font;
    src: url(css/icon-font.eot);
    src: url(css/icon-font.eot) format('embedded-opentype'), url(css/icon-font.woff) format('woff'), url(css/icon-font.ttf) format('truetype'), url(css/icon-font.svg) format('svg')
}

.icon-font {
    font-family: icon-font !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale
}

.icon-basketball:before {
    content: "\e60b";
    font-size: 23px
}

.icon-football:before {
    content: "\e603";
    font-size: 23px
}

.icon-tennis:before {
    content: "\e613";
    font-size: 23px
}

.icon-star:before {
    content: "\e60c"
}

.icon-backtop:before {
    content: "\e61f";
    font-size: 23px
}

.icon-down:before {
    content: "\e81c";
    font-size: small;
    font-weight: 100
}

.icon-cur:before {
    content: "\e81c";
    font-size: 25px;
    font-weight: 800
}

.icon-tv2:before {
    content: "\e600";
    font-size: 22px
}

.icon-play:before {
    content: "\f0066";
    font-size: 25px;
    font-weight: 100
}

.icon-play-s:before {
    content: "\f0066";
    font-size: 20px;
    font-weight: 100
}

.icon-tv:before {
    content: "\e74c";
    font-size: 35px
}

.icon-video:before {
    content: "\e68c";
    font-size: 35px
}

.icon-play_s:before {
    content: "\f0066";
    font-size: 20px
}

.icon-basketball2:before {
    content: "\e61a";
    font-size: 27px;
    line-height: 22px
}

.icon-basketball3:before {
    content: "\e61a";
    font-size: 20px;
    line-height: 20px;
    color: #5ca5ca
}

.icon-football2:before {
    content: "\e6c7";
    font-size: 27px;
    line-height: 25px
}

.icon-football3:before {
    content: "\e6c7";
    font-size: 20px;
    line-height: 20px;
    color: #10c84c
}

.icon-record:before {
    content: "\e62c";
    font-size: 35px
}

@font-face {
    font-family: icon-font;
    src: url(css/icon-font.eot~t=1487039647.eot);
    src: url(https://www.tlkwhl.com/static/css/h50/css/icon-font.eot?t=1487039647#iefix) format('embedded-opentype'), url(css/icon-font.woff~t=1487039647.woff) format('woff'), url(css/icon-font.ttf~t=1487039647.ttf) format('truetype'), url(https://www.tlkwhl.com/static/css/h50/css/icon-font.svg?t=1487039647#icon-font) format('svg')
}

.icon-font2 {
    font-family: icon-font !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale
}

.icon-listfilter:before {
    content: "\e688"
}

@font-face {
    font-family: icon-font;
    src: url(css/icon-font.eot~t=1487063139.eot);
    src: url(https://www.tlkwhl.com/static/css/h50/css/icon-font.eot?t=1487063139#iefix) format('embedded-opentype'), url(css/icon-font.woff~t=1487063139.woff) format('woff'), url(css/icon-font.ttf~t=1487063139.ttf) format('truetype'), url(https://www.tlkwhl.com/static/css/h50/css/icon-font.svg?t=1487063139#icon-font) format('svg')
}

.icon-font3 {
    font-family: icon-font !important;
    font-size: 23px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale
}

.icon-zhongyaotongzhi:before {
    content: "\e681"
}

.video-player {
    text-align: center;
}

.desc {
    position: absolute;
    top: 93px;
    left: 40px;
    font-size: 17px;
    width: 650px;
    line-height: 88px;
    text-align: center;
    color: white;
    background: #1E1E1E;
}

.navbar-ls {
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
}

.navbar-ls::-webkit-scrollbar {
    display: none;
}

.navbar-ls li a {
    white-space: nowrap;
}

.active {
    color: #fc8c32 !important;
    background: #ffffff !important;
}

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

.game img {
    width: 32px;
    object-fit: cover;
    margin: 0 5px;
}

.content-nav {
    padding: 0 10px;
}

.date {
    cursor: pointer;
}

.live_notice a {
    background: green;
    color: #ffffff;
    padding: 10px;
    border-radius: 8px;
}

@media screen and (max-width: 1200px) {
    body {
        min-width: unset;
        overflow-x: hidden !important;
    }

    .container {
        width: unset !important;
    }

    #header .container {
        display: flex;
        flex-direction: column;
    }

    #nav {
        min-height: 40px;
        padding-top: 30px;
        margin: unset;
    }

    #header {
        height: unset !important;
        padding: unset !important;
    }

    .nav-one {
        padding-top: unset !important;
    }

    #content {
        width: 1100px;
        margin: 0 auto;
        padding-top: 15px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .xoxo {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .xoxo a, .xoxo li {
        white-space: nowrap;
    }

    .link {
        margin: unset !important;
    }

    .link .blogroll li {
        margin: 0 5px 10px 0;
        background: none;
        padding-left: 0 !important;
        padding-top: unset;
    }

    .item {
        border-bottom: 1px dotted #e1e1e1;
        padding: 15px;
        line-height: 20px;
        font-size: 14px;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        box-sizing: border-box;
    }

    .kind_list {
        height: 52px;
        line-height: 55px;
        text-align: center;
        font-size: 16px;
        display: block;
        cursor: pointer;
        display: flex;
    }

    #content_main {
        float: left;
        position: relative;
        width: 100% !important;
    }

    #content {
        width: unset !important;
    }

    .navbar-ls-top {
        display: flex;
        align-items: center;
        width: 100%;
        overflow: hidden;
        overflow-x: auto;
    }

    .navbar-ls-top::-webkit-scrollbar {
        display: none;
    }

    .navbar-ls-top li a {
        padding: 10px 17px;
        color: #fff;
        background: #fc8c32;
        display: inline-block;
        font-size: 15px;
        font-weight: bolder;
        transition: all .2s;
        white-space: nowrap;
    }

    #aside {
        width: 100% !important;
        padding: 10px !important;
        box-sizing: border-box;
    }

    .icon_rank {
        position: absolute;
        left: 15px;
        display: inline-block;
        width: 26px;
        height: 26px;
        background: #a1b7c4;
        color: #fff;
        border-radius: 26px;
        text-align: center;
        line-height: 28px;
        margin: 5px 5px 0 0;
    }

    .xoxo {
        padding: 10px;
    }

    #footer {
        clear: both;
        background: #1f1f1f;
        padding-bottom: unset;
    }
    .team_left, .team_right{
        margin-left: unset;
        margin-right: unset;
        width: 80px;
        height: 80px;
    }
    .teamvs{
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
}

.sven_body {
    float: left;
    width: 760px;
    min-height: 500px;
    position: relative;
    margin-bottom: 50px;
    margin-top: 10px;
}
.sven_display {
    margin-bottom: 30px;
    background: #ffffff;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
}

.sven_display__hd {
    background: #ffffff;
    padding: 10px 15px;
    border-radius: 5px 5px 0 0;
    border-top: solid 3px var(--contrast-color);
    border-bottom: dashed 1px #BBBBBB;
}
.sven_display__hd h4 {
    color: #101010;
}
.news_article_item {
    display: flex;
    padding: 15px;
    border-bottom: solid 1px var(--prominent-color);
}
.news_article_item h1 {
    font-size: 20px;
    color: #333;
    width: 100%;
    margin:0;
    margin-bottom: 25px;
}
.news_article_item h1 a {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
}
.news_article_item .info {
    flex: 1;
}
.news_article_item .news_image {
    width: 138px;
    height: 88px;
    margin-right: 20px;
    border: 1px solid #707070;
}
.pagination-base {
    display: flex;
    justify-content: center;
    padding: 15px 0;
    margin-top: 15px;
}
.pagination-base .pagination li {
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
}

.pagination-base .pagination li &gt; a {
    padding: 8px 15px;
    background: var(--prominent-color);
    color: #777777;
    border-radius: 3px;
    font-size: 14px;
}

.pagination-base .pagination li.active &gt; a {
    padding: 8px 15px;
    background: var(--contrast-color);
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 3px;
    font-size: 14px;
}

@media screen and (max-width: 1200px) {
    .sven_body {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    .news_article_item {
        padding: 15px;
    }
    .news_article_item .news_image {
        width: 108px;
        height: 68px;
        margin-right: 8px;
    }
    .news_article_item h1 {
        margin-bottom: 5px;
        line-height: 1;
    }
    .news_article_item h1 a {
        font-size: 16px;
        line-height: 0.5;
    }
    .news_article_item time {
        font-size: 14px;
        color: #999999;
    }
}
.hide {
    display: none;
}

.lf {
    float: left;
}

.lr {
    float: right;
}

.red, .red a, .red a h5, .red a p {
    color: #FF0000 !important;
}

html {
    background: #f9f9f9;
}

.main-group {
    width: 100%;
    /* margin:80px auto; */
}

.ranking-title {
    text-align: center;
    /* padding:0 0 40px 0; */
}

.ranking-title .title {
    font-size: 28px;
    font-weight: bold;
    color: #dd393d;
}

.ranking-title .brand {
    margin: 5px auto 10px auto;
    width: 30px;
    height: 3px;
    background: #fdc936;
    border-radius: 20px;
}

.ranking-title .desc {
    font-size: 12px;
}

.tabContainer {
    display: flex;
    background: #49cfb0;
}

.tabContainer div {
    width: 25%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
}

.tabContainer div.active {
    color: #FFFFFF;
    background: #04be94;
    font-weight: 900;
}

.items-box-group .items-group .item-group {
    display: flex;
    align-items: center;
    background: #fff;
    margin-top: 5px;
    padding: 20px 0;
}

.items-box-group .items-group .item-group .img {
    width: 10%;
    text-align: center;
    background: url(/images/sort.png) no-repeat;
    background-size: 30px 30px;
    background-position: 50% 50%;
    height: 40px;
    line-height: 45px;
    color: #fff;
    font-weight: bold;
    font-size: 14px
}

.items-box-group .items-group .item-group .item-data {
    width: 70%;
}

.items-box-group .items-group .item-group .buttin-group {
    width: 20%;
}

.item-data .title {
    font-size: 20px;
    font-weight: bold;
}

.item-data .title span {
    color: #9e9e9e;
    margin-left: 10px;
}

.item-price {
    display: flex;
    margin-top: 10px;
}

.item-price div {
    width: 33.33%;
    font-size: 30px;
    font-weight: bold;
    color: #dd393d;
}

.item-price div span {
    font-size: 24px
}

.item-price div p {
    font-size: 14px;
    color: #9e9e9e;
    font-weight: 400;
}

.buttin-group a {
    width: 80%;
    height: 36px;
    line-height: 36px;
    border: 0;
    background: #f98821;
    color: #fff;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}
@media only screen and (min-width: 768px) {
    .tbox {
        width: 45%;
    }
}

.live-adress {
    width: 100%;
}

.live-adress a {
    padding: 8px 25px 8px 25px;
    line-height: 20px;
    height: 20px;
    background: #FF4D4D;
    color: #fff;
    margin: 5px;
    border-radius: 8px;
    background: #FF4D4D;
    display: inline-block;
}

.live-adress a {
    color: #FFF;
    font-size: 16px;
}

.live-adress a:hover {
    text-decoration: none;
    color: yellow;
}

.panel-body img {
    width: 80px;
}

@media screen and (max-width: 400px) {
    .score_name #tiao a {
        font-size: 0.75rem;
        height: 1.5rem;
        line-height: 1.5rem;
        min-width: 4rem;
    }
}

#tiao {
    z-index: 999;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

#tiao a {
    width: 8rem;
    border: none;
    font-size: 1rem;
    display: inline-block;
    min-width: 5rem;
    color: #fff;
    background: #ff4d4d;
    height: 2rem;
    line-height: 2rem;
    margin: .3rem;
    border-radius: 1rem;
    text-align: center;
    text-decoration: none;
}

#tiao a:hover {
    color: #ffff00
}

.inco {
    background-color: #f4f4f4;
    text-shadow: 1px 1px #fff;
    font-weight: 600;
    border-radius: 10px;
    padding: 1em;
    color: #666;
}

.live {
    background-color: #f4f4f4;
    text-shadow: 1px 1px #fff;
    font-weight: 600;
    border-radius: 10px;
    padding: 1em;
    color: #3da309;
}

.zdimg {
    max-width: 20px;
    height: 20px;
    vertical-align: middle;
    text-align: center;
    margin-right: 20px;
}

.kdimg {
    max-width: 20px;
    height: 20px;
    vertical-align: middle;
    text-align: center;
    margin-left: 20px;
}

.score_name em {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    display: block;
    font-style: normal;
    text-align: center;
    padding-bottom: 10px;
    font-weight: 600
}


.bisai-score .score-center .count {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 32px;
}
.team_info {
    width: 100%;
    font-size: 15px;
    text-align: center;
}

.team_info img {
    width: 150px;
    border: #fff;
}

.team_info tr {
    background-color: #fff
}

.team_info td {
    padding: 5px;
}

.team_name {
    font-weight: bold;
}</pre></body></html>