* {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #fff;
}

/* 超出是省略号 */
.xu-content-ellipsis {
    width: 98%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.xu-content-ellipsis-center {
    width: 80% !important;
    display: block;
    margin: auto;
}

/* 背景 */
.xu-top-bg {
    width: 100%;
    background: url(../images/bg.jpg) no-repeat;
    background-size: 100% 100%;
}

/* 背景 */
.xu-top-bg__img {
    width: 100%;
    background: url(../images/bg1.jpg) no-repeat;
    background-size: 100% 100%;
}


/* 头部 */
.xu-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 120px;
    background: #38200B;
    opacity: 0.8;
    z-index: 1
}

/* 移动端菜单按钮 */
.xu-header-mobile-menu {
    display: none;
    position: fixed;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: rgba(56, 32, 11, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1001;
    color: #fff;
    font-size: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* 热门导航滚动容器 */
.xu-header-bottom__hotnav-container {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE/Edge */
}

.xu-header-bottom__hotnav-container::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari/Opera */
}

.xu-header-top {
    box-sizing: border-box;
    width: 1160px;
    margin: auto;
    height: 70px;
    display: flex;
    padding: 0 24px;
    justify-content: space-between;
    align-items: center;
}

.xu-header-top__logo {
    width: 144px;
    height: 42px;
}

.xu-header-top__logo>img {
    display: block;
    width: 100%;
}

.xu-header-top__nav {
    width: 856px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.xu-header-top__nav>li {
    color: #fff;
    height: 20px;
    font-size: 18px;
    line-height: 25px;
}

.xu-header-bottom {
    width: 1160px;
    height: 50px;
    margin: auto;
    display: flex;
    align-items: center;
}

.xu-header-bottom__hot {
    width: 220px;
    height: 26px;
    font-size: 26px;
    line-height: 26px;
    color: #FFD800;
}

.xu-header-bottom__hotnav {
    margin-left: 50px;
    width: 850px;
    height: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;

}

.xu-header-bottom__hotnav>li {
    padding: 0 12px;
    border-right: 1px solid #fff;
    color: #fff;
}

.xu-header-bottom__hotnav>li:last-child {
    border-right: none;
}

.xu-header-bottom__hotnav>img {
    margin-left: 20px;
}

/* 111 */
.xu-header-bottom__more {
    position: relative;
    top: -4px;
    margin-left: 10px;
    width: 24px;
    height: 16px;
}

.xu-header-bottom__more:hover {
    cursor: pointer;
}

.xu-header-bottom__more__up {
    position: absolute;
    top: 0;
    left: 0;
}

.xu-header-bottom__more .header_active {
    display: none !important;
}


/* 底部 */

.xu-footer {
    width: 100%;
    height: 300px;
    background: url(../images/bg_footer.jpg) no-repeat;
    background-size: 100% 100%;
    border-top: 16px solid #B08D00;
    position: relative;
}

.xu-footer-friendlink {
    width: 1160px;
    height: 120px;
    margin: auto;
    padding: 32px 12px 24px;
    border-bottom: 1px solid #999;
    color: #fff;
}

.xu-footer-friendlink__url {
    width: 100%;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
}

.xu-footer-friendlink__url>a>span {
    display: block;
    margin: 0 12px 16px 0;
}

.xu-footer-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: #1E1201;
}

.xu-footer-bottom__center {
    position: relative;
    width: 1160px;
    margin: auto;
    padding-left: 12px;
    padding-top: 14px;
    display: flex;
    color: #fff;
    font-size: 14px;
    justify-content: center;
    align-items: center;
}

.xu-footer-bottom__center>span {
    margin-left: 6px;
}

.xu-footer-bottom__center .back_top {
    position: absolute;
    top: -30px;
    right: -66px;
}

.xu-footer-bottom__center .back_top>img {
    width: 38px;
    height: 38px;
}

.xu-footer-bottom__center .back_top>img:hover {
    cursor: pointer;
}


/* 足球直播 */
.xu-live-title__img2 {
    margin: 62px 0 0 74px;
    display: flex;
    flex-direction: column;
    align-items: end;
    width: 650px;
    height: 134px;
    background: url(../images/titile_bg.png) no-repeat;
    background-size: cover;
    position: relative;

}

.xu-title_content {
    font-size: 88px;
    color: #fff;
    font-weight: bold;
    margin-right: 20px;
    position: absolute;
    top: -10px;
}

.xu-title_cont_eng {
    font-size: 30px;
    color: #9B741D;
    margin-right: 22px;
    position: absolute;
    bottom: -6px;
    text-transform: capitalize;
    max-width: 60%;
    max-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xu-live_location {
    padding-top: 174px;
}

.xu-live {
    width: 1160px;
    margin: auto;
}

.xu-live-title {
    display: flex;
    padding-left: 70px;
}

.xu-live-title__img1 {
    display: block;
    width: 390px;
    height: 260px;
}


.xu-live-content {
    box-sizing: border-box;
    position: relative;
    top: -14px;
    width: 100%;
    background-color: #fff;
    padding: 30px 30px 46px 30px;
}


.xu-live-content__top {
    box-sizing: border-box;
    padding: 0 80px 0 6px;
    border-bottom: 4px solid #563A04;
    height: 90px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow: hidden;
}

.xu-live-content__top__more {
    position: absolute;
    top: 30px;
    right: 88px;
    width: 80px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-weight: bold;
    margin-bottom: 20px;
    background-color: #FFD800;
    border: 1px solid #563A04;
}

.xu-live-content__top__more:hover {
    cursor: pointer;
}


.xu-live-content__top__more__down,
.xu-live-content__top__more__up {
    color: #563A04 !important;
}

.xu-live-content__top__more .zb_active {
    display: none !important;
}

.xu-live-content__top>div {
    width: 80px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-weight: bold;
    margin-bottom: 20px;
    background-color: #FFD800;
    border: 1px solid #563A04;
    margin-right: 24px;
}

.xu-live-content__top>div>a {
    color: #000;
}

.xu-live-content__top .quanbu {
    background-color: #563A04;
}

.xu-live-content__top .quanbu>a {
    color: #fff;
}


.xu-live-content__cont {
    box-sizing: border-box;
    padding: 0 6px 40px;
    border-bottom: 3px solid #563A04;
}

.xu-live-content__cont__time {
    padding: 27px 0 9px 0;
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: center;
}


.xu-live-content__cont__time .square {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #563A04;
    margin-right: 6px;
}


.xu-live-content__cont__time>span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #563A04;
    line-height: 32px;
    margin-right: 6px;

}

.xu-live-content__cont__time .next {
    width: 80px;
    height: 32px;
    border: 2px solid #563A04;
    border-radius: 10px;
}

.xu-live-content__cont__time .next>img {
    width: 30px;
    height: 23px;
    margin-top: 5px;
}


.xu-live-content__cont__saishi .top {
    display: flex;
    width: 100%;
    height: 28px;
    background-color: #FFD800;
}

.xu-live-content__cont__saishi .top>div {
    text-align: center;
    line-height: 28px;
    border-right: 0.5px solid #fff;
    border-bottom: 0.5px solid #fff;
}

.xu-live-content__cont__saishi .top .column1 {
    width: 150px;
}

.xu-live-content__cont__saishi .top .column2 {
    width: 460px;
}

.xu-live-content__cont__saishi .top .column3 {
    width: 150px;
}

.xu-live-content__cont__saishi .top .column4 {
    width: 150px;
}

.xu-live-content__cont__saishi .top .column5 {
    width: 174px;
}


.xu-live-content__cont__saishi .content .row {
    display: flex;
    width: 100%;
    height: 50px;
    color: #fff;
    background-color: #563A04;

}

.xu-live-content__cont__saishi .content .col {
    color: #000;
    background-color: #D2B885;
}

.xu-live-content__cont__saishi .content .col a {
    color: #000;
}

.xu-live-content__cont__saishi .content .row>div {
    text-align: center;
    line-height: 50px;
    border-right: 0.5px solid #fff;
    border-bottom: 0.5px solid #fff;
    font-size: 18px;
}


.xu-live-content__cont__saishi .content .row .column1 {
    width: 150px;
}

.xu-live-content__cont__saishi .content .row .column2 {
    width: 460px;
    display: flex;
    justify-content: center;
}

.xu-live-content__cont__saishi .content .row .column2>div {
    width: 192px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.xu-live-content__cont__saishi .content .row .column2>div>img {
    width: 50px;
    height: 38px;
    margin-right: 10px;
}

.xu-live-content__cont__saishi .content .row .column2 .vs {
    margin: 0px 20px;

}

.xu-live-content__cont__saishi .content .row .column3 {
    width: 150px;
}

.xu-live-content__cont__saishi .content .row .column4 {
    width: 150px;
}

.xu-live-content__cont__saishi .content .row .column5 {
    width: 174px;
}

.xu-live-content__cont__saishi .content .row .column5>a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.xu-live-content__cont__saishi .content .row .column5>a>img {
    width: 37px;
    height: 27px;
}

/* 录像回放*/

.xu-video {
    width: 1160px;
    margin: 47px auto 0;
}

.xu-video-title {
    display: flex;
}

.xu-video-title__left {
    width: 280px;
    height: 216px;
}

.xu-video-title__right {
    margin-top: 56px;
    margin-left: 34px;
    width: 942px;
    height: 128px;
}

.xu-video-content {
    width: 1160px;
    padding: 34px 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.xu-video-content__video {
    width: 570px;
    height: 256px;
    background-color: #fff;
    display: flex;
    margin-bottom: 18px;
}

.xu-video-content__video__left {
    width: 282px;
    padding: 42px 0 42px 18px;
}

.xu-video-content__video__left .top {
    display: flex;
}

.xu-video-content__video__left .top>img {
    width: 10px;
    height: 30px;
}

.xu-video-content__video__left .top>a {
    padding: 0 16px;
}

.xu-video-content__video__left .top>a>h2 {
    /*height: 40px;*/
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xu-video-content__video__left .bottom {
    margin-top: 68px;
    padding-left: 28px;
    display: flex;
}

.xu-video-content__video__left .bottom>div {
    width: 92px;
    height: 26px;
    background: #141A48;
    border-radius: 12px;
    text-align: center;
    line-height: 26px;
    margin-right: 10px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    color: #fff;
}

.xu-video-content__video__left .bottom>div>span {
    padding: 0 5px;
}


.xu-video-content__video__right {
    box-sizing: border-box;
    width: 346px;
    height: 256px;
    background: url(../images/bg_lx.png) no-repeat;
    background-size: cover;
    border: 4px solid #FFD800;
    border-left: none;
    background-color: #210D0C;
    opacity: 1.0;
    position: relative;

}


.xu-video-content__video__right .triangle1 {
    position: relative;
    top: -4px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 256px solid #FFD800;
    border-right: 104px solid transparent;
}

.xu-video-content__video__right .triangle1 .triangle2 {
    position: absolute;
    top: -256px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 250px solid #fff;
    border-right: 101px solid transparent;
}

.xu-video-content__video__right>a>img {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 83px;
    right: 72px;

}

.xu-video-content__changepage {
    width: 1160px;
    height: 22px;
    margin: 32px auto 50px;
}

.xu-video-content__changepage>ul {
    display: flex;
    justify-content: center;
}

.xu-video-content__changepage>ul>li {
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border-radius: 50%;
    margin-right: 18px;
}

.xu-video-content__changepage>ul .active {
    background-color: #FFD800;
}


/* 相关赛事 */
.xu-content-right {
    margin-top: 20px;
    width: 346px;

}

.xu-content-right__xg_saishi__title {
    float: right;
    width: 232px;
    height: 80px;
    overflow: hidden;
    margin-bottom: 32px;
}

.xu-content-right__xg_saishi__title>img {
    display: block;
    width: 100%;
    height: 100%;
}

.xu-content-right__xg_saishi__cont .item {
    margin-bottom: 20px;
}

.xu-content-right__xg_saishi__cont .item>a>img {
    display: block;
    width: 348px;
    height: 160px;
}

.xu-content-right__xg_saishi__cont .item>a>div {
    width: 348px;
    padding: 10px 0;
    text-align: center;
    background-color: #74470D;
}

.xu-content-right__xg_saishi__cont .item>a>div>h3 {
    font-size: 18px;
    margin-bottom: 6px;
}

.xu-content-right__xg_saishi__cont .more {
    width: 348px;
    height: 46px;
    background: #74470D;
    text-align: center;

}

.xu-content-right__xg_saishi__cont .more>a {
    font-size: 18px;
    line-height: 46px;

}


/* 最新录像 */
.xu-content-right__zx_luxiang {
    margin-top: 60px;
}

.xu-content-right__zx_luxiang__title {
    float: right;
    width: 232px;
    height: 80px;
    overflow: hidden;
    margin-bottom: 32px;
}

.xu-content-right__zx_luxiang__title>img {
    display: block;
    width: 100%;
    height: 100%;
}

.xu-content-right__zx_luxiang__cont .item {
    width: 348px;
    height: 120px;
    background: url(../images/luxiang_img.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 20px;
    display: flex;
}

.xu-content-right__zx_luxiang__cont .item>a {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}


.xu-content-right__zx_luxiang__cont .item>a>div {
    width: 130px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;

}

.xu-content-right__zx_luxiang__cont .item>a>div>h4 {
    font-size: 18px;
    color: #FDE22F;
}

.xu-content-right__zx_luxiang__cont .item>a>img {
    display: block;
    width: 78px;
    height: 78px;
}

.xu-content-right__zx_luxiang__cont .more {
    width: 348px;
    height: 46px;
    background: #74470D;
    text-align: center;

}

.xu-content-right__zx_luxiang__cont .more>a {
    font-size: 18px;
    line-height: 46px;

}

/* 导航 */
.xu-content {
    padding-top: 150px;
    padding-bottom: 120px;
    width: 1160px;
    margin: auto;
}

.xu-content-navigation {
    width: 1160px;
    margin: 20px auto;
    font-weight: 400;
    color: #B89972;
}

.xu-content-navigation>h4>a {
    font-size: 15px;
    color: #B89972;
}

.xu-content-navigation>h4>span {
    font-size: 15px;
    color: #B89972;
}

.swiper-container {
    width: 1160px;
    height: 1500px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.swiper-wrapper {
    width: 5000px;
    height: 1440px;
    display: flex;
    position: absolute;
    overflow: hidden;

}

.swiper-slide {
    width: 1160px;
    height: 100%;
    cursor: pointer;
}

.swiper-pagination {
    position: absolute;
    bottom: 0;
    width: 1160px;
    height: 60px;
    margin: auto;
    display: flex;
    justify-content: center;
}

.swiper-pagination>span {
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    background-color: #FFFFFF;
    border-radius: 50%;
}

.swiper-pagination .p_swiperBullet_active {
    background-color: #FFD800;
}

.zhibo_btn a {
    background-color: #f00;
    color: white;
    padding: 3px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 19px;
    margin: 12px 5px 0 0;
    cursor: pointer;
    /*border: none; 3px;*/
    transition: transform 0.5s;
    animation: spring-animation 1s infinite alternate;
}

.zhibo_btn a:active {
    transform: scale(0.9);
}

@keyframes spring-animation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}


/* 手机端响应式样式 */
@media (max-width: 576px) {
    .xu-header {
        width: 100%;
        background: url(../images/bg_header.png) no-repeat;
        background-size: 100% 100%;
    }

    .xu-header-top {
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .xu-header-top__logo {
        display: block;
        height: 32px;
        margin: auto;
        padding: 24px 0 18px;
    }

    .xu-header-top__nav {
        width: 100%;
        height: auto;
        min-height: 50px;
        box-sizing: border-box;
        padding: 15px 0 20px;
        background-color: #482814;
        display: flex;
        gap: 15px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        flex-wrap: nowrap;
        white-space: nowrap;
    }

    .xu-header-top__nav::-webkit-scrollbar {
        display: none;
    }

    .xu-header-top__nav>li {
        display: flex;
        white-space: nowrap;
        flex-shrink: 0;
    }

    .xu-header-top__nav>li>a {
        padding: 4px 10px;
        font-size: 14px;
        color: #FFFFFF;
        font-weight: bold;
        white-space: nowrap;
    }

    .xu-header-bottom {
        display: none;
    }

    .xu-live{
        width: 100% !important;
        margin: 0;
        padding: 0;
    }
    .xu-content-navigation, .xu-content{
        width: 100% !important;
    }

    .xu-live-title {
        padding-left: 0;
    }

    .xu-live-title__img1 {
        width: 100%;
    }

    .xu-live .xu-title_content {
        font-size: 28px;
        position: absolute;
        top: -30px;
        right: 60px;
    }

    .xu-live-content {
        padding: 15px 0 23px 0;
    }

    .xu-live-content__top__more {
        top: 15px;
        right: 32px;
    }

    /* 直播内容行和列的响应式样式 */
    .xu-live-content__cont__saishi .content {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .xu-live-content__cont__saishi .content::-webkit-scrollbar {
        display: none;
    }

    .xu-live-content__cont__saishi .content .row {
        width: max-content;
        min-width: 100%;
        display: flex;
        height: auto;
        padding: 8px 0;
    }

    .xu-live-content__cont__saishi .content .row>div {
        line-height: normal;
        font-size: 14px;
        padding: 8px 5px;
    }

    .xu-live-content__cont__saishi .content .row .column1 {
        width: 70px;
        flex-shrink: 0;
    }

    .xu-live-content__cont__saishi .content .row .column2 {
        width: 240px;
        flex-shrink: 0;
        padding: 0;
    }

    .xu-live-content__cont__saishi .content .row .column2>div {
        width: 100px;
        padding: 0;
    }

    .xu-live-content__cont__saishi .content .row .column2>div>img {
        width: 30px;
        height: 22px;
        margin-right: 5px;
    }

    .xu-live-content__cont__saishi .content .row .column2 .vs {
        margin: 0 8px;
        font-size: 12px;
    }

    .xu-live-content__cont__saishi .content .row .column3 {
        width: 80px;
        flex-shrink: 0;
    }

    .xu-live-content__cont__saishi .content .row .column4 {
        width: 60px;
        flex-shrink: 0;
    }

    .xu-live-content__cont__saishi .content .row .column5 {
        width: 50px;
        flex-shrink: 0;
    }

    .xu-live-content__cont__saishi .content .row .column5>a>img {
        width: 30px;
        height: 22px;
    }

    .xu-content-ellipsis {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 60px;
    }
    .xu-video .xu-video-title__left{
        display: none;
    }
    .xu-video .xu-video-title__right{
       margin: 0;
       width: 100%;
       max-width: 100%;
       height: auto;
       display: block;
       box-sizing: border-box;
       padding-left: 5px;
       padding-right: 30px;;
    }
    
    .xu-video-title {
       width: 100%;
       overflow: hidden;
       padding: 0;
       margin: 0;
    }
    
    .xu-video {
       width: 100% !important;
       box-sizing: border-box;
       padding: 0 5px;
    }
    .swiper-container {
        height: 880px;
    }

    .xu-video-content{
        width: 100%;
    }
    .xu-video-content__video{
        height: 150px;
    }

    .xu-video-content__video__right {
        width: 70px;
        height: 150px;
    }
    .xu-video-content__video__right .triangle1,.xu-video-content__video__right .triangle1 .triangle2{
        display: none;
    }
    .xu-video-content__video__right>a>img{
        width: 45px;
        height: 45px;
        position: absolute;
        top: 50px;
        right: 0px;
    }

    .xu-video .xu-live-title__img2{
        margin: 0;
    }

    .xu-video .xu-title_content{
        font-size: 40px;
        top: 72px;
        right: 238px;
    }
    
    /* 页脚响应式样式 */
    .xu-footer{
        height: 578px;
    }
    .xu-footer-friendlink{
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .xu-footer-bottom__center {
        display: block !important;
        width: 100% !important;
        padding: 10px 15px !important;
        box-sizing: border-box;
    }
    
    .xu-footer-bottom__center h3 {
        font-size: 14px;
        margin: 10px 0;
    }
    
    .xu-footer-bottom__center span {
        font-size: 12px;
        line-height: 1.5;
        display: block;
        margin: 8px 0;
    }
    
    .back_top {
        display: block !important;
        margin: 15px auto;
        text-align: center;
    }
    
    .back_top img {
        width: 40px;
        height: 40px;
    }

    .xu-footer-bottom {
        height: 400px;
    }
    .xu-footer-bottom__center .back_top {
        top: 0;
        right: 0;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
    
   
    
    
    
    


}