body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td{border:0;margin:0;padding:0;-x-system-font:none;font-family: Lucida, Verdana, 'Hiragino Sans GB', STHeiti, 'WenQuanYi Micro Hei', 'Microsoft YaHei', 微软雅黑, SimSun, sans-serif;font-size:12px;font-size-adjust:none;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;line-height:18px;margin:0;padding:0;word-wrap:break-word;}
img{border:0;}
input, label, select, option, textarea, button, fieldset, legend {font-family:font-family: Lucida, Verdana, 'Hiragino Sans GB', STHeiti, 'WenQuanYi Micro Hei', 'Microsoft YaHei', 微软雅黑, SimSun, sans-serif;}
a{text-decoration:none; color:#000000;}
a:hover, a:active{color:#000000;text-decoration:none;}
ul {
    list-style-type: none;
  }
body{
    background: #fff;
    overflow-x: hidden;
}
.clearfix {
    zoom: 1;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

img {
    border: 0;
}

.row_flex_box{
    display: flex;
    align-items: center;
}

.text-ignore {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.long_text{
    overflow-wrap: break-word;
    word-break: keep-all;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.noSelect {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.noSelect:focus {
    outline: none !important;
}

/* color */
.blue {
    color: #017BD1 !important;
}

.theme_color{
    color: #E92724;
}

.box_border{
    background: #fff;
    border-radius: 5px;
    border: 1px solid #D3E1E2;
}

.box_top_border {
    /* border-top: 3px solid #F5F5F5;
    border-image-slice: 1;
    border-width: 5px;
    border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F5F5F5 100%);
    opacity: 1; */
    position:relative;
}
.box_top_border:before {
    content:'';
    position:absolute;
    width:100%;
    height:6px;
    background:linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F5F5F5 100%);
    top:0;
    left:0;
}

.box_padding{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

/* header footer*/
#head{
    height: 88px;
}

#head #logo img{
    height: 28px;
    margin:10px 10px;
}

#head #nav{
    overflow: hidden;
    position: relative;
}

#head #logo{
    display: block;
    height: 48px;
}

#nav ul li{
    width: 76px;
    height: 40px;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    background: #E92724;
    border-right: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
}

#nav ul li a{
    color: #fff;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
}

#nav .swiper-slide{
    width: unset;
}

#nav ul .active{
    background: #0C848D;
    font-weight: bold;
}

#main{
    padding-top: 10px;
    padding-bottom: 20px;
}

#footer .footer_link{
    display: flex;
    justify-content: space-between;
}

#footer .footer_link li{
    width: 45px;
    text-align: center;
}

#footer .footer_link:first-child{
    margin-bottom: 12px;
}

#footer .footer_link li a{
    text-align: center;
    color: #999999;
    font-size: 14px;
}

#footer .container{
    padding: 10px 20px;
    background: #F5F5F5;
}

#footer .footer_border{
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #E92724 0%, #6DD3DB 100%);
    opacity: 1;
}

#footer .copyright{
    background: #292E2E;
    color: #999;
    padding-top: 12px;
    padding-bottom: 10px;
    text-align: center;
    line-height: 18px;
}

#footer .copyright a{
    color: #999;
    text-decoration: underline;
}
/* header footer end*/

/* news page */
.hot_team_title{
    justify-content: space-between;
}

.hot-team-container{
    margin-top: 10px;
}

.hot-team-container .splide__track{
    padding-left: 10px;
}

.hot-team-container ul li {
    text-align: center;
    margin-right: 16px;
}

.hot-team-container ul li:last-child{
    margin-right: 8px;
}

.hot-team-container ul li .hot-team-img{
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D3E1E2;
    border-radius: 44px;
    box-sizing: border-box;
}

.hot-team-container ul li .hot-team-img img{
    width: 40px;
    height: 40px;
}

.hot-team-container .hot-team-name{
    width: 66px;
    text-align: center;
    margin-top: 4px;
    font-size: 14px;
    line-height: 19px;
}

.news_wrapper .title_shape {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 32px;
    text-align: center;
    border-bottom: 32px solid #E92724;
    border-right: 10px solid transparent;
    height: 0;
    width: 100px;
}

.news_wrapper .news_border {
    height: 2px;
    background: linear-gradient(135deg, #E92724 0%, #8FF5FC 100%);
    margin-bottom: 10px;
}

.news_wrapper .hotnews_wrap{
    margin-bottom: 16px;
}

.news_wrapper .news_title_wrap{
    display: flex;
    background: #E92724;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    height: 52px;
    border-radius: 4px 4px 0px 0px;
    padding-left: 10px;
    padding-right: 10px;
}

.news_wrapper .news_title_wrap .news_title{
    display: flex;
    align-items: center;
}

.news_wrapper .news_title_wrap .news_title img{
    margin-right: 10px;
}

.news_wrapper .news_title_wrap .news_title span{
    font-size: 16px;
    font-weight: bold;
}

.news_wrapper .news_title_wrap a{
    color: #fff;
}

.news_wrapper .news_hot_list li{
    height: 49px;
    line-height: 49px;
    background: #fff;
    border: 1px solid #D3E1E2;
    border-top: none;
    padding-left: 16px;
    padding-right: 16px;
}

.news_wrapper .news_hot_list li:last-child{
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.news_wrapper .news_hot_list li:first-child{
    /* margin-top: 14px; */
}

.news_wrapper .news_hot_list li .news_item{
    height: 20px;
    width: 20px;
    margin-right: 6px;
}

.news_wrapper .news_hot_list li .news_play_icon{
    background: url(../images/icon_play.svg) no-repeat;
}

.news_wrapper .news_hot_list li .news_icon{
    background: url(../images/icon_news.svg) no-repeat;
}

.news_wrapper .news_hot_list li a{
    align-items: center;
    grid-template-columns: 20px auto;
    width: 100%;
    display: grid;
    column-gap: 6px;
}

.news_wrapper .news_hot_list li a span{
    font-size: 16px;
}

.news_wrapper .news_list_wrap{
    display: flex;
    justify-content: space-between;
}

.news_wrapper .lanqiu_news_list{
    display: flex;
}

.news_wrapper .lanqiu_news_list ul{
    width: 568px;
}

/* news page end */

/* home page */
.index_hot_match{
    width: 100%;
    height: auto;
}

.index_hot_match .index_matches_box{
    overflow: hidden;
}

.index_hot_match .index_matches_box .matches_block {
    width: 158px;
    height: 86;
    float: left;
    margin-left: 10px;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
}

.index_hot_match .index_matches_box .matches_block:first-child{
    margin-left: 0;
}

.index_hot_match .index_matches_box .matches_block .time_video{
    height: 27px;
    background: #f5f5f5;
}

.index_hot_match .matches_block .time_video .match_competition {
    float: left;
    margin: 7px 0 0 9px;
}

.index_hot_match .matches_block .time_video span {
    color: #999999;
    float: right;
    margin: 7px 10px 0 0rem;
}

.index_hot_match .matches_block .time_video .red{
    color:#FF2929;
}

.index_hot_match .matches_block .name_score {
    height: 1.25rem;
    margin-top: 0.25rem;
}

.index_hot_match .index_matches_box .matches_block img,.match_list .match_info_wrap .match_info_name img {
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    margin-right: 6px;
}

.index_hot_match .matches_block .name_score strong {
    display: inline-block;
    font-weight: bold;
    width: 2rem;
    color: #000;
    text-align: center;
    float: right;
}

.index_hot_match .matches_block .name_score .colothin {
    color: #000;
    float: right;
}

.index_hot_match .matches_block .name_score span {
    float: left;
    color: #666666;
    font-weight: bold;
}

.nba_rank table img{
    width: 24px;
    height: 24px;
}

.topic_match_box_wrap{
    padding-left: 10px;
    margin-bottom: 10px;
}

.topic_match_box_wrap .topic_match_box .index_tag_title{
    display: flex;
    justify-content: space-between;
    padding-right: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.topic_news_box .index_tag_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.index_news_wrap a div .news_image, .home_down_wrap .down_content a div .news_image{
    width: 100px;
    height: 75px;
    border-radius: 5px;
}

.block_min{
    padding: 10px 0;
    border-bottom: 1px solid #D3E1E2;
    margin: 0 auto;
    position: relative;
    align-items: center;
    grid-template-columns: 100px auto;
    width: 100%;
    display: grid;
    column-gap: 10px;
}

.index_news_wrap a:last-child .block_min{
    border-bottom: none;
}

.block_min .index_news_title{
    margin-top: 10px;
}

.block_min .index_news_title img{
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.block_min .index_news_title p{
    font-size: 14px;
}

.block_min .index_news_title time{
    color:#999999;
}

.block_min .index_news_title .index_news_content{
    display: flex;
    align-items: center;
}

.block_min .index_news_title .index_news_content:first-child{
    margin-bottom: 17px;
}

.block_min .index_news_title .index_news_content .video_mark{
    width: 42px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    background: #000;
    text-align: right;
    padding-right: 6px;
    border-radius: 2px;
    margin-right: 10px;
}

.block_min .index_news_title .index_news_content .video_mark img{
    width: 10px;
    height: 10px;
    margin-right: 2px;
}

.video_section .con ul li{
    height: 49px;
    line-height: 49px;
    border: 1px solid #D3E1E2;
    border-top: none;
    color: #000;
    font-size: 16px;
    padding-left: 16px;
    padding-right: 16px;
}

.video_section .con ul li:last-child{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.video_section .con .rank .rank_list .video_icon{
    background: url(../images/video_icon.svg) no-repeat;
    width: 20px;
    height: 20px;
}

.video_section .con .rank .rank_list a{
    align-items: center;
    grid-template-columns: 20px auto;
    width: 100%;
    display: grid;
    column-gap: 6px;
}

.video_section .con .rank .rank_list a span{
    margin-left: 6px;
}

.nba_rank{
    margin-top: 20px;
    padding-top: 5px;
}

.nba_rank .tocr_block_title{
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #D3E1E2;
}

.nba_rank .tocr_block_title ul{
    display: flex;
}

.nba_rank .tocr_block_title ul li{
    width: 100px;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #E92724;
    text-align: center;
    color: #E92724;
    cursor: pointer;
}

.nba_rank .tocr_block_title ul .active{
    background: #E92724;
    color:#fff;
}

.nba_rank .tocr_block_title ul li:first-child{
    border-radius: 4px 0px 0px 4px;
}

.nba_rank .tocr_block_title ul li:last-child{
    border-radius: 0px 4px 4px 0px;
}

.nba_rank .tocr_block_table table, .sport_rank .tocr_block_table table{
    width: 100%;
}

.nba_rank .tocr_block_table tr{
    font-size: 14px;
}

.nba_rank .tocr_block_table tr:first-child, .sport_rank .tocr_block_table tr:first-child, .sport_rank .tocr_block_table tr.group{
    height: 2rem;
    width: 100%;
    background: #EEEEEE;
    color: #666;
    font-size: 14px;
}

.nba_rank .tocr_block_table tr:first-child th {
    font-weight: bold;
    color: #999;
}
.sport_rank .tocr_block_table tr.group th {
    color: #666666;
}
.sport_rank .tocr_block_table tr:not(:first-child):nth-child(odd){
    background: #F5F5F5;
}
.nba_rank .tocr_block_table tr th:first-child,.nba_rank .tocr_block_table tr td:first-child,.sport_rank .tocr_block_table tr th:first-child,.sport_rank .tocr_block_table tr td:first-child{
    width: 200px;
    text-align: left;
    padding-left: 10px;
}

.nba_rank .tocr_block_table tr th:nth-child(n+2),.sport_rank .tocr_block_table tr td:nth-child(n+2),.nba_rank .tocr_block_table tr th:nth-child(n+2),.sport_rank .tocr_block_table tr td:nth-child(n+2){
    width: 80px;
    text-align: center;
}

.nba_rank .tocr_block_table tr:not(:first-child) td,.sport_rank .tocr_block_table tr:not(:first-child) td{
    padding: 10px;
    color: #333333;
    font-size: 14px;
}

.nba_rank .tocr_block_table tr:not(:first-child) td .teamname, .sport_rank .tocr_block_table tr:not(:first-child) td .teamname{
    font-size: 16px;
}

.nba_rank .tocr_block_table tr:nth-child(2) td,.sport_rank .tocr_block_table tr:nth-child(2) td, .sport_rank .tocr_block_table tr td.rank-1{
    padding: 10px;
}

.nba_rank .tocr_block_table tr:not(:first-child) td:first-child,.sport_rank .tocr_block_table tr:not(:first-child) td:first-child{
    display: flex;
    align-items: center;
}

.nba_rank .tocr_block_table tr:not(:first-child) td:first-child span:first-child,.sport_rank .tocr_block_table tr:not(:first-child) td:first-child span:first-child{
    width: 24px;
    height: 24px;
    background: #CCCCCC;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
}

.nba_rank .tocr_block_table tr:nth-child(2) td:first-child span:first-child, .sport_rank .tocr_block_table tr:nth-child(2) td:first-child span:first-child,.sport_rank .tocr_block_table tr td#rank-1 span:first-child{
    background: #FF3131;
}

.nba_rank .tocr_block_table tr:nth-child(3) td:first-child span:first-child, .sport_rank .tocr_block_table tr:nth-child(3) td:first-child span:first-child,.sport_rank .tocr_block_table tr td#rank-2 span:first-child{
    background: #FF8331;
}

.nba_rank .tocr_block_table tr:nth-child(4) td:first-child span:first-child, .sport_rank .tocr_block_table tr:nth-child(4) td:first-child span:first-child,.sport_rank .tocr_block_table tr td#rank-3 span:first-child{
    background: #FCCE35;
}

.nba_rank .tocr_block_table tr:not(:first-child) td:first-child img, .sport_rank .tocr_block_table tr:not(:first-child) td:first-child img{
    width: 24px;
    height: 24px;
    margin-left: 10px;
}

.sport_rank .tocr_block_table tr td .logo_name p{
    margin-left: 10px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}

.nba_rank .tocr_block_table tr:last-child td{
    padding-bottom: 18px;
}

.home_down_wrap .title1{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* home page end*/

/* nba page */
.nba_match_box{
	background: #fff;padding-top:0.75rem;
}

.nba_match_box .nba_match_tab {
    height: 36px;
    background: #fff;
    border-radius: 0.2rem;
    border: 1px solid #E92724;
}

.nba_match_tab li {
    width: 24.8%;
    height: 36px;
    font-size: 14px;
    color: #E92724;
    line-height: 36px;
    text-align: center;
    float: left;
    transition: background-color 0.25s;
    -webkit-transition: background-color 0.25s;
    border-right: 1px solid #E92724;
}

.nba_match_tab li:last-child{
    border-right: none;
}

.nba_match_tab li.active {
    background: #E92724;
    color: #fff;
    font-weight: 400;
}

.fixed_block_curr{
    display: none;
}

.fixed_block_curr.init:first-child, .fixed_block_curr.active {
    display: block;
}
/* nba page end */

/* all match page*/
.content_left {
    position: relative;
}
.content_left .content_match {
    height: auto;
    padding: 0;
}
.content_left .content_match_tab {
    height: 36px;
    width: 100%; 
}
.tabs_container{
    margin: 2px 10px;
}
.content_match_tab li {
    display: table-cell;
    width: 1%;
}
.content_match_tab li a {
    display: block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    color: #E92724;
    border: 1px solid #E92724;
    padding: 10px 0;
    background: #ffffff;
}
.content_match_tab li a.active,.content_match_tab li.active a {
    background: #E92724;
    color: #fff;
}
.content_match_tab li:first-child a {
    border-radius: 5px 0px 0px 5px;
}
.content_match_tab li:last-child a {
    border-radius: 0px 5px 5px 0px;
}
.content_match_sheng {
    background: #f5f5f5;
    opacity: 1;
    padding: 4px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    top: 115px;
    border-radius: 20px 0px 0px 20px;
}
.content_match_sheng>p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #E92724;
}
.content_match_text>h6 {
    display: flex;
    height: 16px;
    line-height: 16px;
    align-items: center;
    padding-left: 10px;
    padding-top: 2.5rem;
}
.content_match_text>h6 time{
    margin-left: 10px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.topic_match_list.match_list {
    padding: 0;
}
.topic_match_list.match_list .list_block .list_row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #D3E1E2;
}
.topic_match_list.match_list .list_block .list_row .score_info{
    min-width: 80px;
}
.topic_match_list.match_list .list_block .list_row .score_info .score p{
    padding: 10px 0;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    color: #000;
}
.topic_match_list.match_list .list_block .list_row .score_info .score p.match_pre{
    color: #999;
}
.topic_match_list.match_list .list_block .list_row .score_info .score p span{
    padding: 0 8px;
}
.topic_match_list.match_list .list_block .list_row .score_info .stateBtn{
    background: linear-gradient(270deg, #9A9A9A 0%, #E1E1E1 100%);
    opacity: 1;
    border-radius: 12px;
    text-align: center;
    padding: 4px 16px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.topic_match_list.match_list .list_block .list_row .score_info .stateBtn.red_left{
    background: linear-gradient(270deg, #FF3636 0%, #FC8F8F 100%);
}
.topic_match_list.match_list .list_block .list_row .score_info .stateBtn.gray_left{
    background: linear-gradient(270deg, #E92724 0%, #8FF5FC 100%);
}
.topic_match_list.match_list .list_block .list_row .score_info .competition{
    text-align: center;
}
.topic_match_list.match_list .list_block .list_row .score_info .competition p{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.topic_match_list.match_list .list_block .list_row .score_info .competition p span{
    margin-left: 5px;
}
.topic_match_list.match_list .list_block .list_row .home_info, .topic_match_list.match_list .list_block .list_row .away_info{
    text-align: center;
    width: 85px;
}
.topic_match_list.match_list .list_block .list_row .home_info p, .topic_match_list.match_list .list_block .list_row .away_info p{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    padding-top: 5px;
    max-width: 85px;
}
/* all match page end*/
/* competition page*/
.topic_match_box_wrap .topic_match_box .index_tag_title h1, .index_news_wrap .topic_news_box .index_tag_title h1{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #292E2E;
    display: flex;
    align-items: center;
}

.topic_match_box_wrap .topic_match_box .index_tag_title h1 img, .index_news_wrap .topic_news_box .index_tag_title h1 img{
    margin-right: 8px;
}

.liveNo div{
    text-align: center;
    color: #E92724;
    font-size: 14px;
    padding-top: 4rem;
}
/* competition page end*/

/* Schedule page */
.season_wrapper{
    margin-top: 17px;
  }
  .round_wrapper{
    margin-bottom: 10px;
  }
  .season_wrapper,.round_wrapper{
    padding: 0px 0.5rem 0px 0.5rem;
    position: relative;
  }
  .season_wrapper .topic_season_texts,.round_wrapper .topic_season_textr{
    font-size: 0.85rem;
    font-weight: bold;
    color: #E92724;
    margin-bottom: 10px;
    z-index: inherit;
    position: relative;
    padding-left: 10px;
  }
  .season_wrapper .topic_season_texts::after,.round_wrapper .topic_season_textr::after{
    content: '';
    height: 0.85rem;
    width: 5px;
    background: #E92724;
    position:absolute;
    left:0px;
  }
  .season_wrapper .topic_season_btns, .round_wrapper .topic_season_btnr{
    width: 100%;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 0.75rem;
    position: relative;
    border: 1px solid #D3E1E2;
    color: #E92724;
  }
  
  .season_wrapper .arrow_s, .round_wrapper .arrow_r{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #E92724;
    position: absolute;
    right: 10px;
    top: 0.55rem;
    -webkit-transition: all 300ms 0s ease-in-out;
    transition: all 300ms 0s ease-in-out;
  }
  .arrow_up{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .season_wrapper .season_box{
    min-height: 50px;
    background: #fff;
    border-top: 1px solid #eee;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    z-index: 2;
  }
  .round_wrapper .round_box{
    background: #fff;
    border-top: 1px solid #eee;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    z-index: 2;
  }
  .round_wrapper .btn_wrapper, .season_wrapper .btn_wrapper{
    width: 100%;
    position: relative;
    z-index: inherit;
  }
  .round_wrapper .btn_wrapper .round_box, .season_wrapper .btn_wrapper .season_box{
    position: absolute;
    width: 100%;
    display: grid;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    padding: 0.25rem;
    box-sizing: border-box;
  }
  .round_wrapper .btn_wrapper .round_box{
      grid-auto-flow: column;
      grid-template-rows: repeat(8, 1fr);
  } 
  .season_wrapper .btn_wrapper .season_box{
    grid-auto-flow: row;
  }
  .round_wrapper .btn_wrapper .round_box li{
    font-size: 0.75rem;
    cursor: pointer;
    text-align: center;
    line-height: 2rem;
  }
  .season_wrapper .btn_wrapper .season_box li{
    position: relative;
    background: #fff;
    width: 100%;
    font-size: 0.75rem;
    text-align: center;
    cursor: pointer;
    margin-bottom: 4px;
    line-height: 1.25rem;
  }
  .update_div{
    margin-bottom: 20px;
  }
  
  .season_wrapper .arrow_forward{
    width: 34px;
    height: 34px;
    position: absolute;
    right: 16vw;
    top: 0;
  }
  .season_wrapper .arrow_forward::after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0.55rem; 
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #E92724;
    cursor: pointer;
  }
  .season_wrapper .arrow_backward{
    width: 34px;
    height: 34px;
    position: absolute;
    left: 16vw;
    top: 0;
  }
  .season_wrapper .arrow_backward::after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0.55rem; 
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 7px solid #E92724;
    cursor: pointer;
  }

  .season_wrapper .focus_btn, .round_wrapper .focus_btn{
    background: #E92724;
    color: #fff;
  }
  /* END Schedule page */

  .content_box ._line {
    height: 0.4rem;
    background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%);
  }
    
.time_container{
    background: #fff;
    padding: 0.25rem 0;
    margin-top: 1rem !important;    
    border-radius: 4px;
    margin: 0 8px;
}
.time_update{
    margin: 0px 0.8rem;
    padding: 0;
    font-family: 'Microsoft YaHei';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #999;
}











.pagination-style{ margin-top:10px; clear:both;overflow:hidden}

    .pagination_container {
        border-top: 1px solid #D3E1E2;
        height: 24px;
        padding: 10px;
        box-sizing: border-box;
    }
    .pagination_container .pagination {
        margin: auto;
    }
    .pagination_container .pagination li {
        height: 24px;
        border: 1px solid #D3E1E2;
        line-height: 22px;
        text-align: center;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        font-weight: bold;
        margin-right: 5px;
        font-size: 12px;
        font-family: Microsoft YaHei; padding-left:10px; padding-right:10px;float:left;  margin-bottom:4px;
    }
    .pagination_container .pagination li.active {
        background: #E92724;
        color: white;
    }
    .pagination_container .pagination li.disabled {
        color: #999999;
    }
    .pagination_container .pagination li a {
        color: #999999;
    } 
    .pagination_container .pagination li:first-child a,
    .pagination_container .pagination li:last-child a,
    .pagination_container .pagination li:first-child span,
    .pagination_container .pagination li:last-child span {
        padding-bottom: 2px;
    }




    .xg_list li {
        height: 45px;
        line-height: 45px;
        border-bottom: 1px solid #D3E1E2; 
        padding: 0 5px;
        color: #292E2E;
        display: flex;
        align-items: center;
        box-sizing: border-box;
    }
    .xg_list li:last-of-type {
      border-bottom: none 
    }
    .xg_list li:hover {
        border-color: #E92724;
    }
    .xg_list li:hover a {
        color: #E92724;
    }
    .xg_list li a {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
        display: inline-block;
    }
	
	
	
   .fixsco_tab_content p{ font-size: 14px; line-height: 22px; margin-bottom: 10px;}

   .fixsco_tab_content p a{ margin-right:10px}


.analysis-container {
  /* display: flex; */
  /* justify-content: center; */
  background:#fff;
  margin:10px;
}

.analysis-container .analysis-item {clear:both;
  /* margin: 0 5px; */
  width:100%; margin:0 auto;
}

.analysis-container .analysis-item>.title {
  font-size: 16px;
  color: #333;
  line-height: 60px
}

.analysis-container .analysis-item .analysis-list>li {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
  position: relative;
  line-height: 60px;
  background-color: #fff;
  border-radius: 5px;
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
  overflow: hidden;width:100%;margin:0 auto;
}

.analysis-container .analysis-item .analysis-list>li canvas {
  width: 355px
}

.analysis-container .analysis-item .analysis-list>li .tip {
  position: absolute;
  background-color: #56a4d5;
  line-height: 20px;
  padding: 0 8px 0 6px;
  border-radius: 0 5px 0 5px;
  color: #fff;
  top: 0;
  right: 0
}

.analysis-container .analysis-item .analysis-list>li .tip:before {
  border: solid transparent;
  border-top-color: #56a4d5;
  border-width: 17px 7px;
  position: absolute;
  content: '';
  top: 0;
  left: -7px
}

.analysis-container .analysis-item .analysis-list>li .text {
  display: block;
  line-height: 20px;
  padding: 5px 35px 10px 10px;
  user-select: none
}

.analysis-container .analysis-item .analysis-list>li.g .tip {
  background-color: #EC612B;
}

.analysis-container .analysis-item .analysis-list>li.g .tip:before {
  border-top-color: #EC612B;
}


.analysis-item .infer {
  background-color: #223CA1;
  position: absolute;
  line-height: 20px;
  padding: 0 8px 0 6px;
  border-radius: 0 5px 0 5px;
  color: #fff;
  top: 0;
  right: 0;
}
.analysis-item .infer:before {
  border: solid transparent;
  border-top-color: #223CA1;
  border-width: 17px 7px;
  position: absolute;
  content: '';
  top: 0;
  left: -7px;
}
	
	
	
	
	
	
	
	

	

    #team_regions_nav .swiper-slide:first-of-type {
        margin-left: 10px;
    }
    #team_regions_nav .swiper-slide {
        width: unset;
        margin: 0 20px;
        padding-bottom: 6px;
    }
    #team_regions_nav .swiper-slide.active .tab {
        font-weight: bold;
        color: #E92724;
    }
     #tabs_container {
        background: #FFFFFF;
        border-radius: 4px;
        min-height: 148px;
    }
    .tabs {
        display: flex;
        border-bottom: 1px solid #D3E1E2;
    }
    .tabs .tab {
        height: 21px;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 21px;
        color: #666666;
        cursor: pointer;
    }
    .tabs li {
        position: relative;
        width: unset;
    }
    .tabs li.active a {
        color: #E92724;
    }
    .tabs li.active:after {
        content:"";
        background: linear-gradient(90deg, #E92724 0%, #6DD3DB 100%);
        display: block;
        height: 4px;
        width: 100%;
        position: absolute;
        bottom: 0;
    }
    .tab_contents_container {
        padding: 17px 10px;
        height: fit-content;
    }
    .tab_contents {
        height: 86px;
    }
    .tab_contents .hot_team :last-of-type {
        margin-right: 0;
    }
    .tab_contents .hot_team {
        text-align: center;
        width: 56px;
    }
    .tab_contents .hot_team_image {
        width: 56px;
        height: 56px;
        background: #FFFFFF;
        border: 2px solid #D3E1E2;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
    }
    .tab_contents .hot_team_image img {
        width: 28px;
        height: 28px;
    }
    .tab_contents .hot_team_name {
        height: 19px;
        margin-top: 4px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 19px;
        color: #666666;
    }
    .teams_container a {
        width: 33%;
        float:left; text-align:center; margin-bottom:20px;
    }
    .teams_container .swiper-slide:last-of-type {
        margin-right: 0;
    }


	
	
	
	
	  .baseTitleLine2 {
    height: 45px;
    border-bottom: 1px solid #57c2ca;
    position: relative;
    margin-left: 0;
    margin-right: 0;
}

	.baseTitleLine2 h4 { display:inline-block; padding-left:10px; padding-right:10px;
    background-color: #57c2ca;
    padding-right: 20px; height: 45px; line-height: 45px;color:#fff; font-size:18px; font-weight:bold
}



.ListItem{padding:10px;overflow:hidden}
.ctimg{ float:none}
.ctnr{ float: none;width:100%;font-size: 14px; line-height:22px;}
.ctimg img{width:150px; height:90px;}

	
.articles_text iframe{ width:100% !important; height:250px !important;}



  .fixsco_table {
        padding-bottom: 16px;
    }
    .fixsco_table .match_title {
        height: 21px;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 21px;
        color: #000000;
        border-left: 5px solid #E92724;
        padding-left: 5px;
        margin-bottom: 10px;
        margin-left: 10px;
    }
    .fixsco_table:first-of-type {
        padding-top: 0;
    }
    .fixsco_table:last-of-type {
        padding-bottom: 0;
        border-bottom: none;
    }
    .fixsco_table table {
        border-bottom: 0;
        width: 100%;
        table-layout: fixed;
    }
    .fixsco_table:last-of-type tr:last-child td {
        border: none;
    }
    .fixsco_table table tr th:first-child {
        font-weight: bold;
        color: #E92724;
    }
    .fixsco_table table tr th {
        padding: 8px 16px;
        background: #F8F8F8;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 19px;
        color: #292E2E;
    }
    .fixsco_table table tr td {
        padding: 12px 10px;
        border-bottom: 1px solid #D3E1E2;
        height: 16px;
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 16px;
        color: #000000;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .fixsco_table table tr td.home {
        text-align: right;
    }
    .fixsco_table table tr td.score {
        text-align: center;
    }
.hot-news {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.5rem 0.7rem 0.9rem;
}
.hot-news > p.header {
    height: 1.25rem;
    line-height: 1.25rem;
    padding-left: 1.5rem;
}
.hot-news > p.header::before {
    display: none;
}
p.header {
    color: var(--text-color);
    font-size: 1rem;
    font-weight: bold;
    position: relative;
    padding-left: 0.8rem;
}
p.header::before {
    content: '';
    position: absolute;
    left: 0;
    height: 1rem;
    border-left: 0.375rem solid #F23632;
    border-radius: 1rem;
    background-color: #F23632;
}
a.viewAll {
    display: inline-block;
    color: #C12A1B;
    font-size: 0.8rem;
    text-align: center;
}