.rdivs{

}
.rdivs ul{
    padding: 0.25rem;
    border: 2px solid #ecf0f8;
    border-radius: 6px;
    margin-bottom: 0.75rem;
}
.night .rdivs ul{
    border: 2px solid #444;
}
.rdivs ul li{
    width: calc(100% / 6);
    float: left;
    padding: 0.25rem;
}
.rdivs ul li>div{
    height: 3.5rem;
    display: block;
    border-radius: 3px;
    overflow: hidden;
    color: #fff;
    padding: 0.25rem;
    position: relative;
}
.rdivs ul li>div span{
    position: absolute;
    bottom: 0.25rem;
    left: 0.25rem;
    font-size: 0.65rem;
    height: 1rem;
    line-height: 1rem;
    display: inline-block;
    background-color: rgb(255 255 255 / 21%);
    padding: 0 .25rem;
    width: calc(100% - 0.5rem);
}
@media screen and (max-width: 1240px){
    .rdivs ul li{
        width: calc(100% / 5);
    }
}
@media screen and (max-width: 1024px){
    .rdivs ul li{
        width: calc(100% / 4);
    }
}
@media screen and (max-width: 961px){
    .rdivs ul li{
        width: calc(100% / 6);
    }
}
@media screen and (max-width: 798px){
    .rdivs ul li{
        width: calc(100% / 5);
    }
}
@media screen and (max-width: 698px){
    .rdivs ul li{
        width: calc(100% / 4);
    }
}
@media screen and (max-width: 598px){
    .rdivs ul li{
        width: calc(100% / 3);
    }
}
@media screen and (max-width: 410px){
    .rdivs ul li{
        width: calc(100% / 2);
    }
}
@media screen and (max-width: 280px){
    .rdivs ul li{
        width: 100%;
    }
}