<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,html{
    background-color: #141417;
    margin: 0;
    padding: 0;
    font-size: 12px;
}
li{
    list-style: none;
}

@media screen and (min-width:310px) and (max-width:3000px) {
    a{
        text-decoration: none;
    }
    p,ul,li{
        margin: 0;
        padding:0;
    }
    .deail_head{
        z-index: 888;
        position: relative;
    }
    .public-menu-panel{
        position: fixed;
        display: none;
        max-width: 800px;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-color: black;
        z-index: 9999;
    }
    .public-menu-panel .close-btn{
        position: absolute;
        right: 10px;
        width: 30px;
        height: 30px;
        top:16px;
    }
    .public-menu-panel .desc-panel{
        display: flex;
        align-items: center;
        padding: 10px 60px 10px 10px;
        font-weight: 500;
        border-bottom: 1px solid #909399;
        font-size: 1rem;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }
    .public-menu-panel .option-panel{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap:40px 10px;
        text-align: center;
        color: white;
        margin-top: 3rem;
        justify-items:center;
    }

    .public-menu-panel .option-panel &gt; a{
        text-align: center;
        color: white;
    }
    .public-menu-panel .option-panel &gt; a img{
        width: 30px;
        height: 30px;
    }
    .public-menu-panel .option-panel .text-option{
        text-align: center;
    }
    .public-menu-panel .option-panel .text-option a{
        text-decoration: none;
        color: white;
        font-size: 1rem;
    }
    .header_panel{
        background-color: #141417;
        max-width: 800px;
        margin: auto;
    }

    .header_panel .header-logo{
        display: flex;
        align-items: center;
        margin: 0 1vw;
        height: 5rem;
    }
    .header-logo .icon_logo {
        width: 60px;
        height: 48px;
    }
    .header-logo .left{
        display: flex;
        align-items: center;
        margin-right: 10px;
        flex: 1;
    }
    .header-logo .h1{
        color: white;
        font-weight: 500;
        margin-left: 10px;
        font-size: 1rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow:ellipsis;
    }
    .header-logo .menu-image{
        width: 35px;
        height: 35px;
    }
    .header_panel .title_h1{
        color: white;
        font-size: 1.2rem;
        padding: 0 1rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .header_panel .menu_panel{
        text-align: center;
    }
    .header_panel .menu_panel .left{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap:10px;
        justify-items:center;
    }
    .header_panel .menu_panel .leg-list-panel {
        position: relative;
    }
    .header_panel .menu_panel .leg-list-panel .col-panel{
        display: flex;
        color:white;
        margin:.8rem .4rem 0 .4rem;
        background-color: #1A1C22;
        justify-content: space-between;
        align-items: center;
        max-width: 800px;
        padding: 0.5rem 0.8rem;
    }
    .header_panel .menu_panel .leg-list-panel .leg-list-result{
        color: white;
        position: absolute;
        width: 100%;
        max-height: 25rem;
        overflow-y: auto;
        display: none;
        background-color: black;
        z-index: 888;
        max-width: 800px;
    }
    .header_panel .menu_panel .leg-list-panel .leg-list-result ul li{
        padding: .6rem 1rem;
        font-size: 1.2rem;
        text-align: left;
        border-bottom: 1px solid #606266;
    }
    .leg-list-panel .leg-list-result ul li a{
        color: white;
    }
    .header_panel .menu_panel .left&gt;div{
        font-size: 1.2rem;
        width: 95%;
        line-height: 3rem;
        height: 3rem;
        border-radius: 5px;
        background-color: #1A1C22;
    }
    .header_panel .menu_panel .left&gt;div.active{
        background-color: #3A7AFF;
    }
    .header_panel .menu_panel .left&gt;div.active a{
        color:white !important;
    }
    .header_panel .menu_panel .left&gt;div&gt;a{
        color: white;
        text-decoration: none;
    }
    .menu_panel .right .selected-ac{
        display: none;
    }
    .public-header{
        /*display: grid;*/
        height: 4rem;
        align-items: center;
        background-color: #3A7AFF;
        font-size: 1.2rem;
        grid-template-columns: 16% 16% 1fr 18% 18%;
        display: flex;
        justify-content: space-around;
    }
    .public-header .public-menu{
        text-align: center;
        height: 4rem;
        line-height: 4rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: white;
    }
    .public-header .public-menu.active{
        border-bottom: 2px solid white;
    }
    .public-header .menu-item{
        color:white;
        text-decoration: none;
    }

    .match_panel{
        max-width: 800px;
        margin: 1rem auto;
    }
    .match_panel .more-panel{
        margin-top: 1rem;
        text-align: center;
    }

    .load-more {
        cursor: pointer;
        background-image: linear-gradient(
                -161deg, #ddfa00 0, #eea41c 100%);
        text-align: center;
        color: #303133;
        height: 3rem;
        border-radius: 2px;
        line-height: 3rem;
        text-decoration: none;
        font-weight: 400;
        margin: auto;
        font-size: 1rem;
        padding: .4rem 2rem;
        width: 20rem;
    }

    .football_match_item{
        color:white;
        margin-bottom: 1rem;
        display: inline-block;
        width: 96%;
        margin-left: 2%;
        background-image: linear-gradient(#192132, #211a20);
        border-radius: 4px 4px 0 0;
        height: 206px;
    }
    .football_match_item.hot_match{
       background-color: #3B0909;
        background-image: none !important;
    }
    .football_match_item.hot_match .football_item_title{
        background-color: #431313;
    }
    .football_match_item.hot_match .football_item_team_info .match-status-panel .score{
        background-color: #431313;
    }
    .football_match_item .football_item_title{
        display: flex;
        align-items: center;
        background-color: #29242C;
        height: 40px;
        border-radius: 4px 4px 0 0;
        padding: 0 2vw;
    }
    .football_match_item .football_item_team_info{
        display: flex;
        justify-content: space-between;
        padding:1rem 0;
    }
    .football_match_item  .item-btns{
        margin-top:12px;
        display: grid;
        grid-template-columns: 110px 1fr;
        grid-gap: 10px;
    }
    .football_match_item  .item-btns a{
        text-align: center;
        border-radius: 10px;
        color: white;
        text-decoration: none;
        font-size: 1rem;

    }

    .football_match_item  .item-btns .btn-d{
        background-color: #292E36;
    }
    .football_match_item  .item-btns .btn-t{
        background-color: #F5C344;
        color: black;
    }
    .football_match_item  .item-btns .btn-g{
        background-color: #3A7AFF;
    }
    .football_match_item .football_item_team_info .match-status-panel{
        position: relative;
        flex: 1;
        text-align: center;
    }
    .football_match_item .football_item_team_info .match-status-panel .vs{
        position: absolute;
        bottom: 10px;
        font-size: 1.6rem;
        font-weight: bold;
        width: 100%;
        color: white;
        text-align: center;
    }
    .football_match_item .football_item_team_info .match-status-panel .match-time{
        position: absolute;
        bottom: 44px;
        font-size: 1.2rem;
        width: 100%;
        text-align: center;
        color: white;
        font-weight: 400;
    }
    .football_match_item .football_item_team_info .match-status-panel .score{
        position: absolute;
        bottom: 0px;
        font-size: 1.6rem;
        font-weight: bold;
        width: 60%;
        background-color: #29242B;
        color: #FF2727;
        text-align: center;
        left: calc(50% - 30%);
        height: 36px;
        line-height: 36px;
        border-radius: 6px;
    }
    .football_match_item .football_item_team_info .team-item{
        width: 30%;
        text-align: center;
    }
    .team-item .team-name{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: white;
        font-size: 1.2rem;
        margin-top:1rem;
    }
    .football_match_item .match_time{
        margin-left: auto;
    }
    .football_match_item .team_image{
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }


    .bottom_panel{
        padding: 2rem 2vw;
        color: white;
        max-width: 800px;
        margin: 20px auto auto auto;
        font-size: 1.2rem;
    }

    .bottom_panel .bottom_content .description{
        margin-top: 2rem;
    }



    /***********************detail begin****************************/

    .deail_head .detail-title{
        font-size:1.2rem;color:white;padding:0.6rem 0.8rem;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
    }
    .deail_head .detail-match-info{
        background-color: #1E1C26;
    }
    .deail_head .detail-match-info .detail-panel{
        display: flex;
        color: white;
        justify-content: center;
        padding: 1.2rem 1rem 1rem 1rem;
        align-items: center;
    }
    .deail_head .detail-match-info .detail-panel .score-info{
        width: 10rem;
        text-align: center;
        font-size: 1.4rem;
    }
    .deail_head .detail-match-info .detail-panel .status-text{
        color: red;
        font-size: .8rem;
        margin-top: .8rem;
    }
    .deail_head .detail-match-info .detail-panel .match-time{
        margin-top:.8rem;
        color: #909399;
        font-size: 1rem;
        color: red;
    }
    .deail_head .detail-match-info .detail-panel .score-info .score{
        font-size: 1.4rem;
    }
    .detail-match-info .detail-panel .home,.detail-panel .guest{
        text-align: center;
        white-space: nowrap;
        font-size: 1rem;
        width: 18rem;
    }
    .detail-match-info .detail-panel .home .team-name,.detail-panel .guest .team-name{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 1vh;
    }
    .deail_head .detail-match-info .detail-panel img{
        border-radius: 50%;
        width: 40px;
        height: 40px;
    }
    .detail-match-info .detail-odds{
        margin-top:1.2vh;
    }
    .detail-match-info .detail-odds .detail-odd-title{
        display: flex;
        justify-content: center;
    }
    .detail-odd-title .odd-title-item{
        width: 19rem;
        border: 1px solid white;
        color: white;
        border-radius: 10px;
        text-align: center;
        margin: 0 1.2rem;
        height: 2.6rem;
        line-height: 2.6rem;
    }
    .detail-odd-title .odd-title-item.active{
        background-color: #3A7AFF;
        border: 2px solid #3A7AFF;
    }
    .detail-odds .detail-odd-list-panel{

    }
    .detail-odds .detail-odd-list{
        color:white;
        grid-template-columns: 1fr 1fr 1fr;
        display: grid;
        grid-gap:10px;
        justify-items:center;
        width: 88%;
        margin:  auto;
        padding: 1.6rem 0;

    }
    .detail-odds .detail-odd-list .odd-list-item{
        width: 14vh;
        font-size: .8rem;
        display: flex;
        padding: .5rem 1.2rem;
        align-items: center;
        justify-content: space-between;
        background-color: #2A2B47;
    }
    .detail-odds .detail-odd-list .odd-list-item-d{
        background-color: #2A2B47;
        padding: .5rem 1.2rem;
    }
    .detail-data-main-panel{
        position: relative;
    }
    .v3-video-panel{
        font-size: 1.2rem;
        position: sticky;
        top: 0px;
        background-color: #141417;
        z-index: 555;
        padding-top: 10px;
    }
    .detail-chat-panel{

    }
    .v3-video-panel .video-main{
        background-color: #606266;
        margin: 0 .6rem;
        overflow: hidden;
        position: relative;
        border: 1px solid #606266;

    }

    .v3-video-panel .video-main .message-panel{
        display: none;
        position: absolute;
        top: 4.2rem;
        text-align: center;
        color: white;
        width: 80%;
        left: calc(50% - 40%);
    }
    .v3-video-panel .video-main .advert-detail{

    }
    .v3-video-panel .video-main .advert-detail img{
        width: 100%;
        position: absolute;
        top: 0;
        z-index: 998;
        left: 0;
        height: 100%;
    }

    .v3-video-panel .video-main .advert-detail .close-btn{
        position: absolute;
        right: 10px;
        top: 2px;
        z-index: 999;
        color: white;
        font-size: 1rem;
        font-weight: 600;
    }
    .v3-video-panel .source-type{
        display: flex;
        justify-content: start;
        margin: .8rem 0.4rem;
    }
    .v3-video-panel .source-type .video-source-btn{
        background-color: #444C57;
        color:white;
        padding:.4rem 1rem;
        margin-right: 0.6rem;
        font-size: .6rem;
    }
    .v3-video-panel .source-type .video-source-btn.active{
        background-color: #3A7AFF;
        color: white;
    }
    .v3-video-panel .detail-page-menu{
        display: flex;
        color: white;
        justify-content: space-around;
        background-color: #1A1C22;
        height: 45px;
        line-height: 45px;
        margin-top: 1.6rem;
        font-size: 1rem;
    }
    .v3-video-panel .detail-page-menu .detail-menu-item.active{
        border-bottom: 2px solid #3A7AFF;
        color: #3A7AFF;
    }
    .v3-video-panel .detail-page-menu .detail-menu-item.active a{
        color: #3A7AFF;
    }
    .v3-video-panel .detail-page-menu .detail-menu-item a{
        color: white;

    }


    .detail-data-panel{
        color:white;
        font-size: 1rem;
    }

    .detail-data-panel .detail-tips-header{
        display: flex;
        justify-content: space-between;
        margin: 1.6rem 1.8rem;
    }
    .detail-data-panel .detail-tips-header .tips-team{
        display: flex;
    }
    .detail-data-panel .detail-tips-header .tips-team p{
        width: 4px;
        height: 100%;
        background-color: red;
    }
    .detail-data-panel .detail-tips-header .team-name{
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .detail-data-panel .detail-data-chat-top{
        background-color: #1A1C22;
        height: 100px;
        margin:.6rem .6rem;
        display: flex;
        overflow: hidden;
        padding: .6rem 0;
        justify-content: space-between;
        align-items: center;
    }
    .detail-data-panel .detail-data-chat-top div{
        position: relative;
    }
    .detail-data-panel .detail-data-chat-top .desc-text{
        position: absolute;
        bottom:18px;
        height:30px;
        width:30px;
        font-size: 1rem;
    }
    .detail-data-panel .detail-data-chat-top .left-text{
        left:-4px;
        text-align: right;
        top: 30px;
    }
    .detail-data-panel .detail-data-chat-top .right-text{
        right:-4px;
        text-align: left;
        top: 30px;

    }
    .detail-data-panel .detail-data-chat-bottom{
        display: flex;
        margin:.6rem .6rem;
        height: 120px;
        padding: .6rem 0 .6rem 0;
        background-color: #1A1C22;
        justify-content: space-between;
    }
    .detail-data-panel .detail-data-chat-bottom .data-panel{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap:4px;
        justify-items:center;
    }
    .detail-data-panel .detail-data-chat-bottom .data-panel img{
        width: 20px;
        height: 20px;
    }

    .detail-data-panel .detail-data-chat-bottom .chart-panel{
        flex: .8;
        display: grid;
        grid-template-rows: 20px 23px 20px 20px 20px 20px;
        margin-top: -14px;
    }
    .detail-data-panel .detail-data-chat-bottom .chart-panel{
        text-align: center;
    }
    .detail-data-panel .detail-data-chat-bottom .chart-panel .line-chart{
        display: flex;
    }
    .chart-panel .line-chart .left{
        background-color: #FF3A3A;
        width: 50%;
        border-radius: 4px 0px 0px 4px;
        height: 12px;
    }
    .chart-panel .line-chart .right{
        background-color: #3A7AFF;
        width: 50%;
        border-radius: 0px 4px 4px 0px;
        height: 12px;
    }

    .detail-data-panel .detail-data-event-list{
        background-color: #1A1C22;
        margin:.6rem .6rem 0 .6rem;
    }
    .detail-data-panel .detail-data-event-list ul li{
        border-bottom: 1px solid #303133;
        padding: .6rem 0;
    }

    .detail-data-panel .detail-data-event-list ul .status-li{
        padding:1.6rem 4.2rem;
        color: #FF3A3A;
    }
    .detail-data-panel .detail-data-event-list ul .event-li{
        color: white;
        padding:1.1rem 4.2rem;
        display: grid;
        grid-template-columns: 30px 70px 1fr;
        grid-gap: 10px;
        border-left: 4px solid #1A1C22;
        border-right: 4px solid #1A1C22;
        align-items: center;
    }
    .detail-data-panel .detail-data-event-list ul .event-li img{
        width: 20px;
        height: 20px;
    }
    .detail-data-panel .detail-data-event-list ul .event-node div{
        text-align: center;
    }
    .detail-data-panel .detail-data-event-list ul .event-node{
        display: grid;
        grid-template-columns: 30px 38px 80px 40px 10px 40px;
        align-items: center;
        padding: 1.1rem 0.8rem;
        border-left: 4px solid #1A1C22;
        border-right: 4px solid #1A1C22;
    }
    .detail-data-panel .detail-data-event-list ul .event-node .node-icon{
        width: 0.8rem;
        height: 1rem;
        border-radius: 2px;
        background-color: #8491AC;
        text-align: center;
        line-height: 1rem;
    }
    .detail-data-event-list ul .event-li.home-event{
        border-left:4px solid  #FF3A3A;
    }

    .detail-data-event-list ul .event-li.guest-event{
        border-right:4px solid  #3A7AFF;
    }

    .detail-data-panel .detail-data-event-desc {
        background-color: #1A1C22;
        margin:0 .6rem;
        text-align: center;
        padding:.6rem 0px;
    }

    .detail-data-panel .detail-data-event-desc .event-desc{
        display: inline-block;
        height: 40px;
        line-height: 40px;
        min-width: 8rem;
        max-width: 17rem;
    }
    .detail-data-panel .detail-data-event-desc .event-desc img{
        vertical-align: text-bottom;
    }
    .detail-match-panel{
        max-width: 800px;
        margin: auto;
    }
    .detail-match-panel .hot-match-panel{
        color: white;
        margin: .7rem .5rem;
    }
    .detail-match-panel .hot-match-panel .title h2{
        font-size: 1.2rem;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .detail-match-panel .hot-match-panel .hot-match-panel-list a{
        color: white;
        background-color: #1A1C22;
        margin-bottom: 12px;
        border-bottom: 1px solid #303133;
        display: grid;
        font-size: 1rem;
        white-space: nowrap;
        grid-template-columns: 110px 70px 1fr;
    }
    .detail-match-panel .hot-match-panel .hot-match-panel-list a .leg-name{
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .hot-match-panel .hot-match-panel-list a .match-detail{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .detail-match-panel .an-h2-desc{
        font-size: 1.2rem;
        white-space: nowrap;
        color: white;
        margin:0 .6rem .6rem .6rem;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .detail-match-panel .detail-desc{
        color: white;
        margin:0 .6rem;
        font-size: 1rem;
    }

    .detail-match-panel .match-list h2{
        margin :1.6rem 1.6rem;
    }
    .detail-match-panel .match-list .match-item{
        margin: .6rem .6rem;
        background-color: #1A1C22;
        display: flex;
        align-items: center;
        padding: .6rem 0;
        font-size: 1rem;
        border-bottom: 1px solid #303133;
    }
    .detail-match-panel .match-list .match-item .left{
        flex: .6;
    }
    .detail-match-panel .match-list .match-item .left .match-info{
        color: white;
    }
    .detail-match-panel .match-list .match-item .left .team-info{
        margin-top:.6rem;
        color: white;
    }
    .detail-match-panel .match-list .match-item .right{
        flex: .26;
        margin-left: auto;
    }
    .match-list a{
        color: white;
    }
    .detail-match-panel .match-list .match-item .right .list-dat-cuoc{
        color: #212529;
        text-decoration: none;
        padding: .375rem 1rem;

    }
    .list-dat-cuoc .btn-t{
        background-color: #fa8a28;
    }

    .detail-match-panel .match-list .match-item .right .list-dat-cuob {
        color: #212529;
        text-decoration: none;
        padding: .375rem 1rem;
        border-radius: 3px;
        background-color: #3A7AFF;
        color: white;
        border: 1px solid #3A7AFF;
        margin-top: 0.3rem;
    }
    .hot-match-panel .title{
        margin:0 0 .6rem 0;
    }
    .detail-match-panel &gt; h2{
        color: white;
        margin:1.6rem 1.6rem;
        font-size: 1.2rem;
    }
    /***********************detail end****************************/


    /*******************week***********************/
    .week-panel{
        display: flex;
        justify-content: space-around;
        align-items: center;
        background-color: #1A1C22;
        margin: .8rem .8rem .6rem .8rem;
    }
    .week-panel .active{
        border-bottom: 2px solid #3A7AFF;
    }
    .week-panel .active a{
        color: #3A7AFF !important;
    }
    .week-match-panel .match-list{
        margin: 0 2vw;
    }
    .week-panel .item{
        padding: .6rem 0px;
    }
    .week-panel .item a{
        color: #AFB4BA;
    }
    .week-match-panel h1{
        color: white;
        font-size: 1.2rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: .8rem .8rem 0 .8rem;
    }
    .match-item .time{
        color: #AFB3BA;
        text-align: center;
        margin: 1rem 0;
    }
    .week-match-main{
        background-color: #2B2F37;
        display: grid;
        grid-template-columns: 60% 40%;
        align-items: center;
        border-top: 1px solid #606266;
        padding: .8rem .8rem;
        line-height: 25px;
    }
    .week-match-main .league-name{
        color: white;
    }
    .week-match-main .team-info{
        display: grid;
        grid-template-columns: 40% 16% 40%;
    }
    .week-match-main .team-info .home{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: right;
    }
    .week-match-main .team-info .vs{
        text-align: center;
    }

    .week-match-main .team-info .guest{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .week-match-main .right{
        display: flex;
        justify-content: space-between;
    }

    .list-dat-cuoc{
        display: flex;
        justify-content: flex-end;
    }
    .list-dat-cuoc .btn-t{
        background-color: #fa8a28;
        padding: 8px 24px;
        text-align: center;
        border-radius: 10px 0px 0px 10px;;
        color:white;
        white-space: nowrap;
        overflow: hidden;
    }
    .list-dat-cuoc .btn-m{
        background-color: #009c42;
        padding: 8px 24px;
        text-align: center;
        border-radius: 0px 10px 10px 0px;;
        white-space: nowrap;
        overflow: hidden;
        color:white;
    }
    .list-dat-cuob{
        background-color: #3A7AFF;
        border-radius: 4px;
        color:white !important;
        padding:.5rem .8rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }


    /***********iframe*********/
    .iframe-panel h1{
        color: white;
        font-size: 1.2rem;
        margin: .8rem 1rem;
    }
    .iframe-header{
        margin-top:.8rem;
    }
}
/**public header_panel**/
@media screen and (min-width:800px) and (max-width:3000px) {
    .detail-chat-panel {
        width: 800px !important;
    }
    .public-menu-panel{
        left: calc(50% - 400px);
    }
}

</pre></body></html>