
.load-ad {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    opacity: 0.1;
    background-color: black
}

.f-container-video-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 80%;
    margin: 0 0 0 5%;
}

.f-container-player {
    margin: -5% 0 0 0 ;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}

.f-player-title {
    width: 90%;
    margin: -1% 5% 3% 5%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

.f-player-title a {
    font-size: 18px;
}

.f-player-content{
    position: relative;
    width: 1020px;
    height: 573px;
}

.f-player-other {
    width: 90%;
    margin: 0 0 5% 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.f-other {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin: -2% 2% 0 0;
    padding: 0.5%;

    border-radius: 15px;
    border-color: white;
    border-width: 2px;
    border-style: solid;
    opacity: 0.6;
}

.f-other:hover {
    opacity: 1;
}

.f-other a, .f-other span{
    margin: 0 1px 0 0 ;
    font-size: 12px;
    color:white;
}

.f-container-desc {
    width: calc(1020px*0.9);
    /* height: 20%; */
    margin: -2% 0 2% 0;
}

.f-container-desc hr {
    
    background-color: white;
    opacity: 0.5;
    margin: 0 0 1% 0 ;
}

.f-desc {
    width: 50%;
    margin: 2% 0 2% 0;
}

.f-desc a {
    margin: 0 2% 0 0 ;
}

.f-container-related_video {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.f-related_video-content {
    width: 70vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    
}

.f-video_list-video {
    /* padding: 10px; */
    width: 14vw;
    height: calc(14vw/1.45);
    margin: 20px 10px 70px 0px;
}

.f-video-cover {
    width: 100%;
    height: 100%;
}

.f-video_list-video img {
    width: 100%;
    height: 100%;
}



.f-video-name {
    display: flex;
    flex:1;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    flex-shrink: 0;
    
    height: 21px;
}

.f-video-name a {
    width: 100%;
    color: #d1d2d4;
    font-size: 16px; 
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; 
}

.f-video-actor {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 0 5px 0
}

.f-video-actor a, .f-video-actor i {
    color: #9c9da2;
    font-size: 14px;
}

.f-video-cover {
    position: relative;
}

.f-video-cover img{
    border-radius: 10px;
}


.f-cover-tag {
    position: absolute;
    top:5px;
    left:5px;
    padding: 0 5px 0 5px;
    background-color: rgb(0, 0, 0);
    border-radius: 5px;
    opacity: 0.5;
}

.f-cover-preview {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: none;
    z-index: 99;
}

.f-video-cover:hover .f-cover-preview {
    display: flex;
}
