.BU-MagicImage__placeholder {
    visibility: hidden
}

.BU-MagicImage__shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 50%
}

.component-episodeTag {
    display: inline-block;
    border-radius: 2px;
    font-size: 12px;
    line-height: 15px;
    padding: 0 3px;
    color: #fff
}

.component-episodeTag.primary {
    background-color: var(--brand)
}

.component-episodeTag.paid {
    color: #593012;
    background: #ffcba6
}

.component-episodeTag.HQ {
    background-image: linear-gradient(to left, #ff7f29, #ff9d00 100%)
}

.component-episodeTag.preview {
    background-color: var(--assist-3);
    color: #fff
}

.component-episodeTag.isForFeed {
    font-weight: 500;
    height: 18px;
    line-height: 18px;
    padding: 0 3px
}

.component-episodeTag.isForFeed.HQ {
    background: var(--brand)
}

.component-episodeTag.isForFeed.live {
    background: var(--brand)
}

.component-episodeTag.isForFeed.sticking {
    background: var(--brand)
}

.component-episodeTag.isForFeed.pseries {
    background: var(--brand)
}

.component-episodeTag.isForFeed>span {
    display: inline-block;
    font-size: 12px;
    transform: scale(0.916);
    vertical-align: top
}

.component-episodeTag.isForFeed.mix {
    display: flex;
    padding: 0;
    background-color: rgba(0, 0, 0, .5);
    overflow: hidden
}

.component-episodeTag.isForFeed.mix div:nth-child(1) {
    display: inline-block;
    color: #593012;
    background-color: #ffcba6
}

.component-episodeTag.isForFeed.mix div:nth-child(2) {
    display: inline-block;
    color: #ffcba6;
    background-color: #593012
}

.component-episodeTag.isForFeed.mix span {
    padding: 0 3px
}

.component-episodeTag .livingTag {
    display: flex;
    align-items: center
}

.component-episodeTag .livingTag .Loading-3 {
    margin-right: 4px
}

.component-vipTag {
    font-weight: 500;
    height: 18px;
    padding: 0 3px;
    color: #593012;
    background: #ffcba6;
    font-size: 12px;
    border-radius: 2px
}

.component-vipTag span {
    display: inline-block;
    font-size: 12px;
    transform: scale(0.916)
}

.component-pSeriesTag {
    font-weight: 500;
    height: 18px;
    padding: 0 3px;
    color: #fff;
    background: linear-gradient(270deg, #FF3333 0%, #FF3466 100%);
    font-size: 12px;
    border-radius: 2px
}

.component-pSeriesTag span {
    display: inline-block;
    font-size: 12px;
    transform: scale(0.916)
}

.CoverAction {
    display: flex;
    width: min-content;
    justify-content: center;
    position: relative;
    height: 28px;
    background: rgba(0, 0, 0, .7);
    border-radius: 2px
}

.CoverAction__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px
}

.CoverAction__icon__default path {
    fill: #fff
}

.CoverAction__text {
    transition: width .15s;
    display: inline-block;
    min-height: 28px;
    height: 28px;
    max-height: 28px;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    text-align: right;
    overflow: hidden;
    white-space: nowrap
}

.videoPreview {
    background: rgba(0, 0, 0, .65);
    transition: opacity .3s;
    pointer-events: none;
    opacity: 0
}

.videoPreview.canplay {
    opacity: 1
}

.videoPreview video {
    height: 100%;
    width: 100%
}

.videoPreview .cannotAutoplay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    pointer-events: all
}

.component-avatar {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    background: #f9f9f9;
    flex-shrink: 0
}

.component-avatar .component-avatar__inner {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    cursor: default
}

.component-avatar .component-avatar__inner div {
    width: 100%;
    height: 100%
}

.component-avatar .component-avatar__inner img {
    border-radius: 50%;
    vertical-align: top
}

.component-avatar.clickable .component-avatar__inner {
    cursor: pointer
}

.component-avatar__living {
    pointer-events: none;
    position: absolute;
    left: -4px;
    top: -4px;
    border-radius: 50%;
    border: 2px solid #ff1e50
}

.component-avatar__living_text {
    position: absolute;
    left: 50%;
    bottom: -6px;
    transform: translateX(-21px);
    width: 42px;
    height: 20px;
    border-radius: 4px;
    border: solid 2px #fff;
    background-image: linear-gradient(257.28deg, #fe70b7 0%, #fe5b77 100%);
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.component-avatar__living_text span {
    white-space: nowrap;
    font-size: 20px;
    transform: scale(0.5)
}

.component-avatar__vip {
    pointer-events: none;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-repeat: no-repeat;
    transform: scale(0.75);
    transform-origin: bottom right
}

.FeedContainer {
    display: inline-block;
    overflow: hidden
}

.FeedContainer__header {
    position: relative;
    display: flex;
    justify-content: space-between;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 16px
}

.FeedContainer__header .icon-enter {
    transform: scale(0.715);
    display: inline-block;
    color: #979797
}

.FeedContainer__title {
    line-height: 25px;
    font-size: 18px;
    font-weight: 500;
    color: var(--content-primary)
}

.FeedContainer__toMore {
    position: relative;
    top: -2px;
    margin-left: 12px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500
}

.FeedContainer__toMore span,
.FeedContainer__toMore svg {
    vertical-align: middle
}

.FeedContainer__toMore path {
    fill: var(--content-secondary)
}

.FeedContainer__toMore:hover path {
    fill: var(--content-secondary-hover)
}

.FeedContainer__content {
    position: relative
}

.FeedContainer__items {
    white-space: nowrap;
    position: relative
}

.FeedContainer__itemWrapper {
    display: inline-block;
    vertical-align: top
}

.FeedContainer__arrow {
    position: absolute;
    cursor: pointer;
    z-index: 10;
    top: 0;
    width: 36px;
    font-size: 20px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
    background-color: #fff
}

.FeedContainer__arrow:hover::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    display: block;
    width: 36px;
    height: 36px;
    background: rgba(0, 0, 0, .1)
}

.FeedContainer__prev {
    left: -21px
}

.FeedContainer__prev i {
    transform: rotate(180deg)
}

.FeedContainer__next {
    right: -21px
}

.FeedContainer__items {
    padding-left: 5px;
    padding-right: 5px;
    margin-left: -5px;
    margin-right: -5px
}

.HorizontalFeedCard {
    position: relative;
    display: inline-block;
    width: 362px
}

.HorizontalFeedCard .HorizontalFeedCard__coverContainer {
    position: relative
}

.HorizontalFeedCard .HorizontalFeedCard__coverContainer .HorizontalFeedCard__playing {
    display: none
}

.new-style .HorizontalFeedCard .HorizontalFeedCard__coverContainer {
    flex-shrink: 0
}

.new-style .focus .HorizontalFeedCard .HorizontalFeedCard__coverContainer::before {
    display: block;
    position: absolute;
    content: "";
    width: calc(100% + 5px);
    height: calc(100% + 5px);
    border-radius: 3px;
    border: 1px solid var(--brand);
    left: -2.5px;
    top: -2.5px
}

.new-style .focus .HorizontalFeedCard .HorizontalFeedCard__coverContainer .HorizontalFeedCard__playing {
    display: flex
}

.HorizontalFeedCard .HorizontalFeedCard__coverWrapper:not(.disableZoomAnimation):hover img {
    transform: scale3d(1.07, 1.07, 1.07)
}

.HorizontalFeedCard .HorizontalFeedCard__coverWrapper {
    position: relative;
    display: block;
    padding-top: 56%;
    border-radius: 2px;
    overflow: hidden;
    cursor: pointer;
    background-color: rgba(var(--accent-black), var(--opacity-4));
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    transition: box-shadow .15s linear;
    background-color: rgba(var(--accent-black), var(--opacity-4))
}

.HorizontalFeedCard .HorizontalFeedCard__coverWrapper img {
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: center;
    transition: transform .3s ease !important
}

.HorizontalFeedCard .HorizontalFeedCard__coverWrapper .HorizontalFeedCard__coverWrapper__shadow {
    position: absolute;
    top: auto;
    bottom: 0;
    height: 64px;
    width: 100%;
    background: radial-gradient(67.8% 100% at 100% 100%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.182498) 5.46%, rgba(0, 0, 0, 0.166038) 10.85%, rgba(0, 0, 0, 0.150517) 16.23%, rgba(0, 0, 0, 0.135831) 21.66%, rgba(0, 0, 0, 0.121878) 27.19%, rgba(0, 0, 0, 0.108555) 32.87%, rgba(0, 0, 0, 0.0957584) 38.76%, rgba(0, 0, 0, 0.083386) 44.92%, rgba(0, 0, 0, 0.0713345) 51.39%, rgba(0, 0, 0, 0.059501) 58.24%, rgba(0, 0, 0, 0.0477826) 65.52%, rgba(0, 0, 0, 0.0360762) 73.28%, rgba(0, 0, 0, 0.024279) 81.57%, rgba(0, 0, 0, 0.0122879) 90.46%, rgba(0, 0, 0, 0) 100%)
}

.HorizontalFeedCard .HorizontalFeedCard__coverWrapper:hover {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .4)
}

.HorizontalFeedCard .HorizontalFeedCard__coverWrapper .videoPreview {
    position: absolute;
    z-index: 10;
    top: -0.5px;
    right: -0.5px;
    bottom: -0.5px;
    left: -0.5px
}

.HorizontalFeedCard .HorizontalFeedCard__coverWrapper .videoPreview.cover video {
    object-fit: cover
}

.HorizontalFeedCard .HorizontalFeedCard__coverWrapper .videoPreview.contain video {
    object-fit: contain
}

.HorizontalFeedCard .HorizontalFeedCard__coverWrapper__RBTag {
    position: absolute;
    z-index: 3;
    bottom: 7px;
    right: 12px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    text-shadow: .5px 1px 2px rgba(0, 0, 0, .15)
}

.new-style .HorizontalFeedCard .HorizontalFeedCard__coverWrapper__RBTag {
    text-shadow: 0px 0px 2px rgba(0, 0, 0, .5)
}

.new-style .focus .HorizontalFeedCard .HorizontalFeedCard__coverWrapper__RBTag {
    display: none
}

.HorizontalFeedCard .HorizontalFeedCard__coverWrapper__seriesCount {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    width: 80px;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600
}

.HorizontalFeedCard .HorizontalFeedCard__coverWrapper__seriesCount i {
    font-size: 24px
}

.HorizontalFeedCard .HorizontalFeedCard__coverWrapper__seriesCount>span:first-child {
    margin-bottom: 23%
}

.HorizontalFeedCard .HorizontalFeedCard__tag {
    position: absolute;
    z-index: 11;
    right: 4px;
    top: 4px
}

.HorizontalFeedCard .HorizontalFeedCard__contentWrapper {
    display: flex;
    padding-top: 8px
}

.HorizontalFeedCard .HorizontalFeedCard__author__avatar {
    margin-right: 10px
}

.HorizontalFeedCard .HorizontalFeedCard__author__avatar .component-avatar {
    margin-top: 2px
}

.HorizontalFeedCard .HorizontalFeedCard__rich__media {
    position: relative;
    flex: 1;
    overflow: hidden
}

.HorizontalFeedCard .HorizontalFeedCard__title {
    font-size: 0;
    line-height: 22px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: initial;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word
}

.HorizontalFeedCard .HorizontalFeedCard__title>span {
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500
}

.HorizontalFeedCard .HorizontalFeedCard__title>span>i {
    color: var(--brand)
}

@media(max-width: 1680px) {
    .HorizontalFeedCard .HorizontalFeedCard__title {
        line-height: 20px
    }

    .HorizontalFeedCard .HorizontalFeedCard__title>span {
        font-size: 15px
    }
}

.HorizontalFeedCard .HorizontalFeedCard__title>.HorizontalFeedCard__updated-tag {
    color: #ff9d00;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    width: 30px;
    border: .5px solid #ff9d00;
    border-radius: 2px;
    margin-right: 6px;
    vertical-align: middle;
    font-weight: 500
}

.HorizontalFeedCard .HorizontalFeedCard__title>.HorizontalFeedCard__updated-tag>span {
    line-height: 1;
    font-size: 12px;
    transform: scale(0.9166666667)
}

.HorizontalFeedCard .HorizontalFeedCard__title>.HorizontalFeedCard__co-create-tag {
    color: #236ddb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    width: 30px;
    background: rgba(35, 109, 219, .04);
    border: .5px solid rgba(35, 109, 219, .12);
    border-radius: 2px;
    vertical-align: middle;
    margin-right: 6px
}

.HorizontalFeedCard .HorizontalFeedCard__title>.HorizontalFeedCard__co-create-tag>span {
    line-height: 1;
    font-size: 12px;
    transform: scale(0.9166666667);
    font-weight: 500
}

.HorizontalFeedCard .HorizontalFeedCard__author-name {
    display: flex;
    margin-top: 6px;
    font-size: 14px;
    line-height: 18px
}

.HorizontalFeedCard .HorizontalFeedCard__author-name .user__name {
    max-width: calc(100% - 44px);
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: initial;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
    color: var(--content-secondary)
}

.HorizontalFeedCard .HorizontalFeedCard__author-name .user__name:hover {
    color: var(--content-secondary-hover)
}

.HorizontalFeedCard .HorizontalFeedCard__author-name-tag {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 4px;
    width: 40px;
    height: 18px;
    border-radius: 2px;
    background: rgba(var(--accent-black), var(--opacity-4))
}

.HorizontalFeedCard .HorizontalFeedCard__author-name-tag span {
    font-size: 12px;
    font-weight: 500;
    transform: scale(0.9166666667);
    cursor: default
}

.HorizontalFeedCard .HorizontalFeedCard__topRightBtns {
    position: absolute;
    z-index: 11;
    top: 4px;
    right: 4px;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.new-style .focus .HorizontalFeedCard .HorizontalFeedCard__topRightBtns {
    display: none
}

.HorizontalFeedCard .HorizontalFeedCard__topRightBtns>div+div {
    margin-top: 4px
}

.HorizontalFeedCard .HorizontalFeedCard__bottomInfo {
    margin-top: 2px;
    line-height: 18px;
    font-size: 14px
}

@keyframes skeleton-loading {
    0% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

.HorizontalFeedCard--placeholder {
    pointer-events: none
}

.HorizontalFeedCard--placeholder__coverWrapper {
    padding-top: 56%;
    border-radius: 2px;
    background-color: rgba(var(--accent-black), var(--opacity-4))
}

.HorizontalFeedCard--placeholder__contentWrapper {
    display: flex;
    margin-top: 12px
}

.new-style .HorizontalFeedCard--placeholder__contentWrapper {
    margin-top: 16px
}

.HorizontalFeedCard--placeholder__avatar {
    margin-top: 2px;
    margin-right: 10px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(var(--accent-black), var(--opacity-4))
}

.HorizontalFeedCard--placeholder__content {
    position: relative;
    flex: 1
}

.HorizontalFeedCard--placeholder__title {
    width: calc((100% + 40px) * 0.75);
    height: 20px;
    background-color: rgba(var(--accent-black), var(--opacity-4))
}

.HorizontalFeedCard--placeholder__bottomInfo {
    margin-top: 8px;
    width: calc((100% + 40px) * 0.6);
    height: 20px;
    background-color: rgba(var(--accent-black), var(--opacity-4))
}

.HorizontalFeedCard--placeholder.active .HorizontalFeedCard--placeholder__coverWrapper {
    background: linear-gradient(90deg, var(--background-secondary) 25%, var(--background-primary) 45%, var(--background-secondary) 65%);
    background-size: 400% 100%;
    animation: skeleton-loading 1200ms ease-in-out infinite
}

.HorizontalFeedCard--placeholder.active .HorizontalFeedCard--placeholder__avatar {
    background: linear-gradient(90deg, var(--background-secondary) 25%, var(--background-primary) 45%, var(--background-secondary) 65%);
    background-size: 400% 100%;
    animation: skeleton-loading 1200ms ease-in-out infinite
}

.HorizontalFeedCard--placeholder.active .HorizontalFeedCard--placeholder__title {
    background: linear-gradient(90deg, var(--background-secondary) 25%, var(--background-primary) 45%, var(--background-secondary) 65%);
    background-size: 400% 100%;
    animation: skeleton-loading 1200ms ease-in-out infinite
}

.HorizontalFeedCard--placeholder.active .HorizontalFeedCard--placeholder__bottomInfo {
    background: linear-gradient(90deg, var(--background-secondary) 25%, var(--background-primary) 45%, var(--background-secondary) 65%);
    background-size: 400% 100%;
    animation: skeleton-loading 1200ms ease-in-out infinite
}

.user__name {
    display: inline-block;
    vertical-align: middle;
    color: var(--content-primary)
}

.user__name:hover {
    color: var(--content-primary)
}

.user__vip-logo {
    margin-left: 7px
}

.HorizontalFeedCard-accessories-liveTag {
    z-index: 4;
    position: absolute;
    top: 4px;
    left: 4px;
    display: flex;
    color: #fff
}

.HorizontalFeedCard-accessories-liveTag__live {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 18px;
    background: linear-gradient(257.28deg, #FE70B7 0%, #FE5B77 100%);
    border-radius: 2px 0px 0px 2px
}

.HorizontalFeedCard-accessories-liveTag__live__icon {
    display: flex;
    margin-left: 2px;
    transform: scaleY(0.77)
}

.HorizontalFeedCard-accessories-liveTag__live__icon__line {
    display: inline-block;
    width: 2px;
    height: 8px;
    border-radius: .5px;
    background-color: #fff
}

.HorizontalFeedCard-accessories-liveTag__live__icon .line_1 {
    margin-right: 2px;
    transform: scaleY(0.77);
    animation: loading_1 .75s ease-in-out infinite
}

.HorizontalFeedCard-accessories-liveTag__live__icon .line_2 {
    margin-right: 2px;
    transform: scaleY(0.77);
    animation: loading_2 .75s ease-in-out infinite
}

.HorizontalFeedCard-accessories-liveTag__live__icon .line_3 {
    margin-right: 2px;
    transform: scaleY(0.33);
    animation: loading_3 .75s ease-in-out infinite
}

.HorizontalFeedCard-accessories-liveTag__live span {
    font-size: 12px;
    font-weight: 500;
    transform: scale(0.9166666667)
}

.HorizontalFeedCard-accessories-liveTag__audience {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 3px;
    height: 18px;
    background: rgba(0, 0, 0, .38);
    border-radius: 0px 2px 2px 0px
}

.HorizontalFeedCard-accessories-liveTag__audience span {
    font-size: 12px;
    font-weight: 500;
    transform: scale(0.9166666667)
}

@keyframes loading_1 {
    0% {
        transform: scaleY(0.77)
    }

    33.33% {
        transform: scaleY(0.33)
    }

    83.33% {
        transform: scaleY(1)
    }

    100% {
        transform: scaleY(0.77)
    }
}

@keyframes loading_2 {
    0% {
        transform: scaleY(0.77)
    }

    16.66% {
        transform: scaleY(1)
    }

    66.66% {
        transform: scaleY(0.33)
    }

    100% {
        transform: scaleY(0.77)
    }
}

@keyframes loading_3 {
    0% {
        transform: scaleY(0.33)
    }

    50% {
        transform: scaleY(1)
    }

    100% {
        transform: scaleY(0.33)
    }
}

.HorizontalFeedCard-accessories-progressbar {
    z-index: 4;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(var(--accent-white), 0.54)
}

.HorizontalFeedCard-accessories-progressbar__active {
    height: 100%;
    background: #ff3d5e
}

.HorizontalFeedCard-accessories-pseriesshadow {
    position: absolute;
    border-radius: 2px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: .5px solid rgba(0, 0, 0, .01);
    background: rgba(var(--accent-black), var(--opacity-4));
    border-bottom-width: 0
}

.HorizontalFeedCard-accessories-pseriesshadow__primary {
    top: -12px;
    left: 12px;
    width: calc(100% - 24px);
    height: 12px
}

.HorizontalFeedCard-accessories-pseriesshadow__secondary {
    top: -6px;
    left: 6px;
    width: calc(100% - 12px);
    height: 6px
}

.vr-toast {
    color: #fe3355;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    width: 23px;
    background: rgba(254, 51, 85, .04);
    border: .5px solid rgba(254, 51, 85, .12);
    border-radius: 2px;
    margin-right: 6px;
    vertical-align: middle;
    font-weight: 500
}

.vr-toast>span {
    line-height: 1;
    font-size: 12px;
    transform: scale(0.9166666667)
}

.HorizontalFeedCard__playing {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    display: flex
}

.HorizontalFeedCard__playing>span {
    width: 63px;
    height: 20px;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .7)
}

.HorizontalFeedCard__playing>span img {
    margin-right: 2px;
    width: 10px !important;
    height: 10px !important
}

.HorizontalFeedCard__playing-txt {
    font-size: 12px;
    transform: scale(calc(11 / 12));
    font-weight: 500
}

.co-create-username {
    display: flex;
    white-space: nowrap;
    width: 100%;
    line-height: 18px;
    color: var(--content-secondary)
}

.co-create-username>.ellipsis {
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden
}

.co-create-username>a:hover {
    color: var(--content-secondary-hover)
}

.HorizontalFeedCard-accessories-bottomInfo {
    color: #666
}

.HorizontalFeedCard-accessories-bottomInfo__author:hover {
    color: var(--content-primary)
}

.channelBlocklist,
.MyWatchHistory__topbar,
.MyFavorite__topbar,
.MyAttention__topbar {
    width: calc(100% - 32px * 2)
}

.layoutstatus-side--Short .channelBlocklist,
.layoutstatus-side--Short .MyWatchHistory__topbar,
.layoutstatus-side--Short .MyFavorite__topbar,
.layoutstatus-side--Short .MyAttention__topbar {
    width: calc(100% - 32px * 2)
}

.channelBlocklist .FeedContainer__itemWrapper+.FeedContainer__itemWrapper {
    margin-left: 12px
}

.channelBlocklist .FeedContainer__itemWrapper .VerticalFeedCard,
.channelBlocklist .FeedContainer__itemWrapper .HorizontalFeedCard {
    display: block
}

.MyWatchHistory__topbar,
.MyFavorite__topbar,
.MyAttention__topbar {
    width: calc(100% - 32px * 2)
}

@media screen and (max-width: 1271px) {

    .categoryPage_home,
    .video-channel,
    .MyCategory,
    .shortVideoInLvideoChannel,
    .v3-app-layout__header,
    .categoryPage_home {
        --channel-wide-items-per-row: 3
    }

    .categoryPage_home .lvideo-list__item:nth-of-type(n + 1),
    .video-channel .lvideo-list__item:nth-of-type(n + 1),
    .MyCategory .lvideo-list__item:nth-of-type(n + 1),
    .shortVideoInLvideoChannel .lvideo-list__item:nth-of-type(n + 1),
    .v3-app-layout__header .lvideo-list__item:nth-of-type(n + 1),
    .categoryPage_home .lvideo-list__item:nth-of-type(n + 1) {
        margin-left: 0
    }

    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .video-channel .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .MyCategory .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .shortVideoInLvideoChannel .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .v3-app-layout__header .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper+.FeedContainer__itemWrapper {
        margin-left: 16px
    }

    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper,
    .video-channel .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper,
    .MyCategory .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper,
    .shortVideoInLvideoChannel .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper,
    .v3-app-layout__header .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper,
    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper {
        width: calc(100% / var(--channel-wide-items-per-row) - (((var(--channel-wide-items-per-row) - 1) * 16px) / (var(--channel-wide-items-per-row)) + 0.01px))
    }

    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalFeedCard,
    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalLvideoFeedCard,
    .video-channel .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalFeedCard,
    .video-channel .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalLvideoFeedCard,
    .MyCategory .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalFeedCard,
    .MyCategory .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalLvideoFeedCard,
    .shortVideoInLvideoChannel .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalFeedCard,
    .shortVideoInLvideoChannel .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalLvideoFeedCard,
    .v3-app-layout__header .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalFeedCard,
    .v3-app-layout__header .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalLvideoFeedCard,
    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalFeedCard,
    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalLvideoFeedCard {
        width: 100%
    }

    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow).loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(3n + 1),
    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow) .lvideo-filter-channel-list>div:nth-of-type(3n + 1),
    .video-channel .channelBlocklist:not(.channelBlocklist--narrow).loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(3n + 1),
    .video-channel .channelBlocklist:not(.channelBlocklist--narrow) .lvideo-filter-channel-list>div:nth-of-type(3n + 1),
    .MyCategory .channelBlocklist:not(.channelBlocklist--narrow).loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(3n + 1),
    .MyCategory .channelBlocklist:not(.channelBlocklist--narrow) .lvideo-filter-channel-list>div:nth-of-type(3n + 1),
    .shortVideoInLvideoChannel .channelBlocklist:not(.channelBlocklist--narrow).loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(3n + 1),
    .shortVideoInLvideoChannel .channelBlocklist:not(.channelBlocklist--narrow) .lvideo-filter-channel-list>div:nth-of-type(3n + 1),
    .v3-app-layout__header .channelBlocklist:not(.channelBlocklist--narrow).loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(3n + 1),
    .v3-app-layout__header .channelBlocklist:not(.channelBlocklist--narrow) .lvideo-filter-channel-list>div:nth-of-type(3n + 1),
    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow).loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(3n + 1),
    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow) .lvideo-filter-channel-list>div:nth-of-type(3n + 1) {
        margin-left: 0
    }

    .categoryPage_home .channelBlocklist,
    .categoryPage_home .load-more-blocklist-button,
    .categoryPage_home .MyWatchHistory__topbar,
    .categoryPage_home .MyFavorite__topbar,
    .categoryPage_home .MyAttention__topbar,
    .video-channel .channelBlocklist,
    .video-channel .load-more-blocklist-button,
    .video-channel .MyWatchHistory__topbar,
    .video-channel .MyFavorite__topbar,
    .video-channel .MyAttention__topbar,
    .MyCategory .channelBlocklist,
    .MyCategory .load-more-blocklist-button,
    .MyCategory .MyWatchHistory__topbar,
    .MyCategory .MyFavorite__topbar,
    .MyCategory .MyAttention__topbar,
    .shortVideoInLvideoChannel .channelBlocklist,
    .shortVideoInLvideoChannel .load-more-blocklist-button,
    .shortVideoInLvideoChannel .MyWatchHistory__topbar,
    .shortVideoInLvideoChannel .MyFavorite__topbar,
    .shortVideoInLvideoChannel .MyAttention__topbar,
    .v3-app-layout__header .channelBlocklist,
    .v3-app-layout__header .load-more-blocklist-button,
    .v3-app-layout__header .MyWatchHistory__topbar,
    .v3-app-layout__header .MyFavorite__topbar,
    .v3-app-layout__header .MyAttention__topbar,
    .categoryPage_home .channelBlocklist,
    .categoryPage_home .load-more-blocklist-button,
    .categoryPage_home .MyWatchHistory__topbar,
    .categoryPage_home .MyFavorite__topbar,
    .categoryPage_home .MyAttention__topbar {
        width: calc(100% - 64px);
        max-width: 992px
    }

    .categoryPage_home .right-content.showAnimation,
    .video-channel .right-content.showAnimation,
    .MyCategory .right-content.showAnimation,
    .shortVideoInLvideoChannel .right-content.showAnimation,
    .v3-app-layout__header .right-content.showAnimation,
    .categoryPage_home .right-content.showAnimation {
        width: 100%;
        max-width: 992px
    }

    .categoryPage_home .ImmersiveBanner,
    .video-channel .ImmersiveBanner,
    .MyCategory .ImmersiveBanner,
    .shortVideoInLvideoChannel .ImmersiveBanner,
    .v3-app-layout__header .ImmersiveBanner,
    .categoryPage_home .ImmersiveBanner {
        width: calc(100% - 64px);
        max-width: 992px
    }
}

@media screen and (min-width: 1272px)and (max-width: 1927px) {

    .categoryPage_home,
    .video-channel,
    .MyCategory,
    .shortVideoInLvideoChannel,
    .v3-app-layout__header,
    .categoryPage_home {
        --channel-wide-items-per-row: 4
    }

    .categoryPage_home .lvideo-list__item:nth-of-type(n + 1),
    .video-channel .lvideo-list__item:nth-of-type(n + 1),
    .MyCategory .lvideo-list__item:nth-of-type(n + 1),
    .shortVideoInLvideoChannel .lvideo-list__item:nth-of-type(n + 1),
    .v3-app-layout__header .lvideo-list__item:nth-of-type(n + 1),
    .categoryPage_home .lvideo-list__item:nth-of-type(n + 1) {
        margin-left: 0
    }

    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .video-channel .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .MyCategory .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .shortVideoInLvideoChannel .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .v3-app-layout__header .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper+.FeedContainer__itemWrapper {
        margin-left: 16px
    }

    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper,
    .video-channel .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper,
    .MyCategory .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper,
    .shortVideoInLvideoChannel .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper,
    .v3-app-layout__header .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper,
    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper {
        width: calc(100% / var(--channel-wide-items-per-row) - (((var(--channel-wide-items-per-row) - 1) * 16px) / (var(--channel-wide-items-per-row)) + 0.01px))
    }

    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalFeedCard,
    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalLvideoFeedCard,
    .video-channel .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalFeedCard,
    .video-channel .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalLvideoFeedCard,
    .MyCategory .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalFeedCard,
    .MyCategory .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalLvideoFeedCard,
    .shortVideoInLvideoChannel .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalFeedCard,
    .shortVideoInLvideoChannel .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalLvideoFeedCard,
    .v3-app-layout__header .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalFeedCard,
    .v3-app-layout__header .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalLvideoFeedCard,
    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalFeedCard,
    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalLvideoFeedCard {
        width: 100%
    }

    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow).loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(4n + 1),
    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow) .lvideo-filter-channel-list>div:nth-of-type(4n + 1),
    .video-channel .channelBlocklist:not(.channelBlocklist--narrow).loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(4n + 1),
    .video-channel .channelBlocklist:not(.channelBlocklist--narrow) .lvideo-filter-channel-list>div:nth-of-type(4n + 1),
    .MyCategory .channelBlocklist:not(.channelBlocklist--narrow).loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(4n + 1),
    .MyCategory .channelBlocklist:not(.channelBlocklist--narrow) .lvideo-filter-channel-list>div:nth-of-type(4n + 1),
    .shortVideoInLvideoChannel .channelBlocklist:not(.channelBlocklist--narrow).loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(4n + 1),
    .shortVideoInLvideoChannel .channelBlocklist:not(.channelBlocklist--narrow) .lvideo-filter-channel-list>div:nth-of-type(4n + 1),
    .v3-app-layout__header .channelBlocklist:not(.channelBlocklist--narrow).loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(4n + 1),
    .v3-app-layout__header .channelBlocklist:not(.channelBlocklist--narrow) .lvideo-filter-channel-list>div:nth-of-type(4n + 1),
    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow).loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(4n + 1),
    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow) .lvideo-filter-channel-list>div:nth-of-type(4n + 1) {
        margin-left: 0
    }

    .categoryPage_home .channelBlocklist,
    .categoryPage_home .load-more-blocklist-button,
    .categoryPage_home .MyWatchHistory__topbar,
    .categoryPage_home .MyFavorite__topbar,
    .categoryPage_home .MyAttention__topbar,
    .video-channel .channelBlocklist,
    .video-channel .load-more-blocklist-button,
    .video-channel .MyWatchHistory__topbar,
    .video-channel .MyFavorite__topbar,
    .video-channel .MyAttention__topbar,
    .MyCategory .channelBlocklist,
    .MyCategory .load-more-blocklist-button,
    .MyCategory .MyWatchHistory__topbar,
    .MyCategory .MyFavorite__topbar,
    .MyCategory .MyAttention__topbar,
    .shortVideoInLvideoChannel .channelBlocklist,
    .shortVideoInLvideoChannel .load-more-blocklist-button,
    .shortVideoInLvideoChannel .MyWatchHistory__topbar,
    .shortVideoInLvideoChannel .MyFavorite__topbar,
    .shortVideoInLvideoChannel .MyAttention__topbar,
    .v3-app-layout__header .channelBlocklist,
    .v3-app-layout__header .load-more-blocklist-button,
    .v3-app-layout__header .MyWatchHistory__topbar,
    .v3-app-layout__header .MyFavorite__topbar,
    .v3-app-layout__header .MyAttention__topbar,
    .categoryPage_home .channelBlocklist,
    .categoryPage_home .load-more-blocklist-button,
    .categoryPage_home .MyWatchHistory__topbar,
    .categoryPage_home .MyFavorite__topbar,
    .categoryPage_home .MyAttention__topbar {
        width: calc(100% - 64px);
        max-width: 1568px
    }

    .categoryPage_home .right-content.showAnimation,
    .video-channel .right-content.showAnimation,
    .MyCategory .right-content.showAnimation,
    .shortVideoInLvideoChannel .right-content.showAnimation,
    .v3-app-layout__header .right-content.showAnimation,
    .categoryPage_home .right-content.showAnimation {
        width: 100%;
        max-width: 1568px
    }

    .categoryPage_home .ImmersiveBanner,
    .video-channel .ImmersiveBanner,
    .MyCategory .ImmersiveBanner,
    .shortVideoInLvideoChannel .ImmersiveBanner,
    .v3-app-layout__header .ImmersiveBanner,
    .categoryPage_home .ImmersiveBanner {
        width: calc(100% - 64px);
        max-width: 1568px
    }
}

@media screen and (min-width: 1928px)and (max-width: 2263px) {

    .categoryPage_home,
    .video-channel,
    .MyCategory,
    .shortVideoInLvideoChannel,
    .v3-app-layout__header,
    .categoryPage_home {
        --channel-wide-items-per-row: 5
    }

    .categoryPage_home .lvideo-list__item:nth-of-type(n + 1),
    .video-channel .lvideo-list__item:nth-of-type(n + 1),
    .MyCategory .lvideo-list__item:nth-of-type(n + 1),
    .shortVideoInLvideoChannel .lvideo-list__item:nth-of-type(n + 1),
    .v3-app-layout__header .lvideo-list__item:nth-of-type(n + 1),
    .categoryPage_home .lvideo-list__item:nth-of-type(n + 1) {
        margin-left: 0
    }

    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .video-channel .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .MyCategory .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .shortVideoInLvideoChannel .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .v3-app-layout__header .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper+.FeedContainer__itemWrapper {
        margin-left: 16px
    }

    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper,
    .video-channel .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper,
    .MyCategory .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper,
    .shortVideoInLvideoChannel .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper,
    .v3-app-layout__header .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper,
    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper {
        width: calc(100% / var(--channel-wide-items-per-row) - (((var(--channel-wide-items-per-row) - 1) * 16px) / (var(--channel-wide-items-per-row)) + 0.01px))
    }

    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalFeedCard,
    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalLvideoFeedCard,
    .video-channel .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalFeedCard,
    .video-channel .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalLvideoFeedCard,
    .MyCategory .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalFeedCard,
    .MyCategory .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalLvideoFeedCard,
    .shortVideoInLvideoChannel .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalFeedCard,
    .shortVideoInLvideoChannel .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalLvideoFeedCard,
    .v3-app-layout__header .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalFeedCard,
    .v3-app-layout__header .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalLvideoFeedCard,
    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalFeedCard,
    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalLvideoFeedCard {
        width: 100%
    }

    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow).loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(5n + 1),
    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow) .lvideo-filter-channel-list>div:nth-of-type(5n + 1),
    .video-channel .channelBlocklist:not(.channelBlocklist--narrow).loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(5n + 1),
    .video-channel .channelBlocklist:not(.channelBlocklist--narrow) .lvideo-filter-channel-list>div:nth-of-type(5n + 1),
    .MyCategory .channelBlocklist:not(.channelBlocklist--narrow).loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(5n + 1),
    .MyCategory .channelBlocklist:not(.channelBlocklist--narrow) .lvideo-filter-channel-list>div:nth-of-type(5n + 1),
    .shortVideoInLvideoChannel .channelBlocklist:not(.channelBlocklist--narrow).loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(5n + 1),
    .shortVideoInLvideoChannel .channelBlocklist:not(.channelBlocklist--narrow) .lvideo-filter-channel-list>div:nth-of-type(5n + 1),
    .v3-app-layout__header .channelBlocklist:not(.channelBlocklist--narrow).loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(5n + 1),
    .v3-app-layout__header .channelBlocklist:not(.channelBlocklist--narrow) .lvideo-filter-channel-list>div:nth-of-type(5n + 1),
    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow).loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(5n + 1),
    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow) .lvideo-filter-channel-list>div:nth-of-type(5n + 1) {
        margin-left: 0
    }

    .categoryPage_home .channelBlocklist,
    .categoryPage_home .load-more-blocklist-button,
    .categoryPage_home .MyWatchHistory__topbar,
    .categoryPage_home .MyFavorite__topbar,
    .categoryPage_home .MyAttention__topbar,
    .video-channel .channelBlocklist,
    .video-channel .load-more-blocklist-button,
    .video-channel .MyWatchHistory__topbar,
    .video-channel .MyFavorite__topbar,
    .video-channel .MyAttention__topbar,
    .MyCategory .channelBlocklist,
    .MyCategory .load-more-blocklist-button,
    .MyCategory .MyWatchHistory__topbar,
    .MyCategory .MyFavorite__topbar,
    .MyCategory .MyAttention__topbar,
    .shortVideoInLvideoChannel .channelBlocklist,
    .shortVideoInLvideoChannel .load-more-blocklist-button,
    .shortVideoInLvideoChannel .MyWatchHistory__topbar,
    .shortVideoInLvideoChannel .MyFavorite__topbar,
    .shortVideoInLvideoChannel .MyAttention__topbar,
    .v3-app-layout__header .channelBlocklist,
    .v3-app-layout__header .load-more-blocklist-button,
    .v3-app-layout__header .MyWatchHistory__topbar,
    .v3-app-layout__header .MyFavorite__topbar,
    .v3-app-layout__header .MyAttention__topbar,
    .categoryPage_home .channelBlocklist,
    .categoryPage_home .load-more-blocklist-button,
    .categoryPage_home .MyWatchHistory__topbar,
    .categoryPage_home .MyFavorite__topbar,
    .categoryPage_home .MyAttention__topbar {
        width: calc(100% - 64px);
        max-width: 1964px
    }

    .categoryPage_home .right-content.showAnimation,
    .video-channel .right-content.showAnimation,
    .MyCategory .right-content.showAnimation,
    .shortVideoInLvideoChannel .right-content.showAnimation,
    .v3-app-layout__header .right-content.showAnimation,
    .categoryPage_home .right-content.showAnimation {
        width: 100%;
        max-width: 1964px
    }

    .categoryPage_home .ImmersiveBanner,
    .video-channel .ImmersiveBanner,
    .MyCategory .ImmersiveBanner,
    .shortVideoInLvideoChannel .ImmersiveBanner,
    .v3-app-layout__header .ImmersiveBanner,
    .categoryPage_home .ImmersiveBanner {
        width: calc(100% - 64px);
        max-width: 1964px
    }
}

@media screen and (min-width: 2264px) {

    .categoryPage_home,
    .video-channel,
    .MyCategory,
    .shortVideoInLvideoChannel,
    .v3-app-layout__header,
    .categoryPage_home {
        --channel-wide-items-per-row: 6
    }

    .categoryPage_home .lvideo-list__item:nth-of-type(n + 1),
    .video-channel .lvideo-list__item:nth-of-type(n + 1),
    .MyCategory .lvideo-list__item:nth-of-type(n + 1),
    .shortVideoInLvideoChannel .lvideo-list__item:nth-of-type(n + 1),
    .v3-app-layout__header .lvideo-list__item:nth-of-type(n + 1),
    .categoryPage_home .lvideo-list__item:nth-of-type(n + 1) {
        margin-left: 0
    }

    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .video-channel .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .MyCategory .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .shortVideoInLvideoChannel .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .v3-app-layout__header .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper+.FeedContainer__itemWrapper {
        margin-left: 16px
    }

    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper,
    .video-channel .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper,
    .MyCategory .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper,
    .shortVideoInLvideoChannel .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper,
    .v3-app-layout__header .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper,
    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper {
        width: calc(100% / var(--channel-wide-items-per-row) - (((var(--channel-wide-items-per-row) - 1) * 16px) / (var(--channel-wide-items-per-row)) + 0.01px))
    }

    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalFeedCard,
    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalLvideoFeedCard,
    .video-channel .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalFeedCard,
    .video-channel .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalLvideoFeedCard,
    .MyCategory .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalFeedCard,
    .MyCategory .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalLvideoFeedCard,
    .shortVideoInLvideoChannel .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalFeedCard,
    .shortVideoInLvideoChannel .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalLvideoFeedCard,
    .v3-app-layout__header .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalFeedCard,
    .v3-app-layout__header .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalLvideoFeedCard,
    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalFeedCard,
    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow) .FeedContainer__itemWrapper .HorizontalLvideoFeedCard {
        width: 100%
    }

    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow).loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(6n + 1),
    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow) .lvideo-filter-channel-list>div:nth-of-type(6n + 1),
    .video-channel .channelBlocklist:not(.channelBlocklist--narrow).loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(6n + 1),
    .video-channel .channelBlocklist:not(.channelBlocklist--narrow) .lvideo-filter-channel-list>div:nth-of-type(6n + 1),
    .MyCategory .channelBlocklist:not(.channelBlocklist--narrow).loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(6n + 1),
    .MyCategory .channelBlocklist:not(.channelBlocklist--narrow) .lvideo-filter-channel-list>div:nth-of-type(6n + 1),
    .shortVideoInLvideoChannel .channelBlocklist:not(.channelBlocklist--narrow).loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(6n + 1),
    .shortVideoInLvideoChannel .channelBlocklist:not(.channelBlocklist--narrow) .lvideo-filter-channel-list>div:nth-of-type(6n + 1),
    .v3-app-layout__header .channelBlocklist:not(.channelBlocklist--narrow).loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(6n + 1),
    .v3-app-layout__header .channelBlocklist:not(.channelBlocklist--narrow) .lvideo-filter-channel-list>div:nth-of-type(6n + 1),
    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow).loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(6n + 1),
    .categoryPage_home .channelBlocklist:not(.channelBlocklist--narrow) .lvideo-filter-channel-list>div:nth-of-type(6n + 1) {
        margin-left: 0
    }

    .categoryPage_home .channelBlocklist,
    .categoryPage_home .load-more-blocklist-button,
    .categoryPage_home .MyWatchHistory__topbar,
    .categoryPage_home .MyFavorite__topbar,
    .categoryPage_home .MyAttention__topbar,
    .video-channel .channelBlocklist,
    .video-channel .load-more-blocklist-button,
    .video-channel .MyWatchHistory__topbar,
    .video-channel .MyFavorite__topbar,
    .video-channel .MyAttention__topbar,
    .MyCategory .channelBlocklist,
    .MyCategory .load-more-blocklist-button,
    .MyCategory .MyWatchHistory__topbar,
    .MyCategory .MyFavorite__topbar,
    .MyCategory .MyAttention__topbar,
    .shortVideoInLvideoChannel .channelBlocklist,
    .shortVideoInLvideoChannel .load-more-blocklist-button,
    .shortVideoInLvideoChannel .MyWatchHistory__topbar,
    .shortVideoInLvideoChannel .MyFavorite__topbar,
    .shortVideoInLvideoChannel .MyAttention__topbar,
    .v3-app-layout__header .channelBlocklist,
    .v3-app-layout__header .load-more-blocklist-button,
    .v3-app-layout__header .MyWatchHistory__topbar,
    .v3-app-layout__header .MyFavorite__topbar,
    .v3-app-layout__header .MyAttention__topbar,
    .categoryPage_home .channelBlocklist,
    .categoryPage_home .load-more-blocklist-button,
    .categoryPage_home .MyWatchHistory__topbar,
    .categoryPage_home .MyFavorite__topbar,
    .categoryPage_home .MyAttention__topbar {
        width: calc(100% - 64px);
        max-width: 2240px
    }

    .categoryPage_home .right-content.showAnimation,
    .video-channel .right-content.showAnimation,
    .MyCategory .right-content.showAnimation,
    .shortVideoInLvideoChannel .right-content.showAnimation,
    .v3-app-layout__header .right-content.showAnimation,
    .categoryPage_home .right-content.showAnimation {
        width: 100%;
        max-width: 2240px
    }

    .categoryPage_home .ImmersiveBanner,
    .video-channel .ImmersiveBanner,
    .MyCategory .ImmersiveBanner,
    .shortVideoInLvideoChannel .ImmersiveBanner,
    .v3-app-layout__header .ImmersiveBanner,
    .categoryPage_home .ImmersiveBanner {
        width: calc(100% - 64px);
        max-width: 2240px
    }
}

@media screen and (max-width: 1016px) {

    .categoryPage_home,
    .video-channel,
    .MyCategory,
    .shortVideoInLvideoChannel,
    .v3-app-layout__header,
    .categoryPage_home {
        --channel-narrow-items-per-row: 3
    }

    .categoryPage_home .lvideo-list__item:nth-of-type(3n + 1),
    .video-channel .lvideo-list__item:nth-of-type(3n + 1),
    .MyCategory .lvideo-list__item:nth-of-type(3n + 1),
    .shortVideoInLvideoChannel .lvideo-list__item:nth-of-type(3n + 1),
    .v3-app-layout__header .lvideo-list__item:nth-of-type(3n + 1),
    .categoryPage_home .lvideo-list__item:nth-of-type(3n + 1) {
        margin-left: 0
    }

    .categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .video-channel .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .MyCategory .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .shortVideoInLvideoChannel .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .v3-app-layout__header .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper {
        margin-left: 16px
    }

    .categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper,
    .video-channel .channelBlocklist--narrow .FeedContainer__itemWrapper,
    .MyCategory .channelBlocklist--narrow .FeedContainer__itemWrapper,
    .shortVideoInLvideoChannel .channelBlocklist--narrow .FeedContainer__itemWrapper,
    .v3-app-layout__header .channelBlocklist--narrow .FeedContainer__itemWrapper,
    .categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper {
        width: calc(100% / var(--channel-narrow-items-per-row) - (((var(--channel-narrow-items-per-row) - 1) * 16px) / (var(--channel-narrow-items-per-row)) + 0.01px))
    }

    .categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard,
    .video-channel .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard,
    .MyCategory .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard,
    .shortVideoInLvideoChannel .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard,
    .v3-app-layout__header .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard,
    .categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
        width: 100%
    }

    .categoryPage_home .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(3n + 1),
    .categoryPage_home .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(3n + 1),
    .video-channel .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(3n + 1),
    .video-channel .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(3n + 1),
    .MyCategory .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(3n + 1),
    .MyCategory .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(3n + 1),
    .shortVideoInLvideoChannel .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(3n + 1),
    .shortVideoInLvideoChannel .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(3n + 1),
    .v3-app-layout__header .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(3n + 1),
    .v3-app-layout__header .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(3n + 1),
    .categoryPage_home .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(3n + 1),
    .categoryPage_home .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(3n + 1) {
        margin-left: 0
    }
}

@media screen and (min-width: 1017px)and (max-width: 1272px) {

    .categoryPage_home,
    .video-channel,
    .MyCategory,
    .shortVideoInLvideoChannel,
    .v3-app-layout__header,
    .categoryPage_home {
        --channel-narrow-items-per-row: 4
    }

    .categoryPage_home .lvideo-list__item:nth-of-type(4n + 1),
    .video-channel .lvideo-list__item:nth-of-type(4n + 1),
    .MyCategory .lvideo-list__item:nth-of-type(4n + 1),
    .shortVideoInLvideoChannel .lvideo-list__item:nth-of-type(4n + 1),
    .v3-app-layout__header .lvideo-list__item:nth-of-type(4n + 1),
    .categoryPage_home .lvideo-list__item:nth-of-type(4n + 1) {
        margin-left: 0
    }

    .categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .video-channel .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .MyCategory .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .shortVideoInLvideoChannel .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .v3-app-layout__header .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper {
        margin-left: 16px
    }

    .categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper,
    .video-channel .channelBlocklist--narrow .FeedContainer__itemWrapper,
    .MyCategory .channelBlocklist--narrow .FeedContainer__itemWrapper,
    .shortVideoInLvideoChannel .channelBlocklist--narrow .FeedContainer__itemWrapper,
    .v3-app-layout__header .channelBlocklist--narrow .FeedContainer__itemWrapper,
    .categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper {
        width: calc(100% / var(--channel-narrow-items-per-row) - (((var(--channel-narrow-items-per-row) - 1) * 16px) / (var(--channel-narrow-items-per-row)) + 0.01px))
    }

    .categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard,
    .video-channel .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard,
    .MyCategory .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard,
    .shortVideoInLvideoChannel .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard,
    .v3-app-layout__header .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard,
    .categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
        width: 100%
    }

    .categoryPage_home .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(4n + 1),
    .categoryPage_home .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(4n + 1),
    .video-channel .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(4n + 1),
    .video-channel .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(4n + 1),
    .MyCategory .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(4n + 1),
    .MyCategory .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(4n + 1),
    .shortVideoInLvideoChannel .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(4n + 1),
    .shortVideoInLvideoChannel .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(4n + 1),
    .v3-app-layout__header .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(4n + 1),
    .v3-app-layout__header .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(4n + 1),
    .categoryPage_home .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(4n + 1),
    .categoryPage_home .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(4n + 1) {
        margin-left: 0
    }
}

@media screen and (min-width: 1273px)and (max-width: 1528px) {

    .categoryPage_home,
    .video-channel,
    .MyCategory,
    .shortVideoInLvideoChannel,
    .v3-app-layout__header,
    .categoryPage_home {
        --channel-narrow-items-per-row: 5
    }

    .categoryPage_home .lvideo-list__item:nth-of-type(5n + 1),
    .video-channel .lvideo-list__item:nth-of-type(5n + 1),
    .MyCategory .lvideo-list__item:nth-of-type(5n + 1),
    .shortVideoInLvideoChannel .lvideo-list__item:nth-of-type(5n + 1),
    .v3-app-layout__header .lvideo-list__item:nth-of-type(5n + 1),
    .categoryPage_home .lvideo-list__item:nth-of-type(5n + 1) {
        margin-left: 0
    }

    .categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .video-channel .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .MyCategory .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .shortVideoInLvideoChannel .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .v3-app-layout__header .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper {
        margin-left: 16px
    }

    .categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper,
    .video-channel .channelBlocklist--narrow .FeedContainer__itemWrapper,
    .MyCategory .channelBlocklist--narrow .FeedContainer__itemWrapper,
    .shortVideoInLvideoChannel .channelBlocklist--narrow .FeedContainer__itemWrapper,
    .v3-app-layout__header .channelBlocklist--narrow .FeedContainer__itemWrapper,
    .categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper {
        width: calc(100% / var(--channel-narrow-items-per-row) - (((var(--channel-narrow-items-per-row) - 1) * 16px) / (var(--channel-narrow-items-per-row)) + 0.01px))
    }

    .categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard,
    .video-channel .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard,
    .MyCategory .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard,
    .shortVideoInLvideoChannel .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard,
    .v3-app-layout__header .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard,
    .categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
        width: 100%
    }

    .categoryPage_home .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(5n + 1),
    .categoryPage_home .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(5n + 1),
    .video-channel .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(5n + 1),
    .video-channel .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(5n + 1),
    .MyCategory .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(5n + 1),
    .MyCategory .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(5n + 1),
    .shortVideoInLvideoChannel .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(5n + 1),
    .shortVideoInLvideoChannel .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(5n + 1),
    .v3-app-layout__header .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(5n + 1),
    .v3-app-layout__header .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(5n + 1),
    .categoryPage_home .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(5n + 1),
    .categoryPage_home .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(5n + 1) {
        margin-left: 0
    }
}

@media screen and (min-width: 1529px)and (max-width: 1784px) {

    .categoryPage_home,
    .video-channel,
    .MyCategory,
    .shortVideoInLvideoChannel,
    .v3-app-layout__header,
    .categoryPage_home {
        --channel-narrow-items-per-row: 6
    }

    .categoryPage_home .lvideo-list__item:nth-of-type(6n + 1),
    .video-channel .lvideo-list__item:nth-of-type(6n + 1),
    .MyCategory .lvideo-list__item:nth-of-type(6n + 1),
    .shortVideoInLvideoChannel .lvideo-list__item:nth-of-type(6n + 1),
    .v3-app-layout__header .lvideo-list__item:nth-of-type(6n + 1),
    .categoryPage_home .lvideo-list__item:nth-of-type(6n + 1) {
        margin-left: 0
    }

    .categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .video-channel .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .MyCategory .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .shortVideoInLvideoChannel .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .v3-app-layout__header .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper {
        margin-left: 16px
    }

    .categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper,
    .video-channel .channelBlocklist--narrow .FeedContainer__itemWrapper,
    .MyCategory .channelBlocklist--narrow .FeedContainer__itemWrapper,
    .shortVideoInLvideoChannel .channelBlocklist--narrow .FeedContainer__itemWrapper,
    .v3-app-layout__header .channelBlocklist--narrow .FeedContainer__itemWrapper,
    .categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper {
        width: calc(100% / var(--channel-narrow-items-per-row) - (((var(--channel-narrow-items-per-row) - 1) * 16px) / (var(--channel-narrow-items-per-row)) + 0.01px))
    }

    .categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard,
    .video-channel .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard,
    .MyCategory .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard,
    .shortVideoInLvideoChannel .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard,
    .v3-app-layout__header .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard,
    .categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
        width: 100%
    }

    .categoryPage_home .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(6n + 1),
    .categoryPage_home .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(6n + 1),
    .video-channel .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(6n + 1),
    .video-channel .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(6n + 1),
    .MyCategory .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(6n + 1),
    .MyCategory .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(6n + 1),
    .shortVideoInLvideoChannel .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(6n + 1),
    .shortVideoInLvideoChannel .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(6n + 1),
    .v3-app-layout__header .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(6n + 1),
    .v3-app-layout__header .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(6n + 1),
    .categoryPage_home .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(6n + 1),
    .categoryPage_home .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(6n + 1) {
        margin-left: 0
    }
}

@media screen and (min-width: 1785px)and (max-width: 2040px) {

    .categoryPage_home,
    .video-channel,
    .MyCategory,
    .shortVideoInLvideoChannel,
    .v3-app-layout__header,
    .categoryPage_home {
        --channel-narrow-items-per-row: 7
    }

    .categoryPage_home .lvideo-list__item:nth-of-type(7n + 1),
    .video-channel .lvideo-list__item:nth-of-type(7n + 1),
    .MyCategory .lvideo-list__item:nth-of-type(7n + 1),
    .shortVideoInLvideoChannel .lvideo-list__item:nth-of-type(7n + 1),
    .v3-app-layout__header .lvideo-list__item:nth-of-type(7n + 1),
    .categoryPage_home .lvideo-list__item:nth-of-type(7n + 1) {
        margin-left: 0
    }

    .categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .video-channel .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .MyCategory .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .shortVideoInLvideoChannel .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .v3-app-layout__header .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper {
        margin-left: 16px
    }

    .categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper,
    .video-channel .channelBlocklist--narrow .FeedContainer__itemWrapper,
    .MyCategory .channelBlocklist--narrow .FeedContainer__itemWrapper,
    .shortVideoInLvideoChannel .channelBlocklist--narrow .FeedContainer__itemWrapper,
    .v3-app-layout__header .channelBlocklist--narrow .FeedContainer__itemWrapper,
    .categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper {
        width: calc(100% / var(--channel-narrow-items-per-row) - (((var(--channel-narrow-items-per-row) - 1) * 16px) / (var(--channel-narrow-items-per-row)) + 0.01px))
    }

    .categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard,
    .video-channel .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard,
    .MyCategory .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard,
    .shortVideoInLvideoChannel .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard,
    .v3-app-layout__header .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard,
    .categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
        width: 100%
    }

    .categoryPage_home .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(7n + 1),
    .categoryPage_home .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(7n + 1),
    .video-channel .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(7n + 1),
    .video-channel .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(7n + 1),
    .MyCategory .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(7n + 1),
    .MyCategory .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(7n + 1),
    .shortVideoInLvideoChannel .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(7n + 1),
    .shortVideoInLvideoChannel .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(7n + 1),
    .v3-app-layout__header .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(7n + 1),
    .v3-app-layout__header .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(7n + 1),
    .categoryPage_home .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(7n + 1),
    .categoryPage_home .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(7n + 1) {
        margin-left: 0
    }
}

@media screen and (min-width: 2041px)and (max-width: 2296px) {

    .categoryPage_home,
    .video-channel,
    .MyCategory,
    .shortVideoInLvideoChannel,
    .v3-app-layout__header,
    .categoryPage_home {
        --channel-narrow-items-per-row: 8
    }

    .categoryPage_home .lvideo-list__item:nth-of-type(8n + 1),
    .video-channel .lvideo-list__item:nth-of-type(8n + 1),
    .MyCategory .lvideo-list__item:nth-of-type(8n + 1),
    .shortVideoInLvideoChannel .lvideo-list__item:nth-of-type(8n + 1),
    .v3-app-layout__header .lvideo-list__item:nth-of-type(8n + 1),
    .categoryPage_home .lvideo-list__item:nth-of-type(8n + 1) {
        margin-left: 0
    }

    .categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .video-channel .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .MyCategory .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .shortVideoInLvideoChannel .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .v3-app-layout__header .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper {
        margin-left: 16px
    }

    .categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper,
    .video-channel .channelBlocklist--narrow .FeedContainer__itemWrapper,
    .MyCategory .channelBlocklist--narrow .FeedContainer__itemWrapper,
    .shortVideoInLvideoChannel .channelBlocklist--narrow .FeedContainer__itemWrapper,
    .v3-app-layout__header .channelBlocklist--narrow .FeedContainer__itemWrapper,
    .categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper {
        width: calc(100% / var(--channel-narrow-items-per-row) - (((var(--channel-narrow-items-per-row) - 1) * 16px) / (var(--channel-narrow-items-per-row)) + 0.01px))
    }

    .categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard,
    .video-channel .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard,
    .MyCategory .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard,
    .shortVideoInLvideoChannel .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard,
    .v3-app-layout__header .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard,
    .categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
        width: 100%
    }

    .categoryPage_home .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(8n + 1),
    .categoryPage_home .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(8n + 1),
    .video-channel .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(8n + 1),
    .video-channel .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(8n + 1),
    .MyCategory .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(8n + 1),
    .MyCategory .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(8n + 1),
    .shortVideoInLvideoChannel .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(8n + 1),
    .shortVideoInLvideoChannel .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(8n + 1),
    .v3-app-layout__header .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(8n + 1),
    .v3-app-layout__header .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(8n + 1),
    .categoryPage_home .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(8n + 1),
    .categoryPage_home .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(8n + 1) {
        margin-left: 0
    }
}

@media screen and (min-width: 2297px) {

    .categoryPage_home,
    .video-channel,
    .MyCategory,
    .shortVideoInLvideoChannel,
    .v3-app-layout__header,
    .categoryPage_home {
        --channel-narrow-items-per-row: 9
    }

    .categoryPage_home .lvideo-list__item:nth-of-type(9n + 1),
    .video-channel .lvideo-list__item:nth-of-type(9n + 1),
    .MyCategory .lvideo-list__item:nth-of-type(9n + 1),
    .shortVideoInLvideoChannel .lvideo-list__item:nth-of-type(9n + 1),
    .v3-app-layout__header .lvideo-list__item:nth-of-type(9n + 1),
    .categoryPage_home .lvideo-list__item:nth-of-type(9n + 1) {
        margin-left: 0
    }

    .categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .video-channel .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .MyCategory .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .shortVideoInLvideoChannel .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .v3-app-layout__header .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper {
        margin-left: 16px
    }

    .categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper,
    .video-channel .channelBlocklist--narrow .FeedContainer__itemWrapper,
    .MyCategory .channelBlocklist--narrow .FeedContainer__itemWrapper,
    .shortVideoInLvideoChannel .channelBlocklist--narrow .FeedContainer__itemWrapper,
    .v3-app-layout__header .channelBlocklist--narrow .FeedContainer__itemWrapper,
    .categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper {
        width: calc(100% / var(--channel-narrow-items-per-row) - (((var(--channel-narrow-items-per-row) - 1) * 16px) / (var(--channel-narrow-items-per-row)) + 0.01px))
    }

    .categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard,
    .video-channel .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard,
    .MyCategory .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard,
    .shortVideoInLvideoChannel .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard,
    .v3-app-layout__header .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard,
    .categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
        width: 100%
    }

    .categoryPage_home .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(9n + 1),
    .categoryPage_home .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(9n + 1),
    .video-channel .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(9n + 1),
    .video-channel .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(9n + 1),
    .MyCategory .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(9n + 1),
    .MyCategory .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(9n + 1),
    .shortVideoInLvideoChannel .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(9n + 1),
    .shortVideoInLvideoChannel .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(9n + 1),
    .v3-app-layout__header .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(9n + 1),
    .v3-app-layout__header .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(9n + 1),
    .categoryPage_home .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(9n + 1),
    .categoryPage_home .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(9n + 1) {
        margin-left: 0
    }
}

@media screen and (max-width: 1008px) {

    .lvideo-channel,
    .channel_lvideo_filter {
        --channel-narrow-items-per-row: 3
    }

    .lvideo-channel .lvideo-list__item:nth-of-type(3n + 1),
    .channel_lvideo_filter .lvideo-list__item:nth-of-type(3n + 1) {
        margin-left: 0
    }

    .lvideo-channel .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .channel_lvideo_filter .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper {
        margin-left: 12px
    }

    .lvideo-channel .channelBlocklist--narrow .FeedContainer__itemWrapper,
    .channel_lvideo_filter .channelBlocklist--narrow .FeedContainer__itemWrapper {
        width: calc(100% / var(--channel-narrow-items-per-row) - (((var(--channel-narrow-items-per-row) - 1) * 12px) / (var(--channel-narrow-items-per-row)) + 0.01px))
    }

    .lvideo-channel .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard,
    .channel_lvideo_filter .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
        width: 100%
    }

    .lvideo-channel .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(3n + 1),
    .lvideo-channel .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(3n + 1),
    .channel_lvideo_filter .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(3n + 1),
    .channel_lvideo_filter .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(3n + 1) {
        margin-left: 0
    }

    .lvideo-channel .channelBlocklist,
    .lvideo-channel .load-more-blocklist-button,
    .lvideo-channel .MyWatchHistory__topbar,
    .lvideo-channel .MyFavorite__topbar,
    .lvideo-channel .MyAttention__topbar,
    .channel_lvideo_filter .channelBlocklist,
    .channel_lvideo_filter .load-more-blocklist-button,
    .channel_lvideo_filter .MyWatchHistory__topbar,
    .channel_lvideo_filter .MyFavorite__topbar,
    .channel_lvideo_filter .MyAttention__topbar {
        width: calc(100% - 64px);
        max-width: 744px
    }

    .lvideo-channel .right-content.showAnimation,
    .channel_lvideo_filter .right-content.showAnimation {
        width: 100%;
        max-width: 744px
    }

    .lvideo-channel .ImmersiveBanner,
    .channel_lvideo_filter .ImmersiveBanner {
        width: calc(100% - 64px);
        max-width: 744px
    }
}

@media screen and (min-width: 1009px)and (max-width: 1260px) {

    .lvideo-channel,
    .channel_lvideo_filter {
        --channel-narrow-items-per-row: 4
    }

    .lvideo-channel .lvideo-list__item:nth-of-type(4n + 1),
    .channel_lvideo_filter .lvideo-list__item:nth-of-type(4n + 1) {
        margin-left: 0
    }

    .lvideo-channel .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .channel_lvideo_filter .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper {
        margin-left: 12px
    }

    .lvideo-channel .channelBlocklist--narrow .FeedContainer__itemWrapper,
    .channel_lvideo_filter .channelBlocklist--narrow .FeedContainer__itemWrapper {
        width: calc(100% / var(--channel-narrow-items-per-row) - (((var(--channel-narrow-items-per-row) - 1) * 12px) / (var(--channel-narrow-items-per-row)) + 0.01px))
    }

    .lvideo-channel .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard,
    .channel_lvideo_filter .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
        width: 100%
    }

    .lvideo-channel .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(4n + 1),
    .lvideo-channel .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(4n + 1),
    .channel_lvideo_filter .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(4n + 1),
    .channel_lvideo_filter .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(4n + 1) {
        margin-left: 0
    }

    .lvideo-channel .channelBlocklist,
    .lvideo-channel .load-more-blocklist-button,
    .lvideo-channel .MyWatchHistory__topbar,
    .lvideo-channel .MyFavorite__topbar,
    .lvideo-channel .MyAttention__topbar,
    .channel_lvideo_filter .channelBlocklist,
    .channel_lvideo_filter .load-more-blocklist-button,
    .channel_lvideo_filter .MyWatchHistory__topbar,
    .channel_lvideo_filter .MyFavorite__topbar,
    .channel_lvideo_filter .MyAttention__topbar {
        width: calc(100% - 64px);
        max-width: 996px
    }

    .lvideo-channel .right-content.showAnimation,
    .channel_lvideo_filter .right-content.showAnimation {
        width: 100%;
        max-width: 996px
    }

    .lvideo-channel .ImmersiveBanner,
    .channel_lvideo_filter .ImmersiveBanner {
        width: calc(100% - 64px);
        max-width: 996px
    }
}

@media screen and (min-width: 1261px)and (max-width: 1512px) {

    .lvideo-channel,
    .channel_lvideo_filter {
        --channel-narrow-items-per-row: 5
    }

    .lvideo-channel .lvideo-list__item:nth-of-type(5n + 1),
    .channel_lvideo_filter .lvideo-list__item:nth-of-type(5n + 1) {
        margin-left: 0
    }

    .lvideo-channel .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .channel_lvideo_filter .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper {
        margin-left: 12px
    }

    .lvideo-channel .channelBlocklist--narrow .FeedContainer__itemWrapper,
    .channel_lvideo_filter .channelBlocklist--narrow .FeedContainer__itemWrapper {
        width: calc(100% / var(--channel-narrow-items-per-row) - (((var(--channel-narrow-items-per-row) - 1) * 12px) / (var(--channel-narrow-items-per-row)) + 0.01px))
    }

    .lvideo-channel .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard,
    .channel_lvideo_filter .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
        width: 100%
    }

    .lvideo-channel .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(5n + 1),
    .lvideo-channel .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(5n + 1),
    .channel_lvideo_filter .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(5n + 1),
    .channel_lvideo_filter .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(5n + 1) {
        margin-left: 0
    }

    .lvideo-channel .channelBlocklist,
    .lvideo-channel .load-more-blocklist-button,
    .lvideo-channel .MyWatchHistory__topbar,
    .lvideo-channel .MyFavorite__topbar,
    .lvideo-channel .MyAttention__topbar,
    .channel_lvideo_filter .channelBlocklist,
    .channel_lvideo_filter .load-more-blocklist-button,
    .channel_lvideo_filter .MyWatchHistory__topbar,
    .channel_lvideo_filter .MyFavorite__topbar,
    .channel_lvideo_filter .MyAttention__topbar {
        width: calc(100% - 64px);
        max-width: 1248px
    }

    .lvideo-channel .right-content.showAnimation,
    .channel_lvideo_filter .right-content.showAnimation {
        width: 100%;
        max-width: 1248px
    }

    .lvideo-channel .ImmersiveBanner,
    .channel_lvideo_filter .ImmersiveBanner {
        width: calc(100% - 64px);
        max-width: 1248px
    }
}

@media screen and (min-width: 1513px)and (max-width: 1764px) {

    .lvideo-channel,
    .channel_lvideo_filter {
        --channel-narrow-items-per-row: 6
    }

    .lvideo-channel .lvideo-list__item:nth-of-type(6n + 1),
    .channel_lvideo_filter .lvideo-list__item:nth-of-type(6n + 1) {
        margin-left: 0
    }

    .lvideo-channel .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .channel_lvideo_filter .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper {
        margin-left: 12px
    }

    .lvideo-channel .channelBlocklist--narrow .FeedContainer__itemWrapper,
    .channel_lvideo_filter .channelBlocklist--narrow .FeedContainer__itemWrapper {
        width: calc(100% / var(--channel-narrow-items-per-row) - (((var(--channel-narrow-items-per-row) - 1) * 12px) / (var(--channel-narrow-items-per-row)) + 0.01px))
    }

    .lvideo-channel .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard,
    .channel_lvideo_filter .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
        width: 100%
    }

    .lvideo-channel .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(6n + 1),
    .lvideo-channel .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(6n + 1),
    .channel_lvideo_filter .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(6n + 1),
    .channel_lvideo_filter .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(6n + 1) {
        margin-left: 0
    }

    .lvideo-channel .channelBlocklist,
    .lvideo-channel .load-more-blocklist-button,
    .lvideo-channel .MyWatchHistory__topbar,
    .lvideo-channel .MyFavorite__topbar,
    .lvideo-channel .MyAttention__topbar,
    .channel_lvideo_filter .channelBlocklist,
    .channel_lvideo_filter .load-more-blocklist-button,
    .channel_lvideo_filter .MyWatchHistory__topbar,
    .channel_lvideo_filter .MyFavorite__topbar,
    .channel_lvideo_filter .MyAttention__topbar {
        width: calc(100% - 64px);
        max-width: 1500px
    }

    .lvideo-channel .right-content.showAnimation,
    .channel_lvideo_filter .right-content.showAnimation {
        width: 100%;
        max-width: 1500px
    }

    .lvideo-channel .ImmersiveBanner,
    .channel_lvideo_filter .ImmersiveBanner {
        width: calc(100% - 64px);
        max-width: 1500px
    }
}

@media screen and (min-width: 1765px)and (max-width: 2016px) {

    .lvideo-channel,
    .channel_lvideo_filter {
        --channel-narrow-items-per-row: 7
    }

    .lvideo-channel .lvideo-list__item:nth-of-type(7n + 1),
    .channel_lvideo_filter .lvideo-list__item:nth-of-type(7n + 1) {
        margin-left: 0
    }

    .lvideo-channel .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .channel_lvideo_filter .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper {
        margin-left: 12px
    }

    .lvideo-channel .channelBlocklist--narrow .FeedContainer__itemWrapper,
    .channel_lvideo_filter .channelBlocklist--narrow .FeedContainer__itemWrapper {
        width: calc(100% / var(--channel-narrow-items-per-row) - (((var(--channel-narrow-items-per-row) - 1) * 12px) / (var(--channel-narrow-items-per-row)) + 0.01px))
    }

    .lvideo-channel .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard,
    .channel_lvideo_filter .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
        width: 100%
    }

    .lvideo-channel .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(7n + 1),
    .lvideo-channel .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(7n + 1),
    .channel_lvideo_filter .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(7n + 1),
    .channel_lvideo_filter .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(7n + 1) {
        margin-left: 0
    }

    .lvideo-channel .channelBlocklist,
    .lvideo-channel .load-more-blocklist-button,
    .lvideo-channel .MyWatchHistory__topbar,
    .lvideo-channel .MyFavorite__topbar,
    .lvideo-channel .MyAttention__topbar,
    .channel_lvideo_filter .channelBlocklist,
    .channel_lvideo_filter .load-more-blocklist-button,
    .channel_lvideo_filter .MyWatchHistory__topbar,
    .channel_lvideo_filter .MyFavorite__topbar,
    .channel_lvideo_filter .MyAttention__topbar {
        width: calc(100% - 64px);
        max-width: 1752px
    }

    .lvideo-channel .right-content.showAnimation,
    .channel_lvideo_filter .right-content.showAnimation {
        width: 100%;
        max-width: 1752px
    }

    .lvideo-channel .ImmersiveBanner,
    .channel_lvideo_filter .ImmersiveBanner {
        width: calc(100% - 64px);
        max-width: 1752px
    }
}

@media screen and (min-width: 2017px)and (max-width: 2268px) {

    .lvideo-channel,
    .channel_lvideo_filter {
        --channel-narrow-items-per-row: 8
    }

    .lvideo-channel .lvideo-list__item:nth-of-type(8n + 1),
    .channel_lvideo_filter .lvideo-list__item:nth-of-type(8n + 1) {
        margin-left: 0
    }

    .lvideo-channel .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .channel_lvideo_filter .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper {
        margin-left: 12px
    }

    .lvideo-channel .channelBlocklist--narrow .FeedContainer__itemWrapper,
    .channel_lvideo_filter .channelBlocklist--narrow .FeedContainer__itemWrapper {
        width: calc(100% / var(--channel-narrow-items-per-row) - (((var(--channel-narrow-items-per-row) - 1) * 12px) / (var(--channel-narrow-items-per-row)) + 0.01px))
    }

    .lvideo-channel .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard,
    .channel_lvideo_filter .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
        width: 100%
    }

    .lvideo-channel .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(8n + 1),
    .lvideo-channel .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(8n + 1),
    .channel_lvideo_filter .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(8n + 1),
    .channel_lvideo_filter .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(8n + 1) {
        margin-left: 0
    }

    .lvideo-channel .channelBlocklist,
    .lvideo-channel .load-more-blocklist-button,
    .lvideo-channel .MyWatchHistory__topbar,
    .lvideo-channel .MyFavorite__topbar,
    .lvideo-channel .MyAttention__topbar,
    .channel_lvideo_filter .channelBlocklist,
    .channel_lvideo_filter .load-more-blocklist-button,
    .channel_lvideo_filter .MyWatchHistory__topbar,
    .channel_lvideo_filter .MyFavorite__topbar,
    .channel_lvideo_filter .MyAttention__topbar {
        width: calc(100% - 64px);
        max-width: 2004px
    }

    .lvideo-channel .right-content.showAnimation,
    .channel_lvideo_filter .right-content.showAnimation {
        width: 100%;
        max-width: 2004px
    }

    .lvideo-channel .ImmersiveBanner,
    .channel_lvideo_filter .ImmersiveBanner {
        width: calc(100% - 64px);
        max-width: 2004px
    }
}

@media screen and (min-width: 2269px) {

    .lvideo-channel,
    .channel_lvideo_filter {
        --channel-narrow-items-per-row: 9
    }

    .lvideo-channel .lvideo-list__item:nth-of-type(9n + 1),
    .channel_lvideo_filter .lvideo-list__item:nth-of-type(9n + 1) {
        margin-left: 0
    }

    .lvideo-channel .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper,
    .channel_lvideo_filter .channelBlocklist--narrow .FeedContainer__itemWrapper+.FeedContainer__itemWrapper {
        margin-left: 12px
    }

    .lvideo-channel .channelBlocklist--narrow .FeedContainer__itemWrapper,
    .channel_lvideo_filter .channelBlocklist--narrow .FeedContainer__itemWrapper {
        width: calc(100% / var(--channel-narrow-items-per-row) - (((var(--channel-narrow-items-per-row) - 1) * 12px) / (var(--channel-narrow-items-per-row)) + 0.01px))
    }

    .lvideo-channel .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard,
    .channel_lvideo_filter .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
        width: 100%
    }

    .lvideo-channel .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(9n + 1),
    .lvideo-channel .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(9n + 1),
    .channel_lvideo_filter .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items>div:nth-of-type(9n + 1),
    .channel_lvideo_filter .channelBlocklist--narrow .lvideo-filter-channel-list>div:nth-of-type(9n + 1) {
        margin-left: 0
    }

    .lvideo-channel .channelBlocklist,
    .lvideo-channel .load-more-blocklist-button,
    .lvideo-channel .MyWatchHistory__topbar,
    .lvideo-channel .MyFavorite__topbar,
    .lvideo-channel .MyAttention__topbar,
    .channel_lvideo_filter .channelBlocklist,
    .channel_lvideo_filter .load-more-blocklist-button,
    .channel_lvideo_filter .MyWatchHistory__topbar,
    .channel_lvideo_filter .MyFavorite__topbar,
    .channel_lvideo_filter .MyAttention__topbar {
        width: calc(100% - 64px);
        max-width: 2240px
    }

    .lvideo-channel .right-content.showAnimation,
    .channel_lvideo_filter .right-content.showAnimation {
        width: 100%;
        max-width: 2240px
    }

    .lvideo-channel .ImmersiveBanner,
    .channel_lvideo_filter .ImmersiveBanner {
        width: calc(100% - 64px);
        max-width: 2240px
    }
}