.gameBox{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12.5%;
    background-image:  url(./banner/bg2.png);
    background-size: cover;
    /* 组件左侧吉祥物样式 */
    .jxw{
        width: 20%;
        min-width: 250px;
        flex-shrink: 0;
    }
    /* 组件右侧下载按钮样式 */
    .downloadBtn{
        width: 20%;
        min-width: 250px;
        flex-shrink: 0;
        .btn_top{
            width: 160px;
            margin-bottom: 10px;
        }
        .btn_bottom{
            width: 160px;
            margin-bottom: 10px;
        }
    }
}

/* 轮播图组件内单个图片样式 */
.imgitem{
    width: 100%;
    height: auto;
}

/* 轮播图样式 */
.games_center_banner{
    width: 50%;
    min-width: 400px;
}