.page-breadcrumb {
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
}
.page-breadcrumb a {
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.3s;
}
.page-breadcrumb a:hover {
    color: #ffca0d;
}
.page-breadcrumb span {
    display: block;
    max-width: 16rem;
    color: rgba(255, 255, 255, 0.8);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.detail-wrap {
    display: flex;
    align-items: stretch;
    gap: 1.2rem;
}
.detail-wrap .detail-left {
    flex: 1;
}
.detail-right {
    display: none;
}
.detail-tabs {
    display: flex;
    align-items: center;
    margin-top: 1.8rem;
    margin-bottom: 1.5rem;
    padding: 0.7rem 0;
    border-bottom: 0.15rem solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    gap: 2.8rem;
}

.detail-tabs .detail-tab-item {
    position: relative;
    font-size: 1.5rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    color: rgba(255, 255, 255, 0.6);
}
.detail-tabs .detail-tab-item:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -0.75rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0.3rem;
    border-radius: 0.15rem;
    background: #ffca0d;
}
.detail-tabs .detail-tab-item.active {
    color: #ffca0d;
}
.detail-tabs .detail-tab-item.active:after {
    width: 3.8rem;
    transition: all 0.3s;
}
.slf-component-video-info {
    position: relative;
}
.slf-component-video-info .info-row {
    display: flex;
    gap: 0.8rem;
    margin-bottom: 1.3rem;
}
.slf-component-video-info .info-row .info-label {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.8);
    min-width: 3rem;
    width: 3rem;
    text-align: right;
}

.slf-component-video-info .info-row .info-value {
    flex: 1;
}
.slf-component-video-info .info-row .video-name {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
}
.slf-component-video-info .info-row .video-play {
    font-size: 1rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 0.3rem;
}
.slf-component-video-info .info-row .info-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-bottom: 0.3rem;
}
.tab-content {
    margin-bottom: 1.5rem;
}
.slf-component-video-info .info-row .info-tags .info-tag {
    height: 2rem;
    padding: 0 0.4rem;
    line-height: 2rem;
    background-color: rgba(255, 255, 255, 0.14);
    border-radius: 0.15rem;
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.2rem;
    font-weight: 500;
}
.slf-component-video-info .info-row .info-desc {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.2rem;
    font-weight: 500;
}
.slf-component-video-info .video-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.1rem;
    width: 100%;
}
.slf-component-video-info .video-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8.8rem;
    height: 3.2rem;
    border-radius: 0.4rem;
    font-size: 1.3rem;
    font-weight: 500;
    color: #ffca0d;
    cursor: pointer;
    transition: all 0.3s;
    border: solid 0.1rem #ffca0d;
}
.slf-component-video-info .video-btn img {
    width: 2.5rem;
    height: 2.5rem;
}
.slf-component-video-info .video-btn:active {
    transform: scale(0.95);
    opacity: 0.7;
}
.slf-component-video-info .share-btn {
    background: #ffca0d;
    color: #000;
}

.slf-component-video-comments {
    position: relative;
}
.slf-component-video-comments .comment-card {
    width: 100%;
}
.slf-component-video-comments .comment-card textarea {
    width: 100%;
    min-height: 8.2rem;
    max-height: 8.2rem;
    padding: 0.8rem;
    box-sizing: border-box;
    border: none;
    border-radius: 0.3rem;
    font-size: 1.4rem;
    font-weight: 500;
    resize: vertical;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.slf-component-video-comments .comment-card textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.4rem;
}
.slf-component-video-comments .comment-card .comment-btn {
    margin-top: 0.8rem;
    width: 100%;
    height: 4rem;
    background-color: #ffca0d;
    color: #000;
    border-radius: 0.4rem;
    font-size: 1.3rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    line-height: 4rem;
}
.slf-component-video-comments .comment-card .comment-btn:active {
    transform: scale(0.95);
    opacity: 0.7;
}
.slf-component-video-comments .comment-item {
    margin-top: 1.2rem;
    margin-bottom: 1rem;
}
.slf-component-video-comments .comment-item .comment-header {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}
.slf-component-video-comments .comment-item .comment-header .comment-avatar {
    width: 3rem;
    height: 3rem;
    overflow: hidden;
    border-radius: 1.5rem;
}
.slf-component-video-comments .comment-item .comment-header .comment-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slf-component-video-comments .comment-item .comment-header .comment-username {
    font-size: 1.4rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
}
.slf-component-video-comments .comment-item .comment-header .comment-date {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.4);
}
.slf-component-video-comments .comment-item .comment-content {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    padding-left: 4rem;
    box-sizing: border-box;
    margin-bottom: 1rem;
}
.slf-component-video-comments .comment-item .comment-content a {
    color: #777777;
    font-size: 1.2rem;
}
.slf-component-video-comments .comment-children {
    padding-left: 4rem;
}
.slf-component-video-comments .comment-item .comment-card {
    padding-left: 2rem;
    margin-bottom: 1rem;
}
.recomment-list-title {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 0.8rem;
}
.videoplayer.fixed-top {
    position: fixed;
    top: 0;
}
.comment-load-tip {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 1rem;
}
.danmaku-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 20%;
    pointer-events: none;
    overflow: hidden;
    z-index: 999;
}

.danmu-item {
    position: absolute;
    white-space: nowrap;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    opacity: 0.8;
    pointer-events: none;
    user-select: none;
    will-change: transform;
    font-size: 0.8rem!important;
    z-index: 999999;
}

.dplayer-icon.danmaku-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: auto;
}

.dplayer-icon.danmaku-toggle img {
    width: 100%;
    height: auto;
}
.dplayer-icon.danmaku-toggle img.hide {
    display: none;
}
.dplayer-icon.danmaku-toggle .dplayer-icon-content {
    opacity: 1!important;
}

.mobile-recommend-list {
    position: relative;
    margin-top: 2.6rem;
}
.mobile-recommend-list .video-card-image img.loaded {
    object-fit: cover;
}
.slf-similar-list {
    width: 100%;
}
.slf-similar-list .list-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.slf-similar-list .list-header .left {
    display: flex;
    align-items: flex-end;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 600;
}
.slf-similar-list .list-header .left .icon {
    width: 4.2rem;
    height: 4.2rem;
}
.slf-similar-list .list-header .right {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.4rem;
    font-weight: 500;
    gap: 1.4rem;
    transition: all 0.3s;
    cursor: pointer;
}
.slf-similar-list .list-header .right .icon {
    width: 2rem;
    height: 2rem;
}
.slf-similar-list .list-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0.8rem;
    margin-top: 1.8rem;
}
.slf-similar-list .list-content .list-item {
    background: #1f2022;
    width: 100%;
    padding: 1rem;
    overflow: hidden;
    border-radius: 1.2rem;
    display: flex;
    align-items: stretch;
    gap: 0.4rem;
    cursor: pointer;
}
.slf-similar-list .list-content .list-item .item-cover {
    width: 5.5rem;
    min-width: 5.5rem;
    height: 3.5rem;
    border-radius: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.slf-similar-list .list-content .list-item .item-cover img[load="success"] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slf-similar-list .list-content .list-item .item-info {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.slf-similar-list .list-content .list-item .item-info .item-name {
    width: 100%;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.slf-similar-list .list-content .list-item .item-info .item-name:hover {
    color: #ffca0d;
}
.slf-similar-list .list-content .list-item .item-info .item-desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slf-similar-list .list-content .list-item .item-info .item-desc .item-play {
    font-size: 0.6rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
}
.slf-similar-list .list-content .list-item .item-info .item-desc .item-play img {
    width: 0.5rem;
    height: 0.5rem;
}
.slf-similar-list .list-content .list-item .item-info .item-tag {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.6rem;
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0.14);
    padding: 0.1rem 0.2rem;
    box-sizing: border-box;
    border-radius: 0.1rem;
}
.loading-mask {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999998;
}
.loading-wrap {
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

@media (min-width: 960px) {
    .detail-right {
        position: relative;
        display: block;
        width: 14.1rem;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    .page-breadcrumb {
        margin-bottom: 1rem;
        font-size: 0.7rem;
        margin-top: 0;
    }
    .detail-tabs {
        margin-top: 2rem;
        padding: 0.7rem 0;
        border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
        gap: 1.9rem;
    }
    .detail-tabs .detail-tab-item {
        font-size: 1rem;
    }
    .detail-tabs .detail-tab-item:after {
        bottom: -0.75rem;
        height: 0.2em;
        border-radius: 0.1rem;
    }
    .detail-tabs .detail-tab-item.active:after {
        width: 2.5rem;
    }
    .slf-component-video-info .info-row {
        margin-bottom: 0.5rem;
    }
    .slf-component-video-info .info-row .info-label {
        font-size: 0.8rem;
        min-width: 2rem;
        width: 2rem;
    }
    .slf-component-video-info .info-row .video-name {
        font-size: 0.8rem;
        padding-right: 13rem;
        box-sizing: border-box;
    }
    .slf-component-video-info .info-row .video-play {
        font-size: 0.6rem;
        margin-top: 0.2rem;
    }
    .slf-component-video-info .info-row .info-tags {
        gap: 0.4rem;
        margin-bottom: 0.2rem;
    }
    .slf-component-video-info .info-row .info-tags .info-tag {
        height: 1.1rem;
        padding: 0 0.3rem;
        line-height: 1.1rem;
        border-radius: 0.1rem;
        font-size: 0.7rem;
    }
    .slf-component-video-info .info-row .info-desc {
        font-size: 0.7rem;
    }
    .slf-component-video-info .video-actions {
        position: absolute;
        right: 0;
        top: 0.5rem;
        gap: 0.6rem;
        width: auto;
    }
    .slf-component-video-info .video-btn {
        width: 5rem;
        height: 1.8rem;
        border-radius: 0.3rem;
        font-size: 0.7rem;
        border: solid 0.05rem #ffca0d;
    }
    .slf-component-video-info .video-btn img {
        width: 1.4rem;
        height: 1.4rem;
    }

    .slf-component-video-comments .comment-card {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 0.4rem;
    }
    .slf-component-video-comments .comment-card textarea {
        min-height: 3.4rem;
        max-height: 3.4rem;
        padding: 0.8rem;
        font-size: 0.7rem;
        flex: 1;
    }
    .slf-component-video-comments .comment-card textarea::placeholder {
        font-size: 0.7rem;
    }
    .slf-component-video-comments .comment-card .comment-btn {
        margin-top: 0;
        width: 3.4rem;
        height: 3.4rem;
        background-color: #ffca0d;
        color: #000;
        border-radius: 0.4rem;
        font-size: 0.8rem;
        padding: 0.8rem;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        text-wrap: wrap;
        line-height: 1rem;
    }
    .slf-component-video-comments .comment-card .comment-btn:hover {
        opacity: 0.7;
    }
    .slf-component-video-comments .comment-item {
        margin-top: 0.8rem;
        margin-bottom: 0.6rem;
    }
    .slf-component-video-comments .comment-item .comment-header {
        gap: 0.5rem;
    }
    .slf-component-video-comments .comment-item .comment-header .comment-avatar {
        width: 1.5rem;
        height: 1.5rem;
        border-radius: 0.75rem;
    }
    .slf-component-video-comments .comment-item .comment-header .comment-username {
        font-size: 0.7rem;
    }
    .slf-component-video-comments .comment-item .comment-header .comment-date {
        font-size: 0.7rem;
    }
    .slf-component-video-comments .comment-item .comment-content {
        font-size: 0.7rem;
        padding-left: 2rem;
        margin-bottom: 0.6rem;
    }
    .slf-component-video-comments .comment-item .comment-content a {
        font-size: 0.6rem;
    }
    .slf-component-video-comments .comment-item .comment-content a:hover {
        color: #ffca0d;
    }
    .slf-component-video-comments .comment-children {
        padding-left: 2rem;
    }
    .slf-component-video-comments .comment-item .comment-card {
        padding-left: 1rem;
        margin-bottom: 0.6rem;
    }
    .slf-similar-list {
        width: 100%;
    }
    .slf-similar-list .list-header {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }
    .slf-similar-list .list-header .left {
        display: flex;
        align-items: flex-end;
        font-size: 0.9rem;
        color: #fff;
        font-weight: 600;
    }
    .slf-similar-list .list-header .left .icon {
        width: 2.1rem;
        height: 2.1rem;
    }
    .slf-similar-list .list-header .right {
        display: flex;
        align-items: center;
        color: rgba(255, 255, 255, 0.6);
        font-size: 0.7rem;
        font-weight: 500;
        gap: 0.7rem;
        transition: all 0.3s;
        cursor: pointer;
    }
    .slf-similar-list .list-header .right:hover {
        color: #ffca0d;
    }
    .slf-similar-list .list-header .right .icon {
        width: 1rem;
        height: 1rem;
    }
    .slf-similar-list .list-content {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 0.4rem;
        margin-top: 0.4rem;
    }
    .slf-similar-list .list-content .list-item {
        background: #1f2022;
        width: 100%;
        padding: 0.5rem;
        overflow: hidden;
        border-radius: 0.3rem;
        display: flex;
        align-items: stretch;
        gap: 0.4rem;
        cursor: pointer;
    }
    .slf-similar-list .list-content .list-item .item-cover {
        width: 5.5rem;
        min-width: 5.5rem;
        height: 3.5rem;
        border-radius: 0.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    .slf-similar-list .list-content .list-item .item-cover img[load="success"] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .slf-similar-list .list-content .list-item .item-info {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .slf-similar-list .list-content .list-item .item-info .item-name {
        width: 100%;
        color: #fff;
        font-size: 0.7rem;
        font-weight: 500;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .slf-similar-list .list-content .list-item .item-info .item-name:hover {
        color: #ffca0d;
    }
    .slf-similar-list .list-content .list-item .item-info .item-desc {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .slf-similar-list .list-content .list-item .item-info .item-desc .item-play {
        font-size: 0.6rem;
        color: rgba(255, 255, 255, 0.6);
        font-weight: 500;
    }
    .slf-similar-list .list-content .list-item .item-info .item-desc .item-play img {
        width: 0.5rem;
        height: 0.5rem;
    }
    .slf-similar-list .list-content .list-item .item-info .item-tag {
        color: rgba(255, 255, 255, 0.6);
        font-size: 0.6rem;
        font-weight: 500;
        background-color: rgba(255, 255, 255, 0.14);
        padding: 0.1rem 0.2rem;
        box-sizing: border-box;
        border-radius: 0.1rem;
    }
    .loading-mask {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999998;
    }
    .loading-wrap {
        width: 100%;
        height: 100%;
        z-index: 999999;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }
    .recomment-list-title {
        font-size: 1.1rem;
    }
    .recomment-content-wrap {
        padding-right: 0.1rem;
        box-sizing: border-box;
    }
    .comment-load-tip {
        font-size: 0.8rem;
    }
    .player-icon.danmaku-toggle {
        width: 2rem;
        height: auto;
    }
    .page-breadcrumb span {
        max-width: 80%;
    }
    .mobile-recommend-list {
        display: none;
    }
}
