.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;
    background-color: #fff;
}

.night .vidlist li{
    background-color: #242627;
}

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

.aubutdivs{
    border: 1px solid #e8e8fd;
    padding: 0.25rem;
    margin-top: 0.75rem;
    border-radius: 6px;
}

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

.aubutdivs div{
    display: inline-block;
    padding: 0.25rem;
}

.aubutdivs span{
    display: block;
    text-align: center;
    height: 1.6rem;
    line-height: 1.6rem;
    width: 4.5rem;
    border-radius: 3px;
    border: 1px solid #e8e8fd;
    cursor: pointer;
}

.night .aubutdivs span{
    border:1px solid #444;
    color: #aaa;
}

.aubutdivs span.allplay{
    background-color: #06b672;
    border: 1px solid #06b672 !important;
    color: #fff;
}

.night .aubutdivs span.allplay{
    color:#fff;
}

.aubutdivs span.selectplay{
    background-color: #FF5722;
    border: 1px solid #FF5722 !important;
    color: #fff;
}

.night .aubutdivs span.selectplay{
    color:#fff;
}

.aubutdivs select{
    text-align: center;
    height: 1.6rem;
    line-height: 1.6rem;
    width: 4.5rem;
    border-radius: 3px;
    border: 1px solid #e8e8fd;
    vertical-align: 0.5px;
}
.night .aubutdivs select{
    background-color: #242627;
    color: #aaa;
    border: 1px solid #444;
}

.vaplays,.vadel,.vadow{
    padding: 0 0.4rem;
    display: inline-block;
    background-color: #2196F3;
    color: #fff;
    height: 1.2rem;
    line-height: 1.2rem;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    width: calc((100% / 2) - 0.25rem);
}
.vadel{
    float: right;
    background-color: #FF5722;
    color: #fff;
}

.vadow{
    float: right;
    background-color: #FF9800;
    color: #fff;
}



.dowbut{
    margin-top: 0.25rem;
}

.loadtip{
    height: 1.8rem;
    line-height: 1.8rem;
    border: 1px solid #e8e8fd;
    margin-top: 0.75rem;
    padding-left: 0.5rem;
    border-radius: 3px;
    display: none;
}

.night .loadtip{
    background-color: #242627;
    border: 1px solid #444;
    color: #aaa;
}

.loadtip i{
    font-size: 0.6rem;
    margin-right: 0.5rem;
    -webkit-animation: aitoolload 1.4s infinite linear;
    animation: aitoolload 1.4s infinite linear;
    display: inline-block;
}

.vaload{
    color: #ff7503;
}

.vafall{
    color:red;
}

.vasucc{
    color: #06b672;
}

@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);
    }
}

@media screen and (max-width: 454px){
    .aubutdivs div {
        width: calc(100%/4);
        padding: 0.25rem;
        float: left;
    }
    .aubutdivs div span,.aubutdivs div select{
        width: 100%;
    }
}
@media screen and (max-width: 340px){
    .aubutdivs div {
        width: calc(100%/2);
    }
}