.paopao{
    width: 100%;
    height:400px;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
    background-color: #8eb2d0;
}
.paopao li{
    height: 50px;
    line-height: 50px;
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
}
.paopao li div{
    width: 50px;
    height: 50px;
    display: inline-block;
    float: left;
    flex-shrink: 0;
    display: inline-block;
    background-image: url('/zb_users/plugin/xc_toolbox/tool/niepaopao/img/normal.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.paopao li div.lfs{
    margin-left: -25px;
}

.divbuts{
    padding: 0.5rem;
    border: 1px solid #eee;
    border-top: 0;
    border-radius: 0 0 3px 3px;
}

.night .divbuts{
    border:1px solid #444;
    border-top:0;
}

.divbuts button{
    padding: 0.4rem 1rem;
    text-align: center;
    border: 0;
    background-color: #607D8B;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.divbuts button:nth-child(1) {
    background-color: #009688;
}

@media screen and (max-width: 390px){
    .divbuts button:nth-child(1){
        width: calc(50% - 0.25rem);
        float: left;
    }
    .divbuts button:nth-child(2){
        width: calc(50% - 0.25rem);
        float: right;
    }
}