.Anonymous-confirm ul {
    padding-left: 2em
}

.Anonymous-confirm ul li {
    list-style: disc
}

.QuestionPage {
    position: relative
}

.QuestionPage-commercialIsMutedCover {
    --v1169440562: var(--flag-light,hsla(0,0%,100%,.8)) var(--flag-dark,rgba(25,27,31,.8));
    background: hsla(0,0%,100%,.8);
    background: var(--v1169440562);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 3
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .QuestionPage-commercialIsMutedCover {
        background:oklch(from var(--GBK99A) l c h/.8)
    }
}

.Question-main {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: 10px auto;
    min-height: 100vh;
    padding: 0 var(--app-padding);
    width: var(--app-width)
}

.Question-mainColumn {
    padding-bottom: 20px;
    width: 694px
}

.Question-sideColumn {
    width: 296px
}

.Question-sideColumn--sticky .Card:last-of-type {
    margin-bottom: 0
}

.Question-sideColumnAdContainer {
    margin-bottom: 10px
}

.Question-sideColumn .Card:empty,.Question-sideColumnAdContainer:empty {
    display: none
}

.Question-mainColumnLogin {
    background-color: #fff;
    background-color: var(--GBK99A);
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,34,77,.05);
    box-shadow: 0 1px 3px 0 rgba(0,34,77,.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    margin-bottom: 8px
}

.Question-mainColumnLoginImg {
    margin: 10px 0 0 20px
}

.Question-mainColumnLoginContent {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    margin: 10px 0 0 20px
}

.Question-mainColumnLoginTitle {
    color: #191b1f;
    color: var(--GBK02A);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px
}

.Question-mainColumnLoginDes {
    color: #373a40;
    color: var(--GBK03A);
    font-size: 14px;
    height: 17px
}

.Question-mainColumnLoginDesIcon {
    margin-right: 30px
}

.Question-mainColumnLoginDesIcon>svg {
    margin-right: 8px;
    vertical-align: middle
}

.Question-mainColumnLoginRightButton {
    margin: 18px 20px 0 0
}

.Question-mainColumnLoginButton {
    background-color: #1772f6;
    background-color: var(--GBL01A);
    border-radius: 4px;
    color: #fff;
    color: var(--GBK99A);
    height: 34px;
    width: 70px
}

.QuestionPage-visibleYourself {
    color: #373a40;
    color: var(--GBK03A);
    font-size: 15px;
    font-weight: 600;
    font-weight: var(--zFontWeightBold);
    height: 60px;
    line-height: 60px;
    text-align: center
}

@media (max-width: 1500px) {
    .AnswerFormPortalContainer-aiAssistantOpen .AnswerFormMediumEditor .AnswerFormEditorContainer {
        padding-right:305px
    }

    .AIAssistantPanelV2-container,.AnswerFormPortalContainer-aiAssistantOpen .AnswerFormMediumEditor .AnswerFormEditorContainer .AIAssistantPanel-container {
        border-left: 1px solid #ebeced;
        border-left: 1px solid var(--GBK09A);
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 305px
    }
}

.AnswerFormPortalContainer-aiAssistantOpen .AnswerFormMediumEditor .AnswerFormEditorContainer .PreamblePanel-CardContainer {
    bottom: 0;
    position: absolute
}

.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
}

.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%)
}

.SpecialQuestionAuthor {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #8491a5;
    color: var(--GBL05A);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    height: 28px;
    line-height: 28px
}

.SpecialQuestionAuthor-Author {
    color: #09408e;
    color: var(--GBL07A);
    margin-left: 8px
}

.SpecialQuestionAuthor-Badge,.SpecialQuestionAuthor-Suffix {
    margin-left: 5px
}

.SpecialQuestionAuthor--mobile {
    height: 22px;
    line-height: 22px
}

.BrandQuestionPrizes {
    margin-bottom: 15px;
    width: 645px
}

.BrandQuestionPrizes-info {
    border: 1px solid #ebeced;
    border: 1px solid var(--GBK09A);
    border-radius: 4px;
    overflow: hidden;
    width: 100%
}

.BrandQuestionPrizes-bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background: #f8f8fa;
    background: var(--GBK10A);
    border-bottom: 1px solid #ebeced;
    border-bottom: 1px solid var(--GBK09A);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 65px;
    justify-content: space-between;
    margin-bottom: -1px;
    padding: 8px;
    width: 100%
}

.BrandQuestionPrizes-desc {
    margin-left: 4px
}

.BrandQuestionPrizes-symbol {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #8491a5;
    color: var(--GBL05A);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 14px;
    height: 20px
}

.BrandQuestionPrizes-symbol svg {
    margin-right: 12px
}

.BrandQuestionPrizes-symbol em {
    color: #f77a31;
    color: var(--GYL01A);
    font-style: normal;
    line-height: 20px;
    margin: 0 4px
}

.BrandQuestionPrizes-name {
    color: #191b1f;
    color: var(--GBK02A);
    font-size: 17px;
    font-weight: 600;
    font-weight: var(--zFontWeightBold);
    margin-top: 5px
}

.BrandQuestionPrizes-images {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

.BrandQuestionPrizes-images img {
    border: 1px solid #ebeced;
    border: 1px solid var(--GBK09A);
    border-radius: 4px;
    height: 46px;
    margin-right: 8px;
    width: 46px
}

.BrandQuestionPrizes-images .Icon {
    margin: 0 4px
}

.BrandQuestionPrizes-detail {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 12px
}

.BrandQuestionPrizes-detail,.BrandQuestionPrizes-prize {
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.BrandQuestionPrizes-prize {
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 15px;
    height: 46px;
    justify-content: space-between;
    line-height: 46px;
    width: 100%
}

.BrandQuestionPrizes-prize+.BrandQuestionPrizes-prize {
    margin-top: 12px
}

.BrandQuestionPrizes-intro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.BrandQuestionPrizes-intro,.BrandQuestionPrizes-prizeInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.BrandQuestionPrizes-prizeImage {
    border: 1px solid #ebeced;
    border: 1px solid var(--GBK09A);
    border-radius: 4px;
    height: 46px;
    margin-right: 12px;
    width: 46px
}

.BrandQuestionPrizes-prizeName {
    color: #373a40;
    color: var(--GBK03A);
    font-weight: 600;
    font-weight: var(--zFontWeightBold)
}

.BrandQuestionPrizes-prizeValue {
    color: #8491a5;
    color: var(--GBL05A);
    margin-left: 8px
}

.BrandQuestionPrizes-prizeQuantity {
    font-weight: 600;
    font-weight: var(--zFontWeightBold)
}

.BrandQuestionPrizes-tips {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    color: #373a40;
    color: var(--GBK03A);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 15px;
    line-height: 27px;
    margin-top: 11px
}

.BrandQuestionPrizes-tips a {
    color: #1772f6;
    color: var(--GBL01A)
}

.BrandQuestionPrizes-tips a.BrandQuestionPrizes-ruleLink {
    color: #09408e;
    color: var(--GBL07A)
}

.BrandQuestionPrizes-tipTitle {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 600;
    font-weight: var(--zFontWeightBold)
}

.BrandQuestionPrizes-tip {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

.BrandQuestionPrizes-rule {
    color: #8491a5;
    color: var(--GBL05A);
    font-size: 14px;
    margin-top: 3px
}

.BrandQuestionPrizes-split {
    background: #c4c7ce;
    background: var(--GBK08A);
    border: none;
    height: 1px;
    margin: 30px auto;
    width: 240px
}

.BrandQuestionPrizes-edit {
    border: none;
    color: #1772f6;
    color: var(--GBL01A);
    margin-bottom: -15px;
    margin-top: 4px;
    padding: 0
}

.BrandQuestionPrizes.is-mobile {
    width: 100%
}

.BrandQuestionPrizes.is-mobile .BrandQuestionPrizes-symbol svg {
    margin-right: 6px
}

.BrandQuestionPrizes.is-mobile .BrandQuestionPrizes-desc {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.BrandQuestionPrizes.is-mobile .BrandQuestionPrizes-name {
    max-width: calc(100vw - 121px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.BrandQuestionPrizes.is-mobile .BrandQuestionPrizes-images {
    margin-left: 4px;
    margin-right: 0
}

.BrandQuestionPrizes.is-mobile .BrandQuestionPrizes-images .Icon {
    margin: 0
}

.BrandQuestionPrizes.is-mobile .BrandQuestionPrizes-intro {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.BrandQuestionPrizes.is-mobile .BrandQuestionPrizes-prizeInfo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
    line-height: 23px
}

.BrandQuestionPrizes.is-mobile .BrandQuestionPrizes-prizeInfo .BrandQuestionPrizes-prizeValue {
    font-size: 14px;
    margin-left: 0
}

.BrandQuestionPrizes.is-mobile .BrandQuestionPrizes-prizeInfo .BrandQuestionPrizes-prizeName {
    max-width: calc(100vw - 150px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.BrandQuestionPrizes.is-mobile .BrandQuestionPrizes-prizeInfo .BrandQuestionPrizes-prizeQuantity {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.BrandQuestionPrizes.is-mobile .BrandQuestionPrizes-tips {
    border-top: 1px solid #ebeced;
    border-top: 1px solid var(--GBK09A);
    line-height: 25px;
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 2px
}

.BrandQuestionPrizes.is-mobile .BrandQuestionPrizes-tip,.BrandQuestionPrizes.is-mobile .BrandQuestionPrizes-tips {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.BrandQuestionPrizes.is-mobile .BrandQuestionPrizes-tip {
    word-wrap: break-word;
    padding: 0 10px 10px
}

.BrandQuestionPrizes.is-mobile .BrandQuestionPrizes-tipTitle {
    font-size: 16px;
    font-weight: 600;
    font-weight: var(--zFontWeightBold);
    margin-top: 8px
}

.BrandQuestionPrizes.is-mobile .BrandQuestionPrizes-rule {
    line-height: 22px;
    margin-top: 10px;
    padding: 0 10px
}

.BrandQuestionSettingMenu-item {
    height: 40px
}

.BrandQuestionSymbol {
    -ms-flex-negative: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    color: #8491a5;
    color: var(--GBL05A);
    -ms-flex-direction: row;
    flex-direction: row;
    flex-shrink: 0;
    font-size: 15px
}

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

.BrandQuestionSymbol-name {
    color: #09408e;
    color: var(--GBL07A);
    margin-left: 8px;
    margin-right: 5px
}

.BrandQuestionSymbol-typeDesc:before {
    content: "\B7";
    margin: 0 4px
}

.BrandQuestionSymbol-logo {
    border-radius: 28px;
    height: 28px;
    width: 28px
}

.BrandQuestionSymbol-link {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.BrandQuestionSymbol-link:hover {
    color: #09408e;
    color: var(--GBL07A)
}

.BrandQuestionSymbol-divider {
    background: #ebeced;
    background: var(--GBK09A);
    border-left: 1px solid #ebeced;
    border-left: 1px solid var(--GBK09A);
    height: 24px;
    margin-left: 16px;
    margin-right: 17px
}

.BrandQuestionSymbol.is-mobile .BrandQuestionSymbol-logo {
    border-radius: 22px;
    height: 22px;
    width: 22px
}

.CommercialAnswerRedPacket {
    margin: 12px 0 15px
}

.CommercialAnswerRedPacket-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f8f8fa;
    background-color: var(--GBK10A);
    border: 1px solid #c4c7ce;
    border: 1px solid var(--GBK08B);
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 65px;
    line-height: 1;
    outline: none;
    padding: 9px
}

.CommercialAnswerRedPacket--expanded {
    margin-bottom: 10px
}

.CommercialAnswerRedPacket--expanded .CommercialAnswerRedPacket-header {
    border-radius: 3px 3px 0 0
}

.CommercialAnswerRedPacket-body {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out
}

.CommercialAnswerRedPacket--expanded .CommercialAnswerRedPacket-body {
    height: auto
}

.CommercialAnswerRedPacket-content {
    border-color: #c4c7ce;
    border-color: var(--GBK08B);
    border-radius: 0 0 3px 3px;
    border-style: solid;
    border-width: 0 .5px .5px;
    padding: 13px 8px
}

.CommercialAnswerRedPacket-badge {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f77a31;
    background-color: var(--GYL01A);
    border-radius: 2px;
    color: #fff;
    color: var(--GBK99B);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
    height: 18px;
    justify-content: center;
    padding: 0 4px
}

.CommercialAnswerRedPacket-badge span {
    height: 12px;
    line-height: 10px
}

.CommercialAnswerRedPacket-badge span+span {
    height: 18px;
    line-height: 18px;
    margin-left: 2px
}

.CommercialAnswerRedPacket-main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.CommercialAnswerRedPacket-subtitle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 18px;
    line-height: 18px
}

.CommercialAnswerRedPacket-countdown {
    color: #9196a1;
    color: var(--GBK06A);
    font-size: 14px;
    margin-left: 12px
}

.CommercialAnswerRedPacket-countdown span {
    color: #f77a31;
    color: var(--GYL01A)
}

.CommercialAnswerRedPacket-title {
    color: #191b1f;
    color: var(--GBK02A);
    font-size: 17px;
    font-weight: 600;
    font-weight: var(--zFontWeightBold);
    height: 24px;
    line-height: 24px;
    margin-top: 6px
}

.CommercialAnswerRedPacket-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 42px;
    width: 42px
}

.CommercialAnswerRedPacket-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.CommercialAnswerRedPacket-icon {
    -ms-flex-negative: 0;
    color: #9196a1;
    color: var(--GBK06A);
    flex-shrink: 0;
    margin-left: 7px
}

.CommercialAnswerRedPacket-content h2 {
    font-weight: 600;
    font-weight: var(--zFontWeightBold)
}

.CommercialAnswerRedPacket-content h2,.CommercialAnswerRedPacket-content p {
    color: #373a40;
    color: var(--GBK03A);
    font-size: 15px;
    line-height: 1.8
}

.CommercialAnswerRedPacket-content strong {
    font-weight: 600;
    font-weight: var(--zFontWeightBold)
}

.CommercialAnswerRedPacket-content strong.highlight {
    color: #f77a31;
    color: var(--GYL01A)
}

.CommercialAnswerRedPacket-content h6 {
    color: #8491a5;
    color: var(--GBL05A);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 8px 0 0
}

.CommercialAnswerRedPacket-content a {
    color: #1772f6;
    color: var(--GBL01A)
}

.EditQuestionReasonInput .EditQuestion-whyEdit {
    color: #09408e;
    color: var(--GBL07A)
}

.EditQuestionReasonInput .EditQuestion-whyEdit:hover {
    border-bottom: 1px solid #09408e;
    border-bottom: 1px solid var(--GBL07A)
}

.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%
}

.OrgQuestionSymbol {
    --v3484750761: var(--flag-light,1px solid rgba(9,64,142,.05)) var(--flag-dark,1px solid rgba(82,113,176,.05));
    border-top: 1px solid rgba(9,64,142,.05);
    border-top: var(--v3484750761);
    height: 60px;
    margin-bottom: -16px;
    margin-top: 16px
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .OrgQuestionSymbol {
        border-top:1px solid oklch(from var(--GBL07A) l c h/.05)
    }
}

.OrgQuestionSymbol-inner {
    -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;
    height: 100%;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 var(--app-padding);
    width: var(--app-width)
}

.OrgQuestionSymbol-inner--mobile {
    padding: 0
}

.OrgQuestionSymbol-main {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #8491a5;
    color: var(--GBL05A);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 100%
}

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

.OrgQuestionSymbol-avatar .Avatar,.OrgQuestionSymbol-avatar .Popover,.OrgQuestionSymbol-avatar .UserLink {
    display: block
}

.OrgQuestionSymbol-name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.OrgQuestionSymbol-name .UserLink {
    color: #191b1f;
    color: var(--GBK02A);
    font-weight: 600;
    font-weight: var(--zFontWeightBold)
}

.Badge {
    background-color: #f8f8fa;
    background-color: var(--GBK10A);
    border-radius: 3px;
    color: #8491a5;
    color: var(--GBL05A);
    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
}

.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;
    color: var(--GBK03A);
    font-weight: 600;
    font-weight: var(--zFontWeightBold)
}

.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;
    color: var(--GBK04A);
    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)
}

.NGMMjPlIgmNJSiEet7HX {
    background-color: #1772f6;
    background-color: var(--GBL01A);
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    padding: 9px 14px
}

.QuestionAuthor {
    -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;
    margin: 4px 0 6px
}

.QuestionAuthor--hasExtraContent {
    margin-bottom: 8px
}

.QuestionAuthor-Hint {
    color: #8491a5;
    color: var(--GBL05A)
}

.QuestionAuthor-HintText {
    background: #fff;
    background: var(--GBK99A);
    color: #535861;
    color: var(--GBK04A);
    font-size: 15px;
    line-height: 24px;
    padding: 12px
}

.QuestionAuthor-HintText .Popover-arrow:after {
    background: #fff;
    background: var(--GBK99A);
    border: none
}

.QuestionAuthor-HintText.Popover-content--bottom.Popover-content--arrowed {
    margin-left: 0;
    margin-top: 6px
}

.BackgroundContainer {
    border-radius: 6px;
    height: 42px;
    overflow: hidden;
    position: relative
}

.BackgroundContainer-content {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 200px
}

.BackgroundContainer-modal {
    height: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.ContentContainer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    color: #fff;
    font-size: 14px;
    height: 100%;
    justify-content: space-between;
    padding: 0 10px 0 100px;
    position: relative
}

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

.QuestionButtonGroup {
    display: inline-block;
    margin: 0 -8px
}

.QuestionButtonGroup .Button {
    margin: 0 8px
}

.QuestionButton-icon {
    margin-right: 4px;
    vertical-align: text-bottom
}

.MobileQuestionButtonGroup .Button {
    margin-right: 16px
}

.AnswerCard {
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s,-webkit-box-shadow .3s
}

.AnswerCard.is-focus {
    --v1884664745: var(--flag-light,0 5px 30px rgba(25,27,31,.16)) var(--flag-dark,0 5px 30px hsla(0,0%,100%,.16));
    -webkit-box-shadow: 0 5px 30px rgba(25,27,31,.16);
    box-shadow: 0 5px 30px rgba(25,27,31,.16);
    -webkit-box-shadow: var(--v1884664745);
    box-shadow: var(--v1884664745);
    position: relative;
    z-index: 1
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .AnswerCard.is-focus {
        -webkit-box-shadow:0 5px 30px oklch(from var(--GBK02A) l c h/.16);
        box-shadow: 0 5px 30px oklch(from var(--GBK02A) l c h/.16)
    }
}

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

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

.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;
    color: var(--GBL07A)
}

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

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

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

.Topbar {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    background: var(--GBK99A);
    border-bottom: 1px solid #ebeced;
    border-bottom: 1px solid var(--MapUIFrame09A);
    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;
    font-weight: var(--zFontWeightBold)
}

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

.ContentItem-title {
    color: #191b1f;
    color: var(--GBK02A);
    font-size: 18px;
    font-weight: 600;
    font-weight: var(--zFontWeightBold);
    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;
    border-bottom: 1px solid #ebebeb;
    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;
    color: var(--GBL05A);
    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;
    color: var(--GBK04A);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 calc(var(--zhc-padding-horizontal)*-1) -10px;
    padding: 10px var(--zhc-padding-horizontal)
}

.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);
    -webkit-box-shadow: var(--v396244108);
    box-shadow: var(--v396244108);
    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;
    background-color: var( --currentContentItemActionsBackgroundColor,var(--GBK99A) )
}

.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;
    color: var(--GBL07A);
    margin-left: 4px;
    padding: 0
}

.ContentItem-more:hover {
    color: #81858f;
    color: var(--GBK05A)
}

.ContentItem-more .Icon {
    fill: currentColor
}

.ContentItem-time {
    color: #8491a5;
    color: var(--GBL05A);
    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);
    border-bottom: var(--v2852220171)
}

@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,.FollowStatus {
    color: #8491a5;
    color: var(--GBL05A)
}

.FollowStatus {
    background-color: #f8f8fa;
    background-color: var(--GBK10A);
    border-radius: 3px;
    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;
    color: var(--GBK02A);
    font-size: 14px
}

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

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

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

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

.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);
    background: var(--v3645691615);
    color: #8491a5;
    color: var(--GBL05A);
    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
}

.QuestionFollowStatus-counts {
    margin-left: auto;
    width: 200px
}

.QuestionFollowStatus-counts .NumberBoard-itemInner {
    padding: 0 8px
}

.QuestionFollowStatus-people {
    height: 32px;
    margin-top: 10px
}

.QuestionFollowStatus-people .UserLink {
    display: inline-block;
    vertical-align: middle
}

.QuestionFollowStatus-people .UserLink+.UserLink {
    margin-left: -8px
}

.QuestionFollowStatus-people .Avatar {
    --v1544375073: var(--flag-light,0 2px 4px rgba(25,27,31,.1)) var(--flag-dark,0 2px 4px hsla(0,0%,100%,.1));
    border: 1px solid #fff;
    border: 1px solid var(--GBK99A);
    -webkit-box-shadow: 0 2px 4px rgba(25,27,31,.1);
    box-shadow: 0 2px 4px rgba(25,27,31,.1);
    -webkit-box-shadow: var(--v1544375073);
    box-shadow: var(--v1544375073);
    display: block
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .QuestionFollowStatus-people .Avatar {
        -webkit-box-shadow:0 2px 4px oklch(from var(--GBK02A) l c h/.1);
        box-shadow: 0 2px 4px oklch(from var(--GBK02A) l c h/.1)
    }
}

.QuestionFollowStatus-people-tip {
    color: #8491a5;
    color: var(--GBL05A);
    font-size: 14px;
    margin-right: 8px;
    vertical-align: middle
}

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

.ShareMenu-button,.ShareMenu-button:hover {
    color: #373a40;
    color: var(--MapText03A)
}

.ShareMenu-button--wechat {
    anchor-name: --ShareMenu-button--wechat;
    position: relative
}

.ShareMenu-qrcodeBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    --v2801441220: var(--flag-light,0 5px 20px rgba(0,0,0,.1)) var(--flag-dark,0 5px 20px rgba(0,0,0,.1));
    align-items: center;
    background: #fff;
    background: var(--GBK99A);
    border: 1px solid #ebeced;
    border: 1px solid var(--GBK09B);
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.1);
    box-shadow: 0 5px 20px rgba(0,0,0,.1);
    -webkit-box-shadow: var(--v2801441220);
    box-shadow: var(--v2801441220);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    left: 100%;
    padding: 20px 18px;
    position: absolute;
    top: 0;
    z-index: 100
}

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

html[data-theme=dark] .ShareMenu-qrcodeBox {
    --v2801441286: var(--flag-light,0 5px 20px rgba(0,0,0,.3)) var(--flag-dark,0 5px 20px rgba(0,0,0,.3));
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.3);
    box-shadow: 0 5px 20px rgba(0,0,0,.3);
    -webkit-box-shadow: var(--v2801441286);
    box-shadow: var(--v2801441286)
}

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

@supports (position-anchor:auto) {
    .ShareMenu-qrcodeBox {
        position-anchor: --ShareMenu-button--wechat;
        position-try-fallbacks: flip-block;
        bottom: auto;
        left: auto;
        left: anchor(end);
        position: fixed;
        right: auto;
        top: auto;
        top: anchor(start);
        z-index: 203
    }
}

.QuestionMainAction {
    border: none;
    border-radius: 0;
    font-size: 15px;
    height: 50px;
    width: 100%
}

.QuestionMainAction:first-child:not(:last-child) {
    border-bottom: 1px solid #ebeced;
    border-bottom: 1px solid var(--GBK09A)
}

.QuestionMainAction:last-child:not(:first-child) {
    border-top: 1px solid #ebeced;
    border-top: 1px solid var(--GBK09A)
}

.QuestionMainAction a {
    color: #09408e;
    color: var(--GBL07A)
}

.QuestionMainAction a:hover {
    border-bottom: 1px solid #09408e;
    border-bottom: 1px solid var(--GBL07A)
}

a.QuestionMainAction {
    color: #8491a5;
    color: var(--GBL05A);
    display: block;
    line-height: 50px;
    text-align: center
}

a.QuestionMainAction:hover {
    color: #09408e;
    color: var(--GBL07A)
}

.AutoInviteItem-button--open {
    color: grey
}

.AutoInviteItem-button--closed {
    color: #1772f6;
    color: var(--GBL01A)
}

.AutoInviteItem-wrapper--desktop {
    background: #f8f8fa;
    background: var(--GBK10A);
    border-radius: 8px;
    margin: 12px 12px 0;
    padding: 12px
}

.AutoInviteItem-wrapper--mobile {
    background: #f8f8fa;
    background: var(--GBK10A);
    padding: 12px 16px
}

.QuestionInvitation {
    -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%
}

.QuestionInvitation .Card-headerText {
    color: #8491a5;
    color: var(--GBL05A)
}

.QuestionInvitation em {
    color: #d95350;
    color: var(--GRD03A);
    font-style: normal
}

.QuestionInvitation-title {
    font-size: 16px;
    font-weight: 600;
    font-weight: var(--zFontWeightBold)
}

.QuestionInvitation-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    overflow-x: hidden;
    overflow-y: auto
}

.QuestionInvitation-content .ContentItem-title+.QuestionInvitation-content .ContentItem-meta {
    margin-top: 4px
}

.QuestionInvitation-content .List-item {
    padding: 12px 24px
}

.QuestionInvitation-content .List-item--mobile {
    padding: 12px 16px
}

.QuestionInvitation-content .ContentItem-title {
    font-size: 15px;
    line-height: 1.6
}

.QuestionInvitation-content .Avatar {
    height: 38px!important;
    width: 38px!important
}

.QuestionInvitation-content .UserItem {
    font-size: 15px
}

.QuestionInvitation-content .ContentItem-meta {
    font-size: 14px
}

.QuestionInvitation-content .ContentItem-extra>.Button {
    height: 32px;
    padding: 0;
    width: 80px
}

.QuestionInvitation-content--centered {
    -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;
    justify-content: center;
    min-height: 160px
}

.QuestionInvitation-content--centered .ContentItem-title+.QuestionInvitation-content--centered .ContentItem-meta {
    margin-top: 4px
}

.QuestionInvitation-content--centered .List-item {
    padding: 12px 24px
}

.QuestionInvitation-content--centered .List-item--mobile {
    padding: 12px 16px
}

.QuestionInvitation-content--centered .ContentItem-title {
    font-size: 15px;
    line-height: 1.6
}

.QuestionInvitation-content--centered .Avatar {
    height: 38px!important;
    width: 38px!important
}

.QuestionInvitation-content--centered .UserItem {
    font-size: 15px
}

.QuestionInvitation-content--centered .ContentItem-meta {
    font-size: 14px
}

.QuestionInvitation-content--centered .ContentItem-extra>.Button {
    height: 32px;
    padding: 0;
    width: 80px
}

.Invitees {
    max-height: 383px;
    overflow-y: auto
}

.Invitees-toggler {
    color: inherit;
    font-size: 15px
}

.Invitees-togglerUsers {
    color: #191b1f;
    color: var(--GBK02A);
    font-weight: 400
}

.InviteeItem {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 16px;
    position: relative;
    width: 340px
}

.InviteeItem:not(:last-child):after {
    border-bottom: 1px solid #f8f8fa;
    border-bottom: 1px solid var(--GBK10A);
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 32px)
}

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

.InviteeItem-image {
    margin-right: 12px
}

.InviteeItem-title {
    font-weight: 600;
    font-weight: var(--zFontWeightBold);
    margin: 0
}

.GoodQuestionAction-commonBtn {
    margin: 0 20px 0 1px
}

.QuestionHeaderActions>.GoodQuestionAction>.Button:not(:first-child),.QuestionHeaderActions>.Popover:not(:first-child) .GoodQuestionAction-highLightBtn {
    margin-left: 0
}

.GoodQuestionAction-highLightBtn,.GoodQuestionAction-highLightBtn:hover {
    color: #1772f6;
    color: var(--GBL01A)
}

.QuestionEditLockMenu-Hint {
    background: #fff;
    background: var(--GBK99A);
    color: #535861;
    color: var(--GBK04A);
    font-weight: 500
}

.QuestionEditLockMenu-Hint .Popover-arrow:after {
    background: #fff;
    background: var(--GBK99A);
    border: none
}

.QuestionEditLockMenu-Hint.Popover-content--bottom.Popover-content--arrowed {
    margin-left: 0;
    margin-top: 6px
}

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

.QuestionHeaderActions>.Button:not(:first-child),.QuestionHeaderActions>.Popover:not(:first-child) {
    margin-left: 20px
}

@media (max-width: 690px) {
    .QuestionHeaderActions>.Button:not(:first-child),.QuestionHeaderActions>.Popover:not(:first-child) {
        margin-left:16px
    }
}

.QuestionRedirectionCreator-content {
    height: 160px
}

.QuestionRedirectionCreator .Popover {
    display: block
}

.QuestionRedirectionCreator .Input {
    height: 30px
}

.QuestionRedirectionCreator-menu {
    width: 488px
}

.QuestionRelatedCard {
    background: #f8f8fa;
    background: var(--GBK10A);
    border-radius: 6px;
    margin: 12px 0 16px;
    padding: 16px 16px 0
}

.QuestionRelatedCard-title {
    border-left: 3px solid #06f;
    font-weight: 600;
    font-weight: var(--zFontWeightBold);
    line-height: 16px;
    margin-bottom: 8px;
    padding-left: 8px
}

.QuestionRelatedCard-content {
    color: #373a40;
    color: var(--GBK03A)
}

.QuestionRelatedCard-content>a {
    color: #999;
    margin-left: 4px
}

.QuestionRelatedCard-content .hash_tag {
    color: #373a40;
    color: var(--GBK03A)
}

.QuestionRelatedCard-footer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-top: 1px solid #c4c7ce;
    border-top: 1px solid var(--GBK08A);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    line-height: 38px;
    margin-top: 12px
}

.QuestionRelatedCard-follow,.QuestionRelatedCard-from {
    font-weight: 600;
    font-weight: var(--zFontWeightBold)
}

.QuestionRelatedCard-follow {
    background: transparent!important;
    border: none;
    padding: 0;
    text-align: right
}

.QuestionRelatedCard-follow svg {
    margin-right: 2px
}

.QuestionRelatedCard-follow.Button--grey {
    color: #9196a1;
    color: var(--GBK06A)
}

.RichText-video {
    margin: 16px 0
}

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

.QuestionReviewInfo {
    background-color: #ebeced;
    background-color: var(--GBK09A);
    border-radius: 4px;
    color: #8491a5;
    color: var(--GBL05A);
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    margin: 10px 0 12px;
    width: 640px
}

.QuestionReviewInfo p {
    margin-left: 16px
}

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

.QuestionRichText--expandable.QuestionRichText--collapsed {
    cursor: pointer;
    max-height: 51px;
    overflow: hidden;
    -webkit-transition: color .14s ease-out;
    transition: color .14s ease-out
}

.QuestionRichText--expandable.QuestionRichText--collapsed .RichText {
    pointer-events: none
}

.QuestionRichText--expandable.QuestionRichText--collapsed:hover {
    color: #535861;
    color: var(--GBK04A)
}

.QuestionRichText-more:hover {
    color: #81858f;
    color: var(--GBK05A)
}

.QuestionRichText-more:hover .Icon {
    fill: #9196a1;
    fill: var(--GBK06A)
}

.QuestionRichText--video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    max-height: 105px!important
}

.QuestionRichText--image {
    border-radius: 4px;
    height: 105px;
    margin-right: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 190px
}

.QuestionRichText--wrapImgae {
    position: relative
}

.QuestionRichText--wrapImgae:before {
    --v3331801949: var(--flag-light,rgba(25,27,31,.3)) var(--flag-dark,hsla(0,0%,100%,.3));
    background: rgba(25,27,31,.3);
    background: var(--v3331801949);
    border: 2px solid #fff;
    border: 2px solid var(--GBK99A);
    border-radius: 50px;
    content: "";
    height: 48px;
    left: 70px;
    margin: auto;
    position: absolute;
    top: 30px;
    width: 48px;
    z-index: 2
}

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

.QuestionRichText--wrapImgae:after {
    border-color: transparent transparent transparent #fff;
    border-color: transparent transparent transparent var(--GBK99A);
    border-radius: 2px;
    border-style: solid;
    border-width: 11.5px 0 11.5px 18px;
    content: "";
    display: block;
    height: 0;
    left: 90px;
    margin: auto;
    opacity: .9;
    position: absolute;
    top: 45px;
    width: 0;
    z-index: 3
}

.QuestionStatus-notification-closeButton {
    padding-left: 16px
}

.QuestionStatus-bar {
    --v48738454: var(--flag-light,rgba(132,145,165,.08)) var(--flag-dark,rgba(146,154,171,.08));
    background-color: rgba(132,145,165,.08);
    background-color: var(--v48738454);
    color: #8491a5;
    color: var(--GBL05A);
    line-height: 28px;
    padding: 16px;
    position: relative;
    text-align: center;
    z-index: 5
}

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

.QuestionStatus-bar em,.QuestionStatus-bar strong {
    color: #373a40;
    color: var(--GBK03A);
    font-style: normal;
    font-weight: 600;
    font-weight: var(--zFontWeightBold)
}

.QuestionStatus-bar-inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 24px;
    width: var(--app-width)
}

.QuestionStatus-bar-inner a {
    color: #1772f6;
    color: var(--GBL01A)
}

.QuestionStatus-bar-inner+p {
    color: #8491a5;
    color: var(--GBL05A);
    font-size: 14px;
    line-height: 26px
}

.QuestionStatus-bar-commercialMuted {
    color: #373a40;
    color: var(--GBK03A);
    font-size: 14px;
    font-weight: 600;
    font-weight: var(--zFontWeightBold);
    line-height: 26px
}

.QuestionStatus-bar-commercialMuted a {
    color: #1772f6;
    color: var(--GBL01A)
}

.QuestionStatus-bar-commercialMuted+p {
    color: #8491a5;
    color: var(--GBL05A);
    font-size: 14px;
    line-height: 26px
}

.QuestionStatus-notification {
    position: absolute;
    z-index: 99
}

.QuestionStatus-notification-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.QuestionStatus-notification-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap
}

.QuestionStatus-notification-content a {
    color: #09408e;
    color: var(--GBL07A);
    display: inline
}

.QuestionStatus-notification-content a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.QuestionStatus-notification-actions {
    margin-left: 32px
}

.QuestionStatus-notification-divider {
    border-right: 1px solid #ebeced;
    border-right: 1px solid var(--GBK09A);
    display: inline-block;
    height: 14px;
    margin: 0 12px;
    vertical-align: middle
}

.QuestionStatus-notification-primary {
    color: #09408e;
    color: var(--GBL07A)
}

.QuestionHeader {
    --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;
    background: var(--GBK99A);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    -webkit-box-shadow: var(--v4227349361);
    box-shadow: var(--v4227349361);
    min-width: calc(var(--app-width) + var(--app-padding)*2);
    overflow: hidden;
    padding: 16px 0;
    position: relative
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .QuestionHeader {
        -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] .QuestionHeader {
    --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);
    -webkit-box-shadow: var(--v4227349427);
    box-shadow: var(--v4227349427)
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    html[data-theme=dark] .QuestionHeader {
        -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)
    }
}

.QuestionHeader-profile {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.QuestionHeader-content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    max-width: calc(500px + 50vw);
    padding-left: calc(50vw - 500px);
    width: 100vw
}

.PageHeader .QuestionHeader-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.QuestionHeader-main {
    -ms-flex-negative: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex-shrink: 0;
    padding-left: 20px;
    width: 694px
}

.QuestionHeader-side {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 285px;
    min-width: 216px;
    text-align: right
}

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

.QuestionHeader-specialQuestionAuthor {
    height: 28px
}

.QuestionHeader-topicDivider {
    border-left: 1px solid #ebeced;
    border-left: 1px solid var(--GBK09A);
    height: 24px;
    margin: 0 16px
}

.QuestionHeader-topics {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1px 0
}

.QuestionHeader-topics .QuestionTopic {
    margin: 3px 5px 3px 0;
    vertical-align: middle
}

.QuestionHeader-topics .Button {
    margin-left: 12px;
    vertical-align: middle
}

.QuestionHeader-title {
    color: #191b1f;
    color: var(--GBK02A);
    font-size: 22px;
    font-weight: 600;
    font-weight: var(--zFontWeightBold);
    line-height: 32px;
    margin-bottom: 0px;
    margin-top: 7px
}

.QuestionHeader-title .Button {
    margin-left: 12px;
    vertical-align: middle
}

.PageHeader .QuestionHeader-title {
    cursor: pointer;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.BrandQuestionPrizes {
    margin-top: 12px
}

.QuestionHeader-lock {
    vertical-align: middle
}

.QuestionHeader-footer {
    background: #fff;
    background: var(--GBK99A);
    margin-bottom: -12px;
    margin-top: 4px;
    padding-bottom: 12px
}

.QuestionHeader-footer.is-fixed {
    --v2592117702: var(--flag-light,0 -1px 3px rgba(9,64,142,.05)) var(--flag-dark,0 -1px 3px rgba(82,113,176,.05));
    border-top: 1px solid #ebeced;
    border-top: 1px solid var(--GBK09A);
    -webkit-box-shadow: 0 -1px 3px rgba(9,64,142,.05);
    box-shadow: 0 -1px 3px rgba(9,64,142,.05);
    -webkit-box-shadow: var(--v2592117702);
    box-shadow: var(--v2592117702);
    height: 60px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    z-index: 3
}

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

.QuestionHeader-footer-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    height: 100%;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 var(--app-padding);
    width: var(--app-width)
}

.QuestionHeader-footer-inner,.QuestionHeader-footer-main {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.QuestionHeader-footer-main {
    margin-top: 4px;
    min-width: 694px;
    width: auto
}

.QuestionButtonGroup+.QuestionHeaderActions {
    margin-left: 16px
}

.QuestionButtonGroup+.BrandQuestionSettingMenu {
    margin: 0 16px
}

.QuestionHeader-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 16px
}

.QuestionHeader-menu-item--commercial {
    padding-left: 44px;
    position: relative;
    width: 148px
}

.QuestionHeader-menu-item--commercial .MenuItem-icon {
    margin-left: -18px
}

.QuestionHeader-menu {
    font-size: 14px
}

.QuestionHeader-menu-item {
    line-height: 40px
}

.QuestionHeader-delete-confirm {
    text-align: center
}

.QuestionReviewing {
    background-color: rgba(133,144,166,.08);
    height: 88px;
    position: relative;
    width: 100%
}

.QuestionReviewing-title {
    color: #373a40;
    color: var(--GBK03A);
    font-weight: 600;
    font-weight: var(--zFontWeightBold);
    top: 16px
}

.QuestionReviewing-text,.QuestionReviewing-title {
    font-size: 15px;
    height: 28px;
    left: 50%;
    line-height: 1.87;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.QuestionReviewing-text {
    bottom: 16px;
    color: #8491a5;
    color: var(--GBL05A);
    font-weight: 500
}

.DisbandButton {
    cursor: default;
    opacity: .5
}

.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
}

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

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

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

.RewardForm-rewardInput input {
    height: 36px
}

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

.RewardForm-rewardLink {
    color: #1772f6;
    color: var(--GBL01A)
}

.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;
    background: var(--GBL01A);
    border: 1px solid #1772f6;
    border: 1px solid var(--GBL01A);
    border-radius: 3px;
    color: #fff;
    color: var(--GBK99A);
    display: block;
    height: 36px;
    margin: 0 auto;
    width: 220px
}

.RewardForm-rewardSubmit:hover {
    background-color: #1772f6!important;
    background-color: var(--GBL01A)!important;
    color: #fff;
    color: var(--GBK99A)
}

.RewardForm-rewardSubmit-disabled {
    border: 1px solid #c4c7ce;
    border: 1px solid var(--GBK08A)
}

@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;
    background-color: var(--GBL01A);
    color: #fff;
    color: var(--GBK99A);
    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;
    background-color: var(--GBK99A);
    border-color: #1772f6;
    border-color: var(--GBL01A);
    color: #1772f6;
    color: var(--GBL01A)
}

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

.SignInModal-button-wechat {
    background-color: #adb0b7;
    background-color: var(--GBK07A);
    border-color: #adb0b7;
    border-color: var(--GBK07A);
    color: #fff;
    color: var(--GBK99A)
}

.SignInModal-button-qq {
    background-color: #1772f6;
    background-color: var(--GBL01A);
    border-color: #1772f6;
    border-color: var(--GBL01A);
    color: #fff;
    color: var(--GBK99A)
}

.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;
    color: var(--GBK99A);
    font-size: 24px;
    font-weight: 600;
    font-weight: var(--zFontWeightBold);
    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;
    font-weight: var(--zFontWeightBold);
    line-height: 33px;
    margin-top: 32px
}

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

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

.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;
    color: var(--GBK02A);
    flex-grow: 1;
    font-size: 20px;
    font-weight: 600;
    font-weight: var(--zFontWeightBold);
    text-align: center
}

.Calendar-topToolButton {
    border: none;
    color: #8491a5;
    color: var(--GBL05A);
    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;
    color: var(--GBL01A)
}

.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;
    color: var(--GBL05A);
    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);
    background: var(--v2826452827)
}

@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;
    border: 1px solid var(--GBL01A);
    color: #1772f6;
    color: var(--GBL01A)
}

.Calendar-day.is-today.is-disabled {
    border-color: #adb0b7;
    border-color: var(--GBK07A);
    color: #adb0b7;
    color: var(--GBK07A)
}

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

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

.Calendar-day.is-not-this-month {
    color: #adb0b7;
    color: var(--GBK07A)
}

.Calendar-day.is-input-date {
    background: #1772f6;
    background: var(--GBL01A);
    color: #fff;
    color: var(--GBK99A)
}

.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);
    background: var(--v2826452827);
    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;
    border-top: 1px solid var(--GBK09A);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 46px;
    justify-content: center;
    padding: 0 8px
}

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

.Calendar-todayButton[disabled] {
    color: #adb0b7;
    color: var(--GBK07A);
    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;
    background-color: var(--GBK99A);
    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;
    color: var(--MapText02A);
    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;
    color: var(--GBK02A);
    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;
    color: var(--MapBrand)
}

.AIAssistantPanel-tab.active:after {
    background-color: #1772f6;
    background-color: var(--MapBrand);
    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;
    border-bottom: 1px dashed var(--MapUIFrame09A);
    color: #373a40;
    color: var(--MapText03A);
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 14px
}

.AIAssistantPanel-MessageLight {
    color: #9196a1;
    color: var(--MapText06A)
}

.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;
    color: var(--MapText03A);
    font-size: 13px;
    font-weight: 500;
    margin-left: 2px
}

.DetectionPanel-cardDescription {
    color: #8491a5;
    color: var(--MapInfoSub);
    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;
    color: var(--MapUIAccentC);
    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;
    border-bottom: 1px dashed var(--MapUIFrame09A);
    color: #373a40;
    color: var(--MapText03A);
    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;
    color: var(--MapText03A);
    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;
    color: var(--MapUIAccentC);
    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;
    color: var(--MapInfoSub);
    line-height: 16px;
    margin-top: 4px;
    padding: 2px 6px
}

.PreamblePanel-CardContainer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background: #fff;
    background: var(--GBK99A);
    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: 1px solid var(--MapUIFrame10A);
    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;
    color: var(--MapText03A);
    font-size: 13px;
    font-weight: 500;
    line-height: 19px
}

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

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

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

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

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

.PreamblePanel-mainContentText {
    color: #535861;
    color: var(--MapText04A);
    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;
    border-right: 1px solid var(--GBK09A);
    -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;
    color: var(--GBK02A);
    font-size: 17px;
    font-weight: 600;
    font-weight: var(--zFontWeightBold);
    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);
    background-color: var(--v3840355414)
}

@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;
    border-left: 2px solid var(--GBK09A);
    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;
    border-left: 2px dashed var(--GBK09A)
}

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

.DraftHistory-version:after {
    background-color: #fff;
    background-color: var(--GBK99A);
    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;
    -webkit-box-shadow: 0 0 0 2px var(--GBK06A),0 0 0 4px var(--GBK99A);
    box-shadow: 0 0 0 2px var(--GBK06A),0 0 0 4px var(--GBK99A);
    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;
    background-color: var(--GBK06A);
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 6px;
    width: 6px
}

.DraftHistory-LocalSideTabWrapper .DraftHistory-version--selected:after,.DraftHistory-version--selected:after {
    background-color: #1772f6;
    background-color: var(--MapBrand);
    -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;
    -webkit-box-shadow: 0 0 0 2px var(--GBK99A),0 0 0 3px var(--MapBrand);
    box-shadow: 0 0 0 2px var(--GBK99A),0 0 0 3px var(--MapBrand);
    height: 6px;
    width: 6px
}

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

.DraftHistory-version--selected .DraftHistory-versionDate {
    color: #1772f6;
    color: var(--MapBrand)
}

.DraftHistory-versionType {
    color: #9196a1;
    color: var(--GBK06A);
    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;
    color: var(--GBL05A);
    font-size: 15px;
    line-height: 20px;
    margin-top: 15px;
    text-align: center
}

.DraftHistory-draftTitle {
    color: #191b1f;
    color: var(--GBK02A);
    font-size: 32px;
    font-weight: 600;
    font-weight: var(--zFontWeightBold);
    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;
    border-top: 1px solid var(--GBK09A);
    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;
    color: var(--GBK06A);
    -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);
    background-color: var(--v3078629522);
    border: none;
    color: #1772f6;
    color: var(--GBL01A);
    font-size: 13px;
    font-weight: 600;
    font-weight: var(--zFontWeightBold);
    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;
    font-weight: var(--zFontWeightBold);
    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;
    background-color: var(--GBK99A)
}

@-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;
    background-color: var(--GBK06A);
    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: 1px solid var(--GBL01A);
    border-radius: 2px;
    font-size: 12px;
    height: 17px;
    line-height: 17px;
    width: 94px
}

.MaterialLibraryNav {
    border-right: 1px solid #f8f8fa;
    border-right: 1px solid var(--GBK10A);
    -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;
    color: var(--GBL05A);
    font-size: 12px;
    height: 32px;
    padding: 0 15px 0 20px
}

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

.MaterialLibraryNav-Folder.active {
    background-color: #f8f8fa;
    background-color: var(--GBK10A)
}

.MaterialLibraryNav-Folder.active .nav-num {
    background: #fff;
    background: var(--GBK99A)
}

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

.MaterialLibraryNav-Folder:hover {
    background-color: #f8f8fa;
    background-color: var(--GBK10A)
}

.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;
    background: var(--GBK10A);
    border-radius: 10px;
    font-size: 10px;
    height: 10px;
    line-height: 10px;
    padding: 4px 5px
}

.MaterialLibraryNav-input-module {
    height: 28px;
    width: 250px
}

.PaymentTypeSetting-columnSettingField,.PaymentTypeSetting-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.PaymentTypeSetting-columnSettingField {
    padding: 11px 0
}

.PaymentTypeSetting-columnSettingField .PaymentTypeSetting-labelName:before {
    color: #d95350;
    color: var(--GRD03A);
    content: "*";
    margin-right: 4px;
    margin-top: 2px
}

.PaymentTypeSetting-labelName {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #373a40;
    color: var(--GBK03A);
    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;
    color: var(--GBL08A);
    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;
    color: var(--GBK02A);
    -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;
    color: var(--GRD03A);
    content: "*";
    margin-left: 4px
}

.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;
    color: var(--GBK04A)
}

.TopicBioItem-title {
    color: #8491a5;
    color: var(--GBL05A);
    margin-bottom: 8px
}

.TopicBioItem-inner {
    border: 1px solid #09408e;
    border: 1px solid var(--GBL07A);
    border-radius: 3px;
    margin-bottom: 8px;
    padding: 12px
}

.TopicBioItem-modifyButton {
    color: #8491a5;
    color: var(--GBL05A);
    font-size: 14px;
    margin-left: 6px
}

.TopicBioItem-modifyButton:hover {
    color: #09408e;
    color: var(--GBL07A)
}

.TopicBioItem-input {
    font-size: 14px;
    height: auto;
    padding: 0;
    width: 100%
}

.TopicBioItem-input,.TopicBioItem-input.is-focus {
    border: none
}

.TopicBioItem-input .Input {
    color: #535861;
    color: var(--GBK04A);
    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;
    border: 1px solid var(--GBK09A);
    height: 48px;
    padding: 0 12px;
    text-align: left
}

.TopicBioItem-addButton:hover {
    border-color: #09408e;
    border-color: var(--GBL07A)
}

.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;
    border-top: 1px solid var(--GBK09A)
}

.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%);
    background: var(--v1171690763);
    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);
    background: var(--v3331801949);
    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: var(--GBK99A);
    background: #f8f8fa;
    background: var(--GBK10A);
    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;
    background: var(--GBK99A);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: var(--v3050994928);
    box-shadow: var(--v3050994928);
    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;
    background: var(--GBK99A);
    border-color: #ebeced;
    border-color: var(--GBK09A);
    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;
    background: var(--GBK10A);
    -webkit-box-shadow: none;
    box-shadow: none
}

.AnswerForm-enterFullscreenButton {
    padding: 0 6px
}

.AnswerForm-exitFullscreenButton {
    background: #ebeced;
    background: var(--GBK09A);
    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;
    background: var(--GBK09A);
    color: #81858f;
    color: var(--GBK05A)
}

.AnswerForm-title {
    font-size: 22px;
    font-weight: 600;
    font-weight: var(--zFontWeightBold);
    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;
    background: var(--GBK99A);
    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);
    -webkit-box-shadow: var(--v477414294);
    box-shadow: var(--v477414294)
}

@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;
    border-top: 1px solid var(--GBK09A)
}

.AnswerForm-status {
    color: #8491a5;
    color: var(--GBL05A);
    font-size: 14px;
    margin-right: auto
}

.AnswerForm-delete {
    margin-right: 12px
}

.AnswerForm-delete:hover .Icon {
    fill: #9196a1;
    fill: var(--GBK06A)
}

.AnswerForm-draftStatus--failed {
    color: #d95350;
    color: var(--GRD03A)
}

.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;
    color: var(--GBL07A);
    cursor: pointer
}

.AnswerForm-cancel:hover {
    border-bottom: 1px solid #09408e;
    border-bottom: 1px solid var(--GBL07A)
}

.AnswerForm-Notication {
    background: #191b1f;
    background: var(--GBK02A);
    border-radius: 4px;
    color: #fff;
    color: var(--GBK99A);
    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-bottom: 8px solid var(--GBK02A);
    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;
    color: var(--GBL05A);
    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;
    color: var(--GBL05A);
    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;
    color: var(--GBL07A);
    display: inline-block;
    font-size: 14px;
    margin-top: 8px
}

.AnswerModal-moreLink:hover {
    border-bottom: 1px solid #09408e;
    border-bottom: 1px solid var(--GBL07A)
}

.TextArea {
    background: #f8f8fa;
    background: var(--GBK10A);
    border: 1px solid #ebeced;
    border: 1px solid var(--GBK09A);
    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;
    background: var(--GBK99A);
    outline: none
}

.TextArea::-webkit-input-placeholder {
    color: #8491a5;
    color: var(--GBL05A)
}

.TextArea::-moz-placeholder {
    color: #8491a5;
    color: var(--GBL05A)
}

.TextArea:-ms-input-placeholder {
    color: #8491a5;
    color: var(--GBL05A)
}

.TextArea::-ms-input-placeholder {
    color: #8491a5;
    color: var(--GBL05A)
}

.TextArea::placeholder {
    color: #8491a5;
    color: var(--GBL05A)
}

.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);
    background-color: var(--v2780095318)
}

@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;
    font-weight: var(--zFontWeightBold);
    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;
    color: var(--GBL07A)
}

.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;
    color: var(--GBK02A);
    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;
    border-top: 1px solid var(--GBK08A);
    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);
    background-color: var(--v470502664);
    color: #535861;
    color: var(--GBK04A)
}

@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;
    background-color: var(--GBL01A);
    border-radius: 6px;
    color: #fff;
    color: var(--GBK99A);
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    margin-left: auto;
    text-align: center;
    width: 90px
}

.ModalWrap-itemTitle {
    color: #191b1f;
    color: var(--GBK02A);
    font-size: 18px;
    font-weight: 600;
    font-weight: var(--zFontWeightBold)
}

.ModalWrap-itemDesc {
    color: #191b1f;
    color: var(--GBK02A);
    font-size: 12px
}

.ModalWrap-itemImg {
    height: 44px;
    margin-right: 10px;
    width: 44px
}

.ModalWrap-itemImg img {
    height: 100%;
    width: 100%
}

.Reward-activateBtn {
    background: #f04567;
    background: var(--MapLiveBrand);
    border-radius: 4px;
    color: #fff;
    color: var(--MapUIFrame99B);
    height: 32px;
    margin-bottom: 12px;
    margin-top: 60px;
    width: 110px
}

.Reward-activateHint {
    color: #adb0b7;
    color: var(--MapUIFrame07A);
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 60px
}

.Reward-rewardBtn {
    background: #f04567;
    background: var(--MapLiveBrand);
    border-radius: 4px;
    color: #fff;
    color: var(--MapUIFrame99B);
    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;
    color: var(--GBK05A);
    font-size: 14px;
    text-align: center
}

.Reward-tagline {
    font-size: 15px;
    line-height: 18px;
    margin-top: 60px
}

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

.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);
    background-color: var(--v1090968030);
    border-bottom: 1px solid #ebeced;
    border-bottom: 1px solid var(--GBK09A);
    -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;
    color: var(--GBL05A);
    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;
    font-weight: var(--zFontWeightBold);
    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;
    color: var(--GBK04A);
    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;
    color: var(--GBL05A);
    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
}

.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-color: var(--GBL01A);
    border-radius: 20px;
    color: #1772f6;
    color: var(--GBL01A);
    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;
    background: var(--GBK99A);
    border: 1px solid #ebeced;
    border: 1px solid var(--GBK09A);
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.1);
    box-shadow: 0 5px 20px rgba(0,0,0,.1);
    -webkit-box-shadow: var(--v1135991827);
    box-shadow: var(--v1135991827);
    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);
    color: var(--v3645691681)
}

@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);
    color: var(--v3645691681)
}

@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;
    color: var(--GRD03A)
}

.SharePopover-quote {
    color: #8491a5;
    color: var(--GBL05A)
}

.SharePopover-main {
    margin-left: 4px
}

.SharePopover-hint,.SharePopover-main {
    color: #8491a5;
    color: var(--GBL05A);
    font-weight: 600;
    font-weight: var(--zFontWeightBold)
}

.SharePopover-hint:before {
    color: #ebeced;
    color: var(--GBK09A);
    content: "|";
    margin: 0 8px
}

.CopyrightRichText-tooltip {
    font-size: 14px
}

.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-image: var(--v2048474596);
    mask-image: var(--v2048474596);
    -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;
    color: var(--MapLink);
    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;
        color: var(--GBK04A)
    }
}

.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);
    background: var(--v2575278988);
    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);
    -webkit-box-shadow: var(--v114997022);
    box-shadow: var(--v114997022);
    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;
    color: var(--GBL01A);
    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;
    fill: var(--GBL05A)
}

.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;
    font-weight: var(--zFontWeightBold);
    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;
    color: var(--GBL05A);
    font-size: 14px
}

.AnswerItem-selfMenuItem {
    line-height: 40px
}

.AnswerItem-selectMenuItem {
    line-height: 40px;
    padding-left: 44px
}

.AnswerItem-statusContent {
    background: #f8f8fa;
    background: var(--GBK10A);
    border-radius: 4px;
    margin: 16px 0;
    padding: 16px
}

.AnswerItem-statusReason {
    color: #191b1f;
    color: var(--GBK02A);
    font-size: 15px;
    font-weight: 600;
    font-weight: var(--zFontWeightBold);
    line-height: 26px;
    margin-bottom: 3px
}

.AnswerItem-statusDescription {
    color: #191b1f;
    color: var(--GBK02A);
    font-size: 14px;
    line-height: 26px
}

.AnswerItem-statusDescription .RichContent-inner {
    margin-top: 0
}

.AnswerItem-statusDescription .RichContent.is-collapsed .RichContent-inner:hover {
    color: #191b1f;
    color: var(--GBK02A)
}

.AnswerItem-statusDescription .ContentItem-arrowIcon {
    display: none
}

.AnswerItem-statusLink {
    border-bottom: 1px solid #8491a5;
    border-bottom: 1px solid var(--GBL05A)
}

.AnswerItem-statusLink:active,.AnswerItem-statusLink:hover {
    border-bottom: 1px solid #09408e;
    border-bottom: 1px solid var(--GBL07A);
    color: #09408e;
    color: var(--GBL07A)
}

.AnswerItem-complaintLink {
    color: #09408e;
    color: var(--GBL07A);
    font-weight: 400;
    padding-bottom: 2px
}

.AnswerItem-complaintLink:hover {
    border-bottom: 1px solid #09408e;
    border-bottom: 1px solid var(--GBL07A)
}

.AnswerItem-complaintHelp {
    float: right
}

.AnswerItem-complaintIcon {
    position: relative;
    top: -1px
}

.AnswerItem-status {
    background: #ebeced;
    background: var(--GBK09A);
    border-radius: 4px;
    color: #8491a5;
    color: var(--GBL05A);
    margin: 16px 0;
    padding: 16px
}

.AnswerItem-status a {
    color: #09408e;
    color: var(--GBL07A)
}

.AnswerItem-status a:hover {
    border-bottom: 1px solid #09408e;
    border-bottom: 1px solid var(--GBL07A)
}

.AnswerItem-deleted {
    color: #8491a5;
    color: var(--GBL05A);
    font-size: 15px;
    text-align: center
}

.AnswerItem-deleted a {
    color: #09408e;
    color: var(--GBL07A);
    cursor: pointer;
    font-size: inherit
}

.AnswerItem-deleted a:hover {
    border-bottom: 1px solid #09408e;
    border-bottom: 1px solid var(--GBL07A)
}

.AnswerItem-form {
    border-bottom: 1px solid #ebeced;
    border-bottom: 1px solid var(--GBK09A)
}

.AnswerItem-editButton {
    color: #09408e;
    color: var(--GBL07A);
    cursor: pointer
}

.AnswerItem-editButton:hover .AnswerItem-editButtonText {
    border-bottom: 1px solid #09408e;
    border-bottom: 1px solid var(--GBL07A)
}

.AnswerItem-mainAction {
    border-color: #1772f6;
    border-color: var(--GBL01A);
    color: #1772f6;
    color: var(--GBL01A);
    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;
    color: var(--GBL05A);
    font-size: 15px;
    margin-top: 8px
}

.AnswerItem-brandQuestionPrizeTip a {
    color: #1772f6;
    color: var(--GBL01A);
    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;
    color: var(--GBK03A)
}

.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;
    color: var(--GRD03A);
    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);
    background: var(--v2826452827);
    border-color: transparent;
    color: #1772f6;
    color: var(--GBL01A);
    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);
    background-color: var(--v3078630512)
}

@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;
    background: var(--GBK10A)
}

.VoteButton.is-active {
    background: #1772f6;
    background: var(--GBL01A);
    color: #fff;
    color: var(--GBK99B)
}

.VoteButton.is-active:hover {
    background-color: #1772f6;
    background-color: var(--GBL01A)
}

.VoteButton-TriangleUp {
    margin-right: 5px
}

.VoteButton--down {
    margin-left: 4px
}

.VoteButton--down.VoteButton--mobileDown {
    margin-left: 8px
}

.SelfVisibleLable-wrap {
    background-color: #f8f8fa;
    background-color: var(--GBK10A);
    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);
    color: var(--v681283993)
}

@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;
    color: var(--GYL02A)
}

.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);
    background: var(--v2715759946)
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .Label-iconColor--positiveBackground {
        background:oklch(from var(--GYL02A) l c h/.08)
    }
}

.QuestionAnswer-content {
    padding: var(--zhc-padding-vertical) var(--zhc-padding-horizontal)
}

.QuestionAnswer-content: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;
    z-index: 1
}

html[data-focus-visible] .QuestionAnswer-content: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);
    -webkit-box-shadow: var(--v3473974657);
    box-shadow: var(--v3473974657)
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    html[data-focus-visible] .QuestionAnswer-content: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] .QuestionAnswer-content: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);
    -webkit-box-shadow: var(--v3473974756);
    box-shadow: var(--v3473974756)
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    html[data-theme=dark][data-focus-visible] .QuestionAnswer-content: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)
    }
}

.AnswerCard,.MoreAnswers {
    overflow: visible;
    overflow: initial
}

.MoreAnswers .List-header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    justify-content: center;
    margin: 0;
    position: relative
}

.MoreAnswers .List-header:after {
    border-bottom: 1px solid #ebeced;
    border-bottom: 1px solid var(--GBK09A);
    content: "";
    display: block;
    left: 0;
    margin: 0 var(--zhc-padding-horizontal);
    position: absolute;
    right: 0;
    top: 30px
}

.MoreAnswers .List-headerText {
    background: #fff;
    background: var(--GBK99A);
    color: #8491a5;
    color: var(--GBL05A);
    font-weight: 400;
    padding: 0 var(--zhc-padding-horizontal);
    position: relative;
    top: -3px;
    z-index: 1
}

.MoreAnswers .List-item:focus {
    z-index: 1
}

.AppBanner-link {
    display: block
}

.AppBanner-layout {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px
}

.AppBanner-qrcode {
    height: 50px;
    margin-right: 12px;
    width: 50px
}

.AppBanner-qrcode svg {
    display: block;
    height: 100%;
    width: 100%
}

.AppBanner-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.AppBanner-title {
    font-size: 16px;
    font-weight: 600;
    font-weight: var(--zFontWeightBold)
}

.AppBanner-description,.AppBanner-title {
    color: #373a40;
    color: var(--GBK03A);
    line-height: 20px
}

.AppBanner-description {
    font-size: 14px;
    margin-top: 2px
}

.AppBanner-sticky {
    height: 0;
    opacity: 1;
    -webkit-transition: opacity .3s,visibility .3s;
    transition: opacity .3s,visibility .3s;
    visibility: visible
}

.AppBanner-sticky:not(.is-shown) {
    opacity: 0;
    visibility: hidden
}

.OrgCreateButton {
    border: none;
    padding: 0
}

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

.OrgCreateButton:hover {
    color: #09408e;
    color: var(--GBL07A)
}

.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;
    background-color: var(--GBK99A);
    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);
    -webkit-box-shadow: var(--v1856597443);
    box-shadow: var(--v1856597443);
    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;
    color: var(--GRD03A);
    flex-grow: 1;
    font-size: 13px;
    font-style: 14px;
    text-align: center
}

.AbnormalAlert-message a {
    color: #81858f;
    color: var(--GBK05A)
}

.AbnormalAlert-icon {
    fill: #c4c7ce;
    fill: var(--GBK08A);
    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;
    background-color: var(--GBK10A);
    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;
    background-color: var(--GBK99A)
}

.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;
    background-color: var(--GBK10A);
    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);
    -webkit-box-shadow: var(--v3473974657);
    box-shadow: var(--v3473974657)
}

@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);
    -webkit-box-shadow: var(--v3473974756);
    box-shadow: var(--v3473974756)
}

@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;
    color: var(--GBK06A);
    -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;
    background: var(--GBK08A);
    border-radius: 50%;
    display: inline-block;
    height: 4px;
    width: 4px
}

.EmoticonPagination-bullet+.EmoticonPagination-bullet {
    margin-left: 5px
}

.EmoticonPagination-bullet--active {
    background: #81858f;
    background: var(--GBK05A)
}

.Emoticons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #fff;
    background-color: var(--GBK99A);
    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;
    border: 1px solid var(--GBK09A);
    -webkit-box-shadow: 0 0 16px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 16px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: var(--v1382269968);
    box-shadow: var(--v1382269968)
}

@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;
    border-top: 8px solid var(--GBK99A);
    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;
    background: var(--GBK99A)
}

.EcomCardTool-Modal--list {
    width: 100%
}

.EcomCardTool-Modal--cardItem+.EcomCardTool-Modal--cardItem {
    margin-top: 20px
}

.ToolBar {
    border-top: 1px solid #ebeced;
    border-top: 1px solid var(--GBK09A);
    -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;
    fill: var(--GBK04A);
    height: 24px;
    width: 24px
}

.ToolBar-item+.ToolBar-item {
    margin-left: 10px
}

.ActionMenu {
    background-color: #fff;
    background-color: var(--GBK99A);
    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;
    background-color: var(--GBK10A);
    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;
    background-color: var(--GBK10A);
    color: #373a40;
    color: var(--GBK03A)
}

.TextMessage-sender:after {
    background: #f8f8fa;
    background: var(--GBK10A);
    content: "";
    height: 8px;
    left: -4px;
    position: absolute;
    top: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px
}

.TextMessage-sender a {
    color: #09408e;
    color: var(--GBL07A)
}

.TextMessage-receiver {
    background-color: #1772f6;
    background-color: var(--GBL01A);
    color: #fff;
    color: var(--GBK99A)
}

.TextMessage-receiver:after {
    background: #1772f6;
    background: var(--GBL01A);
    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;
    fill: var(--GRD03A);
    height: 20px;
    width: 20px
}

.Message-status--more {
    fill: #9196a1;
    fill: var(--GBK06A);
    cursor: pointer;
    height: 16px;
    width: 16px
}

.Message-time {
    color: #9196a1;
    color: var(--GBK06A);
    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;
    border-bottom: 1px solid var(--GBK09A);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 600;
    font-weight: var(--zFontWeightBold);
    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);
    color: var(--v3645691747);
    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
}

.AnswerAuthor .Card-section:empty {
    display: none
}

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

.AnswerAuthor-user-avatar {
    margin-right: 12px
}

.AnswerAuthor-user-avatar .Avatar,.AnswerAuthor-user-avatar .Popover,.AnswerAuthor-user-avatar .UserLink {
    display: block
}

.AnswerAuthor-user-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    overflow: hidden
}

.AnswerAuthor-user-headline,.AnswerAuthor-user-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.AnswerAuthor-user-headline .ztext,.AnswerAuthor-user-name .ztext {
    overflow: hidden;
    text-overflow: ellipsis
}

.AnswerAuthor-user-name {
    color: #191b1f;
    color: var(--GBK02A);
    font-size: 20px;
    font-weight: 600;
    font-weight: var(--zFontWeightBold);
    line-height: 30px
}

.AnswerAuthor-user-headline {
    font-size: 14px;
    line-height: 20px
}

.AnswerAuthor-user-headline .RichText {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.AnswerAuthor-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 24px
}

.AnswerAuthor-item+.AnswerAuthor-item {
    margin-top: 12px
}

.AnswerAuthor-item-icon {
    color: #8491a5;
    color: var(--GBL05A);
    display: inline-block;
    margin-right: 4px;
    width: 20px
}

.AnswerAuthor-item-value {
    color: #8491a5;
    color: var(--GBL05A);
    font-size: 14px;
    line-height: 24px
}

.AnswerAuthor-counts {
    font-size: 14px;
    text-align: center
}

.AnswerAuthor-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px
}

.AnswerAuthor-buttons .Button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.AnswerCopyrightApplicants {
    -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%
}

.AnswerCopyrightApplicants-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;
    border-bottom: 1px solid var(--GBK10A);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 57px;
    justify-content: space-between;
    padding: 0 var(--zhc-padding-horizontal)
}

.AnswerCopyrightApplicants-title {
    color: #191b1f;
    color: var(--GBK02A);
    font-size: 16px;
    font-weight: 600;
    font-weight: var(--zFontWeightBold)
}

.AnswerCopyrightApplicants-list {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    overflow-x: hidden;
    overflow-y: auto
}

.AnswerCopyrightApplicants-item {
    border-bottom: 1px solid #f8f8fa;
    border-bottom: 1px solid var(--GBK10A);
    margin: 0 24px;
    padding: 16px 0
}

.AnswerCopyrightApplicants-time {
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: #8491a5;
    color: var(--GBL05A);
    font-size: 14px
}

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

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

.AnswerFavlists-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;
    border-bottom: 1px solid var(--GBK10A);
    height: 57px;
    justify-content: space-between;
    padding: 0 var(--zhc-padding-horizontal)
}

.AnswerFavlists-title {
    color: #191b1f;
    color: var(--GBK02A);
    font-size: 16px;
    font-weight: 600;
    font-weight: var(--zFontWeightBold)
}

.AnswerFavlists-list {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    overflow-x: hidden;
    overflow-y: auto
}

.AnswerInfo-favlist {
    color: #8491a5;
    color: var(--GBL05A);
    font-size: 14px;
    line-height: 24px;
    padding: 12px 0
}

.AnswerInfo-favlist:not(:first-child) {
    border-top: 1px solid #f8f8fa;
    border-top: 1px solid var(--GBK10A)
}

.AnswerInfo-favlist a {
    color: #09408e;
    color: var(--GBL07A);
    display: inline-block;
    text-align: left
}

.AnswerInfo-favlist a:hover {
    border-bottom: 1px solid #09408e;
    border-bottom: 1px solid var(--GBL07A)
}

.AnswerInfo-favlist-title {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.AnswerInfo-favlist-title .Button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 163px
}

.AnswerInfo-favlist-title .AnswerInfo-favlist-followers {
    text-align: right
}

.AnswerInfo-title {
    font-weight: 600;
    font-weight: var(--zFontWeightBold)
}

.AnswerInfo-title .Button {
    color: #09408e;
    color: var(--GBL07A);
    font-size: inherit
}

.AnswerInfo-title .Button:hover {
    border-bottom: 1px solid #09408e;
    border-bottom: 1px solid var(--GBL07A)
}

.AnswerInfo-copyright-applicants {
    margin: 0;
    padding: 16px
}

.AnswerInfo-copyright-applicant {
    color: #8491a5;
    color: var(--GBL05A);
    font-size: 14px;
    line-height: 24px
}

.AnswerInfo-copyright-applicant+.AnswerInfo-copyright-applicant {
    margin-top: 12px
}

.AnswerInfo-copyright-applicant .UserLink a {
    color: #09408e;
    color: var(--GBL07A)
}

.AnswerInfo-copyright-applicant .UserLink a:hover {
    border-bottom: 1px solid #09408e;
    border-bottom: 1px solid var(--GBL07A)
}

.AdvancedViewer-header {
    padding: 0 16px
}

.AdvancedViewer-imgField {
    background-color: #ebeced;
    background-color: var(--GBK09A)
}

.AdvancedViewer-content {
    padding: 0
}

.AdvancedViewer-image {
    width: 100%
}

.AdvancedViewer-image .AdvancedViewer-imgField {
    height: 197.33px
}

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

.AdvancedViewer-imageText .AdvancedViewer-intro {
    word-wrap: break-word;
    border-bottom: 1px solid #ebeced;
    border-bottom: 1px solid var(--GBK09A);
    line-height: 23px;
    margin: 0 16px;
    overflow: hidden;
    padding: 13px 0
}

.AdvancedViewer-imageText .AdvancedViewer-imgField {
    height: 197.33px
}

.AdvancedViewer-commodityItem {
    -ms-flex-negative: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-shrink: 0;
    width: 100%
}

.AdvancedViewer-commodityItem img {
    height: 197.33px
}

.AdvancedViewer-commodityIntro {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ebeced;
    border-bottom: 1px solid var(--GBK09A);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    line-height: 44px;
    margin: 0 16px
}

.AdvancedViewer-subTitle {
    color: #8491a5;
    color: var(--GBL05A)
}

.AdvancedViewer .Carousel-leftArrow,.AdvancedViewer .Carousel-rightArrow {
    top: 98px
}

.AdvancedViewer .Carousel-bullets {
    top: 165px
}

.AdvancedViewer .Carousel-bullet {
    background: #fff;
    background: var(--GBK99A);
    height: 6px;
    width: 6px
}

.AdvancedViewer .Carousel-bullet.is-active {
    background: #373a40;
    background: var(--GBK03A)
}

.AdvancedViewer-recommended {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.AdvancedViewer-recommended,.AdvancedViewer-recommendedItem {
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.AdvancedViewer-recommendedItem {
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 16px;
    padding: 16px 0
}

.AdvancedViewer-recommendedItem .AdvancedViewer-imgField {
    background-position: 50%;
    background-size: cover;
    height: 65px;
    margin-left: 13px;
    width: 81px
}

.AdvancedViewer-summary {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-grow: 1;
    justify-content: space-between;
    width: 1px
}

.AdvancedViewer-summary,.AdvancedViewer-summary .AdvancedViewer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.AdvancedViewer-summary .AdvancedViewer-wrap {
    height: 44px;
    overflow: hidden
}

.AdvancedViewer-summary .AdvancedViewer-data,.AdvancedViewer-summary .AdvancedViewer-desc,.AdvancedViewer-summary .AdvancedViewer-title {
    line-height: 20px;
    overflow: hidden
}

.AdvancedViewer-summary .AdvancedViewer-title {
    -ms-flex-negative: 0;
    -webkit-line-clamp: 2;
    flex-shrink: 0;
    font-weight: 500;
    max-height: 44px
}

.AdvancedViewer-summary .AdvancedViewer-desc,.AdvancedViewer-summary .AdvancedViewer-title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis
}

.AdvancedViewer-summary .AdvancedViewer-desc {
    -ms-flex-negative: 1;
    -webkit-line-clamp: 1;
    color: #535861;
    color: var(--GBK04A);
    flex-shrink: 1;
    font-size: 14px;
    max-height: 22px
}

.AdvancedViewer-summary .AdvancedViewer-data {
    color: #8491a5;
    color: var(--GBL05A);
    font-size: 14px
}

.AdvancedViewer-recommendedItem .AdvancedViewer-imgField {
    border-radius: 4px
}

.AdvancedViewer-recommendedItem+.AdvancedViewer-recommendedItem {
    border-top: .5px solid #ebeced;
    border-top: .5px solid var(--GBK09A)
}

.AdvancedViewer-footer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px 16px
}

.AdvancedViewer-button {
    border-color: #1772f6;
    border-color: var(--GBL01A);
    color: #1772f6;
    color: var(--GBL01A);
    padding: 0;
    width: 100%
}

.AdvancedViewer.is-mobile .AdvancedViewer-footer {
    border-top: 1px solid #ebeced;
    border-top: 1px solid var(--GBK09A);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 16px;
    padding: 13px 0
}

.AdvancedViewer.is-mobile .AdvancedViewer-brand,.AdvancedViewer.is-mobile .AdvancedViewer-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -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;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between
}

.AdvancedViewer.is-mobile .AdvancedViewer-brand {
    color: #8491a5;
    color: var(--GBL05A);
    font-size: 14px
}

.AdvancedViewer.is-mobile .AdvancedViewer-logo {
    border-radius: 20px;
    height: 20px;
    width: 20px
}

.AdvancedViewer.is-mobile .AdvancedViewer-brandName {
    margin-left: 6px
}

.AdvancedViewer.is-mobile .AdvancedViewer-button {
    border: 1px solid #8491a5;
    border: 1px solid var(--GBL05A);
    border-radius: 5px;
    color: #8491a5;
    color: var(--GBL05A);
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    width: 73px
}

.AdvancedViewer.is-mobile .AdvancedViewer-imageText {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 16px;
    padding: 16px 0
}

.AdvancedViewer.is-mobile .AdvancedViewer-imageText .AdvancedViewer-intro {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    word-wrap: break-word;
    border: none;
    flex-grow: 1;
    font-size: 14px;
    height: 80px;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    padding: 0
}

.AdvancedViewer.is-mobile .AdvancedViewer-imageText .AdvancedViewer-imgField {
    -ms-flex-negative: 0;
    border-radius: 4px;
    flex-shrink: 0;
    height: 72px;
    margin-left: 18px;
    width: 108px
}

.AdvancedViewer.is-mobile .AdvancedViewer-commodity {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    padding: 16px;
    width: 100%
}

.AdvancedViewer.is-mobile .AdvancedViewer-commodityItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(33.33333% - 5.33333px)
}

.AdvancedViewer.is-mobile .AdvancedViewer-commodityItem img {
    border-radius: 4px;
    height: auto;
    width: 100%
}

.AdvancedViewer.is-mobile .AdvancedViewer-commodityIntro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border-bottom: none;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 20px;
    margin: 3.3px 0 0
}

.AdvancedViewer.is-mobile .AdvancedViewer-header,.AdvancedViewer.is-mobile .AdvancedViewer-recommended {
    border: none
}

.AdvancedViewer.is-mobile .AdvancedViewer-recommendedItem .AdvancedViewer-imgField {
    height: 72px;
    width: 108px
}

.AdvancedViewer.is-mobile .AdvancedViewer-recommendedItem .AdvancedViewer-desc {
    line-height: 16px;
    margin-top: 6px
}

.AdvancedFloatCardViewer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    --v2641688540: var(--flag-light,hsla(210,5%,93%,.92)) var(--flag-dark,rgba(40,43,48,.92));
    align-items: center;
    background: hsla(210,5%,93%,.92);
    background: var(--v2641688540);
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 70px;
    justify-content: space-between;
    padding: 10px;
    width: 375px
}

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

.AdvancedFloatCardViewer-image {
    -ms-flex-negative: 0;
    background-color: #ebeced;
    background-color: var(--GBK09A);
    background-position: 50%;
    background-size: cover;
    border-radius: 4px;
    flex-shrink: 0;
    height: 50px;
    width: 75px
}

.AdvancedFloatCardViewer-intro {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    word-wrap: break-word;
    color: #535861;
    color: var(--GBK04A);
    flex-grow: 1;
    line-height: 20px;
    margin-left: 8px;
    margin-right: 8px;
    max-height: 40px;
    overflow: hidden
}

.AdvancedFloatCardViewer-button {
    -ms-flex-negative: 0;
    border: none;
    border-radius: 28px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    color: var(--GBK99A);
    flex-shrink: 0;
    height: 28px;
    line-height: 18px;
    padding: 5px 8px
}

.AdvancedFloatCardViewer-button,.AdvancedFloatCardViewer-button:hover {
    background: #535861;
    background: var(--GBK04A)
}

.AdvancedViewer.is-mobile+.ViewAllInappCard {
    margin-top: 0
}

.ReadingMembership {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    justify-content: space-between
}

.ReadingMembership img {
    -ms-flex-item-align: end;
    align-self: flex-end;
    height: 57px
}

.ReadingMembership-banner {
    -ms-flex-item-align: center;
    align-self: center;
    padding-left: 16px
}

.ReadingMembership-banner>div:first-child {
    font-size: 14px;
    font-weight: 600;
    font-weight: var(--zFontWeightBold);
    line-height: 16px;
    margin-bottom: 4px
}

.ReadingMembership-banner>div:last-child {
    color: #8491a5;
    color: var(--GBL05A);
    font-size: 12px;
    line-height: 16px;
    position: relative
}

.ReadingMembership-banner>div:last-child svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ReadingMembership-modal .Modal-content {
    margin: 0;
    padding: 0
}

.ReadingMembership-content {
    text-align: center
}

.ReadingMembership-content img {
    display: block;
    width: 100%
}

.ReadingMembership-title {
    color: #373a40;
    color: var(--GBK03A);
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 8px
}

.ReadingMembership-qrcode {
    padding-bottom: 20px;
    text-align: center
}

.ReadingMembership-qrcode>div {
    color: #8491a5;
    color: var(--GBL05A);
    line-height: 24px
}

.ReadingMembership-qrcode>img {
    display: block;
    margin: 28px auto 8px;
    width: 80px
}

.RelatedCommodities-image {
    border-radius: 3px;
    height: 64px;
    margin-right: 8px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 80px
}

.RelatedCommodities-subject {
    color: #191b1f;
    color: var(--GBK02A);
    font-size: 14px;
    font-weight: 600;
    font-weight: var(--zFontWeightBold);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.RelatedCommodities-subject-two {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.RelatedCommodities-item,.RelatedCommodities-scoreWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.RelatedCommodities-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.RelatedCommodities-item:hover .RelatedCommodities-subject {
    color: #09408e;
    color: var(--GBL07A)
}

.RelatedCommodities-item:not(:first-child) {
    margin-top: 10px;
    padding-top: 10px;
    position: relative
}

.RelatedCommodities-item:not(:first-child):before {
    border-top: .5px solid #c4c7ce;
    border-top: .5px solid var(--GBK08A);
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

html[data-hairline] .RelatedCommodities-item:not(:first-child):before {
    -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;
    border-top: 1px solid var(--GBK08A)
}

.RelatedCommodities-content {
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1;
    flex: 1 1;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    text-align: left
}

.RelatedCommodities-description {
    color: #535861;
    color: var(--GBK04A);
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.RelatedCommodities-meta {
    color: #8491a5;
    color: var(--GBL05A);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4px
}

.RelatedCommodities-meta .Rating {
    display: inline-block;
    margin-right: 4px
}

.RelatedCommodities-remixListen {
    background: #fd3;
    border-color: #fd3;
    border-radius: 3px;
    color: #b37700;
    line-height: 1;
    padding: 3px 6px 3px 18px;
    position: relative
}

.RelatedCommodities-remixListen:hover {
    background: #fd3
}

.RelatedCommodities-remixListen:before {
    border-color: transparent transparent transparent #b37700;
    border-style: solid;
    border-width: 4px 8px;
    content: "";
    display: block;
    left: 6px;
    position: absolute;
    top: 6px
}

.RelatedCommodities-bookMeta,.RelatedCommodities-remixMeta {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.RelatedCommodities-bookRead {
    background: #1772f6;
    background: var(--GBL01A);
    border-radius: 3px;
    color: #fff;
    color: var(--GBK99A);
    line-height: 1;
    padding: 3px 6px 3px 3px
}

.RelatedCommodities-bookRead .Zi {
    margin-right: 2px
}

.SimilarQuestions-item {
    color: #8491a5;
    color: var(--GBL05A);
    font-size: 14px;
    line-height: 21px
}

.SimilarQuestions-item+.SimilarQuestions-item {
    margin-top: 10px
}

.SimilarQuestions-item .Button {
    color: #09408e;
    color: var(--GBL07A);
    display: inline;
    word-break: break-word
}

.SimilarQuestions-item .Button:hover {
    border-bottom: 1px solid #09408e;
    border-bottom: 1px solid var(--GBL07A)
}

.ViewAll {
    overflow: visible;
    overflow: initial
}

.ViewAll--bottom {
    --v2550881706: var(--flag-light,0 3px 3px -3px rgba(25,27,31,.2)) var(--flag-dark,0 3px 3px -3px hsla(0,0%,100%,.2));
    -webkit-box-shadow: 0 3px 3px -3px rgba(25,27,31,.2);
    box-shadow: 0 3px 3px -3px rgba(25,27,31,.2);
    -webkit-box-shadow: var(--v2550881706);
    box-shadow: var(--v2550881706);
    margin-top: -10px;
    position: relative
}

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

.AdvancedViewer.is-mobile+.ViewAll--bottom {
    margin-top: 0
}

.AdvancedViewer.is-mobile+.ViewAll--bottom:before {
    margin: 0
}

.ViewAll--bottom:before {
    border-top: 1px solid #f8f8fa;
    border-top: 1px solid var(--GBK10A);
    content: "";
    left: 0;
    margin: 0 16px;
    position: absolute;
    right: 0;
    top: 0
}

.ViewAll-QuestionMainAction: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] .ViewAll-QuestionMainAction: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);
    -webkit-box-shadow: var(--v3473974657);
    box-shadow: var(--v3473974657)
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    html[data-focus-visible] .ViewAll-QuestionMainAction: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] .ViewAll-QuestionMainAction: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);
    -webkit-box-shadow: var(--v3473974756);
    box-shadow: var(--v3473974756)
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    html[data-theme=dark][data-focus-visible] .ViewAll-QuestionMainAction: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)
    }
}

.QuestionAnswerEditable-aiAssistantOpen .AnswerForm .AnswerFormEditorContainer .AIAssistantPanel-container {
    right: -310px;
    top: -72px;
    width: 300px
}

@media screen and (max-width: 1500px) {
    .QuestionAnswerEditable-aiAssistantOpen .AnswerFormEditorContainer {
        padding-right:305px
    }

    .QuestionAnswerEditable-aiAssistantOpen .AnswerForm .AnswerFormEditorContainer .AIAssistantPanel-container {
        right: -306px;
        top: -72px;
        width: 305px
    }
}

.QuestionAnswerEditable-aiAssistantOpen .AnswerForm .AnswerFormEditorContainer .AIAssistantPanelV2-container {
    right: -310px;
    width: 300px
}

@media screen and (max-width: 1500px) {
    .QuestionAnswerEditable-aiAssistantOpen .AnswerFormEditorContainer {
        padding-right:305px
    }

    .QuestionAnswerEditable-aiAssistantOpen .AnswerForm .AnswerFormEditorContainer .AIAssistantPanelV2-container {
        right: -306px;
        width: 305px
    }
}

.AnswerAdd-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 20px
}

.AnswerAdd-info {
    overflow: hidden
}

.AnswerAdd-toggleAnonymous {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto;
    padding-left: 12px
}

.AnswerAdd-toggleAnonymous:hover {
    color: #81858f;
    color: var(--GBK05A)
}

.AnswerAdd-topicBiosButton {
    color: #8491a5;
    color: var(--GBL05A);
    font-size: 14px;
    white-space: nowrap
}

.AnswerAdd-topicBiosButton:hover {
    color: #09408e;
    color: var(--GBL07A)
}

.AnswerAdd-bio {
    color: #535861;
    color: var(--GBK04A);
    margin-right: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.QuestionAnswers-content {
    margin-bottom: 14px
}

.QuestionAnswers-answerTipCard {
    color: #8491a5;
    color: var(--GBL05A);
    font-size: 15px;
    margin-bottom: 10px;
    padding: 16px 24px;
    text-align: center
}

.QuestionAnswers-answerTipCard.Card {
    margin-bottom: 10px
}

.QuestionAnswers-answerTipCard a {
    color: #09408e;
    color: var(--GBL07A);
    cursor: pointer;
    font-size: inherit
}

.QuestionAnswers-answerTipCard a:hover {
    border-bottom: 1px solid #09408e;
    border-bottom: 1px solid var(--GBL07A)
}

.QuestionAnswers-answerList {
    margin-bottom: 10px
}

.QuestionAnswers-answerTip {
    color: #8491a5;
    color: var(--GBL05A);
    font-size: 14px;
    margin: 40px 0;
    text-align: center
}

.QuestionAnswers-answerTip.Card {
    margin-bottom: 10px
}

.QuestionAnswers-answerTip .Button {
    color: #09408e;
    color: var(--GBL07A)
}

.QuestionAnswers-answerTip .Button:hover {
    border-bottom: 1px solid #09408e;
    border-bottom: 1px solid var(--GBL07A)
}

.QuestionAnswers-answerTip .QuestionAnswers-iconLink:hover {
    border-bottom: none
}

.QuestionAnswers-answerAdd {
    min-height: 282px
}

.QuestionAnswers-answerAdd.Card {
    margin-bottom: 10px
}

body:not(.Body--Mobile) .QuestionAnswers-answerAdd.Card {
    overflow: visible
}

.QuestionAnswers-statusWrapper .expand-enter {
    top: 36px;
    -webkit-transition: opacity .3s ease-out,top .3s ease-out;
    transition: opacity .3s ease-out,top .3s ease-out;
    z-index: -1
}

.QuestionAnswers-statusWrapper .expand-enter-active {
    top: 0
}

.QuestionAnswers-statusWrapper .expand-leave {
    position: relative;
    top: 0;
    -webkit-transition: opacity .3s ease-out,top .3s ease-out;
    transition: opacity .3s ease-out,top .3s ease-out;
    z-index: -1
}

.QuestionAnswers-statusWrapper .expand-leave-active {
    top: 36px
}

.QuestionAnswers-answers {
    margin-bottom: 10px
}

.AnswersNavWrapper {
    overflow: visible;
    overflow: initial
}

.Answers-none {
    padding: 50px 0
}

.QuestionAnswers-navs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

.QuestionAnswers-nav {
    display: inline-block;
    height: 50px;
    line-height: 50px
}

.QuestionAnswers-nav:hover {
    cursor: pointer
}

.QuestionAnswers-nav.is--active {
    border-bottom: 3px solid #1772f6;
    border-bottom: 3px solid var(--GBL01A)
}

.QuestionAnswers-nav+.QuestionAnswers-nav {
    margin-left: 33px
}

.MoreAnswersCard {
    --v2550881706: var(--flag-light,0 3px 3px -3px rgba(25,27,31,.2)) var(--flag-dark,0 3px 3px -3px hsla(0,0%,100%,.2));
    border-top: none;
    -webkit-box-shadow: 0 3px 3px -3px rgba(25,27,31,.2);
    box-shadow: 0 3px 3px -3px rgba(25,27,31,.2);
    -webkit-box-shadow: var(--v2550881706);
    box-shadow: var(--v2550881706);
    margin-top: -10px;
    position: relative
}

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

.MoreAnswersCard:before {
    border-top: 1px solid #f8f8fa;
    border-top: 1px solid var(--GBK10A);
    content: "";
    left: 0;
    margin: 0 16px;
    position: absolute;
    right: 0;
    top: 0
}

.MoreAnswersCard .QuestionMainAction {
    color: #09408e;
    color: var(--GBL07A)
}

.QuestionAnswers-answerButton {
    border-color: transparent;
    font-size: 15px;
    line-height: 48px
}

.QuestionAnswers-answerLink {
    color: #09408e;
    color: var(--GBL07A)
}

.AnswerRecommendReading {
    background: #fff;
    border-radius: 8px;
    margin: 24px auto 0
}

.AnswerRecommendReading-title {
    color: #191b1f;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.47;
    margin: 0
}

.AnswerRecommendReading-list {
    margin-top: 8px
}

.AnswerRecommendReadingItem {
    border-bottom: .5px solid #e8eaed;
    padding: 16px 0
}

.AnswerRecommendReadingItem:last-child {
    border-bottom: none
}

.AnswerRecommendReadingItem-link {
    color: inherit;
    display: block;
    -webkit-text-decoration: none;
    text-decoration: none
}

.AnswerRecommendReadingItem-link:hover {
    background-color: rgba(0,0,0,.02);
    border-radius: 4px
}

.AnswerRecommendReadingItem-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

.AnswerRecommendReadingItem-title {
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    color: #191b1f;
    display: -webkit-box;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.37;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis
}

.AnswerRecommendReadingItem-main {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-align: start;
    gap: 12px;
    justify-content: space-between
}

.AnswerRecommendReadingItem-main,.AnswerRecommendReadingItem-textContent {
    -webkit-box-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.AnswerRecommendReadingItem-textContent {
    -webkit-box-flex: 1;
    -ms-flex-align: start;
    -ms-flex: 1 1;
    flex: 1 1
}

.AnswerRecommendReadingItem-excerpt {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #36393f;
    display: -webkit-box;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.47;
    max-height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word
}

.AnswerRecommendReadingItem-imageWrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 66px;
    width: 117px
}

.AnswerRecommendReadingItem-image {
    border-radius: 6px;
    display: block;
    height: 66px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 117px
}

.AnswerRecommendReadingItem-meta {
    -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: 19px;
    justify-content: space-between;
    width: 100%
}

.AnswerRecommendReadingItem-author {
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis
}

.AnswerRecommendReadingItem-author,.AnswerRecommendReadingItem-time {
    color: #9196a1;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.47;
    white-space: nowrap
}

.AnswerRecommendReadingItem-time {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: right
}

[data-theme=dark] .AnswerRecommendReading {
    background: #1a1a1a
}

[data-theme=dark] .AnswerRecommendReading-title,[data-theme=dark] .AnswerRecommendReadingItem-title {
    color: #fff
}

[data-theme=dark] .AnswerRecommendReadingItem-excerpt {
    color: #b3b3b3
}

[data-theme=dark] .AnswerRecommendReadingItem-author,[data-theme=dark] .AnswerRecommendReadingItem-time {
    color: #8a8a8a
}

[data-theme=dark] .AnswerRecommendReadingItem {
    border-bottom-color: #333
}

[data-theme=dark] .AnswerRecommendReadingItem-link:hover {
    background-color: hsla(0,0%,100%,.05)
}

.QuestionMainDivider {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #8491a5;
    color: var(--GBL05A);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    justify-content: center;
    margin: 0 var(--zhc-padding-horizontal);
    position: relative;
    text-align: center
}

.QuestionMainDivider:before {
    border-top: 1px solid #ebeced;
    border-top: 1px solid var(--GBK09A);
    content: "";
    display: block;
    left: 0;
    margin: 0 var(--zhc-padding-horizontal);
    position: absolute;
    right: 0;
    top: 50%
}

.QuestionMainDivider a {
    color: #09408e;
    color: var(--GBL07A)
}

.QuestionMainDivider a:hover {
    border-bottom: 1px solid #09408e;
    border-bottom: 1px solid var(--GBL07A)
}

.QuestionMainDivider-inner {
    background: #fff;
    background: var(--GBK99A);
    padding: 0 1em;
    position: relative
}

.CollapsedAnswers-bar {
    border-bottom: 1px solid #ebeced;
    border-bottom: 1px solid var(--GBK09A);
    border-top: 1px solid #ebeced;
    border-top: 1px solid var(--GBK09A);
    color: #535861;
    color: var(--GBK04A);
    display: block;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    text-align: left;
    width: 100%
}

.CollapsedAnswers-bar:not(:last-child) {
    margin-bottom: 14px
}

.CollapsedAnswers-bar .Button {
    color: inherit
}

.CollapsedAnswers-bar .Button:hover {
    color: #09408e;
    color: var(--GBL07A)
}

.BrandQuestionAuthor {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

.BrandQuestionAuthor.is-clickable {
    cursor: pointer
}

.BrandQuestionAuthor-header {
    padding-left: 12px;
    padding-right: 12px
}

.BrandQuestionAuthor-icon {
    border: 1px solid #f8f8fa;
    border: 1px solid var(--GBK10A);
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
    width: 60px
}

.BrandQuestionAuthor-content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    margin-left: 12px;
    width: calc(100% - 72px)
}

.BrandQuestionAuthor-content,.BrandQuestionAuthor-name {
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.BrandQuestionAuthor-name {
    -webkit-box-orient: horizontal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #191b1f;
    color: var(--GBK02A);
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 20px;
    line-height: 20px
}

.BrandQuestionAuthor-intro {
    color: #191b1f;
    color: var(--GBK02A);
    font-size: 14px;
    line-height: 14px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.BrandQuestionAuthor-buttons {
    margin: 0 20px;
    padding-bottom: 16px;
    padding-top: 16px
}

.BrandQuestionAuthor-buttons .Button {
    width: 119px
}

.MobileBrandQuestionAuthor .BrandQuestionAuthor-header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    justify-content: center;
    margin: 0;
    position: relative
}

.MobileBrandQuestionAuthor .BrandQuestionAuthor-header:after {
    border-bottom: 1px solid #ebeced;
    border-bottom: 1px solid var(--GBK09A);
    content: "";
    display: block;
    left: 0;
    margin: 0 var(--zhc-padding-horizontal);
    position: absolute;
    right: 0;
    top: 30px
}

.MobileBrandQuestionAuthor .BrandQuestionAuthor-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.MobileBrandQuestionAuthor .BrandQuestionAuthor-headerText {
    background: #fff;
    background: var(--GBK99A);
    padding: 0 var(--zhc-padding-horizontal);
    position: relative;
    z-index: 1
}

.Body--Mobile .BrandQuestionAuthor-buttons {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.Body--Mobile .BrandQuestionAuthor-buttons .Button {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.Body--Mobile .BrandQuestionAuthor-buttons .Button+.Body--Mobile .BrandQuestionAuthor-buttons .Button {
    margin-left: 16px
}

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

.GlobalWriteV2-navTop {
    padding: 8px 0 20px;
    position: relative
}

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

.GlobalWriteV2-topItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 20px;
    width: 50px
}

.GlobalWriteV2-topItem:last-child {
    margin: 0
}

.GlobalWriteV2-topItem:hover .GlobalWriteV2-topTitle {
    color: #09408e;
    color: var(--GBL07A)
}

.GlobalWriteV2-topItem:hover .GlobalWriteV2-navIcon circle {
    opacity: .3
}

.GlobalWriteV2-topTitle {
    color: #373a40;
    color: var(--GBK03A);
    font-size: 12px;
    line-height: 1;
    text-align: center;
    white-space: nowrap
}

.GlobalWriteV2-exposeMore {
    bottom: 4px;
    color: #f77a31;
    color: var(--GYL01A);
    font-size: 10px;
    height: 16px;
    line-height: 1.6;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 50px
}

.GlobalWriteV2-navIcon {
    color: #8491a5;
    color: var(--GBL05A);
    margin: 0 auto 12px;
    width: 50px
}

.GlobalWriteV2-answerLater,.GlobalWriteV2-navDraft {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.GlobalWriteV2-answerLater {
    border-right: 1px solid #f8f8fa;
    border-right: 1px solid var(--GBK10A)
}

.GlobalWriteV2-navWrapper {
    -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;
    justify-content: center;
    margin: 16px 0
}

.GlobalWriteV2-navTitle {
    color: #8491a5;
    color: var(--GBL05A);
    font-size: 14px
}

.GlobalWriteV2-navTitle:hover {
    color: #09408e;
    color: var(--GBL07A)
}

.GlobalWriteV2-navNumber {
    background: #f8f8fa;
    background: var(--GBK10A);
    border-radius: 8px;
    color: #1772f6;
    color: var(--GBL01A);
    font-size: 10px;
    line-height: 16px;
    margin-left: 8px;
    padding: 0 4px
}

.GlobalWriteV2-draft {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #f8f8fa;
    border-top: 1px solid var(--GBL10A);
    color: #8491a5;
    color: var(--GBL05A);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    margin: 0 20px
}

.GlobalWriteV2-draft .GlobalSideBar-navLink {
    margin: 0 -20px;
    width: 100%
}

.GlobalWriteV2-answerTips {
    bottom: 2px;
    color: #f77a31;
    color: var(--GYL01A);
    font-size: 12px;
    white-space: nowrap
}

.CreatorEntrance-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: relative
}

.CreatorEntrance-hint,.CreatorEntrance-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.CreatorEntrance-hint {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 56px
}

.CreatorEntrance-image {
    height: 40px;
    width: 80px
}

.CreatorEntrance-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
    line-height: 16px;
    margin-left: 4px
}

.CreatorEntrance-title {
    color: #191b1f;
    color: var(--GBK02A);
    font-size: 14px;
    font-weight: 600;
    font-weight: var(--zFontWeightBold)
}

.CreatorEntrance-entranceMessage {
    color: #9196a1;
    color: var(--GBK06A);
    font-size: 12px;
    margin-top: 2px
}

.CreatorEntrance-seen {
    -webkit-animation: CreatorEntranceShowNew 3s steps(60,start) infinite;
    animation: CreatorEntranceShowNew 3s steps(60,start) infinite;
    background-image: url(https://static.zhihu.com/heifetz/assets/new_creator.a4d51e6e.png);
    background-repeat: no-repeat;
    background-size: 32px 1960px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px
}

.CreatorEntrance-arrow {
    color: #8491a5;
    color: var(--GBL05A)
}

.CreatorEntrance-arrow--smallIcon {
    left: 4px;
    position: relative
}

.CreatorEntrance-Link--smallIcon {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 14px
}

.CreatorEntrance-Link--smallIcon .CreatorEntrancePage-hint--smallIcon {
    height: 52px;
    padding: 0;
    width: 100%
}

.CreatorEntrance-Link--smallIcon .ProfileSideCreator-analytics {
    border-top: none
}

.CreatorEntrance-creatorIcon {
    color: #373a40;
    color: var(--GBK03A);
    height: 18px;
    width: 18px
}

.CreatorEntrance-indexPageTitle {
    color: #373a40;
    color: var(--GBK03A);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    margin-left: 3px
}

@-webkit-keyframes CreatorEntranceShowNew {
    to {
        background-position-y: -1960px
    }
}

@keyframes CreatorEntranceShowNew {
    to {
        background-position-y: -1960px
    }
}

.ProfileSideCreator-creatorEntranceHint {
    padding: 0 20px 0 4px
}

.ProfileSideCreator-analytics {
    height: 100%;
    width: 100%
}

.ProfileSideCreator-analytics,.ProfileSideCreator-readCountItem {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ProfileSideCreator-readCountItem {
    --v2247413211: var(--flag-light,1px solid hsla(210,5%,93%,.6)) var(--flag-dark,1px solid rgba(40,43,48,.6));
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border-right: 1px solid hsla(210,5%,93%,.6);
    border-right: var(--v2247413211);
    -ms-flex: 1 0;
    flex: 1 0;
    -ms-flex-direction: column;
    flex-direction: column
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .ProfileSideCreator-readCountItem {
        border-right:1px solid oklch(from var(--GBK09A) l c h/.6)
    }
}

.ProfileSideCreator-readCountItem:last-child {
    border-right: none
}

.ProfileSideCreator-readCountTitle {
    color: #8491a5;
    color: var(--GBL05A);
    font-size: 12px;
    line-height: 22px
}

.ProfileSideCreator-readCountNumber {
    color: #373a40;
    color: var(--GBK03A);
    font-size: 18px;
    font-weight: 600;
    font-weight: var(--zFontWeightBold);
    line-height: 28px
}

.ProfileSideCreator-readCountNumber__isNull {
    color: #8491a5;
    color: var(--GBL05A);
    font-size: 12px
}

.ProfileSideCreator-readCountDeltaText {
    font-size: 12px
}

.ProfileSideCreator-analytics--smallIcon {
    padding: 17px 0
}

.ProfileSideCreator-analytics-Popover {
    margin-left: 2px
}

.ProfileSideCreator-analytics-Popover-Text {
    font-size: 13px;
    line-height: 20px;
    padding: 12px 10px;
    width: 206px
}

.Pc-card:last-child {
    margin-bottom: 10px
}

.GlobalBalance {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    --v470502598: var(--flag-light,hsla(210,5%,93%,.5)) var(--flag-dark,rgba(40,43,48,.5));
    align-items: stretch;
    background: hsla(210,5%,93%,.5);
    background: var(--v470502598);
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    margin: 20px 0;
    padding: 10px 0
}

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

.GlobalBalance-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    border-right: 1px solid #ebeced;
    border-right: 1px solid var(--GBK09A);
    color: #8491a5;
    color: var(--GBL05A);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    font-size: 14px;
    justify-content: center;
    text-align: center
}

.GlobalBalance-item:last-child {
    border-right: none
}

.GlobalBalance-item:hover {
    color: #09408e;
    color: var(--GBL07A)
}

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

.GlobalSideBar-carouselAD .Pc-card {
    -ms-flex-negative: 0;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    flex-shrink: 0
}

.GlobalSideBar-navList {
    padding: 8px 0;
    width: 100%
}

.GlobalSideBar-navLink {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    overflow: hidden;
    padding: 0 20px
}

.GlobalSideBar-navLink:hover {
    background: #f8f8fa;
    background: var(--GBK10A)
}

.GlobalSideBar-navLink--active {
    --v3645691615: var(--flag-light,rgba(132,145,165,.1)) var(--flag-dark,rgba(146,154,171,.1));
    background: rgba(132,145,165,.1);
    background: var(--v3645691615)
}

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

.GlobalSideBar-navIcon {
    fill: #8491a5;
    fill: var(--GBL05A)
}

.GlobalSideBar-navText {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    margin: 0 10px;
    text-align: left
}

.GlobalSideBar-navNumber {
    background: #f8f8fa;
    background: var(--GBK10A);
    border-radius: 2px;
    color: #8491a5;
    color: var(--GBL05A);
    font-size: 12px;
    padding: 6px 10px
}

.GlobalSideBar-navLink--active .GlobalSideBar-navNumber,.GlobalSideBar-navLink:hover .GlobalSideBar-navNumber {
    background: #fff;
    background: var(--GBK99A)
}

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

.GlobalWrite-navTop {
    border-bottom: 1px solid #f8f8fa;
    border-bottom: 1px solid var(--GBK10A);
    padding: 20px 15px;
    position: relative
}

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

.GlobalWrite-topItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 22px;
    width: 50px
}

.GlobalWrite-topItem:last-child {
    margin: 0
}

.GlobalWrite-topItem:hover .GlobalWrite-topTitle {
    color: #09408e;
    color: var(--GBL07A)
}

.GlobalWrite-topTitle {
    color: #373a40;
    color: var(--GBK03A);
    font-size: 12px;
    line-height: 1;
    text-align: center;
    white-space: nowrap
}

.GlobalWrite-exposeMore {
    bottom: 4px;
    color: #f77a31;
    color: var(--GYL01A);
    font-size: 10px;
    height: 16px;
    line-height: 1.6;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 50px
}

.GlobalWrite-navIcon {
    color: #8491a5;
    color: var(--GBL05A);
    margin: 0 auto 12px;
    width: 50px
}

.GlobalWrite-answerLater,.GlobalWrite-navDraft {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.GlobalWrite-answerLater {
    border-right: 1px solid #f8f8fa;
    border-right: 1px solid var(--GBK10A)
}

.GlobalWrite-navWrapper {
    -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;
    justify-content: center;
    margin: 16px 0
}

.GlobalWrite-navTitle {
    color: #8491a5;
    color: var(--GBL05A);
    font-size: 14px
}

.GlobalWrite-navTitle:hover {
    color: #09408e;
    color: var(--GBL07A)
}

.GlobalWrite-navNumber {
    background: #f8f8fa;
    background: var(--GBK10A);
    border-radius: 8px;
    color: #1772f6;
    color: var(--GBL01A);
    font-size: 10px;
    line-height: 16px;
    margin-left: 8px;
    padding: 0 4px
}

.GlobalWrite-draft {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #f8f8fa;
    border-top: 1px solid var(--GBL10A);
    color: #8491a5;
    color: var(--GBL05A);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    margin: 0 20px
}

.GlobalWrite-draft .GlobalSideBar-navLink {
    margin: 0 -20px;
    width: 100%
}

.GlobalWrite-answerTips {
    bottom: 2px;
    color: #f77a31;
    color: var(--GYL01A);
    font-size: 12px;
    white-space: nowrap
}

.ListQuestionItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 17px 0 22px;
    position: relative
}

.ListQuestionItem--deleted {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 22px 0
}

.ListQuestionItem--deleted .ListQuestionItem-hint {
    color: #535861;
    color: var(--GBK04A);
    font-size: 18px;
    font-weight: 600;
    font-weight: var(--zFontWeightBold);
    margin-right: 20px
}

.ListQuestionItem-title {
    color: #191b1f;
    color: var(--GBK02A);
    font-size: 18px;
    font-weight: 600;
    font-weight: var(--zFontWeightBold);
    line-height: 27px;
    margin-bottom: 8px
}

.ListQuestionItem-title--noDetail {
    margin-bottom: 0
}

.ListQuestionItem-title:hover {
    color: #09408e;
    color: var(--GBL07A)
}

.ListQuestionItem-source {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px
}

.ListQuestionItem-subSource {
    margin-left: auto
}

.ListQuestionItem-tool {
    margin-top: 17px
}

.ListQuestionItem-mainTool,.ListQuestionItem-subTool,.ListQuestionItem-tool {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ListQuestionItem-subTool {
    margin-left: auto
}

.ListQuestionItem-writeAnswerButton {
    line-height: 28px;
    padding: 0;
    width: 94px
}

.ListQuestionItem-hideButton {
    cursor: pointer;
    font-size: 14px
}

.ListQuestionItem-hideButton,.RelationLabel {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #8491a5;
    color: var(--GBL05A);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.RelationLabel {
    --v3645691648: var(--flag-light,rgba(132,145,165,.2)) var(--flag-dark,rgba(146,154,171,.2));
    background: rgba(132,145,165,.2);
    background: var(--v3645691648);
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    height: 22px;
    padding: 0 8px
}

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

.QuestionInvited {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px auto;
    width: 1000px
}

.QuestionInvited-mainColumn {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-right: 10px;
    width: 694px
}

.QuestionInvited-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #f8f8fa;
    border-bottom: 1px solid var(--GBK10A);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 19px;
    font-weight: 500;
    height: 68px;
    padding: 0 20px
}

.QuestionInvited-titleNumber {
    color: #8491a5;
    color: var(--GBL05A);
    margin-left: .5em
}

.QuestionInvited-tabs {
    border-bottom: 1px solid #f8f8fa;
    border-bottom: 1px solid var(--GBK10A)
}

.QuestionInvited-tab,.QuestionInvited-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.QuestionInvited-tab {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    height: 50px;
    margin: 0 20px
}

.QuestionInvited-tab--active {
    border-bottom: 3px solid #1772f6;
    border-bottom: 3px solid var(--GBL01A);
    font-weight: 600;
    font-weight: var(--zFontWeightBold)
}

.QuestionInvited-tabTitle {
    color: #191b1f;
    color: var(--GBK02A)
}

.QuestionInvited-tabMeta {
    color: #8491a5;
    color: var(--GBL05A);
    margin-left: .5em
}

.QuestionInvited-questions {
    padding: 0 20px
}

.QuestionInvited-placeholder {
    padding: 22px 0
}

.QuestionInvited-questionItem {
    border-bottom: 1px solid #f8f8fa;
    border-bottom: 1px solid var(--GBK10A)
}

.QuestionInvited-questionItemMainSource {
    color: #8491a5;
    color: var(--GBL05A)
}

.QuestionInvited-deletingButton,.QuestionInvited-laterButton {
    -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;
    line-height: 28px;
    margin-left: 10px;
    padding: 0 2px 0 0;
    width: 94px
}

.QuestionInvited-deletingButton--active,.QuestionInvited-laterButton--active {
    opacity: .6;
    padding: 0
}

.QuestionInvited-deletingButton .Zi,.QuestionInvited-laterButton .Zi {
    margin-right: 7px
}

.QuestionInvited-info {
    color: #8491a5;
    color: var(--GBL05A);
    font-size: 14px;
    margin-left: 14px
}

.QuestionLater {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px auto;
    width: 1000px
}

.QuestionLater-mainColumn {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-right: 10px;
    width: 694px
}

.QuestionLater-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #f8f8fa;
    border-bottom: 1px solid var(--GBK10A);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 19px;
    font-weight: 500;
    height: 68px;
    padding: 0 20px
}

.QuestionLater-titleIcon {
    color: #8491a5;
    color: var(--GBL05A);
    margin-right: 6px
}

.QuestionLater-titleNumber {
    color: #8491a5;
    color: var(--GBL05A);
    margin-left: .5em
}

.QuestionLater-empty {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 490px
}

.QuestionLater-emptyImage {
    height: 120px;
    margin-top: 166px;
    width: 150px
}

.QuestionLater-emptyText {
    color: #8491a5;
    color: var(--GBL05A);
    font-size: 15px;
    margin-top: 1px
}

.QuestionLater-emptyLink {
    color: #09408e;
    color: var(--GBL07A)
}

.QuestionLater-questions {
    padding: 0 20px
}

.QuestionLater-placeholder {
    padding: 22px 0
}

.QuestionLater-questionItem {
    border-bottom: 1px solid #f8f8fa;
    border-bottom: 1px solid var(--GBK10A)
}

.QuestionLater-deletingButton {
    -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;
    line-height: 28px;
    margin-left: 10px;
    padding: 0 2px 0 0;
    width: 94px
}

.QuestionLater-deletingButton--active {
    opacity: .6
}

.QuestionLater-deletingButton .Zi {
    margin-right: 2px
}

.QuestionLater-info {
    color: #8491a5;
    color: var(--GBL05A);
    font-size: 14px;
    margin-left: 14px
}

.QuestionWaiting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px auto;
    width: 1000px
}

.QuestionWaiting-mainColumn {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-right: 10px;
    width: 694px
}

.QuestionWaiting-typesContainer--fixed {
    height: 68px
}

.QuestionWaiting-types {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    background: var(--GBK99A);
    border-bottom: 1px solid #f8f8fa;
    border-bottom: 1px solid var(--GBK10A);
    border-radius: 2px 2px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 68px;
    padding: 0 10px
}

.QuestionWaiting-types--fixed {
    border-bottom: none;
    -webkit-box-shadow: 0 1px 3px hsla(0,0%,7%,.1),0 6px 32px 0 rgba(0,0,0,.02);
    box-shadow: 0 1px 3px hsla(0,0%,7%,.1),0 6px 32px 0 rgba(0,0,0,.02)
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .QuestionWaiting-types--fixed {
        -webkit-box-shadow:0 1px 3px oklch(from var(--BK02) l c h/.1),0 6px 32px 0 rgba(0,0,0,.02);
        box-shadow: 0 1px 3px oklch(from var(--BK02) l c h/.1),0 6px 32px 0 rgba(0,0,0,.02)
    }
}

html[data-theme=dark] .QuestionWaiting-types--fixed {
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3),0 6px 32px 0 rgba(0,0,0,.02);
    box-shadow: 0 1px 3px rgba(0,0,0,.3),0 6px 32px 0 rgba(0,0,0,.02)
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    html[data-theme=dark] .QuestionWaiting-types--fixed {
        -webkit-box-shadow:0 1px 3px oklch(from var(--BK01) l c h/.3),0 6px 32px 0 rgba(0,0,0,.02);
        box-shadow: 0 1px 3px oklch(from var(--BK01) l c h/.3),0 6px 32px 0 rgba(0,0,0,.02)
    }
}

.QuestionWaiting-typesTopper {
    background: #f4f6f9;
    background: var(--GBK10C);
    bottom: 0;
    height: 78px;
    left: -3px;
    position: absolute;
    width: 700px;
    z-index: -1
}

.QuestionWaiting-type {
    margin: 0 10px
}

.QuestionWaiting-questions {
    padding: 0 20px
}

.QuestionWaiting-placeholder {
    padding: 22px 0
}

.QuestionWaiting-questionItem {
    border-bottom: 1px solid #f8f8fa;
    border-bottom: 1px solid var(--GBK10A)
}

.QuestionWaiting-questionItemTitle {
    margin-right: 26px
}

.QuestionWaiting-questionItemSource--empty {
    margin-bottom: 0
}

.QuestionWaiting-questionItemHideButton {
    margin-left: 30px
}

.QuestionWaiting-info {
    color: #8491a5;
    color: var(--GBL05A);
    font-size: 14px
}

.QuestionType {
    -webkit-box-align: center;
    -ms-flex-align: center;
    --v48739345: var(--flag-light,rgba(132,145,165,.12)) var(--flag-dark,rgba(146,154,171,.12));
    --v33293371: var(--flag-light,0 6px 10px 0 rgba(132,145,165,.06)) var(--flag-dark,0 6px 10px 0 rgba(146,154,171,.06));
    align-items: center;
    background: rgba(132,145,165,.12);
    background: var(--v48739345);
    border-radius: 16px;
    -webkit-box-shadow: 0 6px 10px 0 rgba(132,145,165,.06);
    box-shadow: 0 6px 10px 0 rgba(132,145,165,.06);
    -webkit-box-shadow: var(--v33293371);
    box-shadow: var(--v33293371);
    color: #373a40;
    color: var(--GBK03A);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 32px;
    padding: 0 12px
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .QuestionType {
        background:oklch(from var(--GBL05A) l c h/.12);
        -webkit-box-shadow: 0 6px 10px 0 oklch(from var(--GBL05A) l c h/.06);
        box-shadow: 0 6px 10px 0 oklch(from var(--GBL05A) l c h/.06)
    }
}

.QuestionType .QuestionType-icon {
    color: #8491a5;
    color: var(--GBL05A)
}

.QuestionType:hover {
    --v3078629522: var(--flag-light,rgba(23,114,246,.08)) var(--flag-dark,rgba(85,142,255,.08));
    --v3063184439: var(--flag-light,0 6px 10px 0 rgba(23,114,246,.06)) var(--flag-dark,0 6px 10px 0 rgba(85,142,255,.06));
    background: rgba(23,114,246,.08);
    background: var(--v3078629522);
    -webkit-box-shadow: 0 6px 10px 0 rgba(23,114,246,.06);
    box-shadow: 0 6px 10px 0 rgba(23,114,246,.06);
    -webkit-box-shadow: var(--v3063184439);
    box-shadow: var(--v3063184439)
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .QuestionType:hover {
        background:oklch(from var(--GBL01A) l c h/.08);
        -webkit-box-shadow: 0 6px 10px 0 oklch(from var(--GBL01A) l c h/.06);
        box-shadow: 0 6px 10px 0 oklch(from var(--GBL01A) l c h/.06)
    }
}

.QuestionType--active {
    --v3078629522: var(--flag-light,rgba(23,114,246,.08)) var(--flag-dark,rgba(85,142,255,.08));
    --v3063184439: var(--flag-light,0 6px 10px 0 rgba(23,114,246,.06)) var(--flag-dark,0 6px 10px 0 rgba(85,142,255,.06));
    background: rgba(23,114,246,.08);
    background: var(--v3078629522);
    -webkit-box-shadow: 0 6px 10px 0 rgba(23,114,246,.06);
    box-shadow: 0 6px 10px 0 rgba(23,114,246,.06);
    -webkit-box-shadow: var(--v3063184439);
    box-shadow: var(--v3063184439);
    color: #1772f6;
    color: var(--GBL01A);
    font-weight: 500
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .QuestionType--active {
        background:oklch(from var(--GBL01A) l c h/.08);
        -webkit-box-shadow: 0 6px 10px 0 oklch(from var(--GBL01A) l c h/.06);
        box-shadow: 0 6px 10px 0 oklch(from var(--GBL01A) l c h/.06)
    }
}

.QuestionType--active .QuestionType-icon {
    color: #1772f6;
    color: var(--GBL01A)
}

.QuestionType-icon {
    margin-right: 4px
}

/*# sourceMappingURL=main-question-routes.216a26f4.5ba463d87f57415e2fe8.css.map*/
.NumberBoard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

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

.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;
    color: var(--GBL07A)
}

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

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

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

.Badge {
    background-color: #f8f8fa;
    background-color: var(--GBK10A);
    border-radius: 3px;
    color: #8491a5;
    color: var(--GBL05A);
    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;
    background-color: var(--GBK99A);
    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);
    -webkit-box-shadow: var(--v1856597443);
    box-shadow: var(--v1856597443);
    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;
    color: var(--GRD03A);
    flex-grow: 1;
    font-size: 13px;
    font-style: 14px;
    text-align: center
}

.AbnormalAlert-message a {
    color: #81858f;
    color: var(--GBK05A)
}

.AbnormalAlert-icon {
    fill: #c4c7ce;
    fill: var(--GBK08A);
    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;
    background-color: var(--GBK10A);
    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;
    background-color: var(--GBK99A)
}

.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;
    background-color: var(--GBK99A)
}

@-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;
    background-color: var(--GBK06A);
    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;
    background-color: var(--GBK10A);
    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);
    -webkit-box-shadow: var(--v3473974657);
    box-shadow: var(--v3473974657)
}

@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);
    -webkit-box-shadow: var(--v3473974756);
    box-shadow: var(--v3473974756)
}

@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;
    color: var(--GBK06A);
    -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;
    background: var(--GBK08A);
    border-radius: 50%;
    display: inline-block;
    height: 4px;
    width: 4px
}

.EmoticonPagination-bullet+.EmoticonPagination-bullet {
    margin-left: 5px
}

.EmoticonPagination-bullet--active {
    background: #81858f;
    background: var(--GBK05A)
}

.Emoticons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #fff;
    background-color: var(--GBK99A);
    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;
    border: 1px solid var(--GBK09A);
    -webkit-box-shadow: 0 0 16px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 16px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: var(--v1382269968);
    box-shadow: var(--v1382269968)
}

@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;
    border-top: 8px solid var(--GBK99A);
    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;
    background: var(--GBK99A)
}

.EcomCardTool-Modal--list {
    width: 100%
}

.EcomCardTool-Modal--cardItem+.EcomCardTool-Modal--cardItem {
    margin-top: 20px
}

.ToolBar {
    border-top: 1px solid #ebeced;
    border-top: 1px solid var(--GBK09A);
    -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;
    fill: var(--GBK04A);
    height: 24px;
    width: 24px
}

.ToolBar-item+.ToolBar-item {
    margin-left: 10px
}

.ActionMenu {
    background-color: #fff;
    background-color: var(--GBK99A);
    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;
    background-color: var(--GBK10A);
    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;
    background-color: var(--GBK10A);
    color: #373a40;
    color: var(--GBK03A)
}

.TextMessage-sender:after {
    background: #f8f8fa;
    background: var(--GBK10A);
    content: "";
    height: 8px;
    left: -4px;
    position: absolute;
    top: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px
}

.TextMessage-sender a {
    color: #09408e;
    color: var(--GBL07A)
}

.TextMessage-receiver {
    background-color: #1772f6;
    background-color: var(--GBL01A);
    color: #fff;
    color: var(--GBK99A)
}

.TextMessage-receiver:after {
    background: #1772f6;
    background: var(--GBL01A);
    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;
    fill: var(--GRD03A);
    height: 20px;
    width: 20px
}

.Message-status--more {
    fill: #9196a1;
    fill: var(--GBK06A);
    cursor: pointer;
    height: 16px;
    width: 16px
}

.Message-time {
    color: #9196a1;
    color: var(--GBK06A);
    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;
    border-bottom: 1px solid var(--GBK09A);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 600;
    font-weight: var(--zFontWeightBold);
    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);
    color: var(--v3645691747);
    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;
    background-color: var(--GBK10A);
    border-radius: 3px;
    color: #8491a5;
    color: var(--GBL05A);
    display: inline-block;
    font-size: 12px;
    margin-left: 8px;
    padding: 1px 6px;
    vertical-align: 1px
}

/*# sourceMappingURL=user-hover-card.216a26f4.45e8ee4033a8e2263605.css.map*/
.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
}

.Card {
    --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;
    background: var(--GBK99A);
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    box-shadow: var(--v4227349361);
    margin-bottom: 10px;
    overflow: hidden
}

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

html[data-theme=dark] .Card {
    --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);
    box-shadow: var(--v4227349427)
}

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

.Card {
    box-sizing: border-box
}

.Card:last-child {
    margin-bottom: 0
}

.Card-header {
    align-items: center;
    border-bottom: 1px solid #f8f8fa;
    border-bottom: 1px solid var(--GBK10A);
    box-sizing: border-box;
    display: flex;
    height: 50px;
    justify-content: space-between;
    padding: 0 20px;
    padding: 0 var(--zhc-padding-horizontal,20px)
}

.Card-header:last-child {
    border-bottom: none
}

.Card-headerText {
    font-weight: 600;
    font-weight: var(--zFontWeightBold);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.Card-section {
    padding: 16px 20px;
    padding: var(--zhc-padding-vertical,16px) var(--zhc-padding-horizontal,20px);
    position: relative
}

.Card-section+.Card-section:after {
    border-bottom: 1px solid #f8f8fa;
    border-bottom: 1px solid var(--GBK10A);
    content: "";
    display: block;
    left: 0;
    margin: 0 20px;
    margin: 0 var(--zhc-padding-horizontal,20px);
    position: absolute;
    right: 0;
    top: 0
}

.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;
    background: var(--GBK10A);
    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;
    border-bottom: 1px solid var(--GBK10A);
    box-sizing: border-box;
    display: flex;
    height: 50px;
    justify-content: space-between;
    margin: 0 20px;
    margin: 0 var(--zhc-padding-horizontal,20px)
}

.List-headerText {
    font-weight: 600;
    font-weight: var(--zFontWeightBold);
    margin: 0
}

.List-headerOptions {
    font-size: 14px
}

.List-loading {
    color: #8491a5;
    color: var(--GBL05A);
    padding: 200px 0;
    text-align: center
}

.List-item {
    padding: 16px 20px;
    padding: var(--zhc-padding-vertical,16px) var(--zhc-padding-horizontal,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);
    box-shadow: var(--v3473974657)
}

@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);
    box-shadow: var(--v3473974756)
}

@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;
    border-bottom: 1px solid var(--GBK10A);
    content: "";
    display: block;
    left: 0;
    margin: 0 20px;
    margin: 0 var(--zhc-padding-horizontal,20px);
    position: absolute;
    right: 0;
    top: 0
}

.List-item--holder {
    padding: 24px 0
}

.List-itemMeta {
    color: #8491a5;
    color: var(--GBL05A);
    margin-bottom: 10px
}

.Tabs {
    border-bottom: 1px solid #f8f8fa;
    border-bottom: 1px solid var(--GBK10A)
}

.Tabs-item {
    display: inline-block;
    padding: 0 20px
}

.Tabs-link {
    color: #191b1f;
    color: var(--GBK02A);
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    padding: 14px 0;
    position: relative;
    text-align: center
}

.Tabs-link.is-active {
    font-weight: 600;
    font-weight: var(--zFontWeightBold)
}

.Tabs-link.is-active:after {
    background: #1772f6;
    background: var(--GBL01A);
    bottom: -1px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0
}

.Tabs-meta {
    color: #9196a1;
    color: var(--GBK06A);
    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*/
.RadioButtons {
    color: #373a40;
    color: var(--GBK03A);
    font-size: 14px
}

.RadioButtons-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #f8f8fa;
    border-bottom: 1px solid var(--GBK10A);
    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: 2px solid var(--GBK09A);
    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;
    background-color: var(--GBL01A);
    border-color: #1772f6;
    border-color: var(--GBL01A)
}

.RadioButtons-input:focus {
    outline: none
}

.AddAnnotationModal-description {
    color: #8491a5;
    color: var(--GBL05A);
    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
    }
}

.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
}

.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)
}

.Pc-word {
    border: 1px solid #f6f6f6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    padding: 14px 20px 16px;
    width: 694px
}

html[data-theme=dark] .Pc-word {
    border: 1px solid #1b1b1b
}

.Pc-word-card {
    position: relative
}

.Pc-word-card-brand {
    margin-bottom: 11px
}

.Pc-word-card-brand-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.Pc-word-card-brand-wrapper-img {
    background: #fff;
    border-radius: 1px;
    height: 20px;
    width: 20px
}

.Pc-word-card-brand-wrapper>span {
    color: #444;
    font-size: 16px;
    margin-left: 14px
}

html[data-theme=dark] .Pc-word-card-brand-wrapper>span {
    color: #d3d3d3
}

.Pc-word-card-sign-label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f6f6f6;
    border-radius: 3px;
    color: #8590a6;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    padding: 3px 6px;
    position: absolute;
    right: 0;
    top: 0
}

html[data-theme=dark] .Pc-word-card-sign-label {
    color: #8590a6
}

.Pc-word-card-sign-label>svg {
    fill: #8590a6;
    height: 24px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 24px
}

html[data-theme=dark] .Pc-word-card-sign-label>svg {
    fill: #8590a6
}

.Pc-word-card-sign-popup {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 20px rgba(26,26,26,.1);
    box-shadow: 0 5px 20px rgba(26,26,26,.1);
    opacity: 0;
    position: fixed;
    z-index: 999
}

.Pc-word-card-sign-popup-arrow {
    height: 16px;
    left: 60px;
    overflow: hidden;
    position: absolute;
    -webkit-transform: translate(-50%,-100%);
    transform: translate(-50%,-100%);
    width: 32px
}

.Pc-word-card-sign-popup-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;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 24px
}

.Pc-word-card-sign-popup-menu {
    min-width: 124px;
    padding: 6px 0
}

.Pc-word-card-sign-popup-menu a,.Pc-word-card-sign-popup-menu>button {
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #8590a6;
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 36px;
    padding: 0 20px;
    text-align: left;
    width: 100%
}

html[data-theme=dark] .Pc-word-card-sign-popup-menu a,html[data-theme=dark] .Pc-word-card-sign-popup-menu>button {
    color: #8590a6
}

.Pc-word-card-sign-popup--isShowed {
    opacity: 1;
    -webkit-transition: opacity 0s;
    transition: opacity 0s
}

.Pc-word-card-sign-popup--isHidden {
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.Pc-word-card-title {
    color: #121212;
    font-size: 18px;
    font-synthesis: style;
    font-weight: 600;
    margin: 0
}

html[data-theme=dark] .Pc-word-card-title {
    color: #fff
}

.Pc-word-card-content {
    color: #121212;
    line-height: 1.67;
    margin-top: 12px;
    word-break: break-all
}

html[data-theme=dark] .Pc-word-card-content {
    color: #fff
}

.Pc-word-card-content-cta {
    color: #1d5194;
    font-size: 14px;
    padding: 0 3px
}

.Pc-word-new {
    border-bottom: 1px solid #f6f6f6;
    border-top: 1px solid #f6f6f6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    width: 694px
}

html[data-theme=dark] .Pc-word-new {
    border-bottom: 1px solid #1b1b1b;
    border-top: 1px solid #1b1b1b
}

.Pc-word-new-card {
    cursor: pointer;
    position: relative
}

.Pc-word-new-card-title {
    color: #121212;
    font-size: 18px;
    font-synthesis: style;
    font-weight: 600;
    margin: 0
}

html[data-theme=dark] .Pc-word-new-card-title {
    color: #fff
}

.Pc-word-new-card-content {
    color: #121212;
    font-size: 15px;
    line-height: 1.67;
    margin-top: 12px;
    word-break: break-all
}

html[data-theme=dark] .Pc-word-new-card-content {
    color: #fff
}

.Pc-word-new-card-content-cta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #8590a6;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    padding: 0 3px
}

html[data-theme=dark] .Pc-word-new-card-content-cta {
    color: #8590a6
}

.Pc-word-new-card-content-cta-arrow {
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.Pc-word-new-card-tag {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #8590a6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    line-height: 1;
    margin-top: 12px
}

html[data-theme=dark] .Pc-word-new-card-tag {
    color: #8590a6
}

.Pc-word-new-card-tag-close {
    cursor: pointer
}

.carousel-container {
    border-radius: 2px;
    position: relative;
    width: 100%
}

.carousel-slide {
    height: auto;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    width: 100%;
    z-index: 0
}

.carousel-slide.active {
    opacity: 1;
    position: relative;
    z-index: 1
}

.carousel-slide img {
    display: block;
    height: auto;
    width: 100%
}

.carousel-indicators {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    grid-gap: 3px;
    bottom: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3px;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2
}

.carousel-indicator {
    background-color: hsla(0,0%,100%,.6);
    border-radius: 50%;
    cursor: pointer;
    height: 5px;
    -webkit-transition: background-color 1s ease-in-out;
    transition: background-color 1s ease-in-out;
    width: 5px
}

.carousel-indicator.active {
    background-color: #fff
}

.Pc-card {
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    -webkit-transition: height .3s,margin .3s,opacity .3s;
    transition: height .3s,margin .3s,opacity .3s;
    width: 100%
}

.Pc-card-title-cover {
    background: -webkit-gradient(linear,left top,left bottom,from(#000),to(transparent));
    background: linear-gradient(180deg,#000,transparent);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    left: 0;
    padding: 12px;
    position: absolute;
    right: 0;
    top: 0;
    word-break: break-all;
    z-index: 2
}

.Pc-card .Banner-link {
    display: block;
    position: relative
}

.Pc-card--hidden {
    margin-bottom: 0;
    opacity: 0
}

.Pc-card img {
    border-radius: 2px;
    display: block;
    width: 100%
}

.Pc-card-button-close {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1a1a1a;
    border-color: transparent;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 18px;
    justify-content: center;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 12px;
    top: 12px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    width: 18px;
    z-index: 2
}

.Pc-card-button-close-svg {
    fill: #fff;
    height: 16px;
    width: 14px
}

.Pc-card:hover .Pc-card-button-close {
    opacity: 1
}

.Pc-card .Banner-adsense {
    height: 250px;
    width: 100%
}

.Pc-card .Banner-adTag {
    background-color: #000;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    bottom: 5px;
    color: #ebebeb;
    font-size: 12px;
    line-height: 27px;
    opacity: .5;
    position: absolute;
    right: 5px;
    text-align: center;
    width: 45px;
    z-index: 2
}

.UploadPicture-wrapper {
    cursor: pointer
}

.UploadPicture-input {
    display: none
}

.KfeCollection-MessageEventCard {
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    height: 84px;
    padding: 12px
}

html[data-theme=dark] .KfeCollection-MessageEventCard {
    background-color: #121212
}

.KfeCollection-MessageEventCard {
    -webkit-backdrop-filter: blur(27.1828px);
    backdrop-filter: blur(27.1828px);
    filter: drop-shadow(0 0 20px rgba(0,0,0,.08))
}

.KfeCollection-MessageEventCard+.KfeCollection-MessageEventCard {
    margin-top: 14px
}

.KfeCollection-MessageEventCard--InMessage {
    height: 84px;
    width: 255px
}

.KfeCollection-MessageEventCard-cover {
    border-radius: 6px;
    height: 60px;
    margin-right: 12px;
    width: 60px
}

.KfeCollection-MessageEventCard-title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #121212;
    display: -webkit-box;
    max-width: 239px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

html[data-theme=dark] .KfeCollection-MessageEventCard-title {
    color: #fff
}

.KfeCollection-MessageEventCard-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    width: 249px
}

.KfeCollection-MessageEventCard--InMessage .KfeCollection-MessageEventCard-title {
    max-width: 158px
}

.KfeCollection-MessageEventCard-text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #999;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 2px;
    max-width: 239px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

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

.KfeCollection-MessageEventCard--InMessage .KfeCollection-MessageEventCard-text {
    max-width: 158px
}

.KfeCollection-MessageCouponCard {
    -webkit-backdrop-filter: blur(27.1828px);
    backdrop-filter: blur(27.1828px);
    box-sizing: border-box;
    display: flex;
    filter: drop-shadow(0 0 20px rgba(0,0,0,.08));
    flex-direction: row;
    height: 66px;
    justify-content: space-between
}

.KfeCollection-MessageCouponCard+.KfeCollection-MessageCouponCard {
    margin-top: 14px
}

.KfeCollection-MessageCouponCard--InMessage {
    height: 84px;
    width: 255px
}

.KfeCollection-MessageCouponCard-content {
    background-color: #fff;
    border-radius: 8px 0 0 8px;
    box-sizing: border-box;
    display: flex;
    flex: 1 1;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 0 12px;
    position: relative
}

html[data-theme=dark] .KfeCollection-MessageCouponCard-content {
    background-color: #2e2e2e
}

.KfeCollection-MessageCouponCard-title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #121212;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    max-width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 230px;
    word-break: break-all
}

html[data-theme=dark] .KfeCollection-MessageCouponCard-title {
    color: #fff
}

.KfeCollection-MessageCouponCard--InMessage .KfeCollection-MessageCouponCard-title {
    max-width: 158px
}

.KfeCollection-MessageCouponCard-text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #999;
    display: -webkit-box;
    font-size: 12px;
    line-height: 17px;
    margin-top: 2px;
    max-width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

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

.KfeCollection-MessageCouponCard-coupon {
    align-items: center;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    font-size: 20px;
    height: 66px;
    justify-content: center;
    padding-left: 6px;
    width: 87px
}

html[data-theme=dark] .KfeCollection-MessageCouponCard-coupon {
    color: #fff
}

.KfeCollection-MessageCouponCard-coupon {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 0 8px 8px 0
}

.KfeCollection-MessageCouponCard-orangeCoupon--light .KfeCollection-MessageCouponCard-coupon {
    background-image: url(https://pic3.zhimg.com/v2-8f6d93275ed9c07bc2e07675150bd079.png)
}

.KfeCollection-MessageCouponCard-orangeCoupon--dark .KfeCollection-MessageCouponCard-coupon {
    background-image: url(https://pic2.zhimg.com/v2-055f972f8155e6f51e3c1782616e16d9.png)
}

.KfeCollection-MessageCouponCard-blueCoupon--light .KfeCollection-MessageCouponCard-coupon {
    background-image: url(https://pic3.zhimg.com/v2-6f8733e80f11a78bcbfa0b3420f75e6c.png)
}

.KfeCollection-MessageCouponCard-blueCoupon--dark .KfeCollection-MessageCouponCard-coupon {
    background-image: url(https://pic3.zhimg.com/v2-6912c50fc2bc7970a195701a15850e04.png)
}

.KfeCollection-MessageCouponCard-tag {
    display: inline-block;
    font-size: 14px;
    padding-top: 2px
}

.KfeCollection-MessageCouponCard-tag.tag-prefix {
    margin-right: 2px
}

.KfeCollection-MessageCouponCard-tag.tag-suffix {
    margin-left: 2px
}

.KfeCollection-MessageEventModal {
    align-items: center;
    border-radius: 2px;
    box-shadow: 0 5px 20px rgba(0,34,77,.1);
    display: flex;
    flex-direction: column;
    font-family: PingFang SC;
    height: 314px;
    width: 400px
}

.KfeCollection-MessageEventModal .Modal-inner {
    border-radius: 2px;
    height: 100%;
    width: 100%
}

.KfeCollection-MessageEventModal .Modal-inner .Modal-title {
    color: #121212;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    height: 24px;
    line-height: 24px;
    margin-bottom: 8px;
    margin-top: 40px;
    text-align: center
}

html[data-theme=dark] .KfeCollection-MessageEventModal .Modal-inner .Modal-title {
    color: #fff
}

.KfeCollection-MessageEventModal .Modal-inner .Modal-content {
    margin-top: 0
}

.KfeCollection-MessageEventModal-intro {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #8590a6;
    display: -webkit-box;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    max-height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

html[data-theme=dark] .KfeCollection-MessageEventModal-intro {
    color: #8590a6
}

.KfeCollection-MessageEventModal-intro {
    text-align: center
}

.KfeCollection-MessageEventModal .KfeCollection-MessageEventModal-phone {
    border: 1px solid #f6f6f6;
    box-sizing: border-box;
    height: 46px;
    margin-top: 26px
}

html[data-theme=dark] .KfeCollection-MessageEventModal .KfeCollection-MessageEventModal-phone {
    border: 1px solid #1b1b1b
}

.KfeCollection-MessageEventModal .KfeCollection-MessageEventModal-phone {
    border-radius: 3px
}

.KfeCollection-MessageEventModal input::-moz-placeholder {
    color: #8590a6;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.KfeCollection-MessageEventModal input:-ms-input-placeholder {
    color: #8590a6;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.KfeCollection-MessageEventModal input::placeholder {
    color: #8590a6;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

html[data-theme=dark] .KfeCollection-MessageEventModal input::-moz-placeholder {
    color: #8590a6
}

html[data-theme=dark] .KfeCollection-MessageEventModal input:-ms-input-placeholder {
    color: #8590a6
}

html[data-theme=dark] .KfeCollection-MessageEventModal input::placeholder {
    color: #8590a6
}

.KfeCollection-MessageEventModal-buttonGroup {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 32px
}

.KfeCollection-MessageEventModal-buttonGroup .Button {
    border: 1px solid #ebebeb;
    font-size: 14px;
    height: 36px;
    width: 168px
}

html[data-theme=dark] .KfeCollection-MessageEventModal-buttonGroup .Button {
    border: 1px solid #1b1b1b
}

.KfeCollection-MessageEventModal-buttonGroup .Button {
    border-radius: 6px
}

.KfeCollection-MessageEventModal-cancelButton {
    color: #d3d3d3;
    font-weight: 400
}

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

.zhihuAdvertMessagePhoneForm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    grid-gap: 6px;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
    max-width: 295px;
    min-height: 40px;
    padding: 16px
}

.zhihuAdvertMessagePhoneForm-title {
    font-family: PingFangSC,PingFang SC;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
    line-height: 20px
}

.zhihuAdvertMessagePhoneForm-content {
    font-family: PingFangSC,PingFang SC;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px
}

.zhihuAdvertMessagePhoneForm-img {
    height: 87px;
    width: 100%
}

.zhihuAdvertMessagePhoneForm-phone {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px
}

.zhihuAdvertMessagePhoneForm-phone-label {
    font-weight: 500;
    margin-right: 6px
}

.zhihuAdvertMessagePhoneForm-phone-input,.zhihuAdvertMessagePhoneForm-phone-label {
    font-family: PingFangSC,PingFang SC;
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 20px
}

.zhihuAdvertMessagePhoneForm-phone-input {
    border: none;
    font-weight: 400
}

.zhihuAdvertMessagePhoneForm-phone-input:focus,.zhihuAdvertMessagePhoneForm-phone-input:hover {
    border: none;
    outline: none
}

.zhihuAdvertMessagePhoneForm-button-btn {
    border: none;
    border-radius: 22px;
    font-family: PingFangSC,PingFang SC;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
    line-height: 20px;
    padding: 10px 0;
    text-align: center;
    width: 100%
}

.zhihuAdvertMessagePhoneForm-agreement {
    font-family: PingFangSC,PingFang SC;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 100%;
    text-align: center
}

.zhihuAdvertMessagePhoneForm-agreement-link {
    color: #0a99ff;
    cursor: pointer;
    font-family: PingFang SC;
    font-size: 13px;
    font-style: Regular;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 100%
}

.zhihuAdvertAgreementModal {
    font-family: PingFangSC,PingFang SC;
    font-size: 15px;
    font-weight: 400;
    height: 378px;
    letter-spacing: 0;
    line-height: 100%;
    overflow-y: auto
}

.zhihuAdvertMessagePhoneForm__dialog__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    grid-gap: 16px;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    justify-content: center
}

.zhihuAdvertMessagePhoneForm__dialog__btn {
    border: none;
    border-radius: 27.5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    padding: 10px 16px;
    width: 335px
}

.zhihuAdvertMessageWeChatForm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    grid-gap: 8px;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    width: 295px
}

.zhihuAdvertMessageWeChatForm-title {
    font-family: PingFangSC,PingFang SC;
    font-size: 16px;
    font-style: Medium;
    font-weight: 500;
    letter-spacing: .5px;
    line-height: 20px
}

.zhihuAdvertMessageWeChatForm-desp {
    font-family: PingFang SC;
    font-size: 15px;
    font-style: Regular;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px
}

.zhihuAdvertMessageWeChatForm-button {
    width: 100%
}

.zhihuAdvertMessageWeChatForm-button-btn {
    border: none;
    border-radius: 22px;
    font-family: PingFangSC,PingFang SC;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
    line-height: 20px;
    padding: 10px 0;
    text-align: center;
    width: 100%
}

.zhihuAdvertMessageWeChatForm-dialog-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    grid-gap: 16px;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    justify-content: center
}

.ellipsis-3-lines {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.zhihuAdvertMessageWelcomeList {
    max-width: 247px;
    width: 100%
}

.zhihuAdvertMessageWelcomeList-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    padding: 16px
}

.zhihuAdvertMessageWelcomeList-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    grid-gap: 10px;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-left: 16px;
    position: relative
}

.zhihuAdvertMessageWelcomeList-item-text {
    font-size: 15px;
    line-height: 22px;
    padding: 12px 0;
    width: 189px
}

.zhihuAdvertMessageWelcomeList-item-arrow {
    -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: 29px;
    justify-content: center;
    width: 39px
}

.zhihuAdvertMessageWelcomeList__error {
    color: #999;
    font-size: 14px;
    padding: 16px 20px
}

.zhihuAdvertMessageInputAboveFloat {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    grid-gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
    padding: 10px 20px
}

.zhihuAdvertMessageInputAboveFloat-item {
    border-radius: 16px;
    cursor: pointer;
    padding: 6px 12px
}

.zhihuAdvertMessageInputAboveFloat-item-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    grid-gap: 6px;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 6px
}

.zhihuAdvertMessageInputAboveFloat-item-icon {
    height: 18px;
    width: 18px
}

.zhihuAdvertMessageInputAboveFloat-item-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.zhihuAdvertMessageInputAboveFloat-dialog-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    grid-gap: 16px;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    justify-content: center
}

@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-direction: column;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out
}

.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,.swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: calc(var(--swiper-navigation-size)*-1/2);
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    z-index: 10
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none!important;
    text-transform: none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    left: auto;
    right: 10px
}

.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    background: #000;
    border-radius: 100%;
    display: inline-block;
    height: 8px;
    opacity: .2;
    width: 8px
}

button.swiper-pagination-bullet {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    opacity: 1
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 6px 0
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s,top .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: 4px
}

.swiper-pagination-white {
    --swiper-pagination-color: #fff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    background: rgba(0,0,0,.1);
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none
}

.swiper-container-horizontal>.swiper-scrollbar {
    bottom: 3px;
    height: 5px;
    left: 1%;
    position: absolute;
    width: 98%;
    z-index: 50
}

.swiper-container-vertical>.swiper-scrollbar {
    height: 98%;
    position: absolute;
    right: 3px;
    top: 1%;
    width: 5px;
    z-index: 50
}

.swiper-scrollbar-drag {
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

.swiper-container-cube .swiper-cube-shadow {
    background: #000;
    bottom: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    width: 100%;
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

.zhihuAdvert-MBanner-largeImg {
    border: 0;
    border-style: solid;
    cursor: pointer;
    display: block;
    position: relative;
    text-decoration: none
}

.zhihuAdvert-MBanner-largeImg-image {
    border-radius: 8px;
    display: block;
    width: 100%
}

.zhihuAdvert-MBanner-largeImg-adTag {
    bottom: 6px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    left: 9px;
    position: absolute;
    text-shadow: 0 1px 2px rgba(0,0,0,.12)
}

.zhihuAdvert-MBanner-largeImg-close {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 12px;
    top: 12px
}

.zhihuAdvert-MBanner-iconItem,.zhihuAdvert-MBanner-largeImg-close {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.zhihuAdvert-MBanner-iconItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

.zhihuAdvert-MBanner-iconItem-brandName {
    color: #191b1f;
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 4px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.zhihuAdvert-MBanner-iconItem-logo {
    border-radius: 4px;
    overflow: hidden;
    width: 100%
}

.zhihuAdvert-MBanner-iconItem-cta {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(23,114,246,.08);
    border-radius: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    height: 28px;
    justify-content: center;
    line-height: 28px;
    margin-top: 8px;
    text-align: center
}

.zhihuAdvert-MBanner-iconItem-link {
    width: 100%
}

.MBanner-icon-image {
    display: block;
    width: 100%
}

.zhihuAdvert-MBanner-wordDownload {
    border-radius: 8px;
    cursor: pointer;
    position: relative
}

.zhihuAdvert-MBanner-wordDownload:before {
    border: 1px solid #ebebeb;
    border-radius: 16px;
    bottom: -50%;
    content: "";
    left: -50%;
    position: absolute;
    right: -50%;
    top: -50%;
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

html[data-theme=dark] .zhihuAdvert-MBanner-wordDownload:before {
    border-color: #2e2e2e
}

.zhihuAdvert-MBanner-wordDownload-header {
    box-orient: vertical;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    color: #121212;
    display: -webkit-box;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    overflow: hidden;
    padding: 10px 10px 0;
    text-overflow: ellipsis
}

html[data-theme=dark] .zhihuAdvert-MBanner-wordDownload-header {
    color: #fff
}

.zhihuAdvert-MBanner-wordDownload-content {
    overflow: hidden;
    padding-bottom: 10px;
    position: relative
}

.zhihuAdvert-MBanner-wordDownload-content:before {
    border-bottom: 1px solid #ebebeb;
    bottom: -50%;
    content: " ";
    left: -50%;
    position: absolute;
    right: -50%;
    top: -50%;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
}

html[data-theme=dark] .zhihuAdvert-MBanner-wordDownload-content:before {
    border-bottom: 1px solid #2e2e2e
}

.zhihuAdvert-MBanner-wordDownload-desc {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    color: #121212;
    display: -webkit-box;
    font-size: 15px;
    line-height: 23px;
    max-height: 69px;
    overflow: hidden;
    padding: 10px 10px 0;
    text-overflow: ellipsis
}

html[data-theme=dark] .zhihuAdvert-MBanner-wordDownload-desc {
    color: #fff
}

.zhihuAdvert-MBanner-wordDownload-footer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    position: relative
}

.zhihuAdvert-MBanner-wordDownload-footer-brand {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    height: 14px;
    line-height: 14px
}

html[data-theme=dark] .zhihuAdvert-MBanner-wordDownload-footer-brand {
    color: #999
}

.zhihuAdvert-MBanner-wordDownload-footer-brandLogo {
    border-radius: 50%;
    height: 14px;
    margin-right: 6px;
    vertical-align: top;
    width: 14px
}

.zhihuAdvert-MBanner-wordDownload-footer-close {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    height: 12px;
    justify-content: center;
    width: 12px
}

.zhihuAdvert-MBanner-footer,.zhihuAdvert-MBanner-wordDownload-footer-close {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.zhihuAdvert-MBanner-footer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px
}

.zhihuAdvert-MBanner-footer-adTag {
    color: #999;
    font-size: 12px;
    line-height: 16px
}

.zhihuAdvert-MBanner-footer-close {
    -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: 10px;
    justify-content: center;
    width: 10px
}

.zhihuAdvert-MBanner-list {
    grid-column-gap: 12px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-column-gap: 12px;
    column-gap: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.Business-Card-PcRightBanner-link {
    display: block;
    height: 100px
}

.Business-Card-PcRightBanner-img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.KfeCollection-CreateSaltCard {
    background-color: #fff
}

html[data-theme=dark] .KfeCollection-CreateSaltCard {
    background-color: #121212
}

.KfeCollection-CreateSaltCard {
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(26,26,26,.1);
    max-width: 296px;
    padding: 15px
}

.KfeCollection-CreateSaltCard-header {
    align-items: center;
    color: #444;
    display: flex;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

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

.KfeCollection-CreateSaltCard-vip-icon {
    margin-right: 6px
}

.KfeCollection-CreateSaltCard-content {
    align-items: center;
    background: rgba(133,144,166,.05);
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    margin: 15px 0 13px;
    padding: 0 15px
}

.KfeCollection-CreateSaltCard-content-title {
    color: #444;
    display: block;
    font-family: PingFang SC;
    font-size: 14px;
    line-height: 20px
}

html[data-theme=dark] .KfeCollection-CreateSaltCard-content-title {
    color: #d3d3d3
}

.KfeCollection-CreateSaltCard-content-sub-title {
    color: #999;
    display: block;
    font-family: PingFang SC;
    font-size: 12px;
    line-height: 17px
}

html[data-theme=dark] .KfeCollection-CreateSaltCard-content-sub-title {
    color: #999
}

.KfeCollection-CreateSaltCard-content-sub-title {
    margin-top: 2px
}

.KfeCollection-CreateSaltCard-content-img {
    height: 69px;
    width: 69px
}

.KfeCollection-CreateSaltCard-button {
    border: 1px solid #06f
}

html[data-theme=dark] .KfeCollection-CreateSaltCard-button {
    border: 1px solid #558eff
}

.KfeCollection-CreateSaltCard-button {
    border: 1px solid rgba(85,142,255,.5);
    border-radius: 4px;
    color: #06f
}

html[data-theme=dark] .KfeCollection-CreateSaltCard-button {
    color: #558eff
}

.KfeCollection-CreateSaltCard-button {
    cursor: pointer;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 9px 0;
    text-align: center
}

/*# sourceMappingURL=9915.216a26f4.35dc2fe229a9bd76520f.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-dojgf2 {
    height: 1px;
}
.css-4cffwv {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
:root {
    --zhc-padding-horizontal: 20px;
    --zhc-padding-vertical: 16px;
    --zhc-notification-top: 75px;
    --app-padding: 16px;
    --app-header-height: 52px;
    --app-max-width: 640px;
    --app-width: 1000px;
    --app-font-size: 15px;
}
.css-1mgcfmo {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    background-color: #f4f6f9;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}
.css-1gomreu {
    position: relative;
    display: inline-block;
}
.css-9lbbt7 {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    max-width: 100%;
    height: auto;
    background-color: #ffffff;
    width: 38px;
    height: 38px;
    dynamic-range-limit: standard;
    border-radius: 2px;
}
.css-4gq0sj {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    color: #09408e;
    display: inline-block;
    margin-left: 0.3em;
}
.css-9taffg {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    max-width: 100%;
    height: auto;
}
.css-2dtzk2 {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0.3em;
}
.css-1m3x3v9 {
    width: 1em;
    height: 1em;
}
.css-14ur8a8.AuthorInfo-badgeText {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 490px;
    white-space: unset;
}
.css-124ezq8 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 1px;
}
.css-upmq18 {
    min-width: 74px;
    padding: 0px;
    user-select: none;
}
.css-dvccr2 {
    box-sizing: border-box;
    margin: 12px 0px;
    min-width: 0px;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    display: inline-flex;
}
.css-1lr85n {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    font-size: 14px;
    font-weight: normal;
    color: rgb(132, 145, 165);
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.css-z4ujak {
    color: rgb(132, 145, 165);
}
.css-z4ujak {
    color: rgb(132, 145, 165);
}
.css-1sds6ep {
    word-break: break-word;
    line-height: 1.6;
}
.css-376mun {
    position: relative;
    display: inline;
}

/*# 栏目*/
.vnd {
z-index: 30;
position: fixed;
touch-action: auto;
top: 181px;
width: 296px;
margin-top: 1px;
transition: transform 0.10s ease-out 0s;
transform: translateY(-0%);
}

.vndc {
z-index: 10008;
position: fixed;
touch-action: auto;
top: 226px;
width: 296px;
/*margin-top: -113px;*/
transition: transform 1s ease-out 0s;
transform: translateY(-20%);
}
/*# 栏目*/
.css-1qhd7fe {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    max-width: 100%;
    background-color: rgb(255, 255, 255);
    width: 60px;
    height: 60px;
    border-radius: 4px;
}
/*////////评论窗口样式///////////*/
.css-19q29v6 {
    position: fixed;
    inset: 0px;
    z-index: 999999999;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    overflow: hidden auto;
}
.css-5ym188 {
    position: absolute;
    inset: 0px;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.65);
}
.css-1aq8hf9 {
    margin: 0px auto;
    min-width: 0px;
    flex-direction: column;
    max-height: calc(-48px + 100vh);
    display: flex;
    position: relative;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px;
    box-sizing: border-box;
    transition: max-height 0.8s ease 0s;
    width: 688px;
    height: calc(-48px + 100vh);
}
.css-1e7fksk {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    overflow: auto;
    background-color: rgb(255, 255, 255);
    height: 100%;
    border-radius: 2px;
}
.css-1svde17 {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    flex: 1 1 0%;
    padding: 0px;
    line-height: 1.7;
    opacity: 1;
    height: 100%;
}
.css-tpyajk {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    flex-direction: column;
    -webkit-box-align: stretch;
    align-items: stretch;
    height: 100%;
    display: flex;
    position: relative;
}
.css-1onritu {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    position: relative;
    flex: 0 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    height: 54px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    display: flex;
}
.css-r4op92 {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    font-size: 15px;
    color: rgb(55, 58, 64);
    font-weight: 600;
}
.css-1k10w8f {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    cursor: default;
}
.css-59erns {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    flex: 1 1 auto;
    display: flex;
}
.css-97fdvh {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    border: 2px solid rgb(248, 248, 250);
    border-radius: 3px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    background-color: rgb(248, 248, 250);
    display: flex;
}
.css-m0zh86 {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    color: rgb(25, 27, 31);
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    width: 50px;
    height: 24px;
    background-color: rgb(255, 255, 255);
}
.css-1fjr6cy {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    color: rgb(129, 133, 143);
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    width: 50px;
    height: 24px;
    background-color: transparent;
}
.css-34podr {
    flex: 1 1 auto;
    overflow-y: scroll;
    position: relative;
}
.css-18ld3w0 {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 100%;
}
.css-jp43l4 {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    display: flex;
    padding: 10px 0px 14px;
}
.css-1jll2aj {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    flex: 0 0 auto;
}
.css-1gomreu {
    position: relative;
    display: inline-block;
}
.css-1dxejhk {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    color: rgb(9, 64, 142);
    position: relative;
    display: block;
}
.css-14nvvry {
    box-sizing: border-box;
    margin: 0px 0px 0px 10px;
    min-width: 0px;
    flex: 1 1 auto;
}
.css-z0cc58 {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    color: rgb(145, 150, 161);
    display: flex;
}
.css-swj9d4 {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    -webkit-box-align: center;
    align-items: center;
    flex: 0 1 auto;
    display: flex;
}
.css-1tww9qq {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    -webkit-box-align: center;
    align-items: center;
    height: 16px;
    display: flex;
}
.css-1gomreu {
    position: relative;
    display: inline-block;
}
.css-10u695f {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: rgb(55, 58, 64);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.css-1qe0v6x {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    -webkit-box-align: center;
    align-items: center;
    justify-content: stretch;
    flex-wrap: wrap;
    flex: 1 999999 auto;
    display: flex;
    max-height: 30px;
    overflow: hidden;
}
.css-1ssbn0c {
    height: 30px;
}
.css-zgte1c {
    margin: 2px;
    cursor: pointer;
    flex-shrink: 0;
}
.css-1jpzztt {
    box-sizing: border-box;
    margin: 4px 0px 0px;
    min-width: 0px;
    overflow: hidden;
    color: rgb(55, 58, 64);
    overflow-wrap: break-word;
    font-size: 15px;
    line-height: 21px;
}
.css-140jo2 {
    box-sizing: border-box;
    margin: 4px 0px 0px;
    min-width: 0px;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
}
.css-1a5a57m {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    -webkit-box-align: center;
    align-items: center;
    flex: 1 1 auto;
    font-size: 14px;
    color: rgb(145, 150, 161);
    display: flex;
}
.css-x1xlu5 {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.css-12cl38p {
    box-sizing: border-box;
    margin: 0px 4px 0px 0px;
    min-width: 0px;
}
.css-ntkn7q {
    color: rgb(153, 153, 153);
    height: 16px;
    line-height: 16px;
    box-sizing: border-box;
    font-size: 14px;
    margin: 0px 4px;
}
.css-1kq4cxq {
    color: rgb(255, 150, 7);
    height: 16px;
    line-height: 16px;
    box-sizing: border-box;
    font-size: 14px;
    margin: 0px 4px;
}
.css-18opwoy {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    -webkit-box-align: center;
    align-items: center;
    flex: 0 0 auto;
    display: flex;
}
.css-18opwoy .Button {
    margin-left: 16px;
}
.css-1ij6qqc {
    display: inline-block;
    padding: 0px;
    font-size: 14px;
    line-height: inherit;
    color: rgb(132, 145, 165);
    text-align: center;
    cursor: pointer;
    background: none transparent;
    border: none;
    border-radius: 0px;
    height: auto;
}
.css-7dh30y {
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    background: none rgba(132, 145, 165, 0.1);
    border: 1px solid transparent;
    border-radius: 3px;
    margin: 10px 0px 10px 34px;
    padding: 0px 6px 0px 12px;
    height: 32px;
    color: rgb(132, 145, 165);
    font-weight: 500;
}
.css-a3pqj1 {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    display: flex;
    flex: 0 0 auto;
    padding: 10px 20px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px -1px 3px;
}
.css-muxqss {
    box-sizing: border-box;
    margin: 0px 10px 0px 0px;
    min-width: 0px;
    max-width: 100%;
    background-color: rgb(255, 255, 255);
    width: 40px;
    height: 40px;
    border-radius: 3px;
    flex: 0 0 auto;
}
.css-14zbeoe {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    border-radius: 4px;
    border: 1px solid rgb(235, 236, 237);
    flex: 1 1 auto;
    padding: 8px 12px;
}
.css-i6bazn {
    overflow: hidden;
}
.css-1ryozpy {
    margin-right: -16px;
    max-height: 156px;
    overflow-y: scroll;
}
.css-1rl4wxv {
    font-size: 15px;
    border: none !important;
    background: none !important;
}
.css-1rl4wxv .Dropzone {
    min-height: auto !important;
}
.css-1rl4wxv .RichText {
    padding: 0px;
}
.css-169m58j {
    display: inline-block;
    font-size: 14px;
    color: rgb(132, 145, 165);
    text-align: center;
    cursor: pointer;
    background: none;
    border-radius: 3px;
    position: absolute;
    top: 8px;
    right: -60px;
    padding: 12px;
    border: 0px;
    line-height: normal;
}
.css-k6n6wr {
    vertical-align: top;
    fill: rgb(255, 255, 255);
}
.Editable-content {
    cursor: text;
    padding: 6px 12px;
}
.Dropzone {
    position: relative;
}

.ztext {
    line-height: 1.6;
    word-break: break-word;
}
.ztext>:last-child {
    margin-bottom: 0;
}
.ztext>:first-child {
    margin-top: 0;
}
.Editable .public-DraftEditorPlaceholder-root {
    color: #8491a5;
    color: var(--GBL05A);
    pointer-events: none;
    position: absolute;
}
.Editable .public-DraftEditorPlaceholder-root {
    color: #8491a5;
    color: var(--GBL05A);
    pointer-events: none;
    position: absolute;
}
.css-inejps {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    max-width: 100%;
    width: 24px;
    height: 24px;
    border-radius: 2px;
    filter: brightness(0.95);
    display: block;
    position: relative;
    background-color: rgb(248, 248, 250);
    flex: 0 0 auto;
    text-indent: -9999px;
    overflow: hidden;
}
.css-1kwt8l8 {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    display: flex;
    padding: 10px 0px 14px 34px;
}
.css-1jpzztt .sticker {
    width: 20px;
    height: 20px;
    margin-bottom: -4px;
}
.Avatar {
    background: #fff;
    background: var(--GBK99A);
    border-radius: 2px;
}

.css-16xeo9u {
    box-sizing: border-box;
    margin: 0px 0px 0px;
    min-width: 0px;
    position: relative;
    padding-top: 10px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    display: flex;
}
.css-dza3t2 {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    -webkit-box-align: center;
    align-items: center;
    flex: 0 0 auto;
    display: flex;
}
.css-79elbk {
    position: relative;
}
.css-iuqaea svg {
    width: 24px;
    height: 24px;
}
.css-pcc2vs {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    position: relative;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
}
.css-h7rd9c {
    box-sizing: border-box;
    margin: 0px 0px 0px 10px;
    min-width: 0px;
    max-width: 100%;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.css-1flalo0 {
    font-size: 15px;
    color: rgb(132, 145, 165);
    margin-right: 16px;
}
.css-1asa9rk:disabled {
    cursor: default;
    opacity: 0.5;
}
.css-ch8ocw {
    position: relative;
    display: inline-block;
    height: 30px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 30px;
    color: #1772F6;
    vertical-align: top;
    border-radius: 100px;
    background: rgba(23, 114, 246, 0.1);
}
.css-1rl4wxv .Editable-unstyled {
    margin: 0px !important;
}











