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: #FAFCFC;
}
.clearfix {
    zoom: 1;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

img {
    border: 0;
}

.row_flex_box{
    display: flex;
    align-items: center;
}
/* color */
.blue {
    color: #017BD1 !important;
}

#main::after
{
    content: " ";
    display: table;
    clear: both;
    float: none;
    overflow: hidden;
}

#header {
    position: relative;
    background-color: #fff;
    height: 104px;
    width: 100%;
    margin-bottom: 0px;
    z-index: 999;
}

#header .container,#footer .container, #main .container,.news_wrapper .container{
	width: 1200px;
	margin: 0 auto;
}

#header #head{
    height: 100px;
}

.header_border{
    background: linear-gradient(
    90deg, #1C969F 0%, #6DD3DB 100%);
    opacity: 1;
    height: 4px;
    width: 100%;
}

#footer{
    margin-top: 80px;
}

.footer_border{
    background: linear-gradient( 90deg, #1C969F 0%, #6DD3DB 100%);
    opacity: 1;
    height: 3px;
    width: 100%;
}

#gotoTop {
    position: fixed;
    top: 70%;
    cursor: pointer;
    width: 1200px;
    margin: 0 auto;
}

.icon_top{
    background: url(../images/gotoTop.png) no-repeat;
    height: 48px;
    width: 48px;
    cursor: pointer;
    position: absolute;
    left: -6%;
}

.icon_top:hover{
    background: url(../images/gotoTop_hover.png) no-repeat;
}

#logo{
    float: left;
    margin-top: 20px;
}

#logo_right{
    float: right;
}

#logo_right div{
    display: flex;
    flex-direction: column;
    width: 900px;
    height: 60px;
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content: space-around;
}

#logo_right div ul{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#logo_right div ul li a{
    height: 32px;
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    width: 96px;
    text-align: center;
    display: block;
    line-height: 32px;
    text-decoration: none;
}
#logo_right div ul li:nth-child(n+5) a{
    width: 70px;
}
#logo_right div ul li .active, #logo_right div ul li a:hover{
    background: linear-gradient(90deg, #1C969F 0%, #6DD3DB 100%);
    border-radius: 4px;
    color:#fff
}

#footer{
    background: #292E2E;
    color: #999999;
	width:100%;
}

#footer .container{
    height: 73px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#footer .footer_link{
    display: flex;
    width: 1000px;
    justify-content: space-between;
}

#footer .footer_link li a, #footer .copyright p{
    font-size: 14px;
    color: #999999;
}

#footer .copyright{
    text-align: center;
    height: 39px;
    background: #1F2323;
    align-items: center;
    display: content;
    justify-content: center;
}

#footer .copyright a{
    color: #999;
    text-decoration: underline;
}

.footer_base-info{
    padding: 20px 16px 40px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
    /* margin-bottom: -30px; */
}

.box_padding{
    padding-left: 16px;
    padding-right: 16px;
}

.box_border{
    background: #fff;
    border-radius: 4px;
    border: 1px solid #D3E1E2;
}

/* homepage */
#main{
    position: relative;
    min-height: 650px;
}

.content-box{
    height: auto;
    margin: auto;
    position: relative;
} 

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

.toc_left_w750 {
    width: 750px;
    float: left;
}

.topic_match_box {
    width: 748px;
    height: auto;
    background: #fff;
    border-radius: 4px;
}

.topic_match_box .index_tag_title,.topic_news_box .index_tag_title, .topic_match_box .topic_tag_title {
    height: 56px;
    border-bottom: 1px solid #D3E1E2;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topic_tag_title a:hover,.video_title a:hover, .block_title_container a:hover, .topic_news_box .index_tag_title a:hover span, .tocr_block_title a:hover{
    color:#1C969F !important;
}

.index_match_list {
    /* margin-top: 10px;
    padding-bottom: 16px; */
}

.topic_match_list {
    /* padding-left: 16px;
    padding-right: 16px; */
}

.topic_match_box .index_tag_title h1 {
    float: left;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 46px;
    margin-left: 20px;
}

.topic_match_box .index_tag_title span {
    float: right;
    font-size: 12px;
    width: 100px;
    height: 32px;
    color: #fff ;
    line-height: 19px;
    background: #1C969F ;
    border-radius: 4px;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
}

.topic_match_list .list_block:first-child {
    border-top: none;
}

.topic_match_list .list_block {
    height: 67px;
    padding-left: 16px;
    padding-right: 16px;
    box-shadow: 0px 20px 3px -20px #D3E1E2;
}

.topic_match_list .list_block:hover{
    background: #F1F9F9;
}

.topic_match_list .list_block a,.topic_match_list .list_block .list_row{
    height: 68px;
    display: flex;
    align-items: center;
    color:#000000;
    font-size: 16px;
}

.topic_match_list .list_block .gray_left {
    color: #666;
    border-color: #666;
}

.topic_match_list .list_block .state {
    float: left;
    width: 72px;
    height: 28px;
    color: #fff;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    margin-right: 20px;
    background: linear-gradient(90deg, #929292 0%, #C1C1C1 100%);
}

.topic_match_list .list_block .red_left{
    background: linear-gradient(90deg, #F63030 0%, #FF6E6E 100%);
    font-weight: bold;
}

.topic_match_list .list_block .time {
    float: left;
    margin-right: 20px;
}

.topic_match_list .list_block .type {
    float: left;
    width: 60px;
    font-size:16px;
}
.topic_match_list .list_block .type.padding_r_50{
    padding-right: 50%;
}
.text-ignore {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.topic_match_list .list_block .match_name {
    float: right;
    display: flex;
    align-items: center;
    margin-left:10px;
}

.topic_match_list .list_block .match_name .text_left {
    text-align: right;
}

.topic_match_list .list_block .match_name span {
    float: left;
    width: 100px;
    color: #000;
    font-size: 16px;
}

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

.topic_match_list .list_block .match_name img {
       float: left;
       width: 24px;
       height: 24px;
       margin-left: 7px;
       margin-right: 7px;
}

.topic_match_list .list_block .match_name strong {
    float: left;
    width: 64px;
    height: 36px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    background: #F5F5F5;
    border-radius: 4px;
}

.topic_match_list .list_block .match_name .match_pre{
    color: #999999;
}

.topic_match_list .list_block .match_name .shape {
    float: left;
    text-decoration: none;
    line-height: 0;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    width: 20px;
}

.toc_right_w430 {
    width: 430px;
    float: right;
}

.topic_news_box .index_tag_title span{
    color: #999;
    font-size: 14px;
}

.topic_news_list .news_title_bg{
    margin-right: 8px;
    width: 76px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.topic_news_list .news_title_lanqiubg{
    background: url(../images/news_lanqiu_bg.png) no-repeat;
}

.topic_news_list .news_title_zuqiubg{
    background: url(../images/news_zuqiu_bg.png) no-repeat;
}

.index_news_list ul:last-child {
    padding-bottom: 13.7px;
}

.topic_news_list ul{
    padding: 18px 24px 0px 16px;
}

.topic_news_list ul:first-child{
    padding-top: 14px;
}

.topic_news_list ul li{
    display: flex;
    align-items: center;
}

.topic_news_list ul li a{
    display: flex;
    align-items: center;
}

.topic_news_list ul li a:hover{
    font-weight: bold;
    color: #1C969F;
}

.topic_news_list ul li:not(:first-child){
    margin-top: 14px;
}
.topic_news_list ul li span{
    font-size: 16px;
    width: 352px;
}

.topic_news_list ul li:first-child span{
    font-size: 18px;
    font-weight: bold;
    width: 306px;
    height: 24px;
    line-height: 24px;   
}

.topic_news_list ul li .news_item, .video_section.hot_video.esport_news .news_item{
    height: 20px;
    width: 20px;
    margin-right: 8px;
}

.topic_news_list ul li .news_play_icon, .video_section.hot_video.esport_news .news_play_icon{
    background: url(../images/icon_play.svg) no-repeat;
}

.topic_news_list ul li .news_icon, .video_section.hot_video.esport_news .news_icon{
    background: url(../images/icon_news.svg) no-repeat;
}

.video_section {
    width: 365px;
    margin-top: 20px;
}

.video_section .video_title{
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.video_section .video_title a{
    position: absolute;
    color: #fff;
    right: 20px;
    font-size: 14px;
    cursor: pointer;
}

.video_section .con .rank {
    padding-left: 16px;
    padding-right: 16px;
}

.video_section .con .rank .rank_list{
    height: 47px;
    display: flex;
    align-items: center;
    font-size: 16px;
    border-bottom: 1px solid #D3E1E2;
}

.video_section .con .rank .rank_list:last-child{
    border-bottom: none;
}

.video_section .con .rank .rank_list a{
    display: flex;
}

.video_section .con .rank .rank_list a:hover span{
    color:#1C969F;
}

.video_section .con .rank .rank_list a span{
    width: 282px;
}

.video_section .con .rank .rank_list .video_icon{
    background: url(../images/icon_video.svg) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.nba_rank{
    margin-top: 20px;
}

.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 thead{
    height: 28px;
    width: 100%;
    background: #F8F8F8;
    color: #999999;
    font-size: 14px;
}

.nba_rank .tocr_block_table tr:first-child th, .sport_rank .tocr_block_table thead th{
    font-size: 14px;
    font-weight: bold;
}
.sport_rank .tocr_block_table tr.group th{
    font-weight: bold;
    font-size: 14px;
}
.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{
    /* min-width: 200px; */
    text-align: left;
    padding-left: 20px;
}

.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 tbody td{
    /* padding-bottom: 20px; */
    color: #333333;
    font-size: 16px;
}

.nba_rank .tocr_block_table tr:not(:first-child) td,.sport_rank .tocr_block_table tbody td{
    padding-top: 10.5px;
    padding-bottom: 10.5px;
}

/* .nba_rank .tocr_block_table tr:not(:first-child):hover td,.sport_rank .tocr_block_table td:hover{
    background:#AAEDF2;
} */

.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-top: 12px; */
}

.nba_rank .tocr_block_table tr:not(:first-child) td:first-child,.sport_rank .tocr_block_table tbody 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 tbody td 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(1) 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(2) 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(3) 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 tbody td:first-child img{
    width: 24px;
    height: 24px;
    margin-left: 12px;
    margin-right: 10px;
}
.tocr_block_table .logo_name p {
    font-size: 16px;
    padding-left: 10px;
}
.home_down_wrap{
    margin-top: 20px;
}

.home_down_wrap .down_content{
    padding:20px 16px
}

.home_down_wrap .down_content .news_list, .home_down_wrap .down_content  .match_list{
    display: flex;
    justify-content: space-between;
}

.home_down_wrap .down_content .match_list .c_match{
    width: 268px;
}

.home_down_wrap .down_content .match_list .c_match:hover{
    border: 1px solid #1C969F;
}

.home_down_wrap .down_content .news_list .c_news{
    width: 1166px;
    display: flex;
    flex-wrap: wrap;
}

.home_down_wrap .down_content .match_list .c_match{
    margin-top: 4px;
}

.home_down_wrap .down_content .news_list .c_news li{
    margin-bottom: 16px;
    font-size: 14px;   
    color: #030303;
    width: 271px;
    margin-left: 27px;
}

.home_down_wrap .down_content .news_list .c_news .text-ignore:first-child,.home_down_wrap .down_content .news_list .c_news .text-ignore:nth-child(5),.home_down_wrap .down_content .news_list .c_news .text-ignore:nth-child(9),.home_down_wrap .down_content .news_list .c_news .text-ignore:nth-child(13),.home_down_wrap .down_content .news_list .c_news .text-ignore:nth-child(17){
    margin-left: 0px !important;
}

.home_down_wrap .down_content .news_list .c_news li:hover a{
    color: #1C969F;
}

.home_down_wrap .down_content .news_list .c_news li:nth-child(-n+4){
    font-size: 16px;
    font-weight: bold;
}

.home_down_wrap .title1{
    border-bottom: 1px solid #D3E1E2;
    height: 55px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home_down_wrap .title1 .btn_wrap{
    width: 50%;
    display: flex;
    justify-content: space-between;
}

.home_down_wrap .title1 .btn2_wrap{
    width: 30%;
    display: flex;
    justify-content: space-between;
}

.home_down_wrap .title1 .btn_wrap .link_btn{
    width: 100px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #D3E1E2;
    border-radius: 42px;
    text-align: center;
    font-size: 14px;
    color:#999999;
    cursor: pointer;
    
}

.home_down_wrap .title1 .btn_wrap .link_btn:hover{
    background: #1C969F;
    color: #fff;
    font-weight: bold;
}

.home_down_wrap .match_list .c_match .match_time{
    display: flex;
    height: 39px;
    background: linear-gradient(180deg, rgba(245, 245, 245, 0) 0%, #F5F5F5 100%);
    align-items: center;
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
}

.home_down_wrap .match_list .c_match .match_time p{
    font-size: 14px;
}

.home_down_wrap .match_list .c_match .match_info_wrap{
    padding: 6px 16px 17px;
}

.home_down_wrap .match_list .c_match .match_info{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home_down_wrap .match_list .c_match .match_info img{
    height: 24px;
    width: 24px;
    margin-right: 10px;
}

.home_down_wrap .match_list .c_match .match_info .match_info_name{
    display: flex;
    align-items: center;
}

.home_down_wrap .match_list .c_match .match_info  p{
    font-size: 18px;
    font-weight: bold;
}

.home_down_wrap .match_list .c_match .match_info .match_info_name p{
    font-size: 16px;
    font-weight: 400;
}

/* homepage end */
/* match */
.topic_match_list.match_list{
    padding: 0;
}
.content_left{
    min-height: 725px;
    background: #fff;
    position: relative;
    padding-top: 20px;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #D3E1E2;
    border-radius: 4px;
}
.content_left .content_match {
    height: auto;
	width:1200px;
    /* margin: 0 20px; */
}
.content_match .content_match_text {
    margin-top: 20px;
}

.content_match .content_match_text:last-of-type .topic_match_list .list_block:last-of-type {
    border-bottom: 0;
    box-shadow: none;
}

.content_match .content_match_text:last-of-type .topic_match_list .list_block{
    box-shadow: 0px 20px 3px -20px #D3E1E2;
}

.topic_match_list .list_block:last-child{
    border-bottom: 0;
    box-shadow: none;
}
.content_match .content_match_text .topic_match_list .list_block:last-child{
    box-shadow: 0px 20px 3px -20px #D3E1E2;
}

.content_match_text>h6 {
    display: flex;
    height: 24px;
    line-height: 24px;
    align-items: center;
    margin:0 20px;
}
.content_match_text>h6 time{
    margin-left: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 25px;
    color: #999999;
}
.content_match_text>h6>time:nth-child(1) {
    font: 12px/12px "microsoft yahei";
    width: 100px;
    color: #999;
    font-weight: 400;
    line-height: 24px;
    background: linear-gradient( 270deg, rgba(255, 255, 255, 0) 0%, #EEEEEE 100%);
}
.content_left .content_match_tab {
    height: 40px;
    line-height: 40px;
    margin-left: 20px;
    display: flex;
    justify-content: space-between;
    overflow: auto;
}
.content_left .content_match_fixed{
    display: ruby;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
    padding: 0 20px;
}
.content_left .content_match_fixed a{
    border: 1px solid #D3E1E2;
    border-radius: 4px;
    width: 100px;
    height: 34px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.content_left .content_match_fixed a .day{
    font-size: 14px;
}
.content_left .content_match_fixed a .date{
    font-size: 16px;
}
.content_box .content_match_fixed a .tagLine{
    display: none;
}
.content_left .content_match_fixed a.active .day,.content_left .content_match_fixed a:hover .day,.content_left .content_match_fixed a.active .date,.content_left .content_match_fixed a:hover .date{
    font-weight: bold;
}
.content_left .content_match_fixed a.active,.content_left .content_match_fixed a:hover {
    color: #1C969F;
    font-weight: bold;
    border: 1px solid #1C969F;
    position: relative;
}
.content_box .content_match_fixed a.active .tagLine,.content_box .content_match_fixed a:hover .tagLine{
    display: inline-block;
    width: 100%;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #1C969F;
    border-radius: 0px 0px 2px 2px;
}
.content_match_tab li {
    float: left;
}
.content_match_tab li a {    
    display: block;
    width: 200px;
    font-size: 16px;
    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:first-child a{
    border-radius: 4px 0px 0px 4px;
}
.content_match_tab li:last-child a{
    border-radius: 0px 4px 4px 0px;
}
.content_match_tab li a.active {
    background: #1C969F;
    color: #fff;  
}
.content_match_sheng {
    background: #f5f5f5;
    opacity: 1;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    top: 20px;
    border-radius: 20px 0px 0px 20px;
}
.content_match_sheng>p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.topic_match_list.match_list .list_block .list_row .state.red_left{
    background: #FFE9E9;
    color: #FF2A2A;
}
.topic_match_list.match_list .list_block .list_row .state.blue_left{
    background: #F5F5F5;
    color: #000000;
}
.topic_match_list.match_list .list_block{
    display: flex;
    justify-content: space-between;
}
.topic_match_list.match_list .list_block .action_btns{
    display: flex;
    align-items: center;
}

.topic_match_list.match_list .list_block .complete_all{
    width: 455px;
}
.topic_match_list.match_list .list_block .nocomplete_all{
    width: 455px;
}
.topic_match_list.match_list .list_block .action_btns a{
    padding: 0 16px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #D3E1E2;
    opacity: 1;
    border-radius: 4px;
    margin: 0 10px;
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #999999;
}
.topic_match_list.match_list .list_block .action_btns a:first-child{
    margin-left: 35px;
}
.topic_match_list.match_list .list_block .action_btns a:last-child{
    margin-right: 0;
}
.topic_match_list.match_list .list_block .action_btns a:hover,.topic_match_list.match_list .list_block .action_btns a.active{
    background: #1C969F;
    border: 1px solid #1C969F;
    color: #FFFFFF;
}
/* match end*/
/* match topic*/
.topic_match_box.hot_match_list .topic_tag_title h1,.video_section.hot_video .video_title h1,.rank_section.sport_rank .tocr_block_title h1,.data_content .data_table_schedule .schedule_header h1{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #292E2E;
    display: flex;
    align-items: center;
}
.topic_match_box.hot_match_list .topic_tag_title h1 img,.video_section.hot_video .video_title h1 img, .rank_section.sport_rank .tocr_block_title h1 img, .data_content .data_table_schedule .schedule_header h1 img{
    margin-right: 3px;
}
.topic_match_box.hot_match_list .topic_tag_title a,.video_section.hot_video .video_title a, .rank_section.sport_rank .tocr_block_title a{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #999999;
}
.topic_match_box.hot_match_list .topic_match_list .list_block .state.blue{
    background: #017BD1;
    color: #ffffff !important;
}
.topic_match_box.hot_match_list .topic_match_list .list_block .state.red{
    background: linear-gradient(90deg, #F63030 0%, #FF6E6E 100%);
}
/* match topic end*/
/* hot video*/
.video_section.hot_video{
    width: 100%;
    margin:0;
}
.video_section.hot_video .video_title{
    border-bottom: 1px solid #D3E1E2;    
    padding: 0 16px;
}
.video_section.hot_video .con .rank{
    padding: 21px 16px;
}
.video_section.hot_video .con .rank .rank_list{
    height: auto;
    border-bottom: none;    
    padding: 8px 0;
}
.video_section.hot_video .con .rank .rank_list a span{
    width: 366px;
}
.video_section.hot_video .video_title span:first-child{
    font-size: 14px;
}
/* hot video end*/
/*sport rank*/
.sport_rank{
    margin-top: 20px;
}
.sport_rank .tocr_block_title{
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D3E1E2;
    padding: 0 16px;
}
.sport_rank .tocr_block_table thead,.sport_rank .tocr_block_table tr.group{
    height: 28px;
    width: 100%;
    background: #F8F8F8;
    color: #999999;
    font-family: Microsoft YaHei;
    font-size: 14px;
}
.sport_rank .tocr_block_table tbody td:first-child span:first-child{
    margin-right: 8px;
}
/*sport rank end*/
/*match common*/
.content_box .toc_match{
    height: auto;
    background: #FFFFFF;
    border: 1px solid #D3E1E2;
    margin-top: 20px;
    border-radius: 4px;
}
.content_box .toc_match .content_match{
    /* margin: 0 20px; */
    padding: 0;
}
.toc_match .content_match_header{
    border-bottom: 1px solid #D3E1E2;
    padding: 16px;
}
.toc_match .content_match_header h1{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 24px;
    color: #292E2E;
}
.topic_match_list .list_block .match_name.margin_50{
    margin-left: 50%;
}
.topic_right_block .right_tag_box .tag_section div:hover{
    background: #1C969F;
}
.topic_right_block .right_tag_box .tag_section div:hover a{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 21px;
    color: #FFFFFF;
}
.content_box .hide_table{
    display: none;
}
/*match common end*/
/* schedule */
.toc_match .data_content .data_table_schedule .schedule_container{
    padding: 20px;
    padding-bottom: 0px;
}
.toc_match .data_content .data_table_schedule .course_rotation_box{
    display: flex;
    flex-direction: row;
    background: #EEEEEE;
    opacity: 1;
    border-radius: 4px;
    padding: 10px;
}
.toc_match .data_content .data_table_schedule .course_rotation_box strong{
    background: #1C969F;
    border-radius: 4px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 26px;
    color: #FFFFFF;
    margin-left: 35px;
    width: 36px;
    position: relative;
    padding: 0 12px;
    height: 28px;
    align-self: center;
    text-align: center;
}
.toc_match .data_content .data_table_schedule .course_rotation_box strong::after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #1C969F;
    position: absolute;
    right: -5px;
    top: 10px;
}
.toc_match .data_content .data_table_schedule .course_rotation_box h6{
    background: #FFFFFF;
    border-radius: 4px;
    padding: 20px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 21px;
    color: #000000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.toc_match .data_content .data_table_schedule .course_rotation_box h6 p{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}
.toc_match .data_content .data_table_schedule .course_rotation_box .schedule_order{
    margin-left: 20px;
}
.toc_match .data_content .data_table_schedule .course_rotation_box .schedule_order ul{
    display: flex;
    flex-wrap: wrap;    
    width: 720px;
}
.toc_match .data_content .data_table_schedule .course_rotation_box .schedule_order ul li{
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    margin: 3px 6px;
    cursor: pointer;
    font-size: 14px;
    line-height: 22px;
}
.toc_match .data_content .data_table_schedule .course_rotation_box .schedule_order ul li.active,
.toc_match .data_content .data_table_schedule .course_rotation_box .schedule_order ul li:hover{
    background: #1C969F;
}
.toc_match .data_content .data_table_schedule .course_rotation_box .schedule_order ul li.active a,
.toc_match .data_content .data_table_schedule .course_rotation_box .schedule_order ul li:hover a{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}
.topic_match_list .list_block .state.mr_225{
    margin-right: 225px;
}
.data_content .data_table_schedule .schedule_header{
    border-bottom: 1px solid #D3E1E2;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.data_table_schedule .season_btn {
    margin-left: 85px;
    margin-top: 17px;
    width: 140px;
    height: 36px;
    background: #1C969F;
    border-radius: 18px;
    text-align: center;
    color: #fff;
    line-height: 36px;
    cursor: pointer;
    position: relative;
    text-indent: -11px;
    font-size: 14px;
    /* z-index: 1; */
}

.data_table_schedule .season_list {
    margin-top: 10px;
    background: #F5F5F5;
    border-radius: 14px;
    color: #333;
    display: none;
}

.data_table_schedule .season_btn::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    clear: both;
    top: 16px;
    right: 7px;
}

.data_table_schedule .season_list .season_option {
    text-indent: 0px;
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #CCC;
    margin-left: 10px;
    margin-right: 10px;
}

.data_table_schedule .season_list .season_option a:hover{
    color: #1C969F;
}

.data_table_schedule .season_list .season_option:last-child{
    border-bottom: none;
}

/* schedule end*/

/* zuqiu news  */
.news_wrapper .title_shape{
    font-size: 18px;
    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{
    width: 590px;
}

.news_wrapper .news_title_wrap{
    display: flex;
    background: #1C969F;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    height: 56px;
    border-radius: 4px 4px 0px 0px;
}

.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{
    font-size: 14px;
    color: #fff;
}

.news_wrapper .news_hot_list li{
    height: 48px;
    line-height: 48px;
    background: #F8F8F8;
    border: 1px solid #EEEEEE;
    margin-bottom: 14px;
    border-radius: 4px;
}

.news_wrapper .news_hot_list li:hover{
    border: 1px solid #1C969F;
}

.news_wrapper .news_hot_list li:hover a{
    color: #1C969F;
}

.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{
    display: flex;
    align-items: center;
}

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

.hot_teams_bg{
    height: 225px;
    background: #fff;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
}

.hot_teams_bg:after {
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #EEE 100%);
    display: block;
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

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

.hot_team_title span{
    font-size: 12px;
    width: 100px;
    height: 32px;
    color: #fff;
    background: #1C969F;
    border-radius: 4px;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    display: block;
}

.hot-team-container{
    margin-top: 20px;
}

.hot-team-container .splide__track{
    width: 1210px;
}

.hot-team-container ul li {
    width: 90px;
    text-align: center;
    margin-right: 33px;
}

.hot-team-container ul li:hover .hot-team-img{
    border: 1px solid #1C969F;
}

.hot-team-container ul li:hover .hot-team-name{
    color: #1C969F;
}

.hot-team-container ul li:last-child{
    margin-right: 30px;
}

.hot-team-container ul li .hot-team-img{
    width: 88px;
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D3E1E2;
    border-radius: 44px;
}

.hot-team-container ul li .hot-team-img img{
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.hot-team-container .splide__arrow--next{
    right: -57px;
}

.hot-team-container .splide__arrow--prev{
    left: -57px;
}

.hot-team-container .splide__arrow{
    position: absolute;
    z-index: 1;
    top: 45%;
    transform: translateY(-50%);
    width: 20px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    opacity: .7;
    background: transparent;
    border: 1px solid #D3E1E2;
    border-radius: unset;
}

.hot-team-container .splide__arrow--next:before, .hot-team-container .splide__arrow--next:after, .hot-team-container .splide__arrow--prev:before, .hot-team-container .splide__arrow--prev:after  {
    border-right: 2px solid #D3E1E2;
    content: '';
    display: block;
    height: 8px;
    margin-top: -6px;
    position: absolute;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 8.5px;
    top: 50%;
    width: 0;
}

.hot-team-container .splide__arrow--next:after, .hot-team-container .splide__arrow--prev:after {
    margin-top: -1px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hot-team-container .left{
    -webkit-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg);
    top: 24%;
}

.hot-team-container .splide__arrow:hover{
    border: 1px solid #1C969F;
}

.hot-team-container .splide__arrow--next:hover:after, .hot-team-container .splide__arrow--next:hover::before, .hot-team-container .splide__arrow--prev:hover:after, .hot-team-container .splide__arrow--prev:hover::before{
    border-right: 2px solid #1C969F;
}

.hot-team-container .hot-team-name{
    margin-top: 6px;
    color: #292E2E;
    font-size: 16px;
}

.block_img:hover{
    background:#F1F9F9;
}

.block_img:hover h1 a{
    color:#1C969F;
}

/* zuqiu news end */
/* shijiebei*/
.sport_rank .tocr_block_taggle.scoreboard_title{
    padding: 12px 16px;
}
.sport_rank .tocr_block_taggle.scoreboard_title ul.grp{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.sport_rank .tocr_block_taggle.scoreboard_title ul.grp li{
    padding: 8px;
    border-radius: 4px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    cursor: pointer;
    color: #1C969F;
    border: 1px solid #1C969F;
    background: #ffffff;
}
.sport_rank .tocr_block_taggle.scoreboard_title ul.grp li.hover,.sport_rank .tocr_block_taggle.scoreboard_title ul.grp li:hover{
    color: #ffffff;
    border: 1px solid transparent;
    background: #1C969F;
}
/* shijiebei end*/

/* shijiebei*/
.content_match.shedule_match .content_match_group .group_title, .content_match.shedule_match .content_match_group .group_title .country{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.content_match.shedule_match .content_match_group .group_title{
    width: 700px;
    background: #F8F8F8;
    border: 1px solid #D3E1E2;
    border-radius: 0px 22px 22px 0px;
    padding: 10px 20px;
    margin-bottom: 10px;
}
.content_match.shedule_match .content_match_group .group_title h1{
    font-size: 16px;
    font-weight: bold;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
}

.content_match.shedule_match .content_match_group .group_title .country{
    margin-left: 40px;
}
.content_match.shedule_match .content_match_group .group_title .country img{
    width: 36px;
    height: 24px;
}
.content_match.shedule_match .content_match_group .group_title .country span{
    font-size: 14px;
    margin-left: 8px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
}
.schedule_tables th{
    height: 32px;
    background: #F5F5F5;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: bold;
    color: #999999;
    margin-top: 10px;
}
.schedule_tables th,.schedule_tables tr td{
    text-align: left;
    padding-left: 15px;
}
.schedule_tables th:nth-child(3),.schedule_tables th:nth-child(4),.schedule_tables th:nth-child(6),
.schedule_tables tr td:nth-child(4){
    text-align: center;
}
.schedule_tables tr td .against,.schedule_tables tr td .correlation{        
    display: flex;
    flex-direction: row;
}
.schedule_tables tr td .against a, .schedule_tables tr td .against strong{
    text-align: center;
}
.schedule_tables tr td .against a{
    width: 114px;
}
.schedule_tables tr td .against a.winner{
    color: #1C969F;
    font-weight: 700;
}
.schedule_tables tr td .against strong{
    width: 40px;;
}
.schedule_tables tr td .correlation{ 
    justify-content: space-evenly;
}
.schedule_tables tr td .against,.schedule_tables tr td, .schedule_tables tr td .correlation{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}
.schedule_tables tr td{
        padding: 20px 0px 20px 15px;
    border-bottom: 1px solid #D3E1E2;
}
.content_match.shedule_match .match_item_title{
    padding: 16px;
    border-bottom: 1px solid #D3E1E2;
}
.content_match.shedule_match .match_item_title h1{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #292E2E;
}
/* shijiebei schedule end*/

.empty_data_container {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 332px;
}
.empty_data {
    height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 25px;
    color: #1C969F;
}

.liveNo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px;
}
.liveNo p{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 25px;
    color: #1C969F;
    text-align: center;
    margin-bottom: 40px;
}
.liveNo a{
    background: #1C969F;
    border-radius: 16px;
    padding: 8px 16px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.room_video_info ul{
    flex-wrap: wrap;
}
.room_video_info .tag_item{
    margin-bottom: 7px;
}

/* Schedule page */
.season_wrapper{
  margin-top: 17px;
}
.round_wrapper{
  margin-bottom: 20px;
}
.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.7rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
  z-index: inherit;
}
.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.7rem;
  position: relative;
}

.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 #3179FF;
  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;
  height: fit-content;
  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{
  height: 241px;
  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: flex;
  flex-direction: column;
  flex-wrap: wrap;
  /* align-content: flex-start; */
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  padding: 10px;
  box-sizing: border-box;
  gap: .3rem;
}
.round_wrapper .btn_wrapper .round_box li{
  font-size: 0.7rem;
  /* margin-top: 10px;
  margin-left: 0.75rem;
  margin-left: 6vw; */
  cursor: pointer;
  flex: 0 1 2.742vh;
  text-align: center;
}
.season_wrapper .btn_wrapper .season_box li{
  position: relative;
  background: #fff;
  width: 100%;
  font-size: 0.7rem;
  text-align: center;
  cursor: pointer;
}
.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 #3179FF;
  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 #3179FF;
  cursor: pointer;
}
/* END Schedule page */
  
.time_container{
    background: #fff;
    padding: 0.25rem 0;
    margin-top: 1rem !important;    
    border-radius: 4px;
    border: 1px solid #D3E1E2;
}
.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;
}

.search_bar_bg{
    width:100%;
    height:200px;
    background:url(../images/search_bg.png) no-repeat;
    background-size:cover;
    min-width:1200px;
    background-position:center
}
.search_bar{
    width:1100px;
    margin:0 auto;
    padding-top:30px
}
.search_bar_tabs{
    width:100%;
    display:grid;
    grid-template-columns:15% 10% 10% 10% 10% 10% 35%;
}
.search_tab{
    font-weight:700;
    font-size:18px;
    line-height:25px;
    text-align:center;
    color:#fff;
    padding:10px;
    cursor:pointer
}
.search_bar_input{
    display:none
}
.search_bar_tabs .active::after{
    content:'';
    width:20px;
    height:4px;
    background-color:#fafcfc;
    margin:5px auto 0;
    display:block
}
.search_input{
    width:100%;
    border:none;
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
    height:58px;
    padding-left:25px;
    color:#a0a0a0;
    font-weight:400;
    font-size:20px
}
.search_input:focus{
    outline:0;
    color:#a0a0a0;
    font-weight:400;
    font-size:20px;
    caret-color:#ff922f
}
.search_btn{
    border:none;
    background:linear-gradient(180deg,#55d7e1 0,#198c94 100%);
    cursor:pointer;
    border-radius:6px;
    height:58px;
    font-size:18px;
    color:#fff;
    font-weight:700;
    width:146px;
    margin-left:16px
}
.hit_search{
    font-family:'PingFang SC';
    font-style:normal;
    font-weight:500;
    font-size:17px;
    line-height:24px;
    color:#fff;
    margin:10px 27px 0
}
.hit_search a u{
    color:#fff;
    font-size:17px
}
.index_divide_section{
    display:grid;
    grid-template-columns:100%;
    margin-top:20px
}
.top_tab{
    background-color:#fafcfc;
    width:100%;
    height:59px;
    overflow:hidden;
    border:1px solid #d3e1e2;
    white-space:nowrap;
    border-radius:3px
}
#subnav_box .slide_next,#subnav_box .slide_prev{
    width:32px;
    height:32px;
    position:absolute;
    top:14px;
    z-index:99;
    transition:opacity .3s;
    display:flex;
    align-items:center;
    background-color:#fafcfc
}
#subnav_box .slide_next{
    right:0
}
#subnav_box .slide_prev{
    left:0
}
#subnav_box .slide_next s,#subnav_box .slide_prev s{
    display:inline-block;
    margin:0 auto;
    width:.56rem;
    height:.56rem;
    border-bottom:2px solid #1c969f;
    border-right:2px solid #1c969f
}
#subnav_box .slide_next s{
    transform:rotate(-45deg);
    margin-right:13px
}
#subnav_box .slide_prev s{
    transform:rotate(135deg);
    margin-left:13px
}


.cate_tab{
    background-color:transparent;
    font-weight:700;
    font-size:18px;
    text-align:center;
    color:#333;
    cursor:pointer;
    border:none;
    padding:21px 30px 0
}
.cate_tab:first-child{
    margin-left:50px
}
.match_tab{
    display:none
}
.top_tab .active{
    color:#1c969f
}
.top_tab .active::after{
    background:linear-gradient(90deg,#1c969f 0,#82eaf2 100%);
    margin:8px auto 0;
    display:block;
    content:'';
    width:35px;
    height:6px
}
.cate_tab::after{
    background:0 0;
    margin:8px auto 0;
    display:block;
    content:'';
    width:35px;
    height:6px
}
.hot_match{
    background-color:#fff;
    width:100%;
    margin-top:14px;
    border:1px solid #dee1e5;
    padding:17px;
    display:grid;
    grid-template-columns:20% 40% 40%;
    min-height:66px
}
.match_player{
    display:flex;
    align-items:center
}
.match_player img{
    width:12px;
    height:8px
}
.status{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    width: 72px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 3px;
}

.match_source{
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #333333;
    display: flex;
    align-items: center;
}
.match_detail{
   /* display: flex; */
    justify-content: space-between; 
    align-items: center; 


    font-weight: 700; 
    font-size: 16px; 
    line-height: 20px; 
    color: #000000;
    padding-right: 20px;
}
.moreSource{
    color: #000 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    cursor: pointer !important; 
    border: none !important;
    text-overflow: unset !important;
    overflow: unset !important;
    padding-right: 20px;
}    
.live_source{
    border:none;
    font-weight:600;
    margin-top: 10px;
}
.live_source a{
    height:28px;
    /*margin-right:18px*/
}
.live_source .source_name{
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #1C969F;
    text-decoration: underline;
    margin: 4px 0;
    margin-right: 10px;
    float: left;
}
.linkBox{
    display:flex
}
.live_source a div{
    color:#1c969f;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    font-weight:600;
    font-size:14px;
    text-decoration-line:underline
}
.searchBox{
    display:flex;
    align-items:center;
    justify-content:space-between;
    border:none
}
.searchIcon img{
    width:30.26px;
    height:30.26px;
    padding-left:14px
}
.searchIcon{
    height:58px;
    width:max-content;
    background-color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    border-top-left-radius:4px;
    border-bottom-left-radius:4px
}
.searchForm{
    display:flex;
    flex-direction:column;
    justify-content:center
}
.dhNewsDiv{
    width:100%;
    margin-top:20px;
    color:#fff;
    background-color:#fff;
    border:1px solid #d3e1e2;
    border-radius:3px
}
.dhNewTopic{
    background-color:#fff;
    height:50;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 18px;
    border-bottom:1px solid #d3e1e2
}
.dhNewTopic span{
    font-size:14px;
    color:#1c969f
}
.dhNewsBox{
    display:flex;
    justify-content:flex-start;
    align-items:flex-start;
    flex-direction:column;
    min-height:206px;
    margin:0 8px 20px;
    border:1px solid #f3f3f3
}
.dhNewsBox p{
    margin:10px 8px 0;
    font-size:14px;
    height:43px;
    color:#666;
    width:calc(100% - 16px);
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
    word-break:break-all
}
.dhNewsBox:hover p{
    color:#1c969f
}
.dhNewsBox img{
    width:100%;
    height:115px
}
.moreSource{
    color:#000
}

.liveLink{
    padding:30px 0 30px 10px
}
.categoriesDiv{
    width:100%;
    margin:15px 0 0;
    border:1px solid #d3e1e2;
    border-radius:4px
}
.hotproductTitle{
    background-color:#fff;
    height:40px;
    display:flex;
    justify-content:flex-start;
    align-items:center;
    padding:10px 18px;
    border-bottom:1px solid #d3e1e2
}
.hotproductTitle p{
    font-weight:600;
    color:#000;
    font-size:18px;
    padding-left:20px
}
.popular_icon{
    display:grid;
    grid-template-columns:repeat(6,15%);
    grid-gap:20px 2%
}
.popular_icon a{
    display:grid;
    grid-template-columns:30% 70%;
    align-items:center;
    padding-left:10px;
    height:50px;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    border:1px solid #f3f3f3;
    border-bottom:5px solid #d3e1e2
}
.popular_icon a img{
    width:30px;
    height:30px
}
.popular_icon a p{
    padding:0 10px;
    color:#000;
    text-align:center;
    font-size:16px
}
.popular_icon a:hover p{
    color:#1c969f;
    font-weight:700
}
.popular_icon a:hover{
    border:1px solid #1c969f;
    border-bottom:5px solid #1c969f
}
.categorySubTitle{
    font-weight:600;
    font-size:16px;
    line-height:22px;
    color:#000;
    padding:15px 0
}
.dh_matchTab{
    margin-top:20px;
    padding:0 20px;
    border:1px solid #d3e1e2;
    background-color:#fff;
    border-radius:3px
}
.dhhot_match .status.dhlive{
    background:linear-gradient(90.31deg,#f73232 1.63%,#ff6d6d 99.73%)
}
.playerName{
    display:grid;
    align-items:center;
    grid-template-columns:35% 30% 35%
}
.vs{
    text-align:center;
    color:#000;
    display:flex;
    justify-content:center;
    align-items:center
}
.vs p{
    font-size:16px;
    padding:0 8px
}
.vs .score{
    background-color:#f5f5f5;
    border-radius:4px;
    padding:9px 15px;
    font-size:16px;
    width:fit-content;
    min-width:40px;
    display:flex;
    justify-content:center;
    align-items:center
}
.dhleftPName,.dhrightPName{
    display:flex;
    align-items:center
}
.dhleftPName{
    justify-content:flex-end
}
.dhrightPName{
    justify-content:flex-start
}
.dhleftPName img,.dhrightPName img{
    width:24px;
    height:24px;
    padding:0 8px
}
.dhleftPName p,.dhrightPName p{
    max-width:130px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    color:#000;
    font-weight:700;
    font-size:16px
}
.dhHeader .logo{
    top:2px
}
.dhHeader{
    display:flex;
    justify-content: space-between;
    align-items:center;
    width: 1180px;
    margin: auto;
}
.dhLogo{
    padding:21px 0 19px
}
.dhhot_match{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    background-color:#fff;
    margin-bottom:1px
}
.dhhot_match:not(:last-of-type){
    border-bottom:1px solid #d3e1e2
}
.dhhot_match .hot_match_p1{
    display:grid;
    grid-template-columns:6% 10% 8% 47% 29%;
    width:100%
}
.dhhot_match .hot_match_p1{
    align-items:center;
    min-height:50px
}
.dhhot_match .hot_match_p2{
    margin-top:5px;
    align-items:flex-start;
    min-height:40px
}
.dhhot_match .hot_match_p1 div,.dhhot_match .hot_match_p2 div{
    text-align:start
}
.tvBox{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    flex-direction:row
}
.competitionName{
    color:#666;
    font-size:16px;
	margin-left:50px;
}
.tvBox p{
    color:#666;
    font-size:14px;
    padding-left:8px
}
.matchTime{
    color:#000;
    font-size:16px;
    font-weight:400;
	 width:200px;
	 margin-left:10px;
}
.dhNewsContainer{
    display:grid;
    grid-template-columns:repeat(5,20%);
    padding:20px 12px
}
.timeBox{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-direction:row;
    width:calc(100% - 20px);
    margin-top:10px;
    padding:0 10px
}
.timeBox .source,.timeBox .time{
    color:#666;
    font-size:10px
}
.dhdisplayMore{
    padding:15px 20px;
    border-radius:4px;
    font-weight:700;
    font-size:16px;
    line-height:20px;
    color:#1C969F;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:10px;
    border:1px solid#E6EEEF;
    background-color:#FFFFFF;
}
.dhdisplayMore:hover{
    color:#fff;
    background-color:#1c969f
}


    .wrapper {
        display: flex;
        margin-top: 20px;
    }
    .news_container {
        width: 760px;
        background: #FFFFFF;
        border: 1px solid #D3E1E2;
        border-radius: 4px;
    }
    .news_container .header {
        height: 56px;
        font-size: 18px;
        font-weight: bold;
        line-height: 24px;
        color: #292E2E;
        padding: 16px;
        border-bottom: 1px solid #D3E1E2;
        display: flex;
        align-items: center;
        box-sizing: border-box;
    }
    .news_container .header img{
        margin-right: 5px;
        width: 25px;
        height: 25px;
    }
	
	
	.match_detail{
   /* display: flex; */
    align-items: center; 
    font-weight: 700; 
    font-size: 16px; 
    line-height: 20px; 
    color: #000000;
    padding-right: 20px;
}
.match_source{
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #333333;
    display: flex;
    align-items: center;
}
.live_source a div{
    color:#1c969f;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    font-weight:600;
    font-size:14px;
    text-decoration-line:underline
}
.live_source .source_name{
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    color: #1C969F;
    text-decoration: underline;
    margin: 20px 0;
    margin-right: 16px;
    float: left;
}
    .content_box {
        display: flex;
		width:1200px;
    }

    .content_box .content_block_left {
        margin-right: 20px;
        width: 760px;
    }

    .content_right .topic_right_block {
        margin-left: 0;
    }

    .content_block_left .articles_text_box {
        background: #FFFFFF;
        border: 1px solid #D3E1E2;
        border-radius: 4px;
        padding: 20px;
        margin-bottom: 20px;
    }

    .content_block_left .reading_box {
        background: #FFFFFF;
        border: 1px solid #D3E1E2;
        border-radius: 4px;
        margin-bottom: 20px;
    }

    .articles_text .title h1 {
        font-size: 28px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        line-height: 37px;
        color: #292E2E;
        margin-bottom: 20px;
    }
    .articles_text .title .source_time {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 19px;
        color: #999999;
        padding-bottom: 20px;
        border-bottom: 1px solid #D3E1E2;
    }
    .articles_text p:first-of-type {
        margin-top: 20px;
    }
    .articles_text p {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 32px;
        color: #292E2E;
        margin-bottom: 30px;
    }
    .articles_text img {
        display: block;
        margin: auto;
        width: 360px;
        height: auto;
    }
    .articles_tag_text ul {
        display: flex;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .articles_tag_text ul li {
        padding: 0 20px;
        height: 28px;
        background: #F5F5F5;
        border-radius: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all ease-in-out 200ms;
       /* margin-right: 16px;*/
    }
    .articles_tag_text ul li:hover {
        background-color: #000;
    }
    .articles_tag_text ul li:hover a {
        color: #fff;
    }
    .articles_tag_text ul li a {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #999999;
    }
    .reading_box .reading_padding .reading_title {
        display: flex;
        align-items: center;
        padding: 16px;
        border-bottom: 1px solid #D3E1E2;
        box-sizing: border-box;
        height: 56px;
    }
    .reading_box .reading_padding .reading_title img {
        margin-right: 4px;
    }
    .reading_box .reading_padding .reading_title h1 {
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #292E2E;
    }
    .reading_box .reading_padding .reading_title h2 {
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #292E2E;
    }