.left {
    float: left;
}

.right {
    float: right;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

/*top*/
/*foot导航*/
.headnav {
    border-top: 1px #c0c0c0 solid;
}

.headnav h1 {
    width: 6rem;
    margin: 0.3rem 0.2rem 0.1rem 0.3rem;
}

.fl {
    float: left;
}

h1 img {
    width: 100%;
    height: 100%;
}

.hint {
    color: #999;
    font-size: 0.6rem;
    height: 2.3rem;
    line-height: 2.3rem;
    margin-top: 0.4rem;
    color: #333;
}

.hint i {
    color: #f46263;
    font-weight: 500;
    margin: 0 0.066667rem;
}

.fr {
    float: right;
}

.nav_btn {
    color: #2a3fa8;
    font-size: 0.6rem;
    border-radius: 4px;
    display: block;
    text-align: center;
    border: 1px #2a3fa8 solid;
    height: 1.1rem;
    line-height: 1.1rem;
    padding: 0.05rem 0.8rem;
    margin-top: 0.9rem;
    margin-right: 0.8rem;
}

/* 原始的 height:1.91rem; 高度给自适应,大前端说的 */
.footer_dh {
    overflow: hidden;
    box-shadow: 0 -2px 5px #f2f2f2;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
    padding: 0.28rem 0 0.28rem 0;
}

/* 移除固定高度height 45px，padding改为-0.9rem 自适应，防止冲突 */
/* .footer_dh {box-shadow:0 -2px 5px #f2f2f2;position:fixed;left:0px;bottom:0px;width:100%;background-color:#fff;z-index:9999;padding:-0.9rem 0 0.8rem 0;} */
.footer_dh p {
    width: 20%;
    float: left;
    text-align: center;
    padding-top: 0.05rem;
}

.footer_dh .zhibo_dbnav span {
    background: url(../images/match_all.png) no-repeat center center;
    background-size: 1.1rem 1.1rem;
    display: block;
    width: 1.1rem;
    height: 1.1rem;
    margin: 0 auto;
}

.footer_dh .saicheng_dbnav span {
    background: url(../images/index.png) no-repeat center center;
    background-size: 1.1rem 1.1rem;
    display: block;
    width: 1.1rem;
    height: 1.1rem;
    margin: 0 auto;
}

.footer_dh .shiping_dbnav span {
    background: url(../images/live.png) no-repeat center center;
    background-size: 1.1rem 1.1rem;
    display: block;
    width: 1.1rem;
    height: 1.1rem;
    margin: 0 auto;
}

.footer_dh .video_dbnav span {
    background: url(../images/special.png) no-repeat center center;
    background-size: 1.1rem 1.1rem;
    display: block;
    width: 1.1rem;
    height: 1.1rem;
    margin: 0 auto;
}

.footer_dh .pingdao_dbnav span {
    background: url(../images/channel.png) no-repeat center center;
    background-size: 1.1rem 1.1rem;
    display: block;
    width: 1.1rem;
    height: 1.1rem;
    margin: 0 auto;
}

.footer_dh span {
    display: block;
    text-align: center;
}

cite {
    font-style: normal;
    font-size: 0.55rem;
    color: #cccccc;
}


.footer_dh .zhibo_dbnav .on span {
    background: url(../images/match_all2.png) no-repeat center center;
    background-size: 1.1rem 1.1rem;
    display: block;
    width: 1.1rem;
    height: 1.1rem;
    margin: 0 auto;
}

.footer_dh .saicheng_dbnav .on span {
    background: url(../images/index2.png) no-repeat center center;
    background-size: 1.1rem 1.1rem;
    display: block;
    width: 1.1rem;
    height: 1.1rem;
    margin: 0 auto;
}

.saicheng_dbnav .on cite {
    color: #2C87FF;
}

.zhibo_dbnav .on cite {
    color: #2C87FF;
}

.shiping_dbnav .on cite {
    color: #2C87FF;
}

.pingdao_dbnav .on cite {
    color: #2C87FF;
}

.video_dbnav .on cite {
    color: #2C87FF;
}

.footer_dh .pingdao_dbnav .on span {
    background: url(../images/channel2.png) no-repeat center center;
    background-size: 1.1rem 1.1rem;
    display: block;
    width: 1.1rem;
    height: 1.1rem;
    margin: 0 auto;
}

.footer_dh .shiping_dbnav .on span {
    background: url(../images/live2.png) no-repeat center center;
    background-size: 1.1rem 1.1rem;
    display: block;
    width: 1.1rem;
    height: 1.1rem;
    margin: 0 auto;
}

.footer_dh .video_dbnav .on span {
    background: url(../images/special2.png) no-repeat center center;
    background-size: 1.1rem 1.1rem;
    display: block;
    width: 1.1rem;
    height: 1.1rem;
    margin: 0 auto;
}

.footer_dh_top {
    margin-top: 2.8rem;
}

.header_box {
    width: 100%;
    height: 2.1rem;
    background: #fff;
}

.header_box .logo {
    width: 2.5rem;
    height: 1.1rem;
    float: left;
    margin: 0.5rem 0 0 0.5rem;
}

.header_box .logo img {
    width: 100%;
    height: 100%;
}

.time_show {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #006FFF;
    min-width: 203px;
    height: 20px;
    background: #D4E6FF;
    border-radius: 10px 0px 0px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.time_show_data_none {
    width: fit-content;
    height: 20px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #006FFF;
    position: absolute !important;
    top: -10px;
    left: 50%;
    margin-left: -90px;
    background: #D4E6FF;
    border-radius: 10px;
    padding-left: 12px;
    padding-right: 12px;
}

.header_box .nav {
    float: left;
}

.header_box .nav li {
    float: left;
    margin-left: 2.2rem;
}

.header_box .nav li a {
    font-size: 0.6rem;
    line-height: 2.1rem;
    color: #000;
}

.text-normal {
    word-wrap: break-word;
    word-break: break-all;
    height: 19px;
    font-family: Microsoft YaHei;
    line-height: 19px;
    color: #2A83F8;
}

/*=======================首页====================*/

.subnav_box {
    height: 1.8rem;
    background: #3179FF;
    overflow: hidden;
    position: relative;
}

.subnav_box a {
    float: left;
    width: auto;
    height: 1.8rem;
    font-size: 0.7rem;
    color: #fff;
    /* text-align: center; */
    line-height: 1.95rem;
    padding-left: 10px;
    padding-right: 10px;
}

.subnav_box a:last-child {
    margin-right: 1rem;
}

.subnav_box a:active {
    color: #fff;
    background: #0E5BEA;
}

.subnav_box a.active {
    color: #fff;
    background: #0E5BEA;
}

.subnav_box .slide_next {
    width: 1rem;
    height: 1.8rem;
    position: absolute;
    top: 0;
    right: 0;
    background: #3179FF;
    z-index: 99;
}

.subnav_box .slide_next s {
    display: inline-block;
    margin: 0.7rem 0 0 0.2rem;
    width: 0.36rem;
    height: 0.36rem;
    transform: rotate(-45deg);
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.subnav_box .slide_prev {
    width: 1rem;
    height: 1.8rem;
    position: absolute;
    top: 0;
    left: 0;
    background: #3179FF;
    z-index: 99;
    display: none;
}

.subnav_box .slide_prev s {
    display: inline-block;
    margin: 0.7rem 0 0 0.2rem;
    width: 0.36rem;
    height: 0.36rem;
    transform: rotate(135deg);
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

/*content*/
.score_list {
    padding: 0 0.5rem;
}

.score_list h1 {
    font-size: 0.7rem;
    line-height: 1.5rem;
    text-align: center;
    background: #f2f2f2;
    width: 100%;
}

.score_list h1 a {
    display: block;
    color: #333;
}

.score_list li {
    height: 5rem;
    background: #fff;
    border-radius: 0.25rem;
    margin-top: 0.25rem;
}

.score_list li:nth-child(2) {
    margin-top: 0;
}

.score_list li>a {
    display: block;
    width: 100%;
    height: 100%;
}

.score_list .score_name_left {
    width: 5.5rem;
    margin-top: 0.5rem;
    float: left;
    text-align: center;
}

.score_name_left img {
    width: 2.5rem;
    height: 2.5rem;
    display: block;
    margin: 0 auto;
}

.score_name_left span {
    display: block;
    font-size: 0.7rem;
    line-height: 0.7rem;
    margin-top: 0.5rem;
    color: #333;
}

.score_list .score_center {
    width: 6.75rem;
    float: left;
    text-align: center;
}

.score_center time {
    display: block;
    font-size: 0.6rem;
    line-height: 0.6rem;
    color: #333;
    margin-top: 0.875rem;
}

.score_center .score {
    font-size: 1.05rem;
    line-height: 1.05rem;
    color: #333;
    margin-top: 0.7rem;
}

.score_center p {
    font-size: 0.6rem;
    line-height: 0.6rem;
    margin-top: 0.65rem;
    color: #333;
}

/*screening_fixed*/
.screening_box {
    width: 48px;
    height: auto;
    position: fixed;
    right: 6px;
    bottom: 68px;
    z-index: 10000;
}

.screening_box li {
    width: 100%;
    height: 48px;
    margin-top: 2px;
    background: url(../images/screening_img.png);
    background-size: 96px 96px;
}

.screening_box li.football {
    background-position: 0 0;
}

.screening_box li.basketball {
    background-position: 0 48px;
}

.screening_box li.football.active {
    background-position: 48px 0;
}

.screening_box li.basketball.active {
    background-position: 48px 48px;
}

.screening_box li a {
    display: block;
    height: 100%;
}

.red {
    color: #CE2623 !important;
}

.blue {
    color: #017BD1 !important;
}

.green {
    border-radius: 5px;
    box-sizing: border-box;
    padding: 3px 5px;
    border: 1px solid #000000;
}

/*===========专题/index============*/

.score_nav {
    height: 2.5rem;
    background: #fff;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    position: relative;
}

.score_nav ul li {
    float: left;
    width: auto;
    height: auto;
    margin-left: 1.2rem;
    margin-top: 0.4rem;
}

.score_nav ul li:last-child {
    padding-right: 1rem;
}

.score_nav ul li a {
    font-size: 0.75rem;
    color: #333;
    padding-bottom: 8px;
    position: relative;
}

.score_nav ul li.active a {
    font-weight: bold;
    color: #3179FF;
}

.score_nav ul li a i {
    position: absolute;
    display: block;
    height: 2px;
    width: 0.6rem;
    background: #fff;
    left: 35%;
    bottom: 0;
}

.score_nav ul li.active a i {
    background: #3179FF;
}

.score_nav ul li a i {
    position: absolute;
    display: block;
    height: 2px;
    width: 0.6rem;
    background: #fff;
    left: 35%;
    bottom: 0;
}

.score_nav ul li.active a i {
    background: #3179FF;
}

.score_nav .score_slide_prev {
    width: 0.8rem;
    height: 2.5rem;
    background: #fff;
    box-shadow: 2px 0 8px 0 rgba(0, 0, 0, 0.10);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.score_nav .score_slide_next {
    width: 0.8rem;
    height: 2.5rem;
    background: #fff;
    box-shadow: -2px 0 8px 0 rgba(0, 0, 0, 0.10);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.score_nav .score_slide_prev s {
    display: inline-block;
    margin: 0.95rem 0 0 0.3rem;
    width: 0.36rem;
    height: 0.36rem;
    transform: rotate(135deg);
    border-bottom: 1px solid #3179FF;
    border-right: 1px solid #3179FF;
}

.score_nav .score_slide_next s {
    display: inline-block;
    margin: 0.95rem 0 0 0.2rem;
    width: 0.36rem;
    height: 0.36rem;
    transform: rotate(-45deg);
    border-bottom: 1px solid #3179FF;
    border-right: 1px solid #3179FF;
}

/*submit/nav*/

.index_nav_back {
    background: #fff;
    padding-top: 0.75rem;
}

.index_nav_box {
    width: 13.9rem;
    height: 1.5rem;
    margin: 0 auto;
    border: 1px solid #3179FF;
    border-radius: 0.2rem;
    box-sizing: border-box;
}

.index_nav_box-width {
    width: 16.9rem;
}

.index_nav_box time {
    float: left;
    font-size: 0.7rem;
    color: #0E5BEA;
    margin: 0.22rem 0 0 1.3rem;
}

.index_jian_one {
    margin-left: -39%;
}

.index_nav_box a {
    float: left;
    font-size: 0.7rem;
    color: #0E5BEA;
    margin: 0.22rem 0 0 6.5rem;
}

.index_nav_box s {
    float: left;
    margin: 0.4rem 0 0 0.5rem;
    font-size: 0;
    line-height: 0;
    border-width: 0.3rem;
    border-color: #3179FF;
    border-right-width: 0;
    border-style: dashed;
    border-left-style: solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
}


/*比赛*/

.index_matches_box {
    height: 4.3rem;
    margin-top: 0.75rem;
    overflow: hidden;
}

.index_matches_box .matches_block {
    width: 7.85rem;
    height: 4.3rem;
    float: left;
    background: #F5F5F5;
    margin-left: 0.5rem;
}

.matches_block .time_video time {
    font-size: 0.55rem;
    color: #999;
    float: left;
    margin: 0.25rem 0 0 0.35rem;
}

.matches_block .time_video span {
    font-size: 11px;
    color: #333;
    float: right;
    margin: 0.25rem 0.3rem 0 0rem;
}

.matches_block .name_score {
    height: 1.25rem;
    margin-top: 0.25rem;
}

.matches_block .name_score img {
    float: left;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.45rem;
}

.matches_block .name_score span {
    float: left;
    width: 3.75rem;
    font-size: 0.6rem;
    color: #000;
    margin: 0.25rem 0 0 0.3rem;
}

.matches_block .name_score strong {
    float: left;
    width: 1.5rem;
    font-size: 0.8rem;
    color: #000;
    text-align: center;
    margin: 0.25rem 0 0 0.3rem;
}

.matches_block .name_score .colothin {
    color: #999;
}


/*热门要闻*/

.index_hot_news {
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
}

.index_hot_news .hotnews_title {
    height: 1.25rem;
}

.index_hot_news .hotnews_title h1 {
    font-size: 0.9rem;
    color: #000;
    font-weight: bold;
    float: left;
    margin-left: 0.75rem;
}

.index_hot_news .hot_news_nav {
    float: right;
    margin-right: 0.8rem;
}

.index_hot_news .hot_news_nav li {
    float: left;
    margin: 0.25rem 0 0 0.25rem;
    font-family: PingFangSC-Regular;
    font-size: 0.6rem;
}

.index_hot_news .hot_news_nav li a {
    color: #666;
}

.index_hot_news .hot_news_nav li a.active {
    color: #3179FF;
}

.index_hot_news .hot_news_nav i {
    float: left;
    width: 0.1rem;
    height: 0.5rem;
    background: #CCC;
    margin: 0.42rem 0 0 0.25rem;
}


/*block_max文章*/

.block_max {
    width: 17.25rem;
    height: 8.9rem;
    margin: 0.8rem auto 0;
    position: relative;
}

.block_max>a>img {
    width: 100%;
    height: 100%;
}

.block_max>a>span {
    display: block;
    height: 1.8rem;
    width: 97.3%;
    background: rgba(0, 0, 0, 0.5);
    font-size: 0.7rem;
    color: #FFF;
    /*line-height: 1.7rem;*/
    padding-left: 2.7%;
    position: absolute;
    overflow: hidden;
    left: 0;
    bottom: 0;
    word-break: break-all;
}

.block_max .video_ico {
    width: 2rem;
    height: 2rem;
    background: url(../images/video_play.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 7.65rem;
    top: 3.45rem;
}

.block_max:first-child {
    margin-top: 0.5rem;
}

/*=======频道页=======*/
.channel_box {
    width: 100%;
    height: auto;
}

.channel_box a {
    float: left;
    width: 7.875rem;
    height: 1.9rem;
    background: #fff;
    margin: 0.5rem 0 0 1rem;
}

.channel_box a img {
    width: 0.9rem;
    height: 0.9rem;
    float: left;
    margin: 0.5rem 0 0 1.875rem;
}

.channel_box a span {
    font-size: 0.75rem;
    line-height: 1.9rem;
    color: #333;
    float: left;
    margin-left: 0.5rem;
}

/*===========赛前==========*/

.fixed_score_box {
    /* height: 7.5rem; */
    background: url(../images/banner_back.png) no-repeat;
    background-size: 100% 100%;
}

.fixed_score_box>a {
    display: inline-block;
    margin: 0.5rem 0 0 0.75rem;
}

.fixed_score_box>a>i {
    display: inline-block;
    width: 0.45rem;
    height: 0.45rem;
    transform: rotate(-45deg);
    border: 1px solid #FFFFFF;
    border-bottom: none;
    border-right: none;
}

.fixed_score_box>a>span {
    font-size: 0.7rem;
    color: #FFFFFF;
}

.fixed_score .score_name_left {
    width: 5.85rem;
    float: left;
    text-align: center;
}

.fixed_score .score_name_left img {
    width: 2.5rem;
    height: 2.5rem;
    display: block;
    margin: 0 auto;
    margin-top: 1rem;
}

.fixed_score .score_name_left span {
    display: block;
    font-size: 0.7rem;
    line-height: 1rem;
    margin-top: 0.5rem;
    color: #fff;
}

.fixed_score .score_center {
    width: 7rem;
    float: left;
    text-align: center;
}

.fixed_score .score_center time {
    display: block;
    font-size: 0.6rem;
    line-height: 1rem;
    color: #fff;
    margin-top: 0;
}

.fixed_score .score_center .score {
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.3rem;
    margin-top: 0.75rem;
}

.fixed_score .score_center p {
    margin-top: 1rem;
    font-size: 0.6rem;
    line-height: 0.85rem;
    color: #FFFFFF;
}

.fixed_score .score_center a {
    display: inline-block;
    width: 3.3rem;
    height: 1.3rem;
    border: 1px solid #fff;
    text-align: center;
    font-size: 0.6rem;
    line-height: 1.4rem;
    border-radius: 0.25rem;
    color: #FFFFFF;
    margin-top: 0.7rem;
}


/*曚层*/

.layer_live_box {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
}

.layer_live {
    width: 100%;
    height: auto;
    background: #fff;
    overflow: hidden;
    position: fixed;
    left: 0;
    bottom: 0;
}

.layer_live_nav {
    height: 1.8rem;
    border-bottom: 1px solid #DDD;
}

.layer_live_nav span {
    font-size: 0.6rem;
    color: #999;
    float: left;
    margin: 0.5rem 0 0 0.75rem;
}

.layer_live a {
    display: block;
    height: 2.6rem;
    font-size: 0.8rem;
    color: #000;
    text-align: center;
    line-height: 2.6rem;
}

.layer_live .js {
    line-height: normal;
    height: 3.75rem;
}

.layer_live .js span {
    display: inline-block;
    margin-top: 0.75rem;
}

.layer_live .js strong {
    display: block;
    font-size: 0.6rem;
    color: #333;
    margin-top: 0.25rem;
}

.layer_live a i {
    display: inline-block;
    width: 1.5rem;
    height: 0.7rem;
    border: 1px solid #238CEB;
    line-height: 0.7rem;
    border-radius: 0.2rem;
    font-size: 0.5rem;
    text-align: center;
    color: #238CEB;
    margin-left: 0.2rem;
}

.layer_live a:active {
    background: #F5F5F5;
}

.layer_live_hide {
    height: 2.6rem;
    font-size: 16px;
    color: #000;
    text-align: center;
    line-height: 2.6rem;
    border-top: 1px solid #DDDDDD;
}

.layer_live_hide:active {
    background: #F5F5F5;
}

/*全部信号源*/
.layer_qb a {
    float: left;
    width: 50%;
}

.layer_live_nav strong {
    font-size: 0.65rem;
    color: #333;
    float: right;
    font-weight: normal;
    margin: 0.5rem 1rem 0 0;
}


/*nav*/
.match_nav {
    width: 100%;
    height: 1.75rem;
    background: #fff;
    overflow: hidden;
    border-bottom: 1px solid #F1F1F1;
}

.match_nav li {
    width: auto;
    height: auto;
    float: left;
    margin-left: 1rem;
    border-bottom: 0.075rem solid #FFF;
}

.match_nav li a {
    font-size: 0.75rem;
    line-height: 1.675rem;
    padding: 0 0.2rem;
    color: #666;
}

.match_nav li.active {
    border-bottom: 0.075rem solid #3179FF;
}

.match_nav li.active a {
    color: #3179FF;
}

/*content*/

.match_brief {
    background: #fff;
    padding-bottom: 1rem;
}

.match_brief_nav {
    height: 1.75rem;
}

.match_brief_nav li {
    float: left;
    width: 50%;
    height: 1.75rem;
    background: #f2f2f2;
}

.match_brief_nav li img {
    float: left;
    width: 1.25rem;
    height: 1.25rem;
    margin: 0.3rem 0 0 2.25rem;
}

.match_brief_nav li span {
    float: left;
    font-size: 0.7rem;
    line-height: 1.75rem;
    margin-left: 0.5rem;
}

.match_brief_nav li.active {
    background: #fff;
}

.match_brief_nav li.active span {
    color: #3179FF;
}

.match_brief_list {
    padding: 0 0.5rem 1.35rem;
}

.match_brief_li h1 {
    font-size: 0.75rem;
    font-weight: bold;
    color: #333;
    padding-left: 0.4rem;
    border-left: 0.175rem solid #3179FF;
    margin-top: 0.7rem;
    line-height: 0.875rem;
}

.match_brief_li p {
    font-size: 0.7rem;
    line-height: 1.4rem;
    text-indent: 2em;
    color: #333;
    margin-top: 0.25rem;
}

.match_betab_nav {
    height: 2.2rem;
    background: #f2f2f2;
}

.match_betab_nav h1 {
    font-size: 0.75rem;
    line-height: 0.9rem;
    padding-left: 0.4rem;
    border-left: 0.175rem solid #3179FF;
    float: left;
    margin: 0.7rem 0 0 0.5rem;
    font-weight: bold;
}

.match_brief_table table {
    display: block;
}

.match_brief_table table tbody tr {
    border-top: 1px dashed #e5e5e5;
}

.match_brief_table table tbody tr:first-child {
    border-top: none;
}

.match_brief_table table tbody tr th {
    font-size: 0.7rem;
    line-height: 2rem;
    color: #666;
    background: #F9F9F9;
    text-align: center;
}

.match_brief_table table tbody tr td {
    font-size: 0.7rem;
    line-height: 2rem;
    color: #333;
    text-align: center;
}

.match_betab_name {
    height: 2rem;
}

.match_betab_name h1 {
    font-size: 0.7rem;
    line-height: 2rem;
    float: left;
    margin-left: 0.5rem;
    color: #333;
}

/*球员统计*/
::-webkit-scrollbar {
    display: none
}

.match_member_list {
    margin-top: 0.5rem;
    background: #fff;
}

.match_member_list .list_name {
    float: left;
    width: 4.875rem;
    border-right: 1px solid #eee;
}

.list_name li {
    height: 1.71rem;
    border-top: 1px solid #eee;
    font-size: 0.55rem;
    line-height: 1.71rem;
    color: #333;
    text-align: center;
}

.list_name li:first-child {
    background: #fdf5f3;
    font-weight: bold;
    height: 1.35rem;
    border-top: none;
    line-height: 1.35rem;
}

.match_member_list .list_table {
    float: left;
    width: 13.75rem;
    overflow-x: scroll;
    overflow-y: hidden;
}

.list_table table tbody tr th {
    font-size: 0.55rem;
    line-height: 1.36rem;
    background: #fdf5f3;
    color: #333;
    text-align: center;
}

.list_table table tbody tr td {
    font-size: 0.55rem;
    line-height: 1.725rem;
    color: #333;
    text-align: center;
    border-top: 1px solid #eee;
}

/*足球技术统计*/
.stati_toptitle {
    height: 1.7rem;
    background: #F1F1F1;
    line-height: 1.7rem;
}

.stati_toptitle h2 {
    font-size: 0.7rem;
    color: #000;
    margin-left: 0.75rem;
    font-weight: bold;
    float: left;
}

.stati_toptitle span {
    float: left;
    font-size: 0.6rem;
    color: #666;
    margin-left: 0.5rem;
}

.table_bar_box {
    padding-bottom: 0.75rem;
    background: #fff;
}

.table_bar_box .table_bar_title div {
    display: inline-block;
    font-size: 0.7rem;
    color: #000000;
    text-align: center;
    margin-top: 0.75rem;
}

.table_bar_box .table_bar_title div em {
    color: #666;
}

.table_bar_box .table_bar .bar {
    width: 100%;
    height: 0.2rem;
    background: #DDDDDD;
    border-radius: 2px;
}

.table_bar_box .table_bar>div {
    display: inline-block;
}

.table_bar_box .table_bar .bar i {
    display: block;
    height: 0.2rem;
    border-radius: 2px;
}

.table_bar_box .table_bar .bar i.lose {
    background: #999;
}

.table_bar_box .table_bar .bar i.win {
    background: #238CEB;
}

/*球队统计（实时数据）*/
.lq_real_time {
    padding: 0 0.25rem;
}

.lq_real_time table tbody tr th {
    font-size: 0.55rem;
    line-height: 1.375rem;
    color: #666;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.lq_real_time table tbody tr td {
    font-size: 0.55rem;
    line-height: 1.375rem;
    color: #333;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}

/*阵容*/
.lineup_list {
    background: #fff;
    padding: 0 0.75rem;
}

.lineup_table_zx {
    font-size: 0.6rem;
    color: #000;
    padding: 0.75rem 0 0.25rem 0;
}

.lineup_list_table table {
    border-top: 1px solid #e5e5e5;
    width: 100%;
}

.lineup_list_table table tbody tr td {
    font-size: 0.6rem;
    line-height: 1.75rem;
    color: #000;
    vertical-align: middle;
    width: 48%;
    padding-right: 2%;
    border: 0;
    text-align: right;
}

.lineup_list_table table tbody tr td i {
    display: inline-block;
    border: 1px solid #666;
    width: 2rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    border-radius: 1rem;
}

.lineup_list_table table tbody tr td span {
    display: inline-block;
    font-size: 0.7rem;
    width: 1rem;
    text-align: center;
    padding: 0 0.35rem;
}

.lineup_list_table table tbody tr td:nth-child(2) {
    padding-right: 0;
    padding-left: 2%;
    text-align: left;
}

.lineup_table_title {
    border-top: 1px solid #e5e5e5;
    text-align: center;
    font-size: 0.7rem;
    color: #000000;
    padding: 0.75rem 0;
}

/*锦集回放、事件*/
.match_video {
    padding-bottom: 1rem;
}

.match_video .match_video_back li {
    width: 17.25rem;
    height: 2.1rem;
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
    margin: 0 auto;
    overflow: hidden;
}

.match_video_back {
    background: #fff;
    border-top: 1px solid #fff;
    height: 15.9rem;
    overflow: hidden;
}

.match_video .match_video_back li a {
    font-size: 0.8rem;
    line-height: 2.1rem;
    color: #333;
    width: 16rem;
    float: left;
}

.match_video .match_video_back li i {
    float: left;
    width: 0.4rem;
    height: 0.4rem;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    transform: rotate(-45deg);
    margin: .8rem 0 0 0.4rem;
}

.uptable_show_button {
    background: #fff;
    height: 2.2rem;
    font-size: 0.7rem;
    text-align: center;
    line-height: 2.2rem;
    color: #999;
}

.uptable_show_button span {
    float: left;
    margin-left: 7rem;
    color: #999;
}

.uptable_show_button s {
    float: left;
    margin: 0.85rem 0 0 0.5rem;
    width: 0.36rem;
    height: 0.36rem;
    transform: rotate(45deg);
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
}

/*事件*/
.event_box .content .dot_s {
    display: block;
    width: 25px;
    height: 25px;
    margin: auto;
    background: #fff;
    border-radius: 50%;
    color: #000;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.20);
}

.event_box span.text_lim {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    line-break: strict;
    vertical-align: middle;
    text-overflow: ellipsis;
    color: #000;
    font-size: 14px;
}

ol#timeline {
    width: 100%;
    padding-bottom: 20px;
    background: url(../images/bg_line.png) center center repeat-y;
}

ol#timeline li {
    position: relative;
    color: #555;
    margin: 10px 0;
}

ol#timeline li div {
    width: 40%;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.20);
    border-radius: 4px;
    padding: 5px 0;
    background: #fff;
    position: relative;
}

ol#timeline p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    text-indent: 0;
}

ol#timeline p img {
    width: 22px;
    vertical-align: middle;
}

.event_box .content_p {
    padding-bottom: 41px;
    /* height: 699px; */
    /* overflow: auto; */
    margin-right: 1px;
    padding: 10px 15px;
}

.event_box .cf:before,
.event_box .cf:after {
    content: "";
    display: table
}

.event_box .cf:after {
    clear: both
}

.event_box .cf {
    zoom: 1;
    clear: both;
    padding: 0;
}

ol#timeline .home {
    float: left;
    text-align: right;
    padding-right: 10px;
}

ol#timeline .home p {
    text-align: right;
    font-size: 12px;
}

ol#timeline .home span.arrow {
    display: block;
    width: 8px;
    height: 10px;
    position: absolute;
    background: url(../images/tri_l.png) 0 0 no-repeat;
    position: absolute;
    right: -8px;
    top: 6px;
    background-size: cover
}

ol#timeline .away {
    float: right;
    text-align: left;
    padding-left: 10px;
    line-height: 15px;
}

ol#timeline .away span.arrow {
    display: block;
    width: 8px;
    height: 10px;
    position: absolute;
    background: url(../images/tri_r.png) 0 0 no-repeat;
    position: absolute;
    left: -8px;
    top: 6px;
    background-size: cover
}

ol#timeline .away p {
    text-align: left;
}

ol#timeline .num {
    display: block;
    width: 25px;
    height: 25px;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
    background: #fff;
    border-radius: 50%;
    color: #000;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.20);
}

/*视频页（带过滤条件）*/
.filter_video {
    height: 1.75rem;
}

.filter_video_list {
    width: 15.25rem;
    height: 1.75rem;
    float: left;
    overflow: hidden;
}

.filter_video a {
    height: 1.25rem;
    width: auto;
    display: inline-block;
    font-size: 0.7rem;
    line-height: 1.25rem;
    color: #333;
    background: #fff;
    border-radius: 1.25rem;
    padding: 0 0.5rem;
    margin: 0.375rem 0 0 1rem;
}

.filter_video a:first-child {
    margin-left: 0.75rem;
}

.filter_video .filter_link {
    float: left;
    font-size: 0.7rem;
    line-height: 2rem;
    margin-left: 0.5rem;
    padding-left: 0.85rem;
    background: url(../images/filter_back.png) no-repeat;
    background-size: 0.75rem;
    background-position-y: 0.625rem;
}

/*筛选曚层*/
.filter_video_layer {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
}

.layer_filter {
    WIDTH: 16.75rem;
    background: #fff;
    border-radius: 0.5rem;
    margin: 6.5rem auto 0;
    overflow: hidden;
}

.layerfilt_left {
    float: left;
    width: 9.25rem;
    background: #f5f5f5;
}

.layerfilt_left li {
    height: 2rem;
}

.layerfilt_left li img {
    width: 1rem;
    height: 1rem;
    float: left;
    margin: 0.5rem 0 0 1rem;
}

.layerfilt_left li span {
    float: left;
    font-size: 0.65rem;
    line-height: 2rem;
    color: #333;
    margin-left: 0.5rem;
}

.layerfilt_left li.active {
    background: #fff;
}

.layerfilt_right {
    width: 7.5rem;
    float: left;
}

.layerfilt_right a {
    display: block;
    height: 2rem;
    padding-left: 1rem;
    font-size: 0.65rem;
    line-height: 2rem;
    color: #333;
}

.layerfilt_right a:active {
    color: #DC2221;
}

/*=============播放页==============*/
.play_video_box {
    height: auto;
    background: #fff;
}

.play_video_box .play_link {
    width: 100%;
    height: 10.55rem;
    background: #000;
    position: relative;
}

.play_video_box>span {
    display: block;
    font-size: 0.85rem;
    line-height: 1.2rem;
    color: #333;
    padding: 0.5rem 0.75rem 0;
}

.play_video_box>time {
    display: block;
    font-size: 0.6rem;
    line-height: 0.85rem;
    color: #666;
    padding: 0.5rem 0.75rem 0;
}

.cctv_link {
    padding-bottom: 0.25rem;
}

.play_link img {
    width: 100%;
    height: 100%;
}

.video_article_play_m {
    position: absolute;
    top: 30%;
    left: 40%;
    width: 3.5rem !important;
    height: 3.5rem !important;

}

.correlation_video {
    background: #fff;
    padding-top: 0.7rem;
}

.correlation_video h1 {
    font-size: 0.75rem;
    font-weight: bold;
    color: #333;
    padding-left: 0.4rem;
    border-left: 0.175rem solid #dc2221;
    line-height: 0.875rem;
    margin-left: 0.75rem;
}

/*video，article专辑和推荐*/
.scroll_video_taggle {
    width: 100%;
    background: #fff;
}

.scroll_video_taggle .videolist_title {
    width: 17.25rem;
    height: 1.45rem;
    background: #EEE;
    border-radius: 0.2rem;
    border: 1px solid #EEE;
    margin: 0 auto;
}

.videolist_title li {
    width: 33.33%;
    height: 1.45rem;
    font-size: 0.7rem;
    color: #999;
    line-height: 1.45rem;
    text-align: center;
    float: left;
}

.videolist_title li.active {
    background: #fff;
    color: #3179FF;
}


/*=========专题页==========*/
/*---index---*/
/*赛事*/
.topic_tag_title {
    height: 1.25rem;
    margin-top: 0.75rem;
}

.topic_tag_title h1 {
    float: left;
    font-size: 0.9rem;
    color: #000;
    line-height: 1.25rem;
    font-weight: bold;
    margin-left: 0.75rem;
}

.topic_tag_title a {
    float: right;
    font-size: 0.7rem;
    color: #3179FF;
    line-height: 1.25rem;
    margin-right: 0.75rem;
}

.topic_tag_title a i {
    font-size: 0.7rem;
    font-family: simsun;
    margin-left: 2px;
}

.topic_match_box .topic_match li {
    height: 2rem;
    border-bottom: 1px solid #F1F1F1;
}

.topic_match .time_title {
    height: 1.5rem !important;
    margin-top: 0.25rem;
}

.topic_match .time_title time {
    font-size: 0.7rem;
    color: #333;
    margin-left: 0.75rem;
    line-height: 1.5rem;
}

.topic_match li a {
    display: block;
    height: 2rem;
}

.topic_match li a:active {
    background: #F5F5F5;
}

.topic_match li a time {
    font-size: 0.7rem;
    line-height: 2rem;
    color: #333;
    margin-left: 0.5rem;
    float: left;
}

.topic_match li a .match_name {
    margin: 0.5rem 0 0 0.5rem;
    float: left;
    font-size: 0.7rem;
    line-height: 1rem;
    color: #000000;
}

.topic_match .state {
    width: 1.9rem;
    height: 1rem;
    float: left;
    margin: 0.5rem 0 0 0.5rem;
    font-size: 12px;
    color: #000;
    text-align: center;
    line-height: 1rem;
}

/*要闻*/
.topindex_tag_silid {
    overflow: hidden;
}

.topindex_tag_silid a,
.topindex_tag_silid li {
    font-size: 1.5rem;
    color: #000;
    width: auto;
    padding: 0.3rem 1rem;
    border: 1px solid #F8B62A;
    border-radius: 0.4rem;
    margin: 0.8rem 0.75rem;
    background: #fff;
}

.topindex_tag_silid a.active,
.topindex_tag_silid li.active {
    background: #F8B62A;
    font-weight: bold;
}

/* .topindex_tag_silid a,.topindex_tag_silid li {
    float: left;
    font-size: 0.65rem;
    color: #060606;
    width: auto;
    height: 1rem;
    line-height: 1.1rem;
    padding: 0 0.55rem;
    border: 1px solid transparent;
    border-radius: 0.2rem;
    margin-right: 0.5rem;
    background: #eee;
    cursor: pointer;
  } */
/*---直播页---*/
.topic_score_zb {
    padding: 0;
}

.topic_score_zb li {
    padding: 0 0.5rem;
}

/*---视频页---*/
.topic_video_tag {
    width: 100%;
    height: 1.1rem;
    padding-top: 0.75rem;
    overflow: hidden;
    background: #fff;
}

.topic_video_tag a {
    float: left;
    font-size: 0.65rem;
    color: #3179FF;
    width: auto;
    height: 1rem;
    line-height: 1.1rem;
    padding: 0 0.55rem;
    border: 1px solid #3179FF;
    border-radius: 1rem;
    margin-left: 0.75rem;
}

.topic_video_tag a:active {
    background: #3179FF;
    color: #fff;
}

/*==========文章页=========*/
/*面包屑*/
/* 问答、新闻 */
.img_header,
.img_list,
.ftooer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    padding: 1.2rem 1.2rem 2rem 1.2rem;
    background: #F2F3F5;
}

.img_header {
    justify-content: left;
}

.img_header li {
    margin-right: 0.3rem;
}

.img_header_li {
    border: 1px solid #CBCBCB;
    border-radius: 3px;
    font-weight: bold;
    font-size: 16px;
    display: block;
    height: 32px;
    width: 62px;
    line-height: 32px;
    text-align: center;
}

.li_active {
    background-color: #F5F5F5;
    ;
    /* color: #fff; */
}

.bread_crumb {
    font-size: 0.6rem;
    color: #AAA;
    line-height: 0.9rem;
    padding-left: 0.75rem;
    padding-top: 0.5rem;
    background: #fff;
}

.bread_crumb a {
    font-size: 0.6rem;
    color: #AAA;
}

.articles_text {
    margin-top: 6rem;
    background: #fff;
    padding: 1.2rem 1.2rem 1rem;
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
}

.articles_text h1 {
    font-size: 2rem;
    color: #262626;
    font-weight: bold;
    padding-top: 0;
    margin: 0;
    text-align: center;
}

.articles_text h1 span {
    color: #F8B62A;
}

.articles_text .time {
    display: block;
    font-size: 1.4rem;
    color: #666;
    margin-top: 0.5rem;
    overflow: hidden;
    text-align: center;
}

.articles_text p {
    font-size: 1.6rem;
    color: #333;
    ;
    text-align: left;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.articles_text p:last-child {
    margin-bottom: 0;
}

.articles_text a {
    color: #333;
}

.articles_text img {
    width: 100%;
    object-fit: cover;
}

.articles_text strong {
    font-weight: bold;
}

.correlation_list {
    background: #fff;
}

/*article/video/tag*/
.articles_tag_text {
    padding-top: 13px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0.5rem;
    background: #fff;
    padding-left: 1.2rem;
    /* margin-bottom: 12px; */
}

.articles_tag_text li {
    list-style: none;
}

.articles_tag_text a {
    float: left;
    background: #f5f5f5;
    border-radius: 0.55rem;
    font-size: 1.4rem;
    color: #888;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0 0.5rem 1rem;
}

.articles_tag_text a:first-child {
    margin-left: 0;
}

.reading_title {
    margin-bottom: 0;
    height: 40px;
    background: #F8B62A;
    display: flex;
}

/* 推荐 、头条 */
.scroll_video_taggle .videolist_title2 {
    width: 12rem;
    height: 1.65rem;
}

.videolist_title2 li {
    width: 50%;
    height: 1.65rem;
    font-size: 0.7rem;
    line-height: 1.65rem;
}


/*相关推荐公用块样式*/
.block_title {
    padding: 0.5rem 0;
    background: #fff;
}

.block_title h1 {
    margin-left: 0.75rem;
    font-size: 0.9rem;
    line-height: 0.9rem;
    color: #000;
}

/* .block_min{
    width:17.25rem;height: 3.75rem;padding: 0.75rem 0;border-bottom: 1px solid #f1f1f1;margin:0 auto;position: relative;
}
.block_min img{
    float:left;width: 5rem;height: 3.75rem;
}
.block_min p{
    float:left;width: 11.75rem;height: 2.2rem;margin-left: 0.5rem;font-size: 0.8rem;color: #000;line-height: 1.1rem;overflow: hidden;
}
.block_min time{
    font-size:0.6rem;color: #999;line-height:0.9rem;float:right;margin-top:0.7rem;
}
.block_min a:active p{
    color:#326CE5;
}
.block_min .video_ico {
    width: 1.5rem;height: 1.5rem;background: url(../images/video_play.png) no-repeat;background-size: 100%;position: absolute;left: 1.75rem;top: 1.9rem;
} */
.css1 {
    border-bottom: 2px solid #3179FF;
    color: #3179FF;
}

.css2 {
    border-bottom: 2px solid #ffffff;
    color: #000000;
}

.css4 {
    border-bottom: 2px solid #3179FF;
    color: #3179FF;
}

.schedule-match {
    font-size: 0.5rem;
    background: #fff;
    position: relative;
    overflow: hidden;
    display: block;
}

.schedule-match-wrapper .swiper-slide {
    width: 1.5rem;
    text-align: center;
    margin: 0.1rem;
}

.schedule-match-wrapper .today-p {
    line-height: 1.5rem;
}

.list-group .list-group-item1:not(:last-child) {
    border-bottom: 2px solid #F2F3F5;
}

.list-group-item1 {
    display: -webkit-box;
    display: flex;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    justify-content: left;
    align-items: center;
    height: 68px;
}

/* 比赛列表 */

.group-item1-ls {
    /* max-width:5rem; */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 16px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    line-height: 16px;
    color: #333333;
}

.group-item1-dw {
    width: 15rem;
    text-align: center;
    margin: 0 15px;
}

.group-item1-dw p:nth-child(2) {
    margin: 0;
}

.group-item1-zb {
    text-align: center;
}

.group-item1-zb a {
    display: block;
    width: 68px;
    height: 24px;
    background: #FFFFFF;
    border-radius: 2px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Microsoft YaHei;
    color: #F8B62A;
}

.group-item1-zb a:first-child {}

/* 导航栏 */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.navbar-bottom {
    height: 40px;
    background: #F8B62A;
    margin: 50px 0 0 0;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #262626;
    display: block;
    padding: 0 12px;
    line-height: 40px;
}

.navbar-bottom1 {
    margin-top: 40px;
}

.subtitle-header {
    height: 40px;
    background: #F8B62A;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 40px;
    color: #262626;
    padding: 0 12px;
}

.subtitle-header .main {
    color: #FF0000;
}

.player-subtitle {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 13px;
    text-align: center;
    line-height: 26px;
    background-color: #fff;
}

/* 视频资讯 */
.player-window {
    display: flex;
    height: 53.84vw;
    background: #000000;
}

.topic_name_video_box {
    margin-bottom: 15px;
}

.list-group-item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-video-list-item {
    padding-left: 12px;
    height: 50px;
    display: flex;
    align-items: center;
    border: none;
    margin-bottom: 1px;
}

.new-video-list-item img {
    margin-right: 8px;
}

.new-video-list-item a {
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 标题页  标签选中效果 */
.title_active {
    color: #262626 !important;
    background-color: #ffffff !important;
    font-weight: 400 !important;
}



/*=============单场比赛=============*/


/*fixed——score*/

.fixed_score_box {
    background: #FFF;
    font-size: 0.8125rem;
    text-align: center;
    overflow: hidden;
    height: auto;
    padding: 0;
}

.fixed_score_box .match_date {
    height: 40px;
    font-size: 20px;
    font-family: Microsoft YaHei;
}

.fixed_score_top {
    display: flex;
    justify-content: space-around;
    background: url(../images/m_match_bg.png);
    background-size: cover;
    height: 62.05vw;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
}

.fixed_score_top .match_end {
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.fixed_score_top .match_info_container {
    display: flex;
    z-index: 1;
    width: 100%;
}

.fixed_score_top .team_name {
    height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 19px;
    color: #262626;
}

.score_name_left {
    text-align: center;
    flex: 1
}

.score_name_left>img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.score_name_left>h1 {
    color: #000;
    margin-top: 2px;
}

.score_name {
    display: inline-block;
    margin: 0 auto;
    line-height: 20px;
    flex: 1;
}

.score_name.center p {
    height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #262626;
    margin-top: 10px;
}

.score_name time {
    display: inline-block;
    color: #000;
    text-align: center;
}

.score_name span {
    display: inline-block;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-top: 5px;
}

.score_name p {
    display: inline-block;
    color: #000;
    margin-top: 5px;
    text-align: center;
}

.score_name_right {}

.score_container {
    height: 29px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 29px;
    color: #000000;
}

.empty_container {
    height: 50px;
    background: #FFFFFF;
    font-size: 16px;
    font-family: Microsoft YaHei;
    line-height: 50px;
    color: #333333;
    text-align: center;
}

.live-match .subtitle-header {
    margin-top: 15px;
}

.live-match .list-group {
    margin-top: 0;
}

.fixed_score_link {
    overflow: hidden;
    padding: 0 12px;
}

.fixed_score_link p {
    /* line-height: 30px; */
}

.fixed_score_taggle {
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 40px;
}

.fixed_score_taggle .live_title {
    display: flex;
    height: 16px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    color: #989898;
}

.fixed_score_taggle .live_title img {
    margin-right: 5px;
}

.fixed_score_taggle>p {
    color: #000;
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
}

.fixed_score_taggle>span {
    display: block;
    color: #000;
}

.ld-button {
    color: #009900;
    border: solid 1px;
    font-weight: bold;
    border-radius: 4px;
    width: 70.02px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin: 5px;
}

.time_show_data_none {
    position: relative;
}

.topic_name_video_box .label {
    display: inline-block;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.list-group {
    margin-bottom: 0;
    margin-top: 12px;
}

.ouzhoubei {
    margin-top: 12px;
}

.ouzhoubei .list-group {
    margin-bottom: 15px;
    margin-top: 0;
}

.list-group>div {
    /* background-color: #F2F3F5; */
}

.list-group .label {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    height: 20px;
    border-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.label-primary {
    background-color: #006FFF;
}

.group-flex-right {
    /* width: 6rem; */
}

.group-flex-center {
    width: auto;
    flex: 1;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.group-flex-center>p {
    margin-bottom: 5px;
}


/* 直播源列表 */
.signalCon {
    flex: 1;
    margin-left: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #333;
    text-decoration: none;
}

.signalCon a {
    display: inline-block;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* .signalCon a:nth-child(odd){
    float: left;
}
.signalCon a:nth-child(even){
    float: right;
}
.signalCon a:nth-child(even) .signalCon_list {
    float: right;
    overflow: hidden;
} */
.signalCon_list {
    border-radius: 2px;
    overflow: hidden;
    background: #0080FF;
}

.signalCon_list>h5 {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    padding: 0 10px;
    color: #fff;
    line-height: 20px;
    margin: 0;
}

.signalCon_list>p {
    height: 18px;
    font-size: 12px;
    font-weight: 300;
    color: #999999;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
}

.signalCon_listD {
    width: 110px;
    display: flex;
    margin-top: -7px;
}

.signalCon_listD>h5 {
    height: 24px;
    background: #EFEFEF;
    border-radius: 2px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    color: #888888;
    padding: 0 8px;
    margin: 0;
}

.footer-nav-item {
    min-width: 50px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #09388C;
    border-radius: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #262626;
    margin: 5px;
    padding: 0 5px;
}

.panel {
    margin-top: 16px;
    margin-bottom: 0;
}

.panel-footer {
    margin-top: 15px;
    height: 80px;
    background: #CBCBCB;
    font-size: 12px;
    font-family: Microsoft YaHei;
    line-height: 16px;
    color: #888888;
}

.panel-footer a {
    color: #888888;
}

.glyphicon-circle-arrow-up::before {
    content: none;
}

.articles_text .time span~img {
    margin-top: 2rem;
}

/*Video/Articles page*/
.link_video {
    display: flex;
    justify-content: center;
    align-items: center;
}

.link_video>img.video_play_btn {
    position: absolute;
    width: auto;
}

/**/
.incoming {
    border: 1px solid #F8B62A;
    display: block;
    width: 74px;
    text-align: center;
    color: #F8B62A;
    border-color: #F8B62A;
}

.live {
    border: 1px solid #F8B62A;
    display: block;
    width: 74px;
    text-align: center;
    color: #FF0101;
    border-color: #FF0101;
}

.end {
    border: 1px solid #09388C;
    display: block;
    width: 74px;
    text-align: center;
    color: #09388C;
    border-color: #09388C;
}

.ftooer .active a {
    color: red;
}

.ftooer li {}