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;
  }
 li .active{
    background: linear-gradient(90deg, #1C969F 0%, #6DD3DB 100%);
    border-radius: 4px;
    color:#fff!important;
}
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: 20px;
    z-index: 999;
}

#header .container,#footer .container, #main .container,.news_wrapper .container{
	width: 1200px;
	margin: 0 auto;
}
#footer .container a{
	color:#999;
}
#header #head{
    height: 100px;
}

.header_border{
    background: linear-gradient(
    90deg, #1C969F 0%, #6DD3DB 100%);
    opacity: 1;
    height: 4px;
    width: 100%;
}

#footer{
    margin-top: 40px;
}

.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(../img/gotoTop.png) no-repeat;
    height: 48px;
    width: 48px;
    cursor: pointer;
    position: absolute;
    right: -6%;
}

.icon_top:hover{
    background: url(../img/gotoTop_hover.png) no-repeat;
}

#logo{
    float: left;
    margin-top: 12px;
}

#logo_right{
    float: left;
	margin-left:50px;
}

#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;
	padding:5px;
}
#logo_right div ul li .active{
    background: linear-gradient(90deg, #1C969F 0%, #6DD3DB 100%);
    border-radius: 4px;
    color:#fff!important;
}
#logo_right div ul li a{
    height: 32px;
    font-size: 17px;
    color: #666666;
    font-weight: bold;
    width: 92px;
    text-align: center;
    display: block;
    line-height: 32px;
    text-decoration: none;
}
#logo_right div ul li a img{
	width:20px;
	height:20px;
	margin-right:3px;
	vertical-align:middle;
}
#logo_right div ul li:nth-child(n+7) a{
    width:66px;
}
#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!important;
}
#logo img{
	width:230px;
}

#footer{
    background: #292E2E;
    color: #999999;
}

#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: flex;
    justify-content: center;
}

#footer .copyright a{
    color: #999;
    text-decoration: underline;
}



.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;
	margin-top:20px;
}

.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;
	padding-left:100px;
	padding-right:100px;
}

.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 {
    font-size: 14px;
    width: 70px;
    height: 32px;
    line-height: 19px;
    border-radius: 4px;
    line-height: 32px;
    text-align: center;
	border:#1C969F 1px solid;
	cursor:pointer;
}
.strong{
	font-weight:bold;
}
.strong em{
	font-weight:bold;
}
.topic_match_box .index_tag_title .current{
    color: #fff;
    background: #1C969F;
	font-weight: bold;
}
.topic_match_box .index_tag_title span:hover{
    color: #fff;
    background: #1C969F;
}

.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: 60px;
    height: 28px;
    color: #fff;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    margin-right: 10px;
    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: 10px;
}

.topic_match_list .list_block .type {
    float: left;
    font-size:14px;
}
.topic_match_list .list_block .type.padding_r_50{
    padding-right: 50%;
}
.text-ignore {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	width:140px;
}

.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;
	margin-right:7px;
}
.topic_match_list .list_block .match_name .text_right{
	margin-left:7px;
	margin-right:20px;
}

.topic_match_list .list_block .match_name span {
    float: left;
    width: 100px;
    color: #000;
    font-size: 16px;
}


.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 em {
    float: left;
    width: 40px;
    height: 32px;
    font-size: 16px;
    color: #000;
    text-align: center;
    line-height: 32px;
    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-size: 16px;
    width: 20px;
}
.date{
	background:#f8f8f8;
	text-align:left;
	padding-left:20px;
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#999;
}
.xinhao{
	width:180px;
	vertical-align:middle;

}
.xinhao:hover{
	text-decoration:underline;
}

.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(../img/news_lanqiu_bg.png) no-repeat;
}

.topic_news_list .news_title_zuqiubg{
    background: url(../img/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(../img/icon_news.svg) no-repeat;
}

.video_section {
    width: 365px;
}

.video_section .video_title{
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.video_title img{
    height:30px;
}

.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: 320px;
	font-size:14px;
	line-height:20px;
}

.video_section .con .rank .rank_list .video_icon{
    background: url(../img/icon_video.svg) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.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 tr:first-child{
    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 tr:first-child 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 tr:not(:first-child) td{
    /* padding-bottom: 20px; */
    color: #333333;
    font-size: 16px;
}

.nba_rank .tocr_block_table tr:not(:first-child) td,.sport_rank .tocr_block_table tr:not(:first-child) 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 tr:not(:first-child):hover td{
    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 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: 12px;
    margin-right: 10px;
}


/* 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;
    /* 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: flex;
    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: 64px;
    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 h2,.video_section.hot_video .video_title h2,.rank_section.sport_rank .tocr_block_title h2,.data_content .data_table_schedule .schedule_header h2{
    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 h2 img,.video_section.hot_video .video_title h2 img, .rank_section.sport_rank .tocr_block_title h2 img, .data_content .data_table_schedule .schedule_header h2 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 tr:first-child,.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 tr:not(:first-child) 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: 40px!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: 14px;
    line-height: 32px;
    text-align: center;
    color: #999;
	text-align:left;
}
.time_update a{
	margin:5px;
}
.time_update a:hover{
	color:#1c969f;
	text-decoration:underline;
}

/* START HOME RIGHT */

.topic_right_block  {
        width: 420px;
        background: #FFFFFF;
        border: 1px solid #D3E1E2;
        border-radius: 4px;
        margin-bottom: 20px;
        height: -moz-fit-content;
        height: fit-content;
    }
    .topic_right_block .tocr_block_title {
        height: 56px;
        color: #292E2E;
        padding: 16px;
        border-bottom: 1px solid #D3E1E2;
        display: flex;
        align-items: center;
        box-sizing: border-box;
    }
    .topic_right_block .tocr_block_title h1 {
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        line-height: 24px;
        margin-left: 5px;
    }
    .topic_right_block .right_tag_box {
        padding: 16px;
        padding-bottom: 0;
    }
    .topic_right_block .right_tag_box .tag_section {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .topic_right_block .right_tag_box .tag_section div {
        height: 28px;
        padding: 4px 10px;
        line-height: 28px;
        box-sizing: border-box;
        margin-right: 8px;
        margin-bottom: 8px;
    }
    .topic_right_block .right_tag_box .tag_section div.active {
        background: #1C969F;
    }
    .topic_right_block .right_tag_box .tag_section div.active a {
        color: #FFFFFF;
        font-weight: bold;
    }
    .topic_right_block .right_tag_box .tag_section div a {
        font-size: 16px;
        font-family: Microsoft YaHei;
        line-height: 18px;
    }

    .topic_right_block .right_tag_box .tag_section div a::after{
        display: block;
        content: attr(data-text);
        font-weight: bold;
        height: 1px;
        color: transparent;
        overflow: hidden;
        visibility: hidden;
    }



.hotvideo_container {
        width: 420px;
        background: #FFFFFF;
        border: 1px solid #D3E1E2;
        border-radius: 4px;
        margin-bottom: 20px;
    }
    .hotvideo_title_container {
        padding: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #D3E1E2;
        height: 58px;
        box-sizing: border-box;
    }
    .hotvideo_title_container .hotvideo_title {
        display: flex;
        align-items: center;
    }
    .hotvideo_title_container .hotvideo_title .title {
        height: 24px;
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        line-height: 24px;
        color: #292E2E;
        margin-left: 6px;
    }
    .hotvideo_title_container .view_more {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 19px;
        color: #999999;
    }
    .hotvideo_content_container {
        padding: 16px;
    }
    .hotvideo_content_container .hotvideo {
        margin-bottom: 20px;
    }
    .hotvideo_content_container .hotvideo:last-of-type {
        margin-bottom: 0;
    }
    .hotvideo_content_container .hot_video a {
        display: flex;
        align-items: flex-start;
    }
    .hot_video img {
        width: 20px;
        height: 20px;
        margin-right: 6px;
    }
    .hotvideo .long_text {
        width: 352px;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 20px;
        color: #000000;
        margin-left: 6px;
    }
    


    .block {
        background: white;
        border: 1px solid #D3E1E2;
        border-radius: 4px;
        width: 420px;
        margin-bottom: 20px;
    }
.block_title_container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px;
        height: 58px;
        box-sizing: border-box;
        border-bottom: 1px solid #D3E1E2;
    }
.block_title_container .view_more {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #999999;
        cursor: pointer;
    }
.block_title {
        display: flex;
        align-items: center;
    }
.block_title h2{
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #292E2E;
    }
.block_title h1{
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #292E2E;
    }
.block_title img {
        margin-right: 5px;
		width:20px;
		height:20px;
    }
    .block .hot_video_con {
        padding: 5px 16px 5px 16px;
    }
    .block .hot_video_con ul li {
        display: flex;
        align-items: flex-start;
        line-height:40px;
    }
	.block .hot_video_con ul li a:hover{
		color:#1C969F;
	}
    .block .hot_video_con ul li img {
        margin-right: 6px;
    }
    .block .hot_video_con ul li a {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000000;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }



/* END HOME RIGHT */

.video_list_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}



/* START NEWS PAGE */
.wrapper {
    display: flex;
    margin-top: 20px;
}
.news_container {
    width: 760px;
    background: #FFFFFF;
    border: 1px solid #D3E1E2;
    border-radius: 4px;
	margin-right:20px;
}
.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;
}
.topic_right_block { width: 420px; background: #FFFFFF; border: 1px solid #D3E1E2; border-radius: 4px; margin-bottom: 20px; height: -moz-fit-content; height: fit-content; margin-left: 20px; }
.pagination_container { border-top: 1px solid #D3E1E2; height: 68px; display: flex; padding: 20px; box-sizing: border-box; } .pagination_container .pagination { display: flex; margin: auto; } .pagination_container .pagination li { width: 28px; height: 28px; border: 1px solid #D3E1E2; line-height: 28px; text-align: center; display: flex; align-items: center; justify-content: center; box-sizing: border-box; font-weight: bold; margin-right: 20px; font-size: 14px; font-family: Microsoft YaHei; } .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; }
.pubtime{
	margin-right:20px;
	font-weight:normal;
	font-size:14px;
	color:#666;
}
.block_img .h{
	background: url(../img/result_red.svg) no-repeat;
	background-position:right;
	background-size:45px 45px;
}
.hot_video_con .h{
	background: url(../img/result_red.svg) no-repeat;
	background-position:right;
	background-size:30px 30px;	
}
.block_img:last-of-type { border-bottom: 0; } .block_img { display: flex; /* border-bottom: 1px solid #D3E1E2; */ padding: 16px 16px; box-shadow: 0px 20px 3px -20px #D3E1E2; } .news_list .block_img .news_image { width: 160px; height: 120px; margin-right: 20px; } 
.news_list .block_img h1 { font-size: 16px; font-family: Microsoft YaHei; font-weight: bold; line-height: 21px; color: #000000; } 
.news_list .block_img h2 { font-size: 16px; font-family: Microsoft YaHei; font-weight: bold; line-height: 21px; color: #000000; } 
.news_list .block_img .news_content { padding: 12px 0; flex: 1; justify-content: space-between; display: flex; flex-direction: column; } .news_list .block_img .news_content .play { width: 48px; height: 20px; background: #000000; border-radius: 2px; color: white; display: flex; align-items: center; justify-content: space-evenly; padding: 0 5px; box-sizing: border-box; margin-right: 10px; } .news_list .block_img .news_content .play img{ width: 10px; height: 11px; } .news_list .block_img .news_content time { height: 19px; font-size: 14px; font-family: Microsoft YaHei; font-weight: 400; line-height: 19px; color: #999999; } .news_list .block_img .news_content .footer { display: flex; align-items: center; }			  
   .topic_subnav_box { width: 1200px; height: 60px; background: #FFFFFF; border: 1px solid #D3E1E2; border-radius: 4px; } .topic_subnav ul { float: left; } .topic_subnav li { float: left; margin-left: 70px; margin-top: 22px; } .topic_subnav li:first-child { margin-left: 0; } .topic_subnav li a { font-size: 16px; color: #999999; line-height: 21px; display: block; font-weight: bold; } .topic_subnav li a { font-size: 16px; color: #999999; line-height: 21px; display: block; font-weight: bold; } .topic_subnav li a：hover { color: #1C969F; } .topic_subnav li a.hover { color: #1C969F; padding-bottom: 11px; border-bottom: 6px solid transparent; border-image: linear-gradient(to right, #1C969F 0%, #8FF5FC 100%); border-image-slice: 1; } .topic_subnav_title{ height: 21px; font-size: 16px; font-family: Microsoft YaHei; font-weight: bold; line-height: 21px; color: #1C969F; padding-top:20px; float: left; } .topic_subnav_image{ height:36px; padding-top:12px; padding-left:30px; padding-right:20px; float: left; } .topic_subnav_logoTitle{ width: 400px; float: left; }
li.more { position: relative; } #logo_right li.more .dropdown_container { min-width: 100px; display: none; position: absolute; right: -33px; padding: 16px; width: 100px; margin: 0; height: unset; } #logo_right li.more ul.dropdown { background: #1C969F; box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); border-radius: 4px; display: flex; flex-direction: column; } #logo_right li.more ul.dropdown li { height: 36px; } #logo_right li.more ul.dropdown li a.active { background: #0A7A82; } #logo_right li.more ul.dropdown li a { font-size: 16px; font-family: Microsoft YaHei; font-weight: bold; color: #FFFFFF; height: 100%; width: 100%; line-height: 33px; } #logo_right li.more ul.dropdown li:hover { background: #0A7A82; } #logo_right li.more ul.dropdown li:hover a { background: #0A7A82; } #logo_right li.more:hover .dropdown_container { display: block; }   

/* END NEWS PAGE */





/* STARt ARTICLE PAGE */
.content_box {
        display: flex;
    }

    .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: 20px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        line-height: 37px;
        color: #292E2E;
        margin-bottom: 20px;
    }
    .articles_text .title .source_time {
        justify-content: space-between;
        font-size: 12px;
        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:10px;
    }
	.articles_text p strong{
		font-weight:bold;
	}
    .articles_text img {
        display: block;
        margin: auto;
        width: 360px;
        height: auto;
    }
    .articles_tag_text ul {
        display: flex;
        margin-top: 20px;
        margin-bottom: 20px;
    }
	    .articles_tag_text ul li a{
        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 a:hover {
        background-color: #000;
		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;
    }

.title{
	text-align:center;
}

.info_match {
    width: 710px;
    padding-left: 25px;
	height:80px;
	margin-top:20px;
}
.info_match img{
	width: 60px!important;
}
.team_img {
    float: left;
    padding: 0;
    width: 180px;
    height: auto;
    text-align: center;
	font-size:14px;
}
.t_home_img {
    display: block;
    width: 180px;
    margin: 10px auto;
    border: none;
}
.t_away_img {
    display: block;
    width: 180px;
    margin: 10px auto;
    border: none;
}
.info_team {
    width: 300px;
    float: left;
    padding-top: 30px;
}
.team_data {
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.team_main, .team_odds, .team_away {
    font-family: Lucida, Verdana, 'Hiragino Sans GB', STHeiti, 'Microsoft YaHei',SimSun, sans-serif,shruti;
    font-size: 25px;
    font-weight: bold;
}
.info_time {
    clear: both;
    height: 25px;
    line-height: 25px;
    color: #000;
    text-align: center;
}
.xinhao-title{
	margin-top:40px;
	background:#F5F5F5;
	color:#F37F0C;
	padding:5px 10px;
	font-size:14px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	line-height:30px;
}
.zbxinhao-title{
	margin-top:15px;
	background:#F5F5F5;
	color:#F37F0C;
	padding:5px 10px;
	font-size:14px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	line-height:30px;
}
.xinhao-list{
	height:40px;
	border: 2px solid #F5F5F5;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	padding:23px 5px 0px 10px;
}
.xinhao-list a{
	padding:5px 10px 5px 10px;
	font-size:14px;
    color: #333;
    border: 2px solid #D3E1E2;
	border-radius:5px;
	margin:5px;
}
.xinhao-list a:hover{
	padding:5px 10px 5px 10px;
	font-size:14px;
    color: #fff!important;
    border: 2px solid #6DD3DB;
	border-radius:5px;
	margin:5px;
	background: linear-gradient(90deg, #1C969F 0%, #6DD3DB 100%);
}
.bisai_xinxi p{
	margin-top:15px;
	margin-bottom:15px;
	font-size:15px;
}
.bisai_jieshao{
	margin-top:10px;
}
.bisai_jieshao p{
	line-height:40px;
	font-size:15px;
}
.bisai_xinxi p a{
	color:#F37F0C;
}
.bisai_xinxi p a:hover{
	text-decoration:underline;
}
.xiangguan{
	padding:15px;
}
.xiangguan li{
	line-height:40px;
	font-size:16px;
}
.next{
	border-top: 1px solid #D3E1E2;
	padding-top:17px;
}
.next p{
	
}
.next p a{
	color:#F37F0C;
	line-height:30px;
	font-size:14px;
}
.next p a:hover{
	text-decoration:underline;
}


#tabs_container { width: 1200px; background: #FFFFFF; border: 1px solid #D3E1E2; border-radius: 4px; margin-bottom: 20px; } .tabs { display: flex; padding: 0 40px; border-bottom: 1px solid #D3E1E2; } .tabs .tab { height: 21px; font-size: 16px; font-family: Microsoft YaHei; font-weight: bold; line-height: 21px; color: #999999; cursor: pointer; } .tabs li { margin-right: 60px; position: relative; padding-top: 18px; padding-bottom: 12px; } .tabs li.active a { color: #1C969F; } .tabs li.active:after { content:""; background: linear-gradient(90deg, #1C969F 0%, #6DD3DB 100%); display: block; height: 6px; width: 100%; position: absolute; bottom: 0; } .tab_contents_container { padding: 20px; } .tab_contents { display: grid; grid-template-columns: repeat(10, minmax(0, 1fr)); row-gap: 20px; column-gap: 31px; } .tab_contents .hot_team { text-align: center; } .tab_contents .hot_team_image { width: 88px; height: 88px; background: #FFFFFF; border: 1px solid #D3E1E2; border-radius: 4px; display: flex; justify-content: center; align-items: center; } .tab_contents .hot_team_image:hover{ width: 86px; height: 86px; border:2px solid #1C969F; } .tab_contents .hot_team_image img { width: 56px; height: 56px; } .tab_contents .hot_team_name { height: 21px; font-size: 16px; font-family: Microsoft YaHei; font-weight: 400; line-height: 21px; color: #292E2E; margin-top: 6px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
        

.pagess {clear:both;height: 30px;padding: 20px;overflow: hidden;margin-left: 0px;}

.pagess ul li {float:left; line-height: 25px;margin:2px 5px;font-size:13px;}
.pagess ul li select{
	height:26px;width:40px!important;border: 1px solid #ccc;border-radius:3px;
}

.pagess ul li.thisclass {line-height: 20px;border-radius:3px;display: inline-block;border: 1px solid #E4392A;padding: 2px 9px;background: #E4392A;color: #fff;}

.pagess ul li.thisclass a {color: #fff;}

.pagess ul li a{
border-radius:3px;display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 20px;background: #fff; color:#999

	color:#999}

.pagess ul li a:hover{ background:#E4392A; color:#fff;border: 1px solid #E4392A}
.pagess ul li a:hover{ color:#fff;}
.pageinfo{
	line-height:30px;
}
.articles_text a{
	color:#0054AF;
}
.articles_text a:hover{
	color:#F37F0C;
	text-decoration:underline;
}
.arccontent{
	font-size:14px;
	line-height:30px!important;
}
.arccontent div{
	line-height:30px!important;
}
.arccontent span{
	line-height:30px!important;
}
.arccontent img{
	width:100%;
}
.arccontent p a{
	text-decoration:underline;
}
.arccontent table{
	width:100%;
	border: 1px solid #000;
	border-collapse: collapse;
}
.arccontent table td{
	border: 1px solid #000;
}
.arccontent h3{
	border-left: 5px solid #1C969F;
    padding-left: 10px;
    height:16px;
    line-height:16px;
    font-size: 16px;
    color: #1C969F;
	margin-top:5px;
    margin-bottom:15px;
    width: 100%;
    float: left;
	font-weight:bold;
}
.intro{
	padding:15px;
}

.list_tag{
	position: relative;
    display: inline-block;
    padding: 5px 7px;
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
    vertical-align: baseline;
    white-space: nowrap;
    background-color:#1C969F;
	margin-right:10px;
    top: -2px;
}
.label-arrow {
    top: 7px;
    right: -4px;
    border-left: 4px solid #1C969F;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
	position: absolute;
    width: 0;
    height: 0;
    vertical-align: top;
    content: "";
}

.tagbox
	{
	padding: 5px 16px 5px 16px;}
	
	.tag-list{
        overflow: hidden;
	}
	
	.tag-list li{
        float: left;
		font-size:14px;
       
	}
	.liansaitag{
	line-height: 28px;
    background: #1C969F;
    color: #fff!important;
    font-weight: bold;
    padding: 2px 5px;
    margin-right: 5px;
    border-radius: 5px;
	}
	.tag-list li a{
	margin: 6px 8px;
    line-height: 30px;
    color: #2f8162;}
	
hr {
    height: 1px;
    border: none;
    border-top: 1px dashed #ccc;
}
	
	.position{
	margin-bottom:16px;
	color:#666;
	font-size:13px;
}
.position a{
	color:#666;
}
.position a:hover{
	color:#F37F0C;
	text-decoration:underline;
}


		.video_container { width: 590px; background: #FFFFFF; border: 1px solid
		#D3E1E2; border-radius: 4px; } .video_container .video_title_container
		{ height: 56px; display: flex; align-items: center; justify-content: space-between;
		padding: 10px 20px; box-sizing: border-box; } .video_container .video_title_container
		img { margin-right: 20px; } .video_container .video_title_container .video_title
		{ font-size: 18px; font-family: Microsoft YaHei; font-weight: bold; line-height:
		24px; display: flex; align-items: center; } .video_container .video_title_container
		.view_more { font-size: 14px; font-family: Microsoft YaHei; font-weight:
		400; line-height: 19px; } .video_container .video_content_container { padding:
		14px 20px; } .video_container .video_content_container > div { padding-bottom:
		14px; background: #F8F8F8; border: 1px solid #EEEEEE; border-radius: 4px;
		height: 48px; display: flex; align-items: center; padding: 14px 16px; box-sizing:
		border-box; margin-bottom: 14px; font-size: 16px; font-family: Microsoft
		YaHei; color: #000000; } .video_container .video_content_container div:hover{
		border: 2px solid #1C969F; } .video_container .video_content_container
		div:hover a{ color: #1C969F; } .video_container .video_content_container
		> div:last-child { margin-bottom: 0; } .video_container .video_content_container
		> div img { width: 20px; height: 20px; margin-right: 6px; }

.ptitle{font-weight:bold;font-size:15px;border-left:4px solid #1C969F;background:#f1f1f1;padding-left:10px;}
#qbdata p{border-bottom:1px solid #f1f1f1;line-height:40px;margin:0;font-size:15px;}


.relatedmatch{
height:90px;
border-radius:10px;
padding:10px;
background: linear-gradient(90deg, #e57171 0%, #1C969F 100%);
}
.relatedmatchzb{
height:90px;
margin-top:15px;
}
.relatedmatch p{
margin:0;
font-size:16px;
line-height:30px;
color:#fff;
}
.relatedmatch a{
display:block;
}
.relatedmatch div{
	float:left;
	width:32.33333333333333333%;
}
.team{
	text-align:center;
}
.team img{
	width:50px;
	margin-top:4px;
}
.matchinfo{
text-align:center;
}
.relatedmatch p{
line-height:30px;
margin-top:0!important;
}
.matchinfo span{
	background:#e57171;
	color:#fff;
	padding:3px 8px 5px 8px;
	border-radius:5px;
}
.matchinfo span:hover{
	background:#F37F0C;
}
.matchinfo a{
	width:90px;
	margin:0 auto;
	background:#F37F0C;
	color:#fff;
	border-radius:5px;
}
.matchinfo a:hover{
	background:#e57171;
	color:#fff;
	text-decoration:none;
}
.vv{
	display: flex;
    align-items: center;
}
.vv a{
	font-weight:bold;
	text-decoration:none!important;
}
.vv img{
	width:20px;
	height:20px;
}



#tishi{
	background:#eee;
	border-radius:10px;
	margin-bottom:10px;
	text-align:center;
}
.shengming{
	padding:5px;
	background:#ffee90;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
	.vcode{
	text-align:center;
	padding:10px;
}
.vcode img{
	width:100px;
	}
.wenzi{
	font-size:16px;
	margin-bottom:10px;
}


h2{
	font-size:16px;
	font-weight:bold;
	line-height:55px;
}
 table {
    width: 100%;
    border-collapse: collapse;
  }
  th, td {
    text-align: center;
    border: 1px solid black;
    padding: 8px;
  }
