.FollowButton {
    min-width: 96px
}

.FollowButton-icon {
    fill: currentColor;
    margin-right: 8px
}

.PageHeader {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    width: 100%
}

.PageHeader:not(.is-shown) {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

#TopicMain {
    border-radius: 2px;
    min-height: 20vh
}

#TopicMain .Card:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.Topic-pageHeader {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: space-between;
    margin: 0 auto;
    width: 1000px
}

.Topic-pageHeader .Topic-tabs {
    -ms-flex: 1 1;
    flex: 1 1;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    overflow-x: scroll
}

.Topic-bar,.Topic-pageHeader .Topic-tabs {
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.Topic-bar {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-width: 1px 1px 0;
    -ms-flex: 1 1;
    flex: 1 1;
    justify-content: space-between
}

#TopicMain .Topic-bar {
    --v4227349361: var(--flag-light,0 1px 3px rgba(0,0,0,.1)) var(--flag-dark,0 1px 3px rgba(0,0,0,.1));
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    #TopicMain .Topic-bar {
        -webkit-box-shadow:0 1px 3px oklch(from var(--MapUIFrame01A) l c h/.1);
        box-shadow: 0 1px 3px oklch(from var(--MapUIFrame01A) l c h/.1)
    }
}

html[data-theme=dark] #TopicMain .Topic-bar {
    --v4227349427: var(--flag-light,0 1px 3px rgba(0,0,0,.3)) var(--flag-dark,0 1px 3px rgba(0,0,0,.3));
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    html[data-theme=dark] #TopicMain .Topic-bar {
        -webkit-box-shadow:0 1px 3px oklch(from var(--MapUIFrame01A) l c h/.3);
        box-shadow: 0 1px 3px oklch(from var(--MapUIFrame01A) l c h/.3)
    }
}

#TopicMain .Topic-bar {
    border-bottom: 1px solid #ebeced;
}

.Topic-barWrapper {
    --v4227349361: var(--flag-light,0 1px 3px rgba(0,0,0,.1)) var(--flag-dark,0 1px 3px rgba(0,0,0,.1));
    background: #fff;
    border-radius: 2px 2px 0 0;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    overflow: hidden
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .Topic-barWrapper {
        -webkit-box-shadow:0 1px 3px oklch(from var(--MapUIFrame01A) l c h/.1);
        box-shadow: 0 1px 3px oklch(from var(--MapUIFrame01A) l c h/.1)
    }
}

html[data-theme=dark] .Topic-barWrapper {
    --v4227349427: var(--flag-light,0 1px 3px rgba(0,0,0,.3)) var(--flag-dark,0 1px 3px rgba(0,0,0,.3));
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    html[data-theme=dark] .Topic-barWrapper {
        -webkit-box-shadow:0 1px 3px oklch(from var(--MapUIFrame01A) l c h/.3);
        box-shadow: 0 1px 3px oklch(from var(--MapUIFrame01A) l c h/.3)
    }
}

.Topic-barWrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.Topic-headerLink.Button {
    padding-right: 20px
}

.Topic-pageHeaderMain {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 694px
}

.Topic-tabs {
    border-bottom: 0
}

.Badge {
    background-color: #f8f8fa;
    border-radius: 3px;
    color: #8491a5;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    padding: 1px 6px;
    vertical-align: 1px
}

.ContentItem-title {
    color: #191b1f;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: -4px;
    margin-top: -4px;
    word-break: break-word
}

.ContentItem-title+.ContentItem-meta {
    margin-top: 6px
}

.ContentItem-title a:hover {
    color: #09408e;
}

.ContentItem-meta {
    color: #535861;
    font-size: 15px
}

.ContentItem-meta .ColumnItem-meta,.ContentItem-meta .TopicItem-meta {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ContentItem-avatar {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}

.ContentItem-avatar .UserLink-avatar {
    height: 38px;
    vertical-align: top;
    width: 38px
}

.ContentItem-author {
    padding-top: 10px
}

.ContentItem-status {
    color: #8491a5;
    font-size: 14px;
    margin-top: 5px
}

.ContentItem-statusItem:not(:first-child):before {
    content: "Â·";
    margin: 0 5px
}

.ContentItem-actions {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    clear: both;
    color: #535861;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 calc(var(--zhc-padding-horizontal)*-1) -10px;
    padding: 10px var(--zhc-padding-horizontal);
    margin-top: 25px;
}

.ContentItem-actions.is-fixed {
    --v396244108: var(--flag-light,0 -1px 3px rgba(25,27,31,.1)) var(--flag-dark,0 -1px 3px hsla(0,0%,100%,.1));
    -webkit-box-shadow: 0 -1px 3px rgba(25,27,31,.1);
    box-shadow: 0 -1px 3px rgba(25,27,31,.1);
    margin: 0
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .ContentItem-actions.is-fixed {
        -webkit-box-shadow:0 -1px 3px oklch(from var(--GBK02A) l c h/.1);
        box-shadow: 0 -1px 3px oklch(from var(--GBK02A) l c h/.1)
    }
}

.ContentItem-actions.is-fixed,.is-fixed .ContentItem-actions {
    background-color: #fff;
}

.ContentItem-actions>* {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.ContentItem-actions>.AnnotationTag {
    white-space: nowrap
}

.ContentItem-actions.ZVideoItem-toolbar {
    padding-left: 0;
    padding-top: 0
}

.ContentItem-action {
    font-size: 14px;
    margin-left: 24px
}

.ContentItem-action:first-child {
    margin-left: 0
}

.ContentItem-rightButton {
    margin-left: auto
}

.ContentItem-rightButton .Icon {
    margin-left: 8px
}

.ContentItem-more {
    color: #09408e;
    margin-left: 4px;
    padding: 0
}

.ContentItem-more:hover {
    color: #81858f;
}

.ContentItem-more .Icon {
    fill: currentColor
}

.ContentItem-time {
    color: #8491a5;
    font-size: 14px;
    margin-top: 10px
}

.ContentItem-time a:hover {
    --v2852220171: var(--flag-light,1px solid rgba(132,145,165,.72)) var(--flag-dark,1px solid rgba(146,154,171,.72));
    border-bottom: 1px solid rgba(132,145,165,.72);
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .ContentItem-time a:hover {
        border-bottom:1px solid oklch(from var(--GBL05A) l c h/.72)
    }
}

.ContentItem-arrowIcon.is-active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.ContentItem-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ContentItem-image {
    float: left;
    margin-right: 16px
}

.ContentItem-head {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    margin-right: 6px;
    overflow: hidden
}

.ContentItem-extra {
    -ms-flex-item-align: center;
    align-self: center
}

.ContentItem-cells {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 26px;
    margin-top: 10px
}

.ContentItem-cell:not(:first-child) {
    margin-left: 40px
}

.ContentItem-cell>span:first-child {
    color: #8491a5;
}

.ImageAlias {
    border-radius: 3px;
    -webkit-filter: brightness(.95);
    filter: brightness(.95);
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: top
}

html[data-theme=dark] .ImageAlias {
    -webkit-filter: brightness(1);
    filter: brightness(1)
}

.TopicVoteReviewCard-RecommendContainer {
    --v1693774467: var(--flag-light,0 1px 3px 0 rgba(25,27,31,.05)) var(--flag-dark,0 1px 3px 0 hsla(0,0%,100%,.05));
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #fff;
    border: 1px solid #ebeced;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(25,27,31,.05);
    box-shadow: 0 1px 3px 0 rgba(25,27,31,.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 158px;
    justify-content: space-between;
    overflow: hidden;
    width: 113px
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .TopicVoteReviewCard-RecommendContainer {
        -webkit-box-shadow:0 1px 3px 0 oklch(from var(--GBK02A) l c h/.05);
        box-shadow: 0 1px 3px 0 oklch(from var(--GBK02A) l c h/.05)
    }
}

.TopicVoteReviewCardExtraInfo-RecommendData {
    text-align: center
}

.TopicVoteReviewCardExtraInfo-RecommendData .TopicVoteReviewCardExtraInfo-RecommendNoData {
    padding-top: 18px
}

.TopicVoteReviewCardExtraInfo-RecommendData .TopicVoteReviewCardExtraInfo-RecommendPercent {
    color: #1772f6;
    font-size: 35px;
    font-weight: 500;
    line-height: 1.14;
    padding: 8px 0 5px
}

.TopicVoteReviewCardExtraInfo-RecommendData .TopicVoteReviewCardExtraInfo-RecommendPercent .TopicVoteReviewCardExtraInfo-PercentIcon {
    font-size: 18px;
    margin-left: 3px
}

.TopicVoteReviewCardExtraInfo-RecommendData .TopicVoteReviewCardExtraInfo-RecommendSubText {
    color: #9196a1;
    display: block;
    font-size: 14px;
    line-height: 1;
    margin-top: 8px
}

.TopicVoteReviewCardExtraInfo-RecommendData .TopicVoteReviewCardExtraInfo-RecommendSubText .TopicVoteReviewCardExtraInfo-LessPeople {
    line-height: 20px;
    padding: 0 8px
}

.TopicVoteReviewCardExtraInfo-RecommendAskText {
    color: #9196a1;
    display: inline-block;
    margin-right: 20px;
    text-align: left;
    width: 67px
}

.TopicVoteReviewCardExtraInfo-RecommendText {
    color: #535861;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px
}

@-webkit-keyframes sparkle {
    50% {
        opacity: 1;
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }

    to {
        top: -5px;
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }
}

@keyframes sparkle {
    50% {
        opacity: 1;
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }

    to {
        top: -5px;
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }
}

.TopicVoteCheckbox--recommend .Zi {
    height: 20px;
    margin-top: -1px;
    width: 20px
}

.TopicVoteCheckbox--recommend>input:checked+label {
    background-color: #1772f6;
}

.TopicVoteCheckbox-Sparkle {
    border-radius: 50%;
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px
}

.TopicVoteCheckbox-Sparkle:before {
    background-color: #1772f6;
    border-radius: 50%;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -1px;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 2px
}

.TopicVoteCheckbox--recommend>input:checked+label .TopicVoteCheckbox-Sparkle:before {
    -webkit-animation: sparkle .6s ease-in-out;
    animation: sparkle .6s ease-in-out;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.TopicVoteCheckbox-Sparkle:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.TopicVoteCheckbox-Sparkle:nth-child(3) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.TopicVoteCheckbox-Sparkle:nth-child(4) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.TopicVoteCheckbox-Sparkle:nth-child(5) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.TopicVoteCheckbox-Sparkle:nth-child(6) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.TopicVoteCheckbox-Sparkle:nth-child(7) {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.TopicVoteCheckbox-Sparkle:nth-child(8) {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.TopicVoteCheckbox--against .Zi {
    height: 20px;
    margin-top: -1px;
    width: 20px
}

.TopicVoteCheckbox--against>input+label {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.TopicVoteCheckbox--against>input:checked+label {
    background-color: #535861;
}

@-webkit-keyframes heart {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    40% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    90% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heart {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    40% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    90% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes pop {
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pop {
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.TopicVoteCheckbox {
    display: inline-block;
    height: 40px;
    width: 40px
}

.TopicVoteCheckbox>input {
    left: -100vw;
    position: absolute
}

.TopicVoteCheckbox>input+label {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: .5px solid #ebeced;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #8491a5;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    justify-content: center;
    position: relative;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
    width: 40px;
    z-index: 1
}

.TopicVoteCheckbox>input+label:before {
    background: #fff;
    border-radius: 50%;
    content: "";
    height: 40px;
    left: 50%;
    margin: -20px;
    opacity: .2;
    position: absolute;
    top: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    width: 40px;
    z-index: 0
}

.TopicVoteCheckbox>input:checked+label {
    border: 0;
    color: #fff;
}

.TopicVoteCheckbox>input:checked+label>.Zi {
    -webkit-animation: heart .5s ease-in-out;
    animation: heart .5s ease-in-out;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.TopicVoteCheckbox>input:checked+label:before {
    -webkit-animation: pop .5s ease-in-out;
    animation: pop .5s ease-in-out
}

.VotableTopicCard {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f8f8fa;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 10px 15px 10px 12px
}

.VotableTopicCard-VoteCheckbox {
    vertical-align: top
}

.VotableTopicCard-VoteCheckbox+.VotableTopicCard-VoteCheckbox {
    margin-left: 9px
}

.VotableTopicCard-RecommendStatus {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: space-between;
    margin: auto
}

.VotableTopicCard-VoteActions--noAnimation *,.VotableTopicCard-VoteActions--noAnimation :after,.VotableTopicCard-VoteActions--noAnimation :before {
    -webkit-animation: none 0s ease 0s 1 normal none running!important;
    animation: none 0s ease 0s 1 normal none running!important;
    -webkit-animation: initial!important;
    animation: initial!important;
    -webkit-transition: none 0s ease 0s!important;
    transition: none 0s ease 0s!important;
    -webkit-transition: initial!important;
    transition: initial!important
}

.ShareMenu-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 40px
}

.ShareMenu-button .ShareMenu-Icon--normal {
    margin-left: -2px;
    margin-right: 6px
}

.ShareMenu-button .ShareMenu-Icon--small {
    margin-right: 7px
}

.ShareMenu-wechat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.ShareMenu-qrCode {
    height: 94px;
    width: 94px
}

.TopicActions {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.TopicActions>* {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.TopicActions-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    padding: 4px 8px!important
}

.TopicActions-followButton {
    margin-right: 8px
}

.TopicActions-followButton--large {
    width: 100px
}

.TopicActions-shareMenu {
    margin: 0 8px
}

.TopicActions-addWiki {
    margin-left: 8px
}

.TopicActions--OptionsMenu {
    margin: 0 8px
}

.TopicCreateMeta {
    text-align: center
}

.TopicCreateMeta-selectMenu {
    height: 200px;
    overflow-y: auto
}

.TopicCreateMeta-submit {
    margin-top: 10px;
    width: 200px
}

.TopicMetaCard {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: var(--zhc-padding-vertical) var(--zhc-padding-horizontal)
}

.TopicMetaCard--rectangleImage {
    height: 226px;
    padding: 20px
}

.TopicMetaCard--rectangleImage .TopicMetaCard-image {
    height: 186px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 125px
}

.TopicMetaCard--rectangleImage .TopicMetaCard-item {
    position: relative
}

.TopicMetaCard--rectangleImage .TopicMetaCard-content {
    min-height: 110px
}

.TopicMetaCard--rectangleImage .TopicMetaCard-actions {
    bottom: 0
}

.TopicMetaCard--squareImage {
    height: 206px;
    padding: 20px;
    position: relative
}

.TopicMetaCard--squareImage .TopicMetaCard-image {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100px;
    width: 100px
}

.TopicMetaCard--squareImage .TopicMetaCard-content {
    min-height: 50px
}

.TopicMetaCard--squareImage .TopicMetaCard-actions {
    bottom: 20px;
    left: 20px;
    position: absolute
}

.TopicMetaCard-MetaMagicWrapper {
    margin-top: 4px
}

.TopicMetaCard .TopicMetaCard-title {
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.TopicMetaCard .TopicMetaCard-label {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #8491a5;
    display: -webkit-box;
    font-size: 14px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis
}

.TopicMetaCard .TopicMetaCard-badgeScore {
    color: #1772f6;
    margin-right: 4px
}

.TopicMetaCard .TopicMetaCard-badges {
    margin-bottom: 8px
}

.TopicMetaCard .TopicMetaCard-badge {
    margin-right: 12px
}

.TopicMetaCard .TopicMetaCard-badge .Badge {
    font-size: 14px;
    padding: 3px 6px
}

.TopicMetaCard .TopicMetaCard-description {
    font-size: 15px;
    line-height: 25px
}

.TopicMetaCard .TopicMetaCard-description .TopicMetaCard-linkIcon {
    color: #8491a5;
    display: inline;
    font-size: 15px;
    margin-left: 4px
}

.TopicMetaCard .TopicMetaCard-description .TopicMetaCard-description1 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis
}

.TopicMetaCard .TopicMetaCard-description .TopicMetaCard-description2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis
}

.TopicMetaCard .TopicMetaCard-wikiDescription {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis
}

.TopicMetaCard .TopicMetaCard-actions {
    position: absolute
}

.TopicMetaCard .TopicMetaCard-content {
    min-height: 110px
}

.TopicMetaCard .TopicMetaCard-voteCard {
    float: right;
    margin-left: 20px;
    position: relative
}

.TopicMetaCard .VotableTopicCard {
    border-radius: 0;
    border-top: 1px solid #ebeced;
    height: 40px;
    padding-top: 8px
}

.TopicMetaCard .TopicMetaCard-UnpublishedContainer {
    --v1693774467: var(--flag-light,0 1px 3px 0 rgba(25,27,31,.05)) var(--flag-dark,0 1px 3px 0 hsla(0,0%,100%,.05));
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #fff;
    border: 1px solid #ebeced;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(25,27,31,.05);
    box-shadow: 0 1px 3px 0 rgba(25,27,31,.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 158px;
    justify-content: center;
    overflow: hidden;
    width: 113px
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .TopicMetaCard .TopicMetaCard-UnpublishedContainer {
        -webkit-box-shadow:0 1px 3px 0 oklch(from var(--GBK02A) l c h/.05);
        box-shadow: 0 1px 3px 0 oklch(from var(--GBK02A) l c h/.05)
    }
}

.TopicMetaCard .TopicMetaCard-UnpublishedText {
    color: #535861;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-align: center
}

.TopicMetaCard .TopicMetaCard-UnpublishedSubText {
    color: #9196a1;
    display: block;
    font-size: 14px;
    line-height: 1;
    margin-top: 8px;
    text-align: center
}

.OrgCreateButton {
    border: none;
    padding: 0
}

.OrgCreateButton-logoutModal p {
    padding: 0 24px;
    text-align: center
}

.OrgCreateButton:hover,.TopicCreatorWallEntry-link:hover {
    color: #09408e;
}

.TopicCreatorWallEntry-itemList {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 16px 22px
}

.TopicCreatorWallEntry-itemContainer {
    position: relative
}

.TopicCreatorWallEntry-itemMask {
    --v3331801982: var(--flag-light,rgba(25,27,31,.4)) var(--flag-dark,hsla(0,0%,100%,.4));
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: rgba(25,27,31,.4);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    height: 38px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 38px
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .TopicCreatorWallEntry-itemMask {
        background:oklch(from var(--GBK02A) l c h/.4)
    }
}

.UserLink-vipIcon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 14px;
    justify-content: center;
    margin-left: .3em;
    width: 14px
}

.UserLink-vipIcon img {
    height: 100%;
    width: 100%
}

.AuthorInfo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    max-width: 654px;
    position: relative
}

.AuthorInfo-avatar {
    vertical-align: top
}

.AuthorInfo-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    margin-left: 14px;
    overflow: hidden
}

.AuthorInfo-head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-negative: 0;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    font-size: 15px;
    line-height: 1.1
}

.AuthorInfo-name {
    color: #373a40;
    font-weight: 600;
}

.AuthorInfo-badge {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    margin-top: 2px
}

.AuthorInfo-badgeText {
    color: #535861;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.AuthorInfo--plain .AuthorInfo-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px
}

.AuthorInfo--plain .AuthorInfo-badge>:first-child {
    margin-top: 0
}

.AuthorInfo--plain .AuthorInfo-badge>:first-child:before {
    content: "ï¼Œ"
}

.AuthorInfo-detail {
    overflow: hidden
}

.AuthorInfo-Widget {
    height: 40px;
    width: 80px
}

.AuthorInfo-Widget img {
    width: 80px
}

.AuthorInfo--mobile {
    max-width: calc(100vw - 32px)
}

.TopicContributorBoard-section {
    padding: 0 var(--zhc-padding-horizontal)
}

.TopicContributorBoard-author {
    padding: 14px 0 15px
}

.TopicContributorBoard-author:not(:last-child) {
    border-bottom: 1px solid #ebeced;
}

.TopicContributorBoard-author .AuthorInfo-content {
    margin-right: 12px
}

.TopicContributorBoard-authorInfo {
    color: #8491a5;
}

.TopicContributorBoard-link:hover {
    color: #09408e;
}

.Topbar {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #ebeced;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    justify-content: space-between;
    padding: 0 24px
}

.Topbar-title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.Topbar--mobile .Topbar-title {
    font-weight: 600;
}

.Topbar--mobile .Topbar-title button {
    font-weight: 400;
    margin-left: 13px
}

.FollowStatus {
    background-color: #f8f8fa;
    border-radius: 3px;
    color: #8491a5;
    display: inline-block;
    font-size: 12px;
    margin-left: 8px;
    padding: 1px 6px;
    vertical-align: 1px
}

.UserItem-avatar .Avatar,.UserItem-avatar .Popover {
    display: block
}

.UserItem-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.UserItem-headline {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.UserItem-business {
    color: #191b1f;
    font-size: 14px
}

.UserItem-company:after {
    color: #ebeced;
    content: "|";
    margin: 0 5px
}

.ContentItem-rewardDetails {
    margin-top: -10px
}

.ContentItem-rewardAmount {
    color: #373a40;
    font-size: 18px;
    line-height: 25px
}

.ContentItem-rewardTime {
    color: #8491a5;
    font-size: 15px;
    line-height: 21px;
    margin-top: 6px;
    text-align: right
}

.TopicContributorList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.TopicContributorList-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    overflow-y: scroll
}

.TopicVoteBoard {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    color: #8491a5;
    font-size: 15px;
    justify-content: space-between;
    line-height: 20px;
    padding: 20px 20px 20px 16px
}

.TopicVoteBoard,.TopicVoteBoard-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.TopicVoteBoard-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    --v2826452827: var(--flag-light,rgba(23,114,246,.1)) var(--flag-dark,rgba(85,142,255,.1));
    background-color: rgba(23,114,246,.1);
    border-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 32px;
    justify-content: center;
    outline: none;
    padding: 0 10px
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .TopicVoteBoard-button {
        background-color:oklch(from var(--GBL01A) l c h/.1)
    }
}

.TopicVoteBoard-button:hover {
    --v3078630512: var(--flag-light,rgba(23,114,246,.15)) var(--flag-dark,rgba(85,142,255,.15));
    background-color: rgba(23,114,246,.15);
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .TopicVoteBoard-button:hover {
        background-color:oklch(from var(--GBL01A) l c h/.15)
    }
}

.TopicVoteBoard-button svg {
    fill: #1772f6;
}

.TopicVoteBoard-button.voted,.TopicVoteBoard-button.voted:hover {
    background-color: #1772f6;
}

.TopicVoteBoard-button.voted svg {
    fill: #fff;
}

.TopicVoteBoard-voteCount {
    color: #1772f6;
    display: inline-block;
    letter-spacing: -.2px;
    margin-left: 4px
}

.TopicVoteBoard-button.voted .TopicVoteBoard-voteCount {
    color: #fff;
}

.NumberBoard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.NumberBoard--divider .NumberBoard-item+.NumberBoard-item .NumberBoard-itemInner {
    border-left: 1px solid #ebeced;
}

.NumberBoard-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.NumberBoard-item.Button {
    border: 0;
    font-size: inherit;
    line-height: inherit
}

.NumberBoard-item.Button:hover {
    background: none
}

.NumberBoard-item.Button:hover .NumberBoard-itemName,.NumberBoard-item.Button:hover .NumberBoard-itemValue,.NumberBoard-itema:hover .NumberBoard-itemName,.NumberBoard-itema:hover .NumberBoard-itemValue {
    color: #09408e;
}

.NumberBoard-itemInner {
    line-height: 1.6;
    text-align: center
}

.NumberBoard-itemName {
    color: #8491a5;
    font-size: 14px
}

.NumberBoard-itemValue {
    color: #191b1f;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
}

.VoterList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.VoterList-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    overflow-y: scroll
}

.VoterList-description {
    --v3645691615: var(--flag-light,rgba(132,145,165,.1)) var(--flag-dark,rgba(146,154,171,.1));
    background: rgba(132,145,165,.1);
    color: #8491a5;
    font-size: 14px;
    text-align: center
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .VoterList-description {
        background:oklch(from var(--GBL05A) l c h/.1)
    }
}

.VoterList-description p {
    margin: 12px 24px
}

.TopicTag {
    display: inline-block
}

.TopicTag .Tag {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 256px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: baseline;
    vertical-align: initial;
    white-space: nowrap
}

.TopicTagsContainer .TopicTag {
    margin: 0 8px 8px 0
}

.TopicRelativeBoard-item:not(:first-child) {
    margin-top: 16px
}

.TopicRelativeBoard-title {
    font-weight: 600;
    margin-bottom: 12px
}

.TopicRelativeBoard-tag {
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 8px
}

.TopicRelativeBoard-link {
    color: #8491a5;
    display: inline-block;
    font-size: 14px;
    padding-top: 4px
}

.TopicRelativeBoard-link:hover {
    color: #09408e;
}

.TopicTopWriterBoard-section {
    padding: 0 var(--zhc-padding-horizontal)
}

.TopicTopWriterBoard-author {
    padding: 12px 0
}

.TopicTopWriterBoard-author:not(:last-child) {
    border-bottom: 1px solid #ebeced;
}

.TopicTopWriterBoard-authorDesc {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #8491a5;
    display: -webkit-box;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis
}

.TopicTopWriterBoard-link:hover {
    color: #09408e;
}

.WikiEditorHeader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 0 0 #ebeced;
    box-shadow: 0 1px 0 0 #ebeced;
    height: 52px;
    justify-content: space-between;
    left: 0;
    padding: 10px 24px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10
}

.WikiEditorHeader,.WikiEditorHeader-Logo {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.WikiEditorHeader-Logo {
    -ms-flex-negative: 1;
    color: #8491a5;
    flex-shrink: 1;
    height: 30px;
    line-height: 30px;
    width: 210px
}

.WikiEditorHeader-ZhihuLogo {
    margin-right: 10px
}

.WikiEditorHeader-WikiLogo {
    border-left: 1px solid #ebeced;
    padding: 0 4px
}

.WikiEditorHeader-WikiInfo {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    font-size: 16px;
    height: 30px;
    justify-content: space-between;
    line-height: 30px;
    width: 654px
}

.WikiEditorHeader-UserInfo,.WikiEditorHeader-WikiInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.WikiEditorHeader-UserInfo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #373a40;
}

.WikiEditorHeader-Avatar {
    border-radius: 2px;
    height: 30px;
    width: 30px
}

.WikiEditorHeader-UserName {
    font-weight: 600;
    margin-left: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre
}

.WikiEditorHeader-EditInfo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-negative: 0;
    align-items: center;
    color: #8491a5;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-shrink: 0;
    white-space: pre
}

.WikiEditorHeader-Option {
    -ms-flex-negative: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    justify-content: flex-end;
    width: 210px
}

.WikiEditorHeader-Return {
    line-height: 30px
}

.WikiEditorHeader-Submit {
    line-height: normal;
    margin-left: 10px
}

.AbstractSorter-list {
    padding-bottom: 10px
}

.AbstractSorter-handle {
    -ms-flex-negative: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #ebeced;
    border-bottom-right-radius: 2px;
    border-left: none;
    border-top-right-radius: 2px;
    -webkit-box-shadow: 0 1px 3px 0 #ebeced;
    box-shadow: 0 1px 3px 0 #ebeced;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    height: 80px;
    justify-content: center;
    width: 22px
}

.AbstractSorter-icon {
    color: #ebeced;
}

.AbstractCard {
    border: 1px solid #ebeced;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px #ebeced;
    box-shadow: 0 1px 3px #ebeced;
}

.AbstractCard-header {
    --v1090968030: var(--flag-light,rgba(248,248,250,.5)) var(--flag-dark,rgba(33,36,41,.5));
    background-color: rgba(248,248,250,.5);
    border-bottom: 1px solid #ebeced;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 68px;
    overflow: hidden;
    padding: 10px 16px;
    position: relative;
    z-index: 0
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .AbstractCard-header {
        background-color:oklch(from var(--GBK10A) l c h/.5)
    }
}

.AbstractCard-header:before {
    left: -6px;
    top: -20px
}

.AbstractCard-header:after,.AbstractCard-header:before {
    background: url(https://static.zhihu.com/heifetz/assets/quote.8d158083.svg) no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 80px;
    position: absolute;
    width: 80px;
    z-index: -1
}

.AbstractCard-header:after {
    bottom: -20px;
    right: -10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.AbstractCard-desc {
    color: #8491a5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 20px
}

.AbstractCard-title {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer;
    display: -webkit-box;
    font-weight: 600;
=    overflow: hidden;
    text-overflow: ellipsis
}

.AbstractCard-source {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 6px
}

.AbstractCard-author {
    margin-top: 5px
}

.AbstractCard-content {
    padding: 12px 10px 12px 16px
}

.AbstractCard-text {
    color: #535861;
=    font-size: 14px;
    line-height: 22px;
    white-space: pre-wrap
}

.AbstractCard-text--scroll {
    max-height: 66px;
    overflow-y: auto
}

.AbstractCard-text--full {
    max-height: 480px;
    overflow-y: auto
}

.AbstractCard-tip {
    color: #8491a5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-top: 8px
}

.AbstractCard-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.TopicAbstractEditCard-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.TopicAbstractEditCard-main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background-color: #fff;
    border: 1px solid #ebeced;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px #ebeced;
    box-shadow: 0 1px 3px #ebeced;
    flex-grow: 1
}

.TopicAbstractEditCard-header {
    --v1090968030: var(--flag-light,rgba(248,248,250,.5)) var(--flag-dark,rgba(33,36,41,.5));
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(248,248,250,.5);
    border-bottom: 1px solid #ebeced;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    overflow: hidden;
    padding: 0 16px;
    position: relative;
    z-index: 0
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .TopicAbstractEditCard-header {
        background-color:oklch(from var(--GBK10A) l c h/.5)
    }
}

.TopicAbstractEditCard-desc {
    color: #8491a5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    margin-left: 4px
}

.TopicAbstractEditCard-author .AuthorInfo-content {
    margin-left: 4px
}

.TopicAbstractEditCard-author .UserLink-link {
    color: #8491a5;
}

.TopicAbstractEditCard-author .AuthorInfo-head {
    font-size: 14px;
    line-height: 20px
}

.TopicAbstractEditCard-title {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer;
    display: -webkit-box;
    font-weight: 600;
    margin: 0 4px;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis
}

.TopicAbstractEditCard-content {
    padding: 12px 10px 12px 16px
}

.TopicAbstractEditCard-text {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #535861;
    display: -webkit-box;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap
}

.TopicAbstractEditCard-tip {
    color: #8491a5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-top: 8px
}

.TopicAbstractEditCard-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.TopicAbstractEditCard-read .Zi {
    margin-right: 4px
}

.TopicAbstractEditCard-delete {
    margin-left: 16px
}

.TopicAbstractEditCard-delete .Zi {
    margin-right: 4px
}

.TopicAbstractEditCard-deleteModal .ModalButtonGroup {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.TopicAbstractEditCard-deleteModal .ModalButtonGroup .Button--blue {
    margin-left: 0;
    margin-right: 16px
}

.TopicAbstractEditCard-detailModal .Modal-title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 25px;
    padding: 0 24px;
    text-align: left
}

.TopicAbstractEdit {
    background-color: #fff;
    left: 0;
    min-height: 100%;
    position: absolute;
    right: 0;
    top: 0
}

.TopicAbstractEdit-Main {
    margin: 52px auto 0;
    overflow: auto
}

.TopicAbstractEdit-Content {
    margin: 20px auto 0;
    width: 654px
}

.TopicAbstractEdit-Section {
    margin: 0
}

.TopicIntroSection {
    margin: 20px
}

.TopicIntroSection:after {
    clear: both;
    content: "";
    display: block
}

.TopicIntroSection:not(:last-child) {
    border-bottom: 1px solid #ebeced;
    padding-bottom: 20px
}

.TopicIntroSection .OldTopicIntro-intro {
    color: #535861;
    color: var(--GBK04A);
    font-size: 15px;
    line-height: 24px
}

.TopicIntroSection .OldTopicIntro-source {
    color: #8491a5;
    line-height: 24px
}

.TopicIntroSection-title {
    color: #191b1f;
    font-size: 18px;
    font-weight: 600;
    height: 26px;
    line-height: 26px;
    margin-bottom: 16px
}

.TopicIntroSection:last-child {
    padding-bottom: 20px
}

.SquareGrid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ImageViewAlias {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100
}

.ImageViewAlias .ImageViewAlias-controls,.ImageViewAlias .ImageViewAlias-mask,.ImageViewAlias .ImageViewAlias-viewPort {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out
}

.ImageViewAlias-mask {
    --v2575285621: var(--flag-light,rgba(25,27,31,.65)) var(--flag-dark,hsla(0,0%,100%,.65));
    background: rgba(25,27,31,.65);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .ImageViewAlias-mask {
        background:oklch(from var(--GBK02A) l c h/.65)
    }
}

.ImageViewAlias-controlsClose,.ImageViewAlias-controlsLeft,.ImageViewAlias-controlsRight {
    border-radius: 50%;
    height: 72px;
    position: fixed;
    width: 72px;
    z-index: 1
}

.ImageViewAlias-controlsClose.Button,.ImageViewAlias-controlsLeft.Button,.ImageViewAlias-controlsRight.Button {
    background: hsla(0,0%,100%,.1)
}

@media (max-width: 690px) {
    .ImageViewAlias-controlsClose,.ImageViewAlias-controlsLeft,.ImageViewAlias-controlsRight {
        height:48px;
        width: 48px
    }

    .ImageViewAlias-controlsClose.Button,.ImageViewAlias-controlsLeft.Button,.ImageViewAlias-controlsRight.Button {
        background: none
    }
}

.ImageViewAlias-controlsLeft,.ImageViewAlias-controlsRight {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ImageViewAlias-controlsLeft {
    left: calc(50% - 508px)
}

@media (max-width: 690px) {
    .ImageViewAlias-controlsLeft {
        left:0
    }
}

.ImageViewAlias-controlsRight {
    right: calc(50% - 508px)
}

@media (max-width: 690px) {
    .ImageViewAlias-controlsRight {
        right:0
    }
}

.ImageViewAlias-controlsClose {
    right: calc(50% - 508px);
    top: calc(50% - 300px)
}

@media (max-width: 690px) {
    .ImageViewAlias-controlsClose {
        right:0;
        top: 0
    }
}

.ImageViewAlias-viewPort {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    min-height: 100%;
    width: 100%
}

.ImageViewAlias-image {
    max-width: 100%
}

.ThumbnailAlias {
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    width: 100%
}

.ThumbnailAlias-image {
    left: 50%;
    max-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0)
}

.ThumbnailAlias-image--zoomIn {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.ThumbnailAlias-image--pointer {
    cursor: pointer
}

.ThumbnailAlias-surplus {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(26,26,26,.3);
    bottom: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 1
}

.TopicColumnMeta {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.TopicColumnMeta-line {
    font-size: 15px
}

.TopicColumnMeta-avatar {
    margin-right: 12px
}

.TopicColumnMeta-topic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.TopicColumnMeta-name {
    color: #191b1f;
    font-weight: 600;
}

.TopicColumnMeta-name,.TopicColumnMeta-remark {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.TopicColumnMeta-remark {
    color: #535861;
}

.TopicColumnMeta-more {
    padding-top: 12px
}

.TopicColumnMeta-more span {
    margin-left: 4px
}

.TopicColumnMeta-singleLine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 52px
}

.TopicColumnMeta-singleLine:not(:last-child) .TopicColumnMeta-topic {
    border-bottom: 1px solid #ebeced;
}

.TopicColumnMeta-singleLine .TopicColumnMeta-avatar {
    margin: 8px 12px 8px 0
}

.TopicColumnMeta-singleLine .TopicColumnMeta-topic {
    line-height: 52px;
    width: 606px
}

.TopicColumnMeta-singleLine .TopicColumnMeta-name {
    width: 212px
}

.TopicColumnMeta-singleLine .TopicColumnMeta-remark {
    padding-left: 16px;
    width: 378px
}

.TopicColumnMeta-doubleLine {
    height: 78px
}

.TopicColumnMeta-doubleLine .TopicColumnMeta-topic {
    padding: 8px 0
}

.TopicColumnMeta-doubleLine .TopicColumnMeta-name {
    height: 36px;
    line-height: 36px
}

.TopicColumnMeta-doubleLine .TopicColumnMeta-remark {
    height: 24px;
    line-height: 24px;
    margin-top: 2px
}

.TopicCommonArray {
    width: 100%
}

.RichText-video {
    margin: 16px 0
}

.RichText p.censoring {
    color: #9196a1;
    font-style: italic
}

.TopicCommonField-topicText {
    line-height: 36px
}

.TopicCommonField-topicText:not(:last-child):after {
    content: "/";
    margin-left: 5px;
    margin-right: 5px
}

.TopicCommonField-topicAvatar {
    margin-right: 12px;
    vertical-align: top
}

.TopicCommonField-topicText {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.TopicCommonField-wrappedTopic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.TopicCommonField-wrappedTopicRemark {
    margin-left: 8px
}

.TopicCommonField-zhihuWiki--text {
    color: #373a40;
    line-height: 24px
}

.TopicCommonField-zhihuWiki--text img {
    cursor: default
}

.TopicCommonField-zhihuWiki--text h2,.TopicCommonField-zhihuWiki--text h3,.TopicCommonField-zhihuWiki--text h4,.TopicCommonField-zhihuWiki--text h5,.TopicCommonField-zhihuWiki--text h6 {
    line-height: 26px
}

.TopicCommonField-zhihuWiki--text h2 {
    color: #191b1f;
    font-size: 18px;
    margin-top: 20px
}

.TopicCommonField-zhihuWiki--text h2:not(:first-child) {
    margin-top: 40px;
    position: relative
}

.TopicCommonField-zhihuWiki--text h2:not(:first-child):before {
    background: #ebeced;
    content: "";
    display: block;
    height: 1px;
    left: -50%;
    position: absolute;
    top: -20px;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    width: 200%
}

.TopicCommonField-zhihuWiki--text a.external {
    border-bottom: none;
    color: #09408e;
}

.TopicCommonField-text {
    color: #535861;
    font-size: 15px;
    line-height: 24px
}

:not(.TopicCommonIntroTable-value) .TopicCommonField-text li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px;
    width: 654px
}

:not(.TopicCommonIntroTable-value) .TopicCommonField-text li h4 {
    font-weight: 600;
    margin: 0;
    width: 168px
}

:not(.TopicCommonIntroTable-value) .TopicCommonField-text li p {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.StringMeta-intro {
    color: #535861;
    font-size: 14px;
    line-height: 24px;
    white-space: pre-wrap
}

.StringMeta-intro h1,.StringMeta-intro h2,.StringMeta-intro h3,.StringMeta-intro h5,.StringMeta-intro h6 {
    color: #191b1f;
    font-size: 15px;
    font-weight: 600;
    line-height: 23px
}

.StringMeta-intro b {
    font-weight: 600;
}

.StringMeta-intro a {
    color: #09408e;
}

.StringMeta-intro li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.StringMeta-intro li h4 {
    font-weight: 600;
    margin: 0;
    width: 84px
}

.StringMeta-intro li p {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.TopicCommonIntroTable-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.TopicCommonIntroTable-name {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 600;
    line-height: 36px;
    width: 120px
}

.TopicCommonIntroTable-value {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #535861;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px
}

.TopicCommonIntroTable-value .TopicCommonField-text {
    line-height: 36px
}

.TopicContribution {
    background-color: #fff;
    left: 0;
    min-height: 100%;
    position: absolute;
    right: 0;
    top: 0
}

.TopicContribution-Main {
    margin: 52px auto 0;
    overflow: scroll;
    padding-top: 20px
}

.TopicContribution-Info {
    background: #f8f8fa;
    border-radius: 4px;
    font-size: 15px;
    height: 53px;
    line-height: 53px;
    margin: 0 auto;
    padding-left: 16px;
    width: 654px
}

.TopicContribution-Content {
    margin: 20px auto 0;
    width: 654px
}

.TopicContribution-Section {
    margin: 0
}

.topicCreatorWall-HeaderWrapper {
    height: 136px;
    width: 100%
}

.topicCreatorWall-Header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: space-between;
    margin: 0 auto;
    width: 1000px
}

.topicCreatorWall-HeaderTitle {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 12px
}

.topicCreatorWall-HeaderUpdateHint {
    color: #8491a5;
    font-size: 18px
}

.topicCreatorWall-TopicInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px
}

.topicCreatorWall-TopicImg {
    border-radius: 4px;
    margin-left: 4px
}

.topicCreatorWall-TopicDescription {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    justify-content: space-between
}

.topicCreatorWall-TopicName {
    font-size: 16px;
    font-weight: 600;
}

.topicCreatorWall-TopicDetail {
    color: #9196a1;
}

.topicCreatorWall-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 1000px
}

.topicCreatorWall-listPlaceHolder {
    margin: 40px auto
}

.TopicCreatorWall-userCardContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px 12px 24px;
    width: 238px
}

.TopicCreatorWall-userCardName {
    font-size: 17px;
    font-weight: 500;
    margin-top: 12px
}

.TopicCreatorWall-userCardHeadline {
    font-size: 14px;
    margin-top: 8px;
    text-align: center
}

.TopicCreatorWall-userCardUpVoteCount {
    color: #9196a1;
    font-size: 12px;
    margin-top: 10px
}

.TopicCreatorWall-userCardFirst {
    color: #18afff;
    font-size: 12px;
    margin-top: 10px
}

.TopicCreatorWall-userModalWrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 400px
}

.TopicCreatorWall-userModalHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    width: 100%
}

.TopicCreatorWall-userModalContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    margin-left: 12px
}

.TopicCreatorWall-userModalName {
    font-size: 18px;
    font-weight: 500
}

.TopicCreatorWall-userModalHeadline {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 280px
}

.TopicCreatorWall-userModalName+.TopicCreatorWall-userModalHeadline {
    margin-top: 2px
}

.TopicCreatorWall-userModalCountSection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px
}

.TopicCreatorWall-userModalCountSectionTitle {
    color: #9196a1;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px
}

.TopicCreatorWall-userModalCountSectionData,.TopicCreatorWall-userModalCountSectionDataItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.TopicCreatorWall-userModalCountSectionDataItem {
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -ms-flex: 1 1;
    flex: 1 1;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end
}

.TopicCreatorWall-userModalCountSectionDataItemTitle {
    color: #9196a1;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 1px
}

.TopicCreatorWall-userModalCountSectionDataItemData {
    font-family: Avenir,-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,MiSans L3,Segoe UI,sans-serif;
    font-size: 28px;
    line-height: 34px
}

.TopicCreatorWall-userModalContentList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 24px
}

.TopicCreatorWall-userModalContentListTitle {
    color: #9196a1;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 16px
}

.TopicCreatorWall-userModalContentItemTitle {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis
}

.TopicCreatorWall-userModalAllCreation {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #8491a5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 28px
}

.TopicCreatorWall-userModalFollowButton {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border-radius: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    justify-content: center;
    margin: 0 auto;
    width: 272px
}

.TopicCreatorWall-userModalFollowButton span {
    display: none!important
}

.TopicCreatorWall-userModalContentItemExcerpt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.TopicCreatorWall-userModalContentItemExcerptText {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #373a40;
    display: -webkit-box;
    font-size: 14px;
    height: 60px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.TopicCreatorWall-userModalContentItemExcerptImg {
    height: 60px;
    line-height: normal;
    margin-left: 8px;
    position: relative
}

.TopicCreatorWall-userModalContentItemExcerptImgItem {
    border-radius: 4px;
    height: 60px;
    width: 90px
}

.TopicCreatorWall-userModalContentItemExcerptImgMask {
    border-radius: 4px;
    height: 60px;
    left: 0;
    position: absolute;
    top: 0;
    width: 90px
}

.TopicCreatorWall-userModalContentItemExcerptImgMask,.TopicCreatorWall-userModalContentItemExcerptImgMaskRound {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.TopicCreatorWall-userModalContentItemExcerptImgMaskRound {
    --v3331801916: var(--flag-light,rgba(25,27,31,.2)) var(--flag-dark,hsla(0,0%,100%,.2));
    background: rgba(25,27,31,.2);
    border: 2px solid #fff;
    border-radius: 50%;
    height: 36px;
    width: 36px
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .TopicCreatorWall-userModalContentItemExcerptImgMaskRound {
        background:oklch(from var(--GBK02A) l c h/.2)
    }
}

.TopicCreatorWall-userModalContentItemExcerptImgMaskIcon {
    color: #fff;
}

.ImageUploader {
    color: #fff;
    position: relative
}

.ImageUploader-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    --v3645691648: var(--flag-light,rgba(132,145,165,.2)) var(--flag-dark,rgba(146,154,171,.2));
    --v3645691615: var(--flag-light,rgba(132,145,165,.1)) var(--flag-dark,rgba(146,154,171,.1));
    align-items: center;
    background: rgba(132,145,165,.2);
    background-color: rgba(132,145,165,.1);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    width: 100%
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .ImageUploader-main {
        background:oklch(from var(--GBL05A) l c h/.2);
        background-color: oklch(from var(--GBL05A) l c h/.1)
    }
}

.ImageUploader-main.is-masked,.ImageUploader-main:hover {
    opacity: 1
}

.ImageUploader-placeholder {
    margin-top: 8px
}

.ImageUploader--spread,.ImageUploader-image {
    height: 100%;
    width: 100%
}

.ImageUploader-image {
    position: absolute
}

.TopicEditAvatar {
    border-radius: 4px;
    overflow: hidden
}

.TopicEditAvatar,.TopicEditAvatar--rectangle {
    height: 270px;
    width: 180px
}

.TopicEditAvatar--square {
    height: 180px;
    width: 180px
}

.TopicEditArray {
    color: #191b1f;
    font-size: 15px;
    line-height: normal
}

.TopicEditArray-item {
    position: relative
}

.TopicEditArray-item--line {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.TopicEditArray-item--line:hover {
    background-color: #f8f8fa;
}

.TopicEditArray-item--line:hover .TopicEditArray-closeButton .Zi {
    fill: #535861;
}

.TopicEditArray-item--line {
    margin-top: 16px
}

.TopicEditArray-item--line+.TopicEditArray-item--line {
    margin-top: 0
}

.TopicEditArray-item--block {
    border-radius: 4px;
    overflow: hidden;
    position: relative
}

.TopicEditArray-item--block:after {
    --v3331801949: var(--flag-light,rgba(25,27,31,.3)) var(--flag-dark,hsla(0,0%,100%,.3));
    background-color: rgba(25,27,31,.3);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .TopicEditArray-item--block:after {
        background-color:oklch(from var(--GBK02A) l c h/.3)
    }
}

.TopicEditArray-item--block .TopicEditArray-closeButton {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.TopicEditArray-item--block .TopicEditArray-closeButton .Zi {
    fill: #fff
}

.TopicEditArray-item--block .TopicEditArray-closeButton,.TopicEditArray-item--block:after {
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.TopicEditArray-item--block:hover .TopicEditArray-closeButton,.TopicEditArray-item--block:hover:after {
    opacity: 1
}

.TopicEditArray-closeButton {
    padding: 8px
}

.TopicEditArray-input {
    padding: 0 10px
}

.TopicEditArray-input .Popover {
    width: 100%
}

.TopicEditFieldImage {
    border-radius: 4px;
    color: #1772f6;
    overflow: hidden;
    padding-bottom: 56%;
    width: 100%
}

.TopicEditFieldImage--isArray {
    padding-bottom: 100%;
    width: 100%
}

.TextArea {
    background: #f8f8fa;
    border: 1px solid #ebeced;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 14px;
    font-weight: inherit;
    line-height: 26px;
    padding: 4px 10px;
    resize: none;
    -webkit-transition: background .2s;
    transition: background .2s
}

.TextArea:focus {
    background: #fff;
    outline: none
}

.TextArea::-webkit-input-placeholder {
    color: #8491a5;
}

.TextArea::-moz-placeholder {
    color: #8491a5;
}

.TextArea:-ms-input-placeholder {
    color: #8491a5;
}

.TextArea::-ms-input-placeholder {
    color: #8491a5;
}

.TextArea::placeholder {
    color: #8491a5;
}

.TopicEditItem-formActions {
    margin-top: 16px
}

.TopicEditItem-formActions .Button+.Button {
    margin-left: 16px
}

.TopicEditItem-displayActions {
    display: inline-block;
    margin-left: 8px
}

.TopicCommonArray+.TopicEditItem-displayActions {
    margin-left: 0
}

.TopicCommonArray--image+.TopicEditItem-displayActions {
    margin-top: 16px
}

.TopicEditModuleUI {
    padding-bottom: 24px;
    padding-top: 8px
}

.TopicEditModuleUI:not(:last-child) {
    border-bottom: .5px solid #c4c7ce;
}

html[data-hairline] .TopicEditModuleUI:not(:last-child) {
    border-bottom: 1px solid #c4c7ce;
    -o-border-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%271%27 height=%271%27> <rect x=%270%27 y=%27.5%27 width=%271%27 height=%27.5%27 fill=%27#d3d3d3%27/%3E%20%3C/svg%3E") 0 0 1 0;
    border-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%271%27 height=%271%27> <rect x=%270%27 y=%27.5%27 width=%271%27 height=%27.5%27 fill=%27#d3d3d3%27/%3E%20%3C/svg%3E") 0 0 1 0
}

.TopicEditModuleUI-title {
    font-size: 16px;
    font-weight: 600;
    padding: 16px 0
}

.TopicEditTable-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.TopicEditTable-item:not(:last-child) .TopicEditTable-value {
    border-bottom: .5px solid #c4c7ce;
}

html[data-hairline] .TopicEditTable-item:not(:last-child) .TopicEditTable-value {
    border-bottom: 1px solid #c4c7ce;
    -o-border-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%271%27 height=%271%27> <rect x=%270%27 y=%27.5%27 width=%271%27 height=%27.5%27 fill=%27#d3d3d3%27/%3E%20%3C/svg%3E") 0 0 1 0;
    border-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%271%27 height=%271%27> <rect x=%270%27 y=%27.5%27 width=%271%27 height=%27.5%27 fill=%27#d3d3d3%27/%3E%20%3C/svg%3E") 0 0 1 0
}

.TopicEditTable-name {
    font-weight: 600;
    line-height: 36px;
    min-width: 140px;
    padding: 16px 0
}

.TopicEditTable-value {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    line-height: 36px;
    padding: 16px 0
}

.TopicEditTable-value .TopicCommonArray--topic,.TopicEditTable-value .TopicEditArray--topic {
    margin: 0 -10px
}

.TopicEditTable-value .TopicCommonField-topic {
    padding: 0 10px
}

.TopicEdit {
    margin: 10px auto 40px;
    margin-bottom: 40px!important;
    max-width: 1000px;
    padding: 24px 40px
}

.TopicEdit-header {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: var(--zhc-padding-vertical) 0
}

.TopicEdit-header,.TopicEdit-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.TopicEdit-side {
    padding-top: 24px
}

.TopicEdit-modules {
    border-top: .5px solid #c4c7ce;
}

html[data-hairline] .TopicEdit-modules {
    -o-border-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%271%27 height=%271%27> <rect x=%270%27 y=%270%27 width=%271%27 height=%27.5%27 fill=%27#d3d3d3%27/%3E%20%3C/svg%3E") 1 0 0 0;
    border-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%271%27 height=%271%27> <rect x=%270%27 y=%270%27 width=%271%27 height=%27.5%27 fill=%27#d3d3d3%27/%3E%20%3C/svg%3E") 1 0 0 0;
    border-top: 1px solid #c4c7ce;
}

.TopicEdit-modules {
    margin-right: 50px;
    width: 690px
}

.TopicEdit-headerTitle {
    font-size: 26px;
    font-weight: 600;
    margin-right: 24px
}

.TopicEdit-submit {
    letter-spacing: 4px;
    width: 120px
}

.RadioButtons {
    color: #373a40;
    font-size: 14px
}

.RadioButtons-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #f8f8fa;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 11px 0
}

@media (max-width: 660px) {
    .RadioButtons-item {
        line-height:20px;
        min-height: 48px
    }
}

.RadioButtons-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.RadioButtons-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: content-box;
    border: 2px solid #ebeced;
    border-radius: 50%;
    display: inline-block;
    height: 14px;
    margin: 0 4px 0 0;
    padding: 2px;
    -webkit-transition: background-color,border-color .3s;
    transition: background-color,border-color .3s;
    vertical-align: middle;
    width: 14px
}

.RadioButtons-input:checked {
    background-color: #1772f6;
    border-color: #1772f6;
}

.RadioButtons-input:focus {
    outline: none
}

.AddAnnotationModal-description {
    color: #8491a5;
    font-size: 14px;
    margin: 20px 0
}

.AddAnnotationModal-body {
    margin: 0 -20px;
    max-height: 300px;
    overflow: scroll;
    padding: 0 20px
}

@media (max-width: 660px) {
    .AddAnnotationModal-body {
        margin:16px;
        max-height: inherit;
        padding: 0
    }

    .AddAnnotationModal-buttonGroup {
        bottom: 10px;
        height: 36px;
        padding: 0 16px;
        position: absolute;
        width: 100%
    }

    .CancelAnnotationModal {
        padding: 16px
    }

    .CancelAnnotationModal-Input {
        min-height: 132px
    }

    .CancelAnnotationModal-CancelButton {
        bottom: 10px;
        height: 36px;
        position: absolute;
        width: 343px!important
    }
}

.CommentsForOia {
    padding-top: 28px
}

.CommentsForOia .CommentItemV2 {
    padding: 0
}

.CommentsForOia .CommentItemV2 .CommentItemV2-footer {
    display: none
}

.CommentsForOia .CommentItemV2:not(:first-child):after {
    content: none
}

.CommentsForOia .Button {
    line-height: 36px;
    margin-top: 10px;
    width: calc(100vw - 32px)
}

@media (min-width: 640px) {
    .CommentsForOia .Button {
        width:calc(var(--app-max-width) - 32px)
    }
}

.RichContent-mobileBaidu .ContentItem-expandButton {
    bottom: 10px!important
}

.KfeCollection-PayModal-modal {
    background: #fff;
    border-radius: 2px;
    bottom: 0;
    box-shadow: 0 5px 20px rgba(0,34,77,.1);
    height: 644px;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    width: 640px;
    z-index: 1001
}

.KfeCollection-PayModal-modal-icon {
    color: #999;
    height: 32px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 32px
}

html[data-theme=dark] .KfeCollection-PayModal-modal-icon {
    color: #999
}

.KfeCollection-ScrollX-root {
    overflow: hidden
}

.KfeCollection-ScrollX-wrap {
    margin: -10px 0 20px;
    overflow: hidden
}

.KfeCollection-ScrollX-scroll {
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    position: relative;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    top: 10px
}

.KfeCollection-ScrollX-scroll::-webkit-scrollbar {
    display: none
}

.KfeCollection-PayMenuItem {
    align-items: center;
    background: linear-gradient(0deg,#fff,#fff),rgba(253,84,9,.06);
    border: 1px solid #ebebeb;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    flex: none;
    flex-direction: column;
    height: 114px;
    margin-right: 16px;
    position: relative;
    width: 150px
}

.KfeCollection-PayMenuItem-active {
    background: linear-gradient(0deg,hsla(35,85%,69%,.1),hsla(35,85%,69%,.1)),#fff;
    border: 1px solid #f3bb6c
}

.KfeCollection-PayMenuItem-recommendLabel {
    background: linear-gradient(225deg,#f8e2c4,#f3bb6c);
    border-radius: 0 10px;
    color: #754e19;
    font-size: 11px;
    font-weight: 500;
    height: 20px;
    line-height: 20px;
    padding: 0 9px;
    position: absolute;
    right: -1px;
    text-align: center;
    top: -10px
}

.KfeCollection-PayMenuItem-title {
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin: 20px 0 4px
}

.KfeCollection-PayMenuItem-activeTitle {
    color: #754e19
}

.KfeCollection-PayMenuItem-price {
    color: #444;
    font-family: Alata;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 5px
}

.KfeCollection-PayMenuItem-activePrice {
    color: #754e19
}

.KfeCollection-PayMenuItem-unit {
    font-family: Alata;
    font-size: 20px;
    line-height: 24px
}

.KfeCollection-PayMenuItem-descriptionCoatainer {
    color: #ce994f;
    font-size: 12px;
    line-height: 15px
}

.KfeCollection-PayMenuItem-islineThrough {
    text-decoration: line-through
}

.KfeCollection-PackageCard {
    margin: 34px 0 30px;
    position: relative
}

.KfeCollection-PackageCard-left,.KfeCollection-PackageCard-right {
    align-items: center;
    background: #fff;
    color: #ce994f;
    display: flex;
    height: 124px;
    justify-content: center;
    opacity: 0;
    position: absolute;
    width: 24px
}

.KfeCollection-PackageCard-icon {
    height: 24px;
    width: 24px
}

.KfeCollection-PackageCard-left {
    left: 0
}

.KfeCollection-PackageCard-right {
    right: 0
}

.KfeCollection-PackageCard:hover .KfeCollection-PackageCard-left,.KfeCollection-PackageCard:hover .KfeCollection-PackageCard-right {
    opacity: 1;
    z-index: 1
}

.KfeCollection-PackageCard-scrollContent {
    margin-bottom: 10px;
    padding-top: 10px
}

.KfeCollection-PackageCard-scrollContent:before {
    color: #fff;
    content: " ";
    display: block;
    padding-left: 40px
}

.KfeCollection-PackageCard-scrollContent:after {
    color: #fff;
    content: " ";
    display: block;
    padding-right: 40px
}

.KfeCollection-PackageCard-animation {
    transition: all .3s
}

.KfeCollection-PackageCard-description {
    color: #444;
    font-size: 14px;
    height: 15px;
    line-height: 15px;
    padding-left: 40px
}

.KfeCollection-CountTimeDown {
    align-items: center;
    color: #fd5409;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-right: 13px
}

.KfeCollection-CountTimeDown-label {
    color: #fd5409;
    font-size: 14px;
    font-synthesis: style;
    font-weight: 600;
    line-height: 15px;
    margin-right: 8px
}

html[data-ios] .KfeCollection-CountTimeDown-label {
    font-weight: 500
}

html[data-android] .KfeCollection-CountTimeDown-label {
    font-weight: 700
}

.KfeCollection-CountTimeDown-time {
    font-size: 10px;
    font-synthesis: style;
    font-weight: 600;
    height: 16px;
    line-height: 16px;
    min-width: 16px;
    padding: 0 2px;
    transform: scale(.8)
}

html[data-ios] .KfeCollection-CountTimeDown-time {
    font-weight: 500
}

html[data-android] .KfeCollection-CountTimeDown-time {
    font-weight: 700
}

.KfeCollection-CountTimeDown-time {
    background: #fd5409;
    border: .5px solid #fd5409;
    border-radius: 2px;
    color: #fefefe
}

.KfeCollection-CountTimeDown-symbol {
    display: inline-block;
    margin: 0 3px
}

.KfeCollection-CouponCard {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
    padding-left: 40px
}

.KfeCollection-CouponCard-selectLabel {
    color: #444;
    font-size: 14px;
    line-height: 15px;
    margin-right: 12px
}

.KfeCollection-CouponCard-selectBox {
    align-items: center;
    background: linear-gradient(0deg,hsla(35,85%,69%,.1),hsla(35,85%,69%,.1)),#fff;
    border: 1px solid #f3bb6c;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    height: 36px;
    min-width: 200px;
    padding: 10px 22px 10px 12px;
    position: relative;
    transition: all .3s ease-in-out
}

.KfeCollection-CouponCard-disableCoupon,.KfeCollection-CouponCard-selectBox-unUseCoupon {
    background: linear-gradient(0deg,#fff,#fff),rgba(253,84,9,.06);
    border: 1px solid #ebebeb
}

.KfeCollection-CouponCard-disableCoupon {
    border-radius: 4px;
    box-sizing: border-box;
    color: #444;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    opacity: .5;
    padding: 0 12px;
    width: 200px
}

.KfeCollection-CouponCard-selectBox-animation {
    min-width: 363px
}

.KfeCollection-CouponCard-selectInput {
    background: linear-gradient(0deg,hsla(35,85%,69%,.1),hsla(35,85%,69%,.1)),#fff;
    box-sizing: border-box;
    color: #754e19;
    display: inline-block;
    font-size: 14px;
    line-height: 15px;
    min-width: 84px;
    transition: all .3s ease-in-out
}

.KfeCollection-CouponCard-selectInput-animation {
    min-width: 131px
}

.KfeCollection-CouponCard-selectInput-unUseCoupon {
    background: #fff;
    color: #444
}

.KfeCollection-CouponCard-selectBoxLine:before {
    background-color: #d3d3d3;
    content: "";
    height: 15px;
    margin: 0 12px;
    width: 1px
}

.KfeCollection-CouponCard-selectBoxIcon {
    color: #754e19;
    height: 32px;
    margin-left: 10px;
    position: absolute;
    right: 7.5px;
    width: 31px
}

.KfeCollection-CouponCard-selectBoxIcon-down {
    transform: rotate(180deg)
}

.KfeCollection-CouponCard-selectBoxIcon-hide {
    opacity: 0
}

.KfeCollection-CouponCard-selectOption {
    background: #fff;
    border: 1px solid hsla(0,0%,83%,.3);
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.08);
    box-sizing: border-box;
    cursor: pointer;
    left: 0;
    max-height: 108px;
    opacity: 1;
    overflow-y: auto;
    position: absolute;
    top: 40px;
    transition: all .3s ease-in-out;
    width: 100%;
    z-index: 1001
}

.KfeCollection-CouponCard-selectOption-animation {
    opacity: 0
}

.KfeCollection-CouponCard-hiddenOption {
    display: none
}

.KfeCollection-CouponCard-optionItem {
    box-sizing: border-box;
    line-height: 15px;
    padding: 10px 16px;
    width: 100%
}

.KfeCollection-CouponCard-optionItem:hover {
    background: linear-gradient(0deg,hsla(35,85%,69%,.1),hsla(35,85%,69%,.1)),#fff
}

.KfeCollection-CouponCard-optionItem-text {
    color: #444;
    font-size: 12px
}

.KfeCollection-CouponCard-optionItem-check {
    color: #f3bb6c;
    float: right;
    height: 17px;
    position: relative;
    top: 4px;
    width: 19px
}

.KfeCollection-QrCodeCard {
    display: flex;
    flex-direction: row;
    height: 180px;
    margin: 0 60px 20px 40px;
    padding: 25px 0
}

.KfeCollection-QrCodeCard,.KfeCollection-QrCodeCard-qrCode {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    box-sizing: border-box
}

.KfeCollection-QrCodeCard-qrCode {
    height: 130px;
    margin: 0 26px 0 71px;
    padding: 5px;
    width: 130px
}

.KfeCollection-QrCodeCard-qrCode>img {
    height: 100%;
    width: 100%
}

.KfeCollection-QrCodeCard-mountBox-priceBox {
    margin: 28px 0 21px
}

.KfeCollection-QrCodeCard-mountBox-Text {
    color: #444;
    font-size: 15px;
    line-height: 20px
}

.KfeCollection-QrCodeCard-mountBox-price {
    color: #fd5409;
    margin-right: 6px
}

.KfeCollection-QrCodeCard-mountBox-unit {
    font-size: 20px;
    line-height: 24px
}

.KfeCollection-QrCodeCard-mountBox-activePrice {
    font-family: Alata;
    font-size: 30px;
    line-height: 36px
}

.KfeCollection-QrCodeCard-mountBox-description {
    color: #999;
    font-size: 15px;
    line-height: 20px
}

.KfeCollection-QrCodeCard-mountBox-lineThrough {
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through
}

.KfeCollection-QrCodeCard-mountBox-payTypeBox {
    align-items: center;
    color: #444;
    display: flex;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 50px
}

.KfeCollection-QrCodeCard-mountBox-payTypeBox-icon {
    display: inline-block;
    height: 16px;
    margin: 0 2px 0 12px;
    width: 16px
}

.KfeCollection-ProtocolCard {
    color: #999;
    display: flex;
    font-size: 10px;
    height: 15px;
    justify-content: center;
    margin-bottom: 14px
}

.KfeCollection-ProtocolCard a {
    color: #175199
}

html[data-theme=dark] .KfeCollection-ProtocolCard a {
    color: #6385a6
}

.KfeCollection-ProtocolCard a {
    text-decoration: none
}

.KfeCollection-ProtocolCardTips {
    color: #999;
    display: flex;
    font-size: 10px;
    height: 15px;
    justify-content: center;
    margin-bottom: 30px
}

.KfeCollection-AvatarCard {
    align-items: center;
    background: linear-gradient(225deg,#f8e2c4,#f3bb6c);
    border-radius: 2px 2px 0 0;
    box-sizing: border-box;
    display: flex;
    height: 95px;
    overflow: hidden;
    padding: 19px 0 19px 40px;
    width: 100%
}

.KfeCollection-AvatarCard-imgBox {
    background-color: #fff;
    border-radius: 100%;
    height: 57px;
    margin-right: 19px;
    overflow: hidden;
    width: 60px
}

.KfeCollection-AvatarCard-imgBox>img {
    height: 100%;
    width: 100%
}

.KfeCollection-AvatarCard-info-name {
    align-items: center;
    color: #754e19;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 6px
}

.KfeCollection-AvatarCard-info-name>span {
    margin-right: 5px
}

.KfeCollection-AvatarCard-info-imgBox {
    align-items: center;
    display: flex;
    height: 16px;
    width: 15px
}

.KfeCollection-AvatarCard-info-imgBox>img {
    height: 100%;
    width: 100%
}

.KfeCollection-AvatarCard-info-title {
    color: #754e19;
    font-size: 15px;
    line-height: 25px
}

.KfeCollection-AvatarCard-info-title>span {
    color: red
}

.KfeCollection-AvatarCard-artwork {
    height: 95px;
    pointer-events: none;
    position: absolute;
    right: 23px;
    width: 271px;
    z-index: 1
}

.KfeCollection-AvatarCard-artwork>img {
    height: 100%;
    width: 100%
}

.KfeCollection-PlaceHolder:after {
    display: none
}

.KfeCollection-PlaceHolder {
    align-items: center;
    background-color: #ebebeb;
    display: flex!important;
    height: 100%;
    justify-content: center;
    width: 100%
}

html[data-theme=dark] .KfeCollection-PlaceHolder {
    background-color: #1b1b1b
}

.KfeCollection-PlaceHolder {
    border-radius: inherit
}

.KfeCollection-PlaceHolder-Icon {
    fill: #d3d3d3
}

html[data-theme=dark] .KfeCollection-PlaceHolder-Icon {
    fill: #1b1b1b
}

.KfeCollection-Image-Wrapper {
    font-size: 0
}

.KfeCollection-Image,.KfeCollection-Image-Wrapper {
    border-radius: 3px;
    height: 100%;
    width: 100%
}

.KfeCollection-PayModalLoading {
    align-items: center;
    color: #e2e2e2;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw
}

.KfeCollection-PaySuccessModal {
    --unit: 1vw;
    line-height: 1
}

.KfeCollection-PaySuccessModal-topIcon {
    margin: 39px 0 50px;
    text-align: center
}

.KfeCollection-PaySuccessModal-icon {
    display: inline-block;
    height: 80px;
    margin-bottom: 20px;
    width: 72px
}

.KfeCollection-PaySuccessModal-success {
    display: inline-block;
    height: 100%;
    width: 100%
}

.KfeCollection-PaySuccessModal-text {
    vertical-align: center
}

.KfeCollection-PaySuccessModal-successText {
    height: 36px;
    margin: 0 auto 10px;
    padding: 5px;
    width: 166px
}

.KfeCollection-PaySuccessModal-successImg {
    display: inline-block;
    height: 100%;
    width: 100%
}

.KfeCollection-PaySuccessModal-time {
    color: #ce994f;
    font-family: PingFang SC;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px
}

html[data-theme=dark] .KfeCollection-PaySuccessModal-time {
    color: #ce994f
}

.KfeCollection-PaySuccessModal-topTitle {
    margin-bottom: 40px;
    text-align: center
}

.KfeCollection-PaySuccessModal-line {
    display: inline-block;
    height: 5px;
    margin: 0 8px;
    width: 170px
}

.KfeCollection-PaySuccessModal-titleText {
    color: #754e19;
    display: inline-block;
    font-size: 15px;
    font-synthesis: style;
    font-weight: 600;
    height: 20px;
    letter-spacing: .168px;
    line-height: 20px;
    margin: 0;
    vertical-align: middle
}

html[data-ios] .KfeCollection-PaySuccessModal-titleText {
    font-weight: 500
}

html[data-android] .KfeCollection-PaySuccessModal-titleText {
    font-weight: 700
}

.KfeCollection-PaySuccessModal-rightsCard {
    display: flex;
    flex-direction: row;
    margin: 0 0 42px 95px;
    overflow-x: scroll
}

.KfeCollection-PaySuccessModal-rightsCard::-webkit-scrollbar {
    display: none
}

.KfeCollection-PaySuccessModal-rightsItem {
    margin-right: 35px
}

.KfeCollection-PaySuccessModal-rightsTitle {
    color: #1a1a1a;
    font-size: 14px;
    letter-spacing: .168px;
    line-height: 20px;
    margin: 0 0 16px 9px;
    max-width: 174px;
    white-space: nowrap
}

.KfeCollection-PaySuccessModal-bottomContent {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin-bottom: 15px
}

.KfeCollection-PaySuccessModal-bottomContent:last-child {
    margin-bottom: 0
}

.KfeCollection-PaySuccessModal-rightsIcon {
    border-radius: 1px;
    height: 42px!important;
    margin-right: 5px;
    width: 43px!important
}

.KfeCollection-PaySuccessModal-rightsItemTitle {
    color: #444;
    font-size: 12px;
    line-height: 17px;
    margin: 0 0 2px
}

.KfeCollection-PaySuccessModal-rightsItemContent {
    color: #999;
    font-size: 11px;
    line-height: 15px;
    margin: 0;
    min-width: 176px
}

.KfeCollection-PaySuccessModal-error {
    align-items: center;
    bottom: 0;
    color: grey;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

html[data-theme=dark] .KfeCollection-PaySuccessModal-error {
    color: #999
}

.KfeCollection-components-Toast {
    background: #f6f6f6;
    border-radius: 10px;
    bottom: 50%;
    display: table;
    font-size: 16px;
    font-weight: 500;
    left: 50%;
    max-width: 320px;
    padding: 20px;
    position: fixed;
    text-align: center;
    transform: translate(-50%,50%);
    z-index: 1000
}

html[data-theme=dark] .KfeCollection-components-Toast {
    background: #000
}

.KfeCollection-components-Toast {
    color: #646464
}

html[data-theme=dark] .KfeCollection-components-Toast {
    color: #d3d3d3
}

.KfeCollection-PayModal-wrapper {
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    left: 0;
    outline: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000
}

.KfeCollection-PayModal-wrapper:after {
    background-color: rgba(0,0,0,.45);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999
}

.RewardForm-rewardModal {
    color: #8491a5;
    font-size: 14px;
    width: 400px
}

.RewardForm-rewardTitle {
    color: #373a40;
    font-size: 24px;
    margin: 40px auto 24px;
    text-align: center
}

.RewardForm-rewardInput {
    border: 1px solid #c4c7ce;
    border-radius: 3px;
    height: 48px;
    line-height: 48px;
    width: 488px
}

.RewardForm-rewardInput input {
    height: 36px
}

.RewardForm-rewardCheckbox {
    margin-right: 9px
}

.RewardForm-rewardLink {
    color: #1772f6;
}

.RewardForm-prompting {
    margin-left: auto
}

.RewardForm-remark {
    margin: 16px 0 40px
}

.RewardForm-protocol,.RewardForm-remark {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.RewardForm-rewardSubmit {
    background: #1772f6;
    border: 1px solid #1772f6;
    border-radius: 3px;
    color: #fff;
    display: block;
    height: 36px;
    margin: 0 auto;
    width: 220px
}

.RewardForm-rewardSubmit:hover {
    background-color: #1772f6!important;
    color: #fff;
}

.RewardForm-rewardSubmit-disabled {
    border: 1px solid #c4c7ce;
}

@media (max-width: 690px) {
    .RewardForm-rewardModal {
        width:100%
    }

    .RewardForm-rewardInput {
        margin: 0 auto;
        width: 90%
    }

    .RewardForm-remark {
        text-align: center
    }

    .RewardForm-prompting {
        position: static
    }
}

.SignInModal .MobileModal-title {
    padding-bottom: 0
}

.SignInModal-openInAppButton {
    background-color: #1772f6;
    color: #fff;
    line-height: 44px;
    margin-bottom: 16px;
    width: 100%
}

.SignInModal-content {
    padding: 0 16px
}

.SignInModal-content button {
    border: 1px solid;
    border-radius: 3px;
    font-size: 16px;
    height: 44px;
    width: 100%
}

.SignInModal-content button:not(:last-child) {
    margin-bottom: 16px
}

.SignInModal-button-zhihu {
    background-color: #fff;
    border-color: #1772f6;
    color: #1772f6;
}

.SignInModal-button-weibo {
    background-color: #d95350;
    border-color: #var(--GRD03A);
    color: #fff;
    color: var(--GBK99A)
}

.SignInModal-button-wechat {
    background-color: #adb0b7;
    border-color: #adb0b7;
    color: #fff;
}

.SignInModal-button-qq {
    background-color: #1772f6;
    border-color: #1772f6;
    color: #fff;
}

.CommentPermission-item {
    line-height: 40px;
    padding-left: 44px
}

.CommentDeleteAndReport-extra {
    text-align: center
}

.CommentDeleteAndReport-extra .Button {
    font-size: 13px
}

.CreatorPassModal {
    width: 400px
}

.CreatorPassModal .Modal-content {
    margin-top: 0;
    padding: 0 0 24px
}

.CreatorPassModal .ModalButtonGroup--vertical .Button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.CreatorPassModal-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.CreatorPassModal-content,.CreatorPassModal-decorateTitle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.CreatorPassModal-decorateTitle {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    height: 33px;
    position: absolute;
    top: -24px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.CreatorPassModal-decorateTitle img {
    height: 7px;
    width: 44px
}

.CreatorPassModal-decorateTitleText {
    margin: 0 16px
}

.CreatorPassModal-image {
    padding-bottom: 14px;
    position: relative
}

.CreatorPassModal-liukanshanImage {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 42px
}

.CreatorPassModal-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    margin-top: 32px
}

.CreatorPassModal-text {
    margin-top: 16px;
    max-width: 280px;
    text-align: center
}

.AnnotationTag {
    background-color: #f8f8fa;
    border-radius: 4px;
    color: #81858f;
    font-size: 14px;
    line-height: 30px;
    margin-left: auto;
    max-width: 136px;
    padding: 0 12px
}

.Switch {
    background-color: #ebeced;
    border: 1px solid #ebeced;
    border-radius: 20px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    position: relative;
    transition: all .3s cubic-bezier(.35,0,.25,1);
    width: 48px
}

.Switch--focused {
    outline: none;
    transition: box-shadow .3s
}

html[data-focus-visible] .Switch--focused {
    --v1423036512: var(--flag-light,0 0 0 2px #fff,0 0 0 4px rgba(23,114,246,.3)) var(--flag-dark,0 0 0 2px #191b1f,0 0 0 4px rgba(85,142,255,.3));
    box-shadow: 0 0 0 2px #fff,0 0 0 4px rgba(23,114,246,.3);
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    html[data-focus-visible] .Switch--focused {
        box-shadow:0 0 0 2px var(--MapUIFrame99A),0 0 0 4px oklch(from var(--MapInfo) l c h/.3)
    }
}

html[data-theme=dark][data-focus-visible] .Switch--focused {
    --v1423036611: var(--flag-light,0 0 0 2px #fff,0 0 0 4px rgba(23,114,246,.6)) var(--flag-dark,0 0 0 2px #191b1f,0 0 0 4px rgba(85,142,255,.6));
    box-shadow: 0 0 0 2px #fff,0 0 0 4px rgba(23,114,246,.6);
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    html[data-theme=dark][data-focus-visible] .Switch--focused {
        box-shadow:0 0 0 2px var(--MapUIFrame99A),0 0 0 4px oklch(from var(--MapInfo) l c h/.6)
    }
}

.Switch:after {
    --v1036054430: var(--flag-light,0 1px 3px rgba(0,0,0,.26)) var(--flag-dark,0 1px 3px rgba(0,0,0,.26));
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0,0,0,.26);
    content: " ";
    height: 20px;
    left: 4px;
    position: absolute;
    top: 3px;
    transition: left .3s cubic-bezier(.35,0,.25,1);
    width: 20px
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .Switch:after {
        box-shadow:0 1px 3px oklch(from var(--GBK02B) l c h/26%)
    }
}

.Switch--checked {
    background: #1772f6;
}

.Switch--checked:after {
    left: 22px
}

.Switch--disabled {
    cursor: no-drop
}

.Switch--disabled:after {
    background: #c4c7ce;
}

.Switch--disabled.Switch--checked {
    opacity: .4
}

.Switch--small {
    border: none;
    height: 20px;
    width: 32px
}

.Switch--small:after {
    box-shadow: none;
    height: 18px;
    left: 1px;
    top: 1px;
    width: 18px
}

.Switch--small.Switch--checked:after {
    left: 13px
}

.Switch--micro {
    border: none;
    height: 14px;
    width: 24px
}

.Switch--micro:after {
    --v1036015226: var(--flag-light,0 1px 3px rgba(0,0,0,.13)) var(--flag-dark,0 1px 3px rgba(0,0,0,.13));
    box-shadow: none;
    box-shadow: 0 1px 3px oklch(from #000 l c h/13%);
    height: 10px;
    left: 2px;
    top: 2px;
    width: 10px
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .Switch--micro:after {
        box-shadow:0 1px 3px oklch(from var(--GBK02B) l c h/13%)
    }
}

.Switch--micro.Switch--checked:after {
    left: 12px
}

.Switch-input {
    clip: rect(0,0,0,0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    pointer-events: none;
    position: absolute
}

.Calendar {
    padding-bottom: 10px;
    width: 292px
}

.Calendar--hasBottomTool {
    padding-bottom: 0
}

.Calendar--showtime {
    width: 380px
}

.Calendar-topTool {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px 7px;
    position: relative
}

.Calendar-topToolDate {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    color: #191b1f;
    flex-grow: 1;
    font-size: 20px;
    font-weight: 600;
    text-align: center
}

.Calendar-topToolButton {
    border: none;
    color: #8491a5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    position: absolute;
    top: 24px;
    width: 24px
}

.Calendar-topToolButton--prevYear {
    left: 20px
}

.Calendar-topToolButton--prevMonth {
    left: 44px
}

.Calendar-topToolButton--nextMonth {
    right: 44px
}

.Calendar-topToolButton--nextYear {
    right: 20px
}

.Calendar-topToolButton:hover {
    color: #1772f6;
}

.Calendar-topToolButton button {
    height: 24px
}

.Calendar-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.Calendar-table {
    border-collapse: separate;
    border-spacing: 12px 6px;
    padding: 0 20px 10px;
    table-layout: fixed
}

.Calendar-weekName {
    color: #8491a5;
    font-size: 12px;
    height: 24px;
    padding: 0
}

.Calendar-day {
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    height: 24px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 24px
}

.Calendar-day.is-hovered {
    --v2826452827: var(--flag-light,rgba(23,114,246,.1)) var(--flag-dark,rgba(85,142,255,.1));
    background: rgba(23,114,246,.1);
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .Calendar-day.is-hovered {
        background:oklch(from var(--GBL01A) l c h/.1)
    }
}

.Calendar-day.is-today {
    border: 1px solid #1772f6;
    color: #1772f6;
}

.Calendar-day.is-today.is-disabled {
    border-color: #adb0b7;
    color: #adb0b7;
}

.Calendar-day.is-disabled {
    color: #adb0b7;
    cursor: not-allowed
}

.Calendar-day.is-disabled.is-hovered {
    background: none
}

.Calendar-day.is-not-this-month {
    color: #adb0b7;
}

.Calendar-day.is-input-date {
    background: #1772f6;
    color: #fff;
}

.Calendar-day.is-in-range:before {
    --v2826452827: var(--flag-light,rgba(23,114,246,.1)) var(--flag-dark,rgba(85,142,255,.1));
    background: rgba(23,114,246,.1);
    bottom: 2px;
    content: "";
    display: block;
    left: -6px;
    position: absolute;
    right: -6px;
    top: 2px
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .Calendar-day.is-in-range:before {
        background:oklch(from var(--GBL01A) l c h/.1)
    }
}

.Calendar-bottomTool {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    border-top: 1px solid #ebeced;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 46px;
    justify-content: center;
    padding: 0 8px
}

.Calendar-todayButton {
    color: #1772f6;
    font-size: 14px
}

.Calendar-todayButton[disabled] {
    color: #adb0b7;
    cursor: not-allowed
}

.DatePicker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.DatePicker-Button {
    padding: 0 0 0 12px;
    width: 100%
}

.DatePicker-Button .Zi {
    margin-right: 4px
}

.AIAssistantPanel-container {
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px 0 var(--GBK13B);
    box-shadow: 0 1px 3px 0 var(--GBK13B);
    height: 100vh;
    position: absolute;
    right: -330px;
    top: -78px;
    width: 300px
}

.AIAssistantPanel-panel {
    height: 100%;
    position: relative
}

.AIAssistantPanel-header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 14px 16px
}

.AIAssistantPanel-title {
    color: #191b1f;
    font-size: 15px;
    font-weight: 500
}

.AIAssistantPanel-closeButton {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px
}

.AIAssistantPanel-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px
}

.AIAssistantPanel-tab {
    -webkit-box-flex: 1;
    color: #191b1f;
    cursor: pointer;
    -ms-flex: 1 1;
    flex: 1 1;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 16px;
    position: relative;
    text-align: center
}

.AIAssistantPanel-tab.active {
    color: #1772f6;
}

.AIAssistantPanel-tab.active:after {
    background-color: #1772f6;
    border-radius: 2px;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 52px
}

.AIAssistantPanel-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100% - 106px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 12px 16px 0
}

.AIAssistantPanel-PreamblePanel {
    max-height: calc(100% - 217px)
}

.AIAssistantPanel-container.fixed .AIAssistantPanel-panel {
    height: 100%
}

.AIAssistantPanel-container.fixed .AIAssistantPanel-content {
    max-height: calc(100% - 80px)
}

.AIAssistantPanel-describeMessage {
    border-bottom: 1px dashed #ebeced;
    color: #373a40;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 14px
}

.AIAssistantPanel-MessageLight {
    color: #9196a1;
}

.DetectionPanel-cardsContainer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    row-gap: 20px
}

.DetectionPanel-card {
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
    padding: 12px;
    width: calc(50% - 6px)
}

.DetectionPanel-cardHeader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4px
}

.DetectionPanel-cardTitle {
    color: #373a40;
    font-size: 13px;
    font-weight: 500;
    margin-left: 2px
}

.DetectionPanel-cardDescription {
    color: #8491a5;
    font-size: 12px
}

.DetectionPanel-loadingIcon {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    display: inline-block;
    height: 12px;
    vertical-align: middle;
    width: 12px
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.DetectionPanel-count {
    background-color: rgba(0,202,166,.1);
    border-radius: 50%;
    color: #16b89b;
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    height: 16px;
    line-height: 16px;
    margin-left: 4px;
    padding: 0 4.5px;
    text-align: center
}

.DetectionPanel-flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.DetectionPanel-resultItem {
    border-bottom: 1px dashed #ebeced;
    color: #373a40;
    font-size: 12px;
    padding: 12px 0
}

.DetectionPanel-resultItemHead {
    margin-bottom: 10px;
    margin-top: 4px
}

.DetectionPanel-resultItemTitle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #373a40;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px
}

.DetectionPanel-resultListItem {
    margin: 10px 0 6px 8px
}

.DetectionPanel-correctionItem {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: flex-start;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    justify-content: space-between;
    margin: 0 -6px 2px 0;
    padding: 6px
}

.DetectionPanel-correctionItem .DetectionPanel-resultListItemRender {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 230px
}

.DetectionPanel-resultListItemRender:before {
    color: #16b89b;
    content: "â€¢";
    margin-right: 4px
}

.DetectionPanel-layoutItem {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: pointer;
    display: -webkit-box;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis
}

.DetectionPanel-layoutItemDescription {
    background: rgba(133,144,166,.1);
    border-radius: 3px;
    color: #8491a5;
    line-height: 16px;
    margin-top: 4px;
    padding: 2px 6px
}

.PreamblePanel-CardContainer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background: #fff;
    bottom: 52px;
    height: 111px;
    justify-content: center;
    position: fixed;
    -webkit-transform: translateX(-16px);
    transform: translateX(-16px);
    width: 300px
}

.PreamblePanel-Card,.PreamblePanel-CardContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.PreamblePanel-Card {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    border: 1px solid #f8f8fa;
    border-radius: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 95px;
    justify-content: space-between;
    padding: 12px;
    width: 265px
}

.AIAssistantPanel-container.medium-editor .AIAssistantPanel-panel {
    height: 100%
}

.AIAssistantPanel-container.medium-editor .AIAssistantPanel-content {
    height: calc(100% - 94px);
    max-height: none
}

.AIAssistantPanel-container.medium-editor .PreamblePanel-Card {
    bottom: 10px;
    position: absolute;
    right: 20px
}

.PreamblePanel-CardText {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 186px
}

.PreamblePanel-CardText,.PreamblePanel-CardTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.PreamblePanel-CardTitle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #373a40;
    font-size: 13px;
    font-weight: 500;
    line-height: 19px
}

.PreamblePanel-CardTitleText {
    margin-left: 4px
}

.PreamblePanel-CardDescription {
    color: #8491a5;
    font-size: 12px;
    line-height: 16px;
    margin-top: 4px
}

.PreamblePanel-main {
    margin-top: 32px
}

.PreamblePanel-mainButton {
    background-color: #fff;
    border: 1px solid #f8f8fa;
    border-radius: 18px;
    color: #373a40;
    font-size: 13px;
    font-weight: 500;
    padding: 12px
}

.PreamblePanel-mainContent {
    border-left: 3px solid #ebeced;
    margin-top: 32px
}

.PreamblePanel-mainContentText {
    color: #535861;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 24px;
    padding-left: 12px
}

@media (max-width: 1500px) {
    .PreamblePanel-CardContainer {
        width:305px
    }
}

.VideoUploadButton-fileInput {
    display: none
}

.SlideshowEditBlockModal {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding-top: 30px
}

.SlideshowEditBlockModal .Button {
    margin: 0 auto;
    width: 100px
}

.BaiduFileSelector .Modal-content {
    margin-top: 0;
    padding: 0
}

.BaiduFileSelector-iframe {
    min-height: 660px
}

.DraftHistory {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.DraftHistory-loading {
    margin: auto
}

.DraftHistory-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border-right: 1px solid #ebeced;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 230px
}

.DraftHistory-title {
    color: #191b1f;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    padding: 18px 16px
}

.DraftHistory-history {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    overflow: auto
}

.DraftHistory-version {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 68px;
    justify-content: center;
    padding-left: 40px;
    position: relative
}

.DraftHistory-version:hover {
    --v3840355414: var(--flag-light,hsla(221,8%,60%,.08)) var(--flag-dark,hsla(221,8%,60%,.08));
    background-color: hsla(221,8%,60%,.08);
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .DraftHistory-version:hover {
        background-color:oklch(from var(--GBK06A) l c h/.08)
    }
}

.DraftHistory-version:before {
    border-left: 2px solid #ebeced;
    content: "";
    height: 100%;
    left: 24px;
    position: absolute;
    top: 24px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.DraftHistory-LocalSideTabWrapper .DraftHistory-version:before {
    border-left: 2px dashed #ebeced;
}

.DraftHistory-version:last-child:before {
    height: 0
}

.DraftHistory-version:after {
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 2px #9196a1,0 0 0 4px #fff;
    box-shadow: 0 0 0 2px #9196a1,0 0 0 4px #fff;
    content: "";
    height: 4px;
    left: 24px;
    position: absolute;
    top: 24px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 4px
}

.DraftHistory-LocalSideTabWrapper .DraftHistory-version:after {
    background-color: #9196a1;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 6px;
    width: 6px
}

.DraftHistory-LocalSideTabWrapper .DraftHistory-version--selected:after,.DraftHistory-version--selected:after {
    background-color: #1772f6;
    -webkit-box-shadow: 0 0 0 2px #fff,0 0 0 3px #1772f6;
    box-shadow: 0 0 0 2px #fff,0 0 0 3px #1772f6;
    height: 6px;
    width: 6px
}

.DraftHistory-versionDate {
    color: #191b1f;
    font-size: 17px;
    line-height: 24px
}

.DraftHistory-version--selected .DraftHistory-versionDate {
    color: #1772f6;
}

.DraftHistory-versionType {
    color: #9196a1;
    font-size: 12px;
    line-height: 16px;
    margin-top: 4px
}

.DraftHistory-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1;
    flex: 1 1;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

.DraftHistory-empty {
    margin: auto
}

.DraftHistory-emptyIcon {
    display: block;
    height: 120px;
    width: 150px
}

.DraftHistory-emptyText {
    color: #8491a5;
    font-size: 15px;
    line-height: 20px;
    margin-top: 15px;
    text-align: center
}

.DraftHistory-draftTitle {
    color: #191b1f;
    font-size: 32px;
    font-weight: 600;
    line-height: 45px;
    padding: 40px 24px 0
}

.DraftHistory-draft {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    overflow: auto;
    padding: 20px 8px
}

.DraftHistory-draft .Dropzone {
    width: 654px
}

.DraftHistory-actions {
    -ms-flex-align: center;
    border-top: 1px solid #ebeced;
    height: 52px;
    padding: 0 24px
}

.DraftHistory-actions,.DraftHistory-meta {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.DraftHistory-meta {
    -webkit-box-flex: 1;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    color: #9196a1;
    -ms-flex: 1 1;
    flex: 1 1;
    font-size: 14px;
    justify-content: flex-end;
    line-height: 20px;
    margin-right: 20px;
    overflow: hidden;
    text-align: right
}

.DraftHistory-revert {
    --v3078629522: var(--flag-light,rgba(23,114,246,.08)) var(--flag-dark,rgba(85,142,255,.08));
    background-color: rgba(23,114,246,.08);
    border: none;
    color: #1772f6;
    font-size: 13px;
    font-weight: 600;
    padding: 0 10px
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .DraftHistory-revert {
        background-color:oklch(from var(--GBL01A) l c h/.08)
    }
}

.DraftHistoryModal {
    width: 935px
}

.MaterialLibrary-alert {
    padding-top: 16px;
    text-align: center
}

.MaterialLibrary-alert h2 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 20px
}

.MaterialLibrary-alert p {
    font-size: 15px
}

.MaterialLibraryContent-select {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    justify-content: space-between;
    width: 340px
}

.MaterialLibraryContent-option {
    max-height: 300px;
    width: 340px
}

.Spinner-blade {
    display: inline-block;
    height: 20px;
    position: relative;
    width: 20px
}

.Spinner-blade--large {
    height: 35px;
    width: 35px
}

.Spinner-blade--large .Spinner-blade-12 {
    border-radius: 50%/16.67%;
    height: 25.71429%;
    width: 8.57143%
}

.Spinner-blade--white .Spinner-blade-12 {
    background-color: #fff;
}

@-webkit-keyframes spinnerBladeFade {
    0% {
        opacity: .85
    }

    50% {
        opacity: .25
    }

    to {
        opacity: .25
    }
}

@keyframes spinnerBladeFade {
    0% {
        opacity: .85
    }

    50% {
        opacity: .25
    }

    to {
        opacity: .25
    }
}

.Spinner-blade-12 {
    -webkit-animation: spinnerBladeFade 1s linear infinite;
    animation: spinnerBladeFade 1s linear infinite;
    background-color: #9196a1;
    border-radius: 50%/20%;
    height: 25%;
    left: 44.5%;
    position: absolute;
    top: 37%;
    width: 10%
}

.Spinner-blade-12:first-child {
    -webkit-animation-delay: -1.66667s;
    animation-delay: -1.66667s;
    -webkit-transform: rotate(30deg) translateY(-150%);
    transform: rotate(30deg) translateY(-150%)
}

.Spinner-blade-12:nth-child(2) {
    -webkit-animation-delay: -1.58333s;
    animation-delay: -1.58333s;
    -webkit-transform: rotate(60deg) translateY(-150%);
    transform: rotate(60deg) translateY(-150%)
}

.Spinner-blade-12:nth-child(3) {
    -webkit-animation-delay: -1.5s;
    animation-delay: -1.5s;
    -webkit-transform: rotate(90deg) translateY(-150%);
    transform: rotate(90deg) translateY(-150%)
}

.Spinner-blade-12:nth-child(4) {
    -webkit-animation-delay: -1.41667s;
    animation-delay: -1.41667s;
    -webkit-transform: rotate(120deg) translateY(-150%);
    transform: rotate(120deg) translateY(-150%)
}

.Spinner-blade-12:nth-child(5) {
    -webkit-animation-delay: -1.33333s;
    animation-delay: -1.33333s;
    -webkit-transform: rotate(150deg) translateY(-150%);
    transform: rotate(150deg) translateY(-150%)
}

.Spinner-blade-12:nth-child(6) {
    -webkit-animation-delay: -1.25s;
    animation-delay: -1.25s;
    -webkit-transform: rotate(180deg) translateY(-150%);
    transform: rotate(180deg) translateY(-150%)
}

.Spinner-blade-12:nth-child(7) {
    -webkit-animation-delay: -1.16667s;
    animation-delay: -1.16667s;
    -webkit-transform: rotate(210deg) translateY(-150%);
    transform: rotate(210deg) translateY(-150%)
}

.Spinner-blade-12:nth-child(8) {
    -webkit-animation-delay: -1.08333s;
    animation-delay: -1.08333s;
    -webkit-transform: rotate(240deg) translateY(-150%);
    transform: rotate(240deg) translateY(-150%)
}

.Spinner-blade-12:nth-child(9) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    -webkit-transform: rotate(270deg) translateY(-150%);
    transform: rotate(270deg) translateY(-150%)
}

.Spinner-blade-12:nth-child(10) {
    -webkit-animation-delay: -.91667s;
    animation-delay: -.91667s;
    -webkit-transform: rotate(300deg) translateY(-150%);
    transform: rotate(300deg) translateY(-150%)
}

.Spinner-blade-12:nth-child(11) {
    -webkit-animation-delay: -.83333s;
    animation-delay: -.83333s;
    -webkit-transform: rotate(330deg) translateY(-150%);
    transform: rotate(330deg) translateY(-150%)
}

.Spinner-blade-12:nth-child(12) {
    -webkit-animation-delay: -.75s;
    animation-delay: -.75s;
    -webkit-transform: rotate(1turn) translateY(-150%);
    transform: rotate(1turn) translateY(-150%)
}

.MaterialLibrary-input-module {
    border: 1px solid #1772f6;
    border-radius: 2px;
    font-size: 12px;
    height: 17px;
    line-height: 17px;
    width: 94px
}

.MaterialLibraryNav {
    border-right: 1px solid #f8f8fa;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    height: 100%;
    padding-top: 10px;
    position: relative;
    width: 170px
}

.MaterialLibraryNav-nav {
    max-height: 470px;
    overflow-y: scroll
}

.MaterialLibraryNav-Mine {
    color: #8491a5;
    font-size: 12px;
    height: 32px;
    padding: 0 15px 0 20px
}

.MaterialLibraryNav-Folder {
    color: #8491a5;
    font-size: 12px;
    min-height: 32px;
    padding: 0 15px 0 30px
}

.MaterialLibraryNav-Folder.active {
    background-color: #f8f8fa;
}

.MaterialLibraryNav-Folder.active .nav-num {
    background: #fff;
}

.MaterialLibraryNav-Folder .nav-handle {
    display: none
}

.MaterialLibraryNav-Folder:hover {
    background-color: #f8f8fa;
}

.MaterialLibraryNav-Folder:hover .nav-handle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.MaterialLibraryNav-Folder:hover .nav-num {
    display: none
}

.MaterialLibraryNav-Folder:hover .nav-num.disable-hover {
    display: block
}

.MaterialLibraryNav-Add {
    bottom: 15px;
    cursor: pointer;
    left: 20px;
    position: absolute
}

.MaterialLibraryNav .nav-icon {
    margin-right: 10px;
    width: 16px
}

.MaterialLibraryNav .nav-name {
    max-width: 60px;
    word-break: break-all
}

.MaterialLibraryNav .nav-num {
    background: #f8f8fa;
    border-radius: 10px;
    font-size: 10px;
    height: 10px;
    line-height: 10px;
    padding: 4px 5px
}

.MaterialLibraryNav-input-module {
    height: 28px;
    width: 250px
}

.LabelContainer-loading {
    height: 30px;
    margin: 16px 0
}

.LabelContainer-wrapper {
    margin: 16px 0
}

.LabelContainer-wrapper:empty {
    margin: 0
}

.LabelContainer-wrapper .LabelContainer {
    margin-bottom: -8px;
    padding: 0
}

.LabelContainer-placeholder {
    height: 30px
}

.PaymentTypeSetting-columnSettingField,.PaymentTypeSetting-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.PaymentTypeSetting-columnSettingField {
    padding: 11px 0
}

.PaymentTypeSetting-columnSettingField .PaymentTypeSetting-labelName:before {
    color: #d95350;
    content: "*";
    margin-right: 4px;
    margin-top: 2px
}

.PaymentTypeSetting-labelName {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #373a40;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    margin-right: 3px;
    width: 110px
}

.PaymentTypeSetting-radioContainer,.PaymentTypeSetting-radioLabel {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.PaymentTypeSetting-radioLabel {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #8491a5;
    font-size: 14px;
    margin: 0 20px 0 0;
    min-width: 0
}

.PaymentTypeSetting-radioLabel>label {
    margin-right: 8px
}

.PaymentTypeSetting-typeContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.PaymentTypeSetting-singlePurchaseContainer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 8px
}

.PaymentTypeSetting-singlePurchaseInput {
    margin: 0 4px
}

.PaymentTypeSetting-videoUploadForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 28px
}

.PaymentTypeSetting-videoUploadForm .PaymentTypeSetting-labelName {
    -webkit-box-flex: 0;
    color: #191b1f;
    -ms-flex: 0 0 105px;
    flex: 0 0 105px;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    margin: 0;
    padding: 0
}

.PaymentTypeSetting-videoUploadForm .PaymentTypeSetting-labelName:after {
    color: #d95350;
    content: "*";
    margin-left: 4px
}

.Anonymous-confirm ul {
    padding-left: 2em
}

.Anonymous-confirm ul li {
    list-style: disc
}

.DateTimePicker {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.DateTimePicker-selectList.Select-list {
    max-height: 226px
}

.DateTimePicker button,.DateTimePicker-label {
    margin-right: .6em
}

.TopicBios-loading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    min-height: 400px
}

.TopicBioItem:not(:first-child) {
    margin-top: 16px
}

.TopicBioItem .AuthorInfo {
    color: #535861;
}

.TopicBioItem-title {
    color: #8491a5;
    margin-bottom: 8px
}

.TopicBioItem-inner {
    border: 1px solid #09408e;
    border-radius: 3px;
    margin-bottom: 8px;
    padding: 12px
}

.TopicBioItem-modifyButton {
    color: #8491a5;
    font-size: 14px;
    margin-left: 6px
}

.TopicBioItem-modifyButton:hover {
    color: #09408e;
}

.TopicBioItem-input {
    font-size: 14px;
    height: auto;
    padding: 0;
    width: 100%
}

.TopicBioItem-input,.TopicBioItem-input.is-focus {
    border: none
}

.TopicBioItem-input .Input {
    color: #535861;
    height: auto
}

.TopicBioItem-inputFooter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.TopicBioItem-actions {
    text-align: right
}

.TopicBioItem-actions .Button:not(:first-child) {
    margin-left: 25px
}

.TopicBioItem-addButton {
    border: 1px solid #ebeced;
    height: 48px;
    padding: 0 12px;
    text-align: left
}

.TopicBioItem-addButton:hover {
    border-color: #09408e;
}

.TopicBioItem-addButton .Icon {
    fill: currentColor
}

@-webkit-keyframes fsFadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fsFadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fsFadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fsFadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes fsSlideUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fsSlideUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fsSlideDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
}

@keyframes fsSlideDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
}

.AnswerForm {
    position: relative
}

.AnswerForm .Editable-toolbar {
    border-top: 1px solid #ebeced;
}

.AnswerForm .Sticky.is-fixed .Editable-toolbar,.AnswerForm--isToolbarSticky .Editable-toolbar {
    border-bottom: none;
    border-top: none
}

.AnswerForm .Sticky.is-fixed .Editable-toolbar:after,.AnswerForm--isToolbarSticky .Editable-toolbar:after {
    --v1171690763: var(--flag-light,radial-gradient(ellipse at 50% 1%,rgba(25,27,31,.1),hsla(0,0%,100%,0) 80%)) var(--flag-dark,radial-gradient(ellipse at 50% 1%,hsla(0,0%,100%,.1),rgba(25,27,31,0) 80%));
    background: radial-gradient(ellipse at 50% 1%,rgba(25,27,31,.1),hsla(0,0%,100%,0) 80%);
    content: " ";
    height: 3px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 100%
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .AnswerForm .Sticky.is-fixed .Editable-toolbar:after,.AnswerForm--isToolbarSticky .Editable-toolbar:after {
        background:radial-gradient(ellipse at 50% 1%,oklch(from var(--GBK02A) l c h/.1),oklch(from var(--GBK99A) l c h/0) 80%)
    }
}

.AnswerForm-fullscreenBackdrop {
    --v3331801949: var(--flag-light,rgba(25,27,31,.3)) var(--flag-dark,hsla(0,0%,100%,.3));
    -webkit-animation: fsFadeIn .3s ease-in-out;
    animation: fsFadeIn .3s ease-in-out;
    background: rgba(25,27,31,.3);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .AnswerForm-fullscreenBackdrop {
        background:oklch(from var(--GBK02A) l c h/.3)
    }
}

.AnswerForm-fullscreenBackdrop.isLeaveActive {
    -webkit-animation: fsFadeOut .3s ease-out;
    animation: fsFadeOut .3s ease-out
}

.AnswerForm-fullscreenScroller {
    -webkit-box-flex: 1;
    -webkit-overflow-scrolling: touch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: #fff;
    background: #f8f8fa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1;
    flex: 1 1;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto
}

.AnswerForm-cloneEditor {
    opacity: 1
}

.AnswerForm-fullscreenContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-animation: fsSlideUp .3s ease-in-out;
    animation: fsSlideUp .3s ease-in-out;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100
}

.AnswerForm-fullscreenContent.isLeaveActive {
    -webkit-animation: fsSlideDown .3s ease-out;
    animation: fsSlideDown .3s ease-out
}

.AnswerForm-fullscreenContent .RichText {
    --v3050994928: var(--flag-light,0 1px 3px 0 rgba(0,0,0,.1)) var(--flag-dark,0 1px 3px 0 rgba(0,0,0,.1));
    background: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
    height: calc(100% - 52px);
    min-height: 0!important;
    min-height: auto!important
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .AnswerForm-fullscreenContent .RichText {
        -webkit-box-shadow:0 1px 3px 0 oklch(from var(--GBK02B) l c h/.1);
        box-shadow: 0 1px 3px 0 oklch(from var(--GBK02B) l c h/.1)
    }
}

.AnswerForm-fullscreenContent .Editable {
    -webkit-box-flex: 1;
    border: none;
    -ms-flex: 1 1;
    flex: 1 1
}

.AnswerForm-fullscreenContent .Editable-toolbar {
    background: #fff;
    border-color: #ebeced;
    border-width: 1px 0;
    border-top: none;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10
}

.AnswerForm-fullscreenContent .AnswerForm-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 688px;
    width: 100%
}

.AnswerForm-fullscreenContent .AnswerForm-editor {
    -webkit-box-flex: 1;
    display: block;
    -ms-flex: 1 1;
    flex: 1 1;
    position: static
}

.AnswerForm-fullscreenContent .AnswerForm-footer {
    background: #f8f8fa;
    -webkit-box-shadow: none;
    box-shadow: none
}

.AnswerForm-enterFullscreenButton {
    padding: 0 6px
}

.AnswerForm-exitFullscreenButton {
    background: #ebeced;
    border: none;
    border-radius: 4px;
    line-height: 30px;
    padding: 0 8px;
    position: fixed;
    right: 17px;
    top: 17px;
    z-index: 11
}

.AnswerForm-exitFullscreenButton .Icon {
    fill: currentColor;
    margin-right: 8px
}

.AnswerForm-exitFullscreenButton:hover {
    background: #ebeced;
    color: #81858f;
}

.AnswerForm-title {
    font-size: 22px;
    font-weight: 600;
    margin: 16px 0;
    padding: 0 20px
}

.AnswerForm-editor.is-focus {
    border: none
}

.AnswerForm-editor .Dropzone-overlay {
    margin: 14px 24px
}

.AnswerForm-cloneEditor,.AnswerForm-editor {
    border: none;
    border-radius: 0
}

.AnswerForm-cloneEditor .RichText--editable,.AnswerForm-editor .RichText--editable {
    font-size: 15px;
    padding: 12px 20px
}

.AnswerForm-footer {
    background: #fff;
    position: relative
}

.AnswerForm--isFullscreen .AnswerForm-footer,.AnswerForm-footer.is-fixed {
    --v477414294: var(--flag-light,0 -1px 3px 0 rgba(9,64,142,.05)) var(--flag-dark,0 -1px 3px 0 rgba(82,113,176,.05));
    -webkit-box-shadow: 0 -1px 3px 0 rgba(9,64,142,.05);
    box-shadow: 0 -1px 3px 0 rgba(9,64,142,.05);
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .AnswerForm--isFullscreen .AnswerForm-footer,.AnswerForm-footer.is-fixed {
        -webkit-box-shadow:0 -1px 3px 0 oklch(from var(--GBL07A) l c h/.05);
        box-shadow: 0 -1px 3px 0 oklch(from var(--GBL07A) l c h/.05)
    }
}

.AnswerForm-footer--hidden {
    opacity: 0;
    pointer-events: none
}

.AnswerForm-footerContent {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
    padding: 12px 24px;
    position: relative
}

.AnswerForm-footerContent:empty {
    display: none
}

.AnswerForm-footerContent+.AnswerForm-footerContent {
    border-top: 1px solid #ebeced;
}

.AnswerForm-status {
    color: #8491a5;
    font-size: 14px;
    margin-right: auto
}

.AnswerForm-delete {
    margin-right: 12px
}

.AnswerForm-delete:hover .Icon {
    fill: #9196a1;
}

.AnswerForm-draftStatus--failed {
    color: #d95350;
}

.AnswerForm-footerRight {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.AnswerForm-submit {
    margin-left: 22px
}

.AnswerForm-cancel {
    color: #09408e;
    cursor: pointer
}

.AnswerForm-cancel:hover {
    border-bottom: 1px solid #09408e;
}

.AnswerForm-Notication {
    background: #191b1f;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    height: 20px;
    left: 100%;
    line-height: 20px;
    margin-left: 16px;
    opacity: .8;
    padding: 8px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    white-space: nowrap
}

.AnswerForm-Notication:after {
    border-bottom: 8px solid #191b1f;
    border-left: 8px solid transparent;
    border-radius: 1px;
    border-right: 8px solid transparent;
    content: "";
    height: 0;
    left: -12px;
    margin: 6px auto auto;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 0;
    z-index: 3
}

.AnswerForm-openRewardButton {
    margin-right: 40px;
    position: relative
}

.AnswerForm-openRewardLabel {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #8491a5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 20px
}

.AnswerForm-openRewardCheckbox {
    margin-right: 9px
}

.AnswerForm-scheduledPublishCallout {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #8491a5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.AnswerForm-scheduledPublishCallout .DateTimePicker button {
    line-height: 26px
}

.UserProfitCardSelector {
    height: calc(100vh - 48px);
    width: 700px
}

.UserProfitCardSelector .Modal-content,.UserProfitCardSelector .Modal-inner,.UserProfitCardSelector-content,.UserProfitCardSelector-iframe {
    height: 100%
}

.UserProfitCardSelector .Modal-content {
    margin: 0;
    padding: 0
}

.AnswerForm-MCNEditor {
    height: 385px;
    overflow: hidden;
    width: 536px
}

.AnswerForm-MCNEditor .Modal-content,.AnswerForm-MCNEditor .Modal-inner {
    height: 100%;
    overflow: hidden
}

.AnswerForm-MCNEditor .Modal-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%
}

.AnswerForm-MCNEditor .AnswerForm-MCNEditorIframe {
    max-height: 100vh
}

.u-pointerEventsNone {
    pointer-events: none
}

.ToolbarV3SubmenuButton {
    display: block
}

.ToolbarV3Menu-container {
    border: none;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 100px 0 rgba(0,0,0,.12);
    box-shadow: 0 4px 100px 0 rgba(0,0,0,.12)
}

.ToolbarV3Menu-container .Menu {
    padding: 4px
}

.AnswerModal-list {
    font-size: 14px;
    line-height: 1.75
}

.AnswerModal-list>li:not(:first-child) {
    margin-top: 4px
}

.AnswerModal-moreLink {
    border-bottom: 1px solid transparent;
    color: #09408e;
    display: inline-block;
    font-size: 14px;
    margin-top: 8px
}

.AnswerModal-moreLink:hover {
    border-bottom: 1px solid #09408e;
}

.ImageView {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    z-index: 101
}

.ImageView.is-active {
    --v2780095318: var(--flag-light,rgba(0,0,0,.65)) var(--flag-dark,rgba(0,0,0,.65));
    background-color: rgba(0,0,0,.65);
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .ImageView.is-active {
        background-color:oklch(from var(--GBK02B) l c h/.65)
    }
}

.ImageView-inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%
}

.ImageView-img {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out
}

.ImageView-transformOrigin {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity,-webkit-transform opacity
}

.CommentButton-text {
    margin-right: 4px
}

@media (max-width: 320px) {
    .CommentButton-text {
        display:none
    }
}

.CreatorRightsNotification .Modal-content {
    margin: 0;
    padding: 0
}

.CreatorRightsNotification-liukanshan {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 42px
}

.CreatorRightsNotification-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-top: 40px;
    text-align: center
}

.CreatorRightsNotification-content {
    font-size: 14px;
    margin: 24px 24px 0;
    text-align: center
}

.CreatorRightsNotification-content a {
    color: #09408e;
}

.CreatorRightsNotification-buttonGroup {
    margin: 32px 0 24px
}

.CreatorRightsNotification-buttonGroup .Button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 280px
}

.CreatorRightsNotification-buttonGroup .CreatorRightsNotification-dismiss.Button {
    margin-top: 12px
}

.ModalExp-background {
    background-color: rgba(26,26,26,.4);
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 3
}

.ModalExp-content {
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    bottom: -60vh;
    height: 60vh;
    left: 0;
    overflow: scroll;
    position: fixed;
    -webkit-transition: bottom .2s cubic-bezier(.4,0,.2,1);
    transition: bottom .2s cubic-bezier(.4,0,.2,1);
    z-index: 4
}

.ModalExp-closeIcon {
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 102
}

.ModalExp-modalShow {
    bottom: 0
}

.SkipModal .ModalExp-modalShow {
    border-radius: 12px;
    height: 132px;
    left: 50%;
    margin-left: -140px;
    margin-top: -66px;
    position: fixed;
    top: 50%;
    width: 280px
}

.SkipModal .ModalExp-modalShow .title {
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    margin: 24px 0;
    text-align: center
}

.SkipModal .ModalExp-modalShow .button_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.SkipModal .ModalExp-modalShow .Button--plain,.SkipModal .ModalExp-modalShow .Button--primary {
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    line-height: 22px;
    width: 112px
}

.SkipModal .ModalExp-modalShow .Button--primary {
    background-color: #06f;
    color: #fff
}

.SkipModal .ModalExp-modalShow .Button--plain {
    background-color: #eaeaea;
    color: #444;
    margin: 0 16px 0 20px
}

.ModalLoading-background {
    background-color: rgba(26,26,26,.4);
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 101
}

.ModalLoading-content {
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 102
}

.ModalLoading-modalShow {
    bottom: 0;
    display: block;
    left: 0
}

.ModalWrap-body {
    overflow: hidden!important
}

.ModalWrap .ModalExp-content {
    border-radius: 20px 20px 0 0;
    height: 200px;
    width: 100%;
    z-index: 102
}

.ModalWrap .ModalExp-background {
    z-index: 101
}

.ModalWrap-content {
    padding: 15px 20px
}

.ModalWrap-title {
    color: #191b1f;
    font-size: 14px
}

.ModalWrap-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 43px;
    padding: 16px 0
}

.ModalWrap-item:last-child {
    position: relative
}

.ModalWrap-item:last-child:before {
    border-top: 1px solid #c4c7ce;
    bottom: -50%;
    content: " ";
    display: block;
    left: -50%;
    pointer-events: none;
    position: absolute;
    right: -50%;
    top: -50%;
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.ModalWrap-item:last-child .ModalWrap-itemBtn {
    --v470502664: var(--flag-light,hsla(210,5%,93%,.7)) var(--flag-dark,rgba(40,43,48,.7));
    background-color: hsla(210,5%,93%,.7);
    color: #535861;
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .ModalWrap-item:last-child .ModalWrap-itemBtn {
        background-color:oklch(from var(--GBK09A) l c h/.7)
    }
}

.ModalWrap-itemBtn {
    background-color: #1772f6;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    margin-left: auto;
    text-align: center;
    width: 90px
}

.ModalWrap-itemTitle {
    color: #191b1f;
    font-size: 18px;
    font-weight: 600;
}

.ModalWrap-itemDesc {
    color: #191b1f;
    font-size: 12px
}

.ModalWrap-itemImg {
    height: 44px;
    margin-right: 10px;
    width: 44px
}

.ModalWrap-itemImg img {
    height: 100%;
    width: 100%
}

.AdvertImg {
    background-color: #f6f6f6;
    position: relative
}

html[data-theme=dark] .AdvertImg {
    background-color: #1b1b1b
}

.AdvertImg img {
    border-radius: inherit;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
    text-indent: -9999px;
    -webkit-transition: opacity .5s linear;
    transition: opacity .5s linear;
    vertical-align: top;
    width: 100%
}

.AdvertImg-DefaultImageIcon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f8fafc;
    border: 2px dashed #e6eaee;
    border-radius: 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100%
}

.AdvertImg--isLoaded {
    background-color: transparent
}

.AdvertImg--isLoaded img {
    opacity: 1
}

.AdvertImg-12-5 {
    display: block;
    position: relative
}

.AdvertImg-12-5 .AdvertImg {
    position: relative;
    z-index: 0
}

.AdvertImg-12-5 .AdvertImg:before {
    border-radius: inherit;
    content: " ";
    display: block;
    padding-top: 41.66667%;
    pointer-events: none;
    width: 100%
}

.AdvertImg-12-5 .AdvertImg img {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.AdvertImg-16-9 {
    display: block;
    position: relative
}

.AdvertImg-16-9 .AdvertImg {
    position: relative;
    z-index: 0
}

.AdvertImg-16-9 .AdvertImg:before {
    border-radius: inherit;
    content: " ";
    display: block;
    padding-top: 56.25%;
    pointer-events: none;
    width: 100%
}

.AdvertImg-16-9 .AdvertImg img {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.AdvertImg-2-1 {
    display: block;
    position: relative
}

.AdvertImg-2-1 .AdvertImg {
    position: relative;
    z-index: 0
}

.AdvertImg-2-1 .AdvertImg:before {
    border-radius: inherit;
    content: " ";
    display: block;
    padding-top: 50%;
    pointer-events: none;
    width: 100%
}

.AdvertImg-2-1 .AdvertImg img {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.app_EAnswerCard {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 0;
    border-style: solid;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 12px 13px;
    text-decoration: none
}

html[data-theme=dark] .app_EAnswerCard {
    background: #121212
}

.app_EAnswerCard>* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.app_EAnswerCard-image {
    border-radius: 100%;
    height: 36px;
    width: 36px
}

.app_EAnswerCard-content {
    -webkit-box-flex: 1;
    word-wrap: break-word;
    -ms-flex: 1 1;
    flex: 1 1;
    margin-left: 9px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    width: 0;
    word-break: break-all
}

.app_EAnswerCard-content-appName {
    color: #121212;
    font-size: 15px;
    max-width: 7em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[data-theme=dark] .app_EAnswerCard-content-appName {
    color: #fff
}

.app_EAnswerCard-content-appName-2 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #121212;
    display: -webkit-box;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis
}

html[data-theme=dark] .app_EAnswerCard-content-appName-2 {
    color: #fff
}

.app_EAnswerCard-content-desc {
    color: #999;
    font-size: 13px;
    max-width: 16em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[data-theme=dark] .app_EAnswerCard-content-desc {
    color: #999
}

.app_EAnswerCard-button {
    border-radius: 5px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    color: #0084ff;
    font-size: 13px;
    line-height: 16px;
    margin-left: 8px;
    max-width: 5em;
    min-width: 4em;
    overflow: hidden;
    padding: 8px .925em;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap
}

.app_EAnswerCard-button,html[data-theme=dark] .app_EAnswerCard-button {
    background: hsla(0,0%,60%,.08)
}

.app_EAnswerCard-bottom-close {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    color: #d3d3d3;
    font-size: 20px;
    font-weight: 200;
    height: 20px;
    justify-content: center;
    margin-left: 5px;
    width: 20px
}

.app_EAnswerCard-bottom-close,.pc_EAnswerCard {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pc_EAnswerCard {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background: #fff;
    border: 0;
    border-radius: 4px;
    border-style: solid;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.102);
    box-shadow: 0 0 20px rgba(0,0,0,.102);
    cursor: pointer;
    height: 84px;
    justify-content: space-between;
    margin: 15px auto;
    padding: 0 15px;
    text-decoration: none;
    width: 390px
}

.pc_EAnswerCard>* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pc_EAnswerCard-image {
    border-radius: 100%;
    height: 36px;
    width: 36px
}

.pc_EAnswerCard-content {
    -webkit-box-flex: 1;
    word-wrap: break-word;
    -ms-flex: 1 1;
    flex: 1 1;
    margin-left: 9px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    width: 0;
    word-break: break-all
}

.pc_EAnswerCard-content-appName {
    color: #121212;
    font-size: 15px;
    max-width: 7em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[data-theme=dark] .pc_EAnswerCard-content-appName {
    color: #fff
}

.pc_EAnswerCard-content-appName-2 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #121212;
    display: -webkit-box;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis
}

html[data-theme=dark] .pc_EAnswerCard-content-appName-2 {
    color: #fff
}

.pc_EAnswerCard-content-desc {
    color: #999;
    font-size: 13px;
    max-width: 16em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[data-theme=dark] .pc_EAnswerCard-content-desc {
    color: #999
}

.pc_EAnswerCard-button {
    border-radius: 5px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    color: #0084ff;
    font-size: 13px;
    line-height: 16px;
    margin-left: 8px;
    max-width: 5em;
    min-width: 4em;
    overflow: hidden;
    padding: 8px .925em;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap
}

.pc_EAnswerCard-button,html[data-theme=dark] .pc_EAnswerCard-button {
    background: hsla(0,0%,60%,.08)
}

.Reward-activateBtn {
    background: #f04567;
    border-radius: 4px;
    color: #fff;
    height: 32px;
    margin-bottom: 12px;
    margin-top: 60px;
    width: 110px
}

.Reward-activateHint {
    color: #adb0b7;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 60px
}

.Reward-rewardBtn {
    background: #f04567;
    border-radius: 4px;
    color: #fff;
    height: 32px;
    margin-bottom: 12px;
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px
}

@font-face {
    font-family: ZHVipFont;
    src: url(https://unpkg.zhimg.com/@cfe/assets@1.4.0/dist/fonts/ZHVipFont-Medium.ttf)
}

.Reward {
    color: #81858f;
    font-size: 14px;
    text-align: center
}

.Reward-tagline {
    font-size: 15px;
    line-height: 18px;
    margin-top: 60px
}

.AbstractForm .Modal-title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 25px;
    padding: 0 24px;
    text-align: left
}

.AbstractForm .Abstract-input {
    margin: 10px
}

.AbstractForm .AbstractForm-footer {
    text-align: right
}

.TopicSelect {
    margin-top: 16px
}

.TopicSelect-topicInput {
    border-color: #1772f6;
    border-radius: 20px;
    color: #1772f6;
    height: 30px;
    padding: 2px 18px
}

.SharePopover {
    --v1135991827: var(--flag-light,0 5px 20px rgba(0,0,0,.1)) var(--flag-dark,0 5px 20px rgba(0,0,0,.1));
    background: #fff;
    border: 1px solid #ebeced;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.1);
    box-shadow: 0 5px 20px rgba(0,0,0,.1);
    left: 50%;
    opacity: 0;
    padding: 7px 16px 7px 12px;
    position: absolute;
    -webkit-transform: translate(-50%,-10px);
    transform: translate(-50%,-10px);
    z-index: 2;
    z-index: -1
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .SharePopover {
        -webkit-box-shadow:0 5px 20px oklch(from var(--GBK02B) l c h/.1);
        box-shadow: 0 5px 20px oklch(from var(--GBK02B) l c h/.1)
    }
}

.SharePopover--show {
    opacity: 1;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-transition: opacity .16s 30ms,-webkit-transform .16s 30ms;
    transition: opacity .16s 30ms,-webkit-transform .16s 30ms;
    transition: opacity .16s 30ms,transform .16s 30ms;
    transition: opacity .16s 30ms,transform .16s 30ms,-webkit-transform .16s 30ms;
    z-index: 1
}

.SharePopover-arrow {
    height: 16px;
    left: 50%;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%,-100%);
    transform: translate(-50%,-100%);
    width: 32px
}

.SharePopover-arrow:after {
    background: #fff;
    border: 1px solid #ebebeb;
    bottom: -8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    height: 24px;
    left: 50%;
    margin: -12px;
    pointer-events: auto;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 24px
}

.SharePopover-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px
}

.SharePopover-content--danger {
    cursor: not-allowed
}

.SharePopover-content--danger .SharePopover-quote {
    --v3645691681: var(--flag-light,rgba(132,145,165,.3)) var(--flag-dark,rgba(146,154,171,.3));
    color: rgba(132,145,165,.3);
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .SharePopover-content--danger .SharePopover-quote {
        color:oklch(from var(--GBL05A) l c h/.3)
    }
}

.SharePopover-content--danger .SharePopover-main {
    --v3645691681: var(--flag-light,rgba(132,145,165,.3)) var(--flag-dark,rgba(146,154,171,.3));
    color: rgba(132,145,165,.3);
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .SharePopover-content--danger .SharePopover-main {
        color:oklch(from var(--GBL05A) l c h/.3)
    }
}

.SharePopover-content--danger .SharePopover-hint {
    color: #d95350;
}

.SharePopover-quote {
    color: #8491a5;
}

.SharePopover-main {
    margin-left: 4px
}

.SharePopover-hint,.SharePopover-main {
    color: #8491a5;
    font-weight: 600;
}

.SharePopover-hint:before {
    color: #ebeced;
    content: "|";
    margin: 0 8px
}

.CopyrightRichText-tooltip {
    font-size: 14px
}

.Editable-VideoTitleInput-container {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 100%
}

.Editable-VideoTitleInput-innerContainer {
    cursor: text;
    display: flex;
    padding: 0 16px
}

.Editable-VideoTitleInput-innerContainer--isBeforeIconShown {
    padding: 0 10px
}

.Editable-VideoTitleInput-beforeIcon {
    color: #81858f;
}

.Editable-VideoTitleInput-value {
    font-size: 15px;
    line-height: 48px
}

.Editable-VideoTitleInput-value--noContent {
    color: #81858f;
}

.Editable-VideoTitleInput {
    border: none;
    box-sizing: border-box;
    font-size: 15px;
    height: 48px;
    padding: 0;
    width: 100%
}

.Editable-VideoTitleInput:focus {
    outline: none
}

.Editable-VideoTitleInput::-moz-placeholder {
    color: #81858f;
}

.Editable-VideoTitleInput::placeholder {
    color: #81858f;
}

.VideoCardPlayButton {
    bottom: 0;
    height: 56px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform .3s;
    width: 56px
}

.VideoCardPlayButton-icon {
    --v114997022: var(--flag-light,0 0 4px 0 rgba(0,0,0,.16)) var(--flag-dark,0 0 4px 0 rgba(0,0,0,.16));
    border-radius: 50%;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.16);
    display: block
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .VideoCardPlayButton-icon {
        box-shadow:0 0 4px 0 oklch(from var(--GBK02B) l c h/.16)
    }
}

.VideoCardPlayButton-withFileSize--outer {
    bottom: 0;
    height: 36px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0
}

.VideoCardPlayButton-withFileSize--outer .VideoCardPlayButton-withFileSize {
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    background-color: hsla(0,0%,7%,.6);
    border-radius: 18px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 36px;
    line-height: 35px;
    padding: 0 14px
}

@supports not ((-webkit-backdrop-filter: blur(16px)) or (backdrop-filter:blur(16px))) {
    .VideoCardPlayButton-withFileSize--outer .VideoCardPlayButton-withFileSize {
        background-color:hsla(0,0%,7%,.8)
    }
}

.VideoCardPlayButton-withFileSize--outer .VideoCardPlayButton-withFileSize {
    border: .5px solid hsla(0,0%,100%,.1)
}

.VideoCardPlayButton-withFileSize--outer .Zi {
    margin-left: -2.5px;
    margin-right: 7.5px
}

.VideoCard {
    --v4227349361: var(--flag-light,0 1px 3px rgba(0,0,0,.1)) var(--flag-dark,0 1px 3px rgba(0,0,0,.1));
    border: 1px solid #ebeced;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    overflow: hidden;
    position: relative
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .VideoCard {
        box-shadow:0 1px 3px oklch(from var(--MapUIFrame01A) l c h/.1)
    }
}

html[data-theme=dark] .VideoCard {
    --v4227349427: var(--flag-light,0 1px 3px rgba(0,0,0,.3)) var(--flag-dark,0 1px 3px rgba(0,0,0,.3));
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    html[data-theme=dark] .VideoCard {
        box-shadow:0 1px 3px oklch(from var(--MapUIFrame01A) l c h/.3)
    }
}

.VideoCard.is-videoAnswer {
    border: none;
    border-radius: 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

.VideoCard--converting .VideoCard-thumbnail {
    filter: blur(8px);
    transform: scale(1.1)
}

.VideoCard--converting .VideoCard-video-content:after {
    color: #fff;
    content: "è§†é¢‘æ­£åœ¨è½¬ç ä¸­";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%)
}

.VideoCard-link {
    display: block
}

.VideoCard-layout {
    display: flex;
    flex-wrap: wrap
}

.VideoCard-poster {
    background-color: #ebeced;
    height: 90px;
    position: relative;
    width: 120px
}

.VideoCard-poster img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.VideoCard-poster .VideoCard-playIcon--nonLens {
    bottom: 0;
    height: 36px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 36px
}

.VideoCard-video {
    position: relative;
    width: 100%
}

.VideoCard-video:before {
    content: "";
    display: block;
    padding-top: 56.25%
}

.VideoCard-video-content {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.VideoCard-thumbnail {
    background-color: #ebeced;
    height: 100%;
    position: relative;
    width: 100%
}

.VideoCard-thumbnail img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.VideoCard-thumbnail--placeholder {
    background-image: url(https://zhstatic.zhihu.com/zhihu-components/video-card/video_placeholder.jpg);
    background-size: cover
}

.VideoCard--interactive .VideoCard-video:hover .VideoCard-play-button {
    transform: scale(1.1)
}

.VideoCard-content {
    box-sizing: border-box;
    flex: 1 1;
    overflow: hidden;
    padding: 10px 16px
}

.VideoCard-VideoTitleInputHolder {
    height: 48px;
    width: 100%
}

.VideoCard-title {
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.VideoCard--interactive .VideoCard-link .VideoCard-content:hover .VideoCard-title {
    color: #09408e;
}

.VideoCard-description {
    height: 25px;
    line-height: 25px;
    margin-top: 5px
}

.VideoCard-source {
    margin-right: 10px
}

.VideoCard-badge,.VideoCard-source {
    color: #8491a5;
    display: inline-block
}

.VideoCard-badge {
    background-color: #f8f8fa;
    border-radius: 3px;
    padding: 0 8px
}

.VideoCard-player {
    background-color: #191b1f;
    height: 100%;
    width: 100%
}

.VideoCard-player .Embed,.VideoCard-player>div {
    display: block;
    height: 100%;
    width: 100%
}

.VideoCard-overlay {
    background-color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.VideoCard-overlay.is-loading {
    opacity: 0
}

.VideoCard-mask {
    background-color: #191b1f;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s,visibility .3s;
    width: 100%;
    z-index: 1
}

.VideoCard-mask:not(.is-shown) {
    opacity: 0;
    visibility: hidden
}

.VideoCard--mobile .VideoCard-poster {
    height: 75px;
    width: 100px
}

.VideoCard--mobile .VideoCard-video:hover .VideoCard-play-button {
    transform: scale(1)
}

.VideoCard--mobile .VideoCard-content {
    padding: 10px 12px
}

.VideoCard--mobile .VideoCard-title {
    font-size: 16px
}

.VideoCard--mobile .VideoCard-description {
    font-size: 12px;
    margin-top: 0
}

.VideoErrorCard-thumbnail {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 100%
}

.VideoErrorCard-error {
    color: #8491a5;
    font-size: 28px;
    line-height: 40px;
    text-align: center
}

.RichContent {
    line-height: 1.67
}

.RichContent b .UserLink-link {
    font-weight: inherit
}

.RichContent.is-collapsed .RichContent-inner {
    max-height: 100px
}

.RichContent--unescapable.is-collapsed {
    overflow: hidden;
    position: relative
}

.RichContent--unescapable.is-collapsed .RichContent-inner {
    --v2048474596: var(--flag-light,linear-gradient(#191b1f calc(100% - 110px),rgba(25,27,31,.15) calc(100% - 72px),transparent calc(100% - 62px))) var(--flag-dark,linear-gradient(#fff calc(100% - 110px),hsla(0,0%,100%,.15) calc(100% - 72px),transparent calc(100% - 62px)));
    -webkit-mask-image: linear-gradient(#191b1f calc(100% - 110px),rgba(25,27,31,.15) calc(100% - 72px),transparent calc(100% - 62px));
    mask-image: linear-gradient(#191b1f calc(100% - 110px),rgba(25,27,31,.15) calc(100% - 72px),transparent calc(100% - 62px));
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    position: relative;
    -webkit-transition: max-height .32s cubic-bezier(.95,.05,.795,.035),-webkit-mask-size .22s cubic-bezier(.95,.05,.795,.035);
    transition: max-height .32s cubic-bezier(.95,.05,.795,.035),-webkit-mask-size .22s cubic-bezier(.95,.05,.795,.035);
    transition: mask-size .22s cubic-bezier(.95,.05,.795,.035),max-height .32s cubic-bezier(.95,.05,.795,.035);
    transition: mask-size .22s cubic-bezier(.95,.05,.795,.035),max-height .32s cubic-bezier(.95,.05,.795,.035),-webkit-mask-size .22s cubic-bezier(.95,.05,.795,.035)
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .RichContent--unescapable.is-collapsed .RichContent-inner {
        -webkit-mask-image:linear-gradient(var(--GBK02A) calc(100% - 110px),oklch(from var(--GBK02A) l c h/.15) calc(100% - 72px),transparent calc(100% - 62px));
        mask-image: linear-gradient(var(--GBK02A) calc(100% - 110px),oklch(from var(--GBK02A) l c h/.15) calc(100% - 72px),transparent calc(100% - 62px))
    }
}

.RichContent--unescapable.is-collapsed .ContentItem-actions {
    position: relative
}

.RichContent--unescapable.is-collapsed .ContentItem-rightButton {
    color: #09408e;
    font-size: 16px;
    height: 22px;
    letter-spacing: .4px;
    line-height: 22px;
    -webkit-transform: translateY(calc(-26px - 100%));
    transform: translateY(calc(-26px - 100%));
    width: 100%;
    z-index: 1
}

@media (min-width: 690px) {
    .RichContent.is-collapsed {
        cursor:pointer;
        -webkit-transition: color .14s ease-out;
        transition: color .14s ease-out
    }

    .RichContent.is-collapsed .CopyrightRichText-richText {
        pointer-events: none
    }

    .RichContent.is-collapsed .RichContent-inner:hover {
        color: #535861;
    }
}

.RichContent.is-collapsed:not(.RichContent--unescapable) .CopyrightRichText-richText {
    white-space: normal
}

.RichContent-inner {
    margin-bottom: -4px;
    margin-top: 9px;
    overflow: hidden
}

.RichContent-cover {
    background-position: 50%;
    background-size: cover;
    border-radius: 4px;
    float: left;
    height: 105px;
    margin-bottom: 4px;
    margin-right: 18px;
    margin-top: -2px;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 190px;
    z-index: 1
}

.RichContent-cover+.RichContent-inner {
    margin-top: 16px
}

.RichContent-cover:after {
    --v2575278988: var(--flag-light,rgba(25,27,31,.02)) var(--flag-dark,hsla(0,0%,100%,.02));
    background: rgba(25,27,31,.02);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .RichContent-cover:after {
        background:oklch(from var(--GBK02A) l c h/.02)
    }
}

.RichContent-cover .VagueImage {
    vertical-align: top
}

.RichContent-cover-play {
    --v114997022: var(--flag-light,0 0 4px 0 rgba(0,0,0,.16)) var(--flag-dark,0 0 4px 0 rgba(0,0,0,.16));
    border-radius: 50%;
    bottom: 0;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.16);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.16);
    height: 48px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    z-index: 2
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .RichContent-cover-play {
        -webkit-box-shadow:0 0 4px 0 oklch(from var(--GBK02B) l c h/.16);
        box-shadow: 0 0 4px 0 oklch(from var(--GBK02B) l c h/.16)
    }
}

.RichContent-cover-inner.RichContent-cover--normal {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
}

.RichContent-cover-inner.RichContent-cover--normal img {
    height: 100%;
    left: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    width: 100%
}

.RichContent-cover>img {
    margin: 0!important
}

.RichContent-cover .zh-lightbox-thumb {
    cursor: pointer!important
}

.RichContent-cover--mobile {
    float: none;
    height: 0;
    margin: 10px 0 -8px!important;
    padding: 21% 0;
    width: 100%
}

@media (max-width: 320px) {
    .RichContent-collapsedText {
        display:none
    }
}

.RichContent-actions.is-fixed {
    -webkit-animation: slideInUp .2s;
    animation: slideInUp .2s
}

.RichContent-videoMore {
    color: #1772f6;
    font-size: 14px;
    margin-top: 30px;
    text-align: center
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.ContentItem-convertVideoButton {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ContentItem-convertVideoButton svg {
    fill: #8491a5;
}

.ContentItem-convertVideoButton span {
    margin-left: 5px
}

.RichContent-cover-mask {
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.5)));
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.5));
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    bottom: 0;
    height: 25px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%
}

.RichContent-cover-duration {
    bottom: 6px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    position: absolute;
    right: 6px
}

.AnswerItem-meta {
    margin-top: 14px;
    position: relative
}

.AnswerItem-meta .AnswerItem-sticky {
    cursor: default
}

.AnswerItem-meta .AnswerItem-sticky,.AnswerItem-selfMenu {
    color: #8491a5;
    font-size: 14px
}

.AnswerItem-selfMenuItem {
    line-height: 40px
}

.AnswerItem-selectMenuItem {
    line-height: 40px;
    padding-left: 44px
}

.AnswerItem-statusContent {
    background: #f8f8fa;
    border-radius: 4px;
    margin: 16px 0;
    padding: 16px
}

.AnswerItem-statusReason {
    color: #191b1f;
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 3px
}

.AnswerItem-statusDescription {
    color: #191b1f;
    font-size: 14px;
    line-height: 26px
}

.AnswerItem-statusDescription .RichContent-inner {
    margin-top: 0
}

.AnswerItem-statusDescription .RichContent.is-collapsed .RichContent-inner:hover {
    color: #191b1f;
}

.AnswerItem-statusDescription .ContentItem-arrowIcon {
    display: none
}

.AnswerItem-statusLink {
    border-bottom: 1px solid #8491a5;
}

.AnswerItem-statusLink:active,.AnswerItem-statusLink:hover {
    border-bottom: 1px solid #09408e;
    color: #09408e;
}

.AnswerItem-complaintLink {
    color: #09408e;
    font-weight: 400;
    padding-bottom: 2px
}

.AnswerItem-complaintLink:hover {
    border-bottom: 1px solid #09408e;
}

.AnswerItem-complaintHelp {
    float: right
}

.AnswerItem-complaintIcon {
    position: relative;
    top: -1px
}

.AnswerItem-status {
    background: #ebeced;
    border-radius: 4px;
    color: #8491a5;
    margin: 16px 0;
    padding: 16px
}

.AnswerItem-status a {
    color: #09408e;
}

.AnswerItem-status a:hover {
    border-bottom: 1px solid #09408e;
}

.AnswerItem-deleted {
    color: #8491a5;
    font-size: 15px;
    text-align: center
}

.AnswerItem-deleted a {
    color: #09408e;
    cursor: pointer;
    font-size: inherit
}

.AnswerItem-deleted a:hover {
    border-bottom: 1px solid #09408e;
}

.AnswerItem-form {
    border-bottom: 1px solid #ebeced;
}

.AnswerItem-editButton {
    color: #09408e;
    cursor: pointer
}

.AnswerItem-editButton:hover .AnswerItem-editButtonText {
    border-bottom: 1px solid #09408e;
}

.AnswerItem-mainAction {
    border-color: #1772f6;
    color: #1772f6;
    margin-right: 16px
}

.AnswerItem-mainAction--disabled {
    opacity: .5
}

.Body--Mobile .AnswerItem-mainAction {
    font-size: 12px;
    line-height: 28px;
    margin-right: 12px;
    padding: 0 10px
}

.Body--Mobile .AnswerItem .Icon--comment,.Body--Mobile .AnswerItem .Icon--dots,.Body--Mobile .AnswerItem .Icon--setting,.Body--Mobile .AnswerItem .Icon--star {
    width: 16px!important
}

.AnswerItem-authorInfo {
    margin-top: 10px
}

.AnswerItem-authorInfo--related {
    margin-top: 0
}

.AnswerItem-brandQuestionPrizeTip {
    color: #8491a5;
    font-size: 15px;
    margin-top: 8px
}

.AnswerItem-brandQuestionPrizeTip a {
    color: #1772f6;
    margin-left: 5px
}

.AnswerItem-mainAction.AnswerItem-brandQuestionButton {
    margin-right: 5px;
    padding: 0 10px
}

.AnswerItem-IntroCard .IntroCard-contentName {
    max-height: 21px
}

.AnswerItem-IntroCard .IntroCard-authorDesc,.AnswerItem-IntroCard .IntroCard-description {
    max-height: 42px
}

.RichContent-wechatExpand {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    position: relative;
    top: 20px
}

.RichContent-wechatExpand>div:first-child {
    width: 100%
}

.RichContent-wechatExpand svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.AnswerItem-lock {
    color: #373a40;
}

.AnswerItem-lockIcon {
    margin-right: 4px
}

.AnswerItem .SelfVisibleLable-wrap {
    margin-top: 16px
}

body:not(.Body--Mobile) .AnswerItem .RichContent-hasCatalog .RichContent-inner {
    overflow: visible
}

.AnswerItem-highlight em {
    color: #d95350;
    font-style: normal
}

.Copyright-TxtBottom {
    margin-top: 10px
}

.VoteButton-Ship {
    margin-right: 5px
}

.ActivityItem-StickyMark {
    border: 1px solid #3a76d0;
    border-radius: 2px;
    color: #3a76d0;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin: -3px 11px -3px 0;
    padding: 3px;
    vertical-align: middle
}

.ActivityItem-StickyMark+a,.ActivityItem-StickyMark+span {
    vertical-align: middle
}

.VideoAnswerPlayer {
    margin: 16px 0
}

.VideoAnswerPlayer-video {
    position: relative
}

.VideoAnswerPlayer-video:before {
    content: "";
    display: block;
    padding-top: 56.25%
}

.VideoAnswerPlayer-iframe {
    border: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.VoteButton {
    --v2826452827: var(--flag-light,rgba(23,114,246,.1)) var(--flag-dark,rgba(85,142,255,.1));
    background: rgba(23,114,246,.1);
    border-color: transparent;
    color: #1772f6;
    padding: 0 10px
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .VoteButton {
        background:oklch(from var(--GBL01A) l c h/.1)
    }
}

.VoteButton:not(:disabled):hover {
    --v3078630512: var(--flag-light,rgba(23,114,246,.15)) var(--flag-dark,rgba(85,142,255,.15));
    background-color: rgba(23,114,246,.15);
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .VoteButton:not(:disabled):hover {
        background-color:oklch(from var(--GBL01A) l c h/.15)
    }
}

.VoteButton:disabled:hover {
    background: #f8f8fa;
}

.VoteButton.is-active {
    background: #1772f6;
    color: #fff;
}

.VoteButton.is-active:hover {
    background-color: #1772f6;
}

.VoteButton-TriangleUp {
    margin-right: 5px
}

.VoteButton--down {
    margin-left: 4px
}

.VoteButton--down.VoteButton--mobileDown {
    margin-left: 8px
}

.SelfVisibleLable-wrap {
    background-color: #f8f8fa;
    border-radius: 6px;
    font-size: 14px;
    height: 40px;
    line-height: 40px
}

.SelfVisibleLable-lockIcon {
    margin-left: 13px;
    margin-right: 7px
}

.Label-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 15px;
    height: 20px;
    margin-right: 4px
}

.Label-iconImg {
    height: 20px;
    width: 20px
}

.Label-iconColor--commercial {
    --v681283993: var(--flag-light,rgba(9,64,142,.72)) var(--flag-dark,rgba(82,113,176,.72));
    color: rgba(9,64,142,.72);
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .Label-iconColor--commercial {
        color:oklch(from var(--GBL07A) l c h/.72)
    }
}

.Label-iconColor--positive {
    color: #a5542f;
}

.Label-iconColor--positiveBackground {
    --v2715759946: var(--flag-light,rgba(165,84,47,.08)) var(--flag-dark,rgba(210,130,98,.08));
    background: rgba(165,84,47,.08);
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .Label-iconColor--positiveBackground {
        background:oklch(from var(--GYL02A) l c h/.08)
    }
}

.ReferenceList {
    clear: both;
    font-size: .8em
}

.ReferenceList li:focus {
    outline: none;
    transition: background .3s
}

html[data-focus-visible] .ReferenceList li:focus {
    background: rgba(5,109,232,.08)
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    html[data-focus-visible] .ReferenceList li:focus {
        background:oklch(from var(--BL01) l c h/.08)
    }
}

html[data-theme=dark][data-focus-visible] .ReferenceList li:focus {
    background: rgba(85,142,255,.3)
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    html[data-theme=dark][data-focus-visible] .ReferenceList li:focus {
        background:oklch(from var(--BL02) l c h/.3)
    }
}

.ReferenceList .ReferenceList-backHint {
    padding-right: .25em
}

.ReferenceList .ReferenceList-backLink {
    color: #09408e;
    font-weight: 600;
    padding-right: .25em
}

@media (hover: hover) {
    .ReferenceList .ReferenceList-backLink:hover {
        -webkit-text-decoration:underline;
        text-decoration: underline
    }
}

.LikeButton {
    --v2826452827: var(--flag-light,rgba(23,114,246,.1)) var(--flag-dark,rgba(85,142,255,.1));
    background: rgba(23,114,246,.1);
    border-color: transparent;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1772f6;
    padding: 0 15px;
    text-align: center
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .LikeButton {
        background:oklch(from var(--GBL01A) l c h/.1)
    }
}

.LikeButton:not(:disabled):hover {
    --v3078630512: var(--flag-light,rgba(23,114,246,.15)) var(--flag-dark,rgba(85,142,255,.15));
    background-color: rgba(23,114,246,.15);
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .LikeButton:not(:disabled):hover {
        background-color:oklch(from var(--GBL01A) l c h/.15)
    }
}

.LikeButton:disabled:hover {
    background: #f8f8fa;
}

.LikeButton.is-active {
    background: #1772f6;
    color: #fff;
}

.LikeButton.is-active:hover {
    background-color: #1772f6;
}

.LikeButton .Icon {
    fill: currentColor;
    margin-right: 7px
}

.ArticleItem-authorInfo {
    margin-top: 14px
}

.ArticleItem-extraInfo {
    color: #8491a5;
    font-size: 14px;
    margin-top: 16px
}

.ArticleItem-status {
    background: #ebeced;
    border-radius: 4px;
    color: #8491a5;
    margin: 16px 0;
    padding: 16px
}

.ArticleItem-status a {
    color: #09408e;
}

.ArticleItem-status a:hover {
    border-bottom: 1px solid #09408e;
}

.ArticleItem-highlight em {
    color: #d95350;
    font-style: normal
}

.NGMMjPlIgmNJSiEet7HX {
    background-color: #1772f6;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    padding: 9px 14px
}

.Post-ActionMenuButton {
    margin-left: 24px
}

.Post-ActionMenu>.Menu-item {
    line-height: 40px;
    padding: 0 20px;
    position: relative
}

.Post-ActionMenu>.Menu-item .Icon {
    left: 20px;
    position: absolute;
    top: 10px
}

.Post-ActionMenu>.Menu-divider:last-child {
    display: none
}

.Post-ActionMenu--withCommentSettings>.Menu-item {
    padding-left: 44px
}

.PinItem-author {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px
}

.PinItem-authorInfo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.PinItem-remainContentRichText {
    margin-top: 10px;
    pointer-events: auto
}

.PinItem-remainContentRichText .link-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 10px
}

.PinItem-remainContentRichText .link-box .content {
    padding-left: 0
}

.PinItem-remainContentRichText .link-box .thumbnail {
    border-radius: 4px;
    height: 72px;
    width: 72px
}

.PinItem-remainContentRichText blockquote {
    cursor: pointer
}

.PinItem-3lineBlockquote {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-height: 81px;
    overflow: hidden;
    text-overflow: ellipsis
}

.PinItem-contentTitle {
    max-height: 54px
}

.PinItem-contentTitle,.PinItem-contentUrl {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.PinItem .subtype {
    background-color: #f8f8fa;
    border-radius: 3px;
    color: #8491a5;
    display: inline-block;
    font-size: 12px;
    line-height: normal;
    margin-left: 8px;
    padding: 1px 6px;
    vertical-align: 1px
}

.Thumbnail-Wrapper {
    width: 25%
}

.PinItem-content-originpin {
    --v4227349361: var(--flag-light,0 1px 3px rgba(0,0,0,.1)) var(--flag-dark,0 1px 3px rgba(0,0,0,.1));
    border: 1px solid #ebeced;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .PinItem-content-originpin {
        -webkit-box-shadow:0 1px 3px oklch(from var(--MapUIFrame01A) l c h/.1);
        box-shadow: 0 1px 3px oklch(from var(--MapUIFrame01A) l c h/.1)
    }
}

html[data-theme=dark] .PinItem-content-originpin {
    --v4227349427: var(--flag-light,0 1px 3px rgba(0,0,0,.3)) var(--flag-dark,0 1px 3px rgba(0,0,0,.3));
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    html[data-theme=dark] .PinItem-content-originpin {
        -webkit-box-shadow:0 1px 3px oklch(from var(--MapUIFrame01A) l c h/.3);
        box-shadow: 0 1px 3px oklch(from var(--MapUIFrame01A) l c h/.3)
    }
}

.PinItem-content-originpin {
    background: #fff;
    border-radius: 4px;
    font-size: 15px;
    line-height: 25px;
    margin-top: 20px;
    overflow: visible;
    padding: 16px
}

.PinItem-content-originpin .ContentItem-actions {
    background: transparent
}

.PinItem-content-originpin blockquote {
    margin: 8px 0
}

.PinItem-content-originpin .link-text {
    border-bottom: none!important;
    color: #9196a1;
    font-size: 14px;
    line-height: 16px;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.PinItem-content-originpin .RichText-video {
    margin: 0;
    width: 50%
}

.PinItem-followButton {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.PinItem .hash_tag {
    color: #09408e;
}

.ImageGallery {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    z-index: 101
}

.ImageGallery.is-active {
    --v2780095318: var(--flag-light,rgba(0,0,0,.65)) var(--flag-dark,rgba(0,0,0,.65));
    background-color: rgba(0,0,0,.65);
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .ImageGallery.is-active {
        background-color:oklch(from var(--GBK02B) l c h/.65)
    }
}

.ImageGallery .ImageGallery-Content {
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ImageGallery .ImageGallery-Content .ImageGallery-arrow-left,.ImageGallery .ImageGallery-Content .ImageGallery-arrow-right {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ImageGallery-arrow-left,.ImageGallery-arrow-right,.ImageGallery-close {
    cursor: pointer;
    height: 72px;
    position: absolute;
    width: 72px
}

.ImageGallery-arrow-left:before,.ImageGallery-arrow-right:before,.ImageGallery-close:before {
    border-radius: 50%;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%
}

.ImageGallery-arrow-left:hover:before,.ImageGallery-arrow-right:hover:before,.ImageGallery-close:hover:before {
    background: #fff;
    opacity: .1
}

.ImageGallery-arrow-left:active:before,.ImageGallery-arrow-right:active:before,.ImageGallery-close:active:before {
    background: #fff;
    opacity: .3
}

.ImageGallery-arrow-left svg,.ImageGallery-arrow-right svg,.ImageGallery-close svg {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.ImageGallery-arrow-disabled {
    cursor: default;
    opacity: .3
}

.ImageGallery-arrow-disabled:active:before,.ImageGallery-arrow-disabled:hover:before {
    background: transparent
}

.ImageGallery-Inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 100%
}

.ImageGallery-CursorZoomIn {
    cursor: -webkit-zoom-in
}

.ImageGallery-transition {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.ImageGallery-fixed {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.ImageGallery-close {
    position: absolute;
    right: 14px;
    top: 24px
}

.gKKXYenSa6cU27tlacr3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.Rtc5EsgoU5t1ikdV4FYZ {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    padding: 0 2px 2px 0
}

.UnQ44lstSc4XllzHTKIo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    justify-content: center;
    left: 0;
    letter-spacing: 4px;
    position: absolute;
    right: 2px;
    top: 0;
    z-index: 1
}

.UnQ44lstSc4XllzHTKIo:before {
    background: #191b1f;
    content: "";
    height: 100%;
    left: 0;
    opacity: .3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.nColYz_NLAbUeTQAZScP {
    --v4231797348: var(--flag-light,hsla(0,0%,100%,.55)) var(--flag-dark,rgba(25,27,31,.55));
    --v1083787172: var(--flag-light,1px solid rgba(25,27,31,.15)) var(--flag-dark,1px solid hsla(0,0%,100%,.15));
    --v2575282354: var(--flag-light,rgba(25,27,31,.35)) var(--flag-dark,hsla(0,0%,100%,.35));
    background: hsla(0,0%,100%,.55);
    border: 1px solid rgba(25,27,31,.15);
    border-radius: 4px;
    bottom: 6px;
    color: rgba(25,27,31,.35);
    cursor: pointer;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    height: 16px;
    line-height: 18px;
    position: absolute;
    right: 6px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 28px
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .nColYz_NLAbUeTQAZScP {
        background:oklch(from var(--GBK99A) l c h/.55);
        border: 1px solid oklch(from var(--GBK02A) l c h/.15);
        color: oklch(from var(--GBK02A) l c h/.35)
    }
}

.QuestionItem {
    padding: 16px 20px 16px 0;
    position: relative
}

.QuestionItem-head--avatar {
    height: 16px;
    margin-right: 8px;
    width: 16px
}

.QuestionItem-head--extra:before {
    content: "Â·";
    margin: 0 5px
}

.QuestionItem-head--avatarCircle {
    border-radius: 50%;
    height: 20px;
    width: 20px
}

.QuestionItem-footer--writeAnswerButton {
    background-color: #1772f6;
    border: 1px solid #1772f6;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    height: 28px;
    line-height: 26px;
    padding: 0;
    width: 96px
}

.QuestionItem-ignoreButton {
    position: absolute;
    right: 0;
    top: 16px;
    visibility: hidden
}

.QuestionItem:hover .QuestionItem-ignoreButton {
    visibility: visible
}

.VideoUploadForm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 30px
}

.VideoUploadForm-content {
    -webkit-box-flex: 1;
    -webkit-box-sizing: "border-box";
    box-sizing: "border-box";
    -ms-flex: auto;
    flex: auto;
    overflow: auto;
    padding-top: 10px
}

.VideoUploadForm-content::-webkit-scrollbar {
    display: none
}

.VideoUploadForm-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 28px;
    position: relative;
    width: 640px
}

.VideoUploadForm-itemTitle {
    -webkit-box-flex: 0;
    color: #191b1f;
    -ms-flex: 0 0 105px;
    flex: 0 0 105px;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px
}

.VideoUploadForm-itemTitle--required:after {
    color: #d95350;
    content: " *"
}

.VideoUploadForm-itemTitle--top,.VideoUploadForm-itemTitle--topBelow,.VideoUploadForm-itemTitle--topic {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.VideoUploadForm-itemTitle--topic {
    margin-top: 4px
}

.VideoUploadForm-itemTitle--topBelow {
    margin-top: 8px
}

.VideoUploadForm-itemError {
    color: #d95350;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 42px
}

.VideoUploadForm-itemError--multiline {
    top: 138px
}

.VideoUploadForm-itemLimit {
    color: #8491a5;
    font-size: 12px;
    margin-left: 12px
}

.VideoUploadForm-itemLimit--multiline {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 18px;
    justify-content: flex-end;
    margin-top: 6px;
    width: 100%
}

.VideoUploadForm-input {
    width: 100%
}

.VideoUploadForm-input.VideoUploadForm-input--multiline {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.VideoUploadForm-select {
    margin-right: 16px
}

.VideoUploadForm-select button {
    color: #373a40;
}

.VideoUploadForm-select button .Zi {
    color: #8491a5;
}

.VideoUploadForm-selectList.Select-list {
    max-height: 260px;
    overflow-y: auto
}

.VideoUploadForm-selectList.Select-list .Select-option {
    color: #373a40;
}

.VideoUploadForm-feature {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1772f6;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    margin-right: 16px
}

.VideoUploadForm-feature--disabled {
    cursor: not-allowed;
    opacity: .4
}

.VideoUploadForm-featureIcon {
    margin-right: 4px
}

.VideoUploadForm-radioContainer,.VideoUploadForm-typeContainer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.VideoUploadForm-radioContainer {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.VideoUploadForm-radioContainer--disabled {
    opacity: .3
}

.VideoUploadForm-radioLabel {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    line-height: 21px;
    margin-right: 32px
}

.VideoUploadForm-radio {
    margin-right: 8px
}

.VideoUploadForm-typeHint {
    color: #9196a1;
    font-size: 12px;
    line-height: 20px
}

.VideoUploadForm-imageContainer {
    border-radius: 3px;
    height: 140px;
    position: relative;
    width: 224px
}

.VideoUploadForm-image {
    background-color: #000;
    border-radius: 3px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.VideoUploadForm-uploadStatus {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f8f8fa;
    border-radius: 3px;
    color: #8491a5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px;
    height: 100%;
    justify-content: center
}

.VideoUploadForm-duration {
    bottom: 8px;
    color: #fff;
    font-size: 12px;
    left: 12px;
    line-height: 14px;
    position: absolute;
    z-index: 1
}

.VideoUploadForm-imageEditButton.Video-uploadPosterButton {
    background-color: rgba(0,0,0,.8);
    border-radius: 3px;
    bottom: 8px;
    color: #fff;
    cursor: pointer;
    height: 32px;
    padding: 0 12px;
    right: 8px;
    width: auto;
    z-index: 1
}

.VideoUploadForm-draftHint,.VideoUploadForm-imageEditButton.Video-uploadPosterButton {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    position: absolute
}

.VideoUploadForm-draftHint {
    bottom: 20px;
    color: #8491a5;
    font-weight: 500;
    height: 34px;
    right: 130px
}

.VideoUploadForm-draftHint .Zi {
    margin-right: 4px
}

.VideoUploadForm-buttonGroup {
    -webkit-box-flex: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #ebeced;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: none;
    flex: none;
    height: 50px;
    justify-content: center;
    margin-right: 30px;
    width: 100%
}

.VideoUploadForm-submitButton {
    margin-left: 12px
}

.VideoUploadForm-scheduledPublish {
    font-size: 15px;
    height: 34px
}

.VideoUploadForm-scheduledPublish--timePicker {
    color: #535861;
    margin-left: 20px
}

.VideoUploadForm-scheduledPublish--timePicker button {
    color: #373a40;
}

.VideoUploadForm-scheduledPublish--timePicker button .Zi {
    color: #8491a5;
}

.VideoUploadForm-scheduledPublish--tooltip {
    color: #535861;
}

.ZVideoToolbar-videoFormModal {
    height: auto
}

.ZVideoToolbar-videoFormModal .Modal-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px
}

.ZVideoToolbar-videoFormModal .Modal-title {
    margin: 24px 0 0;
    text-align: left
}

.ZVideoToolbar-videoForm {
    border-top: none;
    margin-right: 4px;
    padding: 0 20px 24px
}

.ZVideoToolbar-menuContainer {
    z-index: 0
}

.ZVideoToolbar-menuItem {
    line-height: 40px
}

.ZVideoSettingMenu-item {
    line-height: 40px;
    padding-left: 44px
}

.Reviewing {
    background-color: #f8f8fa;
    border-radius: 6px;
    color: #373a40;
    font-size: 14px;
    line-height: 20px;
    margin: 16px auto;
    max-width: 688px;
    padding: 16px
}

.Reviewing-top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 21px
}

.Reviewing-tip {
    font-size: 15px;
    font-weight: 600;
    line-height: 21px;
    margin-left: 4px
}

.Reviewing-text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px
}

.ZVideoItem-video {
    margin: 16px 0;
    position: relative
}

.ZVideoItem-video:before {
    content: "";
    display: block;
    padding-top: 56.25%
}

.ZVideoItem-player {
    border: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.ZVideoItem-toolbar {
    padding-left: 0;
    padding-top: 0
}

.ZVideoItem-hiddenSign {
    color: #9196a1;
    font-size: 15px;
    font-weight: 500;
    margin-right: 8px
}

.ZVideoItem-hiddenSign svg {
    fill: currentColor;
    margin-right: 4px
}

.TopicFeedItem .Button:not(.Button--plain):not(.Button--link):not(.QuestionItem-footer--writeAnswerButton) {
    line-height: 30px
}

.TopicFeedItem .ArticleItem-extraInfo {
    margin-top: 9px
}

.TopicFeedItem .ArticleItem-authorInfo {
    margin-top: 12px
}

.TopicFeedItem .RichContent-cover {
    margin-bottom: 0
}

.TopicFeedItem .RichContent-inner {
    margin-top: 6px
}

.TopicFeedItem .RichContent-cover+.RichContent-inner {
    margin-top: 14px
}

.TopicFeedItem-question {
    padding: 0!important
}

.TopicFeedList {
    overflow: visible;
    overflow: initial
}

.TopicFeedList-header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #f8f8fa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: 0 16px;
    padding: 13px 0
}

.TopicFeedList-sort {
    color: #191b1f;
    font-size: 16px;
    font-weight: 600;
}

.TopicFeedList-sortSwitch {
    color: #8491a5;
    font-size: 14px
}

.TopicQuestion-source {
    color: #8491a5;
    margin-bottom: 10px
}

.TopicHot-introItem {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 1.6;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis
}

.TopicHot-introItem:last-of-type {
    -webkit-line-clamp: 1
}

.TopicHot-Header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    color: #9196a1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    font-weight: 600;
    height: 42px;
    justify-content: space-between;
    margin-top: -10px;
    padding: 0 16px
}

.TopicHot-Header-type {
    border-right: 1px solid #ebeced;
    padding: 0 8px
}

.TopicHot-Header-type:last-child {
    border: none;
    padding-right: 0
}

.TopicHot-Header-type-selected {
    color: #373a40;
}

.TopicHot-Header-total {
    font-weight: 400
}

.TopicHotIntroItem-item:not(:first-child) {
    padding-top: 16px
}

.TopicHotIntroItem-item:not(:last-child) {
    border-bottom: 1px solid #f8f8fa;
    padding-bottom: 16px
}

.TopicHotIntroItem-images {
    margin-top: 8px
}

.TopicHotIntroItem-imagesLength {
    color: #8491a5;
    font-size: 15px;
    margin-left: 10px
}

.TopicImage-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px auto 0;
    width: 1000px
}

.TopicImage-container,.TopicImageMain-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.TopicImageMain-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 694px
}

.TopicImageMain-backBar {
    color: #8491a5;
    line-height: 50px;
    text-align: center
}

.TopicImageMain-backBar:hover {
    color: #09408e;
}

.TopicImageMain-imageListWrapper {
    padding: 20px
}

.TopicImageMain-imageListLength {
    color: #8491a5;
    font-size: 15px;
    margin-left: 10px
}

.TopicImageMain-imageList {
    margin-top: 20px
}

.TopicImageSidebar-container {
    width: 296px
}

.TopicImageSidebar-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 78px;
    padding: 16px
}

.TopicImageSidebar-content>img {
    border-radius: 4px;
    margin-right: 8px;
    width: 40px
}

.TopicImageSidebar-content:not(:last-child) {
    border-bottom: 1px solid #f8f8fa;
}

.TopicImageSidebar-contentTitle {
    font-size: 15px;
    font-weight: 600;
}

.TopicImageSidebar-contentStatus {
    color: #8491a5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    margin-top: 3px
}

.TopicIndex-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    overflow: visible;
    overflow: initial
}

.TopicIndex-contentSide {
    position: relative;
    width: 180px
}

.TopicIndexCatalog {
    border-bottom: var(--zhc-padding-vertical) solid transparent;
    border-right: var(--zhc-padding-horizontal) solid transparent;
    border-top: var(--zhc-padding-vertical) solid transparent;
    position: relative;
    text-align: right
}

.TopicIndexCatalog-item:before,.TopicIndexCatalog:before {
    background-color: #ebeced;
    border-radius: 2px;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 4px
}

.TopicIndexCatalog-item {
    color: #8491a5;
    position: relative
}

.TopicIndexCatalog-item a {
    border-right: 4px solid transparent;
    display: inline-block;
    padding: 4px 8px
}

.TopicIndexCatalog-item.is-active {
    color: #191b1f;
}

.TopicIndexCatalog-item.is-active:before {
    background-color: #1772f6;
}

.TopicIndexModule {
    padding: 0 var(--zhc-padding-horizontal) var(--zhc-padding-vertical)
}

.TopicIndex-mobileContent .TopicIndexModule-item a {
    color: #09408e;
}

.TopicIndexModule-title {
    border-bottom: 1px solid #ebeced;
    border-top: var(--app-header-height) solid transparent;
    font-size: 18px;
    font-weight: 600;
    font-weight: var(--zFontWeightBold);
    margin-bottom: 8px;
    margin-top: calc(var(--app-header-height)*-1);
    padding: var(--zhc-padding-vertical) 0
}

.TopicIndexModule-item {
    padding: 8px 0
}

.TopicIndexModule-item a:hover {
    color: #09408e;
}

.TopicIndexModule-topics {
    margin-top: 8px
}

.TopicIndexModule-topicsTitle {
    display: inline-block;
    font-weight: 600;
    line-height: 30px;
    margin-right: 8px;
    overflow: hidden
}

.TopicRelated {
    padding: 15px 0
}

.TopicRelated img {
    border-radius: 4px;
    height: 40px;
    width: 40px
}

.TopicRelated:not(:last-child) {
    border-bottom: 1px solid #ebeced;
}

.TopicRelated-header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    line-height: 18px;
    margin-bottom: 15px
}

.TopicRelated-content,.TopicRelated-header,.TopicRelated-header>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.TopicRelated-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    color: #9196a1;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 40px;
    justify-content: space-between;
    margin-left: 15px
}

.TopicRelated-content span {
    color: #191b1f;
    font-size: 15px;
    font-weight: 600;
}

.TopicRelated-content div,.TopicRelated-content span {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.TopicRelated-followButton {
    border-radius: 5px;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    min-width: 70px;
    padding: 0;
    width: 70px
}

.TopicRelated-followIcon {
    margin: 0 6px 2px 0
}

.TopicContentAbbr {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.TopicContentAbbr-abbr {
    position: relative
}

.TopicContentAbbr-mask {
    height: 22px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 66px;
    width: 6em
}

.TopicContentAbbr-mask span:first-child {
    background: #fff;
    display: inline-block;
    height: 100%;
    left: 0;
    -webkit-mask-image: -webkit-gradient(linear,right top,left top,from(#191b1f),to(transparent));
    -webkit-mask-image: linear-gradient(270deg,#191b1f calc(100% - 2em),transparent 100%);
    mask-image: -webkit-gradient(linear,right top,left top,from(#191b1f),to(transparent));
    mask-image: linear-gradient(270deg,#191b1f calc(100% - 2em),transparent 100%);
    -webkit-mask-image: -webkit-gradient(linear,right top,left top,from(var(--GBK02A)),to(transparent));
    -webkit-mask-image: linear-gradient(to left,var(--GBK02A) calc(100% - 2em),transparent 100%);
    mask-image: -webkit-gradient(linear,right top,left top,from(var(--GBK02A)),to(transparent));
    mask-image: linear-gradient(to left,var(--GBK02A) calc(100% - 2em),transparent 100%);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    position: absolute;
    right: 0;
    -webkit-transition: max-height .32s cubic-bezier(.95,.05,.795,.035),-webkit-mask-size .22s cubic-bezier(.95,.05,.795,.035);
    transition: max-height .32s cubic-bezier(.95,.05,.795,.035),-webkit-mask-size .22s cubic-bezier(.95,.05,.795,.035);
    transition: mask-size .22s cubic-bezier(.95,.05,.795,.035),max-height .32s cubic-bezier(.95,.05,.795,.035);
    transition: mask-size .22s cubic-bezier(.95,.05,.795,.035),max-height .32s cubic-bezier(.95,.05,.795,.035),-webkit-mask-size .22s cubic-bezier(.95,.05,.795,.035);
    width: 100%
}

.TopicContentAbbr-mask span:last-child {
    bottom: 0;
    color: #09408e;
    position: absolute;
    right: 2px;
    z-index: 2
}

.TopicIntro-moreInfoItemLabel {
    display: inline-block;
    font-weight: 600;
    line-height: 26px;
    width: 100px
}

.TopicIntro-moreInfoItemValue {
    line-height: 26px
}

.TopicMovieIntro-celebrityDefaultAvatar,.TopicMovieIntro-celebrityItem {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.TopicMovieIntro-celebrityDefaultAvatar {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background: #e8e9ed;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    margin-right: 12px;
    width: 36px
}

.TopicMovieIntro-celebrityDefaultAvatar--icon {
    fill: #c4c7ce;
}

.TopicMovieIntro-celebrityItemContent {
    -webkit-box-flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1;
    flex: 1 1;
    height: 52px
}

.TopicMovieIntro-celebrityItem:not(:last-child) .TopicMovieIntro-celebrityItemContent {
    border-bottom: 1px solid #ebeced;
}

.TopicMovieIntro-celebrityItemContent .TopicMovieIntro-celebrityItemName {
    width: 212px
}

.TopicMovieIntro-celebrityItemContent .TopicMovieIntro-celebrityItemNameInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    height: 22px;
    line-height: 22px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.TopicMovieIntro-celebrityItemContent .TopicMovieIntro-celebrityItemPlay {
    -webkit-box-flex: 1;
    color: #535861;
    -ms-flex: 1 1;
    flex: 1 1
}

.TopicMovieIntro-awardItem:last-child {
    margin-bottom: 20px
}

.TopicMovieIntro-awardItem a {
    color: #09408e;
}

.TopicMovieIntro-awardItem a:hover {
    border-bottom: 1px solid #09408e;
}

.TopicMovieIntro-awardItemTitle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    height: 52px
}

.TopicMovieIntro-awardItemTitle .Avatar {
    height: 36px;
    margin-right: 12px;
    width: 36px
}

.TopicMovieIntro-awardContent {
    color: #535861;
    line-height: 24px
}

.TopicMovieIntro-celebrityMore {
    padding-top: 12px
}

.TopicMovieIntro-celebrityMore span {
    margin-left: 4px
}

.TopicMovieIntro-celebrityMoreIcon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.TopicMovieIntro-moreInfoItem {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 36px
}

.TopicMovieIntro-moreInfoItemTitle {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 8px;
    width: 120px
}

.TopicAbstract {
    margin-top: 20px
}

.TopicAbstract-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 26px;
    line-height: 26px;
    margin: 0 20px
}

.TopicAbstract-title {
    color: #191b1f;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px
}

.TopicAbstract-count {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    color: #9196a1;
    flex-grow: 1;
    font-size: 16px;
    margin-left: 10px
}

.TopicAbstract-content {
    margin: 0 20px 20px
}

.TopicAbstract-footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
    justify-content: center;
    margin-top: -16px
}

.TopicAbstract-footer--expanded {
    -webkit-box-shadow: 0 -1px 3px rgba(0,0,0,.1);
    box-shadow: 0 -1px 3px rgba(0,0,0,.1);
    margin-top: 0
}

.TopicAbstract-footer .Zi {
    margin-left: 2px
}

.TopicAbstract .AbstractCard {
    margin-top: 16px
}

.ReferenceMeta {
    margin: 20px
}

.ReferenceMeta h2 {
    color: #191b1f;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 16px
}

.ReferenceMeta ol {
    font-size: 15px;
    line-height: 24px
}

.ReferenceMeta ol li {
    list-style: decimal;
    margin-left: 20px
}

.ReferenceMeta-link {
    color: #09408e;
}

.ReferenceMeta-text {
    color: #373a40;
}

.CopyRightMeta {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    color: #535861;
    font-size: 15px;
    height: 24px;
    justify-content: space-between;
    line-height: 24px;
    margin: 20px
}

.CopyRightInfo,.CopyRightMeta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.CopyRightInfo img {
    height: 20px;
    margin-right: 8px;
    position: relative;
    top: 1px;
    width: 20px
}

.CopyRightSource,.WikiEditButton {
    color: #8491a5;
    font-size: 14px
}

.WikiEditButton {
    float: right;
    line-height: 14px;
    margin: 20px
}

.EditorModal-content {
    padding-top: 16px
}

.EditorModal-title {
    color: #191b1f;
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    text-align: center
}

.EditorModal-text {
    color: #373a40;
    font-size: 14px;
    line-height: 24px;
    margin-top: 23px
}

.TopicWikiEditor {
    background: #fff;
    left: 0;
    min-height: 100%;
    position: absolute;
    right: 0;
    top: 0
}

.TopicWikiEditor-main {
    margin: 52px auto 0;
    width: 654px
}

.TopicWikiEditor-Editor {
    font-size: 15px
}

.TopicWikiEditor-Editor,.TopicWikiEditor-Editor.is-focus {
    border: 0!important
}

.TopicWikiEditor-Editor .RichText {
    margin-top: 20px
}

/*# sourceMappingURL=main-topic-routes.216a26f4.f020d06422478ffaa83a.css.map*/
.css-11yh8no {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.css-fvdsnr {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 600px;
}
.css-1uovyp5 {
    position: relative;
    top: -53px;
}
.KfeCollection-PayModal-wrapper {
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    left: 0;
    outline: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000
}

.KfeCollection-PayModal-wrapper:after {
    background-color: rgba(0,0,0,.45);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999
}

.KfeCollection-components-Toast {
    background: #f6f6f6;
    border-radius: 10px;
    bottom: 50%;
    display: table;
    font-size: 16px;
    font-weight: 500;
    left: 50%;
    max-width: 320px;
    padding: 20px;
    position: fixed;
    text-align: center;
    transform: translate(-50%,50%);
    z-index: 1000
}

html[data-theme=dark] .KfeCollection-components-Toast {
    background: #000
}

.KfeCollection-components-Toast {
    color: #646464
}

html[data-theme=dark] .KfeCollection-components-Toast {
    color: #d3d3d3
}

.KfeCollection-PayModal-modal {
    background: #fff;
    border-radius: 2px;
    bottom: 0;
    box-shadow: 0 5px 20px rgba(0,34,77,.1);
    height: 644px;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    width: 640px;
    z-index: 1001
}

.KfeCollection-PayModal-modal-icon {
    color: #999;
    height: 32px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 32px
}

html[data-theme=dark] .KfeCollection-PayModal-modal-icon {
    color: #999
}

.KfeCollection-AvatarCard {
    align-items: center;
    background: linear-gradient(225deg,#f8e2c4,#f3bb6c);
    border-radius: 2px 2px 0 0;
    box-sizing: border-box;
    display: flex;
    height: 95px;
    overflow: hidden;
    padding: 19px 0 19px 40px;
    width: 100%
}

.KfeCollection-AvatarCard-imgBox {
    background-color: #fff;
    border-radius: 100%;
    height: 57px;
    margin-right: 19px;
    overflow: hidden;
    width: 60px
}

.KfeCollection-AvatarCard-imgBox>img {
    height: 100%;
    width: 100%
}

.KfeCollection-AvatarCard-info-name {
    align-items: center;
    color: #754e19;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 6px
}

.KfeCollection-AvatarCard-info-name>span {
    margin-right: 5px
}

.KfeCollection-AvatarCard-info-imgBox {
    align-items: center;
    display: flex;
    height: 16px;
    width: 15px
}

.KfeCollection-AvatarCard-info-imgBox>img {
    height: 100%;
    width: 100%
}

.KfeCollection-AvatarCard-info-title {
    color: #754e19;
    font-size: 15px;
    line-height: 25px
}

.KfeCollection-AvatarCard-info-title>span {
    color: red
}

.KfeCollection-AvatarCard-artwork {
    height: 95px;
    pointer-events: none;
    position: absolute;
    right: 23px;
    width: 271px;
    z-index: 1
}

.KfeCollection-AvatarCard-artwork>img {
    height: 100%;
    width: 100%
}

.KfeCollection-PackageCard {
    margin: 34px 0 30px;
    position: relative
}

.KfeCollection-PackageCard-left,.KfeCollection-PackageCard-right {
    align-items: center;
    background: #fff;
    color: #ce994f;
    display: flex;
    height: 124px;
    justify-content: center;
    opacity: 0;
    position: absolute;
    width: 24px
}

.KfeCollection-PackageCard-icon {
    height: 24px;
    width: 24px
}

.KfeCollection-PackageCard-left {
    left: 0
}

.KfeCollection-PackageCard-right {
    right: 0
}

.KfeCollection-PackageCard:hover .KfeCollection-PackageCard-left,.KfeCollection-PackageCard:hover .KfeCollection-PackageCard-right {
    opacity: 1;
    z-index: 1
}

.KfeCollection-PackageCard-scrollContent {
    margin-bottom: 10px;
    padding-top: 10px
}

.KfeCollection-PackageCard-scrollContent:before {
    color: #fff;
    content: " ";
    display: block;
    padding-left: 40px
}

.KfeCollection-PackageCard-scrollContent:after {
    color: #fff;
    content: " ";
    display: block;
    padding-right: 40px
}

.KfeCollection-PackageCard-animation {
    transition: all .3s
}

.KfeCollection-PackageCard-description {
    color: #444;
    font-size: 14px;
    height: 15px;
    line-height: 15px;
    padding-left: 40px
}

.KfeCollection-ScrollX-root {
    overflow: hidden
}

.KfeCollection-ScrollX-wrap {
    margin: -10px 0 20px;
    overflow: hidden
}

.KfeCollection-ScrollX-scroll {
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    position: relative;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    top: 10px
}

.KfeCollection-ScrollX-scroll::-webkit-scrollbar {
    display: none
}

.KfeCollection-PayMenuItem {
    align-items: center;
    background: linear-gradient(0deg,#fff,#fff),rgba(253,84,9,.06);
    border: 1px solid #ebebeb;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    flex: none;
    flex-direction: column;
    height: 114px;
    margin-right: 16px;
    position: relative;
    width: 150px
}

.KfeCollection-PayMenuItem-active {
    background: linear-gradient(0deg,hsla(35,85%,69%,.1),hsla(35,85%,69%,.1)),#fff;
    border: 1px solid #f3bb6c
}

.KfeCollection-PayMenuItem-recommendLabel {
    background: linear-gradient(225deg,#f8e2c4,#f3bb6c);
    border-radius: 0 10px;
    color: #754e19;
    font-size: 11px;
    font-weight: 500;
    height: 20px;
    line-height: 20px;
    padding: 0 9px;
    position: absolute;
    right: -1px;
    text-align: center;
    top: -10px
}

.KfeCollection-PayMenuItem-title {
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin: 20px 0 4px
}

.KfeCollection-PayMenuItem-activeTitle {
    color: #754e19
}

.KfeCollection-PayMenuItem-price {
    color: #444;
    font-family: Alata;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 5px
}

.KfeCollection-PayMenuItem-activePrice {
    color: #754e19
}

.KfeCollection-PayMenuItem-unit {
    font-family: Alata;
    font-size: 20px;
    line-height: 24px
}

.KfeCollection-PayMenuItem-descriptionCoatainer {
    color: #ce994f;
    font-size: 12px;
    line-height: 15px
}

.KfeCollection-PayMenuItem-islineThrough {
    text-decoration: line-through
}

.KfeCollection-CouponCard {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
    padding-left: 40px
}

.KfeCollection-CouponCard-selectLabel {
    color: #444;
    font-size: 14px;
    line-height: 15px;
    margin-right: 12px
}

.KfeCollection-CouponCard-selectBox {
    align-items: center;
    background: linear-gradient(0deg,hsla(35,85%,69%,.1),hsla(35,85%,69%,.1)),#fff;
    border: 1px solid #f3bb6c;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    height: 36px;
    min-width: 200px;
    padding: 10px 22px 10px 12px;
    position: relative;
    transition: all .3s ease-in-out
}

.KfeCollection-CouponCard-disableCoupon,.KfeCollection-CouponCard-selectBox-unUseCoupon {
    background: linear-gradient(0deg,#fff,#fff),rgba(253,84,9,.06);
    border: 1px solid #ebebeb
}

.KfeCollection-CouponCard-disableCoupon {
    border-radius: 4px;
    box-sizing: border-box;
    color: #444;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    opacity: .5;
    padding: 0 12px;
    width: 200px
}

.KfeCollection-CouponCard-selectBox-animation {
    min-width: 363px
}

.KfeCollection-CouponCard-selectInput {
    background: linear-gradient(0deg,hsla(35,85%,69%,.1),hsla(35,85%,69%,.1)),#fff;
    box-sizing: border-box;
    color: #754e19;
    display: inline-block;
    font-size: 14px;
    line-height: 15px;
    min-width: 84px;
    transition: all .3s ease-in-out
}

.KfeCollection-CouponCard-selectInput-animation {
    min-width: 131px
}

.KfeCollection-CouponCard-selectInput-unUseCoupon {
    background: #fff;
    color: #444
}

.KfeCollection-CouponCard-selectBoxLine:before {
    background-color: #d3d3d3;
    content: "";
    height: 15px;
    margin: 0 12px;
    width: 1px
}

.KfeCollection-CouponCard-selectBoxIcon {
    color: #754e19;
    height: 32px;
    margin-left: 10px;
    position: absolute;
    right: 7.5px;
    width: 31px
}

.KfeCollection-CouponCard-selectBoxIcon-down {
    transform: rotate(180deg)
}

.KfeCollection-CouponCard-selectBoxIcon-hide {
    opacity: 0
}

.KfeCollection-CouponCard-selectOption {
    background: #fff;
    border: 1px solid hsla(0,0%,83%,.3);
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.08);
    box-sizing: border-box;
    cursor: pointer;
    left: 0;
    max-height: 108px;
    opacity: 1;
    overflow-y: auto;
    position: absolute;
    top: 40px;
    transition: all .3s ease-in-out;
    width: 100%;
    z-index: 1001
}

.KfeCollection-CouponCard-selectOption-animation {
    opacity: 0
}

.KfeCollection-CouponCard-hiddenOption {
    display: none
}

.KfeCollection-CouponCard-optionItem {
    box-sizing: border-box;
    line-height: 15px;
    padding: 10px 16px;
    width: 100%
}

.KfeCollection-CouponCard-optionItem:hover {
    background: linear-gradient(0deg,hsla(35,85%,69%,.1),hsla(35,85%,69%,.1)),#fff
}

.KfeCollection-CouponCard-optionItem-text {
    color: #444;
    font-size: 12px
}

.KfeCollection-CouponCard-optionItem-check {
    color: #f3bb6c;
    float: right;
    height: 17px;
    position: relative;
    top: 4px;
    width: 19px
}

.KfeCollection-CountTimeDown {
    align-items: center;
    color: #fd5409;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-right: 13px
}

.KfeCollection-CountTimeDown-label {
    color: #fd5409;
    font-size: 14px;
    font-synthesis: style;
    font-weight: 600;
    line-height: 15px;
    margin-right: 8px
}

html[data-ios] .KfeCollection-CountTimeDown-label {
    font-weight: 500
}

html[data-android] .KfeCollection-CountTimeDown-label {
    font-weight: 700
}

.KfeCollection-CountTimeDown-time {
    font-size: 10px;
    font-synthesis: style;
    font-weight: 600;
    height: 16px;
    line-height: 16px;
    min-width: 16px;
    padding: 0 2px;
    transform: scale(.8)
}

html[data-ios] .KfeCollection-CountTimeDown-time {
    font-weight: 500
}

html[data-android] .KfeCollection-CountTimeDown-time {
    font-weight: 700
}

.KfeCollection-CountTimeDown-time {
    background: #fd5409;
    border: .5px solid #fd5409;
    border-radius: 2px;
    color: #fefefe
}

.KfeCollection-CountTimeDown-symbol {
    display: inline-block;
    margin: 0 3px
}

.KfeCollection-QrCodeCard {
    display: flex;
    flex-direction: row;
    height: 180px;
    margin: 0 60px 20px 40px;
    padding: 25px 0
}

.KfeCollection-QrCodeCard,.KfeCollection-QrCodeCard-qrCode {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    box-sizing: border-box
}

.KfeCollection-QrCodeCard-qrCode {
    height: 130px;
    margin: 0 26px 0 71px;
    padding: 5px;
    width: 130px
}

.KfeCollection-QrCodeCard-qrCode>img {
    height: 100%;
    width: 100%
}

.KfeCollection-QrCodeCard-mountBox-priceBox {
    margin: 28px 0 21px
}

.KfeCollection-QrCodeCard-mountBox-Text {
    color: #444;
    font-size: 15px;
    line-height: 20px
}

.KfeCollection-QrCodeCard-mountBox-price {
    color: #fd5409;
    margin-right: 6px
}

.KfeCollection-QrCodeCard-mountBox-unit {
    font-size: 20px;
    line-height: 24px
}

.KfeCollection-QrCodeCard-mountBox-activePrice {
    font-family: Alata;
    font-size: 30px;
    line-height: 36px
}

.KfeCollection-QrCodeCard-mountBox-description {
    color: #999;
    font-size: 15px;
    line-height: 20px
}

.KfeCollection-QrCodeCard-mountBox-lineThrough {
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through
}

.KfeCollection-QrCodeCard-mountBox-payTypeBox {
    align-items: center;
    color: #444;
    display: flex;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 50px
}

.KfeCollection-QrCodeCard-mountBox-payTypeBox-icon {
    display: inline-block;
    height: 16px;
    margin: 0 2px 0 12px;
    width: 16px
}

.KfeCollection-ProtocolCard {
    color: #999;
    display: flex;
    font-size: 10px;
    height: 15px;
    justify-content: center;
    margin-bottom: 14px
}

.KfeCollection-ProtocolCard a {
    color: #175199
}

html[data-theme=dark] .KfeCollection-ProtocolCard a {
    color: #6385a6
}

.KfeCollection-ProtocolCard a {
    text-decoration: none
}

.KfeCollection-ProtocolCardTips {
    color: #999;
    display: flex;
    font-size: 10px;
    height: 15px;
    justify-content: center;
    margin-bottom: 30px
}

.KfeCollection-PaySuccessModal {
    --unit: 1vw;
    line-height: 1
}

.KfeCollection-PaySuccessModal-topIcon {
    margin: 39px 0 50px;
    text-align: center
}

.KfeCollection-PaySuccessModal-icon {
    display: inline-block;
    height: 80px;
    margin-bottom: 20px;
    width: 72px
}

.KfeCollection-PaySuccessModal-success {
    display: inline-block;
    height: 100%;
    width: 100%
}

.KfeCollection-PaySuccessModal-text {
    vertical-align: center
}

.KfeCollection-PaySuccessModal-successText {
    height: 36px;
    margin: 0 auto 10px;
    padding: 5px;
    width: 166px
}

.KfeCollection-PaySuccessModal-successImg {
    display: inline-block;
    height: 100%;
    width: 100%
}

.KfeCollection-PaySuccessModal-time {
    color: #ce994f;
    font-family: PingFang SC;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px
}

html[data-theme=dark] .KfeCollection-PaySuccessModal-time {
    color: #ce994f
}

.KfeCollection-PaySuccessModal-topTitle {
    margin-bottom: 40px;
    text-align: center
}

.KfeCollection-PaySuccessModal-line {
    display: inline-block;
    height: 5px;
    margin: 0 8px;
    width: 170px
}

.KfeCollection-PaySuccessModal-titleText {
    color: #754e19;
    display: inline-block;
    font-size: 15px;
    font-synthesis: style;
    font-weight: 600;
    height: 20px;
    letter-spacing: .168px;
    line-height: 20px;
    margin: 0;
    vertical-align: middle
}

html[data-ios] .KfeCollection-PaySuccessModal-titleText {
    font-weight: 500
}

html[data-android] .KfeCollection-PaySuccessModal-titleText {
    font-weight: 700
}

.KfeCollection-PaySuccessModal-rightsCard {
    display: flex;
    flex-direction: row;
    margin: 0 0 42px 95px;
    overflow-x: scroll
}

.KfeCollection-PaySuccessModal-rightsCard::-webkit-scrollbar {
    display: none
}

.KfeCollection-PaySuccessModal-rightsItem {
    margin-right: 35px
}

.KfeCollection-PaySuccessModal-rightsTitle {
    color: #1a1a1a;
    font-size: 14px;
    letter-spacing: .168px;
    line-height: 20px;
    margin: 0 0 16px 9px;
    max-width: 174px;
    white-space: nowrap
}

.KfeCollection-PaySuccessModal-bottomContent {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin-bottom: 15px
}

.KfeCollection-PaySuccessModal-bottomContent:last-child {
    margin-bottom: 0
}

.KfeCollection-PaySuccessModal-rightsIcon {
    border-radius: 1px;
    height: 42px!important;
    margin-right: 5px;
    width: 43px!important
}

.KfeCollection-PaySuccessModal-rightsItemTitle {
    color: #444;
    font-size: 12px;
    line-height: 17px;
    margin: 0 0 2px
}

.KfeCollection-PaySuccessModal-rightsItemContent {
    color: #999;
    font-size: 11px;
    line-height: 15px;
    margin: 0;
    min-width: 176px
}

.KfeCollection-PaySuccessModal-error {
    align-items: center;
    bottom: 0;
    color: grey;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

html[data-theme=dark] .KfeCollection-PaySuccessModal-error {
    color: #999
}

.KfeCollection-Image-Wrapper {
    font-size: 0
}

.KfeCollection-Image,.KfeCollection-Image-Wrapper {
    border-radius: 3px;
    height: 100%;
    width: 100%
}

.KfeCollection-PlaceHolder:after {
    display: none
}

.KfeCollection-PlaceHolder {
    align-items: center;
    background-color: #ebebeb;
    display: flex!important;
    height: 100%;
    justify-content: center;
    width: 100%
}

html[data-theme=dark] .KfeCollection-PlaceHolder {
    background-color: #1b1b1b
}

.KfeCollection-PlaceHolder {
    border-radius: inherit
}

.KfeCollection-PlaceHolder-Icon {
    fill: #d3d3d3
}

html[data-theme=dark] .KfeCollection-PlaceHolder-Icon {
    fill: #1b1b1b
}


.KfeCollection-PayModalLoading {
    align-items: center;
    color: #e2e2e2;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw
}

.Holder {
    background: #f8f8fa;
    border-radius: 2px;
    height: 14px;
    margin-bottom: 16px
}

.Holder:last-child {
    margin-bottom: 0
}

.Holder--avatar,.Holder--button,.Holder--icon,.Holder--inline {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: bottom
}

.Holder--title {
    height: 18px
}

.Holder--icon {
    border-radius: 999px;
    margin-right: 8px;
    width: 14px
}

.Holder--button {
    border-radius: 3px;
    height: 34px;
    width: 96px
}

.Holder--button+.Holder--button {
    margin-left: 16px
}

.Holder--avatar {
    height: 24px;
    width: 24px
}

.List .EmptyState {
    padding: 70px 0
}

.List-header {
    align-items: center;
    border-bottom: 1px solid #f8f8fa;
    box-sizing: border-box;
    display: flex;
    height: 50px;
    justify-content: space-between;
    margin: 0 20px;
}

.List-headerText {
    font-weight: 600;
    margin: 0
}

.List-headerOptions {
    font-size: 14px
}

.List-loading {
    color: #8491a5;
    padding: 200px 0;
    text-align: center
}

.List-item {
    padding: 16px 20px;
    position: relative
}

.List-item:focus {
    outline: none;
    transition: box-shadow .3s
}

html[data-focus-visible] .List-item:focus {
    --v3473974657: var(--flag-light,0 0 0 2px #fff,0 0 0 5px rgba(23,114,246,.3)) var(--flag-dark,0 0 0 2px #191b1f,0 0 0 5px rgba(85,142,255,.3));
    box-shadow: 0 0 0 2px #fff,0 0 0 5px rgba(23,114,246,.3);
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    html[data-focus-visible] .List-item:focus {
        box-shadow:0 0 0 2px var(--MapUIFrame99A),0 0 0 5px oklch(from var(--MapInfo) l c h/.3)
    }
}

html[data-theme=dark][data-focus-visible] .List-item:focus {
    --v3473974756: var(--flag-light,0 0 0 2px #fff,0 0 0 5px rgba(23,114,246,.6)) var(--flag-dark,0 0 0 2px #191b1f,0 0 0 5px rgba(85,142,255,.6));
    box-shadow: 0 0 0 2px #fff,0 0 0 5px rgba(23,114,246,.6);
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    html[data-theme=dark][data-focus-visible] .List-item:focus {
        box-shadow:0 0 0 2px var(--MapUIFrame99A),0 0 0 5px oklch(from var(--MapInfo) l c h/.6)
    }
}

.List-item+.List-item:after {
    border-bottom: 1px solid #f8f8fa;
    content: "";
    display: block;
    left: 0;
    margin: 0 20px;
    position: absolute;
    right: 0;
    top: 0
}

.List-item--holder {
    padding: 24px 0
}

.List-itemMeta {
    color: #8491a5;
    margin-bottom: 10px
}

.Tabs {
    border-bottom: 1px solid #f8f8fa;
}

.Tabs-item {
    display: inline-block;
    padding: 0 20px
}

.Tabs-link {
    color: #191b1f;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    padding: 14px 0;
    position: relative;
    text-align: center
}

.Tabs-link.is-active {
    font-weight: 600;
}

.Tabs-link.is-active:after {
    background: #1772f6;
    bottom: -1px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0
}

.Tabs-meta {
    color: #9196a1;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin-left: 6px
}

.KfeCollection-NovelDisplayBlock {
    box-sizing: border-box;
    width: 100%
}

.KfeCollection-NovelDisplayBlock figure {
    margin: 0
}

.KfeCollection-NovelDisplayBlock div[data-novel=novel-wrapper] {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%
}

.KfeCollection-NovelDisplayBlock img {
    width: 100%
}

.KfeCollection-NovelDisplayBlock div[data-novel=group-wrapper] {
    background: #f6f6f6;
    border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 20px 8px 0;
    width: 100%
}

.KfeCollection-NovelDisplayBlock div[data-novel=narrator-wrapper] {
    color: #999;
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 20px;
    padding: 0 56px;
    text-align: center
}

.KfeCollection-NovelDisplayBlock div[data-novel=item-wrapper] {
    display: flex;
    margin-bottom: 20px
}

.KfeCollection-NovelDisplayBlock img[data-novel=role-avatar] {
    border-radius: 50%;
    height: 40px;
    width: 40px
}

.KfeCollection-NovelDisplayBlock div[data-novel=content-wrapper] {
    margin: 0 0 0 8px;
    width: 100%
}

.KfeCollection-NovelDisplayBlock div[data-novel=role-name] {
    color: #646464;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 4px
}

.KfeCollection-NovelDisplayBlock p[data-novel=role-content] {
    background: #fff;
    border-radius: 0 10px 10px 10px;
    box-sizing: border-box;
    color: #121212;
    display: inline-block;
    font-size: 15px;
    max-width: calc(100% - 56px);
    min-width: 40px;
    padding: 8px 10px
}

.KfeCollection-NovelDisplayBlock div[data-novel=item-wrapper-reverse] {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 20px
}

.KfeCollection-NovelDisplayBlock div[data-novel=item-wrapper-reverse] div[data-novel=content-wrapper] {
    margin: 0 8px 0 0;
    text-align: right;
    width: 100%
}

.KfeCollection-NovelDisplayBlock div[data-novel=item-wrapper-reverse] div[data-novel=content-wrapper] p[data-novel=role-content] {
    background: #06f;
    border-radius: 10px 0 10px 10px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    max-width: calc(100% - 56px);
    min-width: 40px;
    opacity: .7;
    padding: 8px 10px;
    text-align: left
}

.KfeCollection-NovelDisplayBlock p[data-novel=role-img-content] {
    background: none;
    border-radius: 0 10px 10px 10px;
    box-sizing: border-box;
    color: #121212;
    display: inline-block;
    font-size: 15px;
    max-width: calc(100% - 56px);
    min-width: 40px;
    padding: 0
}

.KfeCollection-NovelDisplayBlock img[data-novel=role-image] {
    border-radius: 0 10px 10px 10px;
    display: flex
}

.KfeCollection-NovelDisplayBlock div[data-novel=item-wrapper-reverse] img[data-novel=role-image] {
    border-radius: 10px 0 10px 10px
}

.KfeCollection-NovelDisplayBlock div[data-novel=rich-text-wrapper] {
    font-size: 17px;
    margin: 20px 0
}

.KfeCollection-NovelDisplayBlock div[data-novel=rich-text-wrapper] p {
    margin: 0 0 1.4em
}

.KfeCollection-NovelDisplayBlock div[data-novel=rich-text-wrapper] p:last-child {
    margin: 0
}

.KfeCollection-NovelDisplayBlock div[data-novel=rich-text-wrapper]:first-child {
    margin-top: 0
}

.KfeCollection-NovelDisplayBlock-Dark {
    background: #121212
}

.KfeCollection-NovelDisplayBlock-Dark div[data-novel=group-wrapper] {
    background: #1b1b1b
}

.KfeCollection-NovelDisplayBlock-Dark div[data-novel=role-name] {
    color: #d3d3d3
}

.KfeCollection-NovelDisplayBlock-Dark p[data-novel=role-content] {
    background: #2e2e2e;
    color: #fff
}

.KfeCollection-NovelDisplayBlock-Dark div[data-novel=item-wrapper-reverse] div[data-novel=content-wrapper] p[data-novel=role-content] {
    background: #8fb1f9;
    opacity: 1
}

.KfeCollection-NovelDisplayBlock-Dark div[data-novel=rich-text-wrapper] {
    color: #d3d3d3
}

.KfeCollection-NovelDisplayBlock-Pc div[data-novel=group-wrapper] {
    width: 343px
}

.KfeCollection-PaidAnswerFooter-expand {
    font-size: 14px;
    margin-bottom: 6px;
    position: relative;
    text-align: center
}

.KfeCollection-PaidAnswerFooter-expand .KfeCollection-PaidAnswerFooter-mask {
    background: linear-gradient(hsla(0,0%,100%,.2),#fff);
    height: 130px;
    margin-bottom: 20px;
    margin-top: -130px
}

html[data-theme=dark] .KfeCollection-PaidAnswerFooter-expand .KfeCollection-PaidAnswerFooter-mask {
    background: linear-gradient(hsla(0,0%,7%,.2),#121212)
}

.KfeCollection-PaidAnswerFooter-expand .KfeCollection-PaidAnswerFooter-mask {
    background: -webkit-linear-gradient(hsla(0,0%,100%,.2),#fff)
}

html[data-theme=dark] .KfeCollection-PaidAnswerFooter-expand .KfeCollection-PaidAnswerFooter-mask {
    background: -webkit-linear-gradient(hsla(0,0%,7%,.2),#121212)
}

.KfeCollection-PaidAnswerFooter-expand .KfeCollection-PaidAnswerFooter-link {
    align-items: center;
    color: #06f;
    display: inline-flex
}

html[data-theme=dark] .KfeCollection-PaidAnswerFooter-expand .KfeCollection-PaidAnswerFooter-link {
    color: #558eff
}

.KfeCollection-PaidAnswerFooter-expand .KfeCollection-PaidAnswerFooter-text {
    align-items: center;
    display: flex;
    justify-content: center;
    line-height: normal
}

.KfeCollection-PaidAnswerFooter-expand .KfeCollection-PaidAnswerFooter-arrow {
    flex: 0 0 24;
    width: 24px
}

.KfeCollection-PaidAnswerFooter-retry {
    color: #999;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    position: relative;
    text-align: center
}

html[data-theme=dark] .KfeCollection-PaidAnswerFooter-retry {
    color: #999
}

.KfeCollection-PaidAnswerFooter-retry .KfeCollection-PaidAnswerFooter-mask {
    background: linear-gradient(hsla(0,0%,100%,.2),#fff);
    height: 130px;
    margin-bottom: 20px;
    margin-top: -130px
}

html[data-theme=dark] .KfeCollection-PaidAnswerFooter-retry .KfeCollection-PaidAnswerFooter-mask {
    background: linear-gradient(hsla(0,0%,7%,.2),#121212)
}

.KfeCollection-PaidAnswerFooter-retry .KfeCollection-PaidAnswerFooter-mask {
    background: -webkit-linear-gradient(hsla(0,0%,100%,.2),#fff)
}

html[data-theme=dark] .KfeCollection-PaidAnswerFooter-retry .KfeCollection-PaidAnswerFooter-mask {
    background: -webkit-linear-gradient(hsla(0,0%,7%,.2),#121212)
}

.KfeCollection-PaidAnswerFooter-retry .KfeCollection-PaidAnswerFooter-retryBtn {
    color: #06f
}

html[data-theme=dark] .KfeCollection-PaidAnswerFooter-retry .KfeCollection-PaidAnswerFooter-retryBtn {
    color: #558eff
}

.KfeCollection-PaidAnswerFooter-retry .KfeCollection-PaidAnswerFooter-retryBtn {
    cursor: pointer
}

@-webkit-keyframes mu-rotate {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes mu-rotate {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.KfeCollection-PaidAnswerFooter-retry .KfeCollection-PaidAnswerFooter-icon {
    -webkit-animation: mu-rotate .8s linear infinite;
    animation: mu-rotate .8s linear infinite;
    height: 24px;
    width: 24px
}

.KfeCollection-PaidAnswerFooter-retry .KfeCollection-PaidAnswerFooter-path,.KfeCollection-PaidAnswerFooter-retry .KfeCollection-PaidAnswerFooter-stop,html[data-theme=dark] .KfeCollection-PaidAnswerFooter-retry .KfeCollection-PaidAnswerFooter-path,html[data-theme=dark] .KfeCollection-PaidAnswerFooter-retry .KfeCollection-PaidAnswerFooter-stop {
    fill: #999
}

.KfeCollection-PaidAnswerFooter-retry .KfeCollection-PaidAnswerFooter-stop,html[data-theme=dark] .KfeCollection-PaidAnswerFooter-retry .KfeCollection-PaidAnswerFooter-stop {
    stop-color: #999
}

.NavigateToAppCheckCard-wrap {
    font-size: 14px;
    margin-bottom: 40px;
    position: relative;
    text-align: center
}

.NavigateToAppCheckCard-mask {
    background: linear-gradient(hsla(0,0%,100%,.2),#fff);
    height: 130px;
    margin-bottom: 30px;
    margin-top: -130px
}

html[data-theme=dark] .NavigateToAppCheckCard-mask {
    background: linear-gradient(hsla(0,0%,7%,.2),#121212)
}

.NavigateToAppCheckCard-mask {
    background: -webkit-linear-gradient(hsla(0,0%,100%,.2),#fff)
}

html[data-theme=dark] .NavigateToAppCheckCard-mask {
    background: -webkit-linear-gradient(hsla(0,0%,7%,.2),#121212)
}

.NavigateToAppCheckCard-title {
    color: #444;
    font-size: 13px
}

html[data-theme=dark] .NavigateToAppCheckCard-title {
    color: #d3d3d3
}

.NavigateToAppCheckCard-title {
    font-weight: 400
}

.NavigateToAppCheckCard-title-opacity {
    opacity: .8
}

.NavigateToAppCheckCard-navigate {
    align-items: center;
    color: #06f;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    justify-content: center;
    line-height: 22px;
    margin-top: 12px
}

html[data-theme=dark] .NavigateToAppCheckCard-navigate {
    color: #558eff
}

.NavigateToAppCheckCard-navigate-icon {
    fill: #06f
}

html[data-theme=dark] .NavigateToAppCheckCard-navigate-icon {
    fill: #558eff
}

.NavigateToAppCheckCard-qrcode {
    align-items: center;
    border: 1px solid #ebebeb;
    display: flex;
    height: 92px;
    justify-content: center;
    margin: 21px auto 10px;
    width: 92px
}

html[data-theme=dark] .NavigateToAppCheckCard-qrcode {
    border: 1px solid #2e2e2e
}

.NavigateToAppCheckCard-qrcode {
    border-radius: 4px
}

.NavigateToAppCheckCard-qrcode-img {
    width: 90px
}

.NavigateToAppCheckCard-desc {
    color: #999;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px
}

html[data-theme=dark] .NavigateToAppCheckCard-desc {
    color: #999
}

.NavigateToAppCheckCard-navigate-open {
    align-items: center;
    background-color: #06f;
    bottom: 75px;
    display: flex;
    height: 40px;
    justify-content: center;
    left: 50%;
    position: fixed;
    transform: translateX(-50%);
    width: 120px
}

html[data-theme=dark] .NavigateToAppCheckCard-navigate-open {
    background-color: #558eff
}

.NavigateToAppCheckCard-navigate-open {
    border-radius: 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 500
}

html[data-theme=dark] .NavigateToAppCheckCard-navigate-open {
    color: #121212
}

.NavigateToAppCheckCard-navigate-open {
    z-index: 10
}

.KfeCollection-TextLink {
    font-size: 14px;
    margin-bottom: 6px;
    position: relative;
    text-align: center;
    width: 100%
}

.KfeCollection-TextLink-mask {
    background: linear-gradient(hsla(0,0%,100%,.2),#fff);
    height: 130px;
    margin-bottom: 20px;
    margin-top: -130px
}

html[data-theme=dark] .KfeCollection-TextLink-mask {
    background: linear-gradient(hsla(0,0%,7%,.2),#121212)
}

.KfeCollection-TextLink-mask {
    background: -webkit-linear-gradient(hsla(0,0%,100%,.2),#fff)
}

html[data-theme=dark] .KfeCollection-TextLink-mask {
    background: -webkit-linear-gradient(hsla(0,0%,7%,.2),#121212)
}

.KfeCollection-TextLink-HybridLink {
    align-items: center;
    color: #06f;
    display: flex;
    justify-content: center
}

html[data-theme=dark] .KfeCollection-TextLink-HybridLink {
    color: #558eff
}

.KfeCollection-TextLink-ArrowRight {
    flex: 0 0 24;
    width: 24px
}

.KfeCollection-TextLink-text {
    line-height: 24px;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all
}

.KfeCollection-PurchaseBtn {
    font-size: 14px;
    margin-bottom: 6px;
    position: relative;
    text-align: center
}

.KfeCollection-PurchaseBtn-mask {
    background: linear-gradient(hsla(0,0%,100%,.2),#fff);
    height: 130px;
    margin-bottom: 20px;
    margin-top: -130px
}

html[data-theme=dark] .KfeCollection-PurchaseBtn-mask {
    background: linear-gradient(hsla(0,0%,7%,.2),#121212)
}

.KfeCollection-PurchaseBtn-mask {
    background: -webkit-linear-gradient(hsla(0,0%,100%,.2),#fff)
}

html[data-theme=dark] .KfeCollection-PurchaseBtn-mask {
    background: -webkit-linear-gradient(hsla(0,0%,7%,.2),#121212)
}

.KfeCollection-PurchaseBtn-HybridLink {
    align-items: center;
    color: #06f;
    display: inline-flex
}

html[data-theme=dark] .KfeCollection-PurchaseBtn-HybridLink {
    color: #558eff
}

.KfeCollection-PurchaseBtn-HybridLink {
    cursor: pointer
}

.KfeCollection-PurchaseBtn-ArrowRight {
    flex: 0 0 24;
    width: 24px
}

.KfeCollection-PurchaseBtn-text {
    align-items: center;
    display: flex;
    justify-content: center;
    line-height: normal
}

.KfeCollection-GoodsCardV5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 20px 0 36px;
    width: 100%
}

.KfeCollection-GoodsCardV5-guide {
    color: #121212;
    display: flex;
    margin-bottom: 8px
}

html[data-theme=dark] .KfeCollection-GoodsCardV5-guide {
    color: #fff
}

.KfeCollection-GoodsCardV5-guide {
    font-size: 14px
}

.KfeCollection-GoodsCardV5-guideBefore {
    flex-shrink: 0
}

.KfeCollection-GoodsCardV5-guideBeforeBold {
    font-weight: 700
}

.KfeCollection-GoodsCardV5-guideTitle {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.KfeCollection-GoodsCardV5-Read {
    background: none;
    background-color: #06f;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    margin: 0 20px;
    padding: 0 16px;
    text-align: center
}

html[data-theme=dark] .KfeCollection-GoodsCardV5-Read {
    background-color: #558eff
}

.KfeCollection-GoodsCardV5-Read,html[data-theme=dark] .KfeCollection-GoodsCardV5-Read {
    color: #fff
}

.KfeCollection-GoodsCardV4 {
    display: flex;
    flex-direction: column;
    margin: 20px 0 36px;
    overflow: hidden
}

.KfeCollection-GoodsCardV4-guide {
    color: #121212;
    display: flex;
    margin-bottom: 8px
}

html[data-theme=dark] .KfeCollection-GoodsCardV4-guide {
    color: #fff
}

.KfeCollection-GoodsCardV4-guide {
    font-size: 14px
}

.KfeCollection-GoodsCardV4-guideBefore {
    flex-shrink: 0
}

.KfeCollection-GoodsCardV4-guideBeforeBold {
    font-weight: 700
}

.KfeCollection-GoodsCardV4-guideTitle {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.KfeCollection-GoodsCardV4-header {
    align-items: center;
    color: #ce994f;
    position: relative
}

html[data-theme=dark] .KfeCollection-GoodsCardV4-header {
    color: #ce994f
}

.KfeCollection-GoodsCardV4-header {
    color: #121212;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    height: 40px;
    justify-content: space-between;
    padding: 0 12px
}

html[data-theme=dark] .KfeCollection-GoodsCardV4-header {
    color: #fff
}

.KfeCollection-GoodsCardV4-header {
    background: #06f;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

html[data-theme=dark] .KfeCollection-GoodsCardV4-header {
    background: #558eff
}

.KfeCollection-GoodsCardV4-header {
    color: #fff
}

html[data-theme=dark] .KfeCollection-GoodsCardV4-header {
    color: #121212
}

.KfeCollection-GoodsCardV4-vipIcon {
    border-top-right-radius: 8px;
    position: absolute;
    right: 0;
    top: 0;
    width: 27px
}

.KfeCollection-GoodsCardV4-title {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    width: calc(100% - 15px)
}

.KfeCollection-GoodsCardV4-titleText {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.KfeCollection-GoodsCardV4-headerIcon {
    flex-shrink: 0
}

.KfeCollection-GoodsCardV4-wrapper {
    border-left: 1px solid hsla(0,0%,83%,.4)
}

html[data-theme=dark] .KfeCollection-GoodsCardV4-wrapper {
    border-left: 1px solid rgba(46,46,46,.4)
}

.KfeCollection-GoodsCardV4-wrapper {
    border-right: 1px solid hsla(0,0%,83%,.4)
}

html[data-theme=dark] .KfeCollection-GoodsCardV4-wrapper {
    border-right: 1px solid rgba(46,46,46,.4)
}

.KfeCollection-GoodsCardV4-wrapper {
    border-bottom: 1px solid hsla(0,0%,83%,.4)
}

html[data-theme=dark] .KfeCollection-GoodsCardV4-wrapper {
    border-bottom: 1px solid rgba(46,46,46,.4)
}

.KfeCollection-GoodsCardV4-wrapper {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-radius: 8px;
    font-size: 13px
}

.KfeCollection-GoodsCardV4-contentWrapper {
    color: #444;
    padding: 11px 15px 13px;
    position: relative
}

html[data-theme=dark] .KfeCollection-GoodsCardV4-contentWrapper {
    color: #d3d3d3
}

.KfeCollection-GoodsCardV4-content {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    line-height: 21px;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis
}

.KfeCollection-GoodsCardV4-iosContent .KfeCollection-GoodsCardV4-content {
    text-align: inherit
}

.KfeCollection-GoodsCardV4-endorse {
    bottom: 13px;
    display: flex;
    position: absolute;
    right: 15px
}

.KfeCollection-GoodsCardV4-mask {
    background: linear-gradient(270deg,#fff,hsla(0,0%,100%,0) 101.1%);
    width: 20px
}

.KfeCollection-GoodsCardV4-ellipsis {
    background: #fff;
    height: 22px;
    line-height: 24px;
    width: 24px
}

.KfeCollection-GoodsCardV4-endorseText {
    color: #999;
    height: 22px;
    line-height: 24px
}

html[data-theme=dark] .KfeCollection-GoodsCardV4-endorseText {
    color: #999
}

.KfeCollection-GoodsCardV4-endorseText {
    background: #fff;
    font-size: 12px
}

.KfeCollection-GoodsCardV4-iosContent .KfeCollection-GoodsCardV4-ellipsis,.KfeCollection-GoodsCardV4-iosContent .KfeCollection-GoodsCardV4-endorseText {
    line-height: 30px
}

.KfeCollection-GoodsCardV4-bottom {
    align-items: center;
    border-top: 1px solid hsla(0,0%,83%,.4);
    display: flex;
    justify-content: center;
    padding: 10px 0
}

html[data-theme=dark] .KfeCollection-GoodsCardV4-bottom {
    border-top: 1px solid rgba(46,46,46,.4)
}

.KfeCollection-GoodsCardV4-bottom {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.KfeCollection-GoodsCardV4-bottomText {
    align-items: center;
    color: #06f;
    display: flex
}

html[data-theme=dark] .KfeCollection-GoodsCardV4-bottomText {
    color: #558eff
}

.KfeCollection-GoodsCardV4-bottomText {
    line-height: 18px
}

.KfeCollection-GoodsCardV4-arrowRight {
    font-size: 18px
}

.KfeCollection-GoodsCardV4-num {
    padding: 0 5px
}

.KfeCollection-GoodsCardV4-dark .KfeCollection-GoodsCardV4-mask {
    background: linear-gradient(270deg,#121212,hsla(0,0%,7%,0))
}

.KfeCollection-GoodsCardV4-dark .KfeCollection-GoodsCardV4-ellipsis {
    background: #121212;
    color: #444
}

.KfeCollection-GoodsCardV4-dark .KfeCollection-GoodsCardV4-endorseText {
    background: #121212;
    color: #999
}

.KfeCollection-GoodsCardV4-tagsBottom {
    border-top: 1px solid hsla(0,0%,83%,.4);
    padding: 8px 12px
}

html[data-theme=dark] .KfeCollection-GoodsCardV4-tagsBottom {
    border-top: 1px solid rgba(46,46,46,.4)
}

.KfeCollection-GoodsCardV4-tagsBottom {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.KfeCollection-GoodsCardV4-tagsBottomWrapper {
    display: flex;
    overflow-x: auto
}

.KfeCollection-GoodsCardV4-tagsBottomWrapper::-webkit-scrollbar {
    display: none
}

.KfeCollection-GoodsCardV4-tagsBottomTag {
    align-items: center;
    background-color: hsla(0,0%,60%,.13);
    display: flex
}

html[data-theme=dark] .KfeCollection-GoodsCardV4-tagsBottomTag {
    background-color: hsla(0,0%,60%,.13)
}

.KfeCollection-GoodsCardV4-tagsBottomTag {
    border-radius: 100px;
    cursor: pointer;
    flex-shrink: 0;
    margin-right: 8px;
    padding: 1px 7px
}

.KfeCollection-GoodsCardV4-tagText {
    color: #444;
    font-size: 11px
}

html[data-theme=dark] .KfeCollection-GoodsCardV4-tagText {
    color: #d3d3d3
}

.KfeCollection-GoodsCardV4-tagsArrowRight {
    color: #444;
    margin-right: -3px
}

html[data-theme=dark] .KfeCollection-GoodsCardV4-tagsArrowRight {
    color: #d3d3d3
}

.KfeCollection-GoodsCardV4-link {
    color: #06f;
    cursor: pointer
}

html[data-theme=dark] .KfeCollection-GoodsCardV4-link {
    color: #558eff
}

.KfeCollection-GoodsCardNew {
    display: flex;
    flex-direction: column;
    margin: 20px 0 36px;
    overflow: hidden
}

.KfeCollection-GoodsCardNew-guide {
    color: #121212;
    display: flex;
    margin-bottom: 8px
}

html[data-theme=dark] .KfeCollection-GoodsCardNew-guide {
    color: #fff
}

.KfeCollection-GoodsCardNew-guide {
    font-size: 13px
}

.KfeCollection-GoodsCardNew-brandImg {
    font-weight: 700
}

.KfeCollection-GoodsCardNew-link {
    color: #06f;
    cursor: pointer
}

html[data-theme=dark] .KfeCollection-GoodsCardNew-link {
    color: #558eff
}

.KfeCollection-GoodsCardNew-wrapper {
    background: #fff;
    display: flex;
    flex-direction: column;
    font-size: 13px
}

html[data-theme=dark] .KfeCollection-GoodsCardNew-wrapper {
    background: #121212
}

.KfeCollection-GoodsCardNew-wrapper {
    cursor: pointer;
    position: relative
}

.KfeCollection-GoodsCardNew-wrapper:before {
    border: 1px solid #d3d3d3;
    bottom: -50%;
    content: " ";
    display: block;
    left: -50%;
    pointer-events: none;
    position: absolute;
    right: -50%;
    top: -50%;
    transform: scale(.5)
}

html[data-theme=dark] .KfeCollection-GoodsCardNew-wrapper:before {
    border: 1px solid #2e2e2e
}

.KfeCollection-GoodsCardNew-wrapper:before {
    border-radius: 16px
}

.KfeCollection-GoodsCardNew-header {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 38px;
    justify-content: space-between;
    padding: 0 12px
}

html[data-theme=dark] .KfeCollection-GoodsCardNew-header {
    color: #fff
}

.KfeCollection-GoodsCardNew-header {
    background: #06f
}

html[data-theme=dark] .KfeCollection-GoodsCardNew-header {
    background: #558eff
}

.KfeCollection-GoodsCardNew-header {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.KfeCollection-GoodsCardNew-headerTitle {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
    word-break: break-all
}

.KfeCollection-GoodsCardNew-headerIcon {
    flex-shrink: 0
}

.KfeCollection-GoodsCardNew-contentWrapper {
    color: #444;
    display: flex;
    padding: 12px
}

html[data-theme=dark] .KfeCollection-GoodsCardNew-contentWrapper {
    color: #d3d3d3
}

.KfeCollection-GoodsCardNew-contentLeft {
    display: flex;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 12px;
    overflow: hidden;
    position: relative
}

.KfeCollection-GoodsCardNew-coverImg {
    border-radius: 6px;
    height: 101px;
    width: 70px
}

.KfeCollection-GoodsCardNew-coverVip {
    border-top-left-radius: 6px;
    height: 17px;
    left: 0;
    position: absolute;
    top: 0;
    width: 27px
}

.KfeCollection-GoodsCardNew-coverBtn {
    height: 28px;
    left: 50%;
    margin: -14px 0 0 -14px;
    position: absolute;
    top: 50%;
    width: 28px
}

.KfeCollection-GoodsCardNew-coverLabel {
    align-items: center;
    background: hsla(0,0%,100%,.88)
}

html[data-theme=dark] .KfeCollection-GoodsCardNew-coverLabel {
    background: hsla(0,0%,100%,.88)
}

.KfeCollection-GoodsCardNew-coverLabel {
    border-bottom-right-radius: 12px;
    border-top-left-radius: 12px;
    bottom: 0;
    color: #121212;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    height: 30px;
    padding: 0 8px;
    position: absolute;
    right: 0;
    transform: scale(.5);
    transform-origin: bottom right;
    white-space: nowrap
}

.KfeCollection-GoodsCardNew-contentRight {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%
}

.KfeCollection-GoodsCardNew-contentTitle {
    color: #121212;
    font-size: 15px;
    line-height: 21px
}

html[data-theme=dark] .KfeCollection-GoodsCardNew-contentTitle {
    color: #fff
}

.KfeCollection-GoodsCardNew-contentTitle {
    -webkit-line-clamp: 1;
    font-weight: 500
}

.KfeCollection-GoodsCardNew-contentPreface,.KfeCollection-GoodsCardNew-contentTitle {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.KfeCollection-GoodsCardNew-contentPreface {
    color: #444
}

html[data-theme=dark] .KfeCollection-GoodsCardNew-contentPreface {
    color: #d3d3d3
}

.KfeCollection-GoodsCardNew-contentPreface {
    -webkit-line-clamp: 2;
    line-height: 18px
}

.KfeCollection-GoodsCardNew-contentDes {
    -webkit-box-orient: vertical;
    color: #999;
    display: -webkit-box;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

html[data-theme=dark] .KfeCollection-GoodsCardNew-contentDes {
    color: #999
}

.KfeCollection-GoodsCardNew-contentDes {
    -webkit-line-clamp: 1;
    line-height: 18px
}

.KfeCollection-GoodsCardNew-contentIntro,.KfeCollection-GoodsCardNew-contentStar {
    color: #999;
    margin-top: 4px
}

html[data-theme=dark] .KfeCollection-GoodsCardNew-contentIntro,html[data-theme=dark] .KfeCollection-GoodsCardNew-contentStar {
    color: #999
}

.KfeCollection-GoodsCardNew-contentIntroItem {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    line-height: 18px;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.KfeCollection-GoodsCardNew-contentStar {
    align-items: center;
    display: flex
}

.KfeCollection-GoodsCardNew-score,html[data-theme=dark] .KfeCollection-GoodsCardNew-score {
    color: #ff501a
}

.KfeCollection-GoodsCardNew-score {
    font-family: ZHVipFont;
    font-size: 12px;
    font-weight: 500
}

.KfeCollection-GoodsCardNew-contentStar .KfeCollection-Rating {
    margin: 1px 0 0 5px
}

.KfeCollection-GoodsCardNew-contentStar .KfeCollection-Rating-star {
    height: 15px;
    width: 15px
}

.KfeCollection-GoodsCardNew-contentStar .KfeCollection-Rating-star .Zi {
    fill: #ff501a;
    height: 13px;
    width: 13px
}

html[data-theme=dark] .KfeCollection-GoodsCardNew-contentStar .KfeCollection-Rating-star .Zi {
    fill: #ff501a
}

.KfeCollection-GoodsCardNew-contentStar .KfeCollection-Rating-star--half .Zi:first-child,html[data-theme=dark] .KfeCollection-GoodsCardNew-contentStar .KfeCollection-Rating-star--half .Zi:first-child {
    fill: rgba(255,80,26,.2)
}

.KfeCollection-GoodsCardNew-contentStar .KfeCollection-Rating-star--half .Zi:last-child {
    clip: rect(0,6px,12px,0);
    -webkit-clip-path: inset(0 5px 0 0);
    clip-path: inset(0 5px 0 0)
}

.KfeCollection-GoodsCardNew-contentStar .KfeCollection-Rating-star--empty path,html[data-theme=dark] .KfeCollection-GoodsCardNew-contentStar .KfeCollection-Rating-star--empty path {
    fill: rgba(255,80,26,.2)
}

.KfeCollection-GoodsCardNew-contentBottom {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.KfeCollection-GoodsCardNew-vipNote,html[data-theme=dark] .KfeCollection-GoodsCardNew-vipNote {
    color: #ce994f
}

.KfeCollection-GoodsCardNew-vipNote {
    font-size: 13px;
    font-weight: 500;
    margin: auto 0 0
}

.KfeCollection-GoodsCardNew-vipNote del {
    color: #999;
    margin-left: 6px
}

html[data-theme=dark] .KfeCollection-GoodsCardNew-vipNote del {
    color: #999
}

.KfeCollection-GoodsCardNew-vipNote del {
    font-weight: 400
}

.KfeCollection-GoodsCardNew-readBtn {
    align-items: center;
    color: #06f;
    display: flex;
    justify-content: center;
    line-height: normal
}

html[data-theme=dark] .KfeCollection-GoodsCardNew-readBtn {
    color: #558eff
}

.KfeCollection-GoodsCardNew-readBtn {
    font-size: 13px;
    font-weight: 500
}

.KfeCollection-GoodsCardNew-bottom {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 8px 0
}

.KfeCollection-GoodsCardNew-arrowRight {
    margin-left: -1px
}

.KfeCollection-GoodsCardNew-arrowRightFix {
    margin-top: 2px
}

.KfeCollection-Rating {
    display: flex
}

.KfeCollection-Rating-star {
    height: 16px;
    position: relative;
    width: 16px
}

.KfeCollection-Rating-star .Zi {
    fill: #ff9607;
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px
}

html[data-theme=dark] .KfeCollection-Rating-star .Zi {
    fill: #ffae4e
}

.KfeCollection-Rating-star--half .Zi:first-child {
    fill: #d3d3d3
}

html[data-theme=dark] .KfeCollection-Rating-star--half .Zi:first-child {
    fill: #2e2e2e
}

.KfeCollection-Rating-star--half .Zi:last-child {
    clip: rect(0,8px,16px,0);
    -webkit-clip-path: inset(0 8px 0 0);
    clip-path: inset(0 8px 0 0)
}

.KfeCollection-Rating-star--empty path {
    fill: #d3d3d3
}

html[data-theme=dark] .KfeCollection-Rating-star--empty path {
    fill: #2e2e2e
}

.KfeCollection-RatingNew {
    align-items: center;
    display: flex
}

.KfeCollection-RatingNew-FullStar,.KfeCollection-RatingNew-HalfStar,html[data-theme=dark] .KfeCollection-RatingNew-FullStar,html[data-theme=dark] .KfeCollection-RatingNew-HalfStar {
    color: #ff501a
}

.KfeCollection-RatingNew-EmptyStar {
    color: rgba(253,84,9,.2)
}

.KfeCollection-RatingNew-Star {
    margin-right: 4px
}

.KfeCollection-VipBenefitsCard {
    margin: 18px 0 24px
}

.KfeCollection-VipBenefitsCard-pic {
    width: 100%
}

.KfeCollection-VipBenefitsCard-HybridLink {
    cursor: pointer
}

.KfeCollection-GoodsCardV2 {
    background: hsla(0,0%,96%,.92);
    border-radius: 8px;
    margin-bottom: 36px;
    margin-top: 30px;
    overflow: hidden
}

html[data-theme=dark] .KfeCollection-GoodsCardV2 {
    background: rgba(27,27,27,.92)
}

.KfeCollection-GoodsCardV2-header {
    color: #999;
    font-size: 12px
}

html[data-theme=dark] .KfeCollection-GoodsCardV2-header {
    color: #999
}

.KfeCollection-GoodsCardV2-header {
    line-height: 20px;
    padding: 6px 0;
    position: relative;
    text-indent: 10px
}

.KfeCollection-GoodsCardV2-header:before {
    border-bottom: 1px solid #d3d3d3;
    bottom: -50%;
    content: " ";
    display: block;
    left: -50%;
    pointer-events: none;
    position: absolute;
    right: -50%;
    top: -50%;
    transform: scale(.5)
}

html[data-theme=dark] .KfeCollection-GoodsCardV2-header:before {
    border-bottom: 1px solid #2e2e2e
}

.KfeCollection-GoodsCardV2-content {
    background: hsla(0,0%,96%,.92);
    display: flex;
    padding: 10px
}

html[data-theme=dark] .KfeCollection-GoodsCardV2-content {
    background: rgba(27,27,27,.92)
}

.KfeCollection-GoodsCardV2-cover {
    align-self: center;
    font-size: 0;
    margin-right: 10px;
    position: relative
}

.KfeCollection-GoodsCardV2-cover-img {
    border-radius: 6px;
    width: 70px
}

.KfeCollection-GoodsCardV2-cover-img--dark {
    opacity: .4
}

.KfeCollection-GoodsCardV2-cover-label {
    align-items: center;
    color: #121212;
    display: flex;
    font-size: 9px;
    height: 15px;
    line-height: normal;
    padding: 0 4px
}

html[data-theme=dark] .KfeCollection-GoodsCardV2-cover-label {
    color: #fff
}

.KfeCollection-GoodsCardV2-cover-label {
    background-color: hsla(0,0%,100%,.8);
    bottom: 4px;
    box-shadow: 0 .5px 1px 0 hsla(0,0%,7%,.08);
    position: absolute;
    right: 4px;
    text-align: center
}

html[data-theme=dark] .KfeCollection-GoodsCardV2-cover-label {
    box-shadow: 0 .5px 1px 0 hsla(0,0%,100%,.08)
}

.KfeCollection-GoodsCardV2-cover-label {
    border-radius: 4px;
    font-synthesis: style;
    font-weight: 600
}

html[data-ios] .KfeCollection-GoodsCardV2-cover-label {
    font-weight: 500
}

html[data-android] .KfeCollection-GoodsCardV2-cover-label {
    font-weight: 700
}

.KfeCollection-GoodsCardV2-detail {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    padding: 2px 0
}

.KfeCollection-GoodsCardV2-detail-title {
    color: #121212;
    font-size: 15px;
    line-height: 21px
}

html[data-theme=dark] .KfeCollection-GoodsCardV2-detail-title {
    color: #fff
}

.KfeCollection-GoodsCardV2-detail-title {
    font-synthesis: style;
    font-weight: 600
}

html[data-ios] .KfeCollection-GoodsCardV2-detail-title {
    font-weight: 500
}

html[data-android] .KfeCollection-GoodsCardV2-detail-title {
    font-weight: 700
}

.KfeCollection-GoodsCardV2-detail-title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.KfeCollection-GoodsCardV2-detail-desc,.KfeCollection-GoodsCardV2-detail-label,.KfeCollection-GoodsCardV2-detail-vipNote {
    color: #999;
    font-size: 12px
}

html[data-theme=dark] .KfeCollection-GoodsCardV2-detail-desc,html[data-theme=dark] .KfeCollection-GoodsCardV2-detail-label,html[data-theme=dark] .KfeCollection-GoodsCardV2-detail-vipNote {
    color: #999
}

.KfeCollection-GoodsCardV2-detail-desc,.KfeCollection-GoodsCardV2-detail-label,.KfeCollection-GoodsCardV2-detail-vipNote {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.KfeCollection-GoodsCardV2-detail-desc {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.KfeCollection-GoodsCardV2-detail-label {
    margin-top: 5px
}

.KfeCollection-GoodsCardV2-catalog {
    color: #999;
    font-size: 12px;
    margin-top: -2px;
    padding: 0 10px 2px
}

html[data-theme=dark] .KfeCollection-GoodsCardV2-catalog {
    color: #999
}

.KfeCollection-GoodsCardV2-catalog {
    line-height: normal
}

.KfeCollection-GoodsCardV2-catalogSectionList {
    display: flex;
    flex-direction: column
}

.KfeCollection-GoodsCardV2-catalogSectionItem {
    align-items: center;
    color: #121212;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    line-height: 20px
}

html[data-theme=dark] .KfeCollection-GoodsCardV2-catalogSectionItem {
    color: #fff
}

.KfeCollection-GoodsCardV2-catalogSectionItem {
    padding: 8px 0 10px;
    position: relative
}

.KfeCollection-GoodsCardV2-catalogSectionItem:before {
    bottom: -50%;
    content: " ";
    display: block;
    left: -50%;
    pointer-events: none;
    position: absolute;
    right: -50%;
    top: -50%;
    transform: scale(.5)
}

.KfeCollection-GoodsCardV2-catalogSectionItem+.KfeCollection-GoodsCardV2-catalogSectionItem:before {
    border-top: 1px solid #d3d3d3
}

html[data-theme=dark] .KfeCollection-GoodsCardV2-catalogSectionItem+.KfeCollection-GoodsCardV2-catalogSectionItem:before {
    border-top: 1px solid #2e2e2e
}

.KfeCollection-GoodsCardV2-catalogSectionItemIcon {
    fill: grey
}

html[data-theme=dark] .KfeCollection-GoodsCardV2-catalogSectionItemIcon {
    fill: #999
}

.KfeCollection-PaidConsultCard {
    font-family: PingFang SC;
    margin-bottom: 20px
}

.KfeCollection-PaidConsultCard-Header {
    color: #121212;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px
}

html[data-theme=dark] .KfeCollection-PaidConsultCard-Header {
    color: #fff
}

.KfeCollection-PaidConsultCard-CardWrapper {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    padding: 12px 16px;
    position: relative
}

.KfeCollection-PaidConsultCard-CardWrapper:before {
    border: 1px solid #d3d3d3;
    bottom: -50%;
    content: " ";
    display: block;
    left: -50%;
    pointer-events: none;
    position: absolute;
    right: -50%;
    top: -50%;
    transform: scale(.5)
}

html[data-theme=dark] .KfeCollection-PaidConsultCard-CardWrapper:before {
    border: 1px solid #2e2e2e
}

.KfeCollection-PaidConsultCard-CardWrapper:before {
    border-radius: 16px
}

.KfeCollection-PaidConsultCard-Avatar {
    border-radius: 50%;
    height: 48px;
    margin-right: 8px;
    width: 48px
}

.KfeCollection-PaidConsultCard-Right {
    width: 100%
}

.KfeCollection-PaidConsultCard-NameWrapper {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.KfeCollection-PaidConsultCard-Name {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #121212;
    display: -webkit-box;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis
}

html[data-theme=dark] .KfeCollection-PaidConsultCard-Name {
    color: #fff
}

.KfeCollection-PaidConsultCard-Name {
    font-weight: 500;
    line-height: 18px
}

.KfeCollection-PaidConsultCard-Action {
    color: #06f;
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 500;
    margin-right: -6px
}

html[data-theme=dark] .KfeCollection-PaidConsultCard-Action {
    color: #558eff
}

.KfeCollection-PaidConsultCard-Action {
    line-height: 18px
}

.KfeCollection-PaidConsultCard-ArrowRight {
    color: #06f;
    height: 30px;
    width: 20px
}

html[data-theme=dark] .KfeCollection-PaidConsultCard-ArrowRight {
    color: #558eff
}

.KfeCollection-PaidConsultCard-SubInfo {
    align-items: center;
    display: flex;
    font-size: 12px;
    margin-bottom: 4px
}

.KfeCollection-PaidConsultCard-ConsultTime {
    align-items: center;
    color: grey;
    display: flex;
    margin-right: 10px
}

html[data-theme=dark] .KfeCollection-PaidConsultCard-ConsultTime {
    color: #999
}

.KfeCollection-PaidConsultCard-ConsultTime {
    font-weight: 400;
    line-height: 19px
}

.KfeCollection-PaidConsultCard-ConsultTimeIcon {
    color: #999;
    margin-right: 5px
}

html[data-theme=dark] .KfeCollection-PaidConsultCard-ConsultTimeIcon {
    color: #999
}

.KfeCollection-PaidConsultCard-ConsultScore {
    align-items: center;
    color: #ff9607;
    display: flex
}

html[data-theme=dark] .KfeCollection-PaidConsultCard-ConsultScore {
    color: #ffae4e
}

.KfeCollection-PaidConsultCard-ConsultScore {
    font-weight: 500;
    line-height: 19px
}

.KfeCollection-PaidConsultCard-ConsultScoreIcon {
    margin-right: 5px
}

.KfeCollection-PaidConsultCard-Info {
    align-items: flex-start;
    display: flex;
    font-size: 12px;
    line-height: 19px
}

.KfeCollection-PaidConsultCard-Info p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: grey;
    display: -webkit-box;
    font-size: 12px;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis
}

html[data-theme=dark] .KfeCollection-PaidConsultCard-Info p {
    color: #999
}

.KfeCollection-PaidConsultCard-InfoIcon {
    margin-left: -2px;
    margin-right: 4px;
    width: 18px
}

.KfeCollection-AnswerTopCard-Container {
    margin-bottom: 15px;
    margin-top: 15px
}

.KfeCollection-AnswerTopCard-newContainer {
    margin-top: 15px
}

.KfeCollection-AnswerTopCard-Privilege {
    margin-bottom: 15px;
    margin-top: 0
}

.KfeCollection-AnswerTopCard-FlexContainer {
    display: flex
}

.KfeCollection-OrdinaryLabel {
    align-items: center;
    background: rgba(0,102,255,.08);
    display: flex;
    margin-bottom: 15px;
    padding: 11px 0 11px 14px
}

html[data-theme=dark] .KfeCollection-OrdinaryLabel {
    background: rgba(85,142,255,.08)
}

.KfeCollection-OrdinaryLabel {
    border-radius: 6px
}

.KfeCollection-OrdinaryLabel .KfeCollection-OrdinaryLabel-content {
    align-items: center;
    color: rgba(23,81,153,.72);
    display: flex;
    font-size: 14px;
    height: 20px
}

html[data-theme=dark] .KfeCollection-OrdinaryLabel .KfeCollection-OrdinaryLabel-content {
    color: rgba(99,133,166,.72)
}

.KfeCollection-OrdinaryLabel .KfeCollection-OrdinaryLabel-content {
    line-height: 1
}

.KfeCollection-OrdinaryLabel-newStyle-mobile,.KfeCollection-OrdinaryLabel-newStyle-pc {
    background: rgba(0,102,255,.08);
    display: inline-block;
    padding: 6px 12px
}

html[data-theme=dark] .KfeCollection-OrdinaryLabel-newStyle-mobile,html[data-theme=dark] .KfeCollection-OrdinaryLabel-newStyle-pc {
    background: rgba(85,142,255,.08)
}

.KfeCollection-OrdinaryLabel-newStyle-mobile,.KfeCollection-OrdinaryLabel-newStyle-pc {
    border-radius: 41px
}

.KfeCollection-OrdinaryLabel-newStyle-mobile .KfeCollection-OrdinaryLabel-content,.KfeCollection-OrdinaryLabel-newStyle-pc .KfeCollection-OrdinaryLabel-content {
    color: #175199;
    font-size: 13px
}

html[data-theme=dark] .KfeCollection-OrdinaryLabel-newStyle-mobile .KfeCollection-OrdinaryLabel-content,html[data-theme=dark] .KfeCollection-OrdinaryLabel-newStyle-pc .KfeCollection-OrdinaryLabel-content {
    color: #6385a6
}

.KfeCollection-OrdinaryLabel-newStyle-mobile .KfeCollection-OrdinaryLabel-content,.KfeCollection-OrdinaryLabel-newStyle-pc .KfeCollection-OrdinaryLabel-content {
    line-height: 16px;
    opacity: .72
}

.KfeCollection-FabledStatement {
    display: flex;
    margin-top: 8px
}

.KfeCollection-FabledStatement-fixed {
    display: flex;
    margin-left: 8px
}

.KfeCollection-Privilege {
    align-items: center;
    display: flex;
    margin-top: 20px;
    padding: 12px 0 12px 12px;
    position: relative
}

.KfeCollection-Privilege,html[data-theme=dark] .KfeCollection-Privilege {
    background-image: linear-gradient(97deg,hsla(35,79%,87%,.25),hsla(35,85%,69%,.2) 99%)
}

.KfeCollection-Privilege {
    border-radius: 6px
}

.KfeCollection-Privilege-newStyle-mobile,.KfeCollection-Privilege-newStyle-pc {
    align-items: center;
    display: inline-flex;
    padding: 7px 12px 7px 10px;
    position: relative
}

.KfeCollection-Privilege-newStyle-mobile,.KfeCollection-Privilege-newStyle-pc,html[data-theme=dark] .KfeCollection-Privilege-newStyle-mobile,html[data-theme=dark] .KfeCollection-Privilege-newStyle-pc {
    background: linear-gradient(90.56deg,hsla(35,79%,87%,.25),hsla(35,85%,69%,.25)),hsla(0,0%,100%,.25)
}

.KfeCollection-Privilege-newStyle-mobile,.KfeCollection-Privilege-newStyle-pc {
    border-radius: 38px
}

.KfeCollection-Privilege-newStyle-pc {
    padding: 6px 12px 6px 10px
}

.KfeCollection-Privilege-vipIcon {
    flex-shrink: 0;
    height: 18px;
    margin-right: 5px;
    width: 18px
}

.KfeCollection-Privilege-arrowIcon {
    margin-left: 5px
}

.KfeCollection-Privilege-vipIcon stop[offset="0%"],html[data-theme=dark] .KfeCollection-Privilege-vipIcon stop[offset="0%"] {
    stop-color: #f8e2c4
}

.KfeCollection-Privilege-vipIcon stop[offset="100%"],html[data-theme=dark] .KfeCollection-Privilege-vipIcon stop[offset="100%"] {
    stop-color: #f3bb6c
}

.KfeCollection-Privilege-vipIcon-newStyle-mobile,.KfeCollection-Privilege-vipIcon-newStyle-pc {
    flex-shrink: 0;
    height: 14px;
    margin-right: 7px;
    width: 13px
}

.KfeCollection-Privilege-vipIcon-newStyle-mobile stop[offset="0%"],.KfeCollection-Privilege-vipIcon-newStyle-pc stop[offset="0%"] {
    stop-color: #ebd0a9
}

.KfeCollection-Privilege-vipIcon-newStyle-mobile stop[offset="100%"],.KfeCollection-Privilege-vipIcon-newStyle-pc stop[offset="100%"] {
    stop-color: #b88541
}

.KfeCollection-Privilege-vipIcon-newStyle-pc {
    height: 16px;
    width: 15px
}

.KfeCollection-Privilege-arrowIcon-newStyle-pc,.KfeCollection-Privilege-content,html[data-theme=dark] .KfeCollection-Privilege-content {
    color: #ce994f
}

.KfeCollection-Privilege-content {
    align-items: center;
    display: flex;
    font-size: 14px;
    line-height: 14px;
    z-index: 1
}

.KfeCollection-Privilege-content-newStyle-mobile,.KfeCollection-Privilege-content-newStyle-pc,html[data-theme=dark] .KfeCollection-Privilege-content-newStyle-mobile,html[data-theme=dark] .KfeCollection-Privilege-content-newStyle-pc {
    color: #ce994f
}

.KfeCollection-Privilege-content-newStyle-mobile,.KfeCollection-Privilege-content-newStyle-pc {
    align-items: center;
    display: flex;
    font-size: 13px;
    line-height: 16px;
    z-index: 1
}

.KfeCollection-Privilege-content-newStyle-pc {
    align-items: center;
    display: flex;
    font-size: 14px;
    line-height: 18px
}

.KfeCollection-Privilege-title,.KfeCollection-Privilege-title-newStyle-mobile,.KfeCollection-Privilege-title-newStyle-pc {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis
}

.KfeCollection-Privilege1 {
    align-items: center;
    background-color: #f6f6f6;
    display: flex;
    margin-top: 20px;
    padding: 12px 0 12px 12px;
    position: relative
}

html[data-theme=dark] .KfeCollection-Privilege1 {
    background-color: #1b1b1b
}

.KfeCollection-Privilege1 {
    border-radius: 6px;
    color: #999
}

html[data-theme=dark] .KfeCollection-Privilege1 {
    color: #999
}

.KfeCollection-Privilege1-newStyle-mobile,.KfeCollection-Privilege1-newStyle-pc {
    align-items: center;
    background-color: #f6f6f6;
    display: inline-flex;
    padding: 7px 12px 7px 10px;
    position: relative
}

html[data-theme=dark] .KfeCollection-Privilege1-newStyle-mobile,html[data-theme=dark] .KfeCollection-Privilege1-newStyle-pc {
    background-color: #1b1b1b
}

.KfeCollection-Privilege1-newStyle-mobile,.KfeCollection-Privilege1-newStyle-pc {
    border-radius: 38px;
    color: #999
}

html[data-theme=dark] .KfeCollection-Privilege1-newStyle-mobile,html[data-theme=dark] .KfeCollection-Privilege1-newStyle-pc {
    color: #999
}

.KfeCollection-Privilege1-newStyle-pc {
    padding: 6px 12px 6px 10px
}

.KfeCollection-Privilege-arrowIcon {
    color: #ce994f;
    flex-shrink: 0;
    height: 15px;
    margin-left: 2px;
    width: 15px
}

.KfeCollection-Privilege-arrowIcon stop[offset="0%"],html[data-theme=dark] .KfeCollection-Privilege-arrowIcon stop[offset="0%"] {
    stop-color: #f8e2c4
}

.KfeCollection-Privilege-arrowIcon stop[offset="100%"],html[data-theme=dark] .KfeCollection-Privilege-arrowIcon stop[offset="100%"] {
    stop-color: #f3bb6c
}

.KfeCollection-Privilege-arrowIcon-newStyle-mobile,.KfeCollection-Privilege-arrowIcon-newStyle-pc {
    flex-shrink: 0;
    height: 14px;
    margin-left: 2px;
    width: 13px
}

.KfeCollection-Privilege-arrowIcon-newStyle-mobile stop[offset="0%"],.KfeCollection-Privilege-arrowIcon-newStyle-pc stop[offset="0%"] {
    stop-color: #ebd0a9
}

.KfeCollection-Privilege-arrowIcon-newStyle-mobile stop[offset="100%"],.KfeCollection-Privilege-arrowIcon-newStyle-pc stop[offset="100%"] {
    stop-color: #b88541
}

.KfeCollection-Privilege-arrowIcon-newStyle-pc {
    color: #999;
    height: 15px;
    width: 15px
}

html[data-theme=dark] .KfeCollection-Privilege-arrowIcon-newStyle-pc {
    color: #999
}

.KfeCollection-Privilege-arrowIcon-newStyle-pc {
    margin-left: 2px
}

.KfeCollection-Privilege-content1,html[data-theme=dark] .KfeCollection-Privilege-content1 {
    color: #ce994f
}

.KfeCollection-Privilege-content1 {
    align-items: center;
    display: flex;
    font-size: 14px;
    line-height: 14px;
    z-index: 1
}

.KfeCollection-Privilege-content1-newStyle-mobile,.KfeCollection-Privilege-content1-newStyle-pc,html[data-theme=dark] .KfeCollection-Privilege-content1-newStyle-mobile,html[data-theme=dark] .KfeCollection-Privilege-content1-newStyle-pc {
    color: #999
}

.KfeCollection-Privilege-content1-newStyle-mobile,.KfeCollection-Privilege-content1-newStyle-pc {
    align-items: center;
    display: flex;
    font-size: 13px;
    line-height: 16px;
    z-index: 1
}

.KfeCollection-Privilege-content1-newStyle-pc {
    align-items: center;
    display: flex;
    font-size: 14px;
    line-height: 18px
}

.KfeCollection-Privilege-label {
    bottom: 0;
    color: #fff;
    height: 30px;
    position: absolute;
    right: 10px;
    width: 70px
}

html[data-theme=dark] .KfeCollection-Privilege-label {
    color: #2e2e2e
}

.KfeCollection-Privilege-vipText {
    font-weight: 500
}

.KfeCollection-IntroCard {
    background-color: #f6f6f6
}

html[data-theme=dark] .KfeCollection-IntroCard {
    background-color: #1b1b1b
}

.KfeCollection-IntroCard {
    border-radius: 6px;
    color: #999;
    font-size: 14px;
    padding: 12px
}

html[data-theme=dark] .KfeCollection-IntroCard {
    color: #999
}

.KfeCollection-IntroCard {
    line-height: 21px;
    margin: 15px 0
}

.KfeCollection-IntroCard-newStyle-mobile,.KfeCollection-IntroCard-newStyle-pc {
    background-color: #f6f6f6
}

html[data-theme=dark] .KfeCollection-IntroCard-newStyle-mobile,html[data-theme=dark] .KfeCollection-IntroCard-newStyle-pc {
    background-color: #1b1b1b
}

.KfeCollection-IntroCard-newStyle-mobile,.KfeCollection-IntroCard-newStyle-pc {
    border-radius: 8px;
    color: #999;
    font-size: 13px;
    padding: 8px 12px
}

html[data-theme=dark] .KfeCollection-IntroCard-newStyle-mobile,html[data-theme=dark] .KfeCollection-IntroCard-newStyle-pc {
    color: #999
}

.KfeCollection-IntroCard-newStyle-mobile,.KfeCollection-IntroCard-newStyle-pc {
    line-height: 24px;
    margin-top: 8px
}

.KfeCollection-IntroCard-newStyle-pc {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 26px
}

.KfeCollection-IntroCard-spacing {
    margin-bottom: 8px
}

.KfeCollection-IntroCard-contentName {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.KfeCollection-IntroCard-contentName a {
    color: #175199
}

html[data-theme=dark] .KfeCollection-IntroCard-contentName a {
    color: #6385a6
}

.KfeCollection-IntroCard-contentName-newStyle-mobile,.KfeCollection-IntroCard-contentName-newStyle-pc {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.KfeCollection-IntroCard-contentName-newStyle-mobile a,.KfeCollection-IntroCard-contentName-newStyle-pc a {
    color: #06f
}

.KfeCollection-IntroCard-description {
    -webkit-line-clamp: 2
}

.KfeCollection-IntroCard-authorDesc,.KfeCollection-IntroCard-description {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.KfeCollection-IntroCard-authorDesc {
    -webkit-line-clamp: 1
}

.KfeCollection-IntroCard-authorDesc .member_mention {
    color: #175199
}

html[data-theme=dark] .KfeCollection-IntroCard-authorDesc .member_mention {
    color: #6385a6
}

.KfeCollection-IntroCard-authorDesc-newStyle-mobile,.KfeCollection-IntroCard-authorDesc-newStyle-pc {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.KfeCollection-IntroCard-authorDesc-newStyle-mobile .member_mention,.KfeCollection-IntroCard-authorDesc-newStyle-pc .member_mention {
    color: #06f
}

.KfeCollection-IntroCard-paidConsult {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.KfeCollection-IntroCard-paidConsult a {
    color: #175199;
    margin-left: 4px
}

html[data-theme=dark] .KfeCollection-IntroCard-paidConsult a {
    color: #6385a6
}

.KfeCollection-IntroCard-paidConsult-newStyle-mobile,.KfeCollection-IntroCard-paidConsult-newStyle-pc {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.KfeCollection-IntroCard-paidConsult-newStyle-mobile a,.KfeCollection-IntroCard-paidConsult-newStyle-pc a {
    color: #06f;
    margin-left: 4px
}

.KfeCollection-CertainEndEllipsis {
    display: flex;
    overflow: hidden
}

.KfeCollection-CertainEndEllipsis-start {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.KfeCollection-CertainEndEllipsis-end {
    display: flex;
    flex-shrink: 0
}

.KfeCollection-PaidContentNameCertainEndEllipsis a {
    color: #175199
}

html[data-theme=dark] .KfeCollection-PaidContentNameCertainEndEllipsis a {
    color: #6385a6
}

/*# sourceMappingURL=2023.216a26f4.33325a085c27619a9c64.css.map*/
.css-1uovyp5 {
    position: relative;
    top: -53px;
}
.css-1rpg5c6 {
    position: -webkit-sticky;
    position: sticky;
    top: 52px;
}
.css-moxmo5 {
    position: absolute;
    height: 1px;
    bottom: -2px;
}
.css-1q32xh5 {
    max-width: 296px;
    -webkit-align-self: normal;
    -ms-flex-item-align: normal;
    align-self: normal;
    width: 296px;
    margin-left: 10px;
}
.NumberBoard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.NumberBoard--divider .NumberBoard-item+.NumberBoard-item .NumberBoard-itemInner {
    border-left: 1px solid #ebeced;
}

.NumberBoard-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.NumberBoard-item.Button {
    border: 0;
    font-size: inherit;
    line-height: inherit
}

.NumberBoard-item.Button:hover {
    background: none
}

.NumberBoard-item.Button:hover .NumberBoard-itemName,.NumberBoard-item.Button:hover .NumberBoard-itemValue,.NumberBoard-itema:hover .NumberBoard-itemName,.NumberBoard-itema:hover .NumberBoard-itemValue {
    color: #09408e;
}

.NumberBoard-itemInner {
    line-height: 1.6;
    text-align: center
}

.NumberBoard-itemName {
    color: #8491a5;
    font-size: 14px
}

.NumberBoard-itemValue {
    color: #191b1f;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
}

.Badge {
    background-color: #f8f8fa;
    border-radius: 3px;
    color: #8491a5;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    padding: 1px 6px;
    vertical-align: 1px
}

.FollowButton {
    min-width: 96px
}

.FollowButton-icon {
    fill: currentColor;
    margin-right: 8px
}

.ChatBoxModal-closeButton {
    position: absolute;
    right: 12px;
    top: 12px
}

.ChatBoxModal-closeIcon {
    fill: #c4c7ce;
    fill: var(--GBK08A)
}

.AbnormalAlert {
    -webkit-box-align: center;
    -ms-flex-align: center;
    --v1856597443: var(--flag-light,0 5px 20px 0 rgba(25,27,31,.2)) var(--flag-dark,0 5px 20px 0 hsla(0,0%,100%,.2));
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 20px 0 rgba(25,27,31,.2);
    box-shadow: 0 5px 20px 0 rgba(25,27,31,.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding: 0 20px;
    width: 448px;
    z-index: 1
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .AbnormalAlert {
        -webkit-box-shadow:0 5px 20px 0 oklch(from var(--GBK02A) l c h/.2);
        box-shadow: 0 5px 20px 0 oklch(from var(--GBK02A) l c h/.2)
    }
}

.AbnormalAlert-message {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    color: #d95350;
    flex-grow: 1;
    font-size: 13px;
    font-style: 14px;
    text-align: center
}

.AbnormalAlert-message a {
    color: #81858f;
}

.AbnormalAlert-icon {
    fill: #c4c7ce;
    cursor: pointer;
    height: 18px;
    padding: 5px;
    width: 18px
}

.InputBox {
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex: auto;
    flex: auto;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 250px;
    min-height: 180px
}

.InputBox,.InputBox-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.InputBox-footer {
    -ms-flex-negative: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-shrink: 0;
    padding: 0 20px 10px
}

.InputBox-input {
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: auto;
    flex: auto;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 4px 0 10px
}

.InputBox-input textarea {
    width: 100%
}

.InputBox-input.is-focus {
    border: none
}

.InputBox-sendBtn {
    border-radius: 6px;
    font-size: 13px;
    height: 32px;
    line-height: 16px;
    width: 72px
}

.InputBox-footerDesc {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    font-size: 14px;
    line-height: 20px;
    padding-right: 10px;
    text-align: right
}

.EmoticonsFooter {
    -ms-flex-negative: 0;
    background-color: #f8f8fa;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    flex-shrink: 0;
    height: 40px;
    overflow: hidden
}

.EmoticonsFooter-items {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 17px;
    white-space: nowrap
}

.EmoticonsFooter-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: inline-block;
    height: 40px;
    text-align: center;
    vertical-align: bottom;
    width: 50px
}

.EmoticonsFooter-itemIcon {
    height: 40px
}

.EmoticonsFooter-item--selected {
    background-color: #fff;
}

.Spinner-blade {
    display: inline-block;
    height: 20px;
    position: relative;
    width: 20px
}

.Spinner-blade--large {
    height: 35px;
    width: 35px
}

.Spinner-blade--large .Spinner-blade-12 {
    border-radius: 50%/16.67%;
    height: 25.71429%;
    width: 8.57143%
}

.Spinner-blade--white .Spinner-blade-12 {
    background-color: #fff;
}

@-webkit-keyframes spinnerBladeFade {
    0% {
        opacity: .85
    }

    50% {
        opacity: .25
    }

    to {
        opacity: .25
    }
}

@keyframes spinnerBladeFade {
    0% {
        opacity: .85
    }

    50% {
        opacity: .25
    }

    to {
        opacity: .25
    }
}

.Spinner-blade-12 {
    -webkit-animation: spinnerBladeFade 1s linear infinite;
    animation: spinnerBladeFade 1s linear infinite;
    background-color: #9196a1;
    border-radius: 50%/20%;
    height: 25%;
    left: 44.5%;
    position: absolute;
    top: 37%;
    width: 10%
}

.Spinner-blade-12:first-child {
    -webkit-animation-delay: -1.66667s;
    animation-delay: -1.66667s;
    -webkit-transform: rotate(30deg) translateY(-150%);
    transform: rotate(30deg) translateY(-150%)
}

.Spinner-blade-12:nth-child(2) {
    -webkit-animation-delay: -1.58333s;
    animation-delay: -1.58333s;
    -webkit-transform: rotate(60deg) translateY(-150%);
    transform: rotate(60deg) translateY(-150%)
}

.Spinner-blade-12:nth-child(3) {
    -webkit-animation-delay: -1.5s;
    animation-delay: -1.5s;
    -webkit-transform: rotate(90deg) translateY(-150%);
    transform: rotate(90deg) translateY(-150%)
}

.Spinner-blade-12:nth-child(4) {
    -webkit-animation-delay: -1.41667s;
    animation-delay: -1.41667s;
    -webkit-transform: rotate(120deg) translateY(-150%);
    transform: rotate(120deg) translateY(-150%)
}

.Spinner-blade-12:nth-child(5) {
    -webkit-animation-delay: -1.33333s;
    animation-delay: -1.33333s;
    -webkit-transform: rotate(150deg) translateY(-150%);
    transform: rotate(150deg) translateY(-150%)
}

.Spinner-blade-12:nth-child(6) {
    -webkit-animation-delay: -1.25s;
    animation-delay: -1.25s;
    -webkit-transform: rotate(180deg) translateY(-150%);
    transform: rotate(180deg) translateY(-150%)
}

.Spinner-blade-12:nth-child(7) {
    -webkit-animation-delay: -1.16667s;
    animation-delay: -1.16667s;
    -webkit-transform: rotate(210deg) translateY(-150%);
    transform: rotate(210deg) translateY(-150%)
}

.Spinner-blade-12:nth-child(8) {
    -webkit-animation-delay: -1.08333s;
    animation-delay: -1.08333s;
    -webkit-transform: rotate(240deg) translateY(-150%);
    transform: rotate(240deg) translateY(-150%)
}

.Spinner-blade-12:nth-child(9) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    -webkit-transform: rotate(270deg) translateY(-150%);
    transform: rotate(270deg) translateY(-150%)
}

.Spinner-blade-12:nth-child(10) {
    -webkit-animation-delay: -.91667s;
    animation-delay: -.91667s;
    -webkit-transform: rotate(300deg) translateY(-150%);
    transform: rotate(300deg) translateY(-150%)
}

.Spinner-blade-12:nth-child(11) {
    -webkit-animation-delay: -.83333s;
    animation-delay: -.83333s;
    -webkit-transform: rotate(330deg) translateY(-150%);
    transform: rotate(330deg) translateY(-150%)
}

.Spinner-blade-12:nth-child(12) {
    -webkit-animation-delay: -.75s;
    animation-delay: -.75s;
    -webkit-transform: rotate(1turn) translateY(-150%);
    transform: rotate(1turn) translateY(-150%)
}

.EmoticonPanel {
    line-height: normal;
    padding: 5px 5px 0
}

.EmoticonPanel-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: inline-block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5px;
    text-align: center
}

.EmoticonPanel-item:hover {
    background-color: #f8f8fa;
    cursor: pointer
}

.EmoticonPanel-item:focus {
    outline: none;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s,-webkit-box-shadow .3s
}

html[data-focus-visible] .EmoticonPanel-item:focus {
    --v3473974657: var(--flag-light,0 0 0 2px #fff,0 0 0 5px rgba(23,114,246,.3)) var(--flag-dark,0 0 0 2px #191b1f,0 0 0 5px rgba(85,142,255,.3));
    -webkit-box-shadow: 0 0 0 2px #fff,0 0 0 5px rgba(23,114,246,.3);
    box-shadow: 0 0 0 2px #fff,0 0 0 5px rgba(23,114,246,.3);
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    html[data-focus-visible] .EmoticonPanel-item:focus {
        -webkit-box-shadow:0 0 0 2px var(--MapUIFrame99A),0 0 0 5px oklch(from var(--MapInfo) l c h/.3);
        box-shadow: 0 0 0 2px var(--MapUIFrame99A),0 0 0 5px oklch(from var(--MapInfo) l c h/.3)
    }
}

html[data-theme=dark][data-focus-visible] .EmoticonPanel-item:focus {
    --v3473974756: var(--flag-light,0 0 0 2px #fff,0 0 0 5px rgba(23,114,246,.6)) var(--flag-dark,0 0 0 2px #191b1f,0 0 0 5px rgba(85,142,255,.6));
    -webkit-box-shadow: 0 0 0 2px #fff,0 0 0 5px rgba(23,114,246,.6);
    box-shadow: 0 0 0 2px #fff,0 0 0 5px rgba(23,114,246,.6);
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    html[data-theme=dark][data-focus-visible] .EmoticonPanel-item:focus {
        -webkit-box-shadow:0 0 0 2px var(--MapUIFrame99A),0 0 0 5px oklch(from var(--MapInfo) l c h/.6);
        box-shadow: 0 0 0 2px var(--MapUIFrame99A),0 0 0 5px oklch(from var(--MapInfo) l c h/.6)
    }
}

.EmoticonPanel-item--big {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 80px;
    width: 75px
}

.EmoticonPanel-itemImg--small {
    height: 24px;
    width: 24px
}

.EmoticonPanel-itemImg--big {
    height: 58px;
    min-height: 58px;
    width: 58px
}

.EmoticonPanel-itemTitle {
    -webkit-box-flex: 1;
    color: #9196a1;
    -ms-flex: auto;
    flex: auto;
    font-size: 12px;
    line-height: 14px;
    padding-top: 2px
}

.EmoticonPanel-spinner {
    display: block;
    margin: 0 auto;
    top: 45%
}

.EmoticonPagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center
}

.EmoticonPagination-bullet {
    background: #c4c7ce;
    border-radius: 50%;
    display: inline-block;
    height: 4px;
    width: 4px
}

.EmoticonPagination-bullet+.EmoticonPagination-bullet {
    margin-left: 5px
}

.EmoticonPagination-bullet--active {
    background: #81858f;
}

.Emoticons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #fff;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 316px
}

.Emoticons--bordered {
    --v1382269968: var(--flag-light,0 0 16px 0 rgba(0,0,0,.15)) var(--flag-dark,0 0 16px 0 rgba(0,0,0,.15));
    border: 1px solid #ebeced;
    -webkit-box-shadow: 0 0 16px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 16px 0 rgba(0,0,0,.15);
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .Emoticons--bordered {
        -webkit-box-shadow:0 0 16px 0 oklch(from var(--GBK02B) l c h/.15);
        box-shadow: 0 0 16px 0 oklch(from var(--GBK02B) l c h/.15)
    }
}

.Emoticons-panels {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    height: 166px
}

.Emoticons-panels-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.Emoticons-panelContainer {
    height: 175px;
    overflow: hidden;
    padding-bottom: 8px
}

.Emoticons-Pagination {
    height: 16px;
    margin: -16px auto 0;
    position: relative
}

.EmoticonTool {
    position: relative
}

.EmoticonTool-panel {
    bottom: 35px;
    left: -25px;
    position: absolute;
    z-index: 102
}

.EmoticonTool-panel:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #fff;
    bottom: -8px;
    content: "";
    left: 28px;
    position: absolute
}

.EmoticonTool--mask {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 101
}

.EmoticonTool-icon {
    cursor: pointer
}

.EcomCardTool-Modal .Modal-inner {
    background: #fff;
}

.EcomCardTool-Modal--list {
    width: 100%
}

.EcomCardTool-Modal--cardItem+.EcomCardTool-Modal--cardItem {
    margin-top: 20px
}

.ToolBar {
    border-top: 1px solid #ebeced;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 14px;
    padding: 11px 0 0;
    text-align: left
}

.ToolBar-item {
    display: inline-block
}

.ToolBar-Icon {
    fill: #535861;
    height: 24px;
    width: 24px
}

.ToolBar-item+.ToolBar-item {
    margin-left: 10px
}

.ActionMenu {
    background-color: #fff;
    border-radius: 8px;
    padding: 8px 0;
    text-align: center;
    width: 95px
}

.ActionMenu-item {
    height: 40px;
    line-height: 40px;
    text-align: center
}

.ActionMenu-item:hover {
    background-color: #f8f8fa;
    cursor: pointer
}

.TextMessage {
    word-wrap: break-word;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    letter-spacing: .4px;
    line-height: 20px;
    margin-left: 8px;
    margin-right: 8px;
    max-width: 388px;
    min-height: 40px;
    padding: 10px 12px;
    position: relative;
    text-align: left;
    white-space: pre-wrap;
    word-break: break-all
}

.TextMessage img {
    height: 20px;
    vertical-align: bottom;
    width: 20px
}

.TextMessage a::hover {
    cursor: pointer
}

.TextMessage-sender {
    background-color: #f8f8fa;
    color: #373a40;
}

.TextMessage-sender:after {
    background: #f8f8fa;
    content: "";
    height: 8px;
    left: -4px;
    position: absolute;
    top: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px
}

.TextMessage-sender a {
    color: #09408e;
}

.TextMessage-receiver {
    background-color: #1772f6;
    color: #fff;
}

.TextMessage-receiver:after {
    background: #1772f6;
    content: "";
    height: 8px;
    position: absolute;
    right: -4px;
    top: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px
}

.ImageMessage {
    border-radius: 8px;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    -o-object-fit: cover;
    object-fit: cover
}

.ImageMessage-ImageView {
    z-index: 204!important
}

.ImageMessage--temp {
    cursor: wait
}

.Chat-ActionMenuPopover-Button {
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.Message {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px
}

.Message:hover .Chat-ActionMenuPopover-Button {
    opacity: 1
}

.Message--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.Message-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 10px
}

.Message-content--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.Message-status {
    margin: 0 8px
}

.Message-status--loading {
    height: 15px;
    width: 15px
}

.Message-status--failure {
    fill: #d95350;
    height: 20px;
    width: 20px
}

.Message-status--more {
    fill: #9196a1;
    cursor: pointer;
    height: 16px;
    width: 16px
}

.Message-time {
    color: #9196a1;
    font-size: 12px;
    line-height: 20px;
    padding-top: 15px;
    text-align: center
}

.Message-status--wrapper {
    position: relative
}

.StickerMessage {
    height: 120px;
    width: 120px
}

.MessagesBox {
    -ms-flex-negative: 0;
    -webkit-overflow-scrolling: touch;
    flex-shrink: 0;
    height: 100%;
    overflow-y: scroll
}

.MessagesBox-loading {
    margin: 20px auto 0
}

.ChatBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 600px;
    min-width: 710px;
    position: relative
}

.ChatBox,.ChatBox-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ChatBox-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    border-bottom: 1px solid #ebeced;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 600;
    height: 50px;
    justify-content: center;
    line-height: 20px;
    margin: 0 14px;
    padding-bottom: 9px;
    padding-top: 21px
}

.ChatBox-titleVipIcon {
    height: 14px;
    padding-left: 4px;
    width: 14px
}

.ChatBox-empty {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    padding-top: 25%;
    position: relative;
    text-align: center
}

.ChatBox-emptyImage {
    height: 120px
}

.ChatBox-emptyDesc {
    --v3645691747: var(--flag-light,rgba(132,145,165,.5)) var(--flag-dark,rgba(146,154,171,.5));
    color: rgba(132,145,165,.5);
    font-size: 12px
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .ChatBox-emptyDesc {
        color:oklch(from var(--GBL05A) l c h/.5)
    }
}

.ChatBox-alert {
    left: 50%;
    position: absolute;
    top: 50px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.MessagesBox-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    height: 362px
}

.MemberButtonGroup .Button+.Button {
    margin-left: 16px
}

.FollowStatus {
    background-color: #f8f8fa;
    border-radius: 3px;
    color: #8491a5;
    display: inline-block;
    font-size: 12px;
    margin-left: 8px;
    padding: 1px 6px;
    vertical-align: 1px
}

/*# sourceMappingURL=user-hover-card.216a26f4.45e8ee4033a8e2263605.css.map*/
.css-1ez7hm1 {
    display: inline-block;
    padding: 0 16px;
    font-size: 14px;
    line-height: 32px;
    color: #8491a5;
    text-align: center;
    cursor: pointer;
    background: none;
    border: 1px solid;
    border-radius: 3px;
    padding: 16px 0;
}
.css-1g5b64m {
    padding: 16px 0;
}
.css-1gomreu {
    position: relative;
    display: inline-block;
}
.css-ch8ocw {
    position: relative;
    display: inline-block;
    height: 30px;
    padding: 0px 12px;
    font-size: 14px;
    line-height: 30px;
    color: rgb(23, 114, 246);
    vertical-align: top;
    border-radius: 100px;
    background: rgba(23, 114, 246, 0.1);
}



/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.Card-section {
    padding: 16px 20px;
    padding: var(--zhc-padding-vertical, 16px) var(--zhc-padding-horizontal, 20px);
    position: relative;
}
/*///////////////////////////////////////////////////////视频列表//////////////////////////////////////////////////////////////////////*/
.index-goodCourseCard-tJhQ5 {
    width: 269px;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 10px 4px rgba(0,89,194,.04);
    cursor: pointer;
    transition: transform .5s, box-shadow .5s;
}
.index-img-ucV6V {
    position: relative;
    border-radius: 11px;
    overflow: hidden;
    width: 249px;
    height: 139px;
}
.Image-image-bdKjJ, .Image-sizeHolder-vf7Cf {
    border-radius: inherit;
}
.Image-image-bdKjJ {
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-object-fit: cover;
    object-fit: cover;
}
.index-studentCount-kfzKJ {
    position: absolute;
    display: flex;
    height: 16px;
    box-sizing: border-box;
    align-items: center;
    padding: 2px 4px;
    right: 8px;
    top: 8px;
    border: 0.6px solid hsla(0, 0%, 100%, .5);
    background-color: hsla(0, 0%, 64.7%, .4);
    border-radius: 4px;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    color: #fff;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}
.index-title-dRLkb {
    height: 78px;
    padding: 0 6px;
    width: 100%;
    box-sizing: border-box;
}
.index-title-gHxNQ, .index-title-gHxNQ .index-live-jYVyp {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
}
.index-title-gHxNQ {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 6px;
    color: #2e3238;
}
.index-text-vqAEU {
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index-subTitle-apUg3 {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #818997;
}
.index-bottom-iHUd4 {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 4px 0 8px;
    box-sizing: border-box;
    height: 21px;
    justify-content: space-between;
    margin-top: 17px;
    margin-bottom: 4px;
}
.index-tags-fP8rS {
    display: flex;
}
.index-tag-cRf1j {
    background: linear-gradient(92.33deg, #fdf4e0 6.62%, #fdf4e1 98.04%);
    display: flex;
    align-items: center;
    border-radius: 4px;
    padding: 0 4px;
    font-weight: 500;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    border: 0.5px solid #ecc493;
    margin-right: 4px;
    box-sizing: border-box;
    color: #97682e;
}
.index-btn-we59H {
    font-size: 15px;
    font-weight: 600;
    line-height: 21px;
    color: #ff702a;
}
.index-goodCourseCards-bwKSm {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 16px 15px;
    margin-top: 20px;
    justify-content: space-evenly;
}





