.page-wrapper{
    background:url(/2026worldcup/static/images/home-t-bg.png) no-repeat center 0;
}
.page-container{
    padding-bottom: 100px;
    background: url(/2026worldcup/static/images/home-b-bg.png) no-repeat center bottom;
}
.page-main{
    width: 1136px;
    margin: 0 auto;
}
.home-header{
    display: flex;
    padding: 40px 28px 34px;  
}
.home-logo{
    width: 304px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-header .header-logo-en, .home-header .header-logo-vi, .home-header .header-logo-ko, .home-header .header-logo-th{
    width: 370px;
}
.home-logo img{
    width: 100%;
    height: auto;
}
.home-news-wrap{
    width: 100%;
    min-height: 584px;
    padding: 24px 28px;
    border-radius: 10px;
    background: #fff;
}
.home-news-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.home-news-top .home-news-title{
    font-size: 28px;
    color: #333;
    padding-left: 15px;
    position: relative;
}
.home-news-top .home-news-title::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 26px;
    background: #333;
    border-radius: 4px;
}
.home-news-top .home-news-more{
    font-size: 12px;
    color: #333;
}
.home-news-box{
    display: flex;
}
.home-news-item{
    display: flex;
    width: 620px;
    margin-right: 20px;
    flex: none;
}
.home-news-item a{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.home-news-item .home-news-img{
    width: 100%;
    height: 349px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex: none;
}
.home-news-item .home-news-img img{
    width: 100%;
    height: auto;
}
.home-news-item .home-news-content{
    flex: 1;
    display: flex;
    flex-direction: column;
}
.home-news-item .home-news-title{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 12px 0 8px;
    height: 66px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.home-news-item .home-news-date{
    font-size: 12px;
    color: #666;
    margin-top: auto;
}
.home-news-item a:hover .home-news-title{
    text-decoration: underline;
}
.home-news-list{
    display: flex;
    flex-direction: column;
}
.home-news-list li{
    padding: 16px 0 12px;
    border-top: 1px solid #EAEDF1;
}
.home-news-list li:first-child{
    padding-top: 0;
    border-top: none;
}
.home-news-list li:last-child{
    padding-bottom: 0;
}
.home-news-list li a{
    display: flex;
}
.home-news-list .home-news-img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 90px;
    margin-right: 12px;
    overflow: hidden;
    flex: none;
}
.home-news-list .home-news-img img{
    width: 100%;
    height: auto;
}
.home-news-list .home-news-content{
    display: flex;
    flex-direction: column;
}
.home-news-list .home-news-title{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 0 0 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.home-news-list .home-news-date{
    font-size: 12px;
    color: #666;
    margin-top: auto;
}
.home-news-list li a:hover .home-news-title{
    text-decoration: underline;
}
.home-news-more2{
    display: none;
}

/* swiper */
.home-swiper-wrap{
    height: 142px;
    margin: 86px 8px 0;
    background-color: #fff;
    position: relative;
}
.swiper-container {
    width: 1024px;
    margin: 0 auto;
    height: 100%;
}
.swiper-wrapper .swiper-slide{
}
.swiper-button-next, .swiper-button-prev{
    width: 48px;
    height: 142px;
    margin-top: 0;
    transform: translateY(-50%);
    background-image: url(/2026worldcup/static/images/swiper-btn.png);
    background-size: 100% auto;
    right: 0;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    transform: translateY(-50%) scaleX(-1);
    left: 0;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    display: none;
}
/* 球队 */
.team-box{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.team-group{
    font-size: 36px;
    font-weight: bold;
    color: #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}
.team-list{
    display: flex;
    width: 100%;
    height: 100%;
}
.team-list li{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 114px;
    height: 130px;
    cursor: pointer;
    position: relative;
}
.team-list li.active{
    background: #333;
    border-radius: 0 40px 40px 40px;
}
.team-list li .team-img{
    width: 60px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.team-list li .team-img img{
    width: 100%;
    height: auto;
    border: 1px solid #DDE2E9;
    box-shadow: 0px 4px 16px 0px #00000014;
}
.team-list li .team-name{
    font-size: 13px;
    color: #333;
    margin-top: 15px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: center;
}
.team-list li.active .team-name{
    color: #fff;
}
.team-list li.active::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #333;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}
/* team-list */
.team-wrap{
    padding: 20px;
    margin: 0 8px;
    background: #F4F5F7;
    border-radius: 20px;
    margin-top: 10px;
}
.team-stats-wrap{
    display: flex;
    gap: 12px;
}
.team-stats-box{
    background: #fff;
    border-radius: 8px;
    height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.team-stats-data{
    flex: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.team-wdl-num{
    font-size: 36px;
    line-height: 36px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'DIN';
    font-weight: 500;
}
.team-wdl-num span{

}
.team-wdl-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 8px;
}
.team-wdl-icon span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
}
.team-stats-title{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    background-color: #333;
    width: 100%;
    height: 30px;
    white-space: nowrap;
}
.chart-box{
    width: 80px;
    height: 80px;
}
.team-age-num{
    font-size: 36px;
    color: #333;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'DIN';
}
.team-more{
    font-size: 12px;
    color: #666;
}
.w320{
    width: 320px;
}
.w160{
    width: 160px;
}
.w60{
    width: 60px;
}
/* player */
.team-player-wrap{
    width: 100%;
    padding: 20px;
    margin-top: 16px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.player-box{}
.player-pos-title{
    color: #333;
    font-size: 13px;
    padding: 9px 8px;
    position: relative;
}
.player-pos-title::before{
    content: '';
    display: block;
    width: 3px;
    height: 12px;
    background-color: #333;
    border-radius: 4px;
    position: absolute;
    left: 0 ;
    top: 50%;
    transform: translateY(-50%);
}
.player-list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px 24px;
    margin: 8px;
}
.player-list li a{
    display: flex;
    align-items: center;
}
.player-img-box{
    width: 40px;
    height: 40px;
    margin-right: 8px;
    border-radius: 50%;
    border: 1px solid #333;
    position: relative;
}
.player-img{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    background-color: #E6E6E6;
    border: 1px solid #E6E6E6;
}
.player-img img{
    width: 100%;
    height: auto;
}
.player-num{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    font-size: 12px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: -1px;
    right: -1px;
    font-family: 'DIN Bold';
}
.player-name{
    font-size: 14px;
    color: #333;
}
.player-list li a:hover .player-name{
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .page-wrapper{
        background: none;
    }
    .page-container{
        padding-bottom: 0.44rem;
        background:#F4F5F7 url(/2026worldcup/static/images/home-m-b-bg.png) no-repeat center bottom;
        background-size: 100% auto;
    }
    .page-bg-1{
        width: 100%;
        background: #0326DE url(/2026worldcup/static/images/home-m-t-bg.png) no-repeat center 0;
        background-size: 100% auto;
    }
    .page-bg-2{
        width: 100%;
        background: url(/2026worldcup/static/images/home-m-s-bg.png) no-repeat center bottom;
        background-size: 100% auto;
        padding-bottom: 0.62rem;
    }
    .page-main{
        width: 100%;
        margin: 0 auto;
    }
    .home-header{
        display: flex; 
        padding: 0;
    }
    .home-logo{
        width: 1.84rem !important;
        height: 0.48rem;
        margin: 0.25rem 0 0.24rem 0.8rem;
        background-image: none;
    }
    .home-header .header-logo-en, .home-header .header-logo-vi, .home-header .header-logo-ko, .home-header .header-logo-th{
        width: 2.34rem !important;
        height: 0.48rem;
        margin: 0.27rem 0 0.22rem 0.6rem; 
    }
    .home-news-wrap{
        width: auto;
        min-height: auto;
        padding: 0.16rem;
        margin: 0 0.12rem;
        border-radius: 0.08rem;
    }
    .home-news-top{
        margin-bottom: .12rem;
    }
    .home-news-top .home-news-title{
        font-size: .14rem;
        padding-left: .08rem;
    }
    .home-news-top .home-news-title::before{
        width: .03rem;
        height: .12rem;
        border-radius: .04rem;
    }
    .home-news-top .home-news-more{
        display: none;
    }
    .home-news-box{
        display: flex;
        flex-direction: column;
    }
    .home-news-item{
        display: flex;
        width: 100%;
        margin-right: 0;
        flex: none;
    }
    .home-news-item a{
        display: flex;
        flex-direction: row;
        width: 100%;
    }
    .home-news-item .home-news-img{
        width: 1.17rem;
        height: .66rem;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        flex: none;
        margin-right: 0.1rem;
    }
    .home-news-item .home-news-img img{
        width: 100%;
        height: auto;
    }
    .home-news-item .home-news-content{
        flex: 1;
        display: flex;
        flex-direction: column;
    }
    .home-news-item .home-news-title{
        font-size: .14rem;
        font-weight: bold;
        color: #333;
        margin: 0 0 0.1rem;
        height: auto;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .home-news-item .home-news-date{
        font-size: .11rem;
    }
    .home-news-item a:hover .home-news-title{
        text-decoration: underline;
    }
    .home-news-list{
        display: flex;
        flex-direction: column;
    }
    .home-news-list li{
        padding: 0;
        margin-top: .16rem;
        border-top: 0;
    }
    .home-news-list li:first-child{
        padding-top: 0;
        border-top: none;
    }
    .home-news-list li:last-child{
        padding-bottom: 0;
    }
    .home-news-list li a{
        display: flex;
    }
    .home-news-list .home-news-img{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 1.17rem;
        height: .66rem;
        margin-right: 0.1rem;
        overflow: hidden;
        flex: none;
    }
    .home-news-list .home-news-img img{
        width: 100%;
        height: auto;
    }
    .home-news-list .home-news-content{
        display: flex;
        flex-direction: column;
    }
    .home-news-list .home-news-title{
        font-size: .14rem;
        font-weight: bold;
        color: #333;
        margin: 0 0 0.1rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .home-news-list .home-news-date{
        font-size: .11rem;
    }
    .home-news-list li a:hover .home-news-title{
        text-decoration: underline;
    }
    .home-news-more2{
        display: block;
        font-size: .12rem;
        color: #333;
        margin-top: .16rem;
        background-color: #F4F5F7;
        height: .32rem;
        line-height: .32rem;
        text-align: center;
        border-radius: 0 .2rem .2rem;
    }
    /* swiper */
    .home-swiper-wrap{
        height: 1rem;
        margin: 0;
        padding: 0 .12rem;
        background-color: #fff;
    }
    .swiper-container{
        width: 100%;
    }
    .swiper-button-next, .swiper-button-prev{
        display: none;
    }
    /* 球队 */
    .team-group{
        font-size: .18rem;
        margin-right: .04rem;
    }
    .team-list li{
        width: .78rem;
        height: .88rem;
    }
    .team-list li.active{
        border-radius: 0 .2rem .2rem .2rem;
    }
    .team-list li .team-img{
        width: .4rem;
        height: .24rem;
    }
    .team-list li .team-img img{
        box-shadow: 0px .04rem .08rem 0px #00000026;
    }
    .team-list li .team-name{
        font-size: .12rem;
        margin-top: .08rem;
    }
    .team-list li.active::after{
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-left: .08rem solid transparent;
        border-right: .08rem solid transparent;
        border-top: .08rem solid #333;
        position: absolute;
        bottom: -0.12rem;
        left: 50%;
        transform: translateX(-50%);
    }
    /* player */
    .team-player-wrap{
        width: auto;
        padding: .09rem .16rem .16rem;
        margin: .16rem .12rem 0;
        border-radius: .1rem;
        display: flex;
        flex-direction: column;
        gap: .16rem;
    }
    .player-pos-title{
        color: #333;
        font-size: .13rem;
        padding: .07rem .08rem;
        position: relative;
    }
    .player-pos-title::before{
        width: .03rem;
        height: .12rem;
        border-radius: .04rem;
        background-color: #666;
    }
    .player-list{
        display: flex;
        flex-direction: column;
        gap: 0;
        margin: .08rem;
    }
    .player-list li{
        margin-bottom: .12rem;
    }
    .player-list li:last-child{
        margin-bottom: 0;
    }
    .player-img-box{
        width: .4rem;
        height: .4rem;
        margin-right: .08rem;
    }
    .player-img img{
        width: 100%;
        height: auto;
    }
    .player-num{
        width: .18rem;
        height: .18rem;
        font-size: .12rem;
    }
    .player-name{
        font-size: .14rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .player-list li a:hover .player-name{
        text-decoration: underline;
    }
    /* team-list */
    .team-box-wrap{
        width: 100%;
        overflow-x: auto;
    }
    .team-wrap{
        padding: .16rem 0;
        margin: 0;
        border-radius: 0;
        margin-top: .04rem;
    }
    .team-stats-wrap{
        display: block;
        width: 7rem;
        margin-left: .12rem;
        gap: 0;
    }
    .team-stats-box{
        float: left;
        border-radius: 8px;
        height: 1.04rem;
        margin-right: 0.08rem;
    }
    .team-wdl-num{
        font-size: .28rem;
        line-height: .26rem;
    }
    .team-wdl-icon{
        gap: 0;
        margin-top: .08rem;
    }
    .team-wdl-icon span{
        width: .18rem;
        height: .18rem;
        border-radius: 50%;
        font-size: .1rem;
        font-weight: 400;
        margin-right: .02rem;
    }
    .team-wdl-icon span:last-child{
        margin-right: 0;
    }
    .team-stats-title{
        font-size: .1rem;
        height: .24rem;
    }
    .chart-box{
        width: .6rem;
        height: .6rem;
    }
    .team-age-num{
        font-size: .3rem;
    }
    .team-more{
        font-size: .12rem;
    }
    .w320{
        width: 2.3rem;
    }
    .w160{
        width: 0.94rem;
    }
    .w60{
        width: .4rem;
    }
}