* {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #fff;
}

/* 支持左右拖动，显示多个 */
.xu-drag-side {
    display: -webkit-box !important;
    width: 100%;
    overflow: auto;
    /*适应苹果*/
    -webkit-overflow-scrolling: touch;
}

.xu-drag-side::-webkit-scrollbar {
    width: 0 !important;
    height: 0;
}

/* 头部 */
.xu-header {
    width: 100%;
    background: url(../images/bg_header.jpg) no-repeat;
    background-size: 100% 100%;
}

.xu-header-logo {
    display: block;
    width: 116px;
    height: 32px;
    margin: auto;
    padding: 24px 0 18px;
}


.xu-header-hot_nav {
    box-sizing: border-box;
    padding: 12px 14px;
    background-color: #482814;

}

.xu-header-hot_nav>a {
    margin-right: 10px;
    display: flex;
}


.xu-header-hot_nav>a>li {
    padding: 4px 10px;
    font-size: 14px;
    color: #222222;
    font-weight: bold;
    background-color: #409EFF;

}

.xu-header-hot_nav>a>li {
    padding: 4px 10px;
    font-size: 14px;
    color: #222222;
    font-weight: bold;
    background-color: #409EFF;

}

.xu-header-hot_nav>a .active {
    background-color: #477979;
}

/* 更多赛事 */
.xu-more_events {
    box-sizing: border-box;
    width: 100%;
    padding: 12px 14px;
    text-align: center;
}

.xu-more_events>h3 {
    font-size: 18px;
    font-weight: 300;
    color: #106b67;
}

.xu-more_events-content {
    padding-top: 10px;
    padding-bottom: 70px;
}

.xu-more_events-content>h3 {
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #106b67;
    margin-bottom: 6px;
}

.xu-more_events-content__url {
    width: 100%;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
}

.xu-more_events-content__url>a>span {
    display: block;
    margin: 0 10px 6px 0;
    color: #106b67;
}

.xu-more_events-content__record {
    font-size: 12px;
    color: #106b67;
    margin-top: 4px;
}

.xu-more_events-content__record>a {
    color: #106b67;
}

/* 底部 */
.xu-footer {
    margin-top: 16px;
    width: 100%;
    height: 70px;
    border-top: 1px solid #EFEFEF;
    display: flex;
    justify-content: space-around;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
}

.xu-footer-icon {
    margin-top: 8px;
    /*width: 34px;*/
    display: flex;
    flex-direction: column;
    text-align: center;
    /* flex: 1; */
    justify-content: center;
    align-items: center;
}

.xu-footer-icon>a {
    font-size: 15px;
    font-weight: bold;
    color: #106b67;
    padding: 5px 0 3px;
}

.xu-footer-icon .active {
    border-bottom: 3px solid #106b67;
}

/* 重要赛事 */
.xu-hot_events-content__cont .item {
    margin-top: 12px;
    width: 100%;
    height: 94px;
    background-color: #106b67;
    border-radius: 10px;
    margin-bottom: 12px;
}

.xu-hot_events-content__cont .item_bg_color {
    background-color: #477979;
}

.xu-hot_events-content__cont .item .top {
    box-sizing: border-box;
    height: 70px;
    padding: 10px 26px;
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.xu-hot_events-content__cont .item .top .left {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.xu-hot_events-content__cont .item .top .left>h2 {
    font-size: 17px;
    margin-bottom: 4px;
}

.xu-hot_events-content__cont .item .top .left>span {
    font-size: 13px;
}

.xu-hot_events-content__cont .item .top .center>div {
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.xu-hot_events-content__cont .item .top .center>div>img {
    /*width: 36px;*/
    height: 20px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-right: 8px;
}

.xu-hot_events-content__cont .item .top .right>h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}

.xu-hot_events-content__cont .item .bottom {
    height: 24px;
    display: flex;
    justify-content: space-between;
    color: #106b67;
    position: relative;
}

.xu-hot_events-content__cont .item .bottom .left {
    position: relative;
    width: 80px;
    height: 0px;
    border-width: 0px 12px 24px 0;
    border-style: solid;
    border-color: transparent transparent #409EFF transparent;
    border-bottom-left-radius: 10px;
}

.xu-hot_events-content__cont .item .bottom .left>span {
    position: absolute;
    top: 4px;
    left: 12px;
    font-size: 12px;
}

.xu-hot_events-content__cont .item .bottom .right {
    position: relative;
    width: 280px;
    height: 0px;
    border-width: 0px 12px 24px 0;
    border-style: solid;
    border-color: transparent transparent #409EFF transparent;
    transform: rotate(180deg);
    border-top-left-radius: 10px;
}

.xu-hot_events-content__cont .item .bottom>a {
    position: absolute;
    top: 4px;
    left: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #106b67;
}

.xu-hot_events-content__cont .item .bottom>a>img {
    width: 28px;
    height: 14px;
    margin-right: 10px;
}

.xu-hot_events-content__cont .item .it_color {
    color: #1B1B1B !important;
}

.xu-hot_events-content__cont .item .bottom .le_color {
    border-color: transparent transparent #106b67 transparent !important;
    color: #fff !important;
}

/* 导航 */
.xu-navigation {
    box-sizing: border-box;
    font-size: 12px;
    color: #106b67;
    width: 100%;
    padding: 9px 14px;
    border-bottom: 2px solid #106b67;
}

.xu-navigation>a {
    color: #106b67;
}


/* 最新资讯 */
.xu-zx_news {
    width: 100%;
    margin-top: 14px;
}

.xu-zx_news-title {
    width: 100%;
    height: 30px;

}

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

.xu-zx_news-content {
    padding: 16px 10px;
    box-sizing: border-box;
}

.xu-zx_news-content__item {
    margin-bottom: 12px;
    display: flex;
    background-color: #106b67;
}

.xu-zx_news-content__item>a>img {
    display: block;
    width: 148px;
    height: 120px;
    object-fit: cover;
}

.xu-zx_news-content__item .right {
    width: 57%;
    height: 120px;
    padding: 9px 8px;
    box-sizing: border-box;

}

.xu-zx_news-content__item .right>a>h2 {
    font-size: 12px;
    margin-bottom: 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.xu-zx_news-content__item .right>a>div {
    font-size: 11px;
    line-height: 14px;
    height: 56px;
    overflow: hidden;
}

.xu-zx_news-content__item .right .bottom {
    display: flex;
    color: #fff;
    font-size: 11px;
    justify-content: space-between;
    margin-top: 8px;
}

.xu-zx_news-content__item .right .bottom>div {
    display: flex;
    height: 12px;
    align-items: center;
}

.xu-zx_news-content__item .right .bottom>div>img {
    width: 15px;
    height: 12px;
    object-fit: fill;
    margin-right: 6px;
}

.xu-zx_news-content .xu-zx_news-bottom {
    background-color: #106b67;
}

.xu-zx_news-content .xu-zx_news-bottom>ul {
    display: flex;
    font-size: 36px;
}

.xu-zx_news-content .xu-zx_news-bottom>ul>li {
    flex: 1;
    text-align: center;
}

/* 资讯 */
.xu-news {
    box-sizing: border-box;
    width: 100%;
    padding: 11px 14px 30px;

}

.xu-news-img {
    position: relative;
    width: 100%;
    height: 170px;
    border-radius: 10px;

}

.xu-news-img>a {
    position: relative;
}

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

.xu-news-img__bg_img {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 56px;
    background: url(../images/bg_news.png) no-repeat;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 84px;
    overflow: hidden;

}