.BU-MagicImage__placeholder {
	visibility: hidden;
}
.BU-MagicImage__shadow {
	border-radius: 50%; border: 1px solid rgba(0, 0, 0, 0.05); border-image: none; left: 0px; top: 0px; width: 100%; height: 100%; position: absolute;
}
.component-episodeTag {
	padding: 0px 3px; border-radius: 2px; color: rgb(255, 255, 255); line-height: 15px; font-size: 12px; display: inline-block;
}
.component-episodeTag.primary {
	
}
.component-episodeTag.paid {
	background: rgb(255, 203, 166); color: rgb(89, 48, 18);
}
.component-episodeTag.HQ {
	background-image: linear-gradient(to left, rgb(255, 127, 41), rgb(255, 157, 0) 100%);
}
.component-episodeTag.preview {
	color: rgb(255, 255, 255);
}
.component-episodeTag.isForFeed {
	padding: 0px 3px; height: 18px; line-height: 18px; font-weight: 500;
}
.component-episodeTag.isForFeed.HQ {
	
}
.component-episodeTag.isForFeed.live {
	
}
.component-episodeTag.isForFeed.sticking {
	
}
.component-episodeTag.isForFeed.pseries {
	
}
.component-episodeTag.isForFeed > span {
	font-size: 12px; vertical-align: top; display: inline-block; transform: scale(0.916);
}
.component-episodeTag.isForFeed.mix {
	padding: 0px; overflow: hidden; display: flex; background-color: rgba(0, 0, 0, 0.5);
}
.component-episodeTag.isForFeed.mix div:nth-child(1) {
	color: rgb(89, 48, 18); display: inline-block; background-color: rgb(255, 203, 166);
}
.component-episodeTag.isForFeed.mix div:nth-child(2) {
	color: rgb(255, 203, 166); display: inline-block; background-color: rgb(89, 48, 18);
}
.component-episodeTag.isForFeed.mix span {
	padding: 0px 3px;
}
.component-episodeTag .livingTag {
	display: flex; align-items: center;
}
.component-episodeTag .livingTag .Loading-3 {
	margin-right: 4px;
}
.component-vipTag {
	background: rgb(255, 203, 166); padding: 0px 3px; border-radius: 2px; height: 18px; color: rgb(89, 48, 18); font-size: 12px; font-weight: 500;
}
.component-vipTag span {
	font-size: 12px; display: inline-block; transform: scale(0.916);
}
.component-pSeriesTag {
	background: linear-gradient(270deg, rgb(255, 51, 51) 0%, rgb(255, 52, 102) 100%); padding: 0px 3px; border-radius: 2px; height: 18px; color: rgb(255, 255, 255); font-size: 12px; font-weight: 500;
}
.component-pSeriesTag span {
	font-size: 12px; display: inline-block; transform: scale(0.916);
}
.CoverAction {
	background: rgba(0, 0, 0, 0.7); border-radius: 2px; height: 28px; display: flex; position: relative; justify-content: center;
}
.CoverAction__icon {
	width: 28px; height: 28px; display: inline-flex; justify-content: center; align-items: center;
}
.CoverAction__icon__default path {
	fill: #fff;
}
.CoverAction__text {
	transition:width 0.15s; height: 28px; text-align: right; line-height: 28px; overflow: hidden; font-size: 14px; font-weight: 500; display: inline-block; white-space: nowrap; min-height: 28px; max-height: 28px;
}
.videoPreview {
	background: rgba(0, 0, 0, 0.65); transition:opacity 0.3s; opacity: 0; pointer-events: none;
}
.videoPreview.canplay {
	opacity: 1;
}
.videoPreview video {
	width: 100%; height: 100%;
}
.videoPreview .cannotAutoplay {
	background: rgba(0, 0, 0, 0.3); left: 0px; top: 0px; right: 0px; bottom: 0px; color: rgb(255, 255, 255); font-size: 30px; display: flex; position: absolute; pointer-events: all; flex-direction: column; justify-content: center; align-items: center;
}
.component-avatar {
	background: rgb(249, 249, 249); border-radius: 50%; display: inline-block; position: relative; flex-shrink: 0;
}
.component-avatar .component-avatar__inner {
	border-radius: 50%; width: 100%; height: 100%; display: inline-block; position: relative; 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 {
	border-radius: 50%; border: 2px solid rgb(255, 30, 80); border-image: none; left: -4px; top: -4px; position: absolute; pointer-events: none;
}
.component-avatar__living_text {
	border-radius: 4px; border: 2px solid rgb(255, 255, 255); border-image: none; left: 50%; width: 42px; height: 20px; bottom: -6px; color: rgb(255, 255, 255); font-weight: 500; display: flex; position: absolute; transform: translateX(-21px); justify-content: center; align-items: center; background-image: linear-gradient(257.279999deg, rgb(254, 112, 183) 0%, rgb(254, 91, 119) 100%);
}
.component-avatar__living_text span {
	font-size: 20px; white-space: nowrap; transform: scale(0.5);
}
.component-avatar__vip {
	transform-origin: right bottom; border-radius: 50%; right: 0px; bottom: 0px; position: absolute; pointer-events: none; transform: scale(0.75); background-repeat: no-repeat;
}
.component-avatar__douyin {
	width: 12px; height: 12px; right: 0px; bottom: 0px; position: absolute;
}
.FeedContainer {
	overflow: hidden; display: inline-block;
}
.FeedContainer__header {
	margin-bottom: 16px; display: flex; position: relative; justify-content: flex-start; align-items: baseline;
}
.FeedContainer__header .icon-enter {
	color: rgb(151, 151, 151); display: inline-block; transform: scale(0.715);
}
.FeedContainer__title {
	line-height: 25px; font-size: 18px; font-weight: 500;
}
.FeedContainer__toMore {
	top: -2px; line-height: 18px; font-size: 14px; font-weight: 500; margin-left: 12px; position: relative;
}
.FeedContainer__toMore span {
	vertical-align: middle;
}
.FeedContainer__toMore svg {
	vertical-align: middle;
}
.FeedContainer__toMore path {
	
}
.FeedContainer__toMore:hover path {
	
}
.FeedContainer__content {
	position: relative;
}
.FeedContainer__items {
	white-space: nowrap; position: relative;
}
.FeedContainer__itemWrapper {
	vertical-align: top; display: inline-block;
}
.FeedContainer__arrow {
	border-radius: 50%; top: 0px; width: 36px; height: 36px; font-size: 20px; display: flex; position: absolute; z-index: 10; cursor: pointer; box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3); justify-content: center; align-items: center; background-color: rgb(255, 255, 255);
}
.FeedContainer__arrow:hover::after {
	background: rgba(0, 0, 0, 0.1); border-radius: 50%; top: 0px; width: 36px; height: 36px; right: 0px; display: block; position: absolute; content: "";
}
.FeedContainer__prev {
	left: -21px;
}
.FeedContainer__prev i {
	transform: rotate(180deg);
}
.FeedContainer__next {
	right: -21px;
}
.FeedContainer__items {
	padding-right: 5px; padding-left: 5px; margin-right: -5px; margin-left: -5px;
}
.HorizontalFeedCard {
	width: 362px; display: inline-block; position: relative;
}
.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 {
	border-radius: 3px; left: -2.5px; top: -2.5px; width: calc(100% + 5px); height: calc(100% + 5px); display: block; position: absolute; content: "";
}
.new-style .focus .HorizontalFeedCard .HorizontalFeedCard__coverContainer .HorizontalFeedCard__playing {
	display: flex;
}
.HorizontalFeedCard :not(.disableZoomAnimation).HorizontalFeedCard__coverWrapper:hover img {
	transform: scale3d(1.07, 1.07, 1.07);
}
.HorizontalFeedCard .HorizontalFeedCard__coverWrapper {
	border-radius: 2px; transition:box-shadow 0.15s linear; overflow: hidden; padding-top: 56%; display: block; position: relative; cursor: pointer; -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.HorizontalFeedCard .HorizontalFeedCard__coverWrapper img {
	transform-origin: center 50%; transition:transform 0.3s !important; left: 0px; top: 0px; position: absolute;
}
.HorizontalFeedCard .HorizontalFeedCard__coverWrapper .HorizontalFeedCard__coverWrapper__shadow {
	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.095758) 38.76%, rgba(0, 0, 0, 0.083386) 44.92%, rgba(0, 0, 0, 0.071334) 51.39%, rgba(0, 0, 0, 0.059501) 58.24%, rgba(0, 0, 0, 0.047782) 65.52%, rgba(0, 0, 0, 0.036076) 73.28%, rgba(0, 0, 0, 0.024279) 81.57%, rgba(0, 0, 0, 0.012287) 90.46%, rgba(0, 0, 0, 0) 100%); top: auto; width: 100%; height: 64px; bottom: 0px; position: absolute;
}
.HorizontalFeedCard .HorizontalFeedCard__coverWrapper:hover {
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.4);
}
.HorizontalFeedCard .HorizontalFeedCard__coverWrapper .videoPreview {
	left: -0.5px; top: -0.5px; right: -0.5px; bottom: -0.5px; position: absolute; z-index: 10;
}
.HorizontalFeedCard .HorizontalFeedCard__coverWrapper .videoPreview.cover video {
	object-fit: cover;
}
.HorizontalFeedCard .HorizontalFeedCard__coverWrapper .videoPreview.contain video {
	object-fit: contain;
}
.HorizontalFeedCard .HorizontalFeedCard__coverWrapper__RBTag {
	right: 12px; bottom: 7px; line-height: 16px; font-size: 12px; font-weight: 500; position: absolute; z-index: 3; text-shadow: 0.5px 1px 2px rgba(0,0,0,0.15);
}
.new-style .HorizontalFeedCard .HorizontalFeedCard__coverWrapper__RBTag {
	text-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}
.new-style .focus .HorizontalFeedCard .HorizontalFeedCard__coverWrapper__RBTag {
	display: none;
}
.HorizontalFeedCard .HorizontalFeedCard__coverWrapper__seriesCount {
	background: rgba(0, 0, 0, 0.7); top: 0px; width: 80px; height: 100%; right: 0px; color: rgb(255, 255, 255); line-height: 16px; font-size: 16px; font-weight: 600; display: flex; position: absolute; z-index: 1; flex-direction: column; justify-content: center; align-items: center;
}
.HorizontalFeedCard .HorizontalFeedCard__coverWrapper__seriesCount i {
	font-size: 24px;
}
.HorizontalFeedCard .HorizontalFeedCard__coverWrapper__seriesCount > span:first-child {
	margin-bottom: 23%;
}
.HorizontalFeedCard .HorizontalFeedCard__tag {
	top: 4px; right: 4px; position: absolute; z-index: 11;
}
.HorizontalFeedCard .HorizontalFeedCard__contentWrapper {
	padding-top: 8px; display: flex;
}
.HorizontalFeedCard .HorizontalFeedCard__author__avatar {
	margin-right: 10px;
}
.HorizontalFeedCard .HorizontalFeedCard__author__avatar .component-avatar {
	margin-top: 2px;
}
.HorizontalFeedCard .HorizontalFeedCard__rich__media {
	flex:1 1 0px; overflow: hidden; position: relative;
}
.HorizontalFeedCard .HorizontalFeedCard__title {
	line-height: 22px; overflow: hidden; font-size: 0px; -ms-text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}
.HorizontalFeedCard .HorizontalFeedCard__title > span {
	font-size: 16px; font-weight: 500; vertical-align: middle;
}
.HorizontalFeedCard .HorizontalFeedCard__title > span > i {
	
}
@media all and (max-width:1680px)
{
.HorizontalFeedCard .HorizontalFeedCard__title {
	line-height: 20px;
}
.HorizontalFeedCard .HorizontalFeedCard__title > span {
	font-size: 15px;
}
}
.HorizontalFeedCard .HorizontalFeedCard__title > .HorizontalFeedCard__updated-tag {
	border-radius: 2px; border: 0.5px solid rgb(255, 157, 0); border-image: none; width: 30px; height: 16px; color: rgb(255, 157, 0); font-weight: 500; margin-right: 6px; vertical-align: middle; display: inline-flex; justify-content: center; align-items: center;
}
.HorizontalFeedCard .HorizontalFeedCard__title > .HorizontalFeedCard__updated-tag > span {
	line-height: 1; font-size: 12px; transform: scale(0.916667);
}
.HorizontalFeedCard .HorizontalFeedCard__title > .HorizontalFeedCard__co-create-tag {
	background: rgba(35, 109, 219, 0.04); border-radius: 2px; border: 0.5px solid rgba(35, 109, 219, 0.12); border-image: none; width: 30px; height: 18px; color: rgb(35, 109, 219); margin-right: 6px; vertical-align: middle; display: inline-flex; justify-content: center; align-items: center;
}
.HorizontalFeedCard .HorizontalFeedCard__title > .HorizontalFeedCard__co-create-tag > span {
	line-height: 1; font-size: 12px; font-weight: 500; transform: scale(0.916667);
}
.HorizontalFeedCard .HorizontalFeedCard__author-name {
	line-height: 18px; font-size: 14px; margin-top: 6px; display: flex;
}
.HorizontalFeedCard .HorizontalFeedCard__author-name .user__name {
	overflow: hidden; -ms-text-overflow: ellipsis; max-width: calc(100% - 44px); -webkit-line-clamp: 1; -webkit-box-orient: vertical;
}
.HorizontalFeedCard .HorizontalFeedCard__author-name .user__name:hover {
	
}
.HorizontalFeedCard .HorizontalFeedCard__author-name-tag {
	border-radius: 2px; width: 40px; height: 18px; margin-left: 4px; display: inline-flex; justify-content: center; align-items: center;
}
.HorizontalFeedCard .HorizontalFeedCard__author-name-tag span {
	font-size: 12px; font-weight: 500; cursor: default; transform: scale(0.916667);
}
.HorizontalFeedCard .HorizontalFeedCard__topRightBtns {
	top: 4px; right: 4px; display: flex; position: absolute; z-index: 11; 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 {
	line-height: 18px; font-size: 14px; margin-top: 2px;
}
.HorizontalFeedCard--placeholder {
	pointer-events: none;
}
.HorizontalFeedCard--placeholder__coverWrapper {
	border-radius: 2px; padding-top: 56%;
}
.HorizontalFeedCard--placeholder__contentWrapper {
	margin-top: 12px; display: flex;
}
.new-style .HorizontalFeedCard--placeholder__contentWrapper {
	margin-top: 16px;
}
.HorizontalFeedCard--placeholder__avatar {
	border-radius: 50%; width: 36px; height: 36px; margin-top: 2px; margin-right: 10px;
}
.HorizontalFeedCard--placeholder__content {
	flex:1 1 0px; position: relative;
}
.HorizontalFeedCard--placeholder__title {
	width: calc((100% + 40px) * 0.75); height: 20px;
}
.HorizontalFeedCard--placeholder__bottomInfo {
	width: calc((100% + 40px) * 0.6); height: 20px; margin-top: 8px;
}
.HorizontalFeedCard--placeholder.active .HorizontalFeedCard--placeholder__coverWrapper {
	animation:skeleton-loading 1200ms ease-in-out infinite; background-size: 400% 100%;
}
.HorizontalFeedCard--placeholder.active .HorizontalFeedCard--placeholder__avatar {
	animation:skeleton-loading 1200ms ease-in-out infinite; background-size: 400% 100%;
}
.HorizontalFeedCard--placeholder.active .HorizontalFeedCard--placeholder__title {
	animation:skeleton-loading 1200ms ease-in-out infinite; background-size: 400% 100%;
}
.HorizontalFeedCard--placeholder.active .HorizontalFeedCard--placeholder__bottomInfo {
	animation:skeleton-loading 1200ms ease-in-out infinite; background-size: 400% 100%;
}
.user__name {
	vertical-align: middle; display: inline-block;
}
.user__name:hover {
	
}
.user__vip-logo {
	margin-left: 7px;
}
.HorizontalFeedCard-accessories-liveTag {
	left: 4px; top: 4px; color: rgb(255, 255, 255); display: flex; position: absolute; z-index: 4;
}
.HorizontalFeedCard-accessories-liveTag__live {
	background: linear-gradient(257.279999deg, rgb(254, 112, 183) 0%, rgb(254, 91, 119) 100%); border-radius: 2px 0px 0px 2px; width: 55px; height: 18px; display: inline-flex; justify-content: center; align-items: center;
}
.HorizontalFeedCard-accessories-liveTag__live__icon {
	margin-left: 2px; display: flex; transform: scaleY(0.77);
}
.HorizontalFeedCard-accessories-liveTag__live__icon__line {
	border-radius: 0.5px; width: 2px; height: 8px; display: inline-block; background-color: rgb(255, 255, 255);
}
.HorizontalFeedCard-accessories-liveTag__live__icon .line_1 {
	animation:loading_1 0.75s ease-in-out infinite; margin-right: 2px; transform: scaleY(0.77);
}
.HorizontalFeedCard-accessories-liveTag__live__icon .line_2 {
	animation:loading_2 0.75s ease-in-out infinite; margin-right: 2px; transform: scaleY(0.77);
}
.HorizontalFeedCard-accessories-liveTag__live__icon .line_3 {
	animation:loading_3 0.75s ease-in-out infinite; margin-right: 2px; transform: scaleY(0.33);
}
.HorizontalFeedCard-accessories-liveTag__live span {
	font-size: 12px; font-weight: 500; transform: scale(0.916667);
}
.HorizontalFeedCard-accessories-liveTag__audience {
	background: rgba(0, 0, 0, 0.38); padding: 0px 3px; border-radius: 0px 2px 2px 0px; height: 18px; display: inline-flex; justify-content: center; align-items: center;
}
.HorizontalFeedCard-accessories-liveTag__audience span {
	font-size: 12px; font-weight: 500; transform: scale(0.916667);
}
.HorizontalFeedCard-accessories-progressbar {
	left: 0px; width: 100%; height: 3px; bottom: 0px; position: absolute; z-index: 4;
}
.HorizontalFeedCard-accessories-progressbar__active {
	background: rgb(255, 61, 94); height: 100%;
}
.HorizontalFeedCard-accessories-pseriesshadow {
	border-width: 0.5px 0.5px 0px; border-style: solid; border-color: rgba(0, 0, 0, 0.01); border-radius: 2px 2px 0px 0px; border-image: none; position: absolute;
}
.HorizontalFeedCard-accessories-pseriesshadow__primary {
	left: 12px; top: -12px; width: calc(100% - 24px); height: 12px;
}
.HorizontalFeedCard-accessories-pseriesshadow__secondary {
	left: 6px; top: -6px; width: calc(100% - 12px); height: 6px;
}
.vr-toast {
	background: rgba(254, 51, 85, 0.04); border-radius: 2px; border: 0.5px solid rgba(254, 51, 85, 0.12); border-image: none; width: 23px; height: 18px; color: rgb(254, 51, 85); font-weight: 500; margin-right: 6px; vertical-align: middle; display: inline-flex; justify-content: center; align-items: center;
}
.vr-toast > span {
	line-height: 1; font-size: 12px; transform: scale(0.916667);
}
.HorizontalFeedCard__playing {
	left: 0px; top: 0px; width: 100%; height: 100%; display: flex; position: absolute; justify-content: center; align-items: center;
}
.HorizontalFeedCard__playing > span {
	border-radius: 26px; width: 63px; height: 20px; display: flex; justify-content: center; align-items: center; background-color: rgba(0, 0, 0, 0.7);
}
.HorizontalFeedCard__playing > span img {
	width: 10px !important; height: 10px !important; margin-right: 2px;
}
.HorizontalFeedCard__playing-txt {
	font-size: 12px; font-weight: 500;
}
.co-create-username {
	width: 100%; line-height: 18px; display: flex; white-space: nowrap;
}
.co-create-username > .ellipsis {
	overflow: hidden; display: block; white-space: nowrap; -ms-text-overflow: ellipsis;
}
.co-create-username > a:hover {
	
}
.HorizontalFeedCard-accessories-bottomInfo {
	color: rgb(102, 102, 102);
}
.HorizontalFeedCard-accessories-bottomInfo__author:hover {
	
}
.channelBlocklist {
	width: calc(100% - 32px * 2);
}
.MyWatchHistory__topbar {
	width: calc(100% - 32px * 2);
}
.MyFavorite__topbar {
	width: calc(100% - 32px * 2);
}
.MyAttention__topbar {
	width: calc(100% - 32px * 2);
}
.layoutstatus-side--Short .channelBlocklist {
	width: calc(100% - 32px * 2);
}
.layoutstatus-side--Short .MyWatchHistory__topbar {
	width: calc(100% - 32px * 2);
}
.layoutstatus-side--Short .MyFavorite__topbar {
	width: calc(100% - 32px * 2);
}
.layoutstatus-side--Short .MyAttention__topbar {
	width: calc(100% - 32px * 2);
}
.channelBlocklist .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 12px;
}
.channelBlocklist .FeedContainer__itemWrapper .VerticalFeedCard {
	display: block;
}
.channelBlocklist .FeedContainer__itemWrapper .HorizontalFeedCard {
	display: block;
}
.MyWatchHistory__topbar {
	width: calc(100% - 32px * 2);
}
.MyFavorite__topbar {
	width: calc(100% - 32px * 2);
}
.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 {
	
}
.categoryPage_home :nth-of-type(n+1).lvideo-list__item {
	margin-left: 0px;
}
.video-channel :nth-of-type(n+1).lvideo-list__item {
	margin-left: 0px;
}
.MyCategory :nth-of-type(n+1).lvideo-list__item {
	margin-left: 0px;
}
.shortVideoInLvideoChannel :nth-of-type(n+1).lvideo-list__item {
	margin-left: 0px;
}
.v3-app-layout__header :nth-of-type(n+1).lvideo-list__item {
	margin-left: 0px;
}
.categoryPage_home :nth-of-type(n+1).lvideo-list__item {
	margin-left: 0px;
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.video-channel :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.MyCategory :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.shortVideoInLvideoChannel :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.v3-app-layout__header :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper {
	
}
.video-channel :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper {
	
}
.MyCategory :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper {
	
}
.shortVideoInLvideoChannel :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper {
	
}
.v3-app-layout__header :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper {
	
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper {
	
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalFeedCard {
	width: 100%;
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalLvideoFeedCard {
	width: 100%;
}
.video-channel :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalFeedCard {
	width: 100%;
}
.video-channel :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalLvideoFeedCard {
	width: 100%;
}
.MyCategory :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalFeedCard {
	width: 100%;
}
.MyCategory :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalLvideoFeedCard {
	width: 100%;
}
.shortVideoInLvideoChannel :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalFeedCard {
	width: 100%;
}
.shortVideoInLvideoChannel :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalLvideoFeedCard {
	width: 100%;
}
.v3-app-layout__header :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalFeedCard {
	width: 100%;
}
.v3-app-layout__header :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalLvideoFeedCard {
	width: 100%;
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalFeedCard {
	width: 100%;
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalLvideoFeedCard {
	width: 100%;
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(3n+1) {
	margin-left: 0px;
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist .lvideo-filter-channel-list > div:nth-of-type(3n+1) {
	margin-left: 0px;
}
.video-channel :not(.channelBlocklist--narrow).channelBlocklist.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(3n+1) {
	margin-left: 0px;
}
.video-channel :not(.channelBlocklist--narrow).channelBlocklist .lvideo-filter-channel-list > div:nth-of-type(3n+1) {
	margin-left: 0px;
}
.MyCategory :not(.channelBlocklist--narrow).channelBlocklist.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(3n+1) {
	margin-left: 0px;
}
.MyCategory :not(.channelBlocklist--narrow).channelBlocklist .lvideo-filter-channel-list > div:nth-of-type(3n+1) {
	margin-left: 0px;
}
.shortVideoInLvideoChannel :not(.channelBlocklist--narrow).channelBlocklist.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(3n+1) {
	margin-left: 0px;
}
.shortVideoInLvideoChannel :not(.channelBlocklist--narrow).channelBlocklist .lvideo-filter-channel-list > div:nth-of-type(3n+1) {
	margin-left: 0px;
}
.v3-app-layout__header :not(.channelBlocklist--narrow).channelBlocklist.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(3n+1) {
	margin-left: 0px;
}
.v3-app-layout__header :not(.channelBlocklist--narrow).channelBlocklist .lvideo-filter-channel-list > div:nth-of-type(3n+1) {
	margin-left: 0px;
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(3n+1) {
	margin-left: 0px;
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist .lvideo-filter-channel-list > div:nth-of-type(3n+1) {
	margin-left: 0px;
}
.categoryPage_home .channelBlocklist {
	width: calc(100% - 64px); max-width: 992px;
}
.categoryPage_home .load-more-blocklist-button {
	width: calc(100% - 64px); max-width: 992px;
}
.categoryPage_home .MyWatchHistory__topbar {
	width: calc(100% - 64px); max-width: 992px;
}
.categoryPage_home .MyFavorite__topbar {
	width: calc(100% - 64px); max-width: 992px;
}
.categoryPage_home .MyAttention__topbar {
	width: calc(100% - 64px); max-width: 992px;
}
.video-channel .channelBlocklist {
	width: calc(100% - 64px); max-width: 992px;
}
.video-channel .load-more-blocklist-button {
	width: calc(100% - 64px); max-width: 992px;
}
.video-channel .MyWatchHistory__topbar {
	width: calc(100% - 64px); max-width: 992px;
}
.video-channel .MyFavorite__topbar {
	width: calc(100% - 64px); max-width: 992px;
}
.video-channel .MyAttention__topbar {
	width: calc(100% - 64px); max-width: 992px;
}
.MyCategory .channelBlocklist {
	width: calc(100% - 64px); max-width: 992px;
}
.MyCategory .load-more-blocklist-button {
	width: calc(100% - 64px); max-width: 992px;
}
.MyCategory .MyWatchHistory__topbar {
	width: calc(100% - 64px); max-width: 992px;
}
.MyCategory .MyFavorite__topbar {
	width: calc(100% - 64px); max-width: 992px;
}
.MyCategory .MyAttention__topbar {
	width: calc(100% - 64px); max-width: 992px;
}
.shortVideoInLvideoChannel .channelBlocklist {
	width: calc(100% - 64px); max-width: 992px;
}
.shortVideoInLvideoChannel .load-more-blocklist-button {
	width: calc(100% - 64px); max-width: 992px;
}
.shortVideoInLvideoChannel .MyWatchHistory__topbar {
	width: calc(100% - 64px); max-width: 992px;
}
.shortVideoInLvideoChannel .MyFavorite__topbar {
	width: calc(100% - 64px); max-width: 992px;
}
.shortVideoInLvideoChannel .MyAttention__topbar {
	width: calc(100% - 64px); max-width: 992px;
}
.v3-app-layout__header .channelBlocklist {
	width: calc(100% - 64px); max-width: 992px;
}
.v3-app-layout__header .load-more-blocklist-button {
	width: calc(100% - 64px); max-width: 992px;
}
.v3-app-layout__header .MyWatchHistory__topbar {
	width: calc(100% - 64px); max-width: 992px;
}
.v3-app-layout__header .MyFavorite__topbar {
	width: calc(100% - 64px); max-width: 992px;
}
.v3-app-layout__header .MyAttention__topbar {
	width: calc(100% - 64px); max-width: 992px;
}
.categoryPage_home .channelBlocklist {
	width: calc(100% - 64px); max-width: 992px;
}
.categoryPage_home .load-more-blocklist-button {
	width: calc(100% - 64px); max-width: 992px;
}
.categoryPage_home .MyWatchHistory__topbar {
	width: calc(100% - 64px); max-width: 992px;
}
.categoryPage_home .MyFavorite__topbar {
	width: calc(100% - 64px); max-width: 992px;
}
.categoryPage_home .MyAttention__topbar {
	width: calc(100% - 64px); max-width: 992px;
}
.categoryPage_home .right-content.showAnimation {
	width: 100%; max-width: 992px;
}
.video-channel .right-content.showAnimation {
	width: 100%; max-width: 992px;
}
.MyCategory .right-content.showAnimation {
	width: 100%; max-width: 992px;
}
.shortVideoInLvideoChannel .right-content.showAnimation {
	width: 100%; max-width: 992px;
}
.v3-app-layout__header .right-content.showAnimation {
	width: 100%; max-width: 992px;
}
.categoryPage_home .right-content.showAnimation {
	width: 100%; max-width: 992px;
}
.categoryPage_home .ImmersiveBanner {
	width: calc(100% - 64px); max-width: 992px;
}
.video-channel .ImmersiveBanner {
	width: calc(100% - 64px); max-width: 992px;
}
.MyCategory .ImmersiveBanner {
	width: calc(100% - 64px); max-width: 992px;
}
.shortVideoInLvideoChannel .ImmersiveBanner {
	width: calc(100% - 64px); max-width: 992px;
}
.v3-app-layout__header .ImmersiveBanner {
	width: calc(100% - 64px); max-width: 992px;
}
.categoryPage_home .ImmersiveBanner {
	width: calc(100% - 64px); max-width: 992px;
}
}
@media screen and (max-width:1927px) and (min-width:1272px)
{
.categoryPage_home {
	
}
.video-channel {
	
}
.MyCategory {
	
}
.shortVideoInLvideoChannel {
	
}
.v3-app-layout__header {
	
}
.categoryPage_home {
	
}
.categoryPage_home :nth-of-type(n+1).lvideo-list__item {
	margin-left: 0px;
}
.video-channel :nth-of-type(n+1).lvideo-list__item {
	margin-left: 0px;
}
.MyCategory :nth-of-type(n+1).lvideo-list__item {
	margin-left: 0px;
}
.shortVideoInLvideoChannel :nth-of-type(n+1).lvideo-list__item {
	margin-left: 0px;
}
.v3-app-layout__header :nth-of-type(n+1).lvideo-list__item {
	margin-left: 0px;
}
.categoryPage_home :nth-of-type(n+1).lvideo-list__item {
	margin-left: 0px;
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.video-channel :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.MyCategory :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.shortVideoInLvideoChannel :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.v3-app-layout__header :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper {
	
}
.video-channel :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper {
	
}
.MyCategory :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper {
	
}
.shortVideoInLvideoChannel :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper {
	
}
.v3-app-layout__header :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper {
	
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper {
	
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalFeedCard {
	width: 100%;
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalLvideoFeedCard {
	width: 100%;
}
.video-channel :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalFeedCard {
	width: 100%;
}
.video-channel :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalLvideoFeedCard {
	width: 100%;
}
.MyCategory :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalFeedCard {
	width: 100%;
}
.MyCategory :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalLvideoFeedCard {
	width: 100%;
}
.shortVideoInLvideoChannel :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalFeedCard {
	width: 100%;
}
.shortVideoInLvideoChannel :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalLvideoFeedCard {
	width: 100%;
}
.v3-app-layout__header :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalFeedCard {
	width: 100%;
}
.v3-app-layout__header :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalLvideoFeedCard {
	width: 100%;
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalFeedCard {
	width: 100%;
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalLvideoFeedCard {
	width: 100%;
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(4n+1) {
	margin-left: 0px;
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist .lvideo-filter-channel-list > div:nth-of-type(4n+1) {
	margin-left: 0px;
}
.video-channel :not(.channelBlocklist--narrow).channelBlocklist.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(4n+1) {
	margin-left: 0px;
}
.video-channel :not(.channelBlocklist--narrow).channelBlocklist .lvideo-filter-channel-list > div:nth-of-type(4n+1) {
	margin-left: 0px;
}
.MyCategory :not(.channelBlocklist--narrow).channelBlocklist.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(4n+1) {
	margin-left: 0px;
}
.MyCategory :not(.channelBlocklist--narrow).channelBlocklist .lvideo-filter-channel-list > div:nth-of-type(4n+1) {
	margin-left: 0px;
}
.shortVideoInLvideoChannel :not(.channelBlocklist--narrow).channelBlocklist.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(4n+1) {
	margin-left: 0px;
}
.shortVideoInLvideoChannel :not(.channelBlocklist--narrow).channelBlocklist .lvideo-filter-channel-list > div:nth-of-type(4n+1) {
	margin-left: 0px;
}
.v3-app-layout__header :not(.channelBlocklist--narrow).channelBlocklist.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(4n+1) {
	margin-left: 0px;
}
.v3-app-layout__header :not(.channelBlocklist--narrow).channelBlocklist .lvideo-filter-channel-list > div:nth-of-type(4n+1) {
	margin-left: 0px;
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(4n+1) {
	margin-left: 0px;
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist .lvideo-filter-channel-list > div:nth-of-type(4n+1) {
	margin-left: 0px;
}
.categoryPage_home .channelBlocklist {
	width: calc(100% - 64px); max-width: 1568px;
}
.categoryPage_home .load-more-blocklist-button {
	width: calc(100% - 64px); max-width: 1568px;
}
.categoryPage_home .MyWatchHistory__topbar {
	width: calc(100% - 64px); max-width: 1568px;
}
.categoryPage_home .MyFavorite__topbar {
	width: calc(100% - 64px); max-width: 1568px;
}
.categoryPage_home .MyAttention__topbar {
	width: calc(100% - 64px); max-width: 1568px;
}
.video-channel .channelBlocklist {
	width: calc(100% - 64px); max-width: 1568px;
}
.video-channel .load-more-blocklist-button {
	width: calc(100% - 64px); max-width: 1568px;
}
.video-channel .MyWatchHistory__topbar {
	width: calc(100% - 64px); max-width: 1568px;
}
.video-channel .MyFavorite__topbar {
	width: calc(100% - 64px); max-width: 1568px;
}
.video-channel .MyAttention__topbar {
	width: calc(100% - 64px); max-width: 1568px;
}
.MyCategory .channelBlocklist {
	width: calc(100% - 64px); max-width: 1568px;
}
.MyCategory .load-more-blocklist-button {
	width: calc(100% - 64px); max-width: 1568px;
}
.MyCategory .MyWatchHistory__topbar {
	width: calc(100% - 64px); max-width: 1568px;
}
.MyCategory .MyFavorite__topbar {
	width: calc(100% - 64px); max-width: 1568px;
}
.MyCategory .MyAttention__topbar {
	width: calc(100% - 64px); max-width: 1568px;
}
.shortVideoInLvideoChannel .channelBlocklist {
	width: calc(100% - 64px); max-width: 1568px;
}
.shortVideoInLvideoChannel .load-more-blocklist-button {
	width: calc(100% - 64px); max-width: 1568px;
}
.shortVideoInLvideoChannel .MyWatchHistory__topbar {
	width: calc(100% - 64px); max-width: 1568px;
}
.shortVideoInLvideoChannel .MyFavorite__topbar {
	width: calc(100% - 64px); max-width: 1568px;
}
.shortVideoInLvideoChannel .MyAttention__topbar {
	width: calc(100% - 64px); max-width: 1568px;
}
.v3-app-layout__header .channelBlocklist {
	width: calc(100% - 64px); max-width: 1568px;
}
.v3-app-layout__header .load-more-blocklist-button {
	width: calc(100% - 64px); max-width: 1568px;
}
.v3-app-layout__header .MyWatchHistory__topbar {
	width: calc(100% - 64px); max-width: 1568px;
}
.v3-app-layout__header .MyFavorite__topbar {
	width: calc(100% - 64px); max-width: 1568px;
}
.v3-app-layout__header .MyAttention__topbar {
	width: calc(100% - 64px); max-width: 1568px;
}
.categoryPage_home .channelBlocklist {
	width: calc(100% - 64px); max-width: 1568px;
}
.categoryPage_home .load-more-blocklist-button {
	width: calc(100% - 64px); max-width: 1568px;
}
.categoryPage_home .MyWatchHistory__topbar {
	width: calc(100% - 64px); max-width: 1568px;
}
.categoryPage_home .MyFavorite__topbar {
	width: calc(100% - 64px); max-width: 1568px;
}
.categoryPage_home .MyAttention__topbar {
	width: calc(100% - 64px); max-width: 1568px;
}
.categoryPage_home .right-content.showAnimation {
	width: 100%; max-width: 1568px;
}
.video-channel .right-content.showAnimation {
	width: 100%; max-width: 1568px;
}
.MyCategory .right-content.showAnimation {
	width: 100%; max-width: 1568px;
}
.shortVideoInLvideoChannel .right-content.showAnimation {
	width: 100%; max-width: 1568px;
}
.v3-app-layout__header .right-content.showAnimation {
	width: 100%; max-width: 1568px;
}
.categoryPage_home .right-content.showAnimation {
	width: 100%; max-width: 1568px;
}
.categoryPage_home .ImmersiveBanner {
	width: calc(100% - 64px); max-width: 1568px;
}
.video-channel .ImmersiveBanner {
	width: calc(100% - 64px); max-width: 1568px;
}
.MyCategory .ImmersiveBanner {
	width: calc(100% - 64px); max-width: 1568px;
}
.shortVideoInLvideoChannel .ImmersiveBanner {
	width: calc(100% - 64px); max-width: 1568px;
}
.v3-app-layout__header .ImmersiveBanner {
	width: calc(100% - 64px); max-width: 1568px;
}
.categoryPage_home .ImmersiveBanner {
	width: calc(100% - 64px); max-width: 1568px;
}
}
@media screen and (max-width:2263px) and (min-width:1928px)
{
.categoryPage_home {
	
}
.video-channel {
	
}
.MyCategory {
	
}
.shortVideoInLvideoChannel {
	
}
.v3-app-layout__header {
	
}
.categoryPage_home {
	
}
.categoryPage_home :nth-of-type(n+1).lvideo-list__item {
	margin-left: 0px;
}
.video-channel :nth-of-type(n+1).lvideo-list__item {
	margin-left: 0px;
}
.MyCategory :nth-of-type(n+1).lvideo-list__item {
	margin-left: 0px;
}
.shortVideoInLvideoChannel :nth-of-type(n+1).lvideo-list__item {
	margin-left: 0px;
}
.v3-app-layout__header :nth-of-type(n+1).lvideo-list__item {
	margin-left: 0px;
}
.categoryPage_home :nth-of-type(n+1).lvideo-list__item {
	margin-left: 0px;
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.video-channel :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.MyCategory :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.shortVideoInLvideoChannel :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.v3-app-layout__header :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper {
	
}
.video-channel :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper {
	
}
.MyCategory :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper {
	
}
.shortVideoInLvideoChannel :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper {
	
}
.v3-app-layout__header :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper {
	
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper {
	
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalFeedCard {
	width: 100%;
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalLvideoFeedCard {
	width: 100%;
}
.video-channel :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalFeedCard {
	width: 100%;
}
.video-channel :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalLvideoFeedCard {
	width: 100%;
}
.MyCategory :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalFeedCard {
	width: 100%;
}
.MyCategory :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalLvideoFeedCard {
	width: 100%;
}
.shortVideoInLvideoChannel :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalFeedCard {
	width: 100%;
}
.shortVideoInLvideoChannel :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalLvideoFeedCard {
	width: 100%;
}
.v3-app-layout__header :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalFeedCard {
	width: 100%;
}
.v3-app-layout__header :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalLvideoFeedCard {
	width: 100%;
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalFeedCard {
	width: 100%;
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalLvideoFeedCard {
	width: 100%;
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(5n+1) {
	margin-left: 0px;
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist .lvideo-filter-channel-list > div:nth-of-type(5n+1) {
	margin-left: 0px;
}
.video-channel :not(.channelBlocklist--narrow).channelBlocklist.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(5n+1) {
	margin-left: 0px;
}
.video-channel :not(.channelBlocklist--narrow).channelBlocklist .lvideo-filter-channel-list > div:nth-of-type(5n+1) {
	margin-left: 0px;
}
.MyCategory :not(.channelBlocklist--narrow).channelBlocklist.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(5n+1) {
	margin-left: 0px;
}
.MyCategory :not(.channelBlocklist--narrow).channelBlocklist .lvideo-filter-channel-list > div:nth-of-type(5n+1) {
	margin-left: 0px;
}
.shortVideoInLvideoChannel :not(.channelBlocklist--narrow).channelBlocklist.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(5n+1) {
	margin-left: 0px;
}
.shortVideoInLvideoChannel :not(.channelBlocklist--narrow).channelBlocklist .lvideo-filter-channel-list > div:nth-of-type(5n+1) {
	margin-left: 0px;
}
.v3-app-layout__header :not(.channelBlocklist--narrow).channelBlocklist.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(5n+1) {
	margin-left: 0px;
}
.v3-app-layout__header :not(.channelBlocklist--narrow).channelBlocklist .lvideo-filter-channel-list > div:nth-of-type(5n+1) {
	margin-left: 0px;
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(5n+1) {
	margin-left: 0px;
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist .lvideo-filter-channel-list > div:nth-of-type(5n+1) {
	margin-left: 0px;
}
.categoryPage_home .channelBlocklist {
	width: calc(100% - 64px); max-width: 1964px;
}
.categoryPage_home .load-more-blocklist-button {
	width: calc(100% - 64px); max-width: 1964px;
}
.categoryPage_home .MyWatchHistory__topbar {
	width: calc(100% - 64px); max-width: 1964px;
}
.categoryPage_home .MyFavorite__topbar {
	width: calc(100% - 64px); max-width: 1964px;
}
.categoryPage_home .MyAttention__topbar {
	width: calc(100% - 64px); max-width: 1964px;
}
.video-channel .channelBlocklist {
	width: calc(100% - 64px); max-width: 1964px;
}
.video-channel .load-more-blocklist-button {
	width: calc(100% - 64px); max-width: 1964px;
}
.video-channel .MyWatchHistory__topbar {
	width: calc(100% - 64px); max-width: 1964px;
}
.video-channel .MyFavorite__topbar {
	width: calc(100% - 64px); max-width: 1964px;
}
.video-channel .MyAttention__topbar {
	width: calc(100% - 64px); max-width: 1964px;
}
.MyCategory .channelBlocklist {
	width: calc(100% - 64px); max-width: 1964px;
}
.MyCategory .load-more-blocklist-button {
	width: calc(100% - 64px); max-width: 1964px;
}
.MyCategory .MyWatchHistory__topbar {
	width: calc(100% - 64px); max-width: 1964px;
}
.MyCategory .MyFavorite__topbar {
	width: calc(100% - 64px); max-width: 1964px;
}
.MyCategory .MyAttention__topbar {
	width: calc(100% - 64px); max-width: 1964px;
}
.shortVideoInLvideoChannel .channelBlocklist {
	width: calc(100% - 64px); max-width: 1964px;
}
.shortVideoInLvideoChannel .load-more-blocklist-button {
	width: calc(100% - 64px); max-width: 1964px;
}
.shortVideoInLvideoChannel .MyWatchHistory__topbar {
	width: calc(100% - 64px); max-width: 1964px;
}
.shortVideoInLvideoChannel .MyFavorite__topbar {
	width: calc(100% - 64px); max-width: 1964px;
}
.shortVideoInLvideoChannel .MyAttention__topbar {
	width: calc(100% - 64px); max-width: 1964px;
}
.v3-app-layout__header .channelBlocklist {
	width: calc(100% - 64px); max-width: 1964px;
}
.v3-app-layout__header .load-more-blocklist-button {
	width: calc(100% - 64px); max-width: 1964px;
}
.v3-app-layout__header .MyWatchHistory__topbar {
	width: calc(100% - 64px); max-width: 1964px;
}
.v3-app-layout__header .MyFavorite__topbar {
	width: calc(100% - 64px); max-width: 1964px;
}
.v3-app-layout__header .MyAttention__topbar {
	width: calc(100% - 64px); max-width: 1964px;
}
.categoryPage_home .channelBlocklist {
	width: calc(100% - 64px); max-width: 1964px;
}
.categoryPage_home .load-more-blocklist-button {
	width: calc(100% - 64px); max-width: 1964px;
}
.categoryPage_home .MyWatchHistory__topbar {
	width: calc(100% - 64px); max-width: 1964px;
}
.categoryPage_home .MyFavorite__topbar {
	width: calc(100% - 64px); max-width: 1964px;
}
.categoryPage_home .MyAttention__topbar {
	width: calc(100% - 64px); max-width: 1964px;
}
.categoryPage_home .right-content.showAnimation {
	width: 100%; max-width: 1964px;
}
.video-channel .right-content.showAnimation {
	width: 100%; max-width: 1964px;
}
.MyCategory .right-content.showAnimation {
	width: 100%; max-width: 1964px;
}
.shortVideoInLvideoChannel .right-content.showAnimation {
	width: 100%; max-width: 1964px;
}
.v3-app-layout__header .right-content.showAnimation {
	width: 100%; max-width: 1964px;
}
.categoryPage_home .right-content.showAnimation {
	width: 100%; max-width: 1964px;
}
.categoryPage_home .ImmersiveBanner {
	width: calc(100% - 64px); max-width: 1964px;
}
.video-channel .ImmersiveBanner {
	width: calc(100% - 64px); max-width: 1964px;
}
.MyCategory .ImmersiveBanner {
	width: calc(100% - 64px); max-width: 1964px;
}
.shortVideoInLvideoChannel .ImmersiveBanner {
	width: calc(100% - 64px); max-width: 1964px;
}
.v3-app-layout__header .ImmersiveBanner {
	width: calc(100% - 64px); max-width: 1964px;
}
.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 {
	
}
.categoryPage_home :nth-of-type(n+1).lvideo-list__item {
	margin-left: 0px;
}
.video-channel :nth-of-type(n+1).lvideo-list__item {
	margin-left: 0px;
}
.MyCategory :nth-of-type(n+1).lvideo-list__item {
	margin-left: 0px;
}
.shortVideoInLvideoChannel :nth-of-type(n+1).lvideo-list__item {
	margin-left: 0px;
}
.v3-app-layout__header :nth-of-type(n+1).lvideo-list__item {
	margin-left: 0px;
}
.categoryPage_home :nth-of-type(n+1).lvideo-list__item {
	margin-left: 0px;
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.video-channel :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.MyCategory :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.shortVideoInLvideoChannel :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.v3-app-layout__header :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper {
	
}
.video-channel :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper {
	
}
.MyCategory :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper {
	
}
.shortVideoInLvideoChannel :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper {
	
}
.v3-app-layout__header :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper {
	
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper {
	
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalFeedCard {
	width: 100%;
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalLvideoFeedCard {
	width: 100%;
}
.video-channel :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalFeedCard {
	width: 100%;
}
.video-channel :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalLvideoFeedCard {
	width: 100%;
}
.MyCategory :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalFeedCard {
	width: 100%;
}
.MyCategory :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalLvideoFeedCard {
	width: 100%;
}
.shortVideoInLvideoChannel :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalFeedCard {
	width: 100%;
}
.shortVideoInLvideoChannel :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalLvideoFeedCard {
	width: 100%;
}
.v3-app-layout__header :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalFeedCard {
	width: 100%;
}
.v3-app-layout__header :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalLvideoFeedCard {
	width: 100%;
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalFeedCard {
	width: 100%;
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist .FeedContainer__itemWrapper .HorizontalLvideoFeedCard {
	width: 100%;
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(6n+1) {
	margin-left: 0px;
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist .lvideo-filter-channel-list > div:nth-of-type(6n+1) {
	margin-left: 0px;
}
.video-channel :not(.channelBlocklist--narrow).channelBlocklist.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(6n+1) {
	margin-left: 0px;
}
.video-channel :not(.channelBlocklist--narrow).channelBlocklist .lvideo-filter-channel-list > div:nth-of-type(6n+1) {
	margin-left: 0px;
}
.MyCategory :not(.channelBlocklist--narrow).channelBlocklist.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(6n+1) {
	margin-left: 0px;
}
.MyCategory :not(.channelBlocklist--narrow).channelBlocklist .lvideo-filter-channel-list > div:nth-of-type(6n+1) {
	margin-left: 0px;
}
.shortVideoInLvideoChannel :not(.channelBlocklist--narrow).channelBlocklist.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(6n+1) {
	margin-left: 0px;
}
.shortVideoInLvideoChannel :not(.channelBlocklist--narrow).channelBlocklist .lvideo-filter-channel-list > div:nth-of-type(6n+1) {
	margin-left: 0px;
}
.v3-app-layout__header :not(.channelBlocklist--narrow).channelBlocklist.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(6n+1) {
	margin-left: 0px;
}
.v3-app-layout__header :not(.channelBlocklist--narrow).channelBlocklist .lvideo-filter-channel-list > div:nth-of-type(6n+1) {
	margin-left: 0px;
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(6n+1) {
	margin-left: 0px;
}
.categoryPage_home :not(.channelBlocklist--narrow).channelBlocklist .lvideo-filter-channel-list > div:nth-of-type(6n+1) {
	margin-left: 0px;
}
.categoryPage_home .channelBlocklist {
	width: calc(100% - 64px); max-width: 2240px;
}
.categoryPage_home .load-more-blocklist-button {
	width: calc(100% - 64px); max-width: 2240px;
}
.categoryPage_home .MyWatchHistory__topbar {
	width: calc(100% - 64px); max-width: 2240px;
}
.categoryPage_home .MyFavorite__topbar {
	width: calc(100% - 64px); max-width: 2240px;
}
.categoryPage_home .MyAttention__topbar {
	width: calc(100% - 64px); max-width: 2240px;
}
.video-channel .channelBlocklist {
	width: calc(100% - 64px); max-width: 2240px;
}
.video-channel .load-more-blocklist-button {
	width: calc(100% - 64px); max-width: 2240px;
}
.video-channel .MyWatchHistory__topbar {
	width: calc(100% - 64px); max-width: 2240px;
}
.video-channel .MyFavorite__topbar {
	width: calc(100% - 64px); max-width: 2240px;
}
.video-channel .MyAttention__topbar {
	width: calc(100% - 64px); max-width: 2240px;
}
.MyCategory .channelBlocklist {
	width: calc(100% - 64px); max-width: 2240px;
}
.MyCategory .load-more-blocklist-button {
	width: calc(100% - 64px); max-width: 2240px;
}
.MyCategory .MyWatchHistory__topbar {
	width: calc(100% - 64px); max-width: 2240px;
}
.MyCategory .MyFavorite__topbar {
	width: calc(100% - 64px); max-width: 2240px;
}
.MyCategory .MyAttention__topbar {
	width: calc(100% - 64px); max-width: 2240px;
}
.shortVideoInLvideoChannel .channelBlocklist {
	width: calc(100% - 64px); max-width: 2240px;
}
.shortVideoInLvideoChannel .load-more-blocklist-button {
	width: calc(100% - 64px); max-width: 2240px;
}
.shortVideoInLvideoChannel .MyWatchHistory__topbar {
	width: calc(100% - 64px); max-width: 2240px;
}
.shortVideoInLvideoChannel .MyFavorite__topbar {
	width: calc(100% - 64px); max-width: 2240px;
}
.shortVideoInLvideoChannel .MyAttention__topbar {
	width: calc(100% - 64px); max-width: 2240px;
}
.v3-app-layout__header .channelBlocklist {
	width: calc(100% - 64px); max-width: 2240px;
}
.v3-app-layout__header .load-more-blocklist-button {
	width: calc(100% - 64px); max-width: 2240px;
}
.v3-app-layout__header .MyWatchHistory__topbar {
	width: calc(100% - 64px); max-width: 2240px;
}
.v3-app-layout__header .MyFavorite__topbar {
	width: calc(100% - 64px); max-width: 2240px;
}
.v3-app-layout__header .MyAttention__topbar {
	width: calc(100% - 64px); max-width: 2240px;
}
.categoryPage_home .channelBlocklist {
	width: calc(100% - 64px); max-width: 2240px;
}
.categoryPage_home .load-more-blocklist-button {
	width: calc(100% - 64px); max-width: 2240px;
}
.categoryPage_home .MyWatchHistory__topbar {
	width: calc(100% - 64px); max-width: 2240px;
}
.categoryPage_home .MyFavorite__topbar {
	width: calc(100% - 64px); max-width: 2240px;
}
.categoryPage_home .MyAttention__topbar {
	width: calc(100% - 64px); max-width: 2240px;
}
.categoryPage_home .right-content.showAnimation {
	width: 100%; max-width: 2240px;
}
.video-channel .right-content.showAnimation {
	width: 100%; max-width: 2240px;
}
.MyCategory .right-content.showAnimation {
	width: 100%; max-width: 2240px;
}
.shortVideoInLvideoChannel .right-content.showAnimation {
	width: 100%; max-width: 2240px;
}
.v3-app-layout__header .right-content.showAnimation {
	width: 100%; max-width: 2240px;
}
.categoryPage_home .right-content.showAnimation {
	width: 100%; max-width: 2240px;
}
.categoryPage_home .ImmersiveBanner {
	width: calc(100% - 64px); max-width: 2240px;
}
.video-channel .ImmersiveBanner {
	width: calc(100% - 64px); max-width: 2240px;
}
.MyCategory .ImmersiveBanner {
	width: calc(100% - 64px); max-width: 2240px;
}
.shortVideoInLvideoChannel .ImmersiveBanner {
	width: calc(100% - 64px); max-width: 2240px;
}
.v3-app-layout__header .ImmersiveBanner {
	width: calc(100% - 64px); max-width: 2240px;
}
.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 {
	
}
.categoryPage_home :nth-of-type(3n+1).lvideo-list__item {
	margin-left: 0px;
}
.video-channel :nth-of-type(3n+1).lvideo-list__item {
	margin-left: 0px;
}
.MyCategory :nth-of-type(3n+1).lvideo-list__item {
	margin-left: 0px;
}
.shortVideoInLvideoChannel :nth-of-type(3n+1).lvideo-list__item {
	margin-left: 0px;
}
.v3-app-layout__header :nth-of-type(3n+1).lvideo-list__item {
	margin-left: 0px;
}
.categoryPage_home :nth-of-type(3n+1).lvideo-list__item {
	margin-left: 0px;
}
.categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.video-channel .channelBlocklist--narrow .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.MyCategory .channelBlocklist--narrow .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.shortVideoInLvideoChannel .channelBlocklist--narrow .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.v3-app-layout__header .channelBlocklist--narrow .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.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 {
	
}
.categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.video-channel .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.MyCategory .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.shortVideoInLvideoChannel .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.v3-app-layout__header .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.categoryPage_home .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(3n+1) {
	margin-left: 0px;
}
.categoryPage_home .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(3n+1) {
	margin-left: 0px;
}
.video-channel .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(3n+1) {
	margin-left: 0px;
}
.video-channel .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(3n+1) {
	margin-left: 0px;
}
.MyCategory .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(3n+1) {
	margin-left: 0px;
}
.MyCategory .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(3n+1) {
	margin-left: 0px;
}
.shortVideoInLvideoChannel .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(3n+1) {
	margin-left: 0px;
}
.shortVideoInLvideoChannel .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(3n+1) {
	margin-left: 0px;
}
.v3-app-layout__header .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(3n+1) {
	margin-left: 0px;
}
.v3-app-layout__header .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(3n+1) {
	margin-left: 0px;
}
.categoryPage_home .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(3n+1) {
	margin-left: 0px;
}
.categoryPage_home .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(3n+1) {
	margin-left: 0px;
}
}
@media screen and (max-width:1272px) and (min-width:1017px)
{
.categoryPage_home {
	
}
.video-channel {
	
}
.MyCategory {
	
}
.shortVideoInLvideoChannel {
	
}
.v3-app-layout__header {
	
}
.categoryPage_home {
	
}
.categoryPage_home :nth-of-type(4n+1).lvideo-list__item {
	margin-left: 0px;
}
.video-channel :nth-of-type(4n+1).lvideo-list__item {
	margin-left: 0px;
}
.MyCategory :nth-of-type(4n+1).lvideo-list__item {
	margin-left: 0px;
}
.shortVideoInLvideoChannel :nth-of-type(4n+1).lvideo-list__item {
	margin-left: 0px;
}
.v3-app-layout__header :nth-of-type(4n+1).lvideo-list__item {
	margin-left: 0px;
}
.categoryPage_home :nth-of-type(4n+1).lvideo-list__item {
	margin-left: 0px;
}
.categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.video-channel .channelBlocklist--narrow .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.MyCategory .channelBlocklist--narrow .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.shortVideoInLvideoChannel .channelBlocklist--narrow .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.v3-app-layout__header .channelBlocklist--narrow .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.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 {
	
}
.categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.video-channel .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.MyCategory .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.shortVideoInLvideoChannel .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.v3-app-layout__header .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.categoryPage_home .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(4n+1) {
	margin-left: 0px;
}
.categoryPage_home .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(4n+1) {
	margin-left: 0px;
}
.video-channel .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(4n+1) {
	margin-left: 0px;
}
.video-channel .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(4n+1) {
	margin-left: 0px;
}
.MyCategory .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(4n+1) {
	margin-left: 0px;
}
.MyCategory .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(4n+1) {
	margin-left: 0px;
}
.shortVideoInLvideoChannel .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(4n+1) {
	margin-left: 0px;
}
.shortVideoInLvideoChannel .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(4n+1) {
	margin-left: 0px;
}
.v3-app-layout__header .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(4n+1) {
	margin-left: 0px;
}
.v3-app-layout__header .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(4n+1) {
	margin-left: 0px;
}
.categoryPage_home .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(4n+1) {
	margin-left: 0px;
}
.categoryPage_home .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(4n+1) {
	margin-left: 0px;
}
}
@media screen and (max-width:1528px) and (min-width:1273px)
{
.categoryPage_home {
	
}
.video-channel {
	
}
.MyCategory {
	
}
.shortVideoInLvideoChannel {
	
}
.v3-app-layout__header {
	
}
.categoryPage_home {
	
}
.categoryPage_home :nth-of-type(5n+1).lvideo-list__item {
	margin-left: 0px;
}
.video-channel :nth-of-type(5n+1).lvideo-list__item {
	margin-left: 0px;
}
.MyCategory :nth-of-type(5n+1).lvideo-list__item {
	margin-left: 0px;
}
.shortVideoInLvideoChannel :nth-of-type(5n+1).lvideo-list__item {
	margin-left: 0px;
}
.v3-app-layout__header :nth-of-type(5n+1).lvideo-list__item {
	margin-left: 0px;
}
.categoryPage_home :nth-of-type(5n+1).lvideo-list__item {
	margin-left: 0px;
}
.categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.video-channel .channelBlocklist--narrow .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.MyCategory .channelBlocklist--narrow .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.shortVideoInLvideoChannel .channelBlocklist--narrow .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.v3-app-layout__header .channelBlocklist--narrow .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.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 {
	
}
.categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.video-channel .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.MyCategory .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.shortVideoInLvideoChannel .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.v3-app-layout__header .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.categoryPage_home .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(5n+1) {
	margin-left: 0px;
}
.categoryPage_home .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(5n+1) {
	margin-left: 0px;
}
.video-channel .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(5n+1) {
	margin-left: 0px;
}
.video-channel .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(5n+1) {
	margin-left: 0px;
}
.MyCategory .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(5n+1) {
	margin-left: 0px;
}
.MyCategory .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(5n+1) {
	margin-left: 0px;
}
.shortVideoInLvideoChannel .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(5n+1) {
	margin-left: 0px;
}
.shortVideoInLvideoChannel .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(5n+1) {
	margin-left: 0px;
}
.v3-app-layout__header .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(5n+1) {
	margin-left: 0px;
}
.v3-app-layout__header .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(5n+1) {
	margin-left: 0px;
}
.categoryPage_home .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(5n+1) {
	margin-left: 0px;
}
.categoryPage_home .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(5n+1) {
	margin-left: 0px;
}
}
@media screen and (max-width:1784px) and (min-width:1529px)
{
.categoryPage_home {
	
}
.video-channel {
	
}
.MyCategory {
	
}
.shortVideoInLvideoChannel {
	
}
.v3-app-layout__header {
	
}
.categoryPage_home {
	
}
.categoryPage_home :nth-of-type(6n+1).lvideo-list__item {
	margin-left: 0px;
}
.video-channel :nth-of-type(6n+1).lvideo-list__item {
	margin-left: 0px;
}
.MyCategory :nth-of-type(6n+1).lvideo-list__item {
	margin-left: 0px;
}
.shortVideoInLvideoChannel :nth-of-type(6n+1).lvideo-list__item {
	margin-left: 0px;
}
.v3-app-layout__header :nth-of-type(6n+1).lvideo-list__item {
	margin-left: 0px;
}
.categoryPage_home :nth-of-type(6n+1).lvideo-list__item {
	margin-left: 0px;
}
.categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.video-channel .channelBlocklist--narrow .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.MyCategory .channelBlocklist--narrow .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.shortVideoInLvideoChannel .channelBlocklist--narrow .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.v3-app-layout__header .channelBlocklist--narrow .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.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 {
	
}
.categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.video-channel .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.MyCategory .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.shortVideoInLvideoChannel .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.v3-app-layout__header .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.categoryPage_home .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(6n+1) {
	margin-left: 0px;
}
.categoryPage_home .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(6n+1) {
	margin-left: 0px;
}
.video-channel .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(6n+1) {
	margin-left: 0px;
}
.video-channel .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(6n+1) {
	margin-left: 0px;
}
.MyCategory .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(6n+1) {
	margin-left: 0px;
}
.MyCategory .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(6n+1) {
	margin-left: 0px;
}
.shortVideoInLvideoChannel .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(6n+1) {
	margin-left: 0px;
}
.shortVideoInLvideoChannel .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(6n+1) {
	margin-left: 0px;
}
.v3-app-layout__header .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(6n+1) {
	margin-left: 0px;
}
.v3-app-layout__header .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(6n+1) {
	margin-left: 0px;
}
.categoryPage_home .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(6n+1) {
	margin-left: 0px;
}
.categoryPage_home .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(6n+1) {
	margin-left: 0px;
}
}
@media screen and (max-width:2040px) and (min-width:1785px)
{
.categoryPage_home {
	
}
.video-channel {
	
}
.MyCategory {
	
}
.shortVideoInLvideoChannel {
	
}
.v3-app-layout__header {
	
}
.categoryPage_home {
	
}
.categoryPage_home :nth-of-type(7n+1).lvideo-list__item {
	margin-left: 0px;
}
.video-channel :nth-of-type(7n+1).lvideo-list__item {
	margin-left: 0px;
}
.MyCategory :nth-of-type(7n+1).lvideo-list__item {
	margin-left: 0px;
}
.shortVideoInLvideoChannel :nth-of-type(7n+1).lvideo-list__item {
	margin-left: 0px;
}
.v3-app-layout__header :nth-of-type(7n+1).lvideo-list__item {
	margin-left: 0px;
}
.categoryPage_home :nth-of-type(7n+1).lvideo-list__item {
	margin-left: 0px;
}
.categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.video-channel .channelBlocklist--narrow .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.MyCategory .channelBlocklist--narrow .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.shortVideoInLvideoChannel .channelBlocklist--narrow .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.v3-app-layout__header .channelBlocklist--narrow .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.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 {
	
}
.categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.video-channel .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.MyCategory .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.shortVideoInLvideoChannel .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.v3-app-layout__header .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.categoryPage_home .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(7n+1) {
	margin-left: 0px;
}
.categoryPage_home .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(7n+1) {
	margin-left: 0px;
}
.video-channel .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(7n+1) {
	margin-left: 0px;
}
.video-channel .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(7n+1) {
	margin-left: 0px;
}
.MyCategory .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(7n+1) {
	margin-left: 0px;
}
.MyCategory .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(7n+1) {
	margin-left: 0px;
}
.shortVideoInLvideoChannel .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(7n+1) {
	margin-left: 0px;
}
.shortVideoInLvideoChannel .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(7n+1) {
	margin-left: 0px;
}
.v3-app-layout__header .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(7n+1) {
	margin-left: 0px;
}
.v3-app-layout__header .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(7n+1) {
	margin-left: 0px;
}
.categoryPage_home .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(7n+1) {
	margin-left: 0px;
}
.categoryPage_home .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(7n+1) {
	margin-left: 0px;
}
}
@media screen and (max-width:2296px) and (min-width:2041px)
{
.categoryPage_home {
	
}
.video-channel {
	
}
.MyCategory {
	
}
.shortVideoInLvideoChannel {
	
}
.v3-app-layout__header {
	
}
.categoryPage_home {
	
}
.categoryPage_home :nth-of-type(8n+1).lvideo-list__item {
	margin-left: 0px;
}
.video-channel :nth-of-type(8n+1).lvideo-list__item {
	margin-left: 0px;
}
.MyCategory :nth-of-type(8n+1).lvideo-list__item {
	margin-left: 0px;
}
.shortVideoInLvideoChannel :nth-of-type(8n+1).lvideo-list__item {
	margin-left: 0px;
}
.v3-app-layout__header :nth-of-type(8n+1).lvideo-list__item {
	margin-left: 0px;
}
.categoryPage_home :nth-of-type(8n+1).lvideo-list__item {
	margin-left: 0px;
}
.categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.video-channel .channelBlocklist--narrow .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.MyCategory .channelBlocklist--narrow .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.shortVideoInLvideoChannel .channelBlocklist--narrow .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.v3-app-layout__header .channelBlocklist--narrow .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.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 {
	
}
.categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.video-channel .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.MyCategory .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.shortVideoInLvideoChannel .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.v3-app-layout__header .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.categoryPage_home .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(8n+1) {
	margin-left: 0px;
}
.categoryPage_home .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(8n+1) {
	margin-left: 0px;
}
.video-channel .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(8n+1) {
	margin-left: 0px;
}
.video-channel .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(8n+1) {
	margin-left: 0px;
}
.MyCategory .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(8n+1) {
	margin-left: 0px;
}
.MyCategory .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(8n+1) {
	margin-left: 0px;
}
.shortVideoInLvideoChannel .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(8n+1) {
	margin-left: 0px;
}
.shortVideoInLvideoChannel .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(8n+1) {
	margin-left: 0px;
}
.v3-app-layout__header .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(8n+1) {
	margin-left: 0px;
}
.v3-app-layout__header .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(8n+1) {
	margin-left: 0px;
}
.categoryPage_home .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(8n+1) {
	margin-left: 0px;
}
.categoryPage_home .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(8n+1) {
	margin-left: 0px;
}
}
@media screen and (min-width:2297px)
{
.categoryPage_home {
	
}
.video-channel {
	
}
.MyCategory {
	
}
.shortVideoInLvideoChannel {
	
}
.v3-app-layout__header {
	
}
.categoryPage_home {
	
}
.categoryPage_home :nth-of-type(9n+1).lvideo-list__item {
	margin-left: 0px;
}
.video-channel :nth-of-type(9n+1).lvideo-list__item {
	margin-left: 0px;
}
.MyCategory :nth-of-type(9n+1).lvideo-list__item {
	margin-left: 0px;
}
.shortVideoInLvideoChannel :nth-of-type(9n+1).lvideo-list__item {
	margin-left: 0px;
}
.v3-app-layout__header :nth-of-type(9n+1).lvideo-list__item {
	margin-left: 0px;
}
.categoryPage_home :nth-of-type(9n+1).lvideo-list__item {
	margin-left: 0px;
}
.categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.video-channel .channelBlocklist--narrow .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.MyCategory .channelBlocklist--narrow .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.shortVideoInLvideoChannel .channelBlocklist--narrow .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.v3-app-layout__header .channelBlocklist--narrow .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 16px;
}
.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 {
	
}
.categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.video-channel .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.MyCategory .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.shortVideoInLvideoChannel .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.v3-app-layout__header .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.categoryPage_home .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.categoryPage_home .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(9n+1) {
	margin-left: 0px;
}
.categoryPage_home .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(9n+1) {
	margin-left: 0px;
}
.video-channel .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(9n+1) {
	margin-left: 0px;
}
.video-channel .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(9n+1) {
	margin-left: 0px;
}
.MyCategory .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(9n+1) {
	margin-left: 0px;
}
.MyCategory .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(9n+1) {
	margin-left: 0px;
}
.shortVideoInLvideoChannel .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(9n+1) {
	margin-left: 0px;
}
.shortVideoInLvideoChannel .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(9n+1) {
	margin-left: 0px;
}
.v3-app-layout__header .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(9n+1) {
	margin-left: 0px;
}
.v3-app-layout__header .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(9n+1) {
	margin-left: 0px;
}
.categoryPage_home .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(9n+1) {
	margin-left: 0px;
}
.categoryPage_home .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(9n+1) {
	margin-left: 0px;
}
}
@media screen and (max-width:1008px)
{
.lvideo-channel {
	
}
.channel_lvideo_filter {
	
}
.lvideo-channel :nth-of-type(3n+1).lvideo-list__item {
	margin-left: 0px;
}
.channel_lvideo_filter :nth-of-type(3n+1).lvideo-list__item {
	margin-left: 0px;
}
.lvideo-channel .channelBlocklist--narrow .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 12px;
}
.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 {
	
}
.lvideo-channel .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.channel_lvideo_filter .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.lvideo-channel .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(3n+1) {
	margin-left: 0px;
}
.lvideo-channel .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(3n+1) {
	margin-left: 0px;
}
.channel_lvideo_filter .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(3n+1) {
	margin-left: 0px;
}
.channel_lvideo_filter .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(3n+1) {
	margin-left: 0px;
}
.lvideo-channel .channelBlocklist {
	width: calc(100% - 64px); max-width: 744px;
}
.lvideo-channel .load-more-blocklist-button {
	width: calc(100% - 64px); max-width: 744px;
}
.lvideo-channel .MyWatchHistory__topbar {
	width: calc(100% - 64px); max-width: 744px;
}
.lvideo-channel .MyFavorite__topbar {
	width: calc(100% - 64px); max-width: 744px;
}
.lvideo-channel .MyAttention__topbar {
	width: calc(100% - 64px); max-width: 744px;
}
.channel_lvideo_filter .channelBlocklist {
	width: calc(100% - 64px); max-width: 744px;
}
.channel_lvideo_filter .load-more-blocklist-button {
	width: calc(100% - 64px); max-width: 744px;
}
.channel_lvideo_filter .MyWatchHistory__topbar {
	width: calc(100% - 64px); max-width: 744px;
}
.channel_lvideo_filter .MyFavorite__topbar {
	width: calc(100% - 64px); max-width: 744px;
}
.channel_lvideo_filter .MyAttention__topbar {
	width: calc(100% - 64px); max-width: 744px;
}
.lvideo-channel .right-content.showAnimation {
	width: 100%; max-width: 744px;
}
.channel_lvideo_filter .right-content.showAnimation {
	width: 100%; max-width: 744px;
}
.lvideo-channel .ImmersiveBanner {
	width: calc(100% - 64px); max-width: 744px;
}
.channel_lvideo_filter .ImmersiveBanner {
	width: calc(100% - 64px); max-width: 744px;
}
}
@media screen and (max-width:1260px) and (min-width:1009px)
{
.lvideo-channel {
	
}
.channel_lvideo_filter {
	
}
.lvideo-channel :nth-of-type(4n+1).lvideo-list__item {
	margin-left: 0px;
}
.channel_lvideo_filter :nth-of-type(4n+1).lvideo-list__item {
	margin-left: 0px;
}
.lvideo-channel .channelBlocklist--narrow .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 12px;
}
.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 {
	
}
.lvideo-channel .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.channel_lvideo_filter .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.lvideo-channel .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(4n+1) {
	margin-left: 0px;
}
.lvideo-channel .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(4n+1) {
	margin-left: 0px;
}
.channel_lvideo_filter .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(4n+1) {
	margin-left: 0px;
}
.channel_lvideo_filter .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(4n+1) {
	margin-left: 0px;
}
.lvideo-channel .channelBlocklist {
	width: calc(100% - 64px); max-width: 996px;
}
.lvideo-channel .load-more-blocklist-button {
	width: calc(100% - 64px); max-width: 996px;
}
.lvideo-channel .MyWatchHistory__topbar {
	width: calc(100% - 64px); max-width: 996px;
}
.lvideo-channel .MyFavorite__topbar {
	width: calc(100% - 64px); max-width: 996px;
}
.lvideo-channel .MyAttention__topbar {
	width: calc(100% - 64px); max-width: 996px;
}
.channel_lvideo_filter .channelBlocklist {
	width: calc(100% - 64px); max-width: 996px;
}
.channel_lvideo_filter .load-more-blocklist-button {
	width: calc(100% - 64px); max-width: 996px;
}
.channel_lvideo_filter .MyWatchHistory__topbar {
	width: calc(100% - 64px); max-width: 996px;
}
.channel_lvideo_filter .MyFavorite__topbar {
	width: calc(100% - 64px); max-width: 996px;
}
.channel_lvideo_filter .MyAttention__topbar {
	width: calc(100% - 64px); max-width: 996px;
}
.lvideo-channel .right-content.showAnimation {
	width: 100%; max-width: 996px;
}
.channel_lvideo_filter .right-content.showAnimation {
	width: 100%; max-width: 996px;
}
.lvideo-channel .ImmersiveBanner {
	width: calc(100% - 64px); max-width: 996px;
}
.channel_lvideo_filter .ImmersiveBanner {
	width: calc(100% - 64px); max-width: 996px;
}
}
@media screen and (max-width:1512px) and (min-width:1261px)
{
.lvideo-channel {
	
}
.channel_lvideo_filter {
	
}
.lvideo-channel :nth-of-type(5n+1).lvideo-list__item {
	margin-left: 0px;
}
.channel_lvideo_filter :nth-of-type(5n+1).lvideo-list__item {
	margin-left: 0px;
}
.lvideo-channel .channelBlocklist--narrow .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 12px;
}
.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 {
	
}
.lvideo-channel .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.channel_lvideo_filter .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.lvideo-channel .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(5n+1) {
	margin-left: 0px;
}
.lvideo-channel .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(5n+1) {
	margin-left: 0px;
}
.channel_lvideo_filter .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(5n+1) {
	margin-left: 0px;
}
.channel_lvideo_filter .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(5n+1) {
	margin-left: 0px;
}
.lvideo-channel .channelBlocklist {
	width: calc(100% - 64px); max-width: 1248px;
}
.lvideo-channel .load-more-blocklist-button {
	width: calc(100% - 64px); max-width: 1248px;
}
.lvideo-channel .MyWatchHistory__topbar {
	width: calc(100% - 64px); max-width: 1248px;
}
.lvideo-channel .MyFavorite__topbar {
	width: calc(100% - 64px); max-width: 1248px;
}
.lvideo-channel .MyAttention__topbar {
	width: calc(100% - 64px); max-width: 1248px;
}
.channel_lvideo_filter .channelBlocklist {
	width: calc(100% - 64px); max-width: 1248px;
}
.channel_lvideo_filter .load-more-blocklist-button {
	width: calc(100% - 64px); max-width: 1248px;
}
.channel_lvideo_filter .MyWatchHistory__topbar {
	width: calc(100% - 64px); max-width: 1248px;
}
.channel_lvideo_filter .MyFavorite__topbar {
	width: calc(100% - 64px); max-width: 1248px;
}
.channel_lvideo_filter .MyAttention__topbar {
	width: calc(100% - 64px); max-width: 1248px;
}
.lvideo-channel .right-content.showAnimation {
	width: 100%; max-width: 1248px;
}
.channel_lvideo_filter .right-content.showAnimation {
	width: 100%; max-width: 1248px;
}
.lvideo-channel .ImmersiveBanner {
	width: calc(100% - 64px); max-width: 1248px;
}
.channel_lvideo_filter .ImmersiveBanner {
	width: calc(100% - 64px); max-width: 1248px;
}
}
@media screen and (max-width:1764px) and (min-width:1513px)
{
.lvideo-channel {
	
}
.channel_lvideo_filter {
	
}
.lvideo-channel :nth-of-type(6n+1).lvideo-list__item {
	margin-left: 0px;
}
.channel_lvideo_filter :nth-of-type(6n+1).lvideo-list__item {
	margin-left: 0px;
}
.lvideo-channel .channelBlocklist--narrow .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 12px;
}
.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 {
	
}
.lvideo-channel .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.channel_lvideo_filter .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.lvideo-channel .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(6n+1) {
	margin-left: 0px;
}
.lvideo-channel .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(6n+1) {
	margin-left: 0px;
}
.channel_lvideo_filter .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(6n+1) {
	margin-left: 0px;
}
.channel_lvideo_filter .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(6n+1) {
	margin-left: 0px;
}
.lvideo-channel .channelBlocklist {
	width: calc(100% - 64px); max-width: 1500px;
}
.lvideo-channel .load-more-blocklist-button {
	width: calc(100% - 64px); max-width: 1500px;
}
.lvideo-channel .MyWatchHistory__topbar {
	width: calc(100% - 64px); max-width: 1500px;
}
.lvideo-channel .MyFavorite__topbar {
	width: calc(100% - 64px); max-width: 1500px;
}
.lvideo-channel .MyAttention__topbar {
	width: calc(100% - 64px); max-width: 1500px;
}
.channel_lvideo_filter .channelBlocklist {
	width: calc(100% - 64px); max-width: 1500px;
}
.channel_lvideo_filter .load-more-blocklist-button {
	width: calc(100% - 64px); max-width: 1500px;
}
.channel_lvideo_filter .MyWatchHistory__topbar {
	width: calc(100% - 64px); max-width: 1500px;
}
.channel_lvideo_filter .MyFavorite__topbar {
	width: calc(100% - 64px); max-width: 1500px;
}
.channel_lvideo_filter .MyAttention__topbar {
	width: calc(100% - 64px); max-width: 1500px;
}
.lvideo-channel .right-content.showAnimation {
	width: 100%; max-width: 1500px;
}
.channel_lvideo_filter .right-content.showAnimation {
	width: 100%; max-width: 1500px;
}
.lvideo-channel .ImmersiveBanner {
	width: calc(100% - 64px); max-width: 1500px;
}
.channel_lvideo_filter .ImmersiveBanner {
	width: calc(100% - 64px); max-width: 1500px;
}
}
@media screen and (max-width:2016px) and (min-width:1765px)
{
.lvideo-channel {
	
}
.channel_lvideo_filter {
	
}
.lvideo-channel :nth-of-type(7n+1).lvideo-list__item {
	margin-left: 0px;
}
.channel_lvideo_filter :nth-of-type(7n+1).lvideo-list__item {
	margin-left: 0px;
}
.lvideo-channel .channelBlocklist--narrow .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 12px;
}
.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 {
	
}
.lvideo-channel .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.channel_lvideo_filter .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.lvideo-channel .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(7n+1) {
	margin-left: 0px;
}
.lvideo-channel .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(7n+1) {
	margin-left: 0px;
}
.channel_lvideo_filter .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(7n+1) {
	margin-left: 0px;
}
.channel_lvideo_filter .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(7n+1) {
	margin-left: 0px;
}
.lvideo-channel .channelBlocklist {
	width: calc(100% - 64px); max-width: 1752px;
}
.lvideo-channel .load-more-blocklist-button {
	width: calc(100% - 64px); max-width: 1752px;
}
.lvideo-channel .MyWatchHistory__topbar {
	width: calc(100% - 64px); max-width: 1752px;
}
.lvideo-channel .MyFavorite__topbar {
	width: calc(100% - 64px); max-width: 1752px;
}
.lvideo-channel .MyAttention__topbar {
	width: calc(100% - 64px); max-width: 1752px;
}
.channel_lvideo_filter .channelBlocklist {
	width: calc(100% - 64px); max-width: 1752px;
}
.channel_lvideo_filter .load-more-blocklist-button {
	width: calc(100% - 64px); max-width: 1752px;
}
.channel_lvideo_filter .MyWatchHistory__topbar {
	width: calc(100% - 64px); max-width: 1752px;
}
.channel_lvideo_filter .MyFavorite__topbar {
	width: calc(100% - 64px); max-width: 1752px;
}
.channel_lvideo_filter .MyAttention__topbar {
	width: calc(100% - 64px); max-width: 1752px;
}
.lvideo-channel .right-content.showAnimation {
	width: 100%; max-width: 1752px;
}
.channel_lvideo_filter .right-content.showAnimation {
	width: 100%; max-width: 1752px;
}
.lvideo-channel .ImmersiveBanner {
	width: calc(100% - 64px); max-width: 1752px;
}
.channel_lvideo_filter .ImmersiveBanner {
	width: calc(100% - 64px); max-width: 1752px;
}
}
@media screen and (max-width:2268px) and (min-width:2017px)
{
.lvideo-channel {
	
}
.channel_lvideo_filter {
	
}
.lvideo-channel :nth-of-type(8n+1).lvideo-list__item {
	margin-left: 0px;
}
.channel_lvideo_filter :nth-of-type(8n+1).lvideo-list__item {
	margin-left: 0px;
}
.lvideo-channel .channelBlocklist--narrow .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 12px;
}
.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 {
	
}
.lvideo-channel .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.channel_lvideo_filter .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.lvideo-channel .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(8n+1) {
	margin-left: 0px;
}
.lvideo-channel .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(8n+1) {
	margin-left: 0px;
}
.channel_lvideo_filter .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(8n+1) {
	margin-left: 0px;
}
.channel_lvideo_filter .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(8n+1) {
	margin-left: 0px;
}
.lvideo-channel .channelBlocklist {
	width: calc(100% - 64px); max-width: 2004px;
}
.lvideo-channel .load-more-blocklist-button {
	width: calc(100% - 64px); max-width: 2004px;
}
.lvideo-channel .MyWatchHistory__topbar {
	width: calc(100% - 64px); max-width: 2004px;
}
.lvideo-channel .MyFavorite__topbar {
	width: calc(100% - 64px); max-width: 2004px;
}
.lvideo-channel .MyAttention__topbar {
	width: calc(100% - 64px); max-width: 2004px;
}
.channel_lvideo_filter .channelBlocklist {
	width: calc(100% - 64px); max-width: 2004px;
}
.channel_lvideo_filter .load-more-blocklist-button {
	width: calc(100% - 64px); max-width: 2004px;
}
.channel_lvideo_filter .MyWatchHistory__topbar {
	width: calc(100% - 64px); max-width: 2004px;
}
.channel_lvideo_filter .MyFavorite__topbar {
	width: calc(100% - 64px); max-width: 2004px;
}
.channel_lvideo_filter .MyAttention__topbar {
	width: calc(100% - 64px); max-width: 2004px;
}
.lvideo-channel .right-content.showAnimation {
	width: 100%; max-width: 2004px;
}
.channel_lvideo_filter .right-content.showAnimation {
	width: 100%; max-width: 2004px;
}
.lvideo-channel .ImmersiveBanner {
	width: calc(100% - 64px); max-width: 2004px;
}
.channel_lvideo_filter .ImmersiveBanner {
	width: calc(100% - 64px); max-width: 2004px;
}
}
@media screen and (min-width:2269px)
{
.lvideo-channel {
	
}
.channel_lvideo_filter {
	
}
.lvideo-channel :nth-of-type(9n+1).lvideo-list__item {
	margin-left: 0px;
}
.channel_lvideo_filter :nth-of-type(9n+1).lvideo-list__item {
	margin-left: 0px;
}
.lvideo-channel .channelBlocklist--narrow .FeedContainer__itemWrapper + .FeedContainer__itemWrapper {
	margin-left: 12px;
}
.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 {
	
}
.lvideo-channel .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.channel_lvideo_filter .channelBlocklist--narrow .FeedContainer__itemWrapper .VerticalFeedCard {
	width: 100%;
}
.lvideo-channel .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(9n+1) {
	margin-left: 0px;
}
.lvideo-channel .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(9n+1) {
	margin-left: 0px;
}
.channel_lvideo_filter .channelBlocklist--narrow.loadmoreChannelBlocklist .FeedContainer__items > div:nth-of-type(9n+1) {
	margin-left: 0px;
}
.channel_lvideo_filter .channelBlocklist--narrow .lvideo-filter-channel-list > div:nth-of-type(9n+1) {
	margin-left: 0px;
}
.lvideo-channel .channelBlocklist {
	width: calc(100% - 64px); max-width: 2240px;
}
.lvideo-channel .load-more-blocklist-button {
	width: calc(100% - 64px); max-width: 2240px;
}
.lvideo-channel .MyWatchHistory__topbar {
	width: calc(100% - 64px); max-width: 2240px;
}
.lvideo-channel .MyFavorite__topbar {
	width: calc(100% - 64px); max-width: 2240px;
}
.lvideo-channel .MyAttention__topbar {
	width: calc(100% - 64px); max-width: 2240px;
}
.channel_lvideo_filter .channelBlocklist {
	width: calc(100% - 64px); max-width: 2240px;
}
.channel_lvideo_filter .load-more-blocklist-button {
	width: calc(100% - 64px); max-width: 2240px;
}
.channel_lvideo_filter .MyWatchHistory__topbar {
	width: calc(100% - 64px); max-width: 2240px;
}
.channel_lvideo_filter .MyFavorite__topbar {
	width: calc(100% - 64px); max-width: 2240px;
}
.channel_lvideo_filter .MyAttention__topbar {
	width: calc(100% - 64px); max-width: 2240px;
}
.lvideo-channel .right-content.showAnimation {
	width: 100%; max-width: 2240px;
}
.channel_lvideo_filter .right-content.showAnimation {
	width: 100%; max-width: 2240px;
}
.lvideo-channel .ImmersiveBanner {
	width: calc(100% - 64px); max-width: 2240px;
}
.channel_lvideo_filter .ImmersiveBanner {
	width: calc(100% - 64px); max-width: 2240px;
}
}
