.txtpaddsetup{
    padding: 0.25rem;
    border: 1px solid #eeeeee;
    margin-top: 0.75rem;
    border-radius: 3px 3px 0 0;
}

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

.txtpaddsetup>div{
    padding: 0.25rem;
}

.txtpaddsetup>div>div{
    margin-bottom: 0 !important;
}

.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: #795548;
}

@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;
    }
    .divbuts button:nth-child(3){
        width: 100%;
        margin-top: 0.5rem;
    }
}

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

.vaplays,.vadel{
    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;
}

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

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