html,body,div,p,ul,li,dl,dt,dd,em,i,span,a,img,input,h1,h2,h3,h4,h5 {margin:0;padding:0;box-sizing:border-box;position: relative;}
a,img,input {border:none;}
body{font: 14px/1.75 -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;}
a {color: inherit; text-decoration: none;}
ul,li{list-style: none}

html {
    font-size: 100px;
}

div{
    box-sizing:border-box;
    position: relative;
}
body {
    overflow-x: hidden;
}
img{display: block; width: 100%;height: 100%;}

@font-face {
    font-family: 'fz';
    src: url('../font/fz.woff2');
}
.line1 {
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}



.custom-select {
    font-family: 'fz';
    position: relative;
    display: inline-block;
    width: 2.46rem;
}
.select {
    z-index: 2;
    background: url(//game.gtimg.cn/images/tlbb/cp/a20250709match/m/select-bg.png) no-repeat center / 100% 100%;
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    border: none;
    border-radius: 0.05rem;
    cursor: pointer;
    color: #ae4530;
    font-size: 0.24rem;
    padding-right: 0.5rem;
    font-family: "fz";
    font-weight: bold;
}

.select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    overflow: hidden;
    max-height: 0;
    width: calc(100% - 0.02rem);
    transition: max-height 0.3s ease-out;
    border-left: 1px solid #f4b78a;
    border-right: 1px solid #f4b78a;
    background: #fff2c2;
}
.select-items div {
    font-size: 0.18rem;
    color: #bd7d45;
    height: 0.44rem;
    line-height: 0.44rem;
    text-align: center;
    border-bottom: 1px solid #f8a05f;
    cursor: pointer;
}
.select-items div:hover, .same-as-selected {
    background-color: rgba(0,0,0,0.1);
}


.bg-select-list {
    width: 5.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0.26rem auto 0;
}
.bg5 .bg-select-list{
    justify-content: center;
    margin-top: .36rem;
}
.select{
    width: 2.46rem;
    height: 0.5rem;
    display: inline-block;
}
.select select {
    cursor: pointer;
    text-align: center;
    font-size: 0.24rem;
    color: #bd7d45;
    font-family: 'fz';
    width: 100%;
    height: 100%;
    padding-right: 0.2rem;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.select-arrow {
    background: red;
    width: 0.24rem;
    height: 0.24rem;
    background: url('//game.gtimg.cn/images/tlbb/cp/a20250709match/m/select-j.png') no-repeat center / cover;
    position: absolute;
    right: 0.15rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.videoPopup {
    z-index: 200;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*width: 1400px;*/
    /*height: 100%;*/
    padding: 0.2rem 0rem;
    background: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.videoPopupBg {
    z-index: 200;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(34 34 34 / 49%);
}
.container {
    margin: 0 auto;
}
.videoPopupClose {
    z-index: 300;
    position: absolute;
    left: 50%;
    bottom: -1rem;
    transform: translateX(-50%);
    width: 0.6rem;
    height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.42rem;
    color: #fff;
    border-radius: 50%;
    background: #000;
    border: 1px solid #fff;
}
.section{
    margin-top: -1px;
    overflow: hidden;
}

.head {
    display: block;
    width: 100%;
    height: 1.03rem;
    background: url('//game.gtimg.cn/images/tlbb/cp/a20250709match/m/head.png') no-repeat center / 100% 100%;
}

.bg1 {
    width: 100%;
    height: 5.85rem;
    background: url('//game.gtimg.cn/images/tlbb/cp/a20250709match/m/bg1.jpg') no-repeat center / 100% 100%;
}
.bg1-link{
    width: 7.1rem;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: end;
}
.bg1-link-item {
    /* margin-top: 0.14rem; */
    width: 1.72rem;
    height: 0.62rem;
    margin-left: .1rem;
}
.bg1-link-item1 {
    background: url('//game.gtimg.cn/images/tlbb/cp/a20250709match/m/link1.png') no-repeat center / 100% 100%;
}
.bg1-link-item2 {
    background: url('//game.gtimg.cn/images/tlbb/cp/a20250709match/m/link2.png') no-repeat center / 100% 100%;
}
.bg1-link-item3 {
    background: url('//game.gtimg.cn/images/tlbb/cp/a20250709match/m/link3.png') no-repeat center / 100% 100%;
}
.bg1-link-item4 {
    background: url('//game.gtimg.cn/images/tlbb/cp/a20250709match/m/link4.png') no-repeat center / 100% 100%;
}
.bg1-text{
    top: .96rem;
    width: 5.10rem;
    height: 1.97rem;
    margin: 0 auto;
    background: url('//game.gtimg.cn/images/tlbb/cp/a20250709match/m/bg1-text.png') no-repeat center / 100% 100%;
    overflow: hidden;
}

.bg2 {
    width: 100%;
    height: 3.63rem;
    background: url('//game.gtimg.cn/images/tlbb/cp/a20250709match/m/bg2.jpg') no-repeat center / 100% 100%;
}
.bg2-title {
    width: 4.02rem;
    height: 1.01rem;
    margin: 0 auto 0;
    background: url('//game.gtimg.cn/images/tlbb/cp/a20250709match/m/bg2-title.png') no-repeat center / 100% 100%;
}
.format {
    margin-top: .2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.format-data {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.fd2-item {
    z-index: 2;
    position: relative;
}
.fd2-item img{
    width: 1.68rem;
    height: 2.11rem;
}
.fd2-item-date {
    width: 70%;
    /*height: 30%;*/
    position: absolute;
    top: 1.4rem;
    left: 50%;
    transform: translateX(-50%);
    color: #5c503e;
    font-size: .14rem;
    line-height: .2rem;
    white-space: pre-line;
    text-align: center;
}
.fd2-item-dates {
    width: 70%;
    /*height: 30%;*/
    position: absolute;
    top: 1.4rem;
    left: 50%;
    transform: translateX(-50%);
    color: #ad3f14;
    font-size: .14rem;
    line-height: .2rem;
    white-space: pre-line;
    text-align: center;
}


.bg3 {
    width: 100%;
    height: 11.87rem;
    background: url('//game.gtimg.cn/images/tlbb/cp/a20250709match/m/bg3.jpg') no-repeat center / 100% 100%;
    overflow: hidden;
}
.bg3-title {
    width: 5.35rem;
    height: 1.01rem;
    margin: .2rem auto 0;
    background: url('//game.gtimg.cn/images/tlbb/cp/a20250709match/m/bg3-title.png') no-repeat center / 100% 100%;
}
.bg3-select-list {
    width: 5.6rem;
    margin: .2rem auto .1rem;
    display: flex;
    justify-content: space-between;
}


.bg4 {
    width: 100%;
    height: 11.44rem;
    background: url('//game.gtimg.cn/images/tlbb/cp/a20250709match/m/bg4.jpg') no-repeat center / 100% 100%;
}
.bg4-title {
    width: 4.9rem;
    height: 1.03rem;
    margin: .5rem auto 0;
    background: url('//game.gtimg.cn/images/tlbb/cp/a20250709match/m/bg4-title.png') no-repeat center / 100% 100%;
}
.bg4-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 9.21rem;
    margin: 0.15rem auto 0;
    background: url('//game.gtimg.cn/images/tlbb/cp/a20250709match/m/bg4-box.png') no-repeat center / 100% 100%;
}
.bg4-box-left{
    z-index: 2;
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.bg4-box-right{
    z-index: 0;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.box-item {
    width: 1.82rem;
    height: .67rem;
    padding-top: .06rem;
    display: flex;
    justify-content: center;
    background: url('//game.gtimg.cn/images/tlbb/cp/a20250709match/m/bg4-box-item1.png') no-repeat center / 100% 100%;
}
.box-item.red{
    background: url('//game.gtimg.cn/images/tlbb/cp/a20250709match/m/bg4-box-item2.png') no-repeat center / 100% 100%;
}
.box-item.sp{
    width: 1.65rem;
    height: .6rem;
    background: url('//game.gtimg.cn/images/tlbb/cp/a20250709match/m/bg4-box-item3.png') no-repeat center / 100% 100%;
    padding-top: .04rem;
}
.box-item-div{
    width: 100%;
    height: .67rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffdda1;
    font-size: .18rem;
    line-height: .18rem;
}
.box-item.sp .box-item-div{
    height: .6rem;
}
.box-item-div .bg4-div1, .bg4-div2{width: 100%;}
.bg4-div2{font-size: .14rem;}
.box-items {
    width: 207px;
    height: 75px;
    display: flex;
    justify-content: center;
    background: url('//game.gtimg.cn/images/tlbb/cp/a20250709match/m/bg4-box-items1.png') no-repeat center / 100% 100%;
}
.box-item-div1s {
    width: 100%;
    height: .67rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffdda1;
    font-size: .16rem;
    line-height: .18rem;
}

.left-col8_1 {top: -.86rem;left: .6rem;}
.left-col8_2 {top: -.46rem;left: .6rem;}
.left-col8_3 {top: -.36rem;left: .6rem;}
.left-col8_4 {top: .06rem;left: .6rem;}
.left-col8_5 {top: .12rem;left: .6rem;}
.left-col8_6 {top: .55rem;left: .6rem;}
.left-col8_7 {top: .6rem;left: .6rem;}
.left-col8_8 {top: 1.04rem;left: .6rem;}

.right-col8_1 {top: -.86rem;right: .56rem;}
.right-col8_2 {top: -.46rem;right: .56rem;}
.right-col8_3 {top: -.36rem;right: .56rem;}
.right-col8_4 {top: .06rem;right: .56rem;}
.right-col8_5 {top: .12rem;right: .56rem;}
.right-col8_6 {top: .55rem;right: .56rem;}
.right-col8_7 {top: .6rem;right: .56rem;}
.right-col8_8 {top: 1.04rem;right: .56rem;}


/* 64强调整部分 */
.bg9-box .left-col4_1 {top: -1.66rem;left: -.1rem;}
.bg9-box .left-col4_2 {top: -.5rem;left: -.1rem;}
.bg9-box .left-col4_3 {top:  .64rem;left: -.1rem;}
.bg9-box .left-col4_4 {top: 1.82rem;left: -.1rem;}

.bg9-box .right-col4_1 {top: -1.66rem;right: -.16rem;}
.bg9-box .right-col4_2 {top: -.5rem;right: -.16rem;}
.bg9-box .right-col4_3 {top:  .64rem;right: -.16rem;}
.bg9-box .right-col4_4 {top: 1.82rem;right: -.16rem;}

/* 冠军赛部分 */
/* 左边 */
.bg4-box .left-col8_1 {top: -1.74rem;left: 0.26rem;}
.bg4-box .left-col8_2 {top: -1.34rem;left: 0.26rem;}
.bg4-box .left-col8_3 {top: -.95rem;left: 0.26rem;}
.bg4-box .left-col8_4 {top:-.53rem;left: 0.26rem;}
.bg4-box .left-col8_5 {top: .42rem;left: 0.26rem;}
.bg4-box .left-col8_6 {top: .8rem;left: 0.26rem;}
.bg4-box .left-col8_7 {top: 1.2rem;left: 0.26rem;}
.bg4-box .left-col8_8 {top: 1.62rem;left: 0.26rem;}

.bg4-box .left-col4_1 {top: -2.52rem;left: -.92rem;}
.bg4-box .left-col4_2 {top: -1.06rem;left: -.92rem;}
.bg4-box .left-col4_3 {top:  .98rem;left: -.92rem;}
.bg4-box .left-col4_4 {top: 2.44rem;left: -.92rem;}

.bg4-box .left-col2_1 {top: -1.84rem;left: -1.7rem;}
.bg4-box .left-col2_2 {top: -.1rem;left: -2.7rem;}
.bg4-box .left-col2_3 {top: 1.7rem;left: -1.7rem;}
/* 右边 */
.bg4-box .right-col8_1 {top: -1.74rem;right: .16rem;}
.bg4-box .right-col8_2 {top: -1.34rem;right: .16rem;}
.bg4-box .right-col8_3 {top: -.95rem;right: .16rem;}
.bg4-box .right-col8_4 {top: -.53rem;right: .16rem;}
.bg4-box .right-col8_5 {top: .42rem;right: .16rem;}
.bg4-box .right-col8_6 {top: .8rem;right: .16rem;}
.bg4-box .right-col8_7 {top: 1.2rem;right: .16rem;}
.bg4-box .right-col8_8 {top: 1.62rem;right: .16rem;}

.bg4-box .right-col4_1 {top: -2.52rem;right: -1rem;}
.bg4-box .right-col4_2 {top: -1.06rem;right: -1rem;}
.bg4-box .right-col4_3 {top:  .98rem;right: -1rem;}
.bg4-box .right-col4_4 {top: 2.44rem;right: -1rem;}

.bg4-box .right-col2_1 {top: -1.84rem;right: -1.8rem;}
.bg4-box .right-col2_2 {top: -.1rem;right: -2.9rem;}
.bg4-box .right-col2_3 {top: 1.7rem;right: -1.8rem;}

.bg4-box .bg4-div1{
    color: #ffdda1;
}
.bg4-box .bg4-div2{
    color: #fbedd5;
}

.bg4-box .box-item.sp .bg4-div1{
    font-size: .14rem;
}
.bg4-box .box-item.sp .bg4-div2{
    font-size: .12rem;
}


.bg5 {
    width: 100%;
    height: 6.2rem;
    background: url('//game.gtimg.cn/images/tlbb/cp/a20250709match/m/bg5.jpg') no-repeat center / 100% 100%;
}
.bg5-title {
    width: 4.29rem;
    height: 1.1rem;
    margin: .2rem auto 0;
    background: url('//game.gtimg.cn/images/tlbb/cp/a20250709match/m/bg5-title.png') no-repeat center / 100% 100%;
}
.bg5-list{
    width: 100%;
    margin: .3rem auto 0;
    display: flex;
    align-items: end;
    justify-content: center;
    flex-wrap: wrap;
}
.bg5-renwuItem{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: .14rem;
    line-height: .18rem;
    color: #515c7b;
    margin: .2rem -.2rem;
    position: relative;
}
.bg5-renwuItem .menpai,
.bg5-renwuItem .name {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1rem;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}
.bg5-renwuItem .name{
    bottom: .8rem;
}
.bg5-renwuItem.role1{
    width: 2.66rem;
    height: 3.47rem;
    background: url("//game.gtimg.cn/images/tlbb/cp/a20250709match/m/bg4-renwu1.png") 0 0/100% no-repeat;
}
.bg5-renwuItem.role2{
    width: 2.67rem;
    height: 3.6rem;
    background: url("//game.gtimg.cn/images/tlbb/cp/a20250709match/m/bg4-renwu2.png") 0 0/100% no-repeat;
}
.bg5-renwuItem.role3{
    width: 2.72rem;
    height: 3.46rem;
    background: url("//game.gtimg.cn/images/tlbb/cp/a20250709match/m/bg4-renwu3.png") 0 0/100% no-repeat;
}
.bg5-renwuItem.role4{
    width: 2.72rem;
    height: 3.51rem;
    background: url("//game.gtimg.cn/images/tlbb/cp/a20250709match/m/bg4-renwu4.png") 0 0/100% no-repeat;
}
.bg5-renwuItem.role5{
    width: 2.67rem;
    height: 3.53rem;
    background: url("//game.gtimg.cn/images/tlbb/cp/a20250709match/m/bg4-renwu5.png") 0 0/100% no-repeat;
}
.bg5-renwuItem.role6{
    width: 2.72rem;
    height: 3.47rem;
    background: url("//game.gtimg.cn/images/tlbb/cp/a20250709match/m/bg4-renwu6.png") 0 0/100% no-repeat;
}
/**默认*/
.bg5-renwuItem.def{
    width: 2.67rem;
    height: 3.63rem;
    background: url("//game.gtimg.cn/images/tlbb/cp/a20250709match/m/bg4-renwu.png") 0 0/100% no-repeat;
}
.bg5-renwuItem.role7{
    width: 2.65rem;
    height: 3.61rem;
    background: url("//game.gtimg.cn/images/tlbb/cp/a20250709match/m/bg4-renwu7.png") 0 0/100% no-repeat;
}
.bg5-renwuItem.role8{
    width: 2.75rem;
    height: 3.89rem;
    background: url("//game.gtimg.cn/images/tlbb/cp/a20250709match/m/bg4-renwu8.png") 0 0/100% no-repeat;
}
.bg5-renwuItem.role9{
    width: 2.67rem;
    height: 3.53rem;
    background: url("//game.gtimg.cn/images/tlbb/cp/a20250709match/m/bg4-renwu9.png") 0 0/100% no-repeat;
}

.bg6 {
    width: 100%;
    height: 9.3rem;
    background: url('//game.gtimg.cn/images/tlbb/cp/a20250709match/m/bg6.jpg') no-repeat center / 100% 100%;
}
.bg6-title {
    width: 4.29rem;
    height: 1.11rem;
    margin: .4rem auto 0;
    background: url('//game.gtimg.cn/images/tlbb/cp/a20250709match/m/bg6-title.png') no-repeat center / 100% 100%;
}
.bg6-box {
    width: 7.3rem;
    margin: 0.25rem auto 0;
    display: flex;
    flex-wrap: wrap;
}
.bg6-box-item {
    margin: 0 0.05rem 0.1rem 0.05rem;
    width: 3.5rem;
    height: 4.65rem;
    background: url('//game.gtimg.cn/images/tlbb/cp/a20250709match/m/bg6-box-item.png') no-repeat center / 100% 100%;
}
.bg6-box-item-t1 {
    margin: 0.3rem auto 0 !important;
}
.bg6-box-item-t{
    width: 2.6rem;
    margin: 0 auto 0;
    display: flex;
    align-items: center;
    justify-content: start;
    color: #d82600;
    font-size: 0.22rem;
}
.bg6-box-item-span {
    max-width: 1.4rem;
    color: #942c1b;
}
.bg6-box-item-t3 {margin-top: 0.1rem;margin-bottom: -0.05rem;}
.bg6-box-item-t2 {
    display: flex;
    justify-content: space-between;
    width: 72%;
    margin: 0.1rem auto 0;
    color: #942c1b;
    font-size: 0.18rem;
    line-height: 0.18rem;
}
.bg6-item-t2-l{
    width: 50%;
}
.bg6-item-t2-2{
    width: 50%;
}
.bg6-list-btn {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.bg6-btn{
    display: block;
    width: 2.55rem;
    height: 0.6rem;
    margin: 0.05rem auto 0;
    background: url('//game.gtimg.cn/images/tlbb/cp/a20250709match/m/btn1.png') no-repeat center / 100% 100%;
}
.bg6-btn1{
    display: block;
    width: 2.55rem;
    height: 0.6rem;
    margin: 0.05rem auto 0;
    background: url('//game.gtimg.cn/images/tlbb/cp/a20250709match/m/btn0.png') no-repeat center / 100% 100%;
}

.bg7 {
    width: 100%;
    height: 4.89rem;
    background: url('//game.gtimg.cn/images/tlbb/cp/a20250709match/m/bg7.jpg') no-repeat center / 100% 100%;
}
.bg7-title {
    width: 3.87rem;
    height: 1.01rem;
    margin: 0 auto 0;
    background: url('//game.gtimg.cn/images/tlbb/cp/a20250709match/m/bg7-title.png') no-repeat center / 100% 100%;
}
.bg7-content{
    width: 98%;
    height: 3.8rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bg7-prize1{
    width: 3.64rem;
    height: 3.75rem;
}
.bg7-prize2{
    width: 3.62rem;
    height: 3.78rem;
    margin-top: .3rem;
}
/* 资讯部分 */
.bg7-box {
    width: 6.22rem;
    height: 3.58rem;
    margin: 0.19rem auto 0;
    background: url('//game.gtimg.cn/images/tlbb/cp/a20250709match/m/bg7-box.png') no-repeat center / 100% 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0.32rem 0;
}
.bg7-item {
    width: 5.5rem;
    height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dotted #97a0b6;
    margin: 0 auto 0;
    color: #535b76;
    font-size: 0.18rem;
}
.bg7-item-text { width: 4rem;}
.bg7-item-date { width: 1.53rem;text-align: right;color: #5683d6;}
.bg7-btn2{
    display: block;
    width: 2.18rem;
    height: 0.79rem;
    margin: 0.28rem auto 0;
    background: url('//game.gtimg.cn/images/tlbb/cp/a20250709match/m/more.png') no-repeat center / 100% 100%;
}


.bg8 {
    width: 100%;
    height: 11.52rem;
    background: url('//game.gtimg.cn/images/tlbb/cp/a20250709match/m/bg8.jpg') no-repeat center / 100% 100%;
    padding-top: .52rem;
}
.bg8-title {
    width: 7.5rem;
    height: 1.41rem;
    margin: 0 auto 0;
    background: url('//game.gtimg.cn/images/tlbb/cp/a20250709match/m/bg8-title.png') no-repeat center / 100% 100%;
}
.bg8-boxBg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.14rem;
    height: 4.94rem;
    margin: 0.2rem auto 0;
    background: url('//game.gtimg.cn/images/tlbb/cp/a20250709match/m/bg8-box.png') no-repeat center / 100% 100%;
    padding-top: .26rem;
}
.bg8-box {
    width: 6.2rem;
    height: 4.2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
.bg8-box-item {
    width: 2.83rem;
    height: 1.9rem;
    margin-bottom: 0.06rem;
}
.bg8-box-item-vide {
    width: 2.73rem;
    height: 1.55rem;
}
.bg8-box-item-vide:after{
    content: '';
    width: 100%;
    height: 1.53rem;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 55%);
}
.bg8-box-item-vide:before{
    content: '';
    z-index: 2;
    width: 0.65rem;
    height: 0.57rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('//game.gtimg.cn/images/tlbb/cp/a20250709match/m/paly.png') no-repeat center / 100% 100%;
}
.noVideo {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
    color: #802600;
    font-size: 0.2rem;
    text-align: center;
}
.bg8-box-item-text{
    margin-top: 0.06rem;
    font-size: 0.18rem;
    color: #333f4c;
    text-align: center;
}
.bg8-btn2{
    display: block;
    width: 2.41rem;
    height: 0.69rem;
    margin: 0.37rem auto 0;
    background: url('//game.gtimg.cn/images/tlbb/cp/a20250709match/m/more.png') no-repeat center / 100% 100%;
}


#afooter {
    position: relative;
    width: 100%;
    background: #000;
    color: #666;
    text-align: center;
    padding: 0.4rem 0;
    font-size: 0.2rem;
    line-height: 1.4;
}
.foot {
    text-align: center;
}

/* 64强赛 */
.bg9{
    width: 100%;
    height: 10.81rem;
    background: url('//game.gtimg.cn/images/tlbb/cp/a20250709match/m/bg9.jpg') no-repeat center / 100% 100%;
}
.bg9-title {
    width: 5.38rem;
    height: 1rem;
    margin: 0 auto;
    background: url('//game.gtimg.cn/images/tlbb/cp/a20250709match/m/bg9-title.png') no-repeat center / 100% 100%;
}
.bg9-box{
    width: 7.48rem;
    height: 8.3rem;
    margin: 0 auto;
    background: url('//game.gtimg.cn/images/tlbb/cp/a20250709match/m/bg9-listbox.png') no-repeat center / 100% 100%;
}
.bg9-pagination{
    width: 3.5rem;
    height: .5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}
.bg9-pagination .icon{
    width: .61rem;
    height: .5rem;
    background: url('//game.gtimg.cn/images/tlbb/cp/a20250709match/m/bg9-arrow.png') no-repeat center / 100% 100%;
}
.bg9-pagination .icon.next{
    transform: rotate(180deg);
}
.bg9-pagination .txt{
    font-size: .18rem;
    color: #666a72;
}
.bg9-pagination .txt.on{
    color: #547fd1;
}