.NotLogin {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 196px
}

.NotLogin__title {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 21px;
    color: var(--content-primary);
    line-height: 1.4;
    font-weight: 500
}

.NotLogin__desc {
    font-size: 14px;
    color: var(--content-secondary);
    line-height: 20px;
    margin-bottom: 32px
}

.NotLogin__description {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: var(--content-tertiary)
}

.NotLogin__img {
    margin-bottom: 24px
}

.NotLogin svg path {
    fill: rgba(var(--accent-black), var(--opacity-8));
    fill-opacity: 1
}

.component-sortTabs__container {
    display: flex;
    position: relative;
    padding-bottom: 15px;
    padding-top: 12px;
    border-bottom: 1px solid var(--content-line);
    background: var(--background-primary)
}

.component-sortTabs__tabItemWrapper {
    display: block;
    background: none;
    border: none;
    margin-left: 40px
}

.component-sortTabs__tabItemWrapper.first {
    margin-left: 0px
}

.component-sortTabs__tabItem {
    display: inline-block;
    cursor: pointer;
    color: var(--content-secondary);
    line-height: 24px;
    height: 24px;
    position: relative;
    user-select: none
}

.component-sortTabs__tabItem>span,
.component-sortTabs__tabItem>a {
    display: inline-block
}

.component-sortTabs__tabItem.active,
.component-sortTabs__tabItem:hover {
    font-weight: 500;
    color: var(--content-primary)
}

.component-sortTabs__tabItem.active .ink {
    position: relative;
    bottom: -12px;
    transition: left .2s ease-out;
    display: block;
    margin: 0 auto;
    height: 3px;
    width: 100%;
    background: var(--brand);
    background-color: var(--content-primary)
}

.component-sortTabs__appendNode {
    position: absolute;
    right: 0;
    bottom: 0
}

.Feed-footer {
    width: 100%;
    color: var(--content-secondary);
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    padding: 60px 0 40px
}

.load-more-blocklist-wrapper {
    position: relative;
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: center
}

.load-more-container {
    width: 100%
}

.FeedContainer.load-more-blocklist {
    width: 100%;
    display: flex;
    justify-content: center
}

.FeedContainer.load-more-blocklist .channelBlocklist.loadmoreChannelBlocklist {
    margin-bottom: 0
}

.FeedContainer.load-more-blocklist .channelBlocklist.loadmoreChannelBlocklist .FeedContainer__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.FeedContainer.load-more-blocklist .channelBlocklist.loadmoreChannelBlocklist .FeedContainer__itemWrapper {
    margin-bottom: 40px
}

.FeedContainer.load-more-blocklist-mark {
    width: 1px;
    height: 1px;
    opacity: 1;
    pointer-events: none;
    position: relative;
    bottom: 600px
}

.load-more-blocklist-with-timeline {
    flex-direction: column;
    align-items: center
}

.load-more-blocklist-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 52px;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 500;
    background: none;
    border: none;
    background: rgba(0, 0, 0, .05);
    border-radius: 4px;
    transition: 150ms background-color;
    box-sizing: content-box
}

.load-more-blocklist-button:hover {
    background: rgba(0, 0, 0, .08)
}

.load-more-blocklist-button:hover path {
    fill: var(--content-secondary-hover)
}

.load-more-blocklist-button span {
    margin-right: 6px
}

.load-more-blocklist-button path {
    fill: var(--content-secondary)
}

@media screen and (min-width: 1680px) {
    .load-more-blocklist-mark.three-line {
        position: relative;
        bottom: 720px
    }
}

@media screen and (max-width: 1680px) {
    .load-more-blocklist-mark.three-line {
        position: relative;
        bottom: 680px
    }
}

@media screen and (max-width: 1440px) {
    .load-more-blocklist-mark.three-line {
        position: relative;
        bottom: 595px
    }
}

@media screen and (max-width: 1024px) {
    .load-more-blocklist-mark.three-line {
        position: relative;
        bottom: 606px
    }
}

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

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

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

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

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

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

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

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

.FeedContainer__content {
    position: relative
}

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

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

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

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

.FeedContainer__prev {
    left: -21px
}

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

.FeedContainer__next {
    right: -21px
}

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

.channelBlocklist .followTrendsItemPlaceHolder .HorizontalFeedCard__title {
    margin-top: 32px
}

.bu-search-input {
    display: flex;
    align-items: center;
    margin-left: 18px;
    padding: 6px 8px 6px 6px;
    line-height: 18px;
    color: var(--content-secondary);
    border-radius: 4px
}

.bu-search-input svg {
    width: 18px;
    height: 18px
}

.bu-search-input path {
    fill: var(--content-secondary)
}

.bu-search-input>input {
    margin-left: 7px;
    font-size: 14px;
    line-height: 18px;
    border: 0;
    background-color: transparent;
    transition: width 140ms ease-in;
    color: var(--content-primary);
    cursor: pointer
}

.bu-search-input>input::-webkit-input-placeholder {
    color: var(--content-secondary)
}

.bu-search-input:hover {
    background: rgba(0, 0, 0, .05)
}

.bu-search-input.expanded {
    cursor: default
}

.bu-search-input.expanded:hover {
    background: transparent
}

.bu-search-input.expanded>input {
    cursor: text
}

.bu-search-input.expanded>input::-webkit-input-placeholder {
    color: var(--content-secondary)
}

.MyCategory {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.MyCategory__layout {
    min-width: 1024px
}

.MyCategory__content {
    width: 100%;
    margin-top: 24px
}

.MyCategory__content-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.MyCategory__topbar {
    z-index: 5
}

.MyCategory .component-sortTabs__appendNode {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px
}

.MyCategory__clear-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 8px 6px 6px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 4px;
    cursor: pointer
}

.MyCategory__clear-button svg {
    margin-right: 5px;
    width: 18px;
    height: 18px
}

.MyCategory__clear-button svg path {
    fill: var(--content-secondary)
}

.MyCategory__clear-button:hover {
    background: rgba(0, 0, 0, .05)
}

.MyCategory__search {
    margin-left: 16px
}

.MyCategory .MyAttention__topbar {
    padding: 0
}

.MyCategory .MyAttention__content {
    margin-top: 24px
}

.MyCategory .MyAttention__content .NoResultComp>img {
    width: 88px;
    height: 88px;
    background-size: 100% 100%
}

@media(min-width: 1440px) {
    .MyCategory .MyAttention__content .NoResultComp {
        margin-top: 120px
    }
}

@media(max-width: 1440px) {
    .MyCategory .MyAttention__content .NoResultComp {
        margin-top: 80px
    }
}

.MyCategory .MyAttention__content .NoResultComp__tips {
    color: var(--content-secondary);
    line-height: 22px;
    font-size: 16px;
    margin-top: 16px
}

.MyCategory__topbar__hideblock {
    height: 16px;
    background-color: var(--background-primary)
}

.MyWatchHistory-chase {
    margin-bottom: 40px
}