.header-banner .logo {
    position: absolute;
    top: .5rem;
    left: 0;
    width: 2.3rem;
}
.game{
    width:90%;
    background: #fff;
    margin:0 auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding:.15rem;
}

.game h2{
    color: #32a54f;
    font-size:.5rem;
    text-align: center;
}

.game .quan_list{
    display: flex;
    margin:.4rem 0;
    justify-content: space-around;
}
.game .quan_list .jd{
    background: url('../assets/jiandao.png') no-repeat;
    width:1.5rem;
    height: 1.5rem;
    background-size: contain;
}

.game .quan_list .st{
    background: url('../assets/shitou.png') no-repeat;
    width:1.5rem;
    height: 1.5rem;
    background-size: contain;
}

.game .quan_list .bu{
    background: url('../assets/bu.png') no-repeat;
    width:1.5rem;
    height: 1.5rem;
    background-size: contain;
}


.jdicon{
    background: url('../assets/jiandao.png') no-repeat;
    width:1.5rem;
    height: 1.5rem;
    background-size: contain;
    margin: 0 auto;
}

.sticon{
    background: url('../assets/shitou.png') no-repeat;
    width:1.5rem;
    height: 1.5rem;
    background-size: contain;
    margin: 0 auto;
}

.buicon{
    background: url('../assets/bu.png') no-repeat;
    width:1.5rem;
    height: 1.5rem;
    background-size: contain;
    margin: 0 auto;
}

.pk{
    background: url('../assets/icon_pk.png') no-repeat;
    width:1.5rem;
    height: 1.5rem;
    background-size: contain;
    margin: 0 auto;
}