.dj-video-slide{
    position: relative;
}
.uc-detail-1 .swiper-container1-img.dj-swiper-container1-video{
    margin-bottom: 20px;
}
.uc-detail-1 .swiper-container1-img .dj-cover-wrap {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    z-index: 1;
}
.uc-detail-1 .swiper-container1-img .dj-cover-wrap>img {
    width: 100%;
}
.swiper-container1-img .dj-cover-wrap::after {
    content: "";
    display: inline-block;
    width: 70px;
    height: 70px;
    background-image: url(../../images/play.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.dj-video-wrap{
    width: 100%;
}
.dj-video-wrap iframe{
    width: 100%;
    vertical-align:bottom;
}
.dj-video-source{
    background-color: #F7F7F7;
    background-image: url(../../images/icon_bilibili-circle.png);
    background-size: 30px;
    background-position: left 10px center;
    background-repeat: no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 15px 30px 15px 50px;
    border-radius: 1rem;
    font-weight: 600;
    color: #787d82;
}

.video { background-color: #F7F7F7;}
.dj-ad{
    width: 100%;
    height: 80px;
    background-color: black;
}
.dj-ad img{
    display: block;
    width: 100%;
    height: 80px;
    border: none;
    object-fit: cover;
}

.dj-assoc{
    margin-bottom: 16px;
    background-color: #F7F7F7;
    padding: 10px;
    border-radius: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.dj-assoc:last-of-type{
    margin-bottom: 35px;
}
.dj-assoc .dj-assoc-feature{
    display: block;
    width: 70px;
    height: 70px;
    flex-shrink: 0;
}
.dj-assoc .dj-assoc-feature img{
    border-radius: 0.5rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dj-assoc .dj-assoc-title{
    flex-grow: 1;
}
.dj-assoc .dj-assoc-title>a{
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
}
.dj-assoc-right{
    display: inline-block;
    height: 18px;
}
.dj-assoc .uc-arrow-right{
    font-size: 18px;
}

@media screen and (max-width: 575px) {
    .uc-detail-1 .swiper-container1-img.dj-swiper-container1-video{
        background-color: black;
}
    .dj-video-source{
        margin-bottom: 15px;
    }
}