.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;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    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;
    box-sizing: border-box;
    display: flex;
    height: 50px;
    justify-content: space-between;
    padding: 0 20px;
}

.Card-header:last-child {
    border-bottom: none
}

.Card-headerText {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.Card-section {
    padding: 16px 20px;
    position: relative
}

.Card-section+.Card-section:after {
    border-bottom: 1px solid #f8f8fa;
    content: "";
    display: block;
    left: 0;
    margin: 0 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;
    border-radius: 2px;
    height: 14px;
    margin-bottom: 16px
}

.Holder:last-child {
    margin-bottom: 0
}

.Holder--avatar,.Holder--button,.Holder--icon,.Holder--inline {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: bottom
}

.Holder--title {
    height: 18px
}

.Holder--icon {
    border-radius: 999px;
    margin-right: 8px;
    width: 14px
}

.Holder--button {
    border-radius: 3px;
    height: 34px;
    width: 96px
}

.Holder--button+.Holder--button {
    margin-left: 16px
}

.Holder--avatar {
    height: 24px;
    width: 24px
}

.List .EmptyState {
    padding: 70px 0
}

.List-header {
    align-items: center;
    border-bottom: 1px solid #f8f8fa;
    box-sizing: border-box;
    display: flex;
    height: 50px;
    justify-content: space-between;
    margin: 0 20px;
}

.List-headerText {
    font-weight: 600;
    margin: 0
}

.List-headerOptions {
    font-size: 14px
}

.List-loading {
    color: #8491a5;
    padding: 200px 0;
    text-align: center
}

.List-item {
    padding: 16px 20px;
    position: relative
}

.List-item:focus {
    outline: none;
    transition: box-shadow .3s
}

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

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

html[data-theme=dark][data-focus-visible] .List-item:focus {
    --v3473974756: var(--flag-light,0 0 0 2px #fff,0 0 0 5px rgba(23,114,246,.6)) var(--flag-dark,0 0 0 2px #191b1f,0 0 0 5px rgba(85,142,255,.6));
    box-shadow: 0 0 0 2px #fff,0 0 0 5px rgba(23,114,246,.6);
   /* 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;
    content: "";
    display: block;
    left: 0;
    margin: 0 20px;
    position: absolute;
    right: 0;
    top: 0
}

.List-item--holder {
    padding: 24px 0
}

.List-itemMeta {
    color: #8491a5;
    margin-bottom: 10px
}

.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=2688.216a26f4.451a484b458c2a33db28.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;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    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);
}

@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;
    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;
    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;
    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;
    border-radius: 2px;
    height: 14px;
    margin-bottom: 16px
}

.Holder:last-child {
    margin-bottom: 0
}

.Holder--avatar,.Holder--button,.Holder--icon,.Holder--inline {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: bottom
}

.Holder--title {
    height: 18px
}

.Holder--icon {
    border-radius: 999px;
    margin-right: 8px;
    width: 14px
}

.Holder--button {
    border-radius: 3px;
    height: 34px;
    width: 96px
}

.Holder--button+.Holder--button {
    margin-left: 16px
}

.Holder--avatar {
    height: 24px;
    width: 24px
}

.List .EmptyState {
    padding: 70px 0
}

.List-header {
    align-items: center;
    border-bottom: 1px solid #f8f8fa;
    box-sizing: border-box;
    display: flex;
    height: 50px;
    justify-content: space-between;
    margin: 0 20px;
}

.List-headerText {
    font-weight: 600;
    margin: 0
}

.List-headerOptions {
    font-size: 14px
}

.List-loading {
    color: #8491a5;
    padding: 200px 0;
    text-align: center
}

.List-item {
    padding: 16px 20px;
    position: relative
}

.List-item:focus {
    outline: none;
    transition: box-shadow .3s
}

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

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

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

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

.List-item+.List-item:after {
    border-bottom: 1px solid #f8f8fa;
    content: "";
    display: block;
    left: 0;
    margin: 0 20px;
    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
}

.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=2688.216a26f4.451a484b458c2a33db28.css.map*/
.Pagination {
    margin: 0 auto;
    padding: var(--zhc-padding-vertical) var(--zhc-padding-horizontal);
    text-align: center
}

.PaginationButton {
    color: #191b1f;
    color: var(--GBK02A);
    padding: 0 15px;
    -webkit-transition: color .2s;
    transition: color .2s
}

.PaginationButton:not(:disabled):hover {
    color: #09408e;
    color: var(--GBL07A)
}

.PaginationButton--current {
    color: #8491a5;
    color: var(--GBL05A)
}

.PaginationButton--ellipsis {
    background: none;
    border: none
}

.CollectionEmptyState {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    color: #8491a5;
    color: var(--GBL05A);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    height: 600px;
    justify-content: center
}

.CollectionEmptyState-imageContainer {
    background: 50% url(https://static.zhihu.com/heifetz/assets/placeholder.88f98d78.png);
    background-size: contain;
    height: 106px;
    margin-bottom: 20px;
    width: 170px
}

html[data-theme=dark] .CollectionEmptyState-imageContainer {
    background-image: url(https://static.zhihu.com/heifetz/assets/placeholder-night.ccccc75d.png)
}

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

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

.CommentButton-text {
    margin-right: 4px
}

@media (max-width: 320px) {
    .CommentButton-text {
        display:none
    }
}

.FollowingCollectionItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 0 20px
}

.FollowingCollectionItem+.FollowingCollectionItem {
    border-top: 1px solid #f0f2f7
}

.FollowingCollectionItem-innerContainer {
    padding: 20px 0
}

.FollowingCollectionItem:first-child .FollowingCollectionItem-innerContainer {
    padding-top: 18px
}

.FollowingCollectionItem-title {
    color: #191b1f;
    color: var(--GBK02A);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    font-weight: var(--zFontWeightBold);
    line-height: 22px;
    margin-top: 12px
}

.FollowingCollectionItem-description {
    font-size: 15px;
    line-height: 21px;
    margin-top: 10px
}

.FollowingCollectionItem-actions,.FollowingCollectionItem-hint {
    color: #9196a1;
    color: var(--GBK06A);
    font-size: 14px;
    margin-top: 16px
}

.FollowingCollectionItem-actions .Button+.Button {
    margin-left: 25px
}

.CollectionsDeleteButton {
    -webkit-box-orient: vertical;
    -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: column;
    flex-direction: column;
    font-size: 14px;
    width: 100%
}

.CollectionsDeleteButton-hint {
    color: #9196a1;
    color: var(--GBK06A);
    margin-top: 6px
}

.SelfCollectionItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 0 20px
}

.SelfCollectionItem+.SelfCollectionItem {
    border-top: 1px solid #f0f2f7
}

.SelfCollectionItem-innerContainer {
    padding: 20px 0
}

.SelfCollectionItem-title {
    color: #191b1f;
    color: var(--GBK02A);
    font-size: 18px;
    font-weight: 600;
    font-weight: var(--zFontWeightBold);
    line-height: 22px
}

.SelfCollectionItem-title svg {
    fill: #8491a5;
    fill: var(--GBL05A);
    margin-left: 3px;
    width: 18px
}

.SelfCollectionItem-description {
    font-size: 15px;
    line-height: 21px;
    margin-top: 10px
}

.SelfCollectionItem-actions {
    color: #9196a1;
    color: var(--GBK06A);
    font-size: 14px;
    margin-top: 16px
}

.SelfCollectionItem-actions .Button {
    margin-left: 20px
}

.SelfCollectionItem-actionsMobileBreak {
    margin-top: 6px
}

.SelfCollectionItem-actionsMobileBreak .Button:first-child {
    margin-left: 0
}

.Profile {
    width: auto
}

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

.Profile-mainColumn {
    width: 694px
}

.Profile-mainColumn .SubTabs-item .Select-button {
    color: inherit
}

body:not(.Body--isAppleDevice) .Profile-mainColumn .List-headerText {
    font-weight: 600;
    font-weight: var(--zFontWeightBold)
}

body:not(.Body--isAppleDevice) .Profile-mainColumn .SubTabs-item:not(.is-active) {
    font-weight: 400
}

.Profile-sideColumn {
    color: #535861;
    margin-left: 10px;
    width: 296px
}

.Profile-sideColumnItemIncludedText {
    display: inline-block
}

.Profile-lightList {
    font-size: 14px
}

.Profile-lightItem {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #ebeced;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 46px;
    padding-left: 16px
}

.Profile-lightItem:hover,.Profile-lightItem:hover .Profile-lightItemValue {
    color: #09408e;
}

.Profile-lightItem:last-child {
    border-bottom: 1px solid #ebeced;
}

.Profile-lightItemName {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.Profile-lightItemValue {
    color: #8491a5;
    font-size: 14px;
    margin-right: 20px;
}

.Profile-footerOperations {
    border-bottom: 1px solid #ebeced;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 6px;
    padding: 10px 0 10px 5px;
    text-align: left;
    width: 100%
}

.Profile-footerOperations,.Profile-footerOperations a {
    color: #8491a5;
    color: var(--GBL05A)
}

.Profile-footerDot:after {
    content: "\B7";
    margin-left: 5px;
    margin-right: 5px
}

.Profile-sideColumnItemLink {
    cursor: pointer
}

.Profile-createOrgAccount,.Profile-sideColumnItemLink:hover {
    color: #09408e;
}

.Profile-createOrgAccount {
    cursor: pointer;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    width: 100%
}

.Profile-createOrgAccountTip {
    text-align: center
}

.ProfileHeader {
    margin: 10px auto;
    padding: 0 16px;
    position: relative;
    width: 1000px
}

.ProfileHeader-wrapper {
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%
}

.ProfileHeader-main {
    margin: 0 20px 24px;
    position: relative
}

.ProfileHeader-avatar {
    left: 0;
    position: absolute;
    top: -25px;
    z-index: 1
}

.ProfileEdit--org .ProfileHeader-avatar,.ProfileHeader--org .ProfileHeader-avatar {
    top: -60px
}

.ProfileHeader-content {
    border-left: 164px solid transparent;
    padding-left: 32px;
    padding-top: 16px
}

.ProfileHeader-contentHead {
    -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;
    margin-bottom: -14px;
    position: relative
}

.ProfileHeader-contentHead .Button--plain {
    position: absolute;
    right: 0;
    top: 8px
}

.ProfileHeader-contentHead .Button--plain:hover {
    color: #81858f;
}

.ProfileHeader-contentHead .Button--plain:hover .Icon {
    fill: #9196a1;
}

.ProfileHeader-contentHead .FollowStatus {
    bottom: 0;
    padding: 3px 6px;
    position: absolute;
    right: 0
}

.ProfileHeader-contentBody {
    overflow: hidden;
    position: relative;
    width: 524px
}

.content-enter {
    opacity: 0;
    top: 0
}

.content-enter-active {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.content-leave {
    opacity: 1;
    position: absolute
}

.content-leave-active {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.ProfileHeader-title {
    -webkit-box-flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0;
    flex: 1 0;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}

.ProfileHeader-renameTip {
    padding-left: 16px
}

.ProfileHeader-name {
    font-size: 26px;
    font-weight: 600;
    font-weight: var(--zFontWeightBold);
    line-height: 30px
}

.ProfileHeader-badge {
    margin-left: 12px;
    vertical-align: 2px
}

.ProfileHeader-badge.is-unverified {
    color: #8491a5;
}

.ProfileHeader-badge.is-unverified .Icon {
    margin-right: 4px
}

.ProfileHeader-detailValue a,.ProfileHeader-headline a {
    border: none!important
}

.ProfileHeader-detailValue a:hover,.ProfileHeader-headline a:hover {
    color: #09408e;
}

.ProfileHeader-headline {
    -webkit-box-flex: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -ms-flex: 1 0;
    flex: 1 0;
    font-size: 16px;
    margin-left: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ProfileHeader-info {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 20px
}

.ProfileHeader--org .ProfileHeader-info {
    font-size: 18px;
    margin-bottom: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ProfileHeader-divider {
    background: #ebeced;
    display: inline-block;
    height: 10px;
    margin: 0 8px;
    width: 1px
}

.ProfileHeader-infoItem {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ProfileHeader-infoItem:not(:last-child) {
    margin-bottom: 10px
}

.ProfileHeader-iconWrapper {
    color: #8491a5;
    display: inline-block;
    height: 18px;
    margin-right: 12px;
    text-align: center;
    width: 18px
}

.ProfileHeader-contentFooter {
    padding-top: 8px;
    position: relative
}

.ProfileHeader-expandButton {
    line-height: 1
}

.ProfileHeader-buttons {
    bottom: 0;
    position: absolute;
    right: 0
}

.ProfileHeader-detail {
    color: #191b1f;
    font-size: 14px;
    line-height: 1.8;
    width: 100%
}

.ProfileHeader-detailItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 18px
}

.ProfileHeader-detailLabel {
    font-weight: 600;
    margin-right: 37px;
    white-space: nowrap;
    width: 60px
}

.ProfileHeader-detailValue {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    overflow: hidden
}

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

.ProfileHeader-field:not(:first-child) {
    margin-top: 12px
}

.ProfileHeader-itemAvatar {
    height: 18px;
    margin-right: 12px;
    width: 18px
}

.ProfileHeader-defaultCover {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.ProfileHeader-tips {
    color: #8491a5;
    font-size: 14px
}

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

.ProfileHeader-Widget img {
    width: 80px
}

.ChatBoxModal-closeButton {
    position: absolute;
    right: 12px;
    top: 12px
}

.ChatBoxModal-closeIcon {
    fill: #c4c7ce;
}

.AbnormalAlert {
    -webkit-box-align: center;
    -ms-flex-align: center;
    --v1856597443: var(--flag-light,0 5px 20px 0 rgba(25,27,31,.2)) var(--flag-dark,0 5px 20px 0 hsla(0,0%,100%,.2));
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 20px 0 rgba(25,27,31,.2);
    box-shadow: 0 5px 20px 0 rgba(25,27,31,.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding: 0 20px;
    width: 448px;
    z-index: 1
}

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

.AbnormalAlert-message {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    color: #d95350;
    flex-grow: 1;
    font-size: 13px;
    font-style: 14px;
    text-align: center
}

.AbnormalAlert-message a {
    color: #81858f;
}

.AbnormalAlert-icon {
    fill: #c4c7ce;
    cursor: pointer;
    height: 18px;
    padding: 5px;
    width: 18px
}

.InputBox {
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex: auto;
    flex: auto;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 250px;
    min-height: 180px
}

.InputBox,.InputBox-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.InputBox-footer {
    -ms-flex-negative: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-shrink: 0;
    padding: 0 20px 10px
}

.InputBox-input {
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: auto;
    flex: auto;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 4px 0 10px
}

.InputBox-input textarea {
    width: 100%
}

.InputBox-input.is-focus {
    border: none
}

.InputBox-sendBtn {
    border-radius: 6px;
    font-size: 13px;
    height: 32px;
    line-height: 16px;
    width: 72px
}

.InputBox-footerDesc {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    font-size: 14px;
    line-height: 20px;
    padding-right: 10px;
    text-align: right
}

.EmoticonsFooter {
    -ms-flex-negative: 0;
    background-color: #f8f8fa;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    flex-shrink: 0;
    height: 40px;
    overflow: hidden
}

.EmoticonsFooter-items {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 17px;
    white-space: nowrap
}

.EmoticonsFooter-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: inline-block;
    height: 40px;
    text-align: center;
    vertical-align: bottom;
    width: 50px
}

.EmoticonsFooter-itemIcon {
    height: 40px
}

.EmoticonsFooter-item--selected {
    background-color: #fff;
}

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

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

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

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

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

    50% {
        opacity: .25
    }

    to {
        opacity: .25
    }
}

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

    50% {
        opacity: .25
    }

    to {
        opacity: .25
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.EmoticonPanel {
    line-height: normal;
    padding: 5px 5px 0
}

.EmoticonPanel-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: inline-block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5px;
    text-align: center
}

.EmoticonPanel-item:hover {
    background-color: #f8f8fa;
    cursor: pointer
}

.EmoticonPanel-item:focus {
    outline: none;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s,-webkit-box-shadow .3s
}

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

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

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

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

.EmoticonPanel-item--big {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 80px;
    width: 75px
}

.EmoticonPanel-itemImg--small {
    height: 24px;
    width: 24px
}

.EmoticonPanel-itemImg--big {
    height: 58px;
    min-height: 58px;
    width: 58px
}

.EmoticonPanel-itemTitle {
    -webkit-box-flex: 1;
    color: #9196a1;
    -ms-flex: auto;
    flex: auto;
    font-size: 12px;
    line-height: 14px;
    padding-top: 2px
}

.EmoticonPanel-spinner {
    display: block;
    margin: 0 auto;
    top: 45%
}

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

.EmoticonPagination-bullet {
    background: #c4c7ce;
    border-radius: 50%;
    display: inline-block;
    height: 4px;
    width: 4px
}

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

.EmoticonPagination-bullet--active {
    background: #81858f;
}

.Emoticons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #fff;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 316px
}

.Emoticons--bordered {
    --v1382269968: var(--flag-light,0 0 16px 0 rgba(0,0,0,.15)) var(--flag-dark,0 0 16px 0 rgba(0,0,0,.15));
    border: 1px solid #ebeced;
    -webkit-box-shadow: 0 0 16px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 16px 0 rgba(0,0,0,.15);
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .Emoticons--bordered {
        -webkit-box-shadow:0 0 16px 0 oklch(from var(--GBK02B) l c h/.15);
        box-shadow: 0 0 16px 0 oklch(from var(--GBK02B) l c h/.15)
    }
}

.Emoticons-panels {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    height: 166px
}

.Emoticons-panels-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

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

.Emoticons-panelContainer {
    height: 175px;
    overflow: hidden;
    padding-bottom: 8px
}

.Emoticons-Pagination {
    height: 16px;
    margin: -16px auto 0;
    position: relative
}

.EmoticonTool {
    position: relative
}

.EmoticonTool-panel {
    bottom: 35px;
    left: -25px;
    position: absolute;
    z-index: 102
}

.EmoticonTool-panel:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #fff;
    bottom: -8px;
    content: "";
    left: 28px;
    position: absolute
}

.EmoticonTool--mask {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 101
}

.EmoticonTool-icon {
    cursor: pointer
}

.EcomCardTool-Modal .Modal-inner {
    background: #fff;
}

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

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

.ToolBar {
    border-top: 1px solid #ebeced;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 14px;
    padding: 11px 0 0;
    text-align: left
}

.ToolBar-item {
    display: inline-block
}

.ToolBar-Icon {
    fill: #535861;
    height: 24px;
    width: 24px
}

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

.ActionMenu {
    background-color: #fff;
    border-radius: 8px;
    padding: 8px 0;
    text-align: center;
    width: 95px
}

.ActionMenu-item {
    height: 40px;
    line-height: 40px;
    text-align: center
}

.ActionMenu-item:hover {
    background-color: #f8f8fa;
    cursor: pointer
}

.TextMessage {
    word-wrap: break-word;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    letter-spacing: .4px;
    line-height: 20px;
    margin-left: 8px;
    margin-right: 8px;
    max-width: 388px;
    min-height: 40px;
    padding: 10px 12px;
    position: relative;
    text-align: left;
    white-space: pre-wrap;
    word-break: break-all
}

.TextMessage img {
    height: 20px;
    vertical-align: bottom;
    width: 20px
}

.TextMessage a::hover {
    cursor: pointer
}

.TextMessage-sender {
    background-color: #f8f8fa;
    color: #373a40;
}

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

.TextMessage-sender a {
    color: #09408e;
}

.TextMessage-receiver {
    background-color: #1772f6;
    color: #fff;
}

.TextMessage-receiver:after {
    background: #1772f6;
    content: "";
    height: 8px;
    position: absolute;
    right: -4px;
    top: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px
}

.ImageMessage {
    border-radius: 8px;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    -o-object-fit: cover;
    object-fit: cover
}

.ImageMessage-ImageView {
    z-index: 204!important
}

.ImageMessage--temp {
    cursor: wait
}

.Chat-ActionMenuPopover-Button {
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.Message {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px
}

.Message:hover .Chat-ActionMenuPopover-Button {
    opacity: 1
}

.Message--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.Message-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 10px
}

.Message-content--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.Message-status {
    margin: 0 8px
}

.Message-status--loading {
    height: 15px;
    width: 15px
}

.Message-status--failure {
    fill: #d95350;
    height: 20px;
    width: 20px
}

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

.Message-time {
    color: #9196a1;
    font-size: 12px;
    line-height: 20px;
    padding-top: 15px;
    text-align: center
}

.Message-status--wrapper {
    position: relative
}

.StickerMessage {
    height: 120px;
    width: 120px
}

.MessagesBox {
    -ms-flex-negative: 0;
    -webkit-overflow-scrolling: touch;
    flex-shrink: 0;
    height: 100%;
    overflow-y: scroll
}

.MessagesBox-loading {
    margin: 20px auto 0
}

.ChatBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 600px;
    min-width: 710px;
    position: relative
}

.ChatBox,.ChatBox-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ChatBox-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    border-bottom: 1px solid #ebeced;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 600;
    height: 50px;
    justify-content: center;
    line-height: 20px;
    margin: 0 14px;
    padding-bottom: 9px;
    padding-top: 21px
}

.ChatBox-titleVipIcon {
    height: 14px;
    padding-left: 4px;
    width: 14px
}

.ChatBox-empty {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    padding-top: 25%;
    position: relative;
    text-align: center
}

.ChatBox-emptyImage {
    height: 120px
}

.ChatBox-emptyDesc {
    --v3645691747: var(--flag-light,rgba(132,145,165,.5)) var(--flag-dark,rgba(146,154,171,.5));
    color: rgba(132,145,165,.5);
    font-size: 12px
}

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

.ChatBox-alert {
    left: 50%;
    position: absolute;
    top: 50px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.MessagesBox-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    height: 362px
}

.MemberButtonGroup .Button+.Button {
    margin-left: 16px
}

.UserCover {
    background: #f8f8fa;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    height: 240px;
    overflow: hidden;
    position: relative;
    -webkit-transition: height .3s;
    transition: height .3s
}

.UserCover--colorBlock {
    background: #9196a1;
    height: 132px
}

.UserCover-image {
    -webkit-transition: -webkit-transform 6s ease-out;
    transition: -webkit-transform 6s ease-out;
    transition: transform 6s ease-out;
    transition: transform 6s ease-out,-webkit-transform 6s ease-out
}

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

input[type=range].RangeInput {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    height: 12px;
    margin: 0 10px;
    padding: 0;
    width: 220px
}

input[type=range].RangeInput: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] input[type=range].RangeInput:focus {
    --v1423036512: var(--flag-light,0 0 0 2px #fff,0 0 0 4px rgba(23,114,246,.3)) var(--flag-dark,0 0 0 2px #191b1f,0 0 0 4px rgba(85,142,255,.3));
    -webkit-box-shadow: 0 0 0 2px #fff,0 0 0 4px rgba(23,114,246,.3);
    box-shadow: 0 0 0 2px #fff,0 0 0 4px rgba(23,114,246,.3);
}

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

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

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

input[type=range].RangeInput::-webkit-slider-runnable-track {
    background: #f8f8fa;
    border-radius: 2px;
    cursor: pointer;
    height: 5px
}

input[type=range].RangeInput::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: #c4c7ce;
    border-radius: 50%;
    cursor: pointer;
    height: 12px;
    margin-top: -4px;
    width: 12px
}

input[type=range].RangeInput::-moz-range-track {
    background: #f8f8fa;
    border-radius: 2px;
    cursor: pointer;
    height: 5px
}

input[type=range].RangeInput::-moz-range-thumb {
    background: #c4c7ce;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    height: 12px;
    width: 12px
}

input[type=range].RangeInput::-ms-track {
    background: transparent;
    border-color: transparent;
    color: transparent;
    cursor: pointer;
    height: 5px;
    width: 100%
}

input[type=range].RangeInput::-ms-fill-lower,input[type=range].RangeInput::-ms-fill-upper {
    background: #f8f8fa;
    border-radius: 2px
}

input[type=range].RangeInput::-ms-thumb {
    background: #c4c7ce;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    height: 12px;
    width: 12px
}

input[type=range].RangeInput::-ms-tooltip {
    display: none
}

input[type=range].RangeInput .Zi {
    fill: #8491a5;
    display: inline-block;
    vertical-align: middle
}

.DynamicColorButton {
    color: #c4c7ce;
    -webkit-transition: color,border-color .3s;
    transition: color,border-color .3s
}

.DynamicColorButton svg {
    fill: currentColor
}

.DynamicColorButton--dark {
    --v3331802048: var(--flag-light,rgba(25,27,31,.6)) var(--flag-dark,hsla(0,0%,100%,.6));
    --v2575280077: var(--flag-light,rgba(25,27,31,.12)) var(--flag-dark,hsla(0,0%,100%,.12));
    border-color: rgba(25,27,31,.12);
    color: rgba(25,27,31,.6);
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .DynamicColorButton--dark {
        border-color:oklch(from var(--GBK02A) l c h/.12);
        color: oklch(from var(--GBK02A) l c h/.6)
    }
}

.DynamicColorButton--dark:hover {
    --v2575279021: var(--flag-light,rgba(25,27,31,.03)) var(--flag-dark,hsla(0,0%,100%,.03));
    background: rgba(25,27,31,.03);
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .DynamicColorButton--dark:hover {
        background:oklch(from var(--GBK02A) l c h/.03)
    }
}

.DynamicColorButton--white {
    --v1169440529: var(--flag-light,hsla(0,0%,100%,.7)) var(--flag-dark,rgba(25,27,31,.7));
    --v4231794048: var(--flag-light,hsla(0,0%,100%,.24)) var(--flag-dark,rgba(25,27,31,.24));
    border-color: hsla(0,0%,100%,.24);
    color: hsla(0,0%,100%,.7);
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .DynamicColorButton--white {
        border-color:oklch(from var(--GBK99A) l c h/.24);
        color: oklch(from var(--GBK99A) l c h/.7)
    }
}

.DynamicColorButton--white:hover {
    --v4231791870: var(--flag-light,hsla(0,0%,100%,.04)) var(--flag-dark,rgba(25,27,31,.04));
    background: hsla(0,0%,100%,.04);
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .DynamicColorButton--white:hover {
        background:oklch(from var(--GBK99A) l c h/.04)
    }
}

.UserCoverEditor {
    position: relative
}

.UserCoverEditor-simpleEditButton {
    position: absolute;
    right: 24px;
    top: 24px;
    z-index: 2
}

.UserCoverEditor-editor {
    position: relative;
    z-index: 2
}

.UserCoverEditor-editor canvas {
    vertical-align: top
}

.UserCoverEditor-action {
    --v4227349361: var(--flag-light,0 1px 3px rgba(0,0,0,.1)) var(--flag-dark,0 1px 3px rgba(0,0,0,.1));
    background: #fff;
    border-bottom: 1px solid #ebeced;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    height: 80px;
    position: absolute;
    width: 100%
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .UserCoverEditor-action {
        -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] .UserCoverEditor-action {
    --v4227349427: var(--flag-light,0 1px 3px rgba(0,0,0,.3)) var(--flag-dark,0 1px 3px rgba(0,0,0,.3));
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
}

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

.UserCoverEditor-actionContent {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: space-between;
    margin: 0 24px
}

.UserCoverEditor-actionContent .Button+.Button {
    margin-left: 16px
}

.UserCoverEditor-actionTitle {
    color: #191b1f;
    font-size: 20px
}

.UserCoverEditor-actionDescription {
    color: #8491a5;
    font-size: 13px
}

.UserCoverEditor-rangeInput {
    display: inline-block
}

.UserCoverEditor-cameraIcon {
    fill: #fff;
    margin-bottom: 14px
}

.UserCoverEditor-loadingCanvas {
    height: 100%;
    width: 100%
}

.UserCoverEditor-leftMasker {
    --v1169440463: var(--flag-light,hsla(0,0%,100%,.5)) var(--flag-dark,rgba(25,27,31,.5));
    background-color: hsla(0,0%,100%,.5);
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    width: calc(50% - 240px);
    z-index: 20
}

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

.UserCoverEditor-rightMasker {
    --v1169440463: var(--flag-light,hsla(0,0%,100%,.5)) var(--flag-dark,rgba(25,27,31,.5));
    background-color: hsla(0,0%,100%,.5);
    display: inline-block;
    height: 100%;
    position: absolute;
    right: 0;
    width: calc(50% - 240px);
    z-index: 20
}

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

.UserCoverGuide {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 2
}

.UserCoverGuide.is-active .is-playing {
    opacity: 1
}

.UserCoverGuide.is-active .UserCoverGuide-dialog {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.UserCoverGuide-inner {
    float: right;
    padding: 24px;
    position: relative;
    z-index: 2
}

.UserCoverGuide-buttonContainer {
    margin-bottom: 14px;
    text-align: right
}

.UserCoverGuide-dialog {
    background-color: #fff;
    border-radius: 4px;
    opacity: 0;
    padding: 22px 16px;
    position: relative;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,transform .3s;
    transition: opacity .3s,transform .3s,-webkit-transform .3s;
    width: 286px
}

.UserCoverGuide-dialog:after {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 7px;
    bottom: 100%;
    content: "";
    position: absolute;
    right: 60px
}

.UserCoverGuide-dialogContent {
    font-size: 14px;
    line-height: 1.7
}

.UserCoverGuide-dialogContent a {
    color: #09408e;
    cursor: pointer
}

.UserCoverGuide-dialogContent a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.UserCoverGuide-dialogDescription,.UserCoverGuide-dialogHead {
    margin: 0 0 6px
}

.UserCoverGuide-item,.UserCoverGuide-items {
    height: 100%;
    width: 100%
}

.UserCoverGuide-item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.ProfileLockStatus {
    left: 50%;
    position: fixed;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.ProfileLockStatus-title {
    color: #191b1f;
    font-size: 20px;
    font-weight: 600;
    margin: 42px 0 10px;
    white-space: nowrap
}

.ProfileLockStatus-title a {
    color: #1772f6;
}

.ProfileLockStatus-subtitle {
    color: #8491a5;
    font-size: 16px;
    margin-bottom: 23px
}

.ProfileLockStatus-avatar {
    border-radius: 50%;
    display: block;
    height: 140px;
    margin: 0 auto;
    width: 140px
}

.ProfileLockStatus-redirect {
    display: block;
    margin: 0 auto;
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.ProfileLockStatus-redirect:hover {
    --v681283993: var(--flag-light,rgba(9,64,142,.72)) var(--flag-dark,rgba(82,113,176,.72));
    color: rgba(9,64,142,.72);
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .ProfileLockStatus-redirect:hover {
        color:oklch(from var(--GBL07A) l c h/.72)
    }
}

.ProfileLockStatus-redirect:active {
    color: #09408e;
}

.ProfileLockStatus-avatar,.ProfileLockStatus-redirect,.ProfileLockStatus-subtitle,.ProfileLockStatus-title {
    text-align: center
}

.ProfileLockStatus-suicide {
    color: #9196a1;
    font-size: 16px;
    font-weight: 400
}

.ProfileLockStatus-suicide div {
    color: #535861;
    font-size: 18px;
    margin-bottom: 6px
}

.ProfileLockStatus-suicide div span:first-child {
    margin-right: 6px
}

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

.ProfileMain {
    overflow: visible;
    overflow: initial
}

.ProfileMain .ProfileMain-header {
    position: relative
}

.ProfileMain-avatar .Avatar {
    cursor: pointer;
    display: block
}

.ProfileMain-tabs {
    -ms-overflow-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-color: transparent transparent
}

.ProfileMain-tabs::-webkit-scrollbar {
    display: none
}

.ProfileMain-tabs.withSearchIcon:after {
    -ms-flex-negative: 0;
    content: "";
    display: block;
    flex-shrink: 0;
    height: 49px;
    width: 74px
}

.ProfileMain-tabs .Tabs-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 12px
}

.PageHeader .ProfileMain-header {
    height: 100%;
    margin: 0 auto;
    padding: 0 var(--app-padding);
    width: var(--app-width)
}

.PageHeader .ProfileMain-contents,.PageHeader .ProfileMain-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.PageHeader .ProfileMain-contents {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.PageHeader .ProfileMain-contents .ProfileMain-tabsWrapper {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    position: relative
}

.PageHeader .ProfileMain-tabs {
    border-bottom: none
}

.PageHeader .ProfileMain-tabs.withSearchIcon {
    width: 656px
}

.ProfileMain-tabs {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.ProfileMain-tabs .Tabs-meta {
    font-weight: 400
}

.Profile-popoverMenuItem,.ProfileMain-menuToggler {
    color: #191b1f;
    font-size: 16px
}

.Profile-popoverMenuItem {
    height: 40px;
    line-height: 40px
}

.Profile-popoverMenuItem.is-active {
    background: #f8f8fa;
}

.Profile-popoverMenuItem .Link-meta {
    color: #8491a5;
    font-size: 14px
}

body:not(.Body--isAppleDevice) .ProfileMain-tabs .is-active {
    font-weight: 600;
}

.ProfileMainPrivacy-mainContentWrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 383px;
    justify-content: center
}

.ProfileMainPrivacy-mainContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #8491a5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 86px
}

.ProfileMainPrivacy-mainContentText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px
}

.ProfileMainPrivacy-mainContentLink {
    font-size: 15px
}

.ProfileMainPrivacy-authWrapper {
    display: inline-block
}

.ProfileMainPrivacy-pointerWrapper {
    cursor: pointer
}

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

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

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

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

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

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

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

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

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

.ProfileCreations-tabHeaderWrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.ProfileCreations-tabHeader {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #f8f8fa;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    justify-content: space-between;
    padding: 0 var(--zhc-padding-horizontal);
    width: 694px
}

.ProfileCreations-tabHeader--pageHeader {
    width: 654px
}

.ProfileCreations-tabHeaderText {
    font-weight: 600;
    margin: 0
}

.ProfileCreations-tabHeaderOptions {
    font-size: 14px
}

.OrgCreateButton {
    border: none;
    padding: 0
}

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

.OrgCreateButton:hover {
    color: #09408e;
}

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

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

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

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

.GlobalWriteV2-navIcon {
    color: #8491a5;
    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;
}

.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;
    font-size: 14px
}

.GlobalWriteV2-navTitle:hover {
    color: #09408e;
}

.GlobalWriteV2-navNumber {
    background: #f8f8fa;
    border-radius: 8px;
    color: #1772f6;
    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;
    color: #8491a5;
    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;
    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;
    font-size: 14px;
    font-weight: 600;
}

.CreatorEntrance-entranceMessage {
    color: #9196a1;
    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;
}

.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;
    height: 18px;
    width: 18px
}

.CreatorEntrance-indexPageTitle {
    color: #373a40;
    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: 98px;
    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);
    -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;
    font-size: 12px;
    line-height: 22px
}

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

.ProfileSideCreator-readCountNumber__isNull {
    color: #8491a5;
    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
}

.Condolence {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #535861;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 160px;
    justify-content: center;
    line-height: 30px;
    text-align: center;
    white-space: pre-line
}

.Condolence-card {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 294px
}

.FollowshipCard {
    font-size: 14px
}

.FollowshipCard .NumberBoard-itemInner {
    padding: 12px 0
}

.FollowshipCard-counts:not(:last-child) {
    border-bottom: 1px solid #f8f8fa;
}

.FollowshipCard-link {
    color: #09408e;
}

.FollowshipCard-link:hover {
    border-bottom: 1px solid #09408e;
}

.FollowshipCard-avatars,.FollowshipCard-item:not(:first-child) {
    margin-top: 12px
}

.FollowshipCard-avatar {
    margin-left: 8px
}

.FollowshipCard-avatar:first-child {
    margin-left: 0
}

.AnnualNewAnswererBanner-wrap {
    background-image: url(https://static.zhihu.com/heifetz/assets/bannerBg.5024e2df.png);
    background-position: 0 0;
    background-size: cover;
    padding: 10px 16px 15px;
    position: relative
}

.AnnualNewAnswererBanner-title {
    -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
}

.AnnualNewAnswererBanner-title .AnnualNewAnswererBanner-title-left .AnnualNewAnswererBanner-title-desc {
    color: #022979;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 15px;
    max-width: 170px;
    padding-top: 3px
}

.AnnualNewAnswererBanner-title .AnnualNewAnswererBanner-title-right {
    font-size: 0
}

.AnnualNewAnswererBanner-title .AnnualNewAnswererBanner-title-right img {
    width: 84px
}

.AnnualNewAnswererBanner-footer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px
}

.AnnualNewAnswererBanner-footer,.AnnualNewAnswererBanner-footer .AnnualNewAnswererBanner-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.AnnualNewAnswererBanner-footer .AnnualNewAnswererBanner-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background: -webkit-gradient(linear,left top,right top,from(rgba(255,219,120,.1)),to(rgba(255,195,65,.1)));
    background: linear-gradient(90deg,rgba(255,219,120,.1),rgba(255,195,65,.1));
    border: .5px solid rgba(255,198,72,.502);
    border-radius: 2px;
    color: #7a5702;
    font-size: 14px;
    font-weight: 500;
    height: 32px;
    justify-content: center;
    pointer-events: auto;
    width: 126px
}

.AnnualNewAnswererBanner-footer .AnnualNewAnswererBanner-btn.AnnualNewAnswererBanner-btn-disabled {
    cursor: not-allowed;
    opacity: .7
}

.AnnualNewAnswererBanner-footer .AnnualNewAnswererBanner-btn .AnnualNewAnswererBanner-LeftIcon {
    margin-right: 6px;
    width: 14px
}

.AnnualNewAnswererBanner-footer .AnnualNewAnswererBanner-btn .AnnualNewAnswererBanner-RightIcon {
    width: 14px
}

.AnnualNewAnswererBanner-footer .AnnualNewAnswererBanner-btn .AnnualNewAnswererBanner-arrow {
    color: #7a5702;
    font-size: 17px;
    margin-left: -3px
}

.AnnualNewAnswererBanner-fireworks {
    height: 60%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ContentItem-rightButton {
    margin-left: auto
}

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

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

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

.ContentItem-more .Icon {
    fill: currentColor
}

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

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

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

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

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

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

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

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

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

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

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

.FollowStatus {
    background-color: #f8f8fa;
    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;
    font-size: 14px
}

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

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

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

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

.SideItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    padding: 20px 0
}

.SideItem:last-child {
    margin-bottom: 0
}

.SideItem-image {
    padding-top: 3px
}

.SideItem--multiline .SideItem-image {
    padding-top: 0
}

.SideItem-image img {
    vertical-align: top
}

.SideItem-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding-left: 20px
}

.SideItem-title {
    color: #191b1f;
    font-size: 15px
}

.SideItem--multiline .SideItem-title {
    font-size: 18px
}

.SideItem-description {
    color: #8491a5;
    font-size: 14px;
    margin-top: 2px;
    max-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis
}

.SideItem--multiline .SideItem-description {
    margin-top: 8px
}

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

.Publications-content {
    padding: 4px 20px
}

.Publication-item:not(:first-child) {
    border-top: 1px solid #f8f8fa;
    display: block
}

.Publication-summary {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #191b1f;
    display: -webkit-box;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis
}

.Publication-image {
    --v4227349361: var(--flag-light,0 1px 3px rgba(0,0,0,.1)) var(--flag-dark,0 1px 3px rgba(0,0,0,.1));
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    width: 80px
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .Publication-image {
        -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] .Publication-image {
    --v4227349427: var(--flag-light,0 1px 3px rgba(0,0,0,.3)) var(--flag-dark,0 1px 3px rgba(0,0,0,.3));
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-shadow: 0 1px 3px rgba(0,0,0,.3);

}

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

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

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

.SignInModal-content {
    padding: 0 16px
}

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

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

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

.SignInModal-button-weibo {
    background-color: #d95350;
    color: #fff;
}

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

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

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

.Label-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 15px;
    height: 20px;
    margin-right: 4px
}

.Label-iconImg {
    height: 20px;
    width: 20px
}

.Label-iconColor--commercial {
    --v681283993: var(--flag-light,rgba(9,64,142,.72)) var(--flag-dark,rgba(82,113,176,.72));
    color: rgba(9,64,142,.72);
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .Label-iconColor--commercial {
        color:oklch(from var(--GBL07A) l c h/.72)
    }
}

.Label-iconColor--positive {
    color: #a5542f;
}

.Label-iconColor--positiveBackground {
    --v2715759946: var(--flag-light,rgba(165,84,47,.08)) var(--flag-dark,rgba(210,130,98,.08));
    background: rgba(165,84,47,.08);
}

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

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

.LikeButton {
    --v2826452827: var(--flag-light,rgba(23,114,246,.1)) var(--flag-dark,rgba(85,142,255,.1));
    background: rgba(23,114,246,.1);
    border-color: transparent;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1772f6;
    padding: 0 15px;
    text-align: center
}

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

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

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

.LikeButton:disabled:hover {
    background: #f8f8fa;
}

.LikeButton.is-active {
    background: #1772f6;
    color: #fff;
}

.LikeButton.is-active:hover {
    background-color: #1772f6;
}

.LikeButton .Icon {
    fill: currentColor;
    margin-right: 7px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ArticleItem-authorInfo {
    margin-top: 14px
}

.ArticleItem-extraInfo {
    color: #8491a5;
    font-size: 14px;
    margin-top: 16px
}

.ArticleItem-status {
    background: #ebeced;
    border-radius: 4px;
    color: #8491a5;
    margin: 16px 0;
    padding: 16px
}

.ArticleItem-status a {
    color: #09408e;
}

.ArticleItem-status a:hover {
    border-bottom: 1px solid #09408e;
}

.ArticleItem-highlight em {
    color: #d95350;
    font-style: normal
}

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

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

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

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

.RewardForm-rewardInput input {
    height: 36px
}

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

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

.RewardForm-prompting {
    margin-left: auto
}

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

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

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

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

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

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

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

    .RewardForm-remark {
        text-align: center
    }

    .RewardForm-prompting {
        position: static
    }
}

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

.CommentDeleteAndReport-extra {
    text-align: center
}

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

.Post-ActionMenuButton {
    margin-left: 24px
}

.Post-ActionMenu>.Menu-item {
    line-height: 40px;
    padding: 0 20px;
    position: relative
}

.Post-ActionMenu>.Menu-item .Icon {
    left: 20px;
    position: absolute;
    top: 10px
}

.Post-ActionMenu>.Menu-divider:last-child {
    display: none
}

.Post-ActionMenu--withCommentSettings>.Menu-item {
    padding-left: 44px
}

.AbstractCard {
    border: 1px solid #ebeced;
    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);
    border-bottom: 1px solid #ebeced;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 68px;
    overflow: hidden;
    padding: 10px 16px;
    position: relative;
    z-index: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.AbstractForm .Abstract-input {
    margin: 10px
}

.AbstractForm .AbstractForm-footer {
    text-align: right
}

.TopicSelect {
    margin-top: 16px
}

.TopicSelect-topicInput {
    border-color: #1772f6;
    border-radius: 20px;
    color: #1772f6;
    height: 30px;
    padding: 2px 18px
}

.SharePopover {
    --v1135991827: var(--flag-light,0 5px 20px rgba(0,0,0,.1)) var(--flag-dark,0 5px 20px rgba(0,0,0,.1));
    background: #fff;
    border: 1px solid #ebeced;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.1);
    box-shadow: 0 5px 20px rgba(0,0,0,.1);
    left: 50%;
    opacity: 0;
    padding: 7px 16px 7px 12px;
    position: absolute;
    -webkit-transform: translate(-50%,-10px);
    transform: translate(-50%,-10px);
    z-index: 2;
    z-index: -1
}

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

.SharePopover--show {
    opacity: 1;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-transition: opacity .16s 30ms,-webkit-transform .16s 30ms;
    transition: opacity .16s 30ms,-webkit-transform .16s 30ms;
    transition: opacity .16s 30ms,transform .16s 30ms;
    transition: opacity .16s 30ms,transform .16s 30ms,-webkit-transform .16s 30ms;
    z-index: 1
}

.SharePopover-arrow {
    height: 16px;
    left: 50%;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%,-100%);
    transform: translate(-50%,-100%);
    width: 32px
}

.SharePopover-arrow:after {
    background: #fff;
    border: 1px solid #ebebeb;
    bottom: -8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    height: 24px;
    left: 50%;
    margin: -12px;
    pointer-events: auto;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 24px
}

.SharePopover-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px
}

.SharePopover-content--danger {
    cursor: not-allowed
}

.SharePopover-content--danger .SharePopover-quote {
    --v3645691681: var(--flag-light,rgba(132,145,165,.3)) var(--flag-dark,rgba(146,154,171,.3));
    color: rgba(132,145,165,.3);
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .SharePopover-content--danger .SharePopover-quote {
        color:oklch(from var(--GBL05A) l c h/.3)
    }
}

.SharePopover-content--danger .SharePopover-main {
    --v3645691681: var(--flag-light,rgba(132,145,165,.3)) var(--flag-dark,rgba(146,154,171,.3));
    color: rgba(132,145,165,.3);
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .SharePopover-content--danger .SharePopover-main {
        color:oklch(from var(--GBL05A) l c h/.3)
    }
}

.SharePopover-content--danger .SharePopover-hint {
    color: #d95350;
}

.SharePopover-quote {
    color: #8491a5;
}

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

.SharePopover-hint,.SharePopover-main {
    color: #8491a5;
    font-weight: 600;
}

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

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

.RichText-video {
    margin: 16px 0
}

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

.RichContent {
    line-height: 1.67
}

.RichContent b .UserLink-link {
    font-weight: inherit
}

.RichContent.is-collapsed .RichContent-inner {
    max-height: 100px
}

.RichContent--unescapable.is-collapsed {
    overflow: hidden;
    position: relative
}

.RichContent--unescapable.is-collapsed .RichContent-inner {
    --v2048474596: var(--flag-light,linear-gradient(#191b1f calc(100% - 110px),rgba(25,27,31,.15) calc(100% - 72px),transparent calc(100% - 62px))) var(--flag-dark,linear-gradient(#fff calc(100% - 110px),hsla(0,0%,100%,.15) calc(100% - 72px),transparent calc(100% - 62px)));
    -webkit-mask-image: linear-gradient(#191b1f calc(100% - 110px),rgba(25,27,31,.15) calc(100% - 72px),transparent calc(100% - 62px));
    mask-image: linear-gradient(#191b1f calc(100% - 110px),rgba(25,27,31,.15) calc(100% - 72px),transparent calc(100% - 62px));
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    position: relative;
    -webkit-transition: max-height .32s cubic-bezier(.95,.05,.795,.035),-webkit-mask-size .22s cubic-bezier(.95,.05,.795,.035);
    transition: max-height .32s cubic-bezier(.95,.05,.795,.035),-webkit-mask-size .22s cubic-bezier(.95,.05,.795,.035);
    transition: mask-size .22s cubic-bezier(.95,.05,.795,.035),max-height .32s cubic-bezier(.95,.05,.795,.035);
    transition: mask-size .22s cubic-bezier(.95,.05,.795,.035),max-height .32s cubic-bezier(.95,.05,.795,.035),-webkit-mask-size .22s cubic-bezier(.95,.05,.795,.035)
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .RichContent--unescapable.is-collapsed .RichContent-inner {
        -webkit-mask-image:linear-gradient(var(--GBK02A) calc(100% - 110px),oklch(from var(--GBK02A) l c h/.15) calc(100% - 72px),transparent calc(100% - 62px));
        mask-image: linear-gradient(var(--GBK02A) calc(100% - 110px),oklch(from var(--GBK02A) l c h/.15) calc(100% - 72px),transparent calc(100% - 62px))
    }
}

.RichContent--unescapable.is-collapsed .ContentItem-actions {
    position: relative
}

.RichContent--unescapable.is-collapsed .ContentItem-rightButton {
    color: #09408e;
    font-size: 16px;
    height: 22px;
    letter-spacing: .4px;
    line-height: 22px;
    -webkit-transform: translateY(calc(-26px - 100%));
    transform: translateY(calc(-26px - 100%));
    width: 100%;
    z-index: 1
}

@media (min-width: 690px) {
    .RichContent.is-collapsed {
        cursor:pointer;
        -webkit-transition: color .14s ease-out;
        transition: color .14s ease-out
    }

    .RichContent.is-collapsed .CopyrightRichText-richText {
        pointer-events: none
    }

    .RichContent.is-collapsed .RichContent-inner:hover {
        color: #535861;
    }
}

.RichContent.is-collapsed:not(.RichContent--unescapable) .CopyrightRichText-richText {
    white-space: normal
}

.RichContent-inner {
    margin-bottom: -4px;
    margin-top: 9px;
    overflow: hidden
}

.RichContent-cover {
    background-position: 50%;
    background-size: cover;
    border-radius: 4px;
    float: left;
    height: 105px;
    margin-bottom: 4px;
    margin-right: 18px;
    margin-top: -2px;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 190px;
    z-index: 1
}

.RichContent-cover+.RichContent-inner {
    margin-top: 16px
}

.RichContent-cover:after {
    --v2575278988: var(--flag-light,rgba(25,27,31,.02)) var(--flag-dark,hsla(0,0%,100%,.02));
    background: rgba(25,27,31,.02);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1
}

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

.RichContent-cover .VagueImage {
    vertical-align: top
}

.RichContent-cover-play {
    --v114997022: var(--flag-light,0 0 4px 0 rgba(0,0,0,.16)) var(--flag-dark,0 0 4px 0 rgba(0,0,0,.16));
    border-radius: 50%;
    bottom: 0;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.16);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.16);
    height: 48px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    z-index: 2
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .RichContent-cover-play {
        -webkit-box-shadow:0 0 4px 0 oklch(from var(--GBK02B) l c h/.16);
        box-shadow: 0 0 4px 0 oklch(from var(--GBK02B) l c h/.16)
    }
}

.RichContent-cover-inner.RichContent-cover--normal {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
}

.RichContent-cover-inner.RichContent-cover--normal img {
    height: 100%;
    left: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    width: 100%
}

.RichContent-cover>img {
    margin: 0!important
}

.RichContent-cover .zh-lightbox-thumb {
    cursor: pointer!important
}

.RichContent-cover--mobile {
    float: none;
    height: 0;
    margin: 10px 0 -8px!important;
    padding: 21% 0;
    width: 100%
}

@media (max-width: 320px) {
    .RichContent-collapsedText {
        display:none
    }
}

.RichContent-actions.is-fixed {
    -webkit-animation: slideInUp .2s;
    animation: slideInUp .2s
}

.RichContent-videoMore {
    color: #1772f6;
    font-size: 14px;
    margin-top: 30px;
    text-align: center
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

.ContentItem-convertVideoButton svg {
    fill: #8491a5;
}

.ContentItem-convertVideoButton span {
    margin-left: 5px
}

.RichContent-cover-mask {
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.5)));
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.5));
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    bottom: 0;
    height: 25px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%
}

.RichContent-cover-duration {
    bottom: 6px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    position: absolute;
    right: 6px
}

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

.List-headerOptions,.Profile-writePosts {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.Profile-writePosts {
    line-height: 24px;
    margin-right: 20px;
    position: relative
}

.Profile-writePosts:after {
    background-color: #ebeced;
    content: "";
    height: 12px;
    position: absolute;
    right: -11px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px
}

.Profile-writePostsText {
    color: #1772f6;
}

.ColumnItem {
    position: relative
}

.ColumnItem-more {
    margin-left: 24px
}

.ColumnItem-botton {
    display: block;
    line-height: 40px;
    width: 96px
}

.ProfileEdit {
    color: #191b1f;
    font-size: 15px;
    margin: 14px auto;
    padding: 0 16px;
    width: 1000px
}

.ProfileEdit-fields {
    margin-top: 10px;
    padding-bottom: 100px
}

.ProfileEdit-headlineInput {
    width: 495px
}

.ProfileEdit-buttons {
    margin-top: 24px
}

.ProfileEdit-expandActions {
    bottom: auto
}

.ProfileEdit-arrowIcon {
    margin: 0 4px 0 8px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.ButtonGroup {
    margin-top: 24px;
    vertical-align: top
}

.ButtonGroup--right {
    display: inline-block;
    margin-left: 24px;
    margin-top: 0
}

.Field {
    border-bottom: 1px solid #ebeced;
    padding: 30px 0
}

.Field .ButtonGroup .Button+.Button {
    margin-left: 16px
}

.Field-label {
    color: #373a40;
    font-size: 15px;
    font-weight: 600;
    line-height: 36px;
    position: absolute
}

.Field-content {
    line-height: 36px;
    padding: 0 64px 0 140px
}

.Field-list {
    margin: 20px -10px 0
}

.Field-dot {
    margin-right: 10px
}

.Field-input {
    width: 180px
}

.Field-longInput {
    width: 495px
}

.Field-autoComplete {
    display: inline-block
}

.Field-autoComplete:not(:first-child) {
    margin-left: 16px
}

.Field-card {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: move;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 24px;
    padding: 8px 10px;
    position: relative;
    width: 440px
}

.Field-card span {
    color: #191b1f;
    font-size: 15px;
    margin-left: 12px
}

.Field-hoveredCard {
    background: #f8f8fa;
    border-radius: 4px
}

.Field-draggingCard {
    opacity: 1
}

.Field-delete {
    height: 24px;
    margin-left: auto;
    width: 24px
}

.Field-avatar {
    vertical-align: top
}

.Field-modify {
    height: 32px;
    line-height: inherit;
    margin: 0 16px;
    position: relative;
    -webkit-transition: opacity .1s;
    transition: opacity .1s
}

.Field-modify-hidden:not(:focus) {
    opacity: 0
}

.Field .MaxLength {
    position: absolute;
    right: 12px;
    text-align: right;
    top: 30px
}

.Field-education .Field-content {
    padding-right: 52px
}

.Field-line {
    margin-bottom: 20px
}

.Field-select:not(:first-child) {
    margin-left: 16px
}

.Field-select .Select-button {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-color: #ebeced;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 34px;
    justify-content: space-between;
    line-height: 34px;
    padding: 0 5px 0 10px
}

.Field-selectList>.Select-option:first-child {
    display: none
}

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

.EductaionField-card>img {
    border-radius: 50%
}

.EductaionField-cardContent>div {
    line-height: 1
}

.EductaionField-card {
    padding: 16px 10px
}

.EductaionField-cardYears {
    color: #8491a5;
    font-size: 14px;
    margin-bottom: 12px
}

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

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

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

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

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

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

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

.DescriptionField-input {
    width: 540px
}

.DescriptionField-buttonGroup {
    display: inline-block
}

.DescriptionField-actions {
    position: relative
}

.DescriptionField-content {
    word-break: break-all
}

.VipRenameTip {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px
}

.VipRenameTip-left {
    text-align: left
}

.VipRenameTip-right {
    text-align: right
}

.VipRenameTip-vipOpen {
    color: #ce994f;
    cursor: pointer;
    line-height: 30px
}

.VipRenameTip-kvipOpen {
    color: #3952a2;
    cursor: pointer;
    line-height: 30px
}

.VipRenameTip-iconArrow {
    color: #9196a1;
    margin: 5px;
    width: 15px
}

.VipRenameTip-notAllow {
    font-weight: 400;
    line-height: 30px
}

.VipTipPopover-content {
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 20px rgba(26,26,26,.1);
    box-shadow: 0 5px 20px rgba(26,26,26,.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 400;
    padding: 15px;
    text-align: justify;
    width: 328px
}

.FullnameField .Field {
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 14px
}

.FullnameField .Field .MaxLength {
    bottom: 0;
    right: 0;
    top: auto
}

.FullnameField-input {
    width: 420px
}

.FullnameField-buttonGroup {
    display: inline-block
}

.FullnameField-actions {
    position: relative;
    width: 420px
}

.FullnameField-hint {
    background: #fff;
    bottom: 0;
    color: #8491a5;
    font-size: 14px;
    position: absolute;
    right: 0
}

.FullnameField-name {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: inline-block;
    height: 30px;
    max-width: 320px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.FullnameField-editable,.FullnameField-readonly {
    font-size: 26px;
    font-weight: 600;
    line-height: 30px
}

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

.FullnameField-readonlyHint {
    color: #8491a5;
    font-size: 14px;
    font-weight: 400;
    padding-left: 16px
}

.FullnameField-editable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 80px
}

.FullnameField-editable .Field-modify {
    font-weight: 400
}

.HeadlineField-input {
    width: 540px
}

.HeadlineField-buttonGroup {
    display: inline-block
}

.HeadlineField-actions {
    position: relative
}

.HomepageField-input {
    width: 540px
}

.HomepageField-buttonGroup {
    display: inline-block
}

.HomepageField-actions {
    position: relative
}

.PersonalVerificationField-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.PersonalVerificationField-toolTip {
    position: absolute
}

.PersonalVerificationField-editingWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

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

.PersonalVerificationField-helpIcon {
    color: #9196a1;
    margin-left: 8px
}

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

.PersonalVerificationField-checkoutInput {
    margin-right: 12px
}

.PersonalVerificationField-checkoutInfo {
    word-wrap: break-word;
    font-size: 15px;
    margin-right: 16px;
    max-width: 400px
}

.PersonalVerificationField-toggleEditButton {
    fill: #09408e;
    font-size: 15px
}

.CollectionsHeader {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0
}

.CollectionsHeader-main {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.CollectionsHeader-main,.CollectionsHeader-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.CollectionsHeader-tabs {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    height: 58px
}

.CollectionsHeader-tabsLink {
    -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;
    font-size: 16px;
    margin: 0 22px;
    position: relative
}

.CollectionsHeader-tabsLink:hover {
    color: #09408e;
}

.CollectionsHeader-tabsLink.is-active:after {
    background: #1772f6;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%
}

.CollectionsHeader-mainContent {
    -ms-flex-align: center;
    -ms-flex-item-align: stretch;
    -webkit-box-flex: 1;
    align-self: stretch;
    border-bottom: 1px solid #f8f8fa;
    -ms-flex: 1 1;
    flex: 1 1
}

.CollectionsHeader-mainContent,.CollectionsHeader-pageHeader {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.CollectionsHeader-pageHeader {
    -ms-flex-align: center;
    border: none;
    height: 52px;
    margin: 0 auto;
    width: 1000px
}

.CollectionsHeader-pageHeader .CollectionsHeader-tabs {
    height: 52px
}

.CollectionsHeader-aside {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 296px
}

.CollectionsHeader-searchBar {
    width: 216px
}

.CollectionsHeader-askButton {
    padding: 0 14px
}

.CollectionsHeader-addFavlistButton {
    color: #1772f6;
    margin-right: 22px
}

.CollectionsHeader-addFavlistButton svg {
    fill: #1772f6;
}

.Search-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #191b1f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px auto;
    min-height: 100vh;
    padding: 0 16px;
    position: relative;
    width: 1000px
}

.Search-container .ContentItem-title {
    font-size: 16px
}

.Search-container .SearchItem-meta {
    color: #191b1f;
    font-size: 14px
}

.Search-container .LikeButton,.Search-container .VoteButton {
    line-height: 26px;
    padding: 0 10px
}

.Search-container .QuestionFollowButton {
    line-height: 26px;
    padding: 0 10px;
    width: auto
}

.Search-container .RichContent .RichContent-inner {
    margin-top: 5px
}

.Search-container .RichContent.is-collapsed .RichContent-inner {
    font-size: 14px
}

.Search-container .ContentItem-actions {
    height: 40px;
    padding-bottom: 6px
}

.Search-container .ContentItem-actions.is-fixed {
    height: 52px
}

.Search-container .ContentItem-action:not(:first-child) {
    margin-left: 16px
}

.Search-container .ContentItem-action.ContentItem-rightButton {
    margin-left: auto
}

.Search-container .ContentItem-extra {
    -ms-flex-item-align: auto;
    align-self: auto;
    margin-top: 14px
}

.Search-container .ContentItem-title {
    margin-top: 0
}

.Search-container .RichText b {
    font-weight: 600!important;
}

.Highlight em {
    color: #d95350;
    font-style: normal
}

.SearchItem-type {
    background: #ebeced;
    border-radius: 4px;
    color: #8491a5;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    padding: 1px 4px;
    white-space: nowrap
}

body:not(.Body--Mobile) .Search-container .RichContent-inner {
    overflow: visible
}

.AnswerItem-meta {
    margin-top: 14px;
    position: relative
}

.AnswerItem-meta .AnswerItem-sticky {
    cursor: default
}

.AnswerItem-meta .AnswerItem-sticky,.AnswerItem-selfMenu {
    color: #8491a5;
    font-size: 14px
}

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

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

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

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

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

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

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

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

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

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

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

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

.AnswerItem-complaintHelp {
    float: right
}

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

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

.AnswerItem-status a {
    color: #09408e;
}

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

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

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

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

.AnswerItem-form {
    border-bottom: 1px solid #ebeced;
}

.AnswerItem-editButton {
    color: #09408e;
    cursor: pointer
}

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

.AnswerItem-mainAction {
    border-color: #1772f6;
    color: #1772f6;
    margin-right: 16px
}

.AnswerItem-mainAction--disabled {
    opacity: .5
}

.Body--Mobile .AnswerItem-mainAction {
    font-size: 12px;
    line-height: 28px;
    margin-right: 12px;
    padding: 0 10px
}

.Body--Mobile .AnswerItem .Icon--comment,.Body--Mobile .AnswerItem .Icon--dots,.Body--Mobile .AnswerItem .Icon--setting,.Body--Mobile .AnswerItem .Icon--star {
    width: 16px!important
}

.AnswerItem-authorInfo {
    margin-top: 10px
}

.AnswerItem-authorInfo--related {
    margin-top: 0
}

.AnswerItem-brandQuestionPrizeTip {
    color: #8491a5;
    font-size: 15px;
    margin-top: 8px
}

.AnswerItem-brandQuestionPrizeTip a {
    color: #1772f6;
    margin-left: 5px
}

.AnswerItem-mainAction.AnswerItem-brandQuestionButton {
    margin-right: 5px;
    padding: 0 10px
}

.AnswerItem-IntroCard .IntroCard-contentName {
    max-height: 21px
}

.AnswerItem-IntroCard .IntroCard-authorDesc,.AnswerItem-IntroCard .IntroCard-description {
    max-height: 42px
}

.RichContent-wechatExpand {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    position: relative;
    top: 20px
}

.RichContent-wechatExpand>div:first-child {
    width: 100%
}

.RichContent-wechatExpand svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.AnswerItem-lock {
    color: #373a40;
}

.AnswerItem-lockIcon {
    margin-right: 4px
}

.AnswerItem .SelfVisibleLable-wrap {
    margin-top: 16px
}

body:not(.Body--Mobile) .AnswerItem .RichContent-hasCatalog .RichContent-inner {
    overflow: visible
}

.AnswerItem-highlight em {
    color: #d95350;
    font-style: normal
}

.Copyright-TxtBottom {
    margin-top: 10px
}

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

.SearchItem-authorName {
    font-size: 15px;
    font-weight: 600;
}

.Search-statusLink {
    color: #8491a5;
    font-size: 14px
}

.SearchItem-meta {
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.SearchItem-meta .SearchItem-description {
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.SearchItem-meta.SearchItem-authorInfo {
    margin: 12px 0
}

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

.Search-albumStatusLink,.Search-ebookStatusLink,.Search-liveStatusLink,.Search-statusLink {
    color: #8491a5;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    padding: 0 8px
}

.Search-albumStatusLink:first-child,.Search-ebookStatusLink:first-child,.Search-liveStatusLink:first-child,.Search-statusLink:first-child {
    padding-left: 0
}

.SearchItem-ebookAvatarWrapper {
    border-radius: 4px;
    display: inline-block;
    height: 80px;
    overflow: hidden;
    width: 60px
}

.SearchItem-albumImg,.SearchItem-ebookAvatarImg {
    border-radius: 4px;
    width: 60px
}

.SearchItem-promotion img {
    max-width: 100%
}

.Search-questionFollowButton {
    min-width: auto;
    padding: 10px
}

.SearchItem-avatarWrapper {
    border-radius: 4px;
    -webkit-filter: brightness(.95);
    filter: brightness(.95)
}

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

.AlbumItem-avatarWrapper {
    display: inline-block
}

.SearchResult-CardWithImage .RichContent-inner {
    width: calc(100% - 110px)
}

.SearchItem-rightImg {
    border-radius: 3px;
    bottom: 21px;
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    width: 105px
}

.SearchItem-rightImgCover {
    border-radius: inherit;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.SearchItem-time {
    color: #8491a5;
}

.SearchItem-time.QuestionItem-time {
    line-height: 1
}

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

.Search-questionNavIcon {
    fill: #8491a5;
}

.Search-questionNavTitle {
    color: #8491a5;
    line-height: 1
}

.SearchResult-Card.SearchResult-AnniversaryActivityWrap {
    padding-top: 0
}

.SearchResult-AnniversaryActivityWrap .List-item {
    padding: 0
}

.AnniversaryActivity-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    padding: 20px;
    width: 100%
}

.AnswerItem-kocTitle {
    font-size: 16px;
    line-height: 1.6;
    margin: 12px 0
}

.AnswerItem-kocTitle:hover {
    color: #09408e;
}

.AnswerItem-kocTitle {
    font-weight: 600;
}

.AnswerItem-kocTitle em {
    color: #d95350;
    font-style: normal
}

.Search-container .SearchResult-cover .RichContent-cover+.RichContent-inner {
    margin-top: 12px
}

.SearchResult-cover img {
    max-width: 100%
}





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

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

.VoteButton:disabled:hover {
    background: #f8f8fa;
}

.VoteButton.is-active {
    background: #1772f6;
    color: #fff;
}

.VoteButton.is-active:hover {
    background-color: #1772f6;
}

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

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

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

.PinItem-author {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px
}

.PinItem-authorInfo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.PinItem-remainContentRichText {
    margin-top: 10px;
    pointer-events: auto
}

.PinItem-remainContentRichText .link-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 10px
}

.PinItem-remainContentRichText .link-box .content {
    padding-left: 0
}

.PinItem-remainContentRichText .link-box .thumbnail {
    border-radius: 4px;
    height: 72px;
    width: 72px
}

.PinItem-remainContentRichText blockquote {
    cursor: pointer
}

.PinItem-3lineBlockquote {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-height: 81px;
    overflow: hidden;
    text-overflow: ellipsis
}

.PinItem-contentTitle {
    max-height: 54px
}

.PinItem-contentTitle,.PinItem-contentUrl {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

.Thumbnail-Wrapper {
    width: 25%
}

.PinItem-content-originpin {
    --v4227349361: var(--flag-light,0 1px 3px rgba(0,0,0,.1)) var(--flag-dark,0 1px 3px rgba(0,0,0,.1));
    border: 1px solid #ebeced;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
}

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

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

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

.PinItem-content-originpin {
    background: #fff;
    border-radius: 4px;
    font-size: 15px;
    line-height: 25px;
    margin-top: 20px;
    overflow: visible;
    padding: 16px
}

.PinItem-content-originpin .ContentItem-actions {
    background: transparent
}

.PinItem-content-originpin blockquote {
    margin: 8px 0
}

.PinItem-content-originpin .link-text {
    border-bottom: none!important;
    color: #9196a1;
    font-size: 14px;
    line-height: 16px;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.PinItem-content-originpin .RichText-video {
    margin: 0;
    width: 50%
}

.PinItem-followButton {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.PinItem .hash_tag {
    color: #09408e;
}

.ImageView {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    z-index: 101
}

.ImageView.is-active {
    --v2780095318: var(--flag-light,rgba(0,0,0,.65)) var(--flag-dark,rgba(0,0,0,.65));
    background-color: rgba(0,0,0,.65);
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .ImageView.is-active {
        background-color:oklch(from var(--GBK02B) l c h/.65)
    }
}

.ImageView-inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%
}

.ImageView-img {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out
}

.ImageView-transformOrigin {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity,-webkit-transform opacity
}

.ImageGallery {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    z-index: 101
}

.ImageGallery.is-active {
    --v2780095318: var(--flag-light,rgba(0,0,0,.65)) var(--flag-dark,rgba(0,0,0,.65));
    background-color: rgba(0,0,0,.65);
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .ImageGallery.is-active {
        background-color:oklch(from var(--GBK02B) l c h/.65)
    }
}

.ImageGallery .ImageGallery-Content {
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ImageGallery .ImageGallery-Content .ImageGallery-arrow-left,.ImageGallery .ImageGallery-Content .ImageGallery-arrow-right {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ImageGallery-arrow-left,.ImageGallery-arrow-right,.ImageGallery-close {
    cursor: pointer;
    height: 72px;
    position: absolute;
    width: 72px
}

.ImageGallery-arrow-left:before,.ImageGallery-arrow-right:before,.ImageGallery-close:before {
    border-radius: 50%;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%
}

.ImageGallery-arrow-left:hover:before,.ImageGallery-arrow-right:hover:before,.ImageGallery-close:hover:before {
    background: #fff;
    opacity: .1
}

.ImageGallery-arrow-left:active:before,.ImageGallery-arrow-right:active:before,.ImageGallery-close:active:before {
    background: #fff;
    opacity: .3
}

.ImageGallery-arrow-left svg,.ImageGallery-arrow-right svg,.ImageGallery-close svg {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.ImageGallery-arrow-disabled {
    cursor: default;
    opacity: .3
}

.ImageGallery-arrow-disabled:active:before,.ImageGallery-arrow-disabled:hover:before {
    background: transparent
}

.ImageGallery-Inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 100%
}

.ImageGallery-CursorZoomIn {
    cursor: -webkit-zoom-in
}

.ImageGallery-transition {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.ImageGallery-fixed {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.ImageGallery-close {
    position: absolute;
    right: 14px;
    top: 24px
}

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

.Rtc5EsgoU5t1ikdV4FYZ {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    padding: 0 2px 2px 0
}

.UnQ44lstSc4XllzHTKIo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    justify-content: center;
    left: 0;
    letter-spacing: 4px;
    position: absolute;
    right: 2px;
    top: 0;
    z-index: 1
}

.UnQ44lstSc4XllzHTKIo:before {
    background: #191b1f;
    content: "";
    height: 100%;
    left: 0;
    opacity: .3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.nColYz_NLAbUeTQAZScP {
    --v4231797348: var(--flag-light,hsla(0,0%,100%,.55)) var(--flag-dark,rgba(25,27,31,.55));
    --v1083787172: var(--flag-light,1px solid rgba(25,27,31,.15)) var(--flag-dark,1px solid hsla(0,0%,100%,.15));
    --v2575282354: var(--flag-light,rgba(25,27,31,.35)) var(--flag-dark,hsla(0,0%,100%,.35));
    background: hsla(0,0%,100%,.55);
    border: 1px solid rgba(25,27,31,.15);
    border-radius: 4px;
    bottom: 6px;
    color: rgba(25,27,31,.35);
    cursor: pointer;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    height: 16px;
    line-height: 18px;
    position: absolute;
    right: 6px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 28px
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .nColYz_NLAbUeTQAZScP {
        background:oklch(from var(--GBK99A) l c h/.55);
        border: 1px solid oklch(from var(--GBK02A) l c h/.15);
        color: oklch(from var(--GBK02A) l c h/.35)
    }
}

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

.QuestionItem-muteStatus {
    background-color: #f8f8fa;
    border-radius: 3px;
    color: #8491a5;
    cursor: default;
    display: inline-block;
    font-size: 12px;
    line-height: 1.5;
    margin-left: 8px;
    padding: 0 6px
}

.QuestionItem-icon {
    margin-left: 8px
}

.QuestionItem-footer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.QuestionItem-answerIcon {
    margin-right: 4px
}

.QuestionItem-mobileDot:after {
    content: "â€¢"
}

.QuestionItem-mobileDot {
    margin: 0 10px
}

.SpecialItem-imgWrap {
    -ms-flex-negative: 0;
    border-radius: 4px;
    flex-shrink: 0;
    font-size: 0;
    height: 60px;
    margin-right: 16px;
    width: 60px
}

.SpecialItem-img {
    border-radius: inherit;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

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

.SpecialItem-wrap em {
    color: #f1403c;
    font-style: normal
}

.SpecialItem-btn {
    -ms-flex-negative: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1772f6;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 500;
    height: 32px;
    justify-content: center;
    margin-left: auto;
    margin-top: 12px;
    width: 88px
}

.SpecialItem-btnMobile {
    --v3840355414: var(--flag-light,hsla(221,8%,60%,.08)) var(--flag-dark,hsla(221,8%,60%,.08));
    background-color: hsla(221,8%,60%,.08);
    color: #1772f6;
}

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

.SpecialItem-content {
    margin-right: 20px
}

.SpecialItem-desc {
    cursor: pointer;
    line-height: 24px
}

.SpecialItem-desc:active,.SpecialItem-desc:hover {
    color: #535861;
}

.SpecialItem-count,.SpecialItem-desc {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.SpecialItem-count {
    color: #8491a5;
    cursor: pointer;
    font-size: 14px;
    line-height: 24px
}

.SpecialItem-titleWrap {
    cursor: pointer;
    margin-bottom: 4px
}

.SpecialItem-titleLabel,.SpecialItem-titleWrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 20px
}

.SpecialItem-titleLabel {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-negative: 0;
    background-color: #e7eaf1;
    border-radius: 4px;
    color: #8491a5;
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 500;
    justify-content: center;
    line-height: 14px;
    width: 44px
}

.SpecialItem-title {
    cursor: pointer;
    font-size: 16px;
    line-height: 16px;
    margin-right: 12px
}

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

.SpecialItem-title {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis
}

.AnswerItem-kocIcon {
    margin-right: 8px
}

.ZvideoBoxItem em {
    color: #f1403c;
    font-style: normal
}

.ZvideoBoxItem-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 14px
}

.ZvideoBoxItem-coverWrap {
    border-radius: 4px;
    font-size: 0;
    height: 115px;
    position: relative;
    width: 100%
}

.ZvideoBoxItem-coverWrapMobile {
    border-radius: 5px
}

.ZvideoBoxItem-cover {
    border-radius: inherit;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.ZvideoBoxItem-contentItem {
    cursor: pointer;
    width: calc(33.33333% - 8px)
}

.ZvideoBoxItem-contentItem:not(:last-child) {
    margin-right: 12px
}

.ZvideoBoxItem-contentMobile {
    overflow-x: scroll;
    overflow-y: hidden
}

.ZvideoBoxItem-contentMobile .ZvideoBoxItem-contentItem {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 160px
}

.ZvideoBoxItem-contentMobile .ZvideoBoxItem-coverWrap {
    height: 90px
}

.ZvideoBoxItem-contentMobile::-webkit-scrollbar {
    display: none
}

.ZvideoBoxItem-contentTitle {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 8px
}

.ZvideoBoxItem-contentTitle:hover {
    color: #09408e;
}

.ZvideoBoxItem-contentCount {
    color: #8491a5;
    font-size: 14px;
    line-height: 14px;
    margin-top: 8px
}

.ZvideoBoxItem-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    height: 20px
}

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

.ZvideoBoxItem-titleLabel {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #e7eaf1;
    border-radius: 4px;
    color: #8491a5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    height: 20px;
    justify-content: center;
    margin-left: 12px;
    width: 46px
}

.ZvideoItem .RichContent .RichContent-cover+.RichContent-inner {
    margin-top: 16px
}

.ZvideoItem .RichContent .RichContent-cover {
    margin-bottom: 2px
}

.ZvideoItem .RichContent .ContentItem-actions {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding-bottom: 10px
}

.ZvideoItem-mobile .RichContent .ContentItem-actions {
    height: 40px;
    padding-bottom: 6px
}

.ZvideoBoxItem-player {
    height: 48px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 48px
}

.ZvideoBoxItem-playerMobile {
    height: 28px;
    width: 28px
}

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

.ZvideoBoxItem-maskMobile {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.ZvideoBoxItem-duration {
    bottom: 6px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    position: absolute;
    right: 6px
}

.ProfileSearch .ContentItem-actions {
    padding-bottom: 10px
}

.ProfileSearch .Search-questionFollowButton {
    padding: 0 10px
}

.SearchTabs {
    background-color: #fff;
    padding-top: 2px;
    width: 100%
}

.SearchTabs.SearchTab-bottomShadow {
    --v4227349361: var(--flag-light,0 1px 3px rgba(0,0,0,.1)) var(--flag-dark,0 1px 3px rgba(0,0,0,.1));
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .SearchTabs.SearchTab-bottomShadow {
        -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] .SearchTabs.SearchTab-bottomShadow {
    --v4227349427: var(--flag-light,0 1px 3px rgba(0,0,0,.3)) var(--flag-dark,0 1px 3px rgba(0,0,0,.3));
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
}

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

.SearchTabs-inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 auto;
    width: 1000px
}

.SearchTabs-actions,.SearchTabs-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.SearchTabs-actions {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-negative: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-shrink: 0;
    justify-content: space-between
}

.SearchTabs-actions .Tabs {
    border-bottom: 0
}

.SearchTabs-actions .Tabs:first-child {
    margin-left: 3px
}

.SearchTabs-actions .Tabs>span {
    display: inline-block
}

.SearchTabs-actions .Select-button {
    margin-left: 6px
}

.SearchTabs-actions .Tabs-item {
    padding: 0 15px
}

.SearchTabs-selectList {
    width: 104px
}

.SearchTabs-profile {
    -ms-flex-negative: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    align-items: center;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: flex-end;
    margin-left: 24px;
    max-width: 105px
}

.SearchTabs-profile,.SearchTabs-searchBarContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.SearchTabs-searchBarContainer {
    min-width: 219px
}

.SearchTabs.isLogin .SearchTabs-searchBarContainer {
    min-width: 250px
}

.SearchTabs.isLogin .SearchTabs-profile {
    margin-right: 12px;
    max-width: 58px
}

.SearchTabs-customFilterEntry {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #8491a5;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    margin-left: 30px;
    margin-right: 10px
}

.SearchTabs-customFilter {
    -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-bottom: 10px;
    width: 1000px
}

.SearchTabs-customFilter--group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #8491a5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 32px;
    margin-top: 10px;
    padding-left: 15px
}

.SearchTabs-customFilter--tag {
    -ms-flex-negative: 0;
    border-radius: 6px;
    cursor: pointer;
    flex-shrink: 0;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 86px
}

.SearchTabs-customFilter .tag-selected,.SearchTabs-customFilter--tag:hover {
    color: #1772f6;
    font-weight: 500
}

.SearchTabs-customFilter .tag-selected {
    --v2826452827: var(--flag-light,rgba(23,114,246,.1)) var(--flag-dark,rgba(85,142,255,.1));
    background-color: rgba(23,114,246,.1);
}

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

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

.ActivityItem-metaTitle {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

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

.CreatorPassModal {
    width: 400px
}

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

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

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

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

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

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

.CreatorPassModal-decorateTitleText {
    margin: 0 16px
}

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

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

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

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

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

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

.Calendar--showtime {
    width: 380px
}

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

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

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

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

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

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

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

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

.Calendar-topToolButton button {
    height: 24px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.VideoUploadButton-fileInput {
    display: none
}

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

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

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

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

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

.DraftHistory-loading {
    margin: auto
}

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

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

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

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

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

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

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

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

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

.DraftHistory-version:after {
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 2px #9196a1,0 0 0 4px #fff;
    box-shadow: 0 0 0 2px #9196a1,0 0 0 4px #fff;
    -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;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 6px;
    width: 6px
}

.DraftHistory-LocalSideTabWrapper .DraftHistory-version--selected:after,.DraftHistory-version--selected:after {
    background-color: #1772f6;
    -webkit-box-shadow: 0 0 0 2px #fff,0 0 0 3px #1772f6;
    box-shadow: 0 0 0 2px #fff,0 0 0 3px #1772f6;
    -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;
    font-size: 17px;
    line-height: 24px
}

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

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

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

.DraftHistory-empty {
    margin: auto
}

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

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

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

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

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

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

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

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

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

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

.DraftHistoryModal {
    width: 935px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.PaymentTypeSetting-columnSettingField {
    padding: 11px 0
}

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

.PaymentTypeSetting-labelName {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #373a40;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    margin-right: 3px;
    width: 110px
}

.PaymentTypeSetting-radioContainer,.PaymentTypeSetting-radioLabel {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.PaymentTypeSetting-radioLabel {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #8491a5;
    font-size: 14px;
    margin: 0 20px 0 0;
    min-width: 0
}

.PaymentTypeSetting-radioLabel>label {
    margin-right: 8px
}

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

.PaymentTypeSetting-singlePurchaseContainer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 8px
}

.PaymentTypeSetting-singlePurchaseInput {
    margin: 0 4px
}

.PaymentTypeSetting-videoUploadForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 28px
}

.PaymentTypeSetting-videoUploadForm .PaymentTypeSetting-labelName {
    -webkit-box-flex: 0;
    color: #191b1f;
    -ms-flex: 0 0 105px;
    flex: 0 0 105px;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    margin: 0;
    padding: 0
}

.PaymentTypeSetting-videoUploadForm .PaymentTypeSetting-labelName:after {
    color: #d95350;
    content: "*";
    margin-left: 4px
}

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

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

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

.DateTimePicker-selectList.Select-list {
    max-height: 226px
}

.DateTimePicker button,.DateTimePicker-label {
    margin-right: .6em
}

.TopicBios-loading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    min-height: 400px
}

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

.TopicBioItem .AuthorInfo {
    color: #535861;
}

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

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

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

.TopicBioItem-modifyButton:hover {
    color: #09408e;
}

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

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

.TopicBioItem-input .Input {
    color: #535861;
    height: auto
}

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

.TopicBioItem-actions {
    text-align: right
}

.TopicBioItem-actions .Button:not(:first-child) {
    margin-left: 25px
}

.TopicBioItem-addButton {
    border: 1px solid #ebeced;
    height: 48px;
    padding: 0 12px;
    text-align: left
}

.TopicBioItem-addButton:hover {
    border-color: #09408e;
}

.TopicBioItem-addButton .Icon {
    fill: currentColor
}

@-webkit-keyframes fsFadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fsFadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fsFadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fsFadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes fsSlideUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fsSlideUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fsSlideDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
}

@keyframes fsSlideDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
}

.AnswerForm {
    position: relative
}

.AnswerForm .Editable-toolbar {
    border-top: 1px solid #ebeced;
}

.AnswerForm .Sticky.is-fixed .Editable-toolbar,.AnswerForm--isToolbarSticky .Editable-toolbar {
    border-bottom: none;
    border-top: none
}

.AnswerForm .Sticky.is-fixed .Editable-toolbar:after,.AnswerForm--isToolbarSticky .Editable-toolbar:after {
    --v1171690763: var(--flag-light,radial-gradient(ellipse at 50% 1%,rgba(25,27,31,.1),hsla(0,0%,100%,0) 80%)) var(--flag-dark,radial-gradient(ellipse at 50% 1%,hsla(0,0%,100%,.1),rgba(25,27,31,0) 80%));
    background: radial-gradient(ellipse at 50% 1%,rgba(25,27,31,.1),hsla(0,0%,100%,0) 80%);
    content: " ";
    height: 3px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 100%
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .AnswerForm .Sticky.is-fixed .Editable-toolbar:after,.AnswerForm--isToolbarSticky .Editable-toolbar:after {
        background:radial-gradient(ellipse at 50% 1%,oklch(from var(--GBK02A) l c h/.1),oklch(from var(--GBK99A) l c h/0) 80%)
    }
}

.AnswerForm-fullscreenBackdrop {
    --v3331801949: var(--flag-light,rgba(25,27,31,.3)) var(--flag-dark,hsla(0,0%,100%,.3));
    -webkit-animation: fsFadeIn .3s ease-in-out;
    animation: fsFadeIn .3s ease-in-out;
    background: rgba(25,27,31,.3);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99
}

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

.AnswerForm-fullscreenBackdrop.isLeaveActive {
    -webkit-animation: fsFadeOut .3s ease-out;
    animation: fsFadeOut .3s ease-out
}

.AnswerForm-fullscreenScroller {
    -webkit-box-flex: 1;
    -webkit-overflow-scrolling: touch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: #fff;
    background: #f8f8fa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1;
    flex: 1 1;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto
}

.AnswerForm-cloneEditor {
    opacity: 1
}

.AnswerForm-fullscreenContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-animation: fsSlideUp .3s ease-in-out;
    animation: fsSlideUp .3s ease-in-out;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100
}

.AnswerForm-fullscreenContent.isLeaveActive {
    -webkit-animation: fsSlideDown .3s ease-out;
    animation: fsSlideDown .3s ease-out
}

.AnswerForm-fullscreenContent .RichText {
    --v3050994928: var(--flag-light,0 1px 3px 0 rgba(0,0,0,.1)) var(--flag-dark,0 1px 3px 0 rgba(0,0,0,.1));
    background: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
    height: calc(100% - 52px);
    min-height: 0!important;
    min-height: auto!important
}

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

.AnswerForm-fullscreenContent .Editable {
    -webkit-box-flex: 1;
    border: none;
    -ms-flex: 1 1;
    flex: 1 1
}

.AnswerForm-fullscreenContent .Editable-toolbar {
    background: #fff;
    border-color: #ebeced;
    border-width: 1px 0;
    border-top: none;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10
}

.AnswerForm-fullscreenContent .AnswerForm-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 688px;
    width: 100%
}

.AnswerForm-fullscreenContent .AnswerForm-editor {
    -webkit-box-flex: 1;
    display: block;
    -ms-flex: 1 1;
    flex: 1 1;
    position: static
}

.AnswerForm-fullscreenContent .AnswerForm-footer {
    background: #f8f8fa;
    -webkit-box-shadow: none;
    box-shadow: none
}

.AnswerForm-enterFullscreenButton {
    padding: 0 6px
}

.AnswerForm-exitFullscreenButton {
    background: #ebeced;
    border: none;
    border-radius: 4px;
    line-height: 30px;
    padding: 0 8px;
    position: fixed;
    right: 17px;
    top: 17px;
    z-index: 11
}

.AnswerForm-exitFullscreenButton .Icon {
    fill: currentColor;
    margin-right: 8px
}

.AnswerForm-exitFullscreenButton:hover {
    background: #ebeced;
    color: #81858f;
}

.AnswerForm-title {
    font-size: 22px;
    font-weight: 600;
    margin: 16px 0;
    padding: 0 20px
}

.AnswerForm-editor.is-focus {
    border: none
}

.AnswerForm-editor .Dropzone-overlay {
    margin: 14px 24px
}

.AnswerForm-cloneEditor,.AnswerForm-editor {
    border: none;
    border-radius: 0
}

.AnswerForm-cloneEditor .RichText--editable,.AnswerForm-editor .RichText--editable {
    font-size: 15px;
    padding: 12px 20px
}

.AnswerForm-footer {
    background: #fff;
    position: relative
}

.AnswerForm--isFullscreen .AnswerForm-footer,.AnswerForm-footer.is-fixed {
    --v477414294: var(--flag-light,0 -1px 3px 0 rgba(9,64,142,.05)) var(--flag-dark,0 -1px 3px 0 rgba(82,113,176,.05));
    -webkit-box-shadow: 0 -1px 3px 0 rgba(9,64,142,.05);
    box-shadow: 0 -1px 3px 0 rgba(9,64,142,.05);
}

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

.AnswerForm-footer--hidden {
    opacity: 0;
    pointer-events: none
}

.AnswerForm-footerContent {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
    padding: 12px 24px;
    position: relative
}

.AnswerForm-footerContent:empty {
    display: none
}

.AnswerForm-footerContent+.AnswerForm-footerContent {
    border-top: 1px solid #ebeced;
}

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

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

.AnswerForm-delete:hover .Icon {
    fill: #9196a1;
}

.AnswerForm-draftStatus--failed {
    color: #d95350;
}

.AnswerForm-footerRight {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.AnswerForm-submit {
    margin-left: 22px
}

.AnswerForm-cancel {
    color: #09408e;
    cursor: pointer
}

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

.AnswerForm-Notication {
    background: #191b1f;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    height: 20px;
    left: 100%;
    line-height: 20px;
    margin-left: 16px;
    opacity: .8;
    padding: 8px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    white-space: nowrap
}

.AnswerForm-Notication:after {
    border-bottom: 8px solid #191b1f;
    border-left: 8px solid transparent;
    border-radius: 1px;
    border-right: 8px solid transparent;
    content: "";
    height: 0;
    left: -12px;
    margin: 6px auto auto;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 0;
    z-index: 3
}

.AnswerForm-openRewardButton {
    margin-right: 40px;
    position: relative
}

.AnswerForm-openRewardLabel {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #8491a5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 20px
}

.AnswerForm-openRewardCheckbox {
    margin-right: 9px
}

.AnswerForm-scheduledPublishCallout {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #8491a5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.AnswerForm-scheduledPublishCallout .DateTimePicker button {
    line-height: 26px
}

.UserProfitCardSelector {
    height: calc(100vh - 48px);
    width: 700px
}

.UserProfitCardSelector .Modal-content,.UserProfitCardSelector .Modal-inner,.UserProfitCardSelector-content,.UserProfitCardSelector-iframe {
    height: 100%
}

.UserProfitCardSelector .Modal-content {
    margin: 0;
    padding: 0
}

.AnswerForm-MCNEditor {
    height: 385px;
    overflow: hidden;
    width: 536px
}

.AnswerForm-MCNEditor .Modal-content,.AnswerForm-MCNEditor .Modal-inner {
    height: 100%;
    overflow: hidden
}

.AnswerForm-MCNEditor .Modal-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%
}

.AnswerForm-MCNEditor .AnswerForm-MCNEditorIframe {
    max-height: 100vh
}

.u-pointerEventsNone {
    pointer-events: none
}

.ToolbarV3SubmenuButton {
    display: block
}

.ToolbarV3Menu-container {
    border: none;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 100px 0 rgba(0,0,0,.12);
    box-shadow: 0 4px 100px 0 rgba(0,0,0,.12)
}

.ToolbarV3Menu-container .Menu {
    padding: 4px
}

.AnswerModal-list {
    font-size: 14px;
    line-height: 1.75
}

.AnswerModal-list>li:not(:first-child) {
    margin-top: 4px
}

.AnswerModal-moreLink {
    border-bottom: 1px solid transparent;
    color: #09408e;
    display: inline-block;
    font-size: 14px;
    margin-top: 8px
}

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

.CreatorRightsNotification .Modal-content {
    margin: 0;
    padding: 0
}

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

.CreatorRightsNotification-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-top: 40px;
    text-align: center
}

.CreatorRightsNotification-content {
    font-size: 14px;
    margin: 24px 24px 0;
    text-align: center
}

.CreatorRightsNotification-content a {
    color: #09408e;
}

.CreatorRightsNotification-buttonGroup {
    margin: 32px 0 24px
}

.CreatorRightsNotification-buttonGroup .Button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 280px
}

.CreatorRightsNotification-buttonGroup .CreatorRightsNotification-dismiss.Button {
    margin-top: 12px
}

.ModalExp-background {
    background-color: rgba(26,26,26,.4);
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 3
}

.ModalExp-content {
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    bottom: -60vh;
    height: 60vh;
    left: 0;
    overflow: scroll;
    position: fixed;
    -webkit-transition: bottom .2s cubic-bezier(.4,0,.2,1);
    transition: bottom .2s cubic-bezier(.4,0,.2,1);
    z-index: 4
}

.ModalExp-closeIcon {
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 102
}

.ModalExp-modalShow {
    bottom: 0
}

.SkipModal .ModalExp-modalShow {
    border-radius: 12px;
    height: 132px;
    left: 50%;
    margin-left: -140px;
    margin-top: -66px;
    position: fixed;
    top: 50%;
    width: 280px
}

.SkipModal .ModalExp-modalShow .title {
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    margin: 24px 0;
    text-align: center
}

.SkipModal .ModalExp-modalShow .button_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.SkipModal .ModalExp-modalShow .Button--plain,.SkipModal .ModalExp-modalShow .Button--primary {
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    line-height: 22px;
    width: 112px
}

.SkipModal .ModalExp-modalShow .Button--primary {
    background-color: #06f;
    color: #fff
}

.SkipModal .ModalExp-modalShow .Button--plain {
    background-color: #eaeaea;
    color: #444;
    margin: 0 16px 0 20px
}

.ModalLoading-background {
    background-color: rgba(26,26,26,.4);
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 101
}

.ModalLoading-content {
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 102
}

.ModalLoading-modalShow {
    bottom: 0;
    display: block;
    left: 0
}

.ModalWrap-body {
    overflow: hidden!important
}

.ModalWrap .ModalExp-content {
    border-radius: 20px 20px 0 0;
    height: 200px;
    width: 100%;
    z-index: 102
}

.ModalWrap .ModalExp-background {
    z-index: 101
}

.ModalWrap-content {
    padding: 15px 20px
}

.ModalWrap-title {
    color: #191b1f;
    font-size: 14px
}

.ModalWrap-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 43px;
    padding: 16px 0
}

.ModalWrap-item:last-child {
    position: relative
}

.ModalWrap-item:last-child:before {
    border-top: 1px solid #c4c7ce;
    bottom: -50%;
    content: " ";
    display: block;
    left: -50%;
    pointer-events: none;
    position: absolute;
    right: -50%;
    top: -50%;
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.ModalWrap-item:last-child .ModalWrap-itemBtn {
    --v470502664: var(--flag-light,hsla(210,5%,93%,.7)) var(--flag-dark,rgba(40,43,48,.7));
    background-color: hsla(210,5%,93%,.7);
    color: #535861;
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .ModalWrap-item:last-child .ModalWrap-itemBtn {
        background-color:oklch(from var(--GBK09A) l c h/.7)
    }
}

.ModalWrap-itemBtn {
    background-color: #1772f6;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    margin-left: auto;
    text-align: center;
    width: 90px
}

.ModalWrap-itemTitle {
    color: #191b1f;
    font-size: 18px;
    font-weight: 600;
}

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

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

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

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

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

.Reward-rewardBtn {
    background: #f04567;
    border-radius: 4px;
    color: #fff;
    height: 32px;
    margin-bottom: 12px;
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px
}

@font-face {
    font-family: ZHVipFont;
    src: url(https://unpkg.zhimg.com/@cfe/assets@1.4.0/dist/fonts/ZHVipFont-Medium.ttf)
}

.Reward {
    color: #81858f;
    font-size: 14px;
    text-align: center
}

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

.SelfVisibleLable-wrap {
    background-color: #f8f8fa;
    border-radius: 6px;
    font-size: 14px;
    height: 40px;
    line-height: 40px
}

.SelfVisibleLable-lockIcon {
    margin-left: 13px;
    margin-right: 7px
}

.EBookItem .ContentItem-title {
    margin-top: 0
}

.EBookItem-description {
    color: #191b1f;
    line-height: 27px;
    margin-bottom: 16px;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.EBookItem-image {
    --v1782421442: var(--flag-light,0 1px 4px 0 rgba(25,27,31,.12)) var(--flag-dark,0 1px 4px 0 hsla(0,0%,100%,.12));
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(25,27,31,.12);
    box-shadow: 0 1px 4px 0 rgba(25,27,31,.12);
    vertical-align: top
}

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

.EBookItem-actions {
    margin-top: 4px
}

.EBookItem-price {
    color: #d95350;
}

.EBookItem-price del {
    color: #8491a5;
    margin-left: 6px
}

.LiveAvatar-wrapper {
    border-radius: 10%;
    display: inline-block;
    overflow: hidden;
    position: relative
}

.LiveAvatar-column {
    display: inline-block;
    height: 100%;
    overflow: hidden;
    width: calc(50% - 1px)
}

.LiveAvatar-img {
    border-radius: inherit;
    display: block
}

.LiveAvatar-img.alignCenter {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%)
}

.LiveAvatar-img+.LiveAvatar-img {
    border-top: 2px solid #fff;
}

.LiveAvatar-column+.LiveAvatar-column {
    border-left: 2px solid #fff;
}

.LiveItem-description {
    cursor: pointer;
    display: inline-block;
    line-height: 26px
}

.LiveItem-description.is-expand {
    overflow: auto;
    white-space: pre-wrap
}

button.LiveItem-description {
    display: block;
    text-align: left;
    width: 100%
}

.LiveItem-price {
    color: #d95350;
}

.LiveItem-price del {
    color: #8491a5;
    margin-left: 3px
}

.LiveItem-cover {
    border-radius: 4px;
    display: block;
    height: 160px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%
}

.LiveItem-cover img {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    width: 100%
}

.RoundtableItem-badge {
    background-color: #f8f8fa;
    border-radius: 3px;
    color: #8491a5;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin-left: 8px;
    padding: 3px 6px;
    vertical-align: 1px;
    white-space: nowrap
}

.TopicItem-statusLink {
    color: #09408e;
    font-size: 14px
}

.ProfileCreations-sortTab:first-child {
    padding-left: 0
}

.VideoUploadForm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 30px
}

.VideoUploadForm-content {
    -webkit-box-flex: 1;
    -webkit-box-sizing: "border-box";
    box-sizing: "border-box";
    -ms-flex: auto;
    flex: auto;
    overflow: auto;
    padding-top: 10px
}

.VideoUploadForm-content::-webkit-scrollbar {
    display: none
}

.VideoUploadForm-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 28px;
    position: relative;
    width: 640px
}

.VideoUploadForm-itemTitle {
    -webkit-box-flex: 0;
    color: #191b1f;
    -ms-flex: 0 0 105px;
    flex: 0 0 105px;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px
}

.VideoUploadForm-itemTitle--required:after {
    color: #d95350;
    content: " *"
}

.VideoUploadForm-itemTitle--top,.VideoUploadForm-itemTitle--topBelow,.VideoUploadForm-itemTitle--topic {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.VideoUploadForm-itemTitle--topic {
    margin-top: 4px
}

.VideoUploadForm-itemTitle--topBelow {
    margin-top: 8px
}

.VideoUploadForm-itemError {
    color: #d95350;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 42px
}

.VideoUploadForm-itemError--multiline {
    top: 138px
}

.VideoUploadForm-itemLimit {
    color: #8491a5;
    font-size: 12px;
    margin-left: 12px
}

.VideoUploadForm-itemLimit--multiline {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 18px;
    justify-content: flex-end;
    margin-top: 6px;
    width: 100%
}

.VideoUploadForm-input {
    width: 100%
}

.VideoUploadForm-input.VideoUploadForm-input--multiline {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.VideoUploadForm-select {
    margin-right: 16px
}

.VideoUploadForm-select button {
    color: #373a40;
}

.VideoUploadForm-select button .Zi {
    color: #8491a5;
}

.VideoUploadForm-selectList.Select-list {
    max-height: 260px;
    overflow-y: auto
}

.VideoUploadForm-selectList.Select-list .Select-option {
    color: #373a40;
}

.VideoUploadForm-feature {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1772f6;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    margin-right: 16px
}

.VideoUploadForm-feature--disabled {
    cursor: not-allowed;
    opacity: .4
}

.VideoUploadForm-featureIcon {
    margin-right: 4px
}

.VideoUploadForm-radioContainer,.VideoUploadForm-typeContainer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.VideoUploadForm-radioContainer {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.VideoUploadForm-radioContainer--disabled {
    opacity: .3
}

.VideoUploadForm-radioLabel {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    line-height: 21px;
    margin-right: 32px
}

.VideoUploadForm-radio {
    margin-right: 8px
}

.VideoUploadForm-typeHint {
    color: #9196a1;
    font-size: 12px;
    line-height: 20px
}

.VideoUploadForm-imageContainer {
    border-radius: 3px;
    height: 140px;
    position: relative;
    width: 224px
}

.VideoUploadForm-image {
    background-color: #000;
    border-radius: 3px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.VideoUploadForm-uploadStatus {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f8f8fa;
    border-radius: 3px;
    color: #8491a5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px;
    height: 100%;
    justify-content: center
}

.VideoUploadForm-duration {
    bottom: 8px;
    color: #fff;
    font-size: 12px;
    left: 12px;
    line-height: 14px;
    position: absolute;
    z-index: 1
}

.VideoUploadForm-imageEditButton.Video-uploadPosterButton {
    background-color: rgba(0,0,0,.8);
    border-radius: 3px;
    bottom: 8px;
    color: #fff;
    cursor: pointer;
    height: 32px;
    padding: 0 12px;
    right: 8px;
    width: auto;
    z-index: 1
}

.VideoUploadForm-draftHint,.VideoUploadForm-imageEditButton.Video-uploadPosterButton {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    position: absolute
}

.VideoUploadForm-draftHint {
    bottom: 20px;
    color: #8491a5;
    font-weight: 500;
    height: 34px;
    right: 130px
}

.VideoUploadForm-draftHint .Zi {
    margin-right: 4px
}

.VideoUploadForm-buttonGroup {
    -webkit-box-flex: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #ebeced;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: none;
    flex: none;
    height: 50px;
    justify-content: center;
    margin-right: 30px;
    width: 100%
}

.VideoUploadForm-submitButton {
    margin-left: 12px
}

.VideoUploadForm-scheduledPublish {
    font-size: 15px;
    height: 34px
}

.VideoUploadForm-scheduledPublish--timePicker {
    color: #535861;
    margin-left: 20px
}

.VideoUploadForm-scheduledPublish--timePicker button {
    color: #373a40;
}

.VideoUploadForm-scheduledPublish--timePicker button .Zi {
    color: #8491a5;
}

.VideoUploadForm-scheduledPublish--tooltip {
    color: #535861;
}

.ZVideoToolbar-videoFormModal {
    height: auto
}

.ZVideoToolbar-videoFormModal .Modal-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px
}

.ZVideoToolbar-videoFormModal .Modal-title {
    margin: 24px 0 0;
    text-align: left
}

.ZVideoToolbar-videoForm {
    border-top: none;
    margin-right: 4px;
    padding: 0 20px 24px
}

.ZVideoToolbar-menuContainer {
    z-index: 0
}

.ZVideoToolbar-menuItem {
    line-height: 40px
}

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

.Reviewing {
    background-color: #f8f8fa;
    border-radius: 6px;
    color: #373a40;
    font-size: 14px;
    line-height: 20px;
    margin: 16px auto;
    max-width: 688px;
    padding: 16px
}

.Reviewing-top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 21px
}

.Reviewing-tip {
    font-size: 15px;
    font-weight: 600;
    line-height: 21px;
    margin-left: 4px
}

.Reviewing-text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px
}

.ZVideoItem-video {
    margin: 16px 0;
    position: relative
}

.ZVideoItem-video:before {
    content: "";
    display: block;
    padding-top: 56.25%
}

.ZVideoItem-player {
    border: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

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

.ZVideoItem-hiddenSign {
    color: #9196a1;
    font-size: 15px;
    font-weight: 500;
    margin-right: 8px
}

.ZVideoItem-hiddenSign svg {
    fill: currentColor;
    margin-right: 4px
}

/*# sourceMappingURL=main-org-routes.216a26f4.34dad62fa1e2cb813652.css.map*/
.css-55n9hh{position:fixed;top:0;right:0;left:0;z-index:101;display:none;height:2px;pointer-events:none;background:#1772F6;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);}
.css-s8xum0{position:fixed;z-index:100;width:100%;top:0;}

.css-72pd91{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;}
.css-1xvhq7k{box-sizing:border-box;margin:0;min-width:0;color:#09408e;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;color:#373a40;font-weight:normal;padding:0 12px;font-size:16px;-webkit-transition:color 0.15s ease-out;transition:color 0.15s ease-out;-webkit-text-decoration:none;text-decoration:none;}.css-1xvhq7k:focus{outline:none;-webkit-transition:box-shadow 0.3s;transition:box-shadow 0.3s;}.css-1xvhq7k:focus-visible{box-shadow:0 0 0 2px #ffffff,0 0 0 4px rgba(23,114,246,0.3);}.css-1xvhq7k:hover{font-weight:600;color:#191B1F;}
.css-135a9x5{position:relative;gap:2px;}
.css-c400lu{box-sizing:border-box;margin:0;min-width:0;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;gap:2px;}
.css-xd86it{box-sizing:border-box;margin:0;min-width:0;position:absolute;right:5px;top:0;font-size:11px;-webkit-transform:scale(0.8) translate(100%,-50%);-ms-transform:scale(0.8) translate(100%,-50%);transform:scale(0.8) translate(100%,-50%);border:2px solid;border-color:#ffffff;border-radius:9999px;font-weight:normal;background:linear-gradient(270deg,#1CBEFE 0%,#00CA9E 100%);color:#ffffff;padding:.5px 4px;}
.css-53paqb{box-sizing:border-box;margin:0;min-width:0;background-color:#c4c7ce;margin-left:10px;margin-right:10px;width:1px;height:15px;}
.css-11bp94m{-webkit-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;}

.css-e4pgg3{--inputPadding:16px;}

.css-1kuhax6{color:var(--MapBrand);opacity:1;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:0.25s;transition-duration:0.25s;-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;}.css-1kuhax6:hover{opacity:1;}
.css-hnfpd2{gap:2px;white-space:nowrap;border-radius:9999px;-webkit-transition:background .15s ease-out;transition:background .15s ease-out;background:linear-gradient(270deg,rgba(43,64,253,0.16) 0%,rgba(150,106,255,0.16) 100%);}.css-hnfpd2:hover{-webkit-filter:brightness(0.85);filter:brightness(0.85);}.css-hnfpd2:focus{outline:none;-webkit-transition:box-shadow 0.3s;transition:box-shadow 0.3s;}.css-hnfpd2:focus-visible{box-shadow:0 0 0 2px #ffffff,0 0 0 4px rgba(23,114,246,0.3);}
.css-1en6c9y{box-sizing:border-box;margin:0;min-width:0;color:#09408e;padding-left:13px;padding-right:13px;color:#5a4df8;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;font-weight:600;margin-left:15px;margin-right:15px;gap:2px;white-space:nowrap;border-radius:9999px;-webkit-transition:background .15s ease-out;transition:background .15s ease-out;background:linear-gradient(270deg,rgba(43,64,253,0.16) 0%,rgba(150,106,255,0.16) 100%);}.css-1en6c9y:hover{-webkit-filter:brightness(0.85);filter:brightness(0.85);}.css-1en6c9y:focus{outline:none;-webkit-transition:box-shadow 0.3s;transition:box-shadow 0.3s;}.css-1en6c9y:focus-visible{box-shadow:0 0 0 2px #ffffff,0 0 0 4px rgba(23,114,246,0.3);}
.css-1liyluz{background-color:undefined !important;color:undefined !important;border:undefined !important;-webkit-transition-property:background-color,color;transition-property:background-color,color;-webkit-transition-duration:0.25s;transition-duration:0.25s;-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;border-radius:9999px;width:38px;height:38px;padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.css-1liyluz:hover{opacity:1;}
.css-1hyfx7x{display:none;}
.css-eni6lx .Modal-content{padding-bottom:24px;margin-top:18px;}
.css-16zsfw9{box-sizing:border-box;margin:0;min-width:0;color:#09408e;position:relative;gap:2px;-webkit-transition:color 0.15s ease-out;transition:color 0.15s ease-out;-webkit-text-decoration:none;text-decoration:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;min-width:48px;color:#535861;font-size:12px;line-height:14px;}.css-16zsfw9:focus{outline:none;-webkit-transition:box-shadow 0.3s;transition:box-shadow 0.3s;}.css-16zsfw9:focus-visible{box-shadow:0 0 0 2px #ffffff,0 0 0 4px rgba(23,114,246,0.3);}.css-16zsfw9:hover{color:#191B1F;}
.css-vurnku{box-sizing:border-box;margin:0;min-width:0;}
.css-1ndlr1n{pointer-events:none;position:absolute;top:0;left:calc(50% - (var(--logo-width) - var(--profile-width)) / 2);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:100%;height:100%;max-width:1032px;}
.css-ruapjk{position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;}
.css-hmral{border-radius:100%;}
.css-1ehtwcp{border-radius:2px;border-radius:100%;}
.css-15snhfr{box-sizing:border-box;margin:0;min-width:0;max-width:100%;height:auto;background-color:#ffffff;width:34px;height:34px;border-radius:2px;border-radius:100%;}
.css-1g41cri{width:100%;height:62px;}
.css-13tnlfq{position:absolute;bottom:15px;right:30px;}
.css-1xfvezd{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:4px;background:rgba(0,0,0,0.12);color:rgba(255,255,255,0.8);-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;padding:3px 4px 2px 3px;}
.css-1qkvt8e{margin-right:2px;}
.css-1usgnyf{position:absolute;right:0;top:0;background-image:linear-gradient(to left,#ffffff 0px,#ffffff 56px,rgba(255,255,255,0) 100%);}
.css-3f82om{box-sizing:border-box;margin:0;min-width:0;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;width:74px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:absolute;right:0;top:0;background-image:linear-gradient(to left,#ffffff 0px,#ffffff 56px,rgba(255,255,255,0) 100%);}
.css-1q1t0h4{display:block;cursor:pointer;}
.css-zduc1z{box-sizing:border-box;margin:0;min-width:0;width:56px;height:49px;margin-left:18px;background-color:#ffffff;display:block;cursor:pointer;}
.css-1uovyp5{position:relative;top:-53px;}
.css-1rpg5c6{position:-webkit-sticky;position:sticky;top:52px;}
.css-moxmo5{position:absolute;height:1px;bottom:-2px;}
.css-1fsnuue{overflow-anchor:none;}
.css-1qyytj7{max-width:296px;-webkit-align-self:normal;-ms-flex-item-align:normal;align-self:normal;}
.css-cejtq2{display:block;position:relative;top:-50px;width:0;height:0;}
.css-122fspz{padding:12px 0;}
.css-1jf3292{box-sizing:border-box;margin:0;min-width:0;padding:6px 20px;}
.css-zkfaav{box-sizing:border-box;margin:0;min-width:0;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
.css-11rh7mx{box-sizing:border-box;margin:0;min-width:0;width:8px;}
.css-3n85vb{box-sizing:border-box;margin:0;min-width:0;font-size:14px;color:#8491a5;margin-left:26px;}
.css-11cewt9{box-sizing:border-box;margin:0;min-width:0;margin-top:6px;}

.Marquee_module_marquee__218919a6 {
  overflow: hidden;
}

.Marquee_module_marqueeText__218919a6 {
  position: relative;
  transition: all 0.5s ease-in-out;
}
.Marquee_module_noAnimation__218919a6 {
  transition: none;
}

.Marquee_module_marqueeItem__218919a6 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow: hidden;
  flex: 1;
}


.Button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.Button:focus {
    outline: none;
    transition: box-shadow .3s
}

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

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

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

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

.Button:disabled {
    cursor: default;
    opacity: .5;
    pointer-events: none
}

.Button--grey {
    border-color: #8491a5;
    border-color: var(--GBL05A);
    color: #8491a5;
    color: var(--GBL05A)
}

.Button--grey:hover {
    --v48738388: var(--flag-light,rgba(132,145,165,.06)) var(--flag-dark,rgba(146,154,171,.06));
    background-color: rgba(132,145,165,.06);
    background-color: var(--v48738388)
}

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

.Button--blue {
    border-color: #1772f6;
    border-color: var(--GBL01A);
    color: #1772f6;
    color: var(--GBL01A)
}

.Button--blue:hover {
    --v3078629456: var(--flag-light,rgba(23,114,246,.06)) var(--flag-dark,rgba(85,142,255,.06));
    background-color: rgba(23,114,246,.06);
    background-color: var(--v3078629456)
}

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

.Button--green {
    border-color: #11a668;
    color: #11a668
}

.Button--green:hover {
    background-color: rgba(17,166,104,.06)
}

html[data-theme=dark] .Button--green {
    border-color: #11a668;
    color: #11a668
}

html[data-theme=dark] .Button--green:hover {
    background-color: rgba(17,166,104,.06)
}

.Button--red {
    border-color: #f05159;
    border-color: var(--GRD01A);
    color: #f05159;
    color: var(--GRD01A)
}

.Button--red:hover {
    --v4078951512: var(--flag-light,rgba(240,81,89,.06)) var(--flag-dark,rgba(240,81,89,.06));
    background-color: rgba(240,81,89,.06);
    background-color: var(--v4078951512)
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .Button--red:hover {
        background-color:oklch(from var(--GRD01A) l c h/.06)
    }
}

.Button--primary.Button--blue {
    background-color: #1772f6;
    background-color: var(--GBL01A);
    color: #fff;
    color: var(--GBK99B)
}

.Button--primary.Button--blue:hover {
    --v3285832660: var(--flag-light,#0063e4) var(--flag-dark,#467ded);
    background-color: #0063e4;
    background-color: color(display-p3 .15546 .38118 .86881);
    background-color: var(--v3285832660);
    border-color: #0063e4;
    border-color: color(display-p3 .15546 .38118 .86881);
    border-color: var(--v3285832660)
}

@supports (color: color(display-p3 0 0 0%)) {
    .Button--primary.Button--blue:hover {
        --v3285832660:var(--flag-light,#0063e4) var(--flag-dark,#467ded)
    }

    @media (color-gamut:p3) {
        .Button--primary.Button--blue:hover {
            --v3285832660: var(--flag-light,color(display-p3 0.15546 0.38118 0.86881)) var(--flag-dark,#467ded)
        }
    }
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .Button--primary.Button--blue:hover {
        --v3285832660:var(--flag-light,#0063e4) var(--flag-dark,oklch(from #558eff calc(l * 0.92) c h));
        background-color: oklch(from var(--GBL01A) calc(l * .92) c h);
        border-color: oklch(from var(--GBL01A) calc(l * .92) c h)
    }

    @media (color-gamut:p3) {
        .Button--primary.Button--blue:hover {
            --v3285832660: var(--flag-light,oklch(from #1772f6 calc(l * 0.92) c h)) var(--flag-dark,oklch(from #558eff calc(l * 0.92) c h))
        }
    }
}

.Button--primary.Button--green {
    background-color: #12b370;
    color: #fff;
    color: var(--GBK99B)
}

.Button--primary.Button--green:hover {
    background-color: #00a063!important;
    border-color: #00a063
}

@media (color-gamut:p3) {
    .Button--primary.Button--green:hover {
        background-color: color(display-p3 .25253 .6243 .39945)!important;
        border-color: color(display-p3 .25253 .6243 .39945)
    }
}

html[data-theme=dark] .Button--primary.Button--green {
    background-color: #12b370;
    color: #fff;
    color: var(--GBK99B)
}

html[data-theme=dark] .Button--primary.Button--green:hover {
    background-color: #00a063!important;
    border-color: #00a063
}

@media (color-gamut:p3) {
    html[data-theme=dark] .Button--primary.Button--green:hover {
        background-color: color(display-p3 .25253 .6243 .39945)!important;
        border-color: color(display-p3 .25253 .6243 .39945)
    }
}

.Button--primary.Button--red {
    background-color: #f05159;
    background-color: var(--GRD01A);
    color: #fff;
    color: var(--GBK99B)
}

.Button--primary.Button--red:hover {
    --v1430416860: var(--flag-light,#dd3e4a) var(--flag-dark,#dd3e4a);
    background-color: #dd3e4a;
    background-color: var(--v1430416860);
    border-color: #dd3e4a;
    border-color: var(--v1430416860)
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .Button--primary.Button--red:hover {
        --v1430416860:var(--flag-light,oklch(from #f05159 calc(l * 0.92) c h)) var(--flag-dark,oklch(from #f05159 calc(l * 0.92) c h));
        background-color: oklch(from var(--GRD01A) calc(l * .92) c h);
        border-color: oklch(from var(--GRD01A) calc(l * .92) c h)
    }
}

.Button--primary.Button--grey {
    background-color: #8491a5;
    background-color: var(--GBL05A);
    color: #fff;
    color: var(--GBK99B)
}

.Button--primary.Button--grey:hover {
    --v3836759768: var(--flag-light,#758195) var(--flag-dark,#82899a);
    background-color: #758195;
    background-color: var(--v3836759768);
    border-color: #758195;
    border-color: var(--v3836759768)
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .Button--primary.Button--grey:hover {
        --v3836759768:var(--flag-light,oklch(from #8491a5 calc(l * 0.92) c h)) var(--flag-dark,oklch(from #929aab calc(l * 0.92) c h));
        background-color: oklch(from var(--GBL05A) calc(l * .92) c h);
        border-color: oklch(from var(--GBL05A) calc(l * .92) c h)
    }
}

.Button--secondary,html[data-theme=dark] .Button--secondary {
    border-color: transparent
}

.Button--secondary.Button--blue {
    --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);
    color: #1772f6;
    color: var(--GBL01A)
}

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

.Button--secondary.Button--blue: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))) {
    .Button--secondary.Button--blue:hover {
        background-color:oklch(from var(--GBL01A) l c h/.15)
    }
}

.Button--secondary.Button--green {
    background: rgba(18,179,112,.1);
    color: #12b370
}

.Button--secondary.Button--green:hover {
    background-color: rgba(18,179,112,.15)
}

html[data-theme=dark] .Button--secondary.Button--green {
    background: rgba(18,179,112,.1);
    color: #12b370
}

html[data-theme=dark] .Button--secondary.Button--green:hover {
    background-color: rgba(18,179,112,.15)
}

.Button--secondary.Button--red {
    --v1164808803: var(--flag-light,rgba(240,81,89,.1)) var(--flag-dark,rgba(240,81,89,.1));
    background: rgba(240,81,89,.1);
    background: var(--v1164808803);
    color: #f05159;
    color: var(--GRD01A)
}

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

.Button--secondary.Button--red:hover {
    --v4078952568: var(--flag-light,rgba(240,81,89,.15)) var(--flag-dark,rgba(240,81,89,.15));
    background-color: rgba(240,81,89,.15);
    background-color: var(--v4078952568)
}

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

.Button--secondary.Button--grey {
    --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)
}

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

.Button--secondary.Button--grey:hover {
    --v48739444: var(--flag-light,rgba(132,145,165,.15)) var(--flag-dark,rgba(146,154,171,.15));
    background-color: rgba(132,145,165,.15);
    background-color: var(--v48739444)
}

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

.Button--link,.Button--plain {
    background-color: transparent;
    border: none;
    border-radius: 0;
    height: auto;
    line-height: inherit;
    padding: 0
}

.Button--link:hover,.Button--plain:hover {
    background-color: transparent
}

html[data-theme=dark] .Button--link,html[data-theme=dark] .Button--plain {
    border: none
}

html[data-theme=dark] .Button--link:hover,html[data-theme=dark] .Button--plain:hover {
    background-color: transparent
}

.Button--plain:hover {
    --v3836759768: var(--flag-light,#758195) var(--flag-dark,#82899a);
    color: #758195;
    color: var(--v3836759768)
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .Button--plain:hover {
        color:oklch(from var(--GBL05A) calc(l * .92) c h)
    }
}

.Button--blue.Button--plain:hover {
    --v3285832660: var(--flag-light,#0063e4) var(--flag-dark,#467ded);
    color: #0063e4;
    color: color(display-p3 .15546 .38118 .86881);
    color: var(--v3285832660)
}

@supports (color: color(display-p3 0 0 0%)) {
    .Button--blue.Button--plain:hover {
        --v3285832660:var(--flag-light,#0063e4) var(--flag-dark,#467ded)
    }

    @media (color-gamut:p3) {
        .Button--blue.Button--plain:hover {
            --v3285832660: var(--flag-light,color(display-p3 0.15546 0.38118 0.86881)) var(--flag-dark,#467ded)
        }
    }
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .Button--blue.Button--plain:hover {
        color:oklch(from var(--GBL01A) calc(l * .92) c h)
    }
}

.Button--green.Button--plain:hover {
    color: #00a063
}

@media (color-gamut:p3) {
    .Button--green.Button--plain:hover {
        color: color(display-p3 .25253 .6243 .39945)
    }
}

html[data-theme=dark] .Button--green.Button--plain:hover {
    color: #00a063
}

@media (color-gamut:p3) {
    html[data-theme=dark] .Button--green.Button--plain:hover {
        color: color(display-p3 .25253 .6243 .39945)
    }
}

.Button--red.Button--plain:hover {
    --v1430416860: var(--flag-light,#dd3e4a) var(--flag-dark,#dd3e4a);
    color: #dd3e4a;
    color: var(--v1430416860)
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .Button--red.Button--plain:hover {
        color:oklch(from var(--GRD01A) calc(l * .92) c h)
    }
}

.Button--grey.Button--plain:hover {
    --v3836759768: var(--flag-light,#758195) var(--flag-dark,#82899a);
    color: #758195;
    color: var(--v3836759768)
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .Button--grey.Button--plain:hover {
        color:oklch(from var(--GBL05A) calc(l * .92) c h)
    }
}

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

.Button--link:hover {
    --v1964739674: var(--flag-light,#003783) var(--flag-dark,#4664a2);
    color: #003783;
    color: color(display-p3 .07412 .21127 .49921);
    color: var(--v1964739674)
}

@supports (color: color(display-p3 0 0 0%)) {
    .Button--link:hover {
        --v1964739674:var(--flag-light,#003783) var(--flag-dark,#4664a2)
    }

    @media (color-gamut:p3) {
        .Button--link:hover {
            --v1964739674: var(--flag-light,color(display-p3 0.07412 0.21127 0.49921)) var(--flag-dark,#4664a2)
        }
    }
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .Button--link:hover {
        color:oklch(from var(--GBL07A) calc(l * .92) c h)
    }
}

.Button--spread {
    width: 100%
}

.Button--withIcon.Button--iconOnly {
    padding: 0 4px
}

.Button--withIcon.Button--link,.Button--withIcon.Button--plain {
    padding: 0
}

.Button--withIcon.Button--withLabel .Button-zi {
    margin-right: 4px
}

.ModalButtonGroup--vertical {
    margin-bottom: 16px;
    margin-top: 40px
}

.ModalButtonGroup--vertical .Button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 220px
}

.ModalButtonGroup--vertical .Button+.Button {
    margin-top: 28px
}

.Modal-content--buttonGroupOnly .ModalButtonGroup--vertical {
    margin-top: 60px
}

.ModalButtonGroup--horizontal {
    display: flex;
    flex-direction: row;
    margin-top: 48px
}

.ModalButtonGroup--horizontal .Button {
    flex: 1 1
}

.ModalButtonGroup--horizontal .Button:last-child:first-child {
    flex: initial;
    margin-left: auto;
    margin-right: auto;
    width: 220px
}

.ModalButtonGroup--horizontal .Button+.Button {
    margin-left: 16px
}

.Modal-wrapper {
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .3s ease-out;
    z-index: 203
}

.Modal-wrapper.Modal-enter {
    opacity: .01
}

.Modal-wrapper.Modal-enter-active,.Modal-wrapper.Modal-leave {
    opacity: 1
}

.Modal-wrapper.Modal-leave-active {
    opacity: .01
}

.Modal-backdrop {
    --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);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color .3s ease-out;
    z-index: 0
}

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

.Modal-wrapper--transparent .Modal-backdrop {
    background-color: transparent
}

.Modal {
    --v2801441220: var(--flag-light,0 5px 20px rgba(0,0,0,.1)) var(--flag-dark,0 5px 20px rgba(0,0,0,.1));
    box-shadow: 0 5px 20px rgba(0,0,0,.1);
    box-shadow: var(--v2801441220);
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-height: calc(100vh - 48px);
    position: relative;
    width: 400px;
    z-index: 1
}

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

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

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

.Modal {
    box-sizing: border-box;
    transition: max-height .8s ease
}

.Modal:focus {
    outline: none
}

.Modal--large {
    width: 536px
}

.Modal--fullPage {
    height: calc(100vh - 48px);
    width: 688px
}

.Modal-enter .Modal {
    transform: translateY(20px)
}

.Modal-enter-active .Modal {
    transform: translateY(0);
    transition: transform .3s ease-out,opacity .3s ease-out
}

.Modal-leave .Modal {
    transform: translateY(0)
}

.Modal-leave-active .Modal {
    transform: translateY(20px);
    transition: transform .3s ease-out,opacity .3s ease-out
}

.Modal-inner {
    background: #fff;
    background: var(--GBK99A);
    border-radius: 2px;
    overflow: auto
}

.Modal--fullPage .Modal-inner {
    height: 100%
}

.Modal-closeButton {
    padding: 12px;
    position: absolute;
    right: -60px;
    top: 8px
}

.Modal-closeIcon {
    fill: #fff;
    fill: var(--GBK99B);
    vertical-align: top
}

.Modal-title {
    color: #191b1f;
    color: var(--GBK02A);
    font-size: 24px;
    font-weight: 500;
    margin-top: 40px;
    text-align: center
}

.Modal-title.Modal-title--simple {
    font-family: inherit;
    font-size: 20px
}

.Modal-subtitle {
    color: #8491a5;
    color: var(--GBL05A);
    font-size: 14px;
    line-height: 1.5;
    margin-top: 4px;
    padding: 0 38px;
    text-align: center
}

.Modal-subtitle a {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.Modal-content {
    flex: 1 1;
    line-height: 1.7;
    margin-top: 24px;
    opacity: 1;
    padding: 0 24px 32px
}

.Modal--fullPage .Modal-content {
    padding: 0
}

.Modal-content.Modal-content--spread {
    height: 100%;
    margin-top: 0
}

.Modal-content.Modal-content--hidden {
    opacity: 0;
    transition: opacity .3s ease-out
}

.Modal-footer {
    background: #f8f8fa;
    background: var(--GBK10A);
    border-top: 1px solid #ebeced;
    border-top: 1px solid var(--GBK09A);
    color: #8491a5;
    color: var(--GBL05A);
    font-size: 13px;
    line-height: 1.7;
    padding: 16px 24px
}

.Modal-footer a {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.Notification {
    --v2801441220: var(--flag-light,0 5px 20px rgba(0,0,0,.1)) var(--flag-dark,0 5px 20px rgba(0,0,0,.1));
    border-radius: 4px;
    box-shadow: 0 5px 20px rgba(0,0,0,.1);
    box-shadow: var(--v2801441220);
    color: #191b1f;
    color: var(--GBK02A);
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    left: 50%;
    padding: 14px 24px;
    pointer-events: all;
    position: fixed;
    top: 0;
    top: var(--zhc-notification-top,0);
    transform: translate(-50%);
    z-index: 499
}

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

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

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

.Notification {
    box-sizing: border-box
}

@media (max-width: 768px) {
    .Notification {
        width:calc(100vw - 32px);
        width: calc(100vw - var(--zhc-padding-vertical, 16px)*2)
    }
}

@media (min-width: 769px) {
    .Notification {
        max-width:600px;
        min-width: 520px;
        width: -moz-fit-content;
        width: fit-content
    }
}

.Notification-textSection {
    display: inline-block;
    width: 100%
}

@media (max-width: 768px) {
    .Notification-textSection {
        overflow:hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

.Notification-textSection--withButton {
    text-align: left
}

.Notification-textSection--withoutButton {
    text-align: center
}

.Notification-actionsSection {
    height: 100%;
    margin: auto 0 auto 32px;
    white-space: nowrap
}

.Notification-wrapper {
    bottom: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 503
}

.Notification-white {
    background: #fff;
    background: var(--GBK99A);
    color: #191b1f;
    color: var(--GBK02A)
}

.Notification-red {
    background: #d95350;
    background: var(--GRD03A);
    color: #fff;
    color: var(--GBK99B)
}

.Notification-red-ghost {
    background: #fff;
    background: var(--GBK99A);
    color: #d95350;
    color: var(--GRD03A)
}

@keyframes spring-in {
    0% {
        opacity: .01;
        transform: translate(-50%,-20px)
    }

    to {
        opacity: 1;
        transform: translate(-50%)
    }
}

@keyframes spring-out {
    0% {
        opacity: 1;
        transform: translate(-50%)
    }

    to {
        opacity: 0;
        transform: translate(-50%,-20px)
    }
}

.Notification-enter {
    animation: spring-in .3s;
    animation-fill-mode: both
}

.Notification-leave {
    animation: spring-out .3s;
    animation-fill-mode: both
}

.InputLike {
    background: #fff;
    background: var(--GBK99A);
    border: 1px solid #ebeced;
    border: 1px solid var(--GBK09A);
    border-radius: 3px;
    box-sizing: border-box;
    padding: 4px 10px;
    transition: background .2s,border .2s
}

.InputLike.is-focus {
    border-color: #8491a5;
    border-color: var(--GBL05A)
}

.InputLike.is-large {
    padding: 6px 12px
}

.InputButton {
    align-items: center;
    display: flex;
    padding-bottom: 0;
    padding-top: 0
}

.InputButton.is-large {
    padding-bottom: 2px;
    padding-top: 2px
}


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

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

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

.Popover-content {
    z-index: 203
}

.Popover-content-enter {
    opacity: .01
}

.Popover-content-enter-active {
    opacity: 1;
    transform: translateY(0);
    transition: transform .2s ease-out,opacity .2s ease-out
}

.Popover-content-leave {
    opacity: 1;
    pointer-events: none;
    transform: translateY(0)
}

.Popover-content-leave-active {
    opacity: .01;
    transition: transform .2s ease-out,opacity .2s ease-out
}

.Popover-content--fixed {
    position: fixed
}

.Popover-content--top {
    margin-top: -8px;
    transform-origin: bottom center
}

.Popover-content--top.Popover-content--arrowed {
    margin-top: -16px
}

.Popover-content--top.Popover-content--enter,.Popover-content--top.Popover-content-leave-active {
    transform: translateY(8px)
}

.Popover-content--bottom {
    margin-top: 8px
}

.Popover-content--bottom.Popover-content--arrowed {
    margin-top: 16px
}

.Popover-content--bottom.Popover-content--enter,.Popover-content--bottom.Popover-content-leave-active {
    transform: translateY(-8px)
}

.Popover-content--left {
    margin-left: -8px;
    transform-origin: right center
}

.Popover-content--left.Popover-content--arrowed {
    margin-left: -16px
}

.Popover-content--left.Popover-content--enter,.Popover-content--left.Popover-content-leave-active {
    transform: translateX(8px)
}

.Popover-content--right {
    margin-left: 8px
}

.Popover-content--right.Popover-content--arrowed {
    margin-left: 16px
}

.Popover-content--right.Popover-content--enter,.Popover-content--right.Popover-content-leave-active {
    transform: translateX(-8px)
}

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

.AttentionPopover .Popover-arrow {
    border: none
}

.AttentionPopover .Popover-arrow:after {
    background: #1772f6;
    background: var(--GBL01A);
    border-color: #1772f6;
    border-color: var(--GBL01A)
}

.AttentionPopover .Popover-arrow--top:after {
    border-top-color: #1772f6;
    border-top-color: var(--GBL01A)
}

.AttentionPopover .Popover-arrow--bottom:after {
    border-bottom-color: #1772f6;
    border-bottom-color: var(--GBL01A)
}

.AttentionPopover .Popover-arrow--left:after {
    border-left-color: #1772f6;
    border-left-color: var(--GBL01A)
}

.AttentionPopover .Popover-arrow--right:after {
    border-right-color: #1772f6;
    border-right-color: var(--GBL01A)
}

.Select-button {
    padding-right: 4px;
    text-align: left
}

.Select-button.is-large {
    padding-right: 6px
}

.Select-plainButton {
    border: 1px solid transparent;
    padding: 0
}

.Select-arrow {
    margin-left: 8px
}

.Select-list {
    border-radius: 4px;
    max-height: 500px;
    overflow: auto;
    padding: 8px 0;
    position: relative
}

.Select-option {
    background: none;
    border: none;
    color: #8491a5;
    color: var(--GBL05A);
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-align: left;
    width: 100%
}

.Select-option:focus {
    outline: none;
    transition: box-shadow .3s
}

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

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

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

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

.Select-option:focus {
    background: #f8f8fa;
    background: var(--GBK10A)
}

.Select-popoverTarget {
    margin-top: 0;
    transition: opacity .2s ease-out
}



.Input-wrapper.Input-wrapper--grey {
    background: #f8f8fa;
    background: var(--GBK10A)
}

.Input-wrapper.Input-wrapper--spread {
    width: 100%
}

.Input-wrapper.Input-wrapper--multiline {
    height: inherit
}

.Input-wrapper.Input-wrapper--large {
    height: auto;
    padding: 6px 12px
}

.Input-wrapper.Input-wrapper--disabled {
    background: #f8f8fa;
    background: var(--GBK10A)
}

.Input-wrapper.Input-wrapper--noPadding {
    padding: 0
}

.Input-wrapper.is-focus {
    background: #fff;
    background: var(--GBK99A);
    border-color: #8491a5;
    border-color: var(--GBL05A)
}



.Input:disabled {
    color: #adb1b7;
    color: var(--GBK07A)
}

.Input:focus {
    outline: none
}

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

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

.Input--validationError::-moz-placeholder {
    color: #d95350;
    color: var(--GRD03A)
}

.Input--validationError::placeholder {
    color: #d95350;
    color: var(--GRD03A)
}

.Input-wrapper--multiline .Input {
    overflow: auto
}

.MobileModal-wrapper {
    position: relative
}

.MobileModal-wrapper--absoluted {
    max-height: 100vh;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: -1
}

.MobileModal {
    background: #fff;
    background: var(--GBK99A)
}

.MobileModal-content--default {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100vh;
    padding-bottom: 60px;
    padding-top: 50px
}

.MobileModal-closeButton {
    padding: 8px;
    position: fixed;
    right: 4px;
    top: 4px;
    z-index: 100
}

.MobileModal-closeIcon {
    fill: #191b1f;
    fill: var(--GBK02A);
    display: block
}

.MobileModal-title {
    font-weight: 700
}

.MobileModal-title--default {
    --v3917568499: var(--flag-light,0 1px 3px rgba(25,27,31,.05)) var(--flag-dark,0 1px 3px hsla(0,0%,100%,.05));
    background: #fff;
    background: var(--GBK99A);
    border-bottom: 1px solid #ebeced;
    /*border-bottom: 1px solid var(--GBK09A);*/
    -webkit-box-shadow: 0 1px 3px rgba(25,27,31,.05);
    box-shadow: 0 1px 3px rgba(25,27,31,.05);
    -webkit-box-shadow: var(--v3917568499);
    box-shadow: var(--v3917568499);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 49px;
    margin: 0;
    padding: 0 16px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99
}

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

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

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

.MobileModal--plain {
    --v2580106668: var(--flag-light,0 5px 20px 0 rgba(9,64,142,.5)) var(--flag-dark,0 5px 20px 0 rgba(82,113,176,.5));
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 20px 0 rgba(9,64,142,.5);
    box-shadow: 0 5px 20px 0 rgba(9,64,142,.5);
    -webkit-box-shadow: var(--v2580106668);
    box-shadow: var(--v2580106668);
    left: 0;
    margin: auto;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 87.2%;
    z-index: 100
}

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

.MobileModal--plain .MobileModal-closeIcon {
    fill: #8491a5;
    fill: var(--GBL05A)
}

.MobileModal-content--plain {
    padding: 16px 20px;
    padding: var(--zhc-padding-vertical,16px) var(--zhc-padding-horizontal,20px)
}

.MobileModal-title--plain {
    font-size: 18px;
    padding: 24px 20px 8px;
    padding: 24px var(--zhc-padding-horizontal,20px) 8px;
    text-align: center
}

.MobileModal-subtitle {
    color: #8491a5;
    color: var(--GBL05A);
    font-size: 14px;
    padding: 0 20px;
    padding: 0 var(--zhc-padding-horizontal,20px)
}

.VerificationDialogModalHeader {
    text-align: center
}

.VerificationDialogModalHeader-title {
    color: #191b1f;
    color: var(--GBK02A);
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 40px;
    padding: 0
}

.VerificationDialogModalHeader-subTitle {
    color: #8491a5;
    color: var(--GBL05A);
    font-size: 14px;
    margin: 2px auto 24px;
    max-width: 240px
}

.VerificationDialogModalHeader-subTitle:first-child:last-child {
    margin-bottom: 16px;
    max-width: none;
    text-align: left
}

.VerificationDialogModal-select {
    border-bottom: 1px solid #ebeced;
    /*border-bottom: 1px solid var(--GBK09A);*/
    width: 100%
}

.VerificationDialogModal-selectButton {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4px 0;
    width: 100%
}

.VerificationDialogModal-selectPopover {
    width: 376px
}

.VerificationDialogModal-code {
    position: relative
}

.VerificationDialogModal-code .CountingDownButton {
    top: 16px!important
}

.VerificationDialogModal-input {
    border: none!important;
    border-bottom: 1px solid #ebeced!important;
    /*border-bottom: 1px solid var(--GBK09A)!important;*/
    margin-top: 16px;
    padding-left: 0;
    width: 100%
}

.VerificationDialogModal-checkout {
    text-align: center
}

.VerificationDialogModal-button {
    border: 1px solid #1772f6;
    /*border: 1px solid var(--GBL01A);*/
    border-radius: 3px;
    color: #fff;
    color: var(--GBK99A);
    font-size: 14px;
    height: 36px;
    margin-top: 45px;
    width: 220px
}

.VerificationDialogModal-button,.VerificationDialogModal-button:hover {
    background: #1772f6;
    /*background: var(--GBL01A)*/
}

.VerificationDialogModal-button:hover:disabled {
    background-color: #1772f6;
    /*background-color: var(--GBL01A)*/
}

.VerificationDialogModal-tips {
    background: #f8f8fa;
    background: var(--GBK10A);
    -webkit-box-shadow: 0 -1px 0 0 #ebeced;
    box-shadow: 0 -1px 0 0 #ebeced;
    /*-webkit-box-shadow: 0 -1px 0 0 var(--GBK09A);
    box-shadow: 0 -1px 0 0 var(--GBK09A);*/
    color: #8491a5;
    /*color: var(--GBL05A);*/
    font-size: 13px;
    line-height: 21px;
    margin: 30px -24px -32px;
    padding: 16px
}

.VerificationDialogModal-blue {
    color: #1772f6;
    /*color: var(--GBL01A)*/
}

.VerificationDialogModal-options {
    margin-top: 16px;
    text-align: right
}

.VerificationDialogModal-cutSmsType:hover {
    color: #81858f;
    /*color: var(--GBK05A)*/
}

.VerificationDialogModal-HelpWrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    margin-top: 12px;
    width: 100%
}

.VerificationDialogModal-HelpText {
    color: #8491a5;
    /*color: var(--GBL05A)*/
}

.VerificationDialogMobileModal-HelpText {
    color: #8491a5;
    /*color: var(--GBL05A);*/
    font-size: 13px;
    margin-top: 16px
}

.VerificationDialogModal-oneSelection {
    font-size: 14px
}

.VerificationDialogModal-smsInputButton {
    color: #09408e;
    /*color: var(--GBL07A);*/
    padding: 4px 0;
    position: absolute;
    right: 0;
    top: 24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.Sticky.is-fixed {
    -webkit-font-smoothing: subpixel-antialiased;
    box-sizing: border-box;
    position: fixed;
    z-index: 2
}

.Sticky.is-absolute {
    bottom: 0;
    box-sizing: border-box;
    margin-bottom: 0;
    position: absolute;
    top: auto;
    z-index: 1
}

.Sticky.is-absolute.is-bottom {
    bottom: auto;
    margin-top: 0;
    top: 0
}

.Sticky.Sticky--CSSSticky {
    position: sticky
}

.Sticky--holder {
    visibility: hidden
}

.Avatar {
    background: #fff;
    border-radius: 8px
}

.Avatar--medium {
    border-radius: 3px
}

.Avatar--large {
    border-radius: 8px
}

.Avatar--round {
    border-radius: 50%
}

.MobileAppHeader {
    --v1083786116: var(--flag-light,1px solid rgba(25,27,31,.06)) var(--flag-dark,1px solid hsla(0,0%,100%,.06));
    --v4094739145: var(--flag-light,0 1px 3px 0 rgba(9,64,142,.05)) var(--flag-dark,0 1px 3px 0 rgba(82,113,176,.05));
    background-clip: content-box;
    background-color: #fff;
    /*background-color: var(--GBK99A);*/
    border-bottom: 1px solid rgba(25,27,31,.06);
    /*border-bottom: var(--v1083786116);*/
    -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(--v4094739145);
    box-shadow: var(--v4094739145);*/
    min-width: 100%;
    overflow: hidden;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .3s .3s;
    transition: -webkit-transform .3s .3s;
    transition: transform .3s .3s;
    transition: transform .3s .3s,-webkit-transform .3s .3s
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .MobileAppHeader {
        border-bottom:1px solid oklch(from var(--GBK02A) l c h/.06);
        -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)
    }
}

.MobileAppHeader+.Sticky--holder {
    background-color: #fff;
    /*background-color: var(--GBK99A);*/
    visibility: visible;
    visibility: initial
}

.MobileAppHeader.is-hide {
    min-width: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.MobileAppHeader,.MobileAppHeader.is-fixed {
    width: 100%;
    z-index: 100
}

.MobileAppHeader .Icon {
    vertical-align: middle
}

.MobileAppHeader-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
    line-height: 50px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s
}

.MobileAppHeader.is-hidden .MobileAppHeader-inner {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.MobileAppHeader-navItem {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 0 12px;
    text-align: center
}

.MobileAppHeader-navItem .ZDI {
    fill: #8491a5;
    /*fill: var(--GBL05A)*/
}

.MobileAppHeader-expandBtn,.MobileAppHeader-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.MobileAppHeader-logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 14px
}

.MobileAppHeader-actions,.MobileAppHeader-logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.MobileAppHeader-actions {
    -ms-flex-negative: 0;
    color: #1772f6;
    /*color: var(--GBL01A);*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    font-size: 16px
}

.MobileAppHeader-authLink {
    color: inherit;
    padding: 0 10px 0 0
}

.MobileAppHeader-moreIconWrapper {
    margin: 0 16px;
    position: relative
}

.MobileAppHeader-expandModal {
    top: 0;
    -webkit-transform: none;
    -webkit-transform: initial;
    transform: none;
    width: 100%
}

.MobileAppHeader-expandModal .MobileModal-content {
    padding: 0
}

.MobileAppHeader-expand {
    background: #fff;
    /*background: var(--GBK99A);*/
    overflow: hidden
}

.MobileAppHeader-expand a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #373a40;
    /*color: var(--GBK03A);*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    margin: 0 16px
}

.MobileAppHeader-expand svg {
    margin-right: 14px
}

.MobileAppHeader-expand a:not(:first-child) {
    border-top: 1px solid #ebeced;
    /*border-top: 1px solid var(--GBK09A)*/
}

.MobileAppHeader-expand a:last-child {
    color: #8491a5;
    /*color: var(--GBL05A)*/
}

.MobileAppHeader-expandContainer {
    position: fixed;
    top: 52px;
    width: 100%;
    z-index: 100
}

.MobileAppHeader-expandBackdrop {
    --v2575285621: var(--flag-light,rgba(25,27,31,.65)) var(--flag-dark,hsla(0,0%,100%,.65));
    background-color: rgba(25,27,31,.65);
    /*background-color: var(--v2575285621);*/
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 52px;
    z-index: -1
}

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

.MobileAppHeader-dots-expand-enter,.MobileAppHeader-expand-enter {
    height: 0
}

.MobileAppHeader-dots-expand-enter a,.MobileAppHeader-expand-enter a {
    opacity: 0
}

.MobileAppHeader-dots-expand-enter .MobileAppHeader-expandBackdrop,.MobileAppHeader-expand-enter .MobileAppHeader-expandBackdrop {
    --v3836584028: var(--flag-light,rgba(25,27,31,0)) var(--flag-dark,hsla(0,0%,100%,0));
    background-color: rgba(25,27,31,0);
    /*background-color: var(--v3836584028)*/
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .MobileAppHeader-dots-expand-enter .MobileAppHeader-expandBackdrop,.MobileAppHeader-expand-enter .MobileAppHeader-expandBackdrop {
        background-color:oklch(from var(--GBK02A) l c h/0)
    }
}

.MobileAppHeader-dots-expand-enter.MobileAppHeader-dots-expand-enter-active,.MobileAppHeader-expand-enter.MobileAppHeader-expand-enter-active {
    height: 170px;
    -webkit-transition: height .3s ease;
    transition: height .3s ease
}

.MobileAppHeader-dots-expand-enter.MobileAppHeader-dots-expand-enter-active a,.MobileAppHeader-expand-enter.MobileAppHeader-expand-enter-active a {
    opacity: 1;
    -webkit-transition: opacity .3s cubic-bezier(1,0,1,0);
    transition: opacity .3s cubic-bezier(1,0,1,0)
}

.MobileAppHeader-dots-expand-enter.MobileAppHeader-dots-expand-enter-active .MobileAppHeader-expandBackdrop,.MobileAppHeader-expand-enter.MobileAppHeader-expand-enter-active .MobileAppHeader-expandBackdrop {
    --v2575285621: var(--flag-light,rgba(25,27,31,.65)) var(--flag-dark,hsla(0,0%,100%,.65));
    background-color: rgba(25,27,31,.65);
    background-color: var(--v2575285621);
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .MobileAppHeader-dots-expand-enter.MobileAppHeader-dots-expand-enter-active .MobileAppHeader-expandBackdrop,.MobileAppHeader-expand-enter.MobileAppHeader-expand-enter-active .MobileAppHeader-expandBackdrop {
        background-color:oklch(from var(--GBK02A) l c h/.65)
    }
}

.MobileAppHeader-dots-expand-leave,.MobileAppHeader-expand-leave {
    height: 170px
}

.MobileAppHeader-dots-expand-leave a,.MobileAppHeader-expand-leave a {
    opacity: 1
}

.MobileAppHeader-dots-expand-leave .MobileAppHeader-expandBackdrop,.MobileAppHeader-expand-leave .MobileAppHeader-expandBackdrop {
    --v2575285621: var(--flag-light,rgba(25,27,31,.65)) var(--flag-dark,hsla(0,0%,100%,.65));
    background-color: rgba(25,27,31,.65);
    /*background-color: var(--v2575285621)*/
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .MobileAppHeader-dots-expand-leave .MobileAppHeader-expandBackdrop,.MobileAppHeader-expand-leave .MobileAppHeader-expandBackdrop {
        background-color:oklch(from var(--GBK02A) l c h/.65)
    }
}

.MobileAppHeader-dots-expand-enter.MobileAppHeader-dots-expand-enter-active,.MobileAppHeader-dots-expand-leave {
    height: 56px
}

.MobileAppHeader-dots-expand-leave.MobileAppHeader-dots-expand-leave-active,.MobileAppHeader-expand-leave.MobileAppHeader-expand-leave-active {
    height: 0;
    -webkit-transition: height .3s ease;
    transition: height .3s ease
}

.MobileAppHeader-dots-expand-leave.MobileAppHeader-dots-expand-leave-active a,.MobileAppHeader-expand-leave.MobileAppHeader-expand-leave-active a {
    opacity: 0;
    -webkit-transition: opacity .3s cubic-bezier(0,1,0,1);
    transition: opacity .3s cubic-bezier(0,1,0,1)
}

.MobileAppHeader-dots-expand-leave.MobileAppHeader-dots-expand-leave-active .MobileAppHeader-expandBackdrop,.MobileAppHeader-expand-leave.MobileAppHeader-expand-leave-active .MobileAppHeader-expandBackdrop {
    --v3836584028: var(--flag-light,rgba(25,27,31,0)) var(--flag-dark,hsla(0,0%,100%,0));
    background-color: rgba(25,27,31,0);
    /*background-color: var(--v3836584028);*/
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .MobileAppHeader-dots-expand-leave.MobileAppHeader-dots-expand-leave-active .MobileAppHeader-expandBackdrop,.MobileAppHeader-expand-leave.MobileAppHeader-expand-leave-active .MobileAppHeader-expandBackdrop {
        background-color:oklch(from var(--GBK02A) l c h/0)
    }
}

.MobileAppHeader-noScrollBody {
    overflow: hidden
}

.MobileAppHeader-afterLogoText {
    -webkit-appearance: none;
    color: #535861;
    /*color: var(--GBK04A);*/
    display: inline;
    font-size: 13px;
    margin: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100vw - 243px)
}

.MobileAppHeader-searchBox {
    --v2641686362: var(--flag-light,hsla(210,5%,93%,.72)) var(--flag-dark,rgba(40,43,48,.72));
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(210,5%,93%,.72);
    /*background-color: var(--v2641686362);*/
    border-radius: 16px;
    color: #9196a1;
    color: var(--GBK06A);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    height: 30px;
    justify-content: center;
    margin: 0 10px;
    padding-left: 8px;
    padding-right: 0;
    width: calc(100vw - 243px)
}

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

.MobileAppHeader-searchBox .Input {
    -webkit-appearance: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.MobileAppHeader-searchResultBox {
    width: calc(100vw - 131px)
}

.MobileAppHeader-searchResultBox .Input::-webkit-search-cancel-button {
    display: none
}

.MobileAppHeader-searchBoxWithUnlogin {
    width: calc(100vw - 243px)
}

.MobileAppHeader-innerWithoutSearchHeader {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.aria-entrance {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: inherit;
    color: #8491a5;
    /*color: var(--GBL05A);*/
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 20px
}

.aria-entrance:hover {
    color: #1772f6;
    /*color: var(--GBL01A)*/
}

.aria-entrance svg {
    margin-right: 6px
}

.StaticCacheBanner {
    background-color: #ebeced;
    /*background-color: var(--GBK09A);*/
    color: #8491a5;
    /*color: var(--GBL05A);*/
    line-height: 28px;
    padding: 16px 10px;
    position: relative;
    text-align: center;
    z-index: 100
}

.StaticCacheBanner a {
    color: #09408e;
    /*color: var(--GBL07A);*/
    -webkit-transition: border-bottom .2s ease-in;
    transition: border-bottom .2s ease-in
}

.StaticCacheBanner a:hover {
    --v3484758285: var(--flag-light,1px solid rgba(9,64,142,.72)) var(--flag-dark,1px solid rgba(82,113,176,.72));
    border-bottom: 1px solid rgba(9,64,142,.72);
    /*border-bottom: var(--v3484758285)*/
}

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

.WechatShareImage {
    display: none
}

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

.Menu {
    padding: 6px 0
}

.Menu-item {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    padding: 0 20px;
    text-align: left;
    width: 100%
}

.Menu-item.is-active {
    background: #f8f8fa;
    /*background: var(--GBK10A)*/
}

.Menu-item--noActive {
    cursor: default
}

.Menu-divider {
    margin: 8px 0
}

.Editable-toolbar,.Menu-divider {
    border-bottom: 1px solid #ebeced;
    /*border-bottom: 1px solid var(--GBK09A)*/
}

.Editable-toolbar {
    background: #fff;
    /*background: var(--GBK99A);*/
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.Sticky.is-fixed .Editable-toolbar,.isToolbarSticky .Editable-toolbar {
    border-bottom: none!important;
    border-top: none!important
}

.Sticky.is-fixed .Editable-toolbar:after,.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))) {
    .Sticky.is-fixed .Editable-toolbar:after,.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%)
    }
}

.Editable-toolbar-controls {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding: 6px 10px
}

.Editable-toolbar-controls+.Editable-toolbar-controls {
    border-top: 1px solid #ebeced;
    /*border-top: 1px solid var(--GBK09A)*/
}

.Editable-toolbar-separator {
    background-color: #ebeced;
    /*background-color: var(--GBK09A);*/
    height: 20px;
    margin: 0 10px;
    width: 1px
}

.Editable-control {
    align-items: center;
    color: #8491a5;
    /*color: var(--GBL05A);*/
    cursor: pointer;
    display: inline-flex;
    height: 28px;
    margin: 0 4px;
    padding: 2px;
    white-space: nowrap
}

.Editable-control:not(:disabled):hover {
    --v2826452827: var(--flag-light,rgba(23,114,246,.1)) var(--flag-dark,rgba(85,142,255,.1));
    background-color: rgba(23,114,246,.1);
    /*background-color: var(--v2826452827);*/
    border-radius: 4px;
    color: #1772f6;
    /*color: var(--GBL01A)*/
}

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

.Editable-control.is-active {
    color: #1772f6;
    /*color: var(--GBL01A)*/
}

.Editable-control span {
    line-height: 24px
}

.Editable-control .Zi+span {
    margin-left: 6px
}

.Editable-toolbarMenu {
    height: 26px;
    margin-left: auto
}

.Editable-toolbarMenuItem {
    align-items: center;
    display: flex;
    line-height: 36px
}

.Editable-toolbarMenuItem .Zi {
    margin-right: 4px
}

.EditableToolbarMenuCallout {
    align-items: center;
    background: #fff;
    border-top: 1px solid #ebebeb;
    display: flex;
    padding: 5px 13px;
    position: relative
}

.EditableToolbarMenuCallout-closeButton {
    height: 26px;
    margin-left: auto;
    width: 26px
}

.EditableToolbarMenuCallout-arrowBox {
    background: #fff;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0
}

.EditableToolbarMenuCallout-arrowBox:after,.EditableToolbarMenuCallout-arrowBox:before {
    border: solid transparent;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 0
}

.EditableToolbarMenuCallout-arrowBox:after {
    border-color: hsla(0,0%,100%,0) hsla(0,0%,100%,0) #fff;
    border-width: 8px;
    margin-left: -8px
}

.EditableToolbarMenuCallout-arrowBox:before {
    border-color: hsla(0,0%,80%,0) hsla(0,0%,80%,0) #ebebeb;
    border-width: 9px;
    margin-left: -9px
}

.ztext {
    line-height: 2.6;
    word-break: break-word
}

.ztext>:first-child {
    margin-top: 0
}

.ztext>:last-child {
    margin-bottom: 0
}

.ztext h1,.ztext h2 {
    font-size: 1.2em;
    margin-bottom: 1.16667em;
    margin-top: 2.33333em
}

.ztext h1,.ztext h2,.ztext h3,.ztext h4,.ztext h5,.ztext h6 {
    clear: left;
    font-weight: 600;
    /*font-weight: var(--zFontWeightBold);*/
    line-height: 1.5
}

.ztext h3,.ztext h4,.ztext h5,.ztext h6 {
    font-size: 1.1em;
    margin-bottom: 1.27273em;
    margin-top: 1.90909em
}

.ztext u {
    border-bottom: 1px solid #373a40;
    /*border-bottom: 1px solid var(--GBK03A);*/
    -webkit-text-decoration: none;
    text-decoration: none
}

.ztext b {
    font-weight: 600;
    /*font-weight: var(--zFontWeightBold)*/
}

.ztext sup {
    font-size: .8em
}

.ztext sup[data-draft-type=reference] {
    color: #09408e;
    /*color: var(--GBL07A)*/
}

.ztext a:focus {
    outline: none;
    transition: box-shadow .3s
}

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

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

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

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

.ztext a.external,.ztext a.internal,.ztext a.ztext-link {
    border-bottom: 1px solid #81858f;
    /*border-bottom: 1px solid var(--GBK05A);*/
    cursor: pointer;
    -webkit-text-decoration: none;
    text-decoration: none
}

.ztext a.external:hover,.ztext a.internal:hover,.ztext a.ztext-link:hover {
    border-bottom: 1px solid #09408e;
    /*border-bottom: 1px solid var(--GBL07A);*/
    color: #09408e;
    /*color: var(--GBL07A)*/
}

.ztext a.external>.ellipsis:after,.ztext a.internal>.ellipsis:after,.ztext a.ztext-link>.ellipsis:after {
    content: "..."
}

.ztext a.external>.invisible,.ztext a.internal>.invisible,.ztext a.ztext-link>.invisible {
    background-color: transparent;
    color: transparent;
    font: 0/0 a;
    text-shadow: none
}

.ztext a.external u,.ztext a.internal u,.ztext a.ztext-link u {
    border: none
}

.ztext a.member_mention {
    color: #09408e;
    /*color: var(--GBL07A)*/
}

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

.ztext p {
    margin: 1.4em 0
}

.ztext p.ztext-empty-paragraph {
    margin: -.8em 0
}

.ztext p.ztext-empty-paragraph+.ztext-empty-paragraph {
    margin: 1.4em 0
}

.ztext hr {
    border: none;
    border-top: 1px solid #c4c7ce;
    /*border-top: 1px solid var(--GBK08A);*/
    margin: 2em auto;
    max-width: 100%;
    width: 240px
}

.ztext img[eeimg] {
    max-width: 100%;
    vertical-align: middle
}

html[data-theme=dark] .ztext img[eeimg] {
    filter: invert(1)
}

.ztext img[eeimg="1"] {
    display: inline-block;
    margin: 0 3px;
    max-width: calc(100% - 6px)
}

.ztext img[eeimg="2"] {
    display: block;
    margin: 1.4em auto
}

.ztext blockquote {
    border-left: 3px solid #c4c7ce;
    /*border-left: 3px solid var(--GBK08A);*/
    color: #535861;
    /*color: var(--GBK04A);*/
    margin: 1.4em 0;
    padding-left: 1em
}

.ztext ol,.ztext ul {
    margin: 1.4em 0;
    padding: 0;
    width: 100%
}

.ztext ol ol,.ztext ol ul,.ztext ul ol,.ztext ul ul {
    margin: 0
}

.ztext ol li:before,.ztext ul li:before {
    width: 1em
}

.ztext ol>ol,.ztext ol>ul,.ztext ul>ol,.ztext ul>ul {
    box-sizing: border-box;
    padding-left: 1em
}

.ztext ul>li {
    display: table;
    list-style: none;
    width: 100%
}

.ztext ul>li:before {
    content: "â€¢ ";
    display: table-cell;
    white-space: pre
}

.ztext ol {
    counter-reset: ol;
    display: table
}

.ztext ol>li {
    display: table;
    list-style: none;
    width: 100%
}

.ztext ol>li:before {
    content: counter(ol) ". ";
    counter-increment: ol;
    display: table-cell;
    text-align: right;
    white-space: pre
}

.ztext ol ol {
    counter-reset: ol2
}

.ztext ol ol li:before {
    content: counter(ol2) ". ";
    counter-increment: ol2
}

.ztext ol ol ol {
    counter-reset: ol3
}

.ztext ol ol ol li:before {
    content: counter(ol3) ". ";
    counter-increment: ol3
}

.ztext ol ol ol ol {
    counter-reset: ol4
}

.ztext ol ol ol ol li:before {
    content: counter(ol4) ". ";
    counter-increment: ol4
}

.ztext figure {
    margin: 1.4em 0
}

.ztext figure .content_image,.ztext figure .origin_image {
    margin: 0 auto
}

.ztext figure figcaption {
    color: #9196a1;
    /*color: var(--GBK06A);*/
    font-size: .9em;
    line-height: 1.5;
    margin-top: .66667em;
    padding: 0 1em;
    text-align: center
}

.ztext figure+figure {
    margin-top: 2.24em
}

.ztext figure:not([data-size])>[data-size=small],.ztext figure[data-size=small] {
    clear: both
}

.ztext figure:not([data-size])>[data-size=left],.ztext figure[data-size=left] {
    float: left;
    margin: 0 20px 20px 0;
    max-width: 33%
}

.ztext figure:not([data-size])>[data-size=right],.ztext figure[data-size=right] {
    float: right;
    margin: 0 0 20px 20px;
    max-width: 33%
}

.ztext figure[data-size=collapse] {
    margin-bottom: 0
}

.ztext figure[data-size=collapse]+figure {
    margin-top: 0
}

.ztext .content_image,.ztext .origin_image {
    display: block;
    margin: 1.4em auto;
    max-width: 100%
}

.ztext .content_image[data-size=small],.ztext .origin_image[data-size=small] {
    max-width: 40%
}

.ztext .content_image.zh-lightbox-thumb,.ztext .origin_image.zh-lightbox-thumb {
    cursor: zoom-in
}

.ztext code {
    background-color: #f8f8fa;
    /*background-color: var(--GBK10A);*/
    border-radius: 3px;
    font-family: Menlo,Monaco,Consolas,Andale Mono,lucida console,Courier New,monospace;
    font-family: var(--zFontMonospace);
    font-size: .9em;
    margin: 0 2px;
    padding: 3px 4px
}

.ztext pre {
    word-wrap: normal;
    -webkit-overflow-scrolling: touch;
    background: #f8f8fa;
    /*background: var(--GBK10A);*/
    border-radius: 4px;
    font-size: .9em;
    margin: 1.4em 0;
    overflow: auto;
    padding: .88889em;
    white-space: pre;
    word-break: normal
}

.ztext pre code {
    background-color: inherit;
    border-radius: 0;
    font-size: inherit;
    margin: 0;
    padding: 0
}

.ztext li pre {
    white-space: pre-wrap
}

.ztext table[data-draft-type=table] {
    border-collapse: collapse;
    font-size: 15px;
    margin: 1.4em auto;
    max-width: 100%;
    table-layout: fixed;
    text-align: left;
    width: 100%
}

.ztext table[data-draft-type=table][data-size=small] {
    min-width: 260px;
    width: 40%
}

.ztext table[data-draft-type=table][data-row-style=striped] tr:nth-child(odd) {
    background: #f8f8fa;
    /*background: var(--GBK10A)*/
}

.ztext table[data-draft-type=table] td,.ztext table[data-draft-type=table] th {
    border: 1px solid #c4c7ce;
    /*border: 1px solid var(--GBK08A);*/
    height: 24px;
    line-height: 24px;
    padding: 3px 12px
}

.ztext table[data-draft-type=table] th {
    background: #ebeced;
    /*background: var(--GBK09A);*/
    color: #191b1f;
    /*color: var(--GBK02A);*/
    font-weight: 500
}

.ztext-referene-tooltip .TooltipContent-children {
    word-wrap: break-word;
    display: block;
    max-height: 150px;
    max-width: 250px;
    overflow: auto;
    white-space: normal;
    width: -moz-max-content;
    width: max-content
}

.ztext .link-box,.ztext .video-box {
    --v4227349361: var(--flag-light,0 1px 3px rgba(0,0,0,.1)) var(--flag-dark,0 1px 3px rgba(0,0,0,.1));
    border: 1px solid #ebeced;
    /*border: 1px solid var(--GBK09A);*/
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    /*box-shadow: var(--v4227349361);*/
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    margin: 1.4em 0;
    overflow: auto;
    position: relative;
    white-space: normal
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .ztext .link-box,.ztext .video-box {
        box-shadow:0 1px 3px oklch(from var(--MapUIFrame01A) l c h/.1)
    }
}

html[data-theme=dark] .ztext .link-box,html[data-theme=dark] .ztext .video-box {
    --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] .ztext .link-box,html[data-theme=dark] .ztext .video-box {
        box-shadow:0 1px 3px oklch(from var(--MapUIFrame01A) l c h/.3)
    }
}

.ztext .link-box .thumbnail,.ztext .video-box .thumbnail {
    flex-shrink: 0;
    height: 90px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 90px
}

.ztext .link-box .content,.ztext .video-box .content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    overflow: hidden;
    padding: 10px 1em;
    width: 100%
}

.ztext .link-box .title,.ztext .video-box .title {
    font-size: 1.2em;
    font-weight: 600;
    /*font-weight: var(--zFontWeightBold)*/
}

.ztext .link-box .url,.ztext .video-box .url {
    word-wrap: normal;
    color: #81858f;
    /*color: var(--GBK05A);*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ztext .link-box .label,.ztext .video-box .label {
    display: none
}

/*# sourceMappingURL=1928.216a26f4.bfa989747e8659758d89.css.map*/
@font-face {
    font-family: ZHVipFont;
    src: url(https://static.zhihu.com/heifetz/assets/ZHVipFont.569d27c8.ttf)
}

.GoodsRecommendCardPrice {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fd5409;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: ZHVipFont;
    font-size: 15px;
    height: 18px;
    line-height: 18px;
    margin-right: auto;
    overflow: hidden
}

html[data-theme=dark] .GoodsRecommendCardPrice {
    color: #fd5409
}

.GoodsRecommendCardPrice-prefix {
    font-size: 12px;
    margin-right: 4px;
    padding-top: 3px
}

.GoodsRecommendCardPrice-sell {
    font-family: ZHVipFont;
    font-size: 16px;
    font-weight: 500
}

.GoodsRecommendCardPrice-underline {
    zoom:.5;color: #999;
    font-family: ZHVipFont;
    font-size: 22px;
    margin-left: 8px;
    padding-top: 4px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through
}

html[data-theme=dark] .GoodsRecommendCardPrice-underline {
    color: #999
}

.GoodsRecommendCardPrice-suffix {
    font-size: 12px;
    margin-left: 4px;
    padding-top: 3px
}

.GoodsRecommendCardPrice-vip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 14px
}

.GoodsRecommendCardPrice-vipHint {
    color: #ce994f;
    font-family: ZHVipFont;
    font-weight: 500;
    margin-right: 4px
}

html[data-theme=dark] .GoodsRecommendCardPrice-vipHint {
    color: #ce994f
}

.GoodsRecommendCardPrice-original {
    color: #999;
    font-family: ZHVipFont;
    -webkit-text-decoration: line-through;
    text-decoration: line-through
}

html[data-theme=dark] .GoodsRecommendCardPrice-original {
    color: #999
}

.GoodsItemCardPromoTag {
    background: -webkit-gradient(linear,left top,right top,from(rgba(253,84,9,.12)),to(rgba(253,84,9,0)));
    background: linear-gradient(90deg,rgba(253,84,9,.12),rgba(253,84,9,0));
    border-radius: 20px;
    color: #fd5409;
    font-size: 20px;
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
    text-align: center
}

html[data-theme=dark] .GoodsItemCardPromoTag {
    color: #fd5409
}

.GoodsRecommendCard-tags {
    height: 18px;
    overflow: hidden
}

.GoodsRecommendCard-tagsScale {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 36px;
    overflow: hidden;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    width: 200%
}

.GoodsRecommendCard-tagsImage {
    margin-right: 12px
}

.GoodsRecommendCard-couponTag {
    -ms-flex-negative: 0;
    border: 1px solid rgba(253,84,9,.5);
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fd5409;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 20px;
    font-weight: 500;
    height: 32px;
    margin-right: 12px
}

.GoodsRecommendCard-couponTag,html[data-theme=dark] .GoodsRecommendCard-couponTag {
    background-color: rgba(253,84,9,.05)
}

html[data-theme=dark] .GoodsRecommendCard-couponTag {
    border: 1px solid rgba(253,84,9,.5);
    color: #fd5409
}

.GoodsRecommendCard-couponMark {
    background: -webkit-gradient(linear,right top,left top,from(#fd5409),color-stop(97.22%,#fd7e09));
    background: linear-gradient(270deg,#fd5409,#fd7e09 97.22%);
    color: #fff;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 36px
}

html[data-theme=dark] .GoodsRecommendCard-couponMark {
    color: #121212
}

.GoodsRecommendCard-couponText {
    display: inline-block;
    padding: 0 6px;
    white-space: nowrap
}

.GoodsRecommendCard-textTag {
    background: #fd5409;
    border: .5px solid #fd5409;
    border-radius: 20px;
    color: #fff;
    font-size: 20px;
    height: 34px;
    line-height: 32px;
    margin-right: 12px;
    padding: 0 12px;
    text-align: center
}

.CircleLoadingBar {
    -webkit-animation: CircleLoadingBarRotator 1s linear infinite;
    animation: CircleLoadingBarRotator 1s linear infinite;
    left: 50%;
    margin: -15px 0 0 -15px;
    position: absolute;
    top: 50%
}

.CircleLoadingBar .path {
    stroke: #0084ff;
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-animation: CircleLoadingBarDash 1s ease-in-out infinite;
    animation: CircleLoadingBarDash 1s ease-in-out infinite;
    -webkit-transform-origin: center;
    transform-origin: center
}

html[data-theme=dark] .CircleLoadingBar .path {
    stroke: #0084ff
}

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

    to {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}

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

    to {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}

@-webkit-keyframes CircleLoadingBarDash {
    0% {
        stroke-dashoffset: 187
    }

    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    to {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg)
    }
}

@keyframes CircleLoadingBarDash {
    0% {
        stroke-dashoffset: 187
    }

    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    to {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg)
    }
}

.ModalButtonGroup--vertical {
    margin-bottom: 16px;
    margin-top: 40px
}

.ModalButtonGroup--vertical .Button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 220px
}

.ModalButtonGroup--vertical .Button+.Button {
    margin-top: 28px
}

.Modal-content--buttonGroupOnly .ModalButtonGroup--vertical {
    margin-top: 60px
}

.ModalButtonGroup--horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 48px
}

.ModalButtonGroup--horizontal .Button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.ModalButtonGroup--horizontal .Button:last-child:first-child {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    margin-left: auto;
    margin-right: auto;
    width: 220px
}

.ModalButtonGroup--horizontal .Button+.Button {
    margin-left: 16px
}

.ModalWindow-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    z-index: 203
}

.ModalWindow-wrapper.ModalWindow-enter {
    opacity: .01
}

.ModalWindow-wrapper.ModalWindow-enter-active,.ModalWindow-wrapper.ModalWindow-leave {
    opacity: 1
}

.ModalWindow-wrapper.ModalWindow-leave-active {
    opacity: .01
}

.ModalWindow-backdrop {
    background-color: hsla(0,0%,7%,.65);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    z-index: 0
}

html[data-theme=dark] .ModalWindow-backdrop {
    background-color: rgba(0,0,0,.65)
}

.ModalWindow-wrapper--transparent .ModalWindow-backdrop {
    background-color: transparent
}

.ModalWindow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-shadow: 0 5px 20px hsla(0,0%,7%,.1);
    box-shadow: 0 5px 20px hsla(0,0%,7%,.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-height: calc(100vh - 48px);
    position: relative;
    -webkit-transition: max-height .8s ease;
    transition: max-height .8s ease;
    width: 400px;
    z-index: 1
}

html[data-theme=dark] .ModalWindow {
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-shadow: 0 1px 3px rgba(0,0,0,.3)
}

.ModalWindow:focus {
    outline: none
}

.ModalWindow--large {
    width: 536px
}

.ModalWindow--fullPage {
    height: calc(100vh - 48px);
    width: 688px
}

.ModalWindow-enter .ModalWindow {
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}

.ModalWindow-enter-active .ModalWindow {
    -webkit-transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
    transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
    transition: transform .3s ease-out,opacity .3s ease-out;
    transition: transform .3s ease-out,opacity .3s ease-out,-webkit-transform .3s ease-out
}

.ModalWindow-enter-active .ModalWindow,.ModalWindow-leave .ModalWindow {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.ModalWindow-leave-active .ModalWindow {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
    transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
    transition: transform .3s ease-out,opacity .3s ease-out;
    transition: transform .3s ease-out,opacity .3s ease-out,-webkit-transform .3s ease-out
}

.ModalWindow-inner {
    background: #fff;
    border-radius: 2px;
    overflow: auto
}

html[data-theme=dark] .ModalWindow-inner {
    background: #121212
}

.ModalWindow--fullPage .ModalWindow-inner {
    height: 100%
}

.ModalWindow-closeButton {
    cursor: pointer;
    padding: 12px;
    position: absolute;
    right: -60px;
    top: 8px
}

.ModalWindow-closeIcon {
    fill: #fff;
    vertical-align: top
}

html[data-theme=dark] .ModalWindow-closeIcon {
    fill: #fff
}

.ModalWindow-title {
    color: #121212;
    font-size: 24px;
    font-weight: 500;
    margin-top: 40px;
    text-align: center
}

html[data-theme=dark] .ModalWindow-title {
    color: #fff
}

.ModalWindow-title.ModalWindow-title--simple {
    font-family: inherit;
    font-size: 20px
}

.ModalWindow-subtitle {
    color: #8590a6;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 4px;
    padding: 0 38px;
    text-align: center
}

html[data-theme=dark] .ModalWindow-subtitle {
    color: #8590a6
}

.ModalWindow-subtitle a {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.ModalWindow-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    line-height: 1.7;
    margin-top: 24px;
    opacity: 1;
    padding: 0 24px 32px
}

.ModalWindow--fullPage .ModalWindow-content {
    padding: 0
}

.ModalWindow-content.ModalWindow-content--spread {
    height: 100%;
    margin-top: 0
}

.ModalWindow-content.ModalWindow-content--hidden {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.ModalWindow-footer {
    background: #f6f6f6;
    border-top: 1px solid #ebebeb;
    color: #8590a6;
    font-size: 13px;
    line-height: 1.7;
    padding: 16px 24px
}

html[data-theme=dark] .ModalWindow-footer {
    background: #1b1b1b;
    border-top: 1px solid #2e2e2e;
    color: #8590a6
}

.ModalWindow-footer a {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.QRCodeModal {
    color: #121212;
    text-align: center
}

html[data-theme=dark] .QRCodeModal {
    color: #fff
}

.QRCodeModal .Modal-content {
    margin-top: 40px;
    padding-bottom: 70px
}

.QRCodeModal-title {
    font-size: 24px;
    font-synthesis: style;
    font-weight: 600;
    height: 30px;
    line-height: 30px
}

html[data-ios] .QRCodeModal-title {
    font-weight: 500
}

html[data-android] .QRCodeModal-title {
    font-weight: 700
}

.QRCodeModal-tip {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-top: 12px
}

.QRCodeModal-qrcode {
    height: 175px;
    margin: 40px auto 0;
    position: relative;
    width: 175px
}

.QRCodeModal-qrcode img {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.BottomInfo {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    height: 42px;
    justify-content: flex-start;
    width: 100%
}

html[data-theme=dark] .BottomInfo {
    background-color: #121212;
    color: #999
}

.BottomInfo:before {
    background: transparent;
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-radius: 0 0 16px 16px;
    border-right: 1px solid #ebebeb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 82px;
    position: absolute;
    -webkit-transform: scale(.5) translateX(-50%);
    transform: scale(.5) translateX(-50%);
    width: 200%;
    z-index: 0
}

html[data-theme=dark] .BottomInfo:before {
    border-bottom: 1px solid #2e2e2e;
    border-left: 1px solid #2e2e2e;
    border-right: 1px solid #2e2e2e
}

.BottomInfo>div {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    padding-left: 14px;
    position: relative;
    z-index: 1
}

.BottomInfo>div img {
    height: 16px;
    margin-right: 4px
}

.BottomInfo>div span {
    color: #444;
    margin-right: 8px;
    white-space: nowrap
}

html[data-theme=dark] .BottomInfo>div span {
    color: #d3d3d3
}

.BottomInfo>div .MCNLinkCard-cardBottom-iconText,html[data-theme=dark] .BottomInfo>div .MCNLinkCard-cardBottom-iconText {
    color: #ff7955
}

.BottomInfo>div .MCNLinkCard-cardBottom-showCaseText,html[data-theme=dark] .BottomInfo>div .MCNLinkCard-cardBottom-showCaseText {
    color: #999
}

.BottomInfo>span {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 100%;
    justify-content: space-between;
    position: relative;
    width: 100%;
    z-index: 1
}

.BottomInfo .MCNLinkCard-cardBottom-arrowText {
    padding-right: 8px;
    white-space: nowrap
}

.GoodsRecommendCard-invalid {
    background: hsla(0,0%,96%,.4);
    border-radius: 8px;
    cursor: default;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100
}

html[data-theme=dark] .GoodsRecommendCard-invalid {
    background: rgba(27,27,27,.4)
}

.GoodsRecommendCard-invalidButton {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #ebebeb;
    border-radius: 25px 0 0 25px;
    bottom: 12px;
    color: grey;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    height: 25px;
    justify-content: center;
    position: absolute;
    right: 0;
    width: 80px
}

html[data-theme=dark] .GoodsRecommendCard-invalidButton {
    background-color: #2e2e2e;
    color: #999
}

.GoodsRecommendCard-invalidText {
    margin-left: 4px
}

.GoodsRecommendCardPromo {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(-10.53%,rgba(253,84,9,.08)),color-stop(102.63%,rgba(253,84,9,0)));
    background: linear-gradient(180deg,rgba(253,84,9,.08) -10.53%,rgba(253,84,9,0) 102.63%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 38px;
    justify-content: space-between;
    margin-bottom: -12px;
    overflow: hidden;
    padding: 0 14px
}

.GoodsRecommendCardPromo,.GoodsRecommendCardPromo-left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.GoodsRecommendCardPromo-left {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 100%
}

.GoodsRecommendCardPromo-right {
    color: #fd5409;
    font-size: 12px
}

html[data-theme=dark] .GoodsRecommendCardPromo-right {
    color: #fd5409
}

.GoodsRecommendCardPromo-rightText {
    font-family: Helvetica Neue
}

.GoodsRecommendCard-shade {
    background: hsla(0,0%,96%,.4);
    border-radius: 8px;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100
}

html[data-theme=dark] .GoodsRecommendCard-shade {
    background: rgba(27,27,27,.4)
}

.GoodsRecommendCard-shadeHide {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    border-radius: 25px 0 0 25px;
    bottom: 12px;
    color: #06f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    height: 25px;
    justify-content: center;
    position: absolute;
    right: 0;
    width: 80px
}

.GoodsRecommendCard-shadeHideText {
    margin-left: 2px
}

.GoodsRecommendCard {
    background-color: #f6f6f6;
    border-radius: 8px;
    color: inherit;
    display: block;
    margin: 1em auto;
    max-width: 100%;
    min-height: 88px;
    overflow: hidden;
    position: relative;
    -webkit-text-decoration: none;
    text-decoration: none;
    width: 390px;
    z-index: 0
}

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

.GoodsRecommendCard-promo {
    background-color: #fff;
    border: 1px solid rgba(253,84,9,.08)
}

html[data-theme=dark] .GoodsRecommendCard-promo {
    background-color: #121212
}

.GoodsRecommendCard-link {
    background: none;
    min-height: auto
}

.CPSCommonCard {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px;
    min-height: 88px;
    overflow: hidden;
    padding: 14px;
    position: relative;
    width: 100%;
    z-index: 0
}

.CPSCommonCard-imageBox {
    -ms-flex-negative: 0;
    border-radius: 6px;
    flex-shrink: 0;
    height: 100px;
    overflow: hidden;
    position: relative;
    width: 100px
}

.CPSCommonCard-imageBox--rectangle {
    width: 75px
}

.CPSCommonCard-image {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.CPSCommonCard-tag {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    white-space: nowrap
}

.CPSCommonCard-tag-ADBox-noCornerText {
    margin: 0 9px 9px 0
}

.CPSCommonCard-tag-ADBox-cornerText,.CPSCommonCard-tag-ADBox-noCornerText {
    -webkit-transform: scale(.75) translate(33%,33%);
    transform: scale(.75) translate(33%,33%)
}

.CPSCommonCard-tag-ADBox-cornerText {
    margin: 0 4px 3px 0
}

.CPSCommonCard-tag-ADTag {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 13.35px;
    opacity: .8;
    text-shadow: 0 0 2px rgba(0,0,0,.5)
}

.CPSCommonCard-tag-imageTag {
    background: hsla(0,0%,100%,.9);
    border-top-left-radius: 8px;
    color: #121212;
    font-size: 12px;
    font-weight: 500;
    margin-left: -10px;
    padding: 0 5px;
    -webkit-transform: scale(.75);
    transform: scale(.75);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    white-space: nowrap
}

html[data-theme=dark] .CPSCommonCard-tag-imageTag {
    background: hsla(0,0%,100%,.9);
    color: #fff
}

.CPSCommonCard-info {
    -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;
    margin-left: 12px;
    margin-top: -1px
}

.CPSCommonCard-info,.CPSCommonCard-title {
    -webkit-box-orient: vertical;
    overflow: hidden
}

.CPSCommonCard-title {
    -webkit-line-clamp: 2;
    color: #121212;
    display: -webkit-box;
    font-size: 16px;
    font-synthesis: style;
    font-weight: 600;
    line-height: 20px;
    max-height: 40px;
    text-overflow: ellipsis;
    word-break: break-all
}

html[data-theme=dark] .CPSCommonCard-title {
    color: #fff
}

html[data-ios] .CPSCommonCard-title {
    font-weight: 500
}

html[data-android] .CPSCommonCard-title {
    font-weight: 700
}

.CPSCommonCard-subtitle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px
}

.CPSCommonCard-subtitle-text {
    -webkit-box-flex: 0;
    color: grey;
    -ms-flex: none;
    flex: none;
    font-size: 12px;
    font-synthesis: style;
    font-weight: 600;
    line-height: 16px;
    margin-right: 12px
}

html[data-theme=dark] .CPSCommonCard-subtitle-text {
    color: #999
}

html[data-ios] .CPSCommonCard-subtitle-text {
    font-weight: 500
}

html[data-android] .CPSCommonCard-subtitle-text {
    font-weight: 700
}

.CPSCommonCard-subtitle-img {
    height: 16px;
    margin-top: 0
}

.CPSCommonCard-subtitle-img .GoodsRecommendCard-tagsScale {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 32px;
    overflow: hidden;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    width: 200%
}

.CPSCommonCard-tool {
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: auto;
    overflow: hidden
}

.CPSCommonCard-button,.CPSCommonCard-tool {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 18px
}

.CPSCommonCard-button {
    -ms-flex-negative: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-item-align: start;
    -ms-flex-align: center;
    align-self: flex-start;
    color: #fd5409;
    flex-shrink: 0;
    font-size: 13px;
    font-synthesis: style;
    font-weight: 600;
    justify-content: center;
    line-height: 18px;
    margin-right: -6px
}

html[data-theme=dark] .CPSCommonCard-button {
    color: #fd5409
}

html[data-ios] .CPSCommonCard-button {
    font-weight: 500
}

html[data-android] .CPSCommonCard-button {
    font-weight: 700
}

.CPSCommonCard-link {
    color: #175199;
    font-size: 18px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.CPSCommonCard-link-icon {
    font-synthesis: style;
    font-weight: 600;
    margin-right: 8px
}

html[data-ios] .CPSCommonCard-link-icon {
    font-weight: 500
}

html[data-android] .CPSCommonCard-link-icon {
    font-weight: 700
}

.ZhiGoodsCard {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px;
    min-height: 88px;
    overflow: hidden;
    padding: 14px;
    position: relative;
    width: 100%;
    z-index: 0
}

.ZhiGoodsCard-imageBox {
    -ms-flex-negative: 0;
    border-radius: 6px;
    flex-shrink: 0;
    height: 100px;
    overflow: hidden;
    position: relative;
    width: 100px
}

.ZhiGoodsCard-image {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.ZhiGoodsCard-tag {
    bottom: 0;
    margin: 0 6px 6px 0;
    position: absolute;
    right: 0;
    scale: .75;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    white-space: nowrap
}

.ZhiGoodsCard-tag-ADTag {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 13.35px;
    opacity: .8;
    text-shadow: 0 0 2px rgba(0,0,0,.5)
}

.ZhiGoodsCard-tag-imageTag {
    background: hsla(0,0%,100%,.9);
    border-top-left-radius: 8px;
    color: #121212;
    font-size: 12px;
    font-weight: 500;
    margin-left: -10px;
    padding: 0 5px;
    -webkit-transform: scale(.75);
    transform: scale(.75);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    white-space: nowrap
}

html[data-theme=dark] .ZhiGoodsCard-tag-imageTag {
    background: hsla(0,0%,100%,.9);
    color: #fff
}

.ZhiGoodsCard-info {
    -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;
    margin-left: 12px;
    margin-top: -1px
}

.ZhiGoodsCard-info,.ZhiGoodsCard-title {
    -webkit-box-orient: vertical;
    overflow: hidden
}

.ZhiGoodsCard-title {
    -webkit-line-clamp: 2;
    color: #121212;
    display: -webkit-box;
    font-size: 16px;
    font-synthesis: style;
    font-weight: 600;
    line-height: 20px;
    max-height: 40px;
    text-overflow: ellipsis;
    word-break: break-all
}

html[data-theme=dark] .ZhiGoodsCard-title {
    color: #fff
}

html[data-ios] .ZhiGoodsCard-title {
    font-weight: 500
}

html[data-android] .ZhiGoodsCard-title {
    font-weight: 700
}

.ZhiGoodsCard-subtitle {
    color: grey;
    font-size: 12px;
    font-synthesis: style;
    font-weight: 600;
    line-height: 16px;
    margin-top: 2px
}

html[data-theme=dark] .ZhiGoodsCard-subtitle {
    color: #999
}

html[data-ios] .ZhiGoodsCard-subtitle {
    font-weight: 500
}

html[data-android] .ZhiGoodsCard-subtitle {
    font-weight: 700
}

.ZhiGoodsCard-tool {
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: auto;
    overflow: hidden
}

.ZhiGoodsCard-button,.ZhiGoodsCard-tool {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 18px
}

.ZhiGoodsCard-button {
    -ms-flex-negative: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-item-align: start;
    -ms-flex-align: center;
    align-self: flex-start;
    color: #fd5409;
    flex-shrink: 0;
    font-size: 13px;
    font-synthesis: style;
    font-weight: 600;
    justify-content: center;
    line-height: 18px;
    margin-right: -6px
}

html[data-theme=dark] .ZhiGoodsCard-button {
    color: #fd5409
}

html[data-ios] .ZhiGoodsCard-button {
    font-weight: 500
}

html[data-android] .ZhiGoodsCard-button {
    font-weight: 700
}

.ZhiGoodsCard-desc {
    color: #999;
    font-size: 13px
}

.ZhiGoodsCard-titleRightText {
    -ms-flex-negative: 0;
    background: #fff;
    border-radius: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #8590a6;
    cursor: pointer;
    flex-shrink: 0;
    font-size: 13px;
    height: 29px;
    line-height: 29px;
    margin-left: 4px;
    text-align: center;
    width: 46px
}

html[data-theme=dark] .ZhiGoodsCard-titleRightText {
    background: #121212;
    color: #8590a6
}

.ZhiGoodsCard-titleRightText:before {
    background: transparent;
    border: 1px solid #ebebeb;
    border-radius: 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 58px;
    position: absolute;
    -webkit-transform: scale(.5) translate(-50%,-50%);
    transform: scale(.5) translate(-50%,-50%);
    width: 92px;
    z-index: 0
}

html[data-theme=dark] .ZhiGoodsCard-titleRightText:before {
    border: 1px solid #2e2e2e
}

.ZhiGoodsCard-titleRightImg {
    -ms-flex-negative: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    flex-shrink: 0;
    margin-left: 4px
}

.ZhiGoodsCard-titleRightImg>img {
    display: block
}

.CPSMeituanCard {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -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;
    max-width: 400px;
    min-height: 88px;
    overflow: hidden;
    padding: 14px;
    position: relative;
    width: 100%;
    z-index: 0
}

.CPSMeituanCard-imageBox {
    border-radius: 6px;
    height: 100px;
    overflow: hidden;
    position: relative;
    width: 75px
}

.CPSMeituanCard-image {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.CPSMeituanCard-tag {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 6px 6px 0;
    position: absolute;
    right: 0;
    scale: .75;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    white-space: nowrap
}

.CPSMeituanCard-tag-ADTag {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 13.35px;
    opacity: .8;
    text-shadow: 0 0 2px rgba(0,0,0,.5)
}

.CPSMeituanCard-tag-imageTag {
    background: hsla(0,0%,100%,.9);
    border-top-left-radius: 8px;
    color: #121212;
    font-size: 12px;
    font-weight: 500;
    margin-left: -10px;
    padding: 0 5px;
    -webkit-transform: scale(.75);
    transform: scale(.75);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    white-space: nowrap
}

html[data-theme=dark] .CPSMeituanCard-tag-imageTag {
    background: hsla(0,0%,100%,.9);
    color: #fff
}

.CPSMeituanCard-main {
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1;
    flex: 1 1;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 12px;
    overflow: hidden
}

.CPSMeituanCard+.GoodsRecommendCard-invalid .GoodsRecommendCard-invalidButton,.CPSMeituanCard+.GoodsRecommendCard-shade .GoodsRecommendCard-shadeHide {
    bottom: 9px
}

.RedPacketCard {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -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;
    max-width: 400px;
    min-height: 88px;
    overflow: hidden;
    padding: 12px;
    position: relative;
    width: 100%;
    z-index: 0
}

.RedPacketCard-imageBox {
    -ms-flex-negative: 0;
    border-radius: 6px;
    flex-shrink: 0;
    height: 75px;
    overflow: hidden;
    position: relative;
    width: 75px
}

.RedPacketCard-image {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.RedPacketCard-tag {
    bottom: 0;
    margin: 0 6px 6px 0;
    position: absolute;
    right: 0;
    scale: .75;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    white-space: nowrap
}

.RedPacketCard-tag-ADTag {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 13.35px;
    opacity: .8;
    text-shadow: 0 0 2px rgba(0,0,0,.5)
}

.RedPacketCard-tag-imageTag {
    background: hsla(0,0%,100%,.9);
    border-top-left-radius: 8px;
    color: #121212;
    font-size: 12px;
    font-weight: 500;
    margin-left: -10px;
    padding: 0 5px;
    -webkit-transform: scale(.75);
    transform: scale(.75);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    white-space: nowrap
}

html[data-theme=dark] .RedPacketCard-tag-imageTag {
    background: hsla(0,0%,100%,.9);
    color: #fff
}

.RedPacketCard-info {
    -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;
    margin-left: 12px
}

.RedPacketCard-info,.RedPacketCard-title {
    -webkit-box-orient: vertical;
    overflow: hidden
}

.RedPacketCard-title {
    -webkit-line-clamp: 1;
    color: #121212;
    display: -webkit-box;
    font-size: 15px;
    font-synthesis: style;
    font-weight: 600;
    line-height: 20px;
    max-height: 40px;
    text-overflow: ellipsis;
    word-break: break-all
}

html[data-theme=dark] .RedPacketCard-title {
    color: #fff
}

html[data-ios] .RedPacketCard-title {
    font-weight: 500
}

html[data-android] .RedPacketCard-title {
    font-weight: 700
}

.RedPacketCard-subtitle {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #999;
    display: -webkit-box;
    font-size: 13px;
    line-height: 18px;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

html[data-theme=dark] .RedPacketCard-subtitle {
    color: #999
}

.RedPacketCard-tool {
    -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: 18px;
    justify-content: space-between;
    margin-top: auto;
    overflow: hidden
}

.RedPacketCard-toolLeft {
    color: #999;
    font-size: 13px;
    line-height: 18px
}

html[data-theme=dark] .RedPacketCard-toolLeft {
    color: #999
}

.RedPacketCard-button {
    -ms-flex-negative: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-item-align: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-self: flex-start;
    color: #fd5409;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    font-size: 13px;
    font-synthesis: style;
    font-weight: 600;
    height: 18px;
    justify-content: center;
    line-height: 18px
}

html[data-theme=dark] .RedPacketCard-button {
    color: #fd5409
}

html[data-ios] .RedPacketCard-button {
    font-weight: 500
}

html[data-android] .RedPacketCard-button {
    font-weight: 700
}

.RedPacketCard+.GoodsRecommendCard-invalid .GoodsRecommendCard-invalidButton,.RedPacketCard+.GoodsRecommendCard-shade .GoodsRecommendCard-shadeHide {
    bottom: 9px
}

:root {
    --rv-brand-color: #3f45ff;
    --rv-black: #000;
    --rv-white: #fff;
    --rv-gray-1: #f7f8fa;
    --rv-gray-2: #f2f3f5;
    --rv-gray-3: #ebedf0;
    --rv-gray-4: #dcdee0;
    --rv-gray-5: #c8c9cc;
    --rv-gray-6: #969799;
    --rv-gray-7: #646566;
    --rv-gray-8: #323232;
    --rv-red: #f44336;
    --rv-blue: #3f45ff;
    --rv-orange: #ff976a;
    --rv-orange-dark: #ff590d;
    --rv-orange-light: #fffbe8;
    --rv-green: #00c853;
    --rv-gradient-red: linear-gradient(90deg,#ff6034,#ee0a24);
    --rv-gradient-orange: linear-gradient(90deg,#ffd01e,#ff8917);
    --rv-primary-color: var(--rv-blue);
    --rv-success-color: var(--rv-green);
    --rv-danger-color: var(--rv-red);
    --rv-warning-color: var(--rv-orange);
    --rv-text-color: var(--rv-gray-8);
    --rv-text-color-weak: #969799;
    --rv-active-color: var(--rv-gray-2);
    --rv-active-opacity: 0.7;
    --rv-disabled-opacity: 0.5;
    --rv-background-color: var(--rv-gray-1);
    --rv-background-color-light: #fafafa;
    --rv-text-link-color: #576b95;
    --rv-padding-base: 4px;
    --rv-padding-xs: 8px;
    --rv-padding-sm: 12px;
    --rv-padding-md: 16px;
    --rv-padding-lg: 24px;
    --rv-padding-xl: 32px;
    --rv-font-size-xs: 10px;
    --rv-font-size-sm: 12px;
    --rv-font-size-md: 14px;
    --rv-font-size-lg: 16px;
    --rv-font-size-xl: 18px;
    --rv-font-size-xxl: 20px;
    --rv-font-size-xxxl: 24px;
    --rv-font-weight-bold: 500;
    --rv-line-height-xs: 14px;
    --rv-line-height-sm: 18px;
    --rv-line-height-md: 20px;
    --rv-line-height-lg: 22px;
    --rv-line-height-xl: 24px;
    --rv-line-height-xxl: 28px;
    --rv-line-height-xxxl: 32px;
    --rv-base-font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Segoe UI,Arial,Roboto,"PingFang SC","miui","Hiragino Sans GB","Microsoft Yahei",sans-serif;
    --rv-price-integer-font-family: Avenir-Heavy,PingFang SC,Helvetica Neue,Arial,sans-serif;
    --rv-animation-duration-base: 0.3s;
    --rv-animation-duration-fast: 0.2s;
    --rv-animation-timing-function-enter: ease-out;
    --rv-animation-timing-function-leave: ease-in;
    --rv-border-color: var(--rv-gray-3);
    --rv-border-width-base: 1px;
    --rv-border-radius-sm: 2px;
    --rv-border-radius-md: 4px;
    --rv-border-radius-lg: 8px;
    --rv-border-radius-max: 999px
}

html {
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Segoe UI,Arial,Roboto,PingFang SC,miui,Hiragino Sans GB,Microsoft Yahei,sans-serif;
    margin: 0
}

a {
    text-decoration: none
}

button,input,textarea {
    color: inherit;
    font: inherit
}

[class*=rv-]:focus,a:focus,button:focus,input:focus,textarea:focus {
    outline: none
}

ol,ul {
    list-style: none;
    margin: 0;
    padding: 0
}

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

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes rv-slide-up-enter {
    0% {
        transform: translate3d(0,100%,0)
    }
}

@keyframes rv-slide-up-leave {
    to {
        transform: translate3d(0,100%,0)
    }
}

@keyframes rv-slide-down-enter {
    0% {
        transform: translate3d(0,-100%,0)
    }
}

@keyframes rv-slide-down-leave {
    to {
        transform: translate3d(0,-100%,0)
    }
}

@keyframes rv-slide-left-enter {
    0% {
        transform: translate3d(-100%,0,0)
    }
}

@keyframes rv-slide-left-leave {
    to {
        transform: translate3d(-100%,0,0)
    }
}

@keyframes rv-slide-right-enter {
    0% {
        transform: translate3d(100%,0,0)
    }
}

@keyframes rv-slide-right-leave {
    to {
        transform: translate3d(100%,0,0)
    }
}

@keyframes rv-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes rv-fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes rv-zoom-in {
    0% {
        opacity: 0;
        transform: scale(.8)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes rv-zoom-out {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    to {
        opacity: 0;
        transform: scale(.8)
    }
}

@keyframes rv-rotate {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.rv-fade-enter-active {
    animation: rv-fade-in .3s ease-out both
}

.rv-fade-exit-active {
    animation: rv-fade-out .3s ease-in both
}

.rv-slide-up-enter-active {
    animation: rv-slide-up-enter .3s ease-out both
}

.rv-slide-up-exit-active {
    animation: rv-slide-up-leave .3s ease-in both
}

.rv-slide-down-enter-active {
    animation: rv-slide-down-enter .3s ease-out both
}

.rv-slide-down-exit-active {
    animation: rv-slide-down-leave .3s ease-in both
}

.rv-slide-left-enter-active {
    animation: rv-slide-left-enter .3s ease-out both
}

.rv-slide-left-exit-active {
    animation: rv-slide-left-leave .3s ease-in both
}

.rv-slide-right-enter-active {
    animation: rv-slide-right-enter .3s ease-out both
}

.rv-slide-right-exit-active {
    animation: rv-slide-right-leave .3s ease-in both
}

.rv-zoom-enter-active {
    animation: rv-zoom-in .3s ease-out both
}

.rv-zoom-exit-active {
    animation: rv-zoom-out .3s ease-in both
}

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

.rv-multi-ellipsis--l2 {
    -webkit-line-clamp: 2
}

.rv-multi-ellipsis--l2,.rv-multi-ellipsis--l3 {
    -webkit-box-orient: vertical;
    display: -webkit-box!important;
    overflow: hidden;
    text-overflow: ellipsis
}

.rv-multi-ellipsis--l3 {
    -webkit-line-clamp: 3
}

.rv-safe-area-top {
    padding-top: env(safe-area-inset-top)
}

.rv-safe-area-bottom {
    padding-bottom: env(safe-area-inset-bottom)
}

[class*=rv-hairline]:after {
    border: 0 solid var(--rv-gray-3);
    bottom: -50%;
    box-sizing: border-box;
    content: " ";
    left: -50%;
    pointer-events: none;
    position: absolute;
    right: -50%;
    top: -50%;
    transform: scale(.5)
}

.rv-hairline,.rv-hairline--bottom,.rv-hairline--left,.rv-hairline--right,.rv-hairline--surround,.rv-hairline--top,.rv-hairline--top-bottom {
    position: relative
}

.rv-hairline--top:after {
    border-top-width: 1px
}

.rv-hairline--left:after {
    border-left-width: 1px
}

.rv-hairline--right:after {
    border-right-width: 1px
}

.rv-hairline--bottom:after {
    border-bottom-width: 1px
}

.rv-hairline--top-bottom:after,.rv-hairline-unset--top-bottom:after {
    border-width: 1px 0
}

.rv-hairline--surround:after {
    border-width: 1px
}

[class*=rv-shadow]:active,[class*=rv-shadow]:hover {
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)
}

.rv-shadow--1 {
    box-shadow: 0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)
}

.rv-shadow--2 {
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)
}

.rv-shadow--3 {
    box-shadow: 0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)
}

.rv-icon--spin {
    animation: rv-spin 1.5s linear infinite
}

.EducationGoodsZIPCard {
    background-color: #f6f6f6;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    margin: 1em auto;
    max-width: 390px;
    overflow: hidden;
    padding: 14px;
    position: relative;
    width: 100%;
    z-index: 0
}

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

.EducationGoodsZIPCard-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.EducationGoodsZIPCard-left {
    -ms-flex-negative: 0;
    border-radius: 6px;
    flex-shrink: 0;
    height: 100%;
    margin-right: 12px;
    overflow: hidden;
    position: relative;
    width: 72px
}

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

.EducationGoodsZIPCard img:not([src]),.EducationGoodsZIPCard img[src=""] {
    opacity: 0
}

.EducationGoodsZIPCard-tag {
    bottom: 0;
    margin: 0 6px 6px 0;
    position: absolute;
    right: 0;
    scale: .75;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    white-space: nowrap
}

.EducationGoodsZIPCard-tag-ADTag {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 13.35px;
    opacity: .8;
    text-shadow: 0 0 2px rgba(0,0,0,.5)
}

.EducationGoodsZIPCard-tag-imageTag {
    background: hsla(0,0%,100%,.9);
    border-top-left-radius: 8px;
    color: #121212;
    font-size: 12px;
    font-weight: 500;
    margin-left: -10px;
    padding: 0 5px;
    -webkit-transform: scale(.75);
    transform: scale(.75);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    white-space: nowrap
}

html[data-theme=dark] .EducationGoodsZIPCard-tag-imageTag {
    background: hsla(0,0%,100%,.9);
    color: #fff
}

.EducationGoodsZIPCard-right {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: space-between;
    width: calc(100% - 84px)
}

.EducationGoodsZIPCard-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #121212;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-right: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

html[data-theme=dark] .EducationGoodsZIPCard-title {
    color: #fff
}

.EducationGoodsZIPCard-icon {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 66px
}

:root {
    --rv-toast-max-width: 70%;
    --rv-toast-font-size: var(--rv-font-size-md);
    --rv-toast-text-color: var(--rv-white);
    --rv-toast-loading-icon-color: var(--rv-white);
    --rv-toast-line-height: var(--rv-line-height-md);
    --rv-toast-border-radius: var(--rv-border-radius-lg);
    --rv-toast-background-color: rgba(0,0,0,.7);
    --rv-toast-icon-size: 36px;
    --rv-toast-text-min-width: 96px;
    --rv-toast-text-padding: var(--rv-padding-xs) var(--rv-padding-sm);
    --rv-toast-default-padding: var(--rv-padding-md);
    --rv-toast-default-width: 88px;
    --rv-toast-default-min-height: 88px;
    --rv-toast-position-top-distance: 20%;
    --rv-toast-position-bottom-distance: 20%
}

.rv-toast--unclickable {
    cursor: not-allowed;
    overflow: hidden
}

.rv-toast--unclickable * {
    pointer-events: none
}

.rv-toast.rv-popup {
    align-items: center;
    background-color: var(--rv-toast-background-color);
    border-radius: var(--rv-toast-border-radius);
    box-sizing: content-box;
    color: var(--rv-toast-text-color);
    display: flex;
    flex-direction: column;
    font-size: var(--rv-toast-font-size);
    justify-content: center;
    line-height: var(--rv-toast-line-height);
    max-width: var(--rv-toast-max-width);
    min-height: var(--rv-toast-default-min-height);
    padding: var(--rv-toast-default-padding);
    text-align: center;
    transition: all var(--rv-animation-duration-fast);
    white-space: pre-wrap;
    width: var(--rv-toast-default-width);
    word-break: break-all
}

.rv-toast.rv-toast--html,.rv-toast.rv-toast--info {
    min-height: 0;
    min-width: var(--rv-toast-text-min-width);
    padding: var(--rv-toast-text-padding);
    width: fit-content
}

.rv-toast.rv-toast--html .rv-toast__info,.rv-toast.rv-toast--info .rv-toast__info {
    margin-top: 0
}

.rv-toast.rv-toast--top {
    top: var(--rv-toast-position-top-distance)
}

.rv-toast.rv-toast--bottom {
    bottom: var(--rv-toast-position-bottom-distance);
    top: auto
}

.rv-toast__icon {
    font-size: var(--rv-toast-icon-size)
}

.rv-toast__loading {
    color: var(--rv-toast-loading-icon-color);
    padding: var(--rv-padding-base)
}

.rv-toast__info {
    margin-top: var(--rv-padding-xs)
}

.EducationCard-invalid {
    background: hsla(0,0%,96%,.4);
    border-radius: 8px;
    cursor: default;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100
}

html[data-theme=dark] .EducationCard-invalid {
    background: rgba(27,27,27,.4)
}

.EducationCard-invalidButton {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #ebebeb;
    border-radius: 25px 0 0 25px;
    color: grey;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    height: 25px;
    justify-content: center;
    position: absolute;
    right: 0;
    width: 80px
}

html[data-theme=dark] .EducationCard-invalidButton {
    background-color: #2e2e2e;
    color: #999
}

.EducationCard-invalidButton-bottom {
    bottom: 12px
}

.EducationCard-invalidButton-center {
    margin-top: -12.5px;
    top: 50%
}

.EducationCard-invalidText {
    margin-left: 4px
}

:root {
    --rv-loading-text-color: var(--rv-gray-6);
    --rv-loading-text-font-size: var(--rv-font-size-md);
    --rv-loading-spinner-color: var(--rv-gray-5);
    --rv-loading-spinner-size: 30px;
    --rv-loading-spinner-animation-duration: 0.8s
}

.rv-loading {
    color: var(--rv-gray-5);
    font-size: 0
}

.rv-loading,.rv-loading__spinner {
    position: relative;
    vertical-align: middle
}

.rv-loading__spinner {
    animation: rv-rotate var(--rv-loading-spinner-animation-duration) linear infinite;
    display: inline-block;
    height: var(--rv-loading-spinner-size);
    max-height: 100%;
    max-width: 100%;
    width: var(--rv-loading-spinner-size)
}

.rv-loading__spinner--spinner {
    animation-timing-function: steps(12)
}

.rv-loading__spinner--circular {
    animation-duration: 2s
}

.rv-loading__spinner--ball {
    animation: none
}

.rv-loading__line {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.rv-loading__line:before {
    background-color: currentColor;
    border-radius: 40%;
    content: " ";
    display: block;
    height: 25%;
    margin: 0 auto;
    width: 2px
}

.rv-loading__circular {
    display: block;
    height: 100%;
    width: 100%
}

.rv-loading__circular circle {
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
    animation: rv-circular 1.5s ease-in-out infinite
}

.rv-loading__text {
    color: var(--rv-loading-text-color);
    display: inline-block;
    font-size: var(--rv-loading-text-font-size);
    margin-left: var(--rv-padding-xs);
    vertical-align: middle
}

.rv-loading--vertical {
    align-items: center;
    display: flex;
    flex-direction: column
}

.rv-loading--vertical .rv-loading__text {
    margin: var(--rv-padding-xs) 0 0
}

.rv-loading__ball {
    align-items: center;
    backface-visibility: hidden;
    display: flex;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    transform-origin: 0 0;
    width: 100%
}

.rv-loading__ball div {
    border-radius: 50%;
    box-sizing: content-box;
    height: 12px;
    position: absolute;
    width: 12px
}

.rv-loading__ball div:first-child {
    animation: rv-ball--right 1s linear infinite;
    animation-delay: -.5s;
    background: #448aff
}

.rv-loading__ball div:nth-child(2) {
    animation: rv-ball--right 1s linear infinite;
    animation-delay: 0s;
    background: #ef5350
}

.rv-loading__ball div:nth-child(3) {
    animation: rv-ball 1s linear infinite;
    animation-delay: -.5s;
    background: #448aff
}

@keyframes rv-ball {
    0% {
        opacity: 1;
        transform: translate(0)
    }

    49.99% {
        opacity: 1;
        transform: translate(24px)
    }

    50% {
        opacity: 0;
        transform: translate(24px)
    }

    to {
        opacity: 0;
        transform: translate(0)
    }
}

@keyframes rv-ball--right {
    0% {
        transform: translate(0)
    }

    50% {
        transform: translate(24px)
    }

    to {
        transform: translate(0)
    }
}

@keyframes rv-circular {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90,150;
        stroke-dashoffset: -40
    }

    to {
        stroke-dasharray: 90,150;
        stroke-dashoffset: -120
    }
}

.rv-loading__spinner--spinner i:first-of-type {
    opacity: 1;
    transform: rotate(30deg)
}

.rv-loading__spinner--spinner i:nth-of-type(2) {
    opacity: .9375;
    transform: rotate(60deg)
}

.rv-loading__spinner--spinner i:nth-of-type(3) {
    opacity: .875;
    transform: rotate(90deg)
}

.rv-loading__spinner--spinner i:nth-of-type(4) {
    opacity: .8125;
    transform: rotate(120deg)
}

.rv-loading__spinner--spinner i:nth-of-type(5) {
    opacity: .75;
    transform: rotate(150deg)
}

.rv-loading__spinner--spinner i:nth-of-type(6) {
    opacity: .6875;
    transform: rotate(180deg)
}

.rv-loading__spinner--spinner i:nth-of-type(7) {
    opacity: .625;
    transform: rotate(210deg)
}

.rv-loading__spinner--spinner i:nth-of-type(8) {
    opacity: .5625;
    transform: rotate(240deg)
}

.rv-loading__spinner--spinner i:nth-of-type(9) {
    opacity: .5;
    transform: rotate(270deg)
}

.rv-loading__spinner--spinner i:nth-of-type(10) {
    opacity: .4375;
    transform: rotate(300deg)
}

.rv-loading__spinner--spinner i:nth-of-type(11) {
    opacity: .375;
    transform: rotate(330deg)
}

.rv-loading__spinner--spinner i:nth-of-type(12) {
    opacity: .3125;
    transform: rotate(1turn)
}

.EducationCommonCard {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px;
    min-height: 88px;
    overflow: hidden;
    padding: 14px;
    position: relative;
    width: 100%;
    z-index: 0
}

.EducationCommonCard-imageBox {
    -ms-flex-negative: 0;
    border-radius: 6px;
    flex-shrink: 0;
    height: 100px;
    overflow: hidden;
    position: relative;
    width: 75px
}

.EducationCommonCard-image {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.EducationCommonCard-tag {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    white-space: nowrap
}

.EducationCommonCard-tag-ADBox-noCornerText {
    margin: 0 9px 9px 0
}

.EducationCommonCard-tag-ADBox-cornerText,.EducationCommonCard-tag-ADBox-noCornerText {
    -webkit-transform: scale(.75) translate(33%,33%);
    transform: scale(.75) translate(33%,33%)
}

.EducationCommonCard-tag-ADBox-cornerText {
    margin: 0 4px 3px 0
}

.EducationCommonCard-tag-ADTag {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 13.35px;
    opacity: .8;
    text-shadow: 0 0 2px rgba(0,0,0,.5)
}

.EducationCommonCard-tag-imageTag {
    background: hsla(0,0%,100%,.9);
    border-top-left-radius: 8px;
    color: #121212;
    font-size: 12px;
    font-weight: 500;
    margin-left: -10px;
    padding: 0 5px;
    -webkit-transform: scale(.75);
    transform: scale(.75);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    white-space: nowrap
}

html[data-theme=dark] .EducationCommonCard-tag-imageTag {
    background: hsla(0,0%,100%,.9);
    color: #fff
}

.EducationCommonCard-info {
    -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;
    margin-left: 12px;
    overflow: hidden
}

.EducationCommonCard-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #121212;
    display: -webkit-box;
    font-size: 16px;
    font-synthesis: style;
    font-weight: 600;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

html[data-theme=dark] .EducationCommonCard-title {
    color: #fff
}

html[data-ios] .EducationCommonCard-title {
    font-weight: 500
}

html[data-android] .EducationCommonCard-title {
    font-weight: 700
}

.EducationCommonCard-subtitle {
    color: grey;
    font-size: 12px;
    font-synthesis: style;
    font-weight: 600;
    line-height: 16px;
    margin-top: 2px
}

html[data-theme=dark] .EducationCommonCard-subtitle {
    color: #999
}

html[data-ios] .EducationCommonCard-subtitle {
    font-weight: 500
}

html[data-android] .EducationCommonCard-subtitle {
    font-weight: 700
}

.EducationCommonCard-tool {
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: auto;
    overflow: hidden
}

.EducationCommonCard-button,.EducationCommonCard-tool {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 18px
}

.EducationCommonCard-button {
    -ms-flex-negative: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-item-align: start;
    -ms-flex-align: center;
    align-self: flex-start;
    color: #fd5409;
    flex-shrink: 0;
    font-size: 13px;
    font-synthesis: style;
    font-weight: 600;
    justify-content: center;
    line-height: 18px
}

html[data-theme=dark] .EducationCommonCard-button {
    color: #fd5409
}

html[data-ios] .EducationCommonCard-button {
    font-weight: 500
}

html[data-android] .EducationCommonCard-button {
    font-weight: 700
}

:root {
    --rv-popup-background-color: var(--rv-white);
    --rv-popup-transition: transform var(--rv-animation-duration-base);
    --rv-popup-round-border-radius: 16px;
    --rv-popup-close-icon-size: 22px;
    --rv-popup-close-icon-color: var(--rv-gray-5);
    --rv-popup-close-icon-active-color: var(--rv-gray-6);
    --rv-popup-close-icon-margin: 16px;
    --rv-popup-close-icon-z-index: 1;
    --rv-popup-title-color: "inherit";
    --rv-popup-title-font-size: 16px;
    --rv-popup-description-font-size: 14px;
    --rv-popup-description-color: #969799
}

.rv-overflow-hidden {
    overflow: hidden!important
}

.rv-popup {
    -webkit-overflow-scrolling: touch;
    background-color: var(--rv-popup-background-color);
    max-height: 100%;
    overflow-y: auto;
    position: fixed;
    transition: var(--rv-popup-transition)
}

.rv-popup--center {
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0)
}

.rv-popup--center.rv-popup--round {
    border-radius: var(--rv-popup-round-border-radius)
}

.rv-popup--top {
    left: 0;
    top: 0;
    width: 100%
}

.rv-popup--top.rv-popup--round {
    border-radius: 0 0 var(--rv-popup-round-border-radius) var(--rv-popup-round-border-radius)
}

.rv-popup--right {
    right: 0;
    top: 0
}

.rv-popup--right.rv-popup--round {
    border-radius: var(--rv-popup-round-border-radius) 0 0 var(--rv-popup-round-border-radius)
}

.rv-popup--bottom {
    bottom: 0;
    left: 0;
    width: 100%
}

.rv-popup--bottom.rv-popup--round {
    border-radius: var(--rv-popup-round-border-radius) var(--rv-popup-round-border-radius) 0 0
}

.rv-popup--left {
    left: 0;
    top: 0
}

.rv-popup--left.rv-popup--round {
    border-radius: 0 var(--rv-popup-round-border-radius) var(--rv-popup-round-border-radius) 0
}

.rv-popup-slide-top-enter,.rv-popup-slide-top-exit-active {
    transform: translate3d(0,-100%,0)
}

.rv-popup-slide-right-enter,.rv-popup-slide-right-exit-active {
    transform: translate3d(100%,0,0)
}

.rv-popup-slide-bottom-enter,.rv-popup-slide-bottom-exit-active {
    transform: translate3d(0,100%,0)
}

.rv-popup-slide-left-enter,.rv-popup-slide-left-exit-active {
    transform: translate3d(-100%,0,0)
}

.rv-popup-slide-bottom-enter-active,.rv-popup-slide-left-enter-active,.rv-popup-slide-right-enter-active,.rv-popup-slide-top-enter-active {
    transform: translateZ(0);
    transition: var(--rv-popup-transition)
}

.rv-popup-slide-bottom-exit-active,.rv-popup-slide-left-exit-active,.rv-popup-slide-right-exit-active,.rv-popup-slide-top-exit-active {
    transition: var(--rv-popup-transition);
    transition-timing-function: var(--rv-animation-timing-function-leave)
}

.rv-popup__close-icon {
    color: var(--rv-popup-close-icon-color);
    cursor: pointer;
    font-size: var(--rv-popup-close-icon-size);
    position: absolute;
    z-index: var(--rv-popup-close-icon-z-index)
}

.rv-popup__close-icon:active {
    color: var(--rv-popup-close-icon-active-color)
}

.rv-popup__close-icon--top-left {
    left: var(--rv-popup-close-icon-margin);
    top: var(--rv-popup-close-icon-margin)
}

.rv-popup__close-icon--top-right {
    right: var(--rv-popup-close-icon-margin);
    top: var(--rv-popup-close-icon-margin)
}

.rv-popup__close-icon--bottom-left {
    bottom: var(--rv-popup-close-icon-margin);
    left: var(--rv-popup-close-icon-margin)
}

.rv-popup__close-icon--bottom-right {
    bottom: var(--rv-popup-close-icon-margin);
    right: var(--rv-popup-close-icon-margin)
}

.rv-popup__title {
    color: var(--rv-popup-title-color);
    font-size: var(--rv-popup-title-font-size);
    font-weight: 500;
    line-height: var(--rv-popup-title-font-size);
    margin: 20px 12px;
    text-align: center
}

.rv-popup__description {
    color: var(--rv-popup-description-color);
    font-size: var(--rv-popup-description-font-size);
    margin: 0 20px
}

.PolymericCard {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px;
    min-height: 128px;
    overflow: hidden;
    padding: 14px;
    position: relative;
    width: 100%;
    z-index: 0
}

.PolymericCard-imageBox {
    -ms-flex-negative: 0;
    border-radius: 6px;
    flex-shrink: 0;
    height: 100px;
    overflow: hidden;
    position: relative;
    width: 100px
}

.PolymericCard-image {
    border-radius: 6px;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    overflow: hidden;
    width: 100%
}

.PolymericCard img:not([src]),.PolymericCard img[src=""] {
    opacity: 0
}

.PolymericCard-tag {
    bottom: 0;
    margin: 0 6px 6px 0;
    position: absolute;
    right: 0;
    scale: .75;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    white-space: nowrap
}

.PolymericCard-tag-ADTag {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 13.35px;
    opacity: .8;
    text-shadow: 0 0 2px rgba(0,0,0,.5)
}

.PolymericCard-tag-imageTag {
    background: hsla(0,0%,100%,.9);
    border-top-left-radius: 8px;
    color: #121212;
    font-size: 12px;
    font-weight: 500;
    margin-left: -10px;
    padding: 0 5px;
    -webkit-transform: scale(.75);
    transform: scale(.75);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    white-space: nowrap
}

html[data-theme=dark] .PolymericCard-tag-imageTag {
    background: hsla(0,0%,100%,.9);
    color: #fff
}

.PolymericCard-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 12px;
    width: 100%
}

.PolymericCard-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #121212;
    display: -webkit-box;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

html[data-theme=dark] .PolymericCard-title {
    color: #fff
}

.PolymericCard-tool {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    line-height: 20px;
    margin-top: 16px;
    max-height: 20px;
    overflow: hidden
}

.PolymericCard-sources,.PolymericCard-tool {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.PolymericCard-sources {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.PolymericCard-sourceLogo {
    height: 20px;
    margin-left: 4px;
    width: 20px
}

.PolymericCard-sourceLength,.PolymericCard-sourceLogo {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden
}

.PolymericCard-sourceLength {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #ebebeb;
    font-size: 22px;
    height: 40px;
    justify-content: center;
    margin-left: -16px;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    width: 40px
}

html[data-theme=dark] .PolymericCard-sourceLength {
    background: #2e2e2e
}

:root {
    --rv-overlay-z-index: 1;
    --rv-overlay-background-color: rgba(0,0,0,.7)
}

.rv-overlay {
    background-color: var(--rv-overlay-background-color);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: var(--rv-overlay-z-index)
}

/*# sourceMappingURL=5124.216a26f4.1035b43fc59698f723de.css.map*/
.css-1g5evo1 {
    padding: 70px 0px;
}

.css-1jfwu0r {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex: 1 1 0%;
    height: 100%;
    display: flex;
}
.css-s9gq7 {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    text-align: center;
    color: rgb(132, 145, 165);
}






