<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.game_type{
    margin-bottom: 32px;
}
.cate_title{
    width: 164px;
    margin-bottom: 15px;
}
.game_wrapper{
    display: flex;
    justify-content: space-between;
}
.live_slot_card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.live_slot_card img{
    width: 113px;

}

.type_sports{
    width: 865px;
}
.h5_type_sports{
    display: none;
}

/*è®¾è®¡å›¾å¾—pcä¸­é—´å†…å®¹å—æœ€å°å°ºå¯¸*/
@media screen and (min-width: 980px) {
    /*  */
}

@media screen and (max-width: 980px) {
    .game_type{
        padding: 0 16px;
        box-sizing: border-box;
    }
    .cate_title{
        width: auto;
        height: 22px;
        margin-bottom: 10px;
    }
    .pc_type_sports{
        display: none;
    }
    .h5_type_sports{
        display: block;
      
    }
    .h5_type_sports img{
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .game_wrapper{
        display: block;
        flex-direction: column;
    }
    .live_slot_card{
        display: flex;
        flex-direction: row;
    }
}</pre></body></html>