@charset "utf-8";
:root {
    --dark-color: #F2F2F2;
    --light-color: #ffffff;
    --contrast-color: #6502a7;
    --prominent-color: #efefef;
    --display-bg-color: #fff;
    --strong-bg-color: #202325;
    --strong-bg-light-color: #171818;
    --link-hover-color: #6502a7;
    --top-header-hot-color: #333
}
html {
    overflow-x: auto;
    overflow-y: scroll;
}
html, body {
    font: 14px "苹方", "PingFang", "\82f9\65b9", "微软雅黑", "Microsoft YaHei", 'XinGothic-SinaWeibo', helvetica, arial, sans-serif;
    margin: 0;
    width: 100%;
    max-width: 100%;
    min-height: 100%
}
h1, h2, h3, h4, h4, h5 {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #ffffff;
}
a {
    text-decoration: none;
    color: #777777;
}
select {
    font-size: 12px;
}
table {
    border-collapse: collapse;
}
fieldset, img {
    border: 0 none;
}
fieldset {
    margin: 0;
    padding: 0;
}
fieldset p {
    margin: 0;
    padding: 0 0 0 8px;
}
legend {
    display: none;
}
address, caption, em, strong, th, i {
    font-style: normal;
    font-weight: 400;
}
table caption {
    margin-left: -1px;
}
hr {
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #E4E4E4;
    border-width: 1px 0;
    clear: both;
    height: 2px;
    margin: 5px 0;
    overflow: hidden;
}
ol, ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}
caption, th {
    text-align: left;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0
}
ol, ul {
    list-style: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
body {
    /*background: url(../images/mainbg.png) no-repeat top center;*/
    background-size: 100% auto;
    color: #555;
}
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.sp_container {
    width: 1200px;
    height: inherit;
    margin: 0 auto;
}
.sp_container_main {
    width: 1200px;
    height: inherit;
    margin: 0 auto;
    padding-top: 25px;
}
.show_flex {
    display: flex !important;
}
.sp_icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
}
.sp_icon_hot {
    background-size: cover;
}
.sp_icon_date {
    background-size: cover;
}
.sp_icon_news {
    background-size: cover;
    width: 22px;
    height: 22px;
}
.sp_icon_playfill {
    background-size: cover;
    width: 22px;
    height: 22px;
}
.sp_icon_zixun {
    background-size: cover;
    width: 24px;
    height: 24px;
    filter: grayscale(100%);
}
.sp_icon_luxiang {
    background-size: cover;
    width: 28px;
    height: 28px;
}
.sp_icon_luxiangplay {
    background-size: cover;
    width: 24px;
    height: 24px;
    filter: grayscale(100%);
}
.sp_icon_lanqiu_p {
    background-size: cover;
    width: 24px;
    height: 24px;
}
.sp_icon_zuqiu {
    background-size: cover;
    width: 24px;
    height: 24px;
}
.sp_header {
    background: var(--light-color);
    width: 100%;
    height: 50px;
    padding: 15px 0;
    border-bottom: dashed 1px #DEDEDE;
}
.sp_header_logo {
    float: left;
    height: 50px;
}
.sp_header_logo img {
    height: 50px;
}
.sp_nav_hot_box {
    padding-left: 400px;
    display: flex;
    align-items: center;
}
.sp_nav {
    float: left;
    height: 50px;
    line-height: 50px;
}
.sp_nav > ul > li {
    position: relative;
    display: inline-block;
    float: left;
    text-align: center;
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
}
.sp_nav > ul > li:not(:last-child)::after {
    content: '';
    position: absolute;
    top:25%;
    right: 0;
    width: 0.5px;
    height: 50%;
    background: #DEDEDE;
    transform: translate(-25%, -25%);
    transform: scaleX(0.5);
    transform: rotate(40deg);
}
.sp_nav > ul > li > a {
    font-size: 16px;
    padding: 5px 5px;
    color: #000000;
}
.sp_nav > ul > li > a.active {
    color: #fff;
    background-color: #6502a7;
    border-radius: 5px;
}
.sp_nav_hot {
    display: block;
    background: #ffffff;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}
.sp_nav_hot  ul {
}
.sp_nav_hot ul li {
    display: inline-block;
    float: left;
    text-align: center;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
}
.sp_nav_hot ul li > a {
    font-size: 14px;
    padding: 5px 5px;
    color: #777777;
}
.sp_nav_hot ul > li > a:hover {
    color: var(--link-hover-color);
}
.sp_nav_hot ul > li.active > a {
    color: var(--link-hover-color);
    font-weight: bold;
}
.sp_body {
    float: left;
    width: 800px;
    min-height: 500px;
    position: relative;
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 20px;
}
@media screen and (max-width: 600px) {
    .sp_container_main {
        flex-direction: column !important;
    }
    .sp_body {
        padding-right: 0 !important;
    }
}
.sp_aside {
    width: 380px;
    padding-left: 20px;
    position: relative;
    float: left;
}
.sp_display {
    margin-bottom: 30px;
    background: #ffffff;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
}
.sp_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;
}
.sp_display_hd h4 {
    color: #101010;
}
.sp_match {
    display: flex;
    align-items: center;
}
.sp_match_tabs {
    padding-left: 10px;
}
.sp_match_tabs > ul {
    position: relative;
}
.sp_match_tabs > ul > li {
    float: left;
    display: inline-block;
    vertical-align: bottom;
    padding: 0 15px;
    cursor: pointer;
}
.sp_match_tabs > ul > li.active {
    margin-top: -5px;
}
.sp_match_tabs > ul > li.active > a {
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
    padding-bottom: 5px;
    border-bottom: solid 3px var(--contrast-color);
}
.sp_display_bd {
    position: relative;
    z-index: 2006;
}
.sp_display_loading {
    position: absolute;
    z-index: 2007;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000000;
    opacity: 1;
}
.sp_match_card {
    background: #ffffff;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
}
.sp_match_list {
    padding: 5px 15px;
}
.sp_match_date {
    display: flex;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: solid 1px gray;
    color: #000000;
}
.sp_match_filter_roll {
    background: #fff;
    border-bottom: solid 3px var(--contrast-color);
    padding: 10px 5px;
}
.sp_match_date span {
    padding-left: 5px;
}
.sp_match_item {
    display: flex;
    align-items: center;
    padding: 15px;
    font-size: 15px;
    border-bottom: solid 1px var(--prominent-color);
}
.sp_match_item:last-of-type {
    border-bottom: 0;
}
.sp_match_item_date {
    width: 10%;
}
.sp_match_item_league {
    width: 15%;
}
.sp_match_item_team {
    display: flex;
    align-items: center;
}
.sp_team_home {
    width: 150px;
    text-align: right;
}
.sp_team_score {
    width: 100px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}
.sp_team_away {
    width: 150px;
    text-align: left;
}
.sp_match_link {
    width: 75%;
    display: flex;
    align-items: center;
}
.sp_match_item_button {
    flex: 1;
    text-align: right;
    box-sizing: border-box;
    padding-right: 15px;
}
.sp_match_btn {
    font-size: 14px;
    display: inline-block;
    width: 100px;
    padding: 5px;
    border-radius: 5px;
    text-align: left;
    background: #ddd;
    color: var(--contrast-color);
}
.sp_match_item_button.start .sp_match_btn {
    background: var(--contrast-color);
    color: #fff;
}
.sp_match_btn___live {
    color: var(--contrast-color);
}
.sp_display__none .sp_match_item {
    display: none;
}
.ranking-list_box {
    background: var(--display-bg-color);
}
.ranking-list_box .ranking_hd {
    display: flex;
    text-align: center;
    padding: 15px 0;
}
.ranking-list_box .ranking_tag {
    text-align: center;
    padding: 10px 0;
}
.ranking-list_box .base-list-ranking_item {
    display: flex;
    text-align: center;
    padding: 10px 0;
}
.ranking-list_box .base-list-ranking_item .ranking_num > span.ranking_1 {
    background: var(--contrast-color);
    padding: 5px 10px;
}
.ranking-list_box .base-list-ranking_item .ranking_num > span.ranking_2 {
    background: #7e178e;
    padding: 5px 10px;
}
.ranking-list_box .base-list-ranking_item .ranking_num > span.ranking_3 {
    background: #1f3f5c;
    padding: 5px 10px;
}
.sp_news_list {
    padding: 15px;
    background: #ffffff;
}
.sp_tag {
    display: inline-block;
    background: var(--contrast-color);
    color: #ffffff;
    font-size: 13px;
    padding: 3px 5px;
    margin-right: 10px;
    border-radius: 5px;
}
.sp_news_item {
    border-bottom: none;
    height: 26px;
    font-size: 14px;
    padding: 5px 0 5px 5px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 350px;
    text-overflow: ellipsis;
}
.sp_news_item .time, .sp_news_item .league {
    padding-left: 5px;
    padding-right: 10px;
}
.sp_news_item a {
    background: unset;
    border: none;
    font-size: 14px;
    color: #777777;
}
.sp_news_item.strong a {
    font-weight: bold;
    color: #000;
    font-size: 16px;
}
.sp_news_item a:hover {
    color: var(--link-hover-color);
}
.sp_news_item:hover .sp_icon {
    filter: grayscale(0%);
}
.sp_list_tabs {
    margin-bottom: 20px;
    border-top: solid 3px var(--link-hover-color);
    background: #ffffff;
}
.sp_list_tabs ul {
    display: flex;
}
.sp_list_tabs ul li {
    padding: 12px 20px;
}
.sp_list_tabs ul li.active {
    font-weight: bold;
}
.sp_list_tabs ul li.active a {
    font-size: 16px;
    color: var(--link-hover-color);
}
.sp_hot_match_card.match_card_sig {
    background: #ffffff;
    border-radius: 5px 5px 0 0;
    border-top: solid 3px var(--contrast-color);
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
}
.sp_strong_card__hd,.sp_strong_card__bd,.sp_strong_card__ft {
    display: flex;
}
.sp_strong_box {
    padding: 20px 20px 5px 20px;
    background: var(--display-bg-color);
    font-size: 14px;
}
.sp_strong_card {
    line-height: 1.8;
    padding: 15px;
    background: var(--strong-bg-color);
    margin-bottom: 20px;
}
.sp_strong_card:nth-child(even) {
    background: var(--strong-bg-light-color);
}
.sp_strong_date, .sp_strong_state, .sp_strong_team__score {
    flex: 1;
}
.sp_strong_state, .sp_strong_team__score {
    text-align: right;
    padding-right: 15px;
}
.sp_strong_date {
    padding-bottom: 15px;
}
.sp_strong_card__bd {
    padding-bottom: 10px;
}
.sp_article_call_box {
    padding: 0 15px;
    margin-bottom: 30px;
    background: #ffffff;
}
.sp_article_call__hd {
    display: flex;
    align-items: center;
    font-size: 16px;
}
.sp_article_call__team > img {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    vertical-align: middle;
    padding-top: 15px;
}
.sp_article_call__team {
    width: 100%;
}
.sp_article_call__team-tabs {
    flex: 1;
    color: var(--prominent-color);
}
.sp_article_call__team-tabs a {
    font-size: 16px;
}
.sp_article_call_list {
    padding: 15px 0;
    margin-top: 15px;
    padding-left: 28px;
    box-sizing: border-box;
    border-bottom: solid 1px var(--prominent-color);
}
.sp_article_call__item {
    float: left;
    width: 340px;
    margin-bottom: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 30px;
}
.sp_article_video_box {
    width: 50%;
    padding: 15px;
    font-size: 14px;
    float: left;
    box-sizing: border-box;
}
.sp_article_video_hd {
    display: flex;
    padding-bottom: 15px;
}
.sp_article_video_date, .sp_article_video_state {
    flex: 1;
}
.sp_article_video_state {
    text-align: center;
    color: #309d1e;
}
.sp_article_video_team-info {
    padding-bottom: 15px;
}
.sp_article_video_team-info img {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    vertical-align: middle;
}
.sp_article_video_bd {
    display: flex;
    align-items: center;
}
.sp_article_video_team, .sp_article_video_score {
    flex: 1;
}
.sp_article_video_score {
    text-align: center;
}
.sp_match_all {
    margin-bottom: 30px;
}
.sp_news_all {
    display: flex;
}
@media screen and (max-width: 600px) {
    .sp_news_all {
       flex-direction: column;
    }
}
.sp_match_container {
    width: 1200px;
    height: auto;
    margin: 10px auto 0;
    position: relative;
}
.sp_match_menus {
    position: absolute;
    top: 0px;
    left: auto;
    width: 170px;
    background: #ffffff;
    border-top: solid 3px var(--contrast-color);
    border-radius: 5px 5px 0 0;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
}
.sp_match_right {
    position: relative;
    width: 1000px;
    top: 0;
    left: 200px;
}
.sp_match_menus a {
    display: block;
    padding: 10px;
    text-align: center;
}
.sp_match_menus a.active {
    font-weight: bold;
    color: var(--contrast-color);
    border-bottom: solid 1px var(--contrast-color);
}
.sp_match_signal_link {
    display: inline-block;
    font-size: 14px;
    border: solid 1px #888888;
    padding: 3px 10px;
    margin-bottom: 5px;
}
.sp_match_btn_special {
    display: inline-block;
    padding-right: 10px;
    width: 85px;
    vertical-align: top;
}
.sp_match_btn_base {
    display: inline-block;
    width: 300px;
}
.sp_match_analysis_link {
    display: inline-block;
    font-size: 14px;
    color: var(--contrast-color);
    border: solid 1px var(--contrast-color);
    padding: 3px 10px;
    margin-bottom: 5px;
}
.sticky_top {
    position: fixed;
    top: 0px;
    left: auto;
}
.sp_news_article_item {
    display: flex;
    padding: 15px;
    border-bottom: solid 1px var(--prominent-color);
}
.sp_news_article_item h1 {
    font-size: 20px;
    color: #333;
    width: 100%;
    margin:0;
    margin-bottom: 25px;
}
.sp_news_article_item h1 a {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
}
.sp_news_article_item .info {
    flex: 1;
}
.sp_news_article_item .news_image {
    width: 138px;
    height: 88px;
    margin-right: 20px;
    border: 1px solid #707070;
}
.sp_pagination_base {
    display: flex;
    justify-content: center;
    padding: 15px 0;
    margin-top: 15px;
}
.sp_pagination_base .sp_pagination li {
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
}
.sp_pagination_base .sp_pagination li > a {
    padding: 8px 15px;
    background: var(--prominent-color);
    color: #777777;
    border-radius: 3px;
    font-size: 14px;
}
.sp_pagination_base .sp_pagination li.active > a {
    padding: 8px 15px;
    background: var(--contrast-color);
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 3px;
    font-size: 14px;
}
.team-index-tabs {
}
.team-index-tab {
    display: flex;
}
.team-index-tab > li {
    flex: 1;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    cursor: pointer;
}
.team-index-tab > li.active {
    background: var(--prominent-color);
    color: #ffffff;
    font-weight: bold;
}
.team-index-tab > li:hover {
    background: var(--prominent-color);
    color: var(--contrast-color);
    font-weight: bold;
}
.team-index-tab.right > li {
    flex: unset !important;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
    padding: 0 15px;
}
.team-index-tab.right > li {
    background: var(--primary-color);
}
.team-index-tab.right > li.active {
    background: var(--contrast-color); !important;
    font-weight: bold;
}
.sp_table_wrap {
    padding: 5px;
    box-sizing: border-box;
    background: var(--prominent-color);
}
.sp_ranking_tabs {
    display: flex;
    padding-bottom: 15px;
}
.sp_ranking_tabs_item {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    background: #F2F2F2;
    cursor: pointer;
}
.sp_ranking_tabs_item.active {
    color: var(--contrast-color);
    background: #ffffff;
}
.sp_ranking_table {
    padding: 0 5px;
    padding-bottom: 15px;
}
.sp_ranking_table_hd {
    display: flex;
}
.sp_ranking_table_hd span {
    flex: 1;
    text-align: center;
    color: #777777;
}
.sp_ranking_table_bd_tr {
    display: flex;
}
.sp_ranking_table_bd_tr span {
    flex: 1;
    text-align: center;
    padding: 10px 5px;
}
.sp_table {
    width: 100%;
    margin: 0;
}
.sp_table > tbody th {
    height: 35px;
    font-size: 14px;
    background: var(--primary-color);
    color: var(--top-header-hot-color);
    text-align: center;
}
.sp_table > tbody td {
    height: 35px;
    font-size: 14px;
    text-align: center;
}
.sp_table > tbody tr:nth-last-of-type(even) {
    background: var(--light-color);
}
.sp_table_wrap .sp_table {
    display: none;
}
.sp_table_wrap .sp_table.active {
    display: table;
}
.sp_match_list_item {
    padding: 15px;
}
.sp_match_list_item li {
    float: left;
    padding: 15px;
}
.sp_match_video_box {
    width: 100%;
    height: 426px;
    overflow: hidden;
}
@media screen and (max-width: 600px) {
    .sp_match_video_box {
        height: 340px;
    }
    
}
.sp_match_video_hd {
    text-align: center;
    background-color: var(--prominent-color);
    font-size: 20px;
    color: #fff;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sp_match_video_time {
    display: inline-block;
    text-align: center;
    margin-right: 12px;
}
.sp_match_video_type {
    display: inline-block;
}
.sp_match_video_bd {
    background-size: cover;
    width: 100%;
    height: 426px;
    overflow: hidden;
    position: relative;
}
.sp_match_video_white_fill {
    background-color: #FFFFFF;
    opacity: 0.5;
    height: 127px;
}
.sp_match_video_bd div {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-top: 14%;
}
.sp_match_video_team_left {
    max-width: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}
.sp_match_video_team_left img, .sp_match_video_team_right img {
    width: 60px;
    height: 60px;
    z-index: 2;
}
.sp_match_video_team_right {
    margin-left: 52.5%;
    margin-right: 40px;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sp_match_video_score {
    line-height: 29px;
    padding-top: 70px;
    z-index: 2
}
.sp_match_video_state {
    line-height: 29px;
    padding-top: 30px;
    z-index: 2
}
.sp_match_live {
    padding: 20px;
    font-size: 14px;
}
.sp_match_live_icon_signal_new {
    display: inline-block;
    height: 28px;
    width: 28px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 3px;
    vertical-align: middle;
}
.signalCon {
    margin-top: 15px;
}
.signalCon H5 {
    color: #000000;
}
.signalCon_listD {
    border: solid 1px #bbbbbb;
    border-radius: 5px;
    text-align: center;
    padding: 0 10px;
    margin-right: 5px;
    margin-bottom: 10px;
}
.signalCon_listD a {
    text-align: center;
}
.sp_match_replay {
    background: var(--display-bg-color);
    padding: 15px;
}
.sp_match_replay a {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}
.sp_match_analysis {
    background: var(--display-bg-color);
    padding: 15px;
}
.sp_match_analysis img {
    display: inline-block;
    width: 100%;
}
.sp_responsive_table {
    display: block;
    width: 100%;
}
.sp_responsive_table_hd {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}
.sp_responsive_table_hd > span {
    text-align: center;
    flex: 1;
    font-weight: 700;
}
.sp_responsive_table_bd {
    display: block;
}
.sp_responsive_table_row {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: solid 1px var(--prominent-color);
}
.sp_responsive_table_row > span {
    text-align: center;
    flex: 1;
    padding: 10px 0;
}
.sp_compare_box {
    padding: 15px;
    border-bottom: solid 1px var(--prominent-color);
}
.sp_compare_box_head {
    display: flex;
}
.sp_compare_box_head .left, .sp_compare_box_head .right {
    flex: 1;
    display: flex;
    align-items: center;
}
.sp_compare_box_head .left {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    justify-content: right;
}
.sp_compare_box_head .vs {
    width: 120px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.sp_compare_box_head .align_text {
    width: 120px;
    text-align: center;
    font-size: 16px;
}
.sp_compare_box_head .right {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}
.sp_compare_box_head .progress {
    width: 10px;
    height: 10px;
    border-radius: 3px;
    background: #4a8ef5;
}
.sp_compare_box_head .progress.red {
    background: #e10000;
}
.sp_article {
    background: var(--display-bg-color);
    padding: 15px;
}
.sp_article h1 {
    display: block;
    text-align: center;
    font-size: 22px;
    color: #333333;
    margin-bottom: 25px;
}
.sp_article .info {
    text-align: center;
    padding-bottom: 15px;
}
.sp_article .article {
    box-sizing: border-box;
    padding: 35px;
}
.sp_article .article p {
    line-height: 1.8;
}
.sp_article .article {
    box-sizing: border-box;
    padding: 35px;
}
.sp_article .article p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom:25px;
}
.sp_article .article img {
    display: block;
    margin: 0 auto;
    width: 60% !important;
    max-width: 60% !important;
}
.sp_match_video_ft {
    background-color: var(--prominent-color);
    height: 60px;
    color: #fff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sp_footer {
    background: #ffffff;
    text-align: center;
}
.sp_footer_desc {
    background: #ffffff;
    padding: 25px;
}
.sp_footer_copyright {
    padding: 10px;
    background: #333333;
}