.banner-box{
    margin: 15px 0;
}
.img-box{
    height: 300px;
}
.img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.icon-box{
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    border-radius: 10px;
}
.icon-box img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.icon-android{
    color: #5eb95e;
}
.icon-apple{
    color: #258cd1;
}
.list-box{
    margin-bottom: 20px;
}
.list-box .content-box{
    border-radius: 5px;
    padding: 10px;
    background: #f0f0f0;
}
.list-info h4{
    margin-bottom: 5px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-info .list-info-version{
    font-size: 12px;
    color: #555;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-info .down-box a{
    display: inline-block;
    border-radius: 5px;
    margin-right: 10px;
    color: #fff;
    padding: 5px 10px;
    text-decoration: none;
}
.game-btn{
    background: #258cd1;
}
.down-btn{
    background: #5eb95e;
}

@media screen and (max-width: 750px){
    .list-box{
        margin-top: 10px;
    }
    .row{
        margin: 0;
    }
    .banner-box{
        width: 95%;
        margin: auto;
    }
    .img-box{
        height: 120px;
    }
    .icon-box{
        width: 80px;
        padding-bottom: 80px;
        margin: auto;
    }
    .list-box{
        text-align: center;
    }
}