.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;
    }
}