﻿@media screen and (max-width:768px) {


    .header-top,
    .header-bottom,
    .header-bottom-second,
    .content-container {
        width: 100%;
    }

    .content-bottom {
        display: block;
    }

    .content-bottom-left {
        width: 100%;
        display: block;
    }

    .content-bottom-right {
        width: 100%;
        display: block;
    }

    footer>hr {
        width: 99%;
    }

    .interLink_con {
        width: 100%;
    }

    .footer_za {
        width: 100%;
    }

    .content-zbList .zbList-info .zbList-info-evy {
        display: block;
    }

    .content-bottom-left-zb-flList {
        display: none;
    }

    .content-zbList .qiu-pic {
        vertical-align: middle;
    }

    .content-zbList .zhibo-time {
        margin-right: 20px;
    }

    .content-zbList .zhibo-team {
        padding: 0 10px;
    }

    .header-top>.header-nav {
        display: none;
    }

    .ztqh {
        position: relative;
    }

    .ztqh span.before {
        display: block;
        width: 22px;
        height: 18px;
        background: url(../image/more.png) no-repeat center;
        background-size: contain;
        position: absolute;
        left: -30px;
        top: 4px;
    }

    .header-top {
        z-index: 888888888888;
    }

    .header-top>.header-nav {
        position: fixed;
        left: 0;
        top: 0;
        background: RED !important;
        width: 100%;
        height: 100%;
        z-index: 100000001;
    }

    .header-nav .header-nav-item {
        display: inline-block;
        width: 32%;
        margin-bottom: 20px;
        text-align: center;
    }

    .header-nav span.before {
        display: block;
        width: 33px;
        height: 33px;
        background: url(../image/close.png) no-repeat center;
        background-size: contain;
        position: absolute;
        left: calc(50% - 22px);
        top: 150px;
    }

    .content-zbList .zhibo-btn {
        margin-left: 0;
    }

    .zq-zhibo-content {
        display: block;
    }

    .zq-zhibo-content .zq-zhibo {
        width: 100%;
    }

    .content-container .zq-lx-and-team {
        width: 100%;
        margin-top: 20px;
    }

    .article-content {
        display: block;
    }

    .content-zbList .zhibo-team .zhibo-btn {
        text-align: center;
    }

    .content-zbList .zhibo-team .zhibo-btn img {
        display: none;
    }

    .article-content .article-list {
        width: 100%;
    }

    .article-news-list .news-info li a img {
        width: 120px;
        height: 100px;
    }

    .common-tab li {
        font-size: 14px;
    }

    .article-news-list .news-info li {
        padding: 10px 10px;
    }

    .article-content .article-video {
        width: 100%;
        margin-top: 20px;
    }

    .gy_position_tit {
        width: 100%;
    }

    .zhibo-detail-content {
        display: block;
    }

    .zhibo-detail-content .zhibo-detail-info {
        width: 100%;
    }

    .zhibo-detail-content .zhibo-detail-info .zb-dl-team .zb-dl-match-link {
        width: 100%;
    }

    .zhibo-detail-content .zhibo-detail-latest {
        width: 100%;
        margin-top: 20px;
    }

    .article-content .article-detail {
        width: 100%;
    }

    .article-content .article-detail-news {
        width: 100%;
        margin-top: 20px;
    }

    footer {
        height: auto;
    }

    .content-container {
        padding-bottom: 320px;
    }

    .team-content {
        display: block;
    }

    .team-content .team-about {
        width: 100%;
    }

    .team-about .team-screen {
        display: block;
    }

    .team-content .team-hot {
        width: 100%;
        margin-top: 20px;
    }

    .team-about .team-screen div {
        margin-right: 0;
    }

    .team-about .team-screen div img {
        margin: 0 auto;
        display: block;
    }

    .zbList-info .zhibo-btn {
        width: 100px;
        height: 22px;
    }

    .zhibo-detail-content .zhibo-detail-info .zb-dl-team .zb-dl-match-info ul {
        min-height: 20vh !important;
    }

    .content-zbList .zhibo-team {
        justify-content: center;
    }


    .content-top {
        display: none;
    }

    .swiper {
        display: none;
    }

    .header-bottom-container {
        display: none;
    }

    .luxiang-content .luxiang-list {
        width: 100%;
    }

    .luxiang-content .luxiang-zixun {
        margin-top: 20px;
        width: 100%;
    }

    .luxiang-content {
        flex-wrap: wrap;
    }

    .luxiang_list_fl li {
        line-height: 25px;
    }

    .luxiang_list_fl .lxlb_bt {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        float: left;
        color: #666;
    }

    .ztz_fllieb li {
        width: 23%;
    }

    .common-tab-item:nth-child(2) .zbList-infoo .zhibo-btn {
        display: none;
    }

    .interLink {
        bottom: 295px;
    }
    .zhibo-live{
        text-align: center;
    }
    .zhibo-live br {
        display: none;
    }
}


@media screen and (max-width:480px) {
.content-zbList .zbList-info a{
    padding:0 1px;
    line-height: 21px;
}
.content-zbList .zhibo-btn img{
    width:13px!important;
    height: 13px!important;

}
.content-zbList .zhibo-btn span{
    font-size: 12px;
    line-height: 18px;
}
/* 球队容器 */
.zhibo-team {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 8px 5px;
    box-sizing: border-box;
}

/* 主队图片 */
.zhibo-team > img:first-child {
    order: 1;
    width: 15px;
    height: 15px;
    /*object-fit: contain;*/
    margin: 0;
}

/* 主队名称 */
.zhibo-team .zhudui {
    order: 2;
    margin: 0;
    padding: 0;
    text-align: center;
}

.zhibo-team .zhudui a {
    color: #333333;
    text-decoration: none;
    font-size: 11px;
    line-height: 1.3;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* VS 分隔符 */
.zhibo-team .pic-or-text {
    width: 30px !important;
    order: 3;
    /*flex-basis: 10%;*/
    text-align: center;
}

.zhibo-team .pic-or-text .lq-score {
    font-size: 12px;
    font-weight: bold;
    color: #f60;
}
.zhibo-team img {
    width: 15px !important;
    height: 15px !important;
    margin: 0px!important;
}

/* 客队图片 */
.zhibo-team > img.layout-mw10 {
    order: 4;
    width: 15px;
    height: 15px;
    /*object-fit: contain;*/
    margin: 0 3px;
    /*flex-basis: 30%;*/
}

/* 客队名称 */
.zhibo-team .kedui {
    order: 5;
    margin: 0;
    padding: 0;
    text-align: center;
}

.zhibo-team .kedui a {
    color: #333333;
    text-decoration: none;
    font-size: 11px;
    line-height: 1.3;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
}