.vidlist{
    border: 1px solid #e8e8fd;
    margin-top: 0.75rem;
    border-radius: 3px;
    padding: 0.25rem;
    display: none;
}

.night .vidlist{
    border:1px solid #444;
}

.vidlist li{
    width: calc(100% / 5);
    padding: 0.25rem;
    float: left;
}

.vidlist li>div{
    border: 1px solid #e8e8fd;
    padding: 0.5rem;
    border-radius: 3px;
}

.night .vidlist li>div{
    border:1px solid #444;
    background-color: #181a1b;
}

.vidlist li>div>div{
    font-size: 0.6rem;
    line-height: 1.2rem;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.night .vidlist li>div>div{
    color:#aaa;
}

.vidlist li div .vadel,.vidlist li div .vadow{
    display: inline-block;
    background-color: #ff5722;
    color: #fff;
    height: 1.2rem;
    line-height: 1.2rem;
    border-radius: 3px;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

.vidlist li div .vadow{
    background-color: #00BCD4;
}

.vaload{
    color:#FF9800;
}
.vasucc{
    color:#06b672;
}
.vadow{
    float: right;
    background-color: #FF9800;
    color: #fff;
}
.vafall{
    color:red;
}
.dowbut {
    margin-top: 0.25rem;
}

.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;
}

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

.divbuts button:nth-child(3) {
    background-color: #795548;
}

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

@media screen and (max-width: 1386px){
    .vidlist li {
        width: calc(100% / 4);
    }
}
@media screen and (max-width: 1204px){
    .vidlist li {
        width: calc(100% / 3);
    }
}
@media screen and (max-width: 1023px){
    .vidlist li {
        width: calc(100% / 2);
    }
}
@media screen and (max-width: 480px){
    .vidlist li {
        width: calc(100% / 1);
    }
}