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: #1C969F;
}

.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: #1C969F;
    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, #1C969F 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 #1C969F;
    border-right: 10px solid transparent;
    height: 0;
    width: 100px;
}

.news_wrapper .news_border {
    height: 2px;
    background: linear-gradient(135deg, #1C969F 0%, #8FF5FC 100%);
    margin-bottom: 10px;
}

.news_wrapper .hotnews_wrap{
    margin-bottom: 16px;
}

.news_wrapper .news_title_wrap{
    display: flex;
    background: #1C969F;
    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 #1C969F;
    text-align: center;
    color: #1C969F;
    cursor: pointer;
}

.nba_rank .tocr_block_title ul .active{
    background: #1C969F;
    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 #1C969F;
}

.nba_match_tab li {
    width: 24.8%;
    height: 36px;
    font-size: 14px;
    color: #1C969F;
    line-height: 36px;
    text-align: center;
    float: left;
    transition: background-color 0.25s;
    -webkit-transition: background-color 0.25s;
    border-right: 1px solid #1C969F;
}

.nba_match_tab li:last-child{
    border-right: none;
}

.nba_match_tab li.active {
    background: #1C969F;
    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: #1C969F;
    border: 1px solid #1C969F;
    padding: 10px 0;
    background: #ffffff;
}
.content_match_tab li a.active,.content_match_tab li.active a {
    background: #1C969F;
    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: #1C969F;
}
.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, #1C969F 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: #1C969F;
    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: #1C969F;
    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: #1C969F;
    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: #1C969F;
  }
  
  .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 #1C969F;
    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 #1C969F;
    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 #1C969F;
    cursor: pointer;
  }

  .season_wrapper .focus_btn, .round_wrapper .focus_btn{
    background: #1C969F;
    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: #1C969F;
        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: #1C969F;
    }
    .xg_list li:hover a {
        color: #1C969F;
    }
    .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: #1C969F;
    }
     #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: #1C969F;
    }
    .tabs li.active:after {
        content:"";
        background: linear-gradient(90deg, #1C969F 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 #1C969F;
        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: #1C969F;
    }
    .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;
}












.dhProduct, .dhTitle {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.dhProduct {
    align-items: flex-start;
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 18px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #d3e1e2;
}


.dhTitle {
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    align-items: center;
    border-bottom: 1px solid #d3e1e2;
    color: #000;
    padding-left: 20px;
    box-sizing: border-box;
}


.productItem {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box; margin-left:-5px;
}

.dhTitle p, .productItem {
    display: flex;
    justify-content: flex-start;
}

.productItem>div {
    width: 100%;
}
.dhProduct .sub_title {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-top: 22px; margin-left:5px;
}

.item_content {
    display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.item_content .item {
    display: grid;
    grid-template-columns: 20px calc(100% - 30px);
    align-items: center;
    border-radius: 5px 5px 0 0;
    padding: 5px 10px;
    border: 1px solid #eee;
    border-bottom: 5px solid #d3e1e2;
    box-sizing: border-box; margin-left:5px; margin-bottom:5px;
}
.item_content  span{
width:20px;height:20px;
}
.item_content .item img{
width:20px;height:20px;
}



.text-ignore {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.item_content .item_desc {
    font-size: 14px;
    color: #000;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}




.match-tab {
    margin: 15px 0;
    display: none;
}.match-tab.tab-active {
    display: block;
}.hot_match {
    border: 1px solid #ececec;
    border-radius: 5px;
    padding: 20px 15px;
    margin-bottom: 16px;
}.hot_match .top {
    display: grid;
    grid-template-columns: 40% 60%;
    width: 100%;
    padding-bottom: 13px;
    margin-bottom: 12px;
    border-bottom: 1px solid #e6e6e6;
}.gap-x-\[10px\] {
    -moz-column-gap: 10px;
    column-gap: 10px;
}.hot_match .top .status {
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 24px;
    padding: 6px 0;
    box-sizing: border-box;
    min-width: 54px;
}.hot_match .top .status.live {
    background-color: #ef1f1f;
}
.hot_match .top .status.prelive {
	background-color:#333
}

.flex {
    display: flex;
}
.hot_match .top .compName {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}.dh-time {
    margin-top: 12px;
    color: #666;
}.match_detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
}.hot_match .match_detail:nth-of-type(2) {
    margin-top: 8px;
}.match_detail .dhmatch_player {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #000;
    font-size: 14px;
}.match_detail .score {
    font-size: 14px;
    font-weight: 700;
}.streamBox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}.streamBox .stream-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 8px;
    height: 15px;
    overflow: hidden;
}.stream-left p, .stream-right .viewMore {
    font-weight: 700;
    font-size: 14px;
    color: #333;
}.stream-left a p {
    color: #009688;
    border-bottom: 1px solid #009688;
    margin-right: 12px;
}.stream-left p:not(:first-child) {
color:#009688;
border-bottom:1px solid #009688;
margin-right:12px
}
.streamBox .stream-right {
	display:flex;
	justify-content:flex-end;
	align-items:center;
	width:-moz-fit-content;
	width:fit-content;
	white-space:nowrap
}
.dh_more_match {
	background-color:#f3f7ff;
	border-radius:6px;
	margin-top:16px;
	height:40px;
	border:1px solid #3179ff
}

.overflow-auto {
    overflow: auto;
}.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}


.bg-pri-blue {
    --tw-bg-opacity: 1;
    background-color: #1C969F;
}.px-\[13px\] {
    padding-left: 13px;
    padding-right: 13px;
}.py-\[6px\] {
    padding-top: 6px;
    padding-bottom: 6px;
}.text-\[14px\] {
    font-size: 14px;
}.font-\[700\], .font-bold {
    font-weight: 700;
}.text-\[\#DCE8F4\] {
    --tw-text-opacity: 1;
    color: rgb(220 232 244 / var(--tw-text-opacity));
}.overflow-auto {
    overflow: auto;
}.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}.text-\[\#666666\], .text-\[\#666\] {
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
}
.rounded {
    border-radius: .25rem;
}

.bg-\[\#e6e6e6\] {
    --tw-bg-opacity: 1;
    background-color: rgb(230 230 230 / var(--tw-bg-opacity));
}

.daohang_moreMatch__Hok3w {
    margin: 10px;
    background-color: #fff;
    color: #1c969f;
    border-radius: 3px;
    border: 1px solid #1c969f;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
}
.streamBox .stream-left.on {
    height: -moz-max-content;
    height: max-content;
}
.stream-right .viewMore {
    font-size: 12px;
    position: relative;
    display: grid;
    grid-gap: 3px;
    grid-template-columns: 24px 12px;
}
.stream-right p:after {
    content: url(../images/ico-arrow.f3f0f8b4.svg);
    display: inline-block;
    margin: 0 0 0 4px;
    padding-bottom: 2px;
    rotate: 180deg;
    transition: .4s;
    position: absolute;
    right: 0;
    top: -2px;
}



.stream-right p.show:after {
  
    rotate: 0deg;
  
}

.blockTitle {
    color: #333;
    font-weight: 700;
}

.blockTitle, .headerNav a {
    display: flex;
    align-items: center;
    font-size: 15px;
}

.titleBlock {
    height: 14px;
    width: 4px;
    background-color: #009688;
    margin-right: 6px;
    margin-top: 1px;
}.p-\[12px\] {
    padding: 12px;
}

.mt-\[15px\] {
    margin-top: 15px;
}
.p123 { margin:10px}
.xhhf{width:100%;margin:0 auto; overflow:hidden;white-space: nowrap;overflow-x: auto;-webkit-overflow-scrolling:touch;    scrollbar-width: none; margin-top: 10px;
}

.xhhf div{height:28px; line-height:28px;  display:inline-block; float: none;font-weight:700;font-size:14px;text-align:center; color:#333; background-color:#66666636;border-radius: 5px; padding-left:5px; padding-right:5px;}
.xhhf div.bg-pri-blue{ background-color: #1C969F;height:28px; line-height:28px; display:inline-block; float: none;font-weight:700;font-size:14px;text-align:center; border-radius: 5px; padding-left:5px; padding-right:5px; color:#fff;}









.grid {
    display: grid;
}

.auto-cols-\[54px\] {
    grid-auto-columns: 54px;
}

.grid-flow-col {
    grid-auto-flow: column;
}

.gap-x-\[18px\] {
    -moz-column-gap: 18px;
    column-gap: 18px;
}

.overflow-auto {
    overflow: auto;
}

.p-\[12px\] {
    padding: 12px;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}



.flex-col {
    flex-direction: column;
}

.border {
    border-width: 1px;
}

.border-solid {
    border-style: solid;
}

.border-\[\#D3E1E2\] {
    --tw-border-opacity: 1;
    border-color: rgb(211 225 226 / var(--tw-border-opacity));
}

.p-\[13px\] {
    padding: 13px;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate, .whitespace-nowrap {
    white-space: nowrap;
}


.border-\[\#D3E1E2\] {
    --tw-border-opacity: 1;
    border-color: rgb(211 225 226 / var(--tw-border-opacity));
}

.mt-\[5px\] {
    margin-top: 5px;
}

.h-\[4px\] {
    height: 4px;
}

.gradient-border {
    width: 100%;
    background: linear-gradient(90deg, #1c969f, #6dd3db);
}

.border-b {
    border-bottom-width: 1px;
}
.border-solid {
    border-style: solid;
}
.gap-x-\[40px\] {
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.border-\[\#D3E1E2\] {
    --tw-border-opacity: 1;
    border-color: rgb(211 225 226 / var(--tw-border-opacity));
}
.text-\[16px\] {
    font-size: 16px;
}.font-bold {
    font-weight: 700;
}


.text-\[\#1C969F\], .text-\[\#1c969f\] {
    --tw-text-opacity: 1;
    color: rgb(28 150 159 / var(--tw-text-opacity));
}


.gap-x-\[17px\] {
    -moz-column-gap: 17px;
    column-gap: 17px;
}


.rounded-full {
    border-radius: 9999px;
}


.max-w-\[63px\] {
    max-width: 63px;
}


.w-\[63px\] {
    width: 63px;
}
.h-\[63px\] {
    height: 63px;
}.text-center {
    text-align: center;
}

.pt-\[8px\] {
    padding-top: 8px;
}.mt-\[16px\] {
    margin-top: 16px;
}

.justify-between {
    justify-content: space-between;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.w-screen {
    width: 100vw;
}

.items-center {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

.px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
}





.justify-center {
    justify-content: center;
}

.dfas{ margin-left:10px; margin-bottom:10px;}


.saishi_part {
    padding: 10px 10px 0;
}

.\!p-0 {
    padding: 0 !important;
}

.cctv_list_outer {
    min-height: 1rem;
    position: relative;
    margin-bottom: 10px;
}.saishi {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}.saishi_title {
    height: 21px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    line-height: 21px;
    color: #1c969f;
    padding-left: 5px;
    border-left: 5px solid #1c969f;
}.next_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    align-items: center;
    font-size: 14px;
}.next_grid div {
    width: 98%;
    text-align: center;
}

.next_grid .channel_box {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #292e2e;
    transition: all .2s ease-in-out;
    padding-left: 5px;
    padding-right: 5px;
    width: 112px !important;
    height: 44px;
    background: #fff;
    border: 1px solid #d3e1e2;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 10px;
}



.next_grid .channel_text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
}

.saishi_shadow {
    margin-top: 10px;
    height: 6px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #f5f5f5);
}


.cctv_list_outer {
    min-height: 1rem;
    position: relative;
    margin-bottom: 10px;
}

.\!m-\[10px\] {
    margin: 10px !important;
}

.cctv_grid {
    padding: 10px;
    display: flex;
    justify-items: center;
    align-items: center;
    font-size: 14px;
    overflow-x: auto;
}.cctv_grid div {
    margin-right: 6px;
}

.hot_img {
    margin-bottom: 6px;
    -o-object-fit: contain;
    object-fit: contain;
    text-align: center;
    border: 1px solid #d3e1e2;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hot_text {
    font-size: 16px;
    white-space: nowrap;
}

.hot_text, .next_text {
    color: #292e2e;
    text-align: center;
}


.p-\[9px\] {
    padding: 9px;
}


.subNav {
   border-bottom:1px solid #d3e1e2 ;
    padding: 0 10px;
    height: 40px;
}

.subNav, .subNav>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


.gap-\[40px\] {
    gap: 40px;
}

.subNav>div>a {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    color: #999;
    white-space: nowrap;
}

.subNav .active {
    color: #1c969f;
}

.subNav .active:after {
    content: "";
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg,#1c969f,#8ff5fc);
    position: absolute;
    display: inline-block;
    top: 100%;
    translate: 0 100%;
    left: 0;
}



.bg-\[\#EEEEEE\], .bg-\[\#EEE\] {
    --tw-bg-opacity: 1;
    background-color: rgb(238 238 238/var(--tw-bg-opacity));
}

.ranking_table {
    display: grid;
    grid-template-columns: 10% 34% 14% 14% 14% 14%;
    height: 32px;
    align-items: center;
    padding: 0 15px;
}

.\!text-left {
    text-align: left!important;
}

.ranking_table div {
    text-align: center;
    font-size: 14px;
}

.ranking_table .order {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    background: #ccc;
    font-size: 14px;
    color: #fff;
    border-radius: 2px;
}
.border-solid {
    border-style: solid;
}
.border-\[\#EAEAEA\] {
    border-bottom: #EAEAEA 1px solid ; 
}.\!h-\[44px\] {
    height: 44px!important;
}.ranking_lanqiu_table {
    display: grid;
    grid-template-columns: 10% 34% 14% 14% 14% 14%;
    height: 32px;
    align-items: center;
    padding: 0 15px;
}
.ranking_lanqiu_table div {
    text-align: center;
    font-size: 14px;
}.ranking_lanqiu_table .order {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    background: #ccc;
    font: 18px/30px Helvetica;
    color: #fff;
    border-radius: 2px;
}

.grid {
    display: grid;
}

.grid-cols-\[18px_auto\] {
    grid-template-columns: 18px auto;
}

.items-center {
    align-items: center;
}

.px-\[14px\] {
    padding-left: 14px;
    padding-right: 14px;
}

.pb-\[10px\] {
    padding-bottom: 10px;
}.my-\[40px\] {
    margin-top: 20px;
    margin-bottom: 20px;
}



.wuwu{ margin:0 auto; text-align:center}
.wuwu img{ display:block;margin:0 auto;width:80px;}


.match_wrapper {
    position: relative;
    top: -10px;
}
.match_bg {
    height: 165px;
    background: linear-gradient(90deg, #292e2e, #1c969f 50%, #292e2e);
    position: absolute;
    width: 100%;
    z-index: -1;
}
.match_bg .match_bg_wrapper {
    width: 1200px;
    margin: auto;
}
.match_bg .match_bg_wrapper .match_bg_container {
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
}
.fixed_score_box .fixed_score_top {
    display: flex;
    justify-content: space-between;
    flex: 1;
    color: white;
    padding-top: 20px;
}
.score_name_left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
}
.score_name_left h1 {
    height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 19px;
    color: #FFFFFF;
    margin-top: 8px;
}
.score_name_left .image_container {
}
.score_name_left.score_name_right .image_container {
}
.score_name_right .image_container,
.score_name_left .image_container {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.score_name_right .image_container img,
.score_name_left .image_container img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.score_name_left.score_name_right {
}
.score_name {
    text-align: center;
}
.league_name {
    height: 16px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    color: #FFFFFF;
}
.match_score {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 9px;
    margin-bottom: 23px;
    height: 39px;
    padding: 0 12px;
}
.match_score > div {
    height: 39px;
    font-size: 32px;
    font-family: DIN;
    font-weight: bold;
    line-height: 39px;
    color: #FFFFFF;
}
.match_status {
    height: 28px;
    background: #FFFFFF;
    border-radius: 18px;
    font-family: Microsoft YaHei;
    line-height: 28px;
    margin: auto;
    color: #E92724;
    width: 100px;
    font-size: 14px;
    font-weight: 400;
}
.match_status.live {
    background: #FF2727;
    color: #fff;
}
.fixed_score_link {
    background: #FFFFFF;
    margin-top: 10px;
    border-radius: 10px 10px 0px 0px;
}
.fixed_score_taggle .signal {
    padding: 8px 16px;
}
.signalCon {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    gap: 1rem;
}

.signalCon_listD,.signalCon_list {
    background: #E92724;
    border-radius: 4px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    color: #D3E1E2;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 6px 10px;
}

.signalCon_list{
    flex-direction: column;
}

.signalCon_list p{
    margin-top: 3px;
    color: #D3E1E2;
}

.signalCon_list h5{
    font-size: .875rem;
    color:#fff;
    line-height: 1.25rem;
}

.shadow {
    width: 100%;
    height: 6px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F5F5F5 100%);
}

