#aliplayer-con{
    width: 100%;
    height: 100% !important;
    background-size: cover;
    background-position: center;
    aspect-ratio: 16 / 9;
}
div#aliplayer-con+div{
    display: flex;
    width: 100%;
    overflow: hidden;
}


/* 列表弹窗 */
#video-pop-modal{
    width: 30%;
    min-height: 30vh;
    position: fixed;
    top: 15%;
    left: 33%;
    z-index: 33;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 5px 5px 1rem lightgray;
    background-color: #fffffff0;
}
#video-pop-modal>div{
    text-align: end;
}
#video-pop-modal>div>a{
    padding: 0 0.5rem;
    color: #4e4e4e;
    font-size: 1.2rem;
    text-decoration: none;
    cursor: pointer;
}
#video-pop-modal>div>a:hover{
    color: tomato;
}

#video-pop-modal ul#video-list{
    min-height: 20vh;
    max-height: 50vh;
    overflow: auto;
    margin:unset;
    cursor: pointer;
}

#video-pop-modal ul#video-list li{
    padding: 0.5rem;
    list-style-type:none;
    border-bottom: 1px solid lightgray;
}

#video-pop-modal ul#video-list li:hover{
    background-color: #00000087;
    color: #fff;
}

/* 列表弹窗滚动条 */
#video-pop-modal ul#video-list::-webkit-scrollbar{
    width: 0.5rem;
}

#video-pop-modal ul#video-list::-webkit-scrollbar-track {
    background-color: rgba(134, 133, 133, 0.404);
}

#video-pop-modal ul#video-list::-webkit-scrollbar-thumb {
    background: #4e4e4e;
    border-radius: 25px;
}


/* 播放器下部详情  */
#czzor-video-list-container {
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    overflow: auto;
    max-height: 35vh;
}

#czzor-video-list-container::-webkit-scrollbar{
    width: 0.5rem;
}
#czzor-video-list-container::-webkit-scrollbar-track {
    background-color: rgba(134, 133, 133, 0.404);
}

#czzor-video-list-container::-webkit-scrollbar-thumb {
    background: grey;
    border-radius: 25px;
}


div#czzor-video-desc-info div:first-child{
    margin-top: 0.8rem;
    color: blueviolet;
    font-weight: bold;
}

#czzor-video-desc-info div:last-child{
    color: gray;
    font-size: 0.8rem;
    margin-top: 0.5rem;
}

#czzor-video-list-container button {
    flex: 0 0 calc(25% - 0.5rem);
    text-wrap: nowrap;
    padding: 0.2rem;
    font-size: .8rem;
    background-color: lightgoldenrodyellow;
    color: black;
    border: none;
    overflow: hidden;
    border-radius: 5px;
}

.czzor-video-search input:focus-visible{
    border-color: transparent;
    outline: none;
}

#czzor-video-list-container button:hover {
    background-color: #f2f2f2;
}

#czzor-video-list-container button:active, #czzor-video-list-container button:visited {
    background-color: lightcoral;
}
