* {
    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/content_img/bg.jpg) no-repeat;
    background-size: 100% 100%;
}


/* 头部 */
.xu-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 120px;
    background: #38200B;
    opacity: 0.8;
}

.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: 400px;
    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: 218px;
    margin: auto;
    padding: 32px 12px 24px;
    border-bottom: 1px solid #999;
    color: #fff;
}

.xu-footer-friendlink__url {
    width: 100%;
    height: 156px;
    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: 80px;
    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 .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/img_index/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/content_img/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 {
    position: relative;
    top: 0;
    left: -50px;
    width: 1200px;
    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;
}