@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: var(--dark-color);
    color: #555;
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.container {
    width: 1200px;
    height: inherit;
    margin: 0 auto;
}

.container-main {
    width: 1200px;
    height: inherit;
    margin: 0 auto;
    padding-top: 25px;
}

.show_flex {
    display: flex !important;
}

.sven_icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
}

.sven_icon__hot {
    /* background: url("../img/hot.png") no-repeat center; */
    background-size: cover;
}

.sven_icon__date {
    /* background: url("../img/date.png") no-repeat center; */
    background-size: cover;
}

.sven_icon__news {
    /* background: url("../img/news.png") no-repeat center; */
    background-size: cover;
    width: 22px;
    height: 22px;
}
.sven_icon__playfill {
    /* background: url("../img/play-fill.png") no-repeat center; */
    background-size: cover;
    width: 22px;
    height: 22px;
}

.sven_icon__zixun {
    /* background: url("../img/zixun.png") no-repeat center; */
    background-size: cover;
    width: 24px;
    height: 24px;
    filter: grayscale(100%);
}

.sven_icon__luxiang {
    /* background: url("../img/luxiang.png") no-repeat center; */
    background-size: cover;
    width: 28px;
    height: 28px;
}

.sven_icon__luxiangplay {
    /* background: url("../img/luxiang_play.png") no-repeat center; */
    background-size: cover;
    width: 24px;
    height: 24px;
    filter: grayscale(100%);
}

.sven_icon__lanqiu_p {
    /* background: url("../img/lanqiu_p.png") no-repeat center; */
    background-size: cover;
    width: 24px;
    height: 24px;
}
.sven_icon__zuqiu {
    /* background: url("../img/zuqiu_pick.png") no-repeat center; */
    background-size: cover;
    width: 24px;
    height: 24px;
}
.sven_header {
    background: var(--light-color);
    width: 100%;
    height: 50px;
    padding: 15px 0;
    border-bottom: dashed 1px #DEDEDE;
}
.sven_header-logo {
    float: left;
    height: 50px;
}
.sven_header-logo img {
    height: 50px;
}
.sven_navbar-hot__box {
    padding-left: 400px;
    display: flex;
    align-items: center;
}
.sven_navbar {
    float: left;
    height: 50px;
    line-height: 50px   ;
}
.sven_navbar > ul > li {
    position: relative;
    display: inline-block;
    float: left;
    text-align: center;
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
}
.sven_navbar > 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);
}

.sven_navbar > ul > li > a {
    font-size: 18px;
    padding: 5px 5px;
    color: #000000;
}

.sven_navbar-hot {
    display: block;
    background: #ffffff;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}

.sven_navbar-hot  ul {
}

.sven_navbar-hot ul li {
    display: inline-block;
    float: left;
    text-align: center;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
}

.sven_navbar-hot ul li > a {
    font-size: 14px;
    padding: 5px 5px;
    color: #777777;
}

.sven_navbar-hot ul > li > a:hover {
    color: var(--link-hover-color);
}

.sven_navbar-hot ul > li.active > a {
    color: var(--link-hover-color);
    font-weight: bold;
}

.sven_body {
    float: left;
    width: 800px;
    min-height: 500px;
    position: relative;
    margin-bottom: 50px;
}

.sven_aside {
    width: 380px;
    padding-left: 20px;
    position: relative;
    float: left;
}

.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;
}

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

.sven_match__tabs {
    padding-left: 10px;
}

.sven_match__tabs > ul {
    position: relative;
}

.sven_match__tabs > ul > li {
    float: left;
    display: inline-block;
    vertical-align: bottom;
    padding: 0 15px;
    cursor: pointer;
}

.sven_match__tabs > ul > li.active {
    margin-top: -5px;
}

.sven_match__tabs > ul > li.active > a {
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
    padding-bottom: 5px;
    border-bottom: solid 3px var(--contrast-color);
}

.sven_display__bd {
    position: relative;
    z-index: 2006;
}

.sven_display__loading {
    position: absolute;
    z-index: 2007;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000000;
    opacity: 1;
}

.sven_match_card {
    background: #ffffff;
    margin-bottom: 25px;
    border-top: solid 3px var(--contrast-color);
    border-radius: 5px 5px 0 0;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
}
.sven_match__list {
    padding: 5px 15px;
}
.sven_match__date {
    display: flex;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: dashed 1px #BBBBBB;
    color: #000000;
}
.sven_match__date span {
    padding-left: 5px;
}

.sven_match__item {
    display: flex;
    align-items: center;
    padding: 15px;
    font-size: 15px;
    border-bottom: solid 1px var(--prominent-color);
}

.sven_match__item:last-of-type {
    border-bottom: 0;
}

.sven_match__item__date {
    width: 10%;
}

.sven_match__item__league {
    width: 15%;
}

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

.sven_team__home {
    width: 150px;
    text-align: right;
}

.sven_team__score {
    width: 100px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.sven_team__away {
    width: 150px;
    text-align: left;
}

.sven_match_link {
    width: 75%;
    display: flex;
    align-items: center;
}

.sven_match__item__button {
    flex: 1;
    text-align: right;
    box-sizing: border-box;
    padding-right: 15px;
}

.sven_match__btn {
    font-size: 14px;
    display: inline-block;
    width: 100px;
    padding: 5px;
    border-radius: 5px;
    text-align: left;
    color: var(--contrast-color);
}

.sven_match__btn___live {
    color: var(--contrast-color);
}

.sven_display__none .sven_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;
}

.sven_news_list {
    padding: 15px;
    background: #ffffff;
}

.sven_tag {
    display: inline-block;
    background: var(--contrast-color);
    color: #ffffff;
    font-size: 13px;
    padding: 3px 5px;
    margin-right: 10px;
    border-radius: 5px;
}

.sven_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;
}

.sven_news_item .time, .sven_news_item .league {
    padding-left: 5px;
    padding-right: 10px;
}

.sven_news_item a {
    background: unset;
    border: none;
    font-size: 14px;
    color: #777777;
}

.sven_news_item.strong a {
    font-weight: bold;
    color: #000;
    font-size: 16px;
}

.sven_news_item a:hover {
    color: var(--link-hover-color);
}

.sven_news_item:hover .sven_icon {
    filter: grayscale(0%);
}

.sven_list_tabs {
    margin-bottom: 20px;
    border-top: solid 3px var(--link-hover-color);
    background: #ffffff;
}

.sven_list_tabs ul {
    display: flex;
}

.sven_list_tabs ul li {
    padding: 12px 20px;
}

.sven_list_tabs ul li.active {
    font-weight: bold;
}

.sven_list_tabs ul li.active a {
    font-size: 16px;
    color: var(--link-hover-color);
}

.sven_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%);
}

.sven_strong_card__hd,.sven_strong_card__bd,.sven_strong_card__ft {
    display: flex;
}

.sven_strong_box {
    padding: 20px 20px 5px 20px;
    background: var(--display-bg-color);
    font-size: 14px;
}

.sven_strong_card {
    line-height: 1.8;
    padding: 15px;
    background: var(--strong-bg-color);
    margin-bottom: 20px;
}
.sven_strong_card:nth-child(even) {
    background: var(--strong-bg-light-color);
}
.sven_strong_date, .sven_strong_state, .sven_strong_team__score {
    flex: 1;
}
.sven_strong_state, .sven_strong_team__score {
    text-align: right;
    padding-right: 15px;
}
.sven_strong_date {
    padding-bottom: 15px;
}
.sven_strong_card__bd {
    padding-bottom: 10px;
}

.sven_article_call_box {
    padding: 0 15px;
    margin-bottom: 30px;
    background: #ffffff;
}
.sven_article_call__hd {
    display: flex;
    align-items: center;
    font-size: 16px;
}
.sven_article_call__team > img {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    vertical-align: middle;
    padding-top: 15px;
}
.sven_article_call__team {
    width: 100%;
}
.sven_article_call__team-tabs {
    flex: 1;
    color: var(--prominent-color);
}
.sven_article_call__team-tabs a {
    font-size: 16px;
}
.sven_article_call__list {
    padding: 15px 0;
    margin-top: 15px;
    padding-left: 28px;
    box-sizing: border-box;
    border-bottom: solid 1px var(--prominent-color);

}
.sven_article_call__item {
    float: left;
    width: 340px;
    margin-bottom: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 30px;
}

.sven_article_video_box {
    width: 50%;
    padding: 15px;
    font-size: 14px;
    float: left;
    box-sizing: border-box;
}
.sven_article_video__hd {
    display: flex;
    padding-bottom: 15px;
}
.sven_article_video__date, .sven_article_video__state {
    flex: 1;
}
.sven_article_video__state {
    text-align: center;
    color: #309d1e;
}
.sven_article_video__team-info {
    padding-bottom: 15px;
}
.sven_article_video__team-info img {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    vertical-align: middle;
}
.sven_article_video__bd {
    display: flex;
    align-items: center;
}
.sven_article_video__team, .sven_article_video__score {
    flex: 1;
}
.sven_article_video__score {
    text-align: center;
}
.sven_match_all {
    margin-bottom: 30px;
}
.sven_matchs {
    width: 1200px;
    height: auto;
    margin: 10px auto 0;
    position: relative;
}
.sven_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%);
}
.sven_match__right {
    position: relative;
    width: 1000px;
    top: 0;
    left: 200px;
}
.sven_match__menus a {
    display: block;
    padding: 10px;
    text-align: center;
}
.sven_match__menus a.active {
    font-weight: bold;
    color: var(--contrast-color);
    border-bottom: solid 1px var(--contrast-color);
}
.sven_match__signal_link {
    display: inline-block;
    font-size: 14px;
    border: solid 1px #888888;
    padding: 3px 10px;
    margin-bottom: 5px;
}
.sven_match_button__special {
    display: inline-block;
    padding-right: 10px;
    width: 85px;
    vertical-align: top;
}
.sven_match_button__base {
    display: inline-block;
    width: 300px;
}
.sven_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;
}
.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 > a {
    padding: 8px 15px;
    background: var(--prominent-color);
    color: #777777;
    border-radius: 3px;
    font-size: 14px;
}

.pagination-base .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;
}


.wrap-box_table {
    padding: 5px;
    box-sizing: border-box;
    background: var(--prominent-color);
}

.sven_ranking__tabs {
    display: flex;
    padding-bottom: 15px;
}
.sven_ranking__tabs-item {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    background: #F2F2F2;
    cursor: pointer;
}
.sven_ranking__tabs-item.active {
    color: var(--contrast-color);
    background: #ffffff;
}
.sven_ranking__table {
    padding: 0 5px;
    padding-bottom: 15px;
}
.sven_ranking__table-hd {
    display: flex;
}
.sven_ranking__table-hd span {
    flex: 1;
    text-align: center;
    color: #777777;
}
.sven_ranking__table-bd__tr {
    display: flex;
}
.sven_ranking__table-bd__tr span {
    flex: 1;
    text-align: center;
    padding: 10px 5px;
}

.table {
    width: 100%;
    margin: 0;
}

.table > tbody th {
    height: 35px;
    font-size: 14px;
    background: var(--primary-color);
    color: var(--top-header-hot-color);
    text-align: center;
}

.table > tbody td {
    height: 35px;
    font-size: 14px;
    text-align: center;
}

.table > tbody tr:nth-last-of-type(even) {
    background: var(--light-color);
}

.wrap-box_table .table {
    display: none;
}

.wrap-box_table .table.active {
    display: table;
}

.sven_match_list {
    padding: 15px;
}
.sven_match_list li {
    float: left;
    padding: 15px;
}

.sven_match_video_box {
    width: 100%;
    height: 426px;
    overflow: hidden;
}
.sven_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;
}
.sven_match_video__time {
    display: inline-block;
    text-align: center;
    margin-right: 12px;
}
.sven_match_video__type {
    display: inline-block;
}
.sven_match_video__bd {
    /* background: url(../img/bg_t.png); */
    background-size: cover;
    width: 100%;
    height: 426px;
    overflow: hidden;
    position: relative;
}
.sven_match_video__white_fill {
    background-color: #FFFFFF;
    opacity: 0.5;
    height: 127px;

}
.sven_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%;
}
.sven_match_video__team_left {
    max-width: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}
.sven_match_video__team_left img, .sven_match_video__team_right img {
    width: 60px;
    height: 60px;
    z-index: 2;
}
.sven_match_video__team_right {
    margin-left: 52.5%;
    margin-right: 40px;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sven_match_video__score {
    line-height: 29px;
    padding-top: 70px;
    z-index: 2
}
.sven_match_video__state {
    line-height: 29px;
    padding-top: 30px;
    z-index: 2
}
.sven_match_live {
    padding: 20px;
    font-size: 14px;
}
.sven_match_live_icon_signal_new {
    display: inline-block;
    /* background-image: url(../img/live.png); */
    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;
}
.sven_match_luxiang {
    background: var(--display-bg-color);
    padding: 15px;
}
.sven_match_luxiang a {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}
.sven_match_analysis {
    background: var(--display-bg-color);
    padding: 15px;
}

.sven_match_analysis img {
    display: inline-block;
    width: 100%;
}


.responsive-table {
    display: block;
    width: 100%;
}
.responsive-table_hd {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}
.responsive-table_hd > span {
    text-align: center;
    flex: 1;
    font-weight: 700;
}
.responsive-table_bd {
    display: block;
}
.responsive-table_row {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: solid 1px var(--prominent-color);
}
.responsive-table_row > span {
    text-align: center;
    flex: 1;
    padding: 10px 0;
}

.duibi-box {
    padding: 15px;
    border-bottom: solid 1px var(--prominent-color);
}

.duibi-box_head {
    display: flex;
}

.duibi-box_head .left, .duibi-box_head .right {
    flex: 1;
    display: flex;
    align-items: center;
}

.duibi-box_head .left {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    justify-content: right;
}

.duibi-box_head .vs {
    width: 120px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.duibi-box_head .align_text {
    width: 120px;
    text-align: center;
    font-size: 16px;
}

.duibi-box_head .right {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}

.duibi-box_head .progress {
    width: 10px;
    height: 10px;
    border-radius: 3px;
    background: #4a8ef5;
}

.duibi-box_head .progress.red {
    background: #e10000;
}
.sven_article {
    background: var(--display-bg-color);
    padding: 15px;
}
.sven_article h1 {
    display: block;
    text-align: center;
    font-size: 22px;
    color: #333333;
    margin-bottom: 25px;
}
.sven_article .info {
    text-align: center;
    padding-bottom: 15px;
}
.sven_article .article {
    box-sizing: border-box;
    padding: 35px;
}
.sven_article .article p {
    line-height: 1.8;
}
.sven_article .article {
    box-sizing: border-box;
    padding: 35px;
}
.sven_article .article p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom:25px;
}
.sven_article .article img {
    display: block;
    margin: 0 auto;
    width: 60% !important;
    max-width: 60% !important;
}

.sven_match_video__ft {
    background-color: var(--prominent-color);
    height: 60px;
    color: #fff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sven_footer {
    background: #ffffff;
    text-align: center;
}

.sven_footer__description {
    background: #ffffff;
    padding: 25px;
}

.sven_footer__copyright {
    padding: 10px;
    background: #333333;
}
