body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td{border:0;margin:0;padding:0;-x-system-font:none;font-family: Lucida, Verdana, 'Hiragino Sans GB', STHeiti, 'WenQuanYi Micro Hei', 'Microsoft YaHei', 微软雅黑, SimSun, sans-serif;font-size:12px;font-size-adjust:none;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;line-height:18px;margin:0;padding:0;word-wrap:break-word;}
img{border:0;}
input, label, select, option, textarea, button, fieldset, legend {font-family:font-family: Lucida, Verdana, 'Hiragino Sans GB', STHeiti, 'WenQuanYi Micro Hei', 'Microsoft YaHei', 微软雅黑, SimSun, sans-serif;}
a{text-decoration:none; color:#000000;}
a:hover, a:active{color:#000000;text-decoration:none;}
ul {
    list-style-type: none;
  }
body{
    background: #fff;
    overflow-x: hidden;
}
.clearfix {
    zoom: 1;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

img {
    border: 0;
}

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

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

.long_text{
    overflow-wrap: break-word;
    word-break: keep-all;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.noSelect {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.noSelect:focus {
    outline: none !important;
}

/* color */
.blue {
    color: #017BD1 !important;
}

.theme_color{
    color: #1C969F;
}

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

.box_top_border {
    /* border-top: 3px solid #F5F5F5;
    border-image-slice: 1;
    border-width: 5px;
    border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F5F5F5 100%);
    opacity: 1; */
    position:relative;
}
.box_top_border:before {
    content:'';
    position:absolute;
    width:100%;
    height:6px;
    background:linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F5F5F5 100%);
    top:0;
    left:0;
}

.box_padding{
    padding: 1rem 0.625rem 0;
}

/* header footer*/
#head{
    height: 88px;
}

#head #logo img{
    height: 28px;
    margin:10px 10px;
}

#head #nav{
    overflow: hidden;
    position: relative;
}

#head #logo{
    display: block;
    height: 48px;
}

#nav ul li{
    width: 76px;
    height: 40px;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    background: #1C969F;
    border-right: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
}

#nav ul li a{
    color: #fff;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
}

#nav .swiper-slide{
    width: unset;
}

#nav ul .active{
    background: #0C848D;
    font-weight: bold;
}

#main{
    padding-top: 10px;
    padding-bottom: 20px;
}

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

#footer .footer_link li{
    width:105px;
    text-align: center;
}

#footer .footer_link:first-child{
    margin-bottom: 12px;
}

#footer .footer_link li a{
    text-align: center;
    color: #999999;
    font-size: 14px;
}

#footer .container{
    padding: 10px 20px;
    background: #F5F5F5;
}

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

#footer .copyright{
    background: #292E2E;
    color: #999;
    padding-top: 12px;
    padding-bottom: 10px;
    text-align: center;
    line-height: 18px;
}

#footer .copyright a{
    color: #999;
    text-decoration: underline;
}
/* header footer end*/

/* news page */
.hot_team_title{
    justify-content: space-between;
}

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

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

.hot-team-container ul li:first-child{
    padding-left: 10px;
}

.hot-team-container ul li:last-child{
    padding-right: 10px;
}

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

.hot-team-container ul li .hot-team-img img{
    width: 40px;
    height: 40px;
}

.hot-team-container .hot-team-name{
    width: 66px;
    text-align: center;
    margin-top: 4px;
    font-size: 14px;
    line-height: 19px;
}

.news_wrapper .title_shape {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 32px;
    text-align: center;
    border-bottom: 32px solid #1C969F;
    border-right: 10px solid transparent;
    height: 0;
    width: 100px;
}

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

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

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

.news_wrapper .news_title_wrap .news_title{
    display: flex;
    align-items: center;
}

.news_wrapper .news_title_wrap .news_title img{
    margin-right: 10px;
}

.news_wrapper .news_title_wrap .news_title span{
    font-size: 16px;
    font-weight: bold;
}

.news_wrapper .news_title_wrap a{
    color: #fff;
}

.news_wrapper .news_hot_list li{
    height: 49px;
    line-height: 49px;
    background: #fff;
    border: 1px solid #D3E1E2;
    border-top: none;
    padding-left: 1px;
    padding-right: 1px;
	overflow:hidden;
}

.news_wrapper .news_hot_list li:last-child{
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.news_wrapper .news_hot_list li:first-child{
    /* margin-top: 14px; */
}

.news_wrapper .news_hot_list li .news_item{
    height: 20px;
    width: 20px;
    margin-right: 6px;
}

.news_wrapper .news_hot_list li .news_play_icon{
    background: url(../fonts/icon_play.svg) no-repeat;
}

.news_wrapper .news_hot_list li .news_icon{
    background: url(../fonts/icon_news.svg) no-repeat;
}

.news_wrapper .news_hot_list li a{
    align-items: center;
    grid-template-columns: 20px auto;
    width: 100%;
    display: ruby-text;
    column-gap: 6px;
}

.news_wrapper .news_hot_list li a span{
    font-size: 16px;
}

.news_wrapper .news_list_wrap{
    display: flex;
    justify-content: space-between;
}

.news_wrapper .lanqiu_news_list{
    display: flex;
}

.news_wrapper .lanqiu_news_list ul{
    width: 568px;
}

/* news page end */

/* home page */
.index_hot_match{
    width: 100%;
    height: auto;
}

.index_hot_match .index_matches_box{
    overflow-x: scroll;
}

.index_hot_match .index_matches_box .matches_block {
    width: 158px;
    height: 86;
    float: left;
    margin-left: 10px;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
}

.index_hot_match .index_matches_box .matches_block:first-child{
    margin-left: 0;
}

.index_hot_match .index_matches_box .matches_block .time_video{
    height: 27px;
    background: #f5f5f5;
}

.index_hot_match .matches_block .time_video .match_competition {
    float: left;
    margin: 7px 0 0 9px;
}

.index_hot_match .matches_block .time_video span {
    color: #999999;
    float: right;
    margin: 7px 10px 0 0rem;
}

.index_hot_match .matches_block .time_video .red{
    color:#FF2929;
}

.index_hot_match .matches_block .name_score {
    height: 1.25rem;
    margin-top: 0.25rem;
}

.index_hot_match .index_matches_box .matches_block img,.match_list .match_info_wrap .match_info_name img {
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    margin-right: 6px;
}

.index_hot_match .matches_block .name_score strong {
    display: inline-block;
    font-weight: bold;
    width: 2rem;
    color: #000;
    text-align: center;
    float: right;
}

.index_hot_match .matches_block .name_score .colothin {
    color: #000;
    float: right;
}

.index_hot_match .matches_block .name_score span {
    float: left;
    color: #666666;
    font-weight: bold;
}

.nba_rank table img{
    width: 24px;
    height: 24px;
}

.topic_match_box_wrap{
    padding-left: 10px;
    margin-bottom: 10px;
}

.topic_match_box_wrap .topic_match_box .index_tag_title{
    display: flex;
    justify-content: space-between;
    padding-right: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.topic_news_box .index_tag_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.index_news_wrap a div .news_image, .home_down_wrap .down_content a div .news_image{
    width: 100px;
    height: 75px;
    border-radius: 5px;
}

.block_min{
    padding: 10px 0;
    border-bottom: 1px solid #D3E1E2;
    margin: 0 auto;
    position: relative;
    align-items: center;
    grid-template-columns: 100px auto;
    width: 100%;
    display: grid;
    column-gap: 10px;
}

.index_news_wrap a:last-child .block_min{
    border-bottom: none;
}

.block_min .index_news_title{
    margin-top: 10px;
}

.block_min .index_news_title img{
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.block_min .index_news_title p{
    font-size: 14px;
}

.block_min .index_news_title time{
    color:#999999;
}

.block_min .index_news_title .index_news_content{
    display: flex;
    align-items: center;
}

.block_min .index_news_title .index_news_content:first-child{
    margin-bottom: 17px;
}

.block_min .index_news_title .index_news_content .video_mark{
    width: 42px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    background: #000;
    text-align: right;
    padding-right: 6px;
    border-radius: 2px;
    margin-right: 10px;
}

.block_min .index_news_title .index_news_content .video_mark img{
    width: 10px;
    height: 10px;
    margin-right: 2px;
}

.video_section .con ul li{
    height: 49px;
    line-height: 49px;
    border: 1px solid #D3E1E2;
    border-top: none;
    color: #000;
    font-size: 16px;
    padding-left: 16px;
    padding-right: 16px;
}

.video_section .con ul li:last-child{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.video_section .con .rank .rank_list .video_icon{
    background: url(../fonts/video_icon.svg) no-repeat;
    width: 20px;
    height: 20px;
}

.video_section .con .rank .rank_list a{
    align-items: center;
    grid-template-columns: 20px auto;
    width: 100%;
    display: grid;
    column-gap: 6px;
}

.video_section .con .rank .rank_list a span{
    margin-left: 6px;
}

.nba_rank{
    margin-top: 20px;
    padding-top: 5px;
}

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

.nba_rank .tocr_block_title ul{
    display: flex;
}

.nba_rank .tocr_block_title ul li{
    width: 100px;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #1C969F;
    text-align: center;
    color: #1C969F;
    cursor: pointer;
}

.nba_rank .tocr_block_title ul .active{
    background: #1C969F;
    color:#fff;
}

.nba_rank .tocr_block_title ul li:first-child{
    border-radius: 4px 0px 0px 4px;
}

.nba_rank .tocr_block_title ul li:last-child{
    border-radius: 0px 4px 4px 0px;
}

.nba_rank .tocr_block_table table, .sport_rank .tocr_block_table table{
    width: 100%;
}

.nba_rank .tocr_block_table tr{
    font-size: 14px;
}

.nba_rank .tocr_block_table tr:first-child, 
.sport_rank .tocr_block_table tr:first-child, 
.sport_rank .tocr_block_table tr.group,
.tennis_rank tr:first-child{
    height: 2rem;
    width: 100%;
    background: #EEEEEE;
    color: #666666;
    font-size: 0.875rem;
}

.nba_rank .tocr_block_table tr:first-child th {
    font-weight: bold;
    color: #999;
}
.sport_rank .tocr_block_table tr.group th {
    color: #666666;
}
.sport_rank .tocr_block_table tr:not(:first-child):nth-child(odd),
.tennis_rank tr:not(:first-child):nth-child(odd){
    background: #F5F5F5;
}
.nba_rank .tocr_block_table tr th:first-child,.nba_rank .tocr_block_table tr td:first-child,.sport_rank .tocr_block_table tr th:first-child,.sport_rank .tocr_block_table tr td:first-child{
    width: 50vw;
    text-align: left;
    padding-left: 0.75rem;
}

.nba_rank .tocr_block_table tr th:nth-child(n+2),.sport_rank .tocr_block_table tr td:nth-child(n+3),.nba_rank .tocr_block_table tr th: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,
.tennis_rank tr:not(:first-child) td{
    padding: 0.625rem;
    color: #333333;
    font-size: 14px;
}

.nba_rank .tocr_block_table tr:not(:first-child) td .teamname, .sport_rank .tocr_block_table tr:not(:first-child) td .teamname{
    font-size: 16px;
}

.nba_rank .tocr_block_table tr:nth-child(2) td,.sport_rank .tocr_block_table tr:nth-child(2) td, .sport_rank .tocr_block_table tr td.rank-1{
    padding: 10px;
}

.nba_rank .tocr_block_table tr:not(:first-child) td:first-child,
.sport_rank .tocr_block_table tr:not(:first-child) td:first-child,
.tennis_rank tr:not(:first-child) td:first-child{
    width: 50vw;
    box-sizing: border-box;
    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,
.tennis_rank tr:not(:first-child) td:first-child span:first-child{
    width: 1.5rem;
    height: 1.5rem;
    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,
.tennis_rank tr:nth-child(2) td:first-child 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,
.tennis_rank tr:nth-child(3) td:first-child 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,
.tennis_rank tr:nth-child(4) td:first-child 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,
.tennis_rank tr:not(:first-child) td:first-child img{
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 0.75rem;
}

.sport_rank .tocr_block_table tr td .logo_name p{
    margin-left: 10px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}

.nba_rank .tocr_block_table tr:last-child td{
    padding-bottom: 18px;
}

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

/* home page end*/

/* nba page */
.nba_match_box{
	background: #fff;padding-top:0.75rem;
}

.nba_match_box .nba_match_tab {
    height: 36px;
    background: #fff;
    border-radius: 0.2rem;
    border: 1px solid #1C969F;
}

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

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

.nba_match_tab li.active {
    background: #1C969F;
    color: #fff;
    font-weight: 400;
}

.fixed_block_curr{
    display: none;
}

.fixed_block_curr.init:first-child, .fixed_block_curr.active {
    display: block;
}
/* nba page end */

/* all match page*/
.content_left {
    position: relative;
}
.content_left .content_match {
    height: auto;
    padding: 0;
}
.content_left .content_match_tab {
    height: 36px;
    width: 100%; 
}
.tabs_container{
    margin: 2px 10px;
}
ul.content_match_tab{
    display: flex;
}
.content_match_tab ul{
    display: flex;
    padding: 0.625rem;
}
.content_match_tab li {
    flex-grow: 1;
    font-size: 0.875rem;
    text-align: center;
    cursor: pointer;
    color: #1C969F;
    border: 1px solid #1C969F;
    padding: 10px 0;
    background: #ffffff;
}
.content_match_tab li.active {
    background: #1C969F;
    color: #fff;
}
.content_match_tab li a {
    color: #1C969F;
}
.content_match_tab li.active a {
    background: #1C969F;
    color: #fff;
}
.content_match_tab li:first-child {
    border-radius: 5px 0px 0px 5px;
}
.content_match_tab li:last-child {
    border-radius: 0px 5px 5px 0px;
}
.content_match_sheng {
    background: #f5f5f5;
    opacity: 1;
    padding: 4px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    top: 115px;
    border-radius: 20px 0px 0px 20px;
}
.content_match_sheng>p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1C969F;
}
.content_match_text>h6 {
    display: flex;
    height: 16px;
    line-height: 16px;
    align-items: center;
    padding-left: 10px;
    padding-top: 2.5rem;
}
.content_match_text>h6 time{
    margin-left: 10px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.topic_match_list.match_list {
    padding: 0;
}
.topic_match_list.match_list .list_block .list_row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    border-bottom: 1px solid #D3E1E2;
    height: 70px;
}
.topic_match_list.match_list .list_block .list_row .score_info{
    min-width: 80px;
}
.topic_match_list.match_list .list_block .list_row .score_info .score p{
    padding: 10px 0;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    color: #000;
}
.topic_match_list.match_list .list_block .list_row .score_info .score p.match_pre{
    color: #999;
}
.topic_match_list.match_list .list_block .list_row .score_info .score p span{
    padding: 0 8px;
}
.topic_match_list.match_list .list_block .list_row .score_info .stateBtn{
   
    opacity: 1;
    border-radius: 12px;
    text-align: center;
    padding: 4px 16px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.topic_match_list.match_list .list_block .list_row .score_info .stateBtn.red_left{
    background: linear-gradient(270deg, #FF3636 0%, #FC8F8F 100%);
}
.topic_match_list.match_list .list_block .list_row .score_info .stateBtn.gray_left{
    background: linear-gradient(270deg, #1C969F 0%, #8FF5FC 100%);
}
.topic_match_list.match_list .list_block .list_row .score_info .competition{
    text-align: center;
}
.topic_match_list.match_list .list_block .list_row .score_info .competition p{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.topic_match_list.match_list .list_block .list_row .score_info .competition p span{
    margin-left: 5px;
}
.topic_match_list.match_list .list_block .list_row .home_info, .topic_match_list.match_list .list_block .list_row .away_info{
    width: 5.5rem;
    max-height: 2.25rem;
    text-align: center;
}
.topic_match_list.match_list .list_block .list_row .home_info p, .topic_match_list.match_list .list_block .list_row .away_info p{
    width: inherit;
    font-size: 0.875rem;
    color: #000000;
    padding-top: 0.5rem;
}
/* all match page end*/
/* competition page*/
.topic_match_box_wrap .topic_match_box .index_tag_title h1, .index_news_wrap .topic_news_box .index_tag_title h1{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #292E2E;
    display: flex;
    align-items: center;
}

.topic_match_box_wrap .topic_match_box .index_tag_title h1 img, .index_news_wrap .topic_news_box .index_tag_title h1 img{
    margin-right: 8px;
}

.liveNo div{
    text-align: center;
    color: #1C969F;
    font-size: 14px;
    padding-top: 4rem;
}
/* competition page end*/

/* Schedule page */
.season_wrapper{
    margin-top: 17px;
  }
  .round_wrapper{
    margin-bottom: 10px;
  }
  .season_wrapper,.round_wrapper{
    padding: 0px 0.5rem 0px 0.5rem;
    position: relative;
  }
  .season_wrapper .topic_season_texts,.round_wrapper .topic_season_textr{
    font-size: 0.85rem;
    font-weight: bold;
    color: #1C969F;
    margin-bottom: 10px;
    z-index: inherit;
    position: relative;
    padding-left: 10px;
  }
  .season_wrapper .topic_season_texts::after,.round_wrapper .topic_season_textr::after{
    content: '';
    height: 0.85rem;
    width: 5px;
    background: #1C969F;
    position:absolute;
    left:0px;
  }
  .season_wrapper .topic_season_btns, .round_wrapper .topic_season_btnr{
    width: 100%;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 0.75rem;
    position: relative;
    border: 1px solid #D3E1E2;
    color: #1C969F;
  }
  
  .season_wrapper .arrow_s, .round_wrapper .arrow_r{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #1C969F;
    position: absolute;
    right: 10px;
    top: 0.55rem;
    -webkit-transition: all 300ms 0s ease-in-out;
    transition: all 300ms 0s ease-in-out;
  }
  .arrow_up{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .season_wrapper .season_box{
    min-height: 50px;
    background: #fff;
    border-top: 1px solid #eee;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    z-index: 2;
  }
  .round_wrapper .round_box{
    background: #fff;
    border-top: 1px solid #eee;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    z-index: 2;
  }
  .round_wrapper .btn_wrapper, .season_wrapper .btn_wrapper{
    width: 100%;
    position: relative;
    z-index: inherit;
  }
  .round_wrapper .btn_wrapper .round_box, .season_wrapper .btn_wrapper .season_box{
    position: absolute;
    width: 100%;
    display: grid;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    padding: 0.25rem;
    box-sizing: border-box;
  }
  .round_wrapper .btn_wrapper .round_box{
      grid-auto-flow: column;
      grid-template-rows: repeat(8, 1fr);
  } 
  .season_wrapper .btn_wrapper .season_box{
    grid-auto-flow: row;
  }
  .round_wrapper .btn_wrapper .round_box li{
    font-size: 0.75rem;
    cursor: pointer;
    text-align: center;
    line-height: 2rem;
  }
  .season_wrapper .btn_wrapper .season_box li{
    position: relative;
    background: #fff;
    width: 100%;
    font-size: 0.75rem;
    text-align: center;
    cursor: pointer;
    margin-bottom: 4px;
    line-height: 1.25rem;
  }
  .update_div{
    margin-bottom: 20px;
  }
  
  .season_wrapper .arrow_forward{
    width: 34px;
    height: 34px;
    position: absolute;
    right: 16vw;
    top: 0;
  }
  .season_wrapper .arrow_forward::after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0.55rem; 
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #1c969f;
    cursor: pointer;
  }
  .season_wrapper .arrow_backward{
    width: 34px;
    height: 34px;
    position: absolute;
    left: 16vw;
    top: 0;
  }
  .season_wrapper .arrow_backward::after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0.55rem; 
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 7px solid #1c969f;
    cursor: pointer;
  }

  .season_wrapper .focus_btn, .round_wrapper .focus_btn{
    background: #1c969f;
    color: #fff;
  }
  /* END Schedule page */

  .content_box ._line {
    height: 0.4rem;
    background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%);
  }
    
.time_container{
    background: #fff;
    padding: 0.25rem 0; 
    border-radius: 4px;
    margin: 0 8px;
}
.time_update{
    margin: 0px 0.8rem;
    padding: 0;
    font-family: 'Microsoft YaHei';
    font-style: normal;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 32px;
    text-align: center;
    color: #999;
}

/*-----------------UFC---------------------------*?
/* Style the buttons inside the tab */
.tablinks {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #999999;
    width: 24%;
    padding: 10px;
    border: 1px solid #EEEEEE;
    margin-top: 15px;
}
/* Change background color of buttons on hover */
.tablinks:hover {
  background-color: #ddd;
}
/* Create an active/current tablink class */
.tablinks.active {
  background-color: #fff;
  color: #1C969F;
}
/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;

}
#myBtnMale{
  position: relative;
  top: -45px;
  left: 185px;
  background-color: #1C969F;
  border: none;
  border-radius: 30px;
  padding: 10px 20px;
  color: #fff;
}
#myBtnFemale{
    position: relative;
    top: -45px;
    left: 185px;
    background-color: #1C969F;
    border: none;
    border-radius: 30px;
    padding: 10px 20px;
    color: #fff;
  }
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  padding-top: 250px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: #0000008F; /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 0.5px solid #D8D8D8;
  width: 80%;
  font-size: 14px;
}
.modal-content:hover {
  color: #1C969F;
  cursor: pointer;
}
.rankG_card{
  margin-top: -40px;
}
.show{
  display: block !important;
}
.grid-container {
  display: grid;
  grid-template-columns: 50% 50%;
  border-bottom: 1px solid #F5F5F5;
  margin: 10px;
}
.grid-item {
  font-size: 15px;
  color: #000;
}
.cham_name{
  padding-top: 50px;
}
.cham_name span:first-child{
  font-family: 'Microsoft YaHei'; 
  font-style: normal; 
  font-weight: 700; 
  font-size: 20px; 
  line-height: 26px;
}
.rank_no{
font-family: 'Microsoft YaHei';
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 18px;
}
.rank_name{
font-family: 'Microsoft YaHei';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 18px;
color: #666666;
}
.class_card{
  margin: 5px;
  display: none;
}

.modal-content div.active{
font-weight: 400;
color: #1C969F;
background-image: url("../images/checked.png");
background-repeat: no-repeat, repeat;
background-size: 20px;
background-position: right;
}