﻿/* CSS Document */

body {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-family: "Microsoft Yahei";
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #333;
}

p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

html,
body {
    overflow-x: hidden;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

body {
    background: url("../image/bg.jpg") top center no-repeat #F4F4F4 !important;
    background-size: 100% auto;
}

.nav {
    background: #6e7df1;
}

.nav-box {
    font-size: 18px;
}

.nav-box a {
    color: #FFF;
    padding: 25px 30px;
    display: block;
}

.nav-box a:hover {
    background: #25624b;
}

.nav .on a {
    background: #25624b !important;
}

.mb15 {
    margin-bottom: 15px;
}

.border-r-n {
    border-right: none !important;
}

.nav-item .active {
    background: #F2F2F2 !important;
    color: #6e7df1 !important;
}

.ss-top {
    background: #333;
    color: #FFF;
    padding: 5px 0;
    font-size: 14px;
}

#navBox {
    background: #FFF;
    border-top: 1px solid #EEE;
}

.fixed {
    background: #fff;
    box-shadow: 0 8px 25px 0 rgb(0 0 0 / 4%);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    -moz-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 8px 25px 0 rgb(0 0 0 / 4%);
    -o-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    animation: fadeInDown .5s;
    padding: 0 !important;
}

.saishi {
    margin-top: 10px;
}

.saishi .ss-l {
    width: calc(70% - 10px);
    border-radius: 5px;
    margin-bottom: 20px;
}

.saishi .ss-r {
    width: 30%;
    border-radius: 5px;
    margin-bottom: 20px;
}



.saishi .ss-top {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: 2px #c1e9e0 solid;
}

.saishi .ss-top .list-item {
    margin-right: 4px;
}

.saishi .ss-top .list-item a {
    padding: 10px 20px;
    color: #333;
}

.saishi .ss-top .list-tit {
    margin-right: 10px;
    color: #333;
}

.saishi .ss-top .list-item a:hover {
    background: #6e7df1;
    color: #FFF;
    border-radius: 5px;
}

.saishi .ss-top .on a {
    background: #6e7df1;
    color: #FFF;
    border-radius: 5px;
}

.saishi .ss-box {
    padding: 0 0 20px;
    background-color: rgba(255, 255, 255, 0.95);
}

.saishi .ss-box .ss-item {
    padding: 10px 20px;
    color: #999;
    margin-top: 20px;
}

.saishi .ss-box .ss-item a {
    color: #999;
}

.saishi .ss-box .ss-item a:hover {
    color: #6e7df1;
}

.saishi .ss-box .ss-item:hover {
    background: #f0f5f4;
}

.saishi .ss-box .ss-time {
    background: #EEE;
    color: #333;
    font-size: 16px;
    padding: 10px 20px;
}

.saishi .ss-box .ss-item .ico {
    font-size: 14px;
}

.saishi .ss-box .ss-item .ico img {
    margin-right: 10px;
    width: 20px;
}

.saishi .ss-box .ss-item .name {
    padding: 0 10px;
    width: 100px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.saishi .ss-box .ss-item .liansai {
    font-size: 16px;
    color: #333;
    padding: 0 20px;
}

.saishi .ss-box .ss-item .liansai img {
    width: 32px;
    margin: 0 15px;
}

.saishi .ss-box .ss-item .bili-begin {
    color: #FF0004;
    font-weight: bold;
}

.saishi .ss-box .ss-item .look a {
    background: #aaa;
    color: #FFF;
    padding: 5px 15px;
    border-radius: 30px;
}

.saishi .ss-box .ss-item .look a:hover {
    background: #959595;
}

.saishi .ss-box .ss-item .look-begin a {
    background: #6e7df1;
    color: #FFF;
    padding: 5px 15px;
    border-radius: 30px;
}

.saishi .ss-box .ss-item .look-begin a:hover {
    background: #6e7df1;
}

.saishi .ss-r .lstd {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 5px;
}

.saishi .ss-r .fd {
    position: sticky;
    top: 0px;
}

.saishi .ss-r .lstd .td-lm {
    background: #6e7df1;
    padding: 15px 20px;
    border-radius: 5px 5px 0 0;
}

.saishi .ss-r .lstd .td-tit {
    font-size: 18px;
    color: #FFF;
}

.saishi .ss-r .lstd .td-more {
    font-size: 14px;
    color: #FFF;
}

.saishi .ss-r .lstd .td-more a {
    color: #FFF;
    text-decoration: none;
}

.saishi .ss-r .lstd .td-list {
    padding: 20px 30px;
}

.saishi .ss-r .lstd .td-list .td-item {
    width: 50%;
    padding: 10px 0;
}

.saishi .ss-r .lstd .td-list .td-item img {
    margin-right: 10px;
    width: 32px;
    height: 32px;
}

.saishi .ss-r .lstd .td-list .td-item a {
    font-size: 16px;
    color: #333;
}

.saishi .ss-r .lstd .td-list .td-item a:hover {
    color: #6e7df1;
}

.saishi .ss-r .lstd .lx-list {
    padding: 10px;
}

.saishi .ss-r .lstd .lx-item {
    padding: 5px 0;
}

.saishi .ss-r .lstd .lx-item .lx-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 30px;
    height: 30px;
}

.saishi .ss-r .lstd .lx-item .lx-title a {
    font-size: 13px;
    color: #333;
}

.saishi .ss-r .lstd .lx-item .lx-title a:hover {
    color: #6e7df1;
}

@media only screen and (max-width: 767px) {
    .hot-saishi {
        display: none;
    }
}

.hot-saishi {
    background: #F6F6F6;
    padding: 12px 0;
    font-size: 14px;
}

.hot-saishi .hot-tit {
    width: 60px;
    font-weight: bold;
}

.hot-saishi .hot-list {
    width: calc(100% - 60px)
}

.hot-saishi .hot-list .hot-line {
    padding: 0 10px;
}

.hot-saishi .hot-list .hot-line a {
    color: #666;
}

.hot-saishi .hot-list .hot-line a:hover {
    color: #6e7df1;
}

/*snav*/
.snav {
    background: #FFF;
    border-bottom: 2px #c1e9e0 solid;
    font-size: 14px;
    color: #666;
    padding: 20px;
}

.snav a {
    color: #333;
}

.snav a:hover {
    color: #6e7df1;
}

/*top news*/
.top-news {
    margin-top: 10px;
}

.top-news .n-l {
    width: calc(70% - 10px);
    background: #FFF;
    padding: 10px;
}

.n-tit {
    padding: 5px 15px 15px 5px;
    font-size: 18px;
    color: #333;
}

.top-news .n-l .l-pic {
    width: calc(60% - 10px);
    position: relative;
    overflow: hidden;
}

.top-news .n-l .l-pic img {
    width: 100%;
    height: 100%;
    transition: 0.5s ease all;
}

.top-news .n-l .l-pic img:hover {
    transform: scale(1.1);
}

.top-news .n-l .l-pic .pic-tit {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 15px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.6);
}

.top-news .n-l .l-pic-list {
    width: 40%;
}

.top-news .n-l .l-pic-list .list-item {
    width: 100%;
    background: #F6F6F6
}

.top-news .n-l .l-pic-list .list-item .item-pic {
    width: 35%;
    height: auto;
}

.top-news .n-l .l-pic-list .list-item .item-pic img {
    width: 90%;
}

.top-news .n-l .l-pic-list .list-item .item-txt {
    width: 65%;
    line-height: 1.8;
    font-size: 14px;
    padding: 10px 0;
}

.top-news .n-l .l-pic-list .list-item .item-txt a {
    color: #333;
}

.top-news .n-l .l-pic-list .list-item .item-txt a:hover {
    color: #6e7df1;
}

.top-news .n-r {
    width: 30%;
    background: #FFF;
    padding: 10PX;
}

.top-news .n-r .n-r-box {
    padding: 10px;
}

.top-news .n-r .n-r-box .top-box {
    border-bottom: 1px solid #EEE;
    margin-bottom: 10px;
}

.top-news .n-r .n-r-box .top-box .top-tit {
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top-news .n-r .n-r-box .top-box .top-tit a {
    color: #333;
}

.top-news .n-r .n-r-box .top-box .top-tit a:hover {
    color: #6e7df1;
}

.top-news .n-r .n-r-box .top-box .top-txt {
    font-size: 12px;
    line-height: 1.6;
    color: #666;
    padding: 10px 0 10px;
}

.top-news .n-r .n-r-box .top-item {
    font-size: 13px;
    padding: 5px 0;
}

.top-news .n-r .n-r-box .top-item a {
    color: #444;
}

.top-news .n-r .n-r-box .top-item a:hover {
    color: #6e7df1;
}

@media screen and (max-width: 767px) {
    .top-video {
        display: none;
    }
}

.top-video {
    background: #FFF;
    padding: 10px;
    margin: 10px 0;
}

.top-video .video-list .video-item {
    background: #F6F6F6;
    width: 16%;
}

.top-video .video-list .video-item .item-pic {
    overflow: hidden;
}

.top-video .video-list .video-item .item-pic img {
    width: 100%;
    transition: 0.5s ease all;
    height: 120px;
}

.top-video .video-list .video-item .item-pic img:hover {
    transform: scale(1.1)
}

.top-video .video-list .video-item .item-txt {
    font-size: 13px;
    padding: 10px;
    overflow: hidden;
    color: #333;
}

.top-video .video-list .video-item:hover .item-txt {
    color: #6e7df1;
}


/*inner video*/
.in-video {}

.in-video .video-item {
    background: #F6F6F6;
    width: calc(25% - 20px);
    margin: 10px;
}

.in-video .video-item:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
}

.in-video .video-item .item-pic {
    overflow: hidden;
}

.in-video .video-item .item-pic img {
    width: 100%;
    transition: 0.5s ease all;
    height: 120px;
}

.in-video .video-item .item-pic img:hover {
    transform: scale(1.1)
}

.in-video .video-item .item-txt {
    font-size: 13px;
    padding: 10px;
    overflow: hidden;
    color: #333;
}

.in-video .video-item:hover .item-txt {
    color: #6e7df1;
}

/*qiudui*/
.in-qiudui {
    padding: 10px 0;
}

.in-qiudui .td-list {}

.in-qiudui .td-list .td-item {
    width: calc(25% - 20px);
    margin: 10px;
    border: 1PX solid #eee;
    transition: 0.5s ease all;
    padding-top: 20px;
}

.in-qiudui .td-list .td-item:hover {
    transform: translate3d(0, -2px, 0);
    border: 1px solid #6e7df1;
}

.in-qiudui .td-list .td-item .list-pic {
    width: 100%;
    text-align: center;
}

.in-qiudui .td-list .td-item .list-pic img {
    width: 50%;
    margin-bottom: 20px;
}

.in-qiudui .td-list .td-item .yx img {
    border-radius: 50px !important;
}

.in-qiudui .td-list .td-item .list-txt {
    font-size: 18px;
    width: 100%;
    color: #333;
    text-align: center;
    padding-bottom: 20px;
}

.in-qiudui .td-list .td-item .list-txt a {
    color: #333;
}

.in-qiudui .td-list .td-item .list-txt a:hover {
    color: #6e7df1;
}

.footer {
    background: #333;
    color: #777;
    padding: 20px 0;
}


/*导航end*/
.owl-dots {
    text-align: center;

}

.owl-dots .owl-dot span {
    width: 10px;
    height: 7px;
    border-radius: 50px;
    background: #FFF;
    display: inline-block;
    opacity: .5;
    margin: 0 4px;
    transition: 0.5s ease all;
}

.owl-dots .owl-dot.active span {
    opacity: 1;
    width: 20px;

}

#owl0 .owl-dots {
    display: inline-block;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: none;
}

#owl0.owl-carousel .owl-nav .owl-next,
#owl0.owl-carousel .owl-nav .owl-prev {
    opacity: 0;
}

#owl0.owl-carousel .owl-nav i {
    font-size: 40px;
    color: #fff;
    opacity: 0.5;
}

#owl0.owl-carousel .owl-nav .owl-next {
    right: 80px;
}

#owl0.owl-carousel .owl-nav .owl-prev {
    left: 80px;
}

#owl0.owl-carousel:hover .owl-nav .owl-next {
    right: 20px;
}

#owl0.owl-carousel:hover .owl-nav .owl-prev {
    left: 20px;
}

#owl0.owl-carousel .owl-nav .owl-next:hover i,
#owl0.owl-carousel .owl-nav .owl-prev:hover i {
    opacity: 1
}

#owl0.owl-carousel:hover .owl-nav button {
    opacity: 1
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    display: block;
    position: absolute;
    outline: 0;
    top: 40%;
    transform: translateY(-50%);
    z-index: 6;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

/*OWL1*/

#owl1.owl-carousel .owl-nav i {
    font-size: 60px;
    color: #1c1563;
    opacity: 0.8;
}

#owl1.owl-carousel .owl-nav .owl-next {
    right: -20px;
    top: 45%;
}

#owl1.owl-carousel .owl-nav .owl-prev {
    left: -20px;
    top: 45%;
}

#owl1.owl-carousel .owl-nav .owl-next:hover i,
#owl1.owl-carousel .owl-nav .owl-prev:hover i {
    opacity: 1
}

#owl1.owl-carousel:hover .owl-nav button {
    opacity: 1
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.offcanvas.show:not(.hiding),
.offcanvas.showing {
    transform: none;
}

.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
    visibility: visible;
}


.in-lx-list {
    background: #FFF;
    padding: 20px;
}

.in-lx-item .lx-title {
    padding: 10px 0;
    border-bottom: 1px solid #F4F4F4;
}

.in-lx-item .lx-title a {
    color: #333;
}

.in-lx-item .lx-title a:hover {
    color: #6e7df1;
}

.in-news-list {
    padding: 20px;
}

.in-news-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F2F2F2;
}

.in-news-pic {
    width: 30%;
    overflow: hidden;
}

.in-news-pic img {
    width: 100%;
    transition: 0.5s ease all;
}

.in-news-pic img:hover {
    transform: scale(1.1)
}

.in-news-smtext {
    width: 90%;
}

.in-news-smtext .in-news-tit {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.in-news-smtext .in-news-tit a {
    color: #000;
}

.in-news-smtext .in-news-tit a:hover {
    color: #6e7df1;
}

.in-news-smtext .in-news-time {
    fot-size: 14px;
    color: #999;
    margin-bottom: 10px;
}

.in-news-smtext .in-news-txt {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

.in-news-smtext .in-news-txt a {
    color: #6e7df1;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

.in-news-text {
    padding: 50px 20px 20px;
}

.in-news-text .in-news-title {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.in-news-text .in-news-ftitle {
    text-align: center;
    font-size: 13px;
    color: #999;
    margin-bottom: 30px;
}

.in-news-text .in-news-ftitle span {
    padding: 0 5px;
}

.in-news-text .in-news-detail {
    line-height: 1.8;
    font-size: 16px;
    color: #666;
}

.fenye {
    margin-top: 30px;
    color: #333;
}

.fenye a {
    color: #666;
}

.fenye a:hover {
    color: #6e7df1;
}

.xg-news {
    margin-top: 30px;
}

.xg-news .xg-title {
    background: #EEE;
    padding: 10px 15px;
    font-size: 18px;
}

.xg-news .xg-list {
    padding: 20px;
}

.xg-news .list-item {
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.xg-news .xg-list .item-title a {
    font-size: 15px;
    color: #333;
}

.xg-news .xg-list .item-time {
    font-size: 14px;
    color: #999;
}


.nav-link {
    padding: 8px 25px;
    font-size: 18px;
    border-radius: 20px;
    margin-right: 2px;
}

@media (max-width:1440px) {
    .nav-link {
        padding: 8px 25px;
        font-size: 15px;
    }
}

@media (max-width:1040px) {
    .nav-link {
        padding: 8px 10px;
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .container {
        width: 100%;
    }

    .nav-box {
        font-size: 15px;
    }

    .nav-box a {
        padding: 10px 9px;
    }

    .saishi .ss-l {
        width: 100%;
    }

    .saishi .ss-l .tuijian .tab-content .top-hot .hot-pic {
        width: 100%;
        margin-bottom: 10px;
    }

    .saishi .ss-l .tuijian .tab-content .top-hot .hot-txt {
        width: 100%;
    }

    .saishi .ss-l .tuijian .tabs .tab-button {
        padding: 8px 0;
    }

    .saishi .ss-top .list-item {
        margin-bottom: 15px;
    }

    .saishi .ss-box .ss-item .ico {
        width: 50%;
        margin-bottom: 15px;
        text-align: right;
    }

    .saishi .ss-box .ss-item .name {
        width: 50%;
        margin-bottom: 15px;
    }

    .saishi .ss-box .ss-item .look-begin {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }

    .saishi .ss-box .ss-item .look-begin a {
        padding: 10px 20px;
    }

    .saishi .ss-box .ss-item .look {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }

    .saishi .ss-box .ss-item .look a {
        padding: 10px 20px;
    }

    .saishi .ss-box .ss-item {
        border-bottom: 1px solid #EEE;
    }

    .saishi .ss-r {
        width: 100%;
    }

    .saishi .ss-r .lstd .td-list {
        padding: 20px;
    }

    .saishi .ss-r .lstd .td-list .td-item {
        width: 33.333%;
    }

    .in-news-pic {
        width: 100%;
    }

    .in-news-smtext {
        width: 100%;
    }

    .hot-saishi .hot-tit {
        width: 100%;
        margin-bottom: 5px;
        text-align: center;
        font-size: 18px;
        border-bottom: 1px solid #EEE;
        padding-bottom: 10px;
    }

    .hot-saishi .hot-list {
        width: 100%;
    }

    .hot-saishi .hot-list .hot-line {
        width: 33.333%;
        text-align: center;
        padding: 10px;
    }

    .top-news .n-l {
        width: 100%;
        margin-bottom: 10px;
    }

    .top-news .n-l .l-pic {
        width: 100%;
        margin-bottom: 10px;
    }

    .top-news .n-l .l-pic-list {
        width: 100%;
    }

    .top-news .n-l .l-pic-list .list-item {
        margin-bottom: 10px;
    }

    .top-news .n-r {
        width: 100%;
        display: none;
    }

    .top-video .video-list .video-item {
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }

    .saishi .ss-top .list-tit {
        width: 100%;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .in-qiudui .td-list .td-item {
        width: calc(33.333% - 10px);
        margin: 5px;
    }

    .in-video .video-item {
        width: calc(50% - 10px);
        margin: 5px;
    }

    .in-lx-list {
        padding: 10px;
    }

    .in-news-text .in-news-detail img {
        width: 300px;
    }


}

@media (max-width: 600px) {
    .fl {
        float: none;
        width: 100%;
    }

    .fixed_score_box {
        padding: 15px;
    }

    .bisai_desc_box {
        padding: 15px;
        margin-top: 10px
    }

    .luxiang_list {
        padding: 15px
    }

    .luxiang_list li {
        font-size: 14px;
        padding-bottom: 15px
    }

    .luxiang_list li a {
        display: block;
        height: 20px !important;
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden
    }

    .signal_list {
        padding: 15px;
        margin-top: 0
    }

    .signal_list li a {
        width: 29%
    }

    .fixed_score_box {
        zoom: 0.82;
    }

    .score_name_left h1 {
        text-align: center;
    }

    .score_name_left {
        display: block;
    }

    .league_name {
        line-height: 1.5;
        padding: 5px 10px;
        height: unset
    }

    .league_name span {
        display: block
    }

    .score_name_right .image_container,
    .score_name_left .image_container {
        margin-bottom: 15px;
    }

    .score_name_left .image_container {
        margin-left: 20px;
    }

    .info_center .score {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        width: 80px
    }
}

.page {
    clear: both;
    padding: 20px 0 20px 0;
    text-align: center;
}

.page .active_page {
    background-color: #51C332;
    color: #fff;
}

.page a {
    display: inline-block;
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #dfdfdf;
    margin: 5px;
    font-size: 14px;
    background-color: #fff;
    color: #333;
}

.page b,
.page a:hover {
    display: inline-block;
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #fff;
    margin: 5px;
    font-size: 14px;
    background-color: #198754;
    color: #fff;
}

.page a b {
    background-color: #fff;
    padding: 0;
    color: #999999;
    display: inline;
}

.panel {
    background: #FFFFFF;
    border: solid 1px #dedede
}

.panel_hd {
    zoom: 1;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 15px 15px;
    background: #6e7df1;
    border-radius: 5px 5px 0 0;
}

.panel_hd::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.panel_hd__title {
    display: flex;
    align-items: center;
    float: left
}

.panel_hd__title>img {
    width: 24px;
    height: 24px;
}

.panel_hd__title>h2 {
    font-family: Microsoft YaHei;
    padding-left: 3px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}

.panel_hd>a {
    float: right
}

.panel_bd {
    border-top: solid 1px #dedede;
    box-sizing: border-box
}

.fixed_score_box {
    width: 100%;
    display: block;
    background: linear-gradient(90deg, #6e7df1 0%, #0f1852 50%, #6e7df1 100%);
    padding: 30px;
    box-sizing: border-box
}

.fixed_score_box .fixed_score_top {
    display: flex;
    justify-content: space-between;
    flex: 1;
    color: white;
}

.score_name {
    text-align: center
}

.score_name_left.score_name_right {
    flex-direction: row-reverse
}

.score_name_left {
    display: flex;
    align-items: center;
    flex: 1;
    flex-wrap: wrap;
    justify-content: center;
}

.score_name_right .image_container,
.score_name_left .image_container {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center
}

.score_name_left .image_container {
    margin-right: 20px
}

.score_name_left h1 {
    height: 26px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 26px;
    color: #FFFFFF
}

.score_name_right .image_container img,
.score_name_left .image_container img {
    width: 56px;
    height: 56px;
    border-radius: 50%
}

.score_name_left.score_name_right .image_container {
    margin-left: 20px
}

.league_name {
    /*height:28px;*/
    line-height: 18px;
    border: 1px solid #FFFFFF;
    border-radius: 18px;
    padding: 4px 27px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF
}

.match_score {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0;
    height: 39px;
    padding: 0 12px
}

.match_score>div {
    font-size: 32px;
    font-family: DIN;
    font-weight: bold;
    line-height: 39px;
    color: #FFFFFF
}

.match_status {
    height: 36px;
    background: #FFFFFF;
    border-radius: 18px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 36px;
    width: 140px;
    margin: auto;
    color: #F23632
}

.match_bg_container {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 0;
    left: 50%;
    transform: translate(-50%)
}

.signal_box {
    margin-top: 30px
}

.signal_box .tag-title img {
    vertical-align: middle
}

.signal_list {
    margin-top: 15px
}

.signal_list ul li a {
    float: left;
    padding: 5px;
    background: #d41d1b;
    color: #FFFFFF;
    box-sizing: border-box;
    margin-right: 15px;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    margin-bottom: 15px
}

.signal_list ul li a .desc {
    color: #dedede;
    font-size: 12px
}

.bisai_desc_box,
.luxiang_box {
    margin-top: 30px
}

.bisai_desc_info {
    padding: 15px
}

.bisai_desc_info p {
    font-size: 14px;
    padding-top: 15px
}

.luxiang_list {
    padding-top: 15px
}

.luxiang_list li {
    font-size: 14px;
    padding-bottom: 10px
}

.luxiang_list li i {
    float: left;
    width: 4px;
    height: 4px;
    margin: 7px 14px 0px 0px;
    background: #999
}

.mt30 {
    margin-top: 30px
}

.bisai_desc_box,
.luxiang_box {
    margin-top: 30px
}

.bisai_desc_info {
    padding: 15px;
}

.bisai_desc_info p {
    font-size: 14px;
    padding-top: 15px
}

.video_list {
    padding: 15px;
    box-sizing: border-box
}

.video_list li {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 12px;
}

.video_list li a {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.l_tag {
    position: relative;
    display: block;
    padding-left: 8px !important
}

.l_tag::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 5px;
    border-radius: 10px;
    height: 18px;
    background: red
}

.qd_jieshao {
    border-radius: 8px;
    background: #fff;
    padding-bottom: 10px
}

.qd_name {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding: 18px 0 20px 0;
    overflow: hidden
}

.qd_name img {
    width: 120px;
    height: 120px
}

.qd_name span {
    display: block;
    width: 60%;
    margin: 0 auto
}

.qd_xq h5 {
    font-size: 14px;
    font-weight: 700;
    color: #333
}

.qdjsbt {
    line-height: 30px;
    font-size: 18px;
    color: #333;
    font-weight: 500;
    border-bottom: 2px #6e7df1 solid;
    padding: 0;
    position: relative;
    overflow: hidden
}

.qdjsbt span {
    float: left;
    margin-left: 15px;
    font-size: 18px;
    color: #333;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 280px
}

.dwjiansao {
    padding: 10px 18px
}

.dwjiansao {
    line-height: 20px;
    color: #666;
    padding: 15px
}

.match_list {
    padding: 5px
}

.match_filter_roll {
    padding: 2px
}

.match_filter_item {
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.match_filter_item a {
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
    color: #6b6b6b;
    border-radius: 2px;
}

.match_filter_item.active a {
    border: solid 1px #dd4d30;
    color: #dd4d30
}

.match_filter_item::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    background: #d8d8d8;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.match_date {
    font-size: 16px;
    padding: 15px 0;
    margin-top: 15px;
    padding-left: 15px
}

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

.info_left .time {
    display: inline-block;
    width: 75px
}

.info_left .league {
    display: inline-block;
    width: 80px;
    padding-right: 20px;
    height: 20px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: left
}

.info_center {
    display: flex;
}

.info_center .home {
    display: flex;
    justify-content: center;
    align-items: center
}

.info_center .home .left {
    display: flex;
    align-items: center;
    width: 150px;
    text-align: right;
    justify-content: flex-start
}

.info_center .home .left>img {
    width: 30px;
    max-height: 30px;
    margin-right: 5px
}

.info_center .home .left .text {
    display: inline-block;
    height: 20px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-left: 10px;
    text-align: left
}

.info_center .score {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    width: 70px;
    color: #6e7df1;
}

.info_center .away {
    display: flex;
    justify-content: center;
    align-items: center
}

.info_center .away .right {
    display: flex;
    align-items: center;
    width: 150px;
    justify-content: flex-end
}

.info_center .away .right .text {
    display: inline-block;
    width: 120px;
    height: 20px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.info_center .away .right>img {
    width: 30px;
    max-height: 30px;
    margin-right: 10px
}

.info_right {
    box-sizing: border-box;
    margin-left: auto;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    border: solid 1px #999999;
    padding: 5px 10px;
    border-radius: 10px;
    margin-right: 10px;
    width: 95px;
    text-align: center
}

.info_right a {
    color: #999999
}

.info_right.start {
    border: solid 1px #d41d1b;
}

.info_right.start a {
    color: #d41d1b;
}

.info_right.end {
    border: solid 1px #333333;
    background: linear-gradient(90deg, #292E2E 0%, #0f1852 50%, #292E2E 100%);
}

.info_right.end a {
    color: #FFFFFF;
}

.match_filter_roll {
    margin-top: 10px
}

@media only screen and (max-width: 600px) {
    .match_filter_roll {
        overflow-x: hidden
    }

    .match {
        margin-top: 0
    }

    .match_date {
        padding: 2px !important;
        font-size: 14px !important;
        padding-left: 10px !important;
        background: #f5e3e3
    }

    .info_left {
        display: block !important;
        width: 75px !important;
        font-size: 14px
    }

    .info_left span {
        display: block !important
    }

    .info_left .time,
    .info_left .league {
        width: 70px !important;
        padding: 0
    }

    .info_center .home .left {
        width: 110px !important
    }

    /*.info_center img{display:none}*/
    .info_center {
        /*display:block !important;*/
        font-size: 14px
    }

    .info_center .home {
        padding-bottom: 5px
    }

    .info_center .home,
    .info_center .away {
        display: block !important
    }

    .info_center .home .left .text {
        padding-left: 0 !important
    }

    /* .info_center .away .right{display:block !important}
     .info_center .score{display:block !important;position:absolute;right:5%;top:50%;transform:translate(-5%,-50%);font-size:14px !important}*/
    .info_center .score span {
        display: block
    }

    .info_center .score .fenge {
        display: none
    }

    .info_right {
        position: absolute;
        top: 50%;
        right: 3%;
        transform: translate(-3%, -50%);
        border-radius: 0 !important;
        background: #dedede;
        border: 0 !important
    }

    .info_right.more {
        position: relative;
        padding: 2px 5px;
        margin-top: 15px
    }

    .info_right a {
        color: #FFFFFF !important;
        font-size: 14px !important
    }

    .info_right.start {
        background: #d41d1b
    }

    .info_right.end {
        background: #999999
    }

    .info_right.end {
        border: solid 1px #333333;
        background: linear-gradient(90deg, #292E2E 0%, #0f1852 50%, #292E2E 100%);
    }

    .info_right.end a {
        color: #FFFFFF;
    }

    .info_center .away .right>img {
        width: 30px;
        max-height: 30px;
        margin-right: 60px
    }

    .info_center .score {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        width: 130px
    }
}

.section-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    line-height: 1;
    border-bottom: 2px solid #EBEBEB;
    padding-bottom: 10px;
    background: #6e7df1;
    border-radius: 5px 5px 0 0;
}

.section-tit .name {
    font-weight: 600;
    color: #000000;
    font-size: 18px;
    position: relative;
    line-height: 24px;
    display: flex;
    color: #fff;
    padding: 10px 10px;
}

.section-tit .name:before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 24px;
    background: #FF5509;
    margin-right: 10px;
}

.section-tit .more a {
    font-weight: 400;
    color: #FF5509;
    font-size: 12px;
}

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

.nodate {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 60px 0;
    width: 100%;
    border-radius: 10px
}

.nodate p {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    color: #bbb
}

.w100 {
    width: 100%;
}

.mt20 {
    margin-top: 20px;
    padding: 10px 10px;
}

.qdqyinfo .qdqy_logo {
    background: #000;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    width: 220px;
    height: 220px;
}

.qdqyinfo .qdqy_logo img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 10px;
    background: #fff;
}

.qdqyinfo .qdqy_logo h1 {
    font-size: 16px;
    line-height: 2
}

.qdqyinfo .qy_logo {
    background: #74a38d;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    width: 220px;
    height: 220px;
}

.qdqyinfo .qy_logo img {
    width: 220px;
    /*height:100px;border-radius: 50%;padding:10px;background:#fff;*/
}

.qdqyinfo .qy_logo h1 {
    font-size: 16px;
    line-height: 2
}

.qdqyinfo .qy_qyxx {
    width: calc(100% - 240px);
    background: #F5F7F9;
}

.qdqyinfo .qy_qyxx ul {
    display: flex;
    flex-wrap: wrap;
}

.qdqyinfo .qy_qyxx ul li {
    display: flex;
    width: 33.333%;
    border: 1px solid #fff;
    box-sizing: border-box;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #ADADAD;
    font-size: 12px;
    height: 110px
}

.qdqyinfo .qy_qyxx ul li span {
    font-size: 16px;
    font-weight: 400;
    color: #000
}

.qdqy_lmtit {
    font-size: 16px;
    font-weight: 600;
    padding: 20px 0;
}

.pdtb20 {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 10px;
    padding: 20px;
}

.bgwhite {
    background-color: #fff
}

/** 球队球员 **/
.qiuyuanlist {}


.qiuyuanlist {
    width: 100%;
}

.qiuyuanlist .hot_qiuyuan_main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.qiuyuanlist .hot_qiuyuan_main .hot_member_item {
    width: 23%;
    margin: 1%
}

.qiuyuanlist .hot_qiuyuan_main .hot_member_item a {
    display: flex;
    width: 100%;
    height: 100%;
}

.qiuyuanlist .hot_qiuyuan_main .hot_member_item .pic {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    background: #F5F7F9;
    border-radius: 3px;
    align-items: center;
}

.qiuyuanlist .hot_qiuyuan_main .hot_member_item .pic img {
    padding: 8px;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.qiuyuanlist .hot_qiuyuan_main .hot_member_item .info {
    width: calc(100% - 68px);
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 5px 0px 5px 10px;
}

.qiuyuanlist .hot_qiuyuan_main .hot_member_item .info em {
    font-size: 12px;
    font-weight: 400;
    color: #666;
}

.match .match_time {
    display: flex;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

.match .match_time img {
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.match .info_zt1 a {
    width: 68px;
    line-height: 28px;
    background: #F0F0F0;
    border-radius: 3px;
    text-align: center;
    display: block;
}

.match .match_filter_roll .more_btn.down {}

.match_date {
    font-size: 16px;
    padding: 15px 0;
    margin-top: 15px
}

.match-item {
    display: flex;
    align-items: center;
    font-size: 15px;
    padding: 5px 0px;
    border-bottom: solid 1px #F2F2F2 !important;
    justify-content: space-between;
}

.match-item .info_left {
    display: flex;
    align-items: center
}

.match-item .info_left .sjls {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.match-item .info_left .time {
    display: block;
    width: 105px;
    color: #9A9A9A;
    font-size: 12px;
}

.match-item .info_left .time em {
    color: #9A9A9A;
    margin-left: 10px;
    font-weight: 400;
    font-size: 12px;
}

.match-item .info_left .league {
    display: inline-block;
    width: 100px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: left
}

.match-item .info_left .league a {
    color: #9A9A9A;
    font-size: 12px;
}

.match-item .info_center {
    display: flex;
    padding: 10px 0
}

.match-item .info_center .home {
    display: flex;
    justify-content: center;
    align-items: center
}

.match-item .info_center .home .left {
    display: flex;
    align-items: center;
    width: 150px;
    text-align: right;
    justify-content: flex-start;
    flex-direction: row-reverse;
}

.match-item .info_center .home .left>img {
    width: 30px;
    max-height: 30px;
    margin-left: 5px
}

.match-item .info_center .home .left .text {
    display: inline-block;
    height: 20px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-left: 10px;
    text-align: left
}

.match-item .info_center .score {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    width: 120px
}

.match-item .info_center .score .fenge {
    padding: 0 20px;
}

.match-item .info_center .away {
    display: flex;
    justify-content: center;
    align-items: center
}

.match-item .info_center .away .right {
    display: flex;
    align-items: center;
    width: 150px;
    justify-content: flex-end
}

.match-item .info_center .away .right .text {
    display: inline-block;
    width: 120px;
    height: 20px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.match-item .info_center .away .right>img {
    width: 30px;
    max-height: 30px;
    margin-right: 10px
}

.match-item .info_right {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    width: 84px;
    border-radius: 14px;
    text-align: center;
    line-height: 28px
}

.match-item .info_right a {
    color: #999999;
    display: block;
    background-color: #E8EBF0;
    border-radius: 14px;
}

.match-item .info_right.begin {
    background: #EBF1EF;
    color: #000000
}

.match-item .info_right.start {
    background: #F37E00;
    color: #fff
}

.match-item .info_right.start a {
    color: #fff;
    background-color: #FF5509
}

.match-item .info_right.end {
    background: #28b28b;
}

.match-item .info_right.end a {
    color: #fff;
    background-color: #142B55
}

.match_list_more {
    width: 226px;
    height: 34px;
    color: #fff;
    background-color: #142B55;
    border-radius: 17px;
    display: block;
    margin: 20px auto 0 auto;
    line-height: 34px;
    text-align: center;
}

.match_list_more a {
    color: #fff;
}

@media only screen and (max-width: 600px) {
    .section-tit {
        padding: 5px 10px;
    }

    .match {
        padding: 0px 10px
    }

    .match .match-item .info_left .info_zt1 {
        display: none
    }

    .match-item .info_left .sjls {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        margin: 0
    }

    .match .match-item {
        display: flex;
        flex-wrap: wrap;
        padding: 0
    }

    .match .match-item:nth-child(2n) {
        background: #Fff;
    }

    .match .match-item .info_left {
        width: 100%;
        display: flex;
        justify-content: space-between
    }

    .match .match-item .info_left .league {
        padding: 0;
        width: auto;
    }

    .match .match-item .info_center {
        width: 100%;
    }

    .match .match-item .info_right {
        width: 30%;
        margin: 0 auto;
    }

    .match .match-item .info_center {
        padding: 10px 0 0px 0;
        display: flex;
        justify-content: space-between
    }

    .match .match_filter_item {
        font-size: 14px;
        line-height: 30px;
        width: 33%;
        margin-right: 0
    }

    .match .match-item {
        padding: 10px 0;
    }

    .match .match-item .info_center .home {
        display: flex;
        justify-content: space-between
    }

    .match .match-item .info_center .home .left {
        width: 100%;
        flex-direction: column;
        text-align: center;
        padding: 5px 0
    }

    .match .match-item .info_center .away .right {
        width: 100%;
        flex-direction: column;
        text-align: center;
        padding: 5px 0
    }

    .match-item .info_center .home .left .text {
        height: auto
    }

    .match-item .info_center .away .right .text {
        height: auto
    }


    .match-item .info_center .home .left>img {
        width: auto;
        height: 40px;
        margin: 5px 0;
    }

    .match-item .info_center .away .right>img {
        width: auto;
        height: 40px;
        margin: 5px 0;
    }

    .match-item .info_center .score {
        width: 80px;
    }

    .match-item .info_center .score .fenge {
        padding: 0 5px;
    }

    .match .match-item .info_center .home {
        width: 40%
    }

    .match .match-item .info_center .away {
        width: 40%
    }

    .section-tit {
        padding: 5px 10px
    }

    .section-tit .shaixuan {
        color: #FF5509
    }

    .section-tit .shaixuan img {
        height: 30px;
    }

    .w820 {
        width: 100%
    }

    .w340 {
        width: 100%
    }

    .toutiaonewsmain ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

    .toutiaonewsmain ul li:nth-child(9) {
        display: none
    }

    .toutiaonewsmain ul li .pic {
        height: 88px
    }

    .section-tit {
        padding: 5px 10px
    }

    .section-tit .shaixuan {
        color: #FF5509
    }

    .section-tit .shaixuan img {
        height: 30px;
    }

    .ny_toutiaonewsmain.toutiaonewsmain ul {
        padding: 10px
    }

    .tit-nav2 {
        margin: 10px;
        display: flex;
        flex-wrap: wrap;
        height: 34px;
    }

    .tit-nav2 a {
        min-width: auto;
        padding: 0 5px;
        flex: unset;
        line-height: 34px;
    }

    .index_video_list_qh {
        padding: 0px 10px;
    }

    .luxiangtuijian .index_video_list_qh ul {
        padding: 0
    }

    .luxiangtuijian .index_video_list_qh li {
        width: 100%
    }

    .match .match_time {
        font-size: 14px;
    }

    .match .match_top {
        height: 40px;
    }

    .match .match_top .lmsenav {
        display: flex
    }

    .match .match_top .lmsenav a {
        padding: 0;
        flex: 1;
        align-items: center;
        text-align: center;
        line-height: 38px;
    }

    .match .match_filter_item {
        width: auto;
    }

    .match .match_filter_roll ul {
        height: auto
    }

    .position-container {
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .match_analysis .senav {
        padding: 0px;
    }

    .match_analysis .senav span {
        padding: 10px 0
    }

    .match_zhibo_nav_m {
        display: block;
        background-color: #fff;
        padding: 0px 5px;
        color: #8A8A8A;
        width: 100%;
        display: flex;
        margin-bottom: 5px;
    }

    .match_zhibo_nav_m a {
        color: #8A8A8A;
        flex: 1;
        font-size: 14px;
        line-height: 34px;
        text-align: center;
        border-bottom: 2px solid #fff
    }

    .match_zhibo_nav_m a.on {
        color: #000;
        border-bottom: 2px solid #FFD300
    }

    .match_zhibo_nav_m img {
        width: 34px;
    }

    .match_zhibo_nav {
        display: none;
        background: #fff;
        z-index: 1;
        position: absolute;
        bottom: 0;
        z-index: 999
    }

    .match_zhibo_nav .all {
        border: 0;
        border-bottom: 2px solid #F2F2F2;
        position: relative;
        border-radius: 0
    }

    .match_zhibo_nav .icooff {
        display: block;
        position: absolute;
        right: 10px;
        top: 7px;
        width: 24px;
    }

    .match_zhibo_nav .icooff img {
        width: 100%;
    }


    .mobilenav_bg {
        display: none;
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1
    }

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


    .team_rank_main div.team_rank_score_name {
        background: none;
        color: #A4A4A4;
    }

    .team_rank.pd20 {
        padding: 0;
    }

    .team_rank_main .team_rank_score li {
        padding: 10px 5px;
        margin: 0;
    }



    .qiuyuanlist .hot_qiuyuan_main .hot_member_item {
        width: 48%;
    }


    .match_allinfo .top .zhudui {
        display: flex;
        flex-direction: column
    }

    .match_allinfo .top .kedui {
        display: flex;
        flex-direction: column-reverse
    }

    .match_allinfo .top .zhuangtai p span {
        display: block;
        font-size: 12px
    }

    .match_allinfo .top .zhuangtai p span:nth-child(2) {
        display: none;
    }

    .match_allinfo .top .zhuangtai p span:nth-child(3) {
        font-size: 12px;
        padding: 5px 0
    }

    .match_allinfo .zhibo_btn {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center
    }

    .match_allinfo .zhibo_btn a {
        width: auto;
        font-size: 14px;
        padding: 0 4px;
        margin: 0 2px;
        font-size: 14px
    }


    .match_analysis .itemtit {
        font-size: 14px;
    }

    .match_analysis .senav span {
        padding: 6px 0;
        font-size: 15px;
    }

    .match_analysis .match-item {
        flex-direction: column
    }

    .match_analysis .match-item .info_left {
        width: 100%;
        display: flex;
        justify-content: space-between
    }

    .match_analysis .match-item .info_center .home .left {
        flex-direction: column;
        max-width: 120px;
    }

    .match_analysis .match-item .info_center .score {
        font-size: 18px;
    }

    .match_analysis .match-item .info_left .league {
        text-align: right;
    }

    .match_analysis .match-item .info_center .away .right {
        display: flex;
        flex-direction: column;
        text-align: center;
        max-width: 120px;
    }

    .qdqyinfo .qdqy_logo {
        width: 100%
    }

    .qdqyinfo .qy_logo {
        width: 100%
    }

    .qdqyinfo .qy_qyxx {
        width: 100%
    }

    .qdqy_content {
        padding: 10px;
    }


    .image_box img {
        max-width: 100% !important;
        height: auto;
        padding: 0 10px;
    }
}

.zxnr-tag {
    margin-top: 10px;
    overflow: hidden;
}

.zxnr-tag span {
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    float: left
}

.zxnr-tag a {
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0px 5px;
    text-align: center;
    background-color: #ECF5FE;
    color: #3B81F5;
    border-radius: 2px;
    overflow: hidden;
    margin-left: 5px;
}


.citiao_list{
    padding: 10px;
   color:#6a6a6a;
 }
 
.citiao_list span a {
    font-size: 14px;
    line-height: 27px;
    
    border: none;
    padding: 0;
}
 


/* 直播按钮样式 */
.signalCon a {
    display: inline-block;
    padding: 6px 12px;
    margin-right: 10px;
    background-color: #6e7df1;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 13px;
    border: 1px solid #d9d9d9;
    transition: all 0.3s;
    position: relative;
    font-family: "Microsoft YaHei", Arial, sans-serif;
}

.signalCon a:hover {
    background-color: #1890ff;
    color: white;
    border-color: #1890ff;
}

/* 自动跳动动画 */
.signalCon a {
    animation: jump 0.8s ease infinite;
}

/* 跳动动画 */
@keyframes jump {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}


.signalCon{
    margin: 10px;
}


.fenye {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    font-size: 14px;
   }

   
   .fenye ul li {
    display: inline-block;
    font-size: 14px;
    margin: 0 2px;
    line-height: 1.5 !important;
    border-left: none;
    margin-left: 0 !important;
   }
   
   
   .fenye ul li a {
    font-size: 12px;
    color: #666;
    display: block;
    padding: 2px 6px;
    border: 1px solid #f54d40;
    border-radius: 3px;
   }
   
   .fenye ul li a:hover {
    background-color: #f54d40;
    color: #fff;
    border: 1px solid #fff;
   }
   
   .fenye ul li.active a {
    background-color: #f54d40;
    color: #fff;
    border: 1px solid #fff;
   }

   .image_box {
    text-align: center;
   }
   
   .image_box img {
    max-width: 500px !important;
   }
   .navbar-brand img{
    max-width: 200px;
   }