* {
    margin: 0;
    padding: 0;
    font-family: Source Han Sans CN;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}

/* 文本居中 */
.xu-center-content {
    width: 1180px;
    margin: auto;
}

/* 超出是省略号 */
.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-content-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.xu-bg_img1 {
    width: 100%;
    background: url(../images/bg1.jpg) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 36px;
    overflow: hidden;
}

.xu-bg_img2 {
    width: 100%;
    background: url(../images/bg2.jpg) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 32px;
    overflow: hidden;
}

.xu-bg_img3 {
    width: 100%;
    background: url(../images/bg3.jpg) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 72px;
    overflow: hidden;
}

/* 头部 */
.xu-header {
    width: 100%;
    height: 76px;
    background-color: #121212;
    border-bottom: 1px solid #525252;
}

.xu-header-center {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.xu-header-center__logo {
    width: 240px;
    height: 50px;
    margin-right: 88px;
    /*background-color: blue;*/
}

.xu-header-center__logo>img {
    display: block;
    /*width: 100%;*/
    height: 100%;
    object-fit: fill;
}

.xu-header-center__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.xu-header-center__nav__li {
    width: 169px;
    height: 76px;
    border: 1px solid #ed777b;
}

.xu-header-center__nav__li>a {
    height: 76px;
    font-size: 22px;
    color: #ed777b;
    display: flex;
    justify-content: center;
    align-items: center;
}

.xu-header-center__nav__li>a>img {
    margin-right: 10px;
}

.nav-active {
    background: linear-gradient(-37deg, #e65561 0%, #702830 100%);
    color: #fff !important;
    font-weight: bold;
}

/* 赛事直播的说明 */
.xu-saishi-content__live {
    box-sizing: border-box;
    width: 100%;
    padding: 20px 0 10px 30px;
}

.xu-saishi-content__live__top {
    width: 1100px;
    height: 50px;
    background: #303030;
    border: 1px solid #d8d1c1;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.xu-saishi-content__live__top>div {
    height: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xu-saishi-content__live__top>div>img {
    margin-right: 6px;
}

.xu-saishi-content__live__top .column1 {
    width: 130px;
}

.xu-saishi-content__live__top .column2,
.column3 {
    width: 150px;
}

.xu-saishi-content__live__top .column4 {
    flex: 1;
}

.xu-saishi-content__live__top .column5 {
    width: 182px;
}

.xu-live-scroll {
    width: 100%;
    height: 720px;
}

.xu-saishi-content__live__cont {
    width: 1118px;
}
.xu-saishi-content__cate-name {
    color: #8f343d!important;
}

.xu-saishi-content__live__cont .row {
    width: 1100px;
    height: 60px;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.xu-saishi-content__live__cont .row:hover {
    cursor: pointer;
    background-color: #fff;
    font-weight: 500;
    color: #8f343d;
    border-radius: 4px;
}

.xu-saishi-content__live__cont .row:hover .column3>span {
    color: #8f343d !important;
}

.xu-saishi-content__live__cont .row:hover .column5>a>span {
    color: #8f343d !important;
}

.xu-saishi-content__live__cont .row>div {
    text-align: center;
}

.xu-saishi-content__live__cont .row .column1 {
    width: 130px;
}

.xu-saishi-content__live__cont .row .column2,
.column3 {
    width: 150px;
}

.xu-saishi-content__live__cont .row .column4 {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.xu-saishi-content__live__cont .row .column4>div {
    display: flex;
    align-items: center;
}

.xu-saishi-content__live__cont .row .column4>div>span {
    display: block;
    width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xu-saishi-content__live__cont .row .column4>div>img {
    display: block;
    width: 38px;
    height: 38px;
    object-fit: cover;
}

.xu-saishi-content__live__cont .row .column4 .vs {
    font-size: 22px;
    margin: 0 16px;
}

.xu-saishi-content__live__cont .row .column5>a {
    width: 182px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.xu-zhibo-img {
    width: 30px;
    height: 27px;
    margin-left: 8px;
    position: relative;
}

.xu-saishi-content__live__cont .row .column5>a>img {
    display: block;
    width: 100%;
    height: 100%;
}

.xu-hover_zhibo-img {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

/* 热门直播频道 */
.xu-hot_events {
    height: 50px;
    border: 1px solid #e3bf86;
    display: flex;
    align-items: center;
}

.xu-hot_events-left {
    padding-left: 20px;
    width: 162px;
    height: 40px;
    position: relative;
}

.xu-hot_events-left>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.xu-hot_events-left::after {
    content: '|';
    position: absolute;
    top: 7px;
    right: -20px;
    color: #fff;
}

.xu-hot_events-right {
    margin-left: 30px;
    width: 960px;
    height: 50px;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
}

.xu-hot_events-right>li {
    padding: 0 16px;
    height: 50px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.xu-hot_events-right>li>a {
    color: #e3bf86;
    display: block;
    height: 26px;
}

.xu-hot_events-right>li:hover {
    background-color: #b40606;
}


/* 热门资讯 */
.xu-hot-news {
    margin-top: 18px;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
}

.xu-hot_news-left {
    width: 500px;
}

.xu-news-left__title {
    width: 100%;
    border-bottom: 2px solid #383838;
    display: flex;
    justify-content: space-between;
    align-items: last baseline;
    margin-bottom: 20px;
}

.xu-news-left__title>div {
    height: 32px;
    display: flex;
    align-items: center;
}

.xu-news-left__title__icon {
    width: 24px;
    height: 14px;
    object-fit: fill;
}

.xu-news-left__title__cont {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #fdf9d3;
    margin: 0 12px;
}

.xu-news-left__title__information {
    width: 212px;
    height: 20px;
    object-fit: fill;
}

.xu-news-left__title__more {
    color: #fdf9d3;
    font-size: 14px;
}

/* 轮播图 */
.xu-hot_news-left .swiper-container {
    width: 500px;
    height: 410px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.xu-hot_news-left .swiper-wrapper {
    width: 3000px;
    height: 410px;
    display: flex;
    position: absolute;
    overflow: hidden;
}

.xu-hot_news-left .swiper-slide {
    width: 500px;
    height: 100%;
}

.xu-hot_news-left .swiper-slide>a {
    width: 500px;
    height: 100%;
    position: relative;
}

.xu-hot_news-left .swiper-slide-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #e65561;
}

.xu-hot_news-left .swiper-slide-span {
    position: absolute;
    left: 10px;
    bottom: 12px;
    color: #fff;
    width: 410px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xu-hot_news-left .swiper-pagination {
    position: absolute;
    right: 10px;
    bottom: 17px;
    width: 60px;
    display: flex;
    justify-content: center;
}

.xu-hot_news-left .swiper-pagination>span {
    display: block;
    width: 8px;
    height: 8px;
    margin-right: 4px;
    background-color: #ffffff;
    border-radius: 50%;
}

.xu-hot_news-left .swiper-pagination .p_swiperBullet_active {
    background-color: #ce3f39;
}

.xu-hot_news-left .swiper-button-prev {
    position: absolute;
    top: 160px;
    left: 10px;
    cursor: pointer;
    width: 25px;
    height: 35px;
    line-height: 35px;
    background: #2c2f3a;
    opacity: 0.5;
}

.xu-hot_news-left .swiper-button-next {
    position: absolute;
    top: 160px;
    right: 10px;
    cursor: pointer;
    width: 25px;
    height: 35px;
    line-height: 35px;
    background: #2c2f3a;
    opacity: 0.5;
}




/* <!--最新资讯 & 精彩瞬间 --> */
.xu-zx_news {
    margin-top: 40px;
    padding: 0 20px;
    box-sizing: border-box;
}

.xu-zx_news-content {
    width: 100%;
    /* height: 700px; */
    background-color: #192737;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
}

.xu-zx_news-content__left {
    width: 810px;
    padding: 18px 0 18px 8px;
    box-sizing: border-box;
}

.xu-zx_news-content__left__item {
    width: 100%;
    margin-bottom: 14px;
}

.xu-zx_news-content__left__item .item_title {
    font-size: 16px;
    color: #ffffff;
    display: flex;
}

.xu-zx_news-content__left__item .item_title>i {
    display: block;
    width: 5px;
    height: 22px;
    background-color: #8d012c;
    border-radius: 3px;
    margin-right: 12px;
}

.xu-zx_news-content__left__item .item_left {
    margin-left: 16px;
    width: 500px;
    color: #dbdbdb;
    justify-content: space-between;
}

.xu-zx_news-content__left__item .item_left .item_left_cont>a {
    width: 500px;
    font-size: 14px;
    color: #dbdbdb;
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
}

.xu-zx_news-content__left__item .item_left .item_left_cont>a>span:first-child {
    width: 386px;
}

.xu-zx_news-content__left__item .item_left .item_left_cont>a:hover {
    color: #ce3f39;
}

.xu-zx_news-content__left__item .item_right {
    margin-left: 28px;
    width: 260px;
    height: 295px;
    position: relative;
    border-radius: 4px;
}

.xu-zx_news-content__left__item .item_right>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.xu-zx_news-content__left__item .item_right .item_right_bg {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 99%;
    height: 20px;
    background: url(../images/shade.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.xu-zx_news-content__right {
    margin-right: 14px;
    width: 290px;
    height: 628px;
    margin-top: 40px;
    background-color: #b67f54;
    position: relative;
}

.xu-zx_news-content__right>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.xu-paly-icon {
    position: absolute;
    top: 45%;
    left: 40%;
    font-size: 70px !important;
    color: #b1831b !important;
}

/* 录像回放 */
.xu-luxiang-title {
    width: 564px;
    height: 58px;
}

.xu-luxiang-content {
    width: 1140px;
    margin: auto;
    /* height: 454px; */
    background-color: #192737;
    border-radius: 6px;
    padding: 38px 30px 20px 36px;
    box-sizing: border-box;
}

.xu-luxiang-content__cont {
    margin-top: 22px;
}

.xu-luxiang_item {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.xu-luxiang_item-left {
    width: 730px;
    display: flex;
    align-items: center;
    color: #e7e5c3;
}

.xu-luxiang_item-left:hover {
    color: #bd4346;
}

.xu-luxiang_item-left:hover .luxiang_item_icon {
    color: #bd4346 !important;
}

.xu-luxiang_item-left:hover>a .luxiang_item_text {
    color: #bd4346;
}

.luxiang_item_icon {
    font-size: 16px !important;
    color: #e7e5c3 !important;
    margin-right: 4px !important;
}

.luxiang_item_text {
    display: block;
    width: 570px;
    color: #e7e5c3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.luxiang_item_time {
    font-size: 14px;
    margin-left: 50px;
}

.xu-luxiang_item-tag {
    margin-left: 20px;
    display: flex;
}

.luxiang_item_tag {
    width: 42px;
    font-size: 14px;
    color: #666666;
    margin-right: 20px;
}

.luxiang_item_tag_t1 {
    display: block;
    width: 58px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 14px;
    color: #bd4346;
    border: 1px solid #bd4346;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-right: 12px;
}

.xu-luxiang_item-tag>a:last-child>span {
    color: #e8cf96;
    border: 1px solid #e8cf96;
}

.luxiang_item_paly {
    margin-left: 12px;
    width: 26px;
    height: 26px;
}

/* 底部 */
.xu-footer {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-color: #131212;
}

.xu-footer-center {
    width: 900px;
    height: 188px;
    margin: 54px auto 0;
    display: flex;
}

.footer_friendly_link {
    width: 430px;
    height: 188px;
    overflow: hidden;
    box-sizing: border-box;
    padding-right: 56px;
    border-right: 1px solid #656565;
}

.footer_friendly_link_url {
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.footer_friendly_link_url>li {
    margin: 0 10px 10px 0;
}

.footer_friendly_link_url>li>a {
    color: #656565;
}

.footer_friendly_link_url>li>a:hover {
    color: #C2C2C2;
}

.footer_right_statement {
    width: 470px;
    height: 188px;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 56px;
    color: #656565;
}

.statement_content {
    /*margin-top: 10px;*/
    width: 100%;
    line-height: 26px;
}

.footer_beian {
    margin-top: 10px;
    text-align: center;
}

/* 赛事推荐 */
.xu-saishituijian-title {
    width: 273px;
    height: 33px;
}

.xu-saishituijian-cont {
    width: 338px;
    /* height: 560px; */
    border-radius: 6px;
    background: #202938;
    padding: 18px;
    box-sizing: border-box;
}

.saishituijian-cont-item {
    width: 100%;
    height: 118px;
    /*background-color: #27384D;*/
    background: url("../images/live_bg01.png");
    border-radius: 6px;
    padding-left: 10px;
    box-sizing: border-box;
    margin-bottom: 16px;
}

.cont_item_time {
    padding-top: 10px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    color: #fff;

}

.cont_item_time>span:first-child {
    width: 66px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background-color: #FF7A7A;
    border-radius: 4px;
    font-size: 14px;
    margin-right: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cont_item_vs {
    color: #fff;
    display: flex;
    padding-right: 10px;
    margin-bottom: 14px;
}

.cont_item_vs_event {
    display: flex;
    align-items: center;
}

.cont_item_vs_event>span {
    display: block;
    width: 85px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cont_item_vs_event>img {
    width: 24px;
    height: 24px;
    object-fit: cover;
}

.cont_item_vs .item_vs {
    font-size: 24px;
    margin: 0 12px;
}

.cont_item_lianjie {
    width: 292px;
    display: flex;
    padding-right: 10px;
    box-sizing: border-box;
    align-items: center;
    overflow: hidden;
    justify-content: center;
}

.cont_item_lianjie>a {
    display: flex;
    height: 15px;
    flex-shrink: 0;
    font-size: 14px;
    color: #fff;
    margin-right: 16px;
}

.cont_item_lianjie_img {
    display: block;
    width: 15px;
    height: 15px;
    object-fit: cover;
    margin-right: 6px;
}

.cont_item_lianjie>a>span {
    line-height: 15px;
}


/* 导航 */
.xu-navigation {
    margin: 20px auto;
}

.xu-navigation>h4 {
    width: 100%;
    height: 18px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.xu-navigation>h4>a {
    color: #fff;
}

.xu-navigation>h4>a:hover {
    color: #CE3F39;
}

.class_color {
    color: #FE8F01;
    ;
}

.class_none {
    display: none;
}

.xu-news-left__content__bottom {
    width: 100%;
    height: 26px;
    margin-top: 40px;
    padding-bottom: 50px;
}

.xu-news-left__content__bottom>ul {
    display: flex;
    justify-content: center;
}

.xu-news-left__content__bottom>ul>li {
    padding: 8px 10px;
    color: #fff;
    background-color: #0A1521;
    margin-right: 10px;
}

.xu-news-left__content__bottom>ul>li>a {
    color: #999999;
}

.xu-news-left__content__bottom>ul>.active {
    color: #0A1521;
    background-color: #fff;
}

.xu-news-left__content__bottom>ul .previous {
    padding-right: 14px;
}

.xu-news-left__content__bottom>ul .next {
    padding-left: 14px;
}