.bigrmb{
    color: #34495e;
    padding: 1rem 0;
    border: 1px solid #eee;
    margin-top: 0.75rem;
    border-radius: 6px;
}
.night .bigrmb{
    border:1px solid #444;
}
.bigrmb li{
    width: calc(100% / 6);
    float: left;
    text-align: center;
    padding: 0.5rem 0;
    padding-bottom: 0;
}
.bigrmb li>span{
    background-size: 3rem 3rem;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    display: inline-block;
    font-size: 1.9rem;
}
.bigrmb li>p{
    height: 1.3rem;
    line-height: 1.3rem;
    margin-top: 0.25rem;
    font-size: 0.6rem;
}
.bigrmb li>p>i{
    font-style: normal;
    color: #00b277;
}
.night .bigrmb li>span{
    border: 1px solid #444444;
    color: #aaa;
    background: transparent;
}
.night .bigrmb li>p{
    color: #888;
}

@media screen and (max-width: 560px){
    .bigrmb li{
        width: calc(100% / 5);
    }
}
@media screen and (max-width: 400px){
    .bigrmb li{
        width: calc(100% / 3);
    }
}
@media screen and (max-width: 270px){
    .bigrmb li{
        width: calc(100% / 2);
    }
}