.layui-slider{
    background: #444;
}

.dpdiv{
    background-color: #000000;
    display: none;
    flex-wrap: nowrap;
    flex-direction: row;
    border-radius: 6px;
    overflow: hidden;
}

.dplf{
    width: calc(100% - 15rem);
    display: inline-block;
    float: left;
}

.dplf video{
    width: 100%;
    height: 25rem;
}

.dplr{
    width: 15rem;
    display: inline-block;
    float: right;
    background-color: #444;
    border-left: 1px solid #222;
    position: relative;
}

.dpnavs{
    position: absolute;
    text-align: center;
    width: 1rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 20px 0 0 20px;
    background-color: #222222;
    font-weight: bold;
    top: 50%;
    left: 0;
    transform: translate(-100%, -50%);
    cursor: pointer;
    padding-left: 0.1rem;
}

.dpnavs i{
    font-size: 1rem;
    color: #888;
}

.dplr ul{
    height: calc(100% - 1.8rem - 1.8rem);
    background-color: #222;
    padding: 0 0.25rem;
    overflow-y: auto;
    height: 26rem;
}

.dplr ul::-webkit-scrollbar {
    width: 8px;
    height: 2px
}

.dplr ul::-webkit-scrollbar-thumb {
    border: 1px solid transparent;
    background-clip: padding-box;
    border-radius: 7px;
    background: #666;
}

.dplr ul li{
    color: #aaa;
    cursor: pointer;
}

.dplr ul li.act,.dplr ul li:hover{
    background-color: #333333;
    border-radius: 3px;
}

.dplr ul li div{
    width: calc(100% - 1.4rem);
    height: 1.8rem;
    line-height: 1.8rem;
    display: inline-block;
    font-size: 0.6rem;
    padding: 0 0.5rem;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.dplr ul li div i{
    font-size: 0.55rem;
    margin-right: 0.5rem;
    -webkit-animation: aitoolload 1.4s infinite linear;
    animation: aitoolload 1.4s infinite linear;
    display: none;
}

.dplr ul li.act div i{
    display: inline-block;
}

.dplr ul li span{
    height: 1.8rem;
    line-height: 1.8rem;
    width: 1.4rem;
    text-align: center;
    display: inline-block;
    float: right;
    font-size: 0.6rem;
}

.dplr ul li span i{
    font-size: 0.6rem;
}

.dplr .lti{
    height: 1.8rem;
    line-height: 1.8rem;
    color: #ddd;
    padding-left: 0.5rem;
    background-color: #000;
    border-bottom: 1px solid #333;
}

.dplr .lti i{
    font-size: 0.6rem;
    margin-right: 0.5rem;
}

.dplr .addvid{
    height: 1.8rem;
    line-height: 1.8rem;
    text-align: center;
    color: #aaa;
    background-color: #000;
    border-top: 1px solid #333;
    cursor: pointer;
}

.dplr .addvid i{
    color: #aaa;
    font-size: 0.6rem;
    margin-right: 0.5rem;
}

.vidivss{
    margin-top: 0.75rem;
    display: none;
}

.vidivss video{
    width: 100%;
    height: 25rem;
}

#sudus{
    border: 1px solid #444;
    padding: 0.5rem;
    border-radius: 3px;
    position: relative;
    background: #222222;
    margin: 0 0.5rem 0.5rem 0.5rem;
    color: #aaa;
}

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

#sudus>div:first-child{
    height: 1.2rem;
    line-height: 1.2rem;
    margin-bottom: 0.5rem;
}

.night #sudus>div:first-child{
    color: #aaa;
}

#sudus>div:first-child span{
    font-size: 0.6rem;
    float: right;
}

#sudus>div:last-child{
    margin-top: 0.8rem;
    margin-bottom: 0.4rem;
}

@media screen and (max-width: 1400px){
    .dplf{
        width:calc(100% - 1px);
    }
    .dplr{
        width:1px;
    }

}

@media screen and (max-width: 767px){
    .dpdiv{
        display: block !important;
    }
    .dplf{
        width:100% !important;
    }
    .dplr{
        width:100% !important;
    }
    .dpnavs{
        display: none;
    }
}