.panel-hd {
    display: flex;
    padding-bottom: 0.5rem;
    border-bottom: solid 1px rgb(211, 211, 211);
    height: 30px;
    background-color: #ffffff;
}

.breadcrumb > li {
    float: left;
    position: relative;
}
.breadcrumb > li > a, .breadcrumb > li.active{
    font-size: 14px;
    line-height: 39px;
    color: #000000 !important;
    font-weight: bold;
    padding-right: 15px;
}

.tabs-container {
    width: 100%;
    overflow: hidden; /* 隐藏滚动条 */
    white-space: nowrap; /* 不换行 */
    overflow-x: auto; /* 开启横向滚动 */
    user-select: none; /* 禁止选中文本 */
    cursor: grab; /* 初始为抓取光标 */
}
.tabs-container::-webkit-scrollbar {
    display: none; /* 隐藏基于 WebKit 浏览器的滚动条 */
}

.tabs-container {
    -ms-overflow-style: none;  /* IE 10+ 和 Edge */
    scrollbar-width: none; /* Firefox */
}

.tabs-wrapper {
    display: flex;
    margin: 0;
    padding: 0;
}

.tabs-wrapper li {
    display: inline-block;
    padding: 10px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 14px;
}


.match_tj {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    border: 0px solid #a0a0a0;


}

.match_tj ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    overflow-x: auto; /* 自动显示滚动条 */
    white-space: nowrap;
}
.match_tj ul::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}




.match_tj ul li {
    list-style: none;
    float: left;
    margin-left: 0.2rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    color: white;
    padding: 0 10px;
}

.match_tj ul li a {
    color: #a0a0a0;
    font-size: 14px;
}

.match_tj ul li a .first_a {
    font-size: 18px;
    color: #FFF;
}


@media (max-width: 600px) {
    .bg-lanqiu{
        height: 230px;
    }
    .match_tj {
        width: 100%;
        height: 50px;
        line-height: 50px;
        margin: 0 auto;
        border: 0px solid #a0a0a0;
        overflow: hidden;
    }

    .match_tj ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0;
        overflow: auto;
    }


    .match_tj ul li {
        list-style: none;
        float: left;
        margin-left: 0.5rem;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        color: white;
        padding: 0 10px;
        height: 50px;
        line-height: 50px;
    }
    .match_tj ul li .first_a {
        display: inline-block;
        padding: 14px 20px;
        white-space: nowrap;
    }

    .match_tj ul li a {
        color: #a0a0a0;

    }

    .match_play_container .match_details{
        background-size: cover;
        height: 200px;
        display: grid;
        grid-template-columns: 40% 20% 40%;
        justify-items: center;
        align-items: center;
    }
    .breadcrumb {
        font-size: 10px;
        white-space: nowrap;      /* Prevent the text from wrapping */
        overflow: hidden;         /* Hide the overflowed text */
        text-overflow: ellipsis;

    }

    .breadcrumb a {
        padding-right: 6px !important;
    }

    .word-mid{
        font-size: 12px !important;
        line-height: 12px !important;
    }

    .word-mid p{
        font-size: 10px !important;
        margin-top: 2px;
        margin-bottom: 3px;
    }

    .bis_skin_checked{
        font-weight: 700;
        font-size: 12px;
        line-height: 21px;
    }

    .match_vs_img{
        width: 40px;
        height: 40px;
    }

    .word-mid {
        width: 140px;
    }

    .text-ignore{
        font-size: 10px !important;
        width: 150px;
        white-space: nowrap;      /* Prevent the text from wrapping */
        overflow: hidden;         /* Hide the overflowed text */
        text-overflow: ellipsis;
    }



}
