.games_cate_body_bg{
    width: 100%;
    height: 100%;
    max-width: 1920px;
    overflow: hidden;
    margin: auto;
    background-image: url("/static/img/game/game_cate_bg.png") no-repeat center top;
    background: #FAFCFD;
}
.games_cate_body{
    width: 100%;
    max-width: 1440px;
    padding: 16px;
    margin: auto;
    display: flex;
    justify-content: center;
    gap: 32px;
    font-family: "Microsoft YaHei UI";
}
.games_cate_left{
    flex: 1;
}
.games_cate_title{
    color: #203A73;
    font-size: 32px;
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    line-height: 48px;
    padding: 0 0 16px 70px;
    background: url("/static/img/game/game_cate_title.png") no-repeat left top;
}
.game_list_item{
    width: 100%;
    margin-top: 12px;
    border-radius: 16px;
    padding: 20px;
    background: #FFF;
    display: flex;
    gap: 10px;
}
.game_list_item .game_list_item_img{
    width: 84px;
    height: 126px;
}
.game_list_item_big .game_list_item_img{
    width: 152px;
    height: 228px;
}
.game_list_item_img{
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.game_list_item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}


.game_list_item_number{
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    line-height: 28px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    text-shadow: 0 1px 0 #525865;
}
.game_list_item .game_list_item_number{
    background: url("/static/img/game/game_rangking_number_icon04.png") no-repeat center center;
}
.game_list_item:first-child .game_list_item_number{
    background: url("/static/img/game/game_rangking_number_icon01.png") no-repeat center center;
}
.game_list_item:nth-child(2) .game_list_item_number{
    background: url("/static/img/game/game_rangking_number_icon01.png") no-repeat center center;
}
.game_list_item:nth-child(3) .game_list_item_number{
    background: url("/static/img/game/game_rangking_number_icon02.png") no-repeat center center;
}
.game_list_item:nth-child(4) .game_list_item_number{
    background: url("/static/img/game/game_rangking_number_icon03.png") no-repeat center center;
}

.game_list_item_right{
    flex: 1;
}
.game_list_item_right_top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.game_list_item_name_ch{
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}
.game_list_item_name_en{
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
.game_list_item_hot{
    color: #EA3030;
    font-size: 16px;
    font-weight: 400;
}
.game_list_item_hot img{
    width: 24px;
    height: 24px;
    vertical-align: -4px;
    margin-right: 4px;
}

.game_list_item_right_bottom{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 8px;
    gap: 12px;
    color: #666;
    font-size: 12px;
    font-weight: 400;
}
.game_list_item_text span{
    margin-right: 24px;
    line-height: 1.5;
}
.game_list_item_url{
    color: #005EFF;
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline solid;
}
.game_list_item_url:hover{
    color: #005EFF;
    text-decoration: underline solid;
}
.game_list_item_url_null{
    color: #858A99;
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline solid;
    cursor: not-allowed;
}
.game_list_item_describe{
    display: none;
}
.game_list_item_big .game_list_item_describe{
    display: block;
    line-height: 26px;
    font-size: 14px;
}
.game_list_item_big:hover{
    box-shadow: 0 4px 12px 0 rgba(62, 85, 120, 0.25);
    .game_list_item_name_ch{
        color: #005EFF;
    }
}

.games_cate_right{
    position: relative;
    width: 320px;
    height: max-content;
    overflow: hidden;
    display: flex;
    padding: 8px 16px 24px 16px;
    flex-direction: column;
    gap: 18px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.20);
    margin-bottom: 20px;
}
.games_ranking_title{
    position: absolute;
    top: 30px;
    left: 66px;
    color: #348CFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
}
.games_ranking_title_red{
    color: #E6821D;
}
.game_ranking_list_item{
    display: flex;
    gap: 12px;
}
.game_ranking_list_item_right{
    flex: 1;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.game_ranking_list_item_img{
    width: 96px;
    height: 144px;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}
.game_ranking_list_number{
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    line-height: 28px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    text-shadow: 0 1px 0 #525865;
    z-index: 2;
}
.game_ranking_list_item .game_ranking_list_number{
    background: url("/static/img/game/game_rangking_number_icon04.png") no-repeat center center;
}
.game_ranking_list_item:first-child .game_ranking_list_number{
    background: url("/static/img/game/game_rangking_number_icon01.png") no-repeat center center;
}
.game_ranking_list_item:nth-child(3) .game_ranking_list_number{
    background: url("/static/img/game/game_rangking_number_icon01.png") no-repeat center center;
}
.game_ranking_list_item:nth-child(4) .game_ranking_list_number{
    background: url("/static/img/game/game_rangking_number_icon02.png") no-repeat center center;
}
.game_ranking_list_item:nth-child(5) .game_ranking_list_number{
    background: url("/static/img/game/game_rangking_number_icon03.png") no-repeat center center;
}
.game_ranking_list_item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.game_ranking_list_item_name_ch{
    color: #333;
    font-size: 14px;
    font-weight: 700;
}
.game_ranking_list_item_name_en{
    width: 100%;
    color: #999;
    font-size: 12px;
    font-weight: 400;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.game_ranking_list_item_text{
    color: #666;
    font-size: 14px;
    font-weight: 400;
}
.game_ranking_list_item_state{
    text-align: right;
}
.game_ranking_list_item:hover{
    .game_ranking_list_item_name_ch{
        color: #005EFF;
        font-weight: 700;
    }
    .game_ranking_list_item_img img{
        transform: scale(1.05);
        transition: transform 0.3s ease;
    }
}
@media (max-width: 780px) {
    .games_cate_body {
        flex-direction: column;
        align-items: center;
    }
    .games_cate_left{
        width: 100%;
    }
    .games_cate_title{
        line-height: 32px;
        padding: 0 0 8px 52px;
        font-size: 20px;
        background: url("/static/img/game/game_cate_title_small.png") no-repeat left top;
    }

    .game_list_item{
        padding: 8px;
    }
    .game_list_item_number{
        width: 24px;
        height: 24px;
        line-height: 20px;
        font-size: 14px;
    }
    .game_list_item .game_list_item_number{
        background: url("/static/img/game/game_rangking_number_small_icon04.png") no-repeat center center;
    }
    .game_list_item:first-child .game_list_item_number{
        background: url("/static/img/game/game_rangking_number_small_icon01.png") no-repeat center center;
    }
    .game_list_item:nth-child(2) .game_list_item_number{
        background: url("/static/img/game/game_rangking_number_small_icon01.png") no-repeat center center;
    }
    .game_list_item:nth-child(3) .game_list_item_number{
        background: url("/static/img/game/game_rangking_number_small_icon02.png") no-repeat center center;
    }
    .game_list_item:nth-child(4) .game_list_item_number{
        background: url("/static/img/game/game_rangking_number_small_icon03.png") no-repeat center center;
    }
    .game_list_item .game_list_item_img{
        width: 70px;
        height: 104px;
    }
    .game_list_item_big .game_list_item_img{
        width: 70px;
        height: 104px;
    }
    .game_list_item_hot{
        min-width: 80px;
        text-align: right;
        font-size: 14px;
    }
    .game_list_item_hot img{
        width: 20px;
        height: 20px;
        vertical-align: -4px;
        margin-right: 0;
    }
    .game_list_item_name_ch{
        font-size: 16px;
    }
    .game_list_item_name_en{
        font-size: 12px;
    }
    .game_list_item_right_bottom{
        gap: 0;
    }
    .game_list_item_big .game_list_item_describe{
        display: none;
    }
    .mobile_hide{
        display: none;
    }
}
