.Button {
    background: none;
    border: 1px solid;
    border-radius: 3px;
    color: #8491a5;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    padding: 0 16px;
    text-align: center
}

html[data-theme=dark] .Button {
    color: #929aab
}

.Button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.Button: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] .Button:focus {
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(5, 109, 232, .3);
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(5, 109, 232, .3)
}

html[data-theme=dark][data-focus-visible] .Button:focus {
    -webkit-box-shadow: 0 0 0 2px #121212, 0 0 0 4px rgba(85, 142, 255, .6);
    box-shadow: 0 0 0 2px #121212, 0 0 0 4px rgba(85, 142, 255, .6)
}

.Button:disabled {
    cursor: default;
    opacity: .5;
    pointer-events: none
}

.Button--grey {
    border-color: #8491a5;
    color: #8491a5
}

html[data-theme=dark] .Button--grey {
    border-color: #929aab;
    color: #929aab
}

.Button--grey:hover {
    background-color: rgba(132, 145, 165, .06)
}

html[data-theme=dark] .Button--grey:hover {
    background-color: rgba(146, 154, 171, .06)
}

.Button--blue {
    border-color: #1772f6;
    color: #1772f6
}

html[data-theme=dark] .Button--blue {
    border-color: #558eff;
    color: #558eff
}

.Button--blue:hover {
    background-color: rgba(23, 114, 246, .06)
}

html[data-theme=dark] .Button--blue:hover {
    background-color: rgba(85, 142, 255, .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
}

.Button--red, html[data-theme=dark] .Button--red {
    color: #f05159
}

html[data-theme=dark] .Button--red {
    border-color: #f05159
}

.Button--red:hover, html[data-theme=dark] .Button--red:hover {
    background-color: rgba(240, 81, 89, .06)
}

.Button--primary.Button--blue {
    background-color: #1772f6;
    color: #fff
}

html[data-theme=dark] .Button--primary.Button--blue {
    background-color: #558eff;
    color: #fff
}

.Button--primary.Button--blue:hover {
    background-color: #0965ea;
    border-color: #0965ea
}

html[data-theme=dark] .Button--primary.Button--blue:hover {
    background-color: #3c7dff;
    border-color: #3c7dff
}

.Button--primary.Button--green {
    background-color: #12b370;
    color: #fff
}

.Button--primary.Button--green:hover {
    background-color: #109c62 !important;
    border-color: #109c62
}

html[data-theme=dark] .Button--primary.Button--green {
    background-color: #12b370;
    color: #fff
}

html[data-theme=dark] html[data-theme=dark] .Button--primary.Button--green {
    color: #fff
}

html[data-theme=dark] .Button--primary.Button--green:hover {
    background-color: #109c62 !important;
    border-color: #109c62
}

.Button--primary.Button--red {
    background-color: #f05159;
    color: #fff
}

html[data-theme=dark] .Button--primary.Button--red {
    background-color: #f05159;
    color: #fff
}

.Button--primary.Button--red:hover {
    background-color: #ee3a43;
    border-color: #ee3a43
}

html[data-theme=dark] .Button--primary.Button--red:hover {
    background-color: #ee3a43;
    border-color: #ee3a43
}

.Button--primary.Button--grey {
    background-color: #8491a5;
    color: #fff
}

html[data-theme=dark] .Button--primary.Button--grey {
    background-color: #929aab;
    color: #fff
}

.Button--primary.Button--grey:hover {
    background-color: #75849a;
    border-color: #75849a
}

html[data-theme=dark] .Button--primary.Button--grey:hover {
    background-color: #848da0;
    border-color: #848da0
}

.Button--secondary, html[data-theme=dark] .Button--secondary {
    border-color: transparent
}

.Button--secondary.Button--blue {
    background: rgba(23, 114, 246, .1);
    color: #1772f6
}

html[data-theme=dark] .Button--secondary.Button--blue {
    background: rgba(85, 142, 255, .1);
    color: #558eff
}

.Button--secondary.Button--blue:hover {
    background-color: rgba(23, 114, 246, .15)
}

html[data-theme=dark] .Button--secondary.Button--blue:hover {
    background-color: rgba(85, 142, 255, .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 {
    background: rgba(240, 81, 89, .1);
    color: #f05159
}

html[data-theme=dark] .Button--secondary.Button--red {
    background: rgba(240, 81, 89, .1);
    color: #f05159
}

.Button--secondary.Button--red:hover, html[data-theme=dark] .Button--secondary.Button--red:hover {
    background-color: rgba(240, 81, 89, .15)
}

.Button--secondary.Button--grey {
    background: rgba(132, 145, 165, .1);
    color: #8491a5
}

html[data-theme=dark] .Button--secondary.Button--grey {
    background: rgba(146, 154, 171, .1);
    color: #929aab
}

.Button--secondary.Button--grey:hover {
    background-color: rgba(132, 145, 165, .15)
}

html[data-theme=dark] .Button--secondary.Button--grey:hover {
    background-color: rgba(146, 154, 171, .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 {
    color: #75849a
}

html[data-theme=dark] .Button--plain:hover {
    color: #848da0
}

.Button--blue.Button--plain:hover {
    color: #0965ea
}

html[data-theme=dark] .Button--blue.Button--plain:hover {
    color: #3c7dff
}

.Button--green.Button--plain:hover, html[data-theme=dark] .Button--green.Button--plain:hover {
    color: #109c62
}

.Button--red.Button--plain:hover, html[data-theme=dark] .Button--red.Button--plain:hover {
    color: #ee3a43
}

.Button--grey.Button--plain:hover {
    color: #75849a
}

html[data-theme=dark] .Button--grey.Button--plain:hover {
    color: #848da0
}

.Button--link {
    color: #09408e
}

html[data-theme=dark] .Button--link {
    color: #5271b0
}

.Button--link:hover {
    color: #073576
}

html[data-theme=dark] .Button--link:hover {
    color: #4965a0
}

.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
}

.Modal-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
}

.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 {
    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
}

.Modal-backdrop, html[data-theme=dark] .Modal-backdrop {
    background-color: rgba(0, 0, 0, .65)
}

.Modal-wrapper--transparent .Modal-backdrop {
    background-color: transparent
}

.Modal {
    -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] .Modal {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

.Modal:focus {
    outline: none
}

.Modal--large {
    width: 536px
}

.Modal--fullPage {
    height: calc(100vh - 48px);
    width: 688px
}

.Modal-enter .Modal {
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}

.Modal-enter-active .Modal {
    -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
}

.Modal-enter-active .Modal, .Modal-leave .Modal {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.Modal-leave-active .Modal {
    -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
}

.Modal-inner {
    background: #fff;
    border-radius: 2px;
    overflow: auto
}

html[data-theme=dark] .Modal-inner {
    background: #191b1f
}

.Modal--fullPage .Modal-inner {
    height: 100%
}

.Modal-closeButton {
    padding: 12px;
    position: absolute;
    right: -60px;
    top: 8px
}

.Modal-closeIcon {
    fill: #fff;
    vertical-align: top
}

html[data-theme=dark] .Modal-closeIcon {
    fill: #fff
}

.Modal-title {
    color: #191b1f;
    font-size: 24px;
    font-weight: 500;
    margin-top: 40px;
    text-align: center
}

html[data-theme=dark] .Modal-title {
    color: #fff
}

.Modal-title.Modal-title--simple {
    font-family: inherit;
    font-size: 20px
}

.Modal-subtitle {
    color: #8491a5;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 4px;
    padding: 0 38px;
    text-align: center
}

html[data-theme=dark] .Modal-subtitle {
    color: #929aab
}

.Modal-subtitle a {
    text-decoration: underline
}

.Modal-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
}

.Modal--fullPage .Modal-content {
    padding: 0
}

.Modal-content.Modal-content--spread {
    height: 100%;
    margin-top: 0
}

.Modal-content.Modal-content--hidden {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.Modal-footer {
    background: #f8f8fa;
    border-top: 1px solid #ebeced;
    color: #8491a5;
    font-size: 13px;
    line-height: 1.7;
    padding: 16px 24px
}

html[data-theme=dark] .Modal-footer {
    background: #212429;
    border-top: 1px solid #282b30;
    color: #929aab
}

.Modal-footer a {
    text-decoration: underline
}

.MobileModal-wrapper {
    position: relative
}

.MobileModal-wrapper--absoluted {
    max-height: 100vh;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: -1
}

.MobileModal {
    background: #fff
}

html[data-theme=dark] .MobileModal {
    background: #191b1f
}

.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
}

html[data-theme=dark] .MobileModal-closeIcon {
    fill: #fff
}

.MobileModal-closeIcon {
    display: block
}

.MobileModal-title {
    font-weight: 700
}

.MobileModal-title--default {
    border-bottom: 1px solid #ebeced;
    padding: 0 16px;
    position: fixed;
    top: 0;
    width: 100%
}

html[data-theme=dark] .MobileModal-title--default {
    border-bottom: 1px solid #282b30
}

.MobileModal-title--default {
    -webkit-box-shadow: 0 1px 3px rgba(25, 27, 31, .05);
    box-shadow: 0 1px 3px rgba(25, 27, 31, .05);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html[data-theme=dark] .MobileModal-title--default {
    -webkit-box-shadow: 0 1px 3px hsla(0, 0%, 100%, .05);
    box-shadow: 0 1px 3px hsla(0, 0%, 100%, .05)
}

.MobileModal-title--default {
    background: #fff;
    font-size: 16px;
    line-height: 49px;
    margin: 0
}

html[data-theme=dark] .MobileModal-title--default {
    background: #191b1f
}

.MobileModal-title--default {
    z-index: 99
}

.MobileModal-backdrop {
    background: rgba(25, 27, 31, .65);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100
}

html[data-theme=dark] .MobileModal-backdrop {
    background: hsla(0, 0%, 100%, .65)
}

.MobileModal--plain {
    -webkit-box-shadow: 0 5px 20px 0 rgba(9, 64, 142, .5);
    box-shadow: 0 5px 20px 0 rgba(9, 64, 142, .5);
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 87.2%;
    z-index: 100
}

html[data-theme=dark] .MobileModal--plain {
    -webkit-box-shadow: 0 5px 20px 0 rgba(82, 113, 176, .5);
    box-shadow: 0 5px 20px 0 rgba(82, 113, 176, .5)
}

.MobileModal--plain {
    border-radius: 2px;
    overflow: hidden
}

.MobileModal--plain .MobileModal-closeIcon {
    fill: #8491a5
}

html[data-theme=dark] .MobileModal--plain .MobileModal-closeIcon {
    fill: #929aab
}

.MobileModal-content--plain {
    padding: 16px 20px
}

.MobileModal-title--plain {
    font-size: 18px;
    padding: 24px 20px 8px;
    text-align: center
}

.MobileModal-subtitle {
    color: #8491a5;
    font-size: 14px;
    padding: 0 20px
}

html[data-theme=dark] .MobileModal-subtitle {
    color: #929aab
}

.Notification {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-radius: 4px;
    -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;
    color: #191b1f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    left: 50%;
    padding: 14px 24px;
    pointer-events: all;
    position: fixed;
    top: 75px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 499
}

html[data-theme=dark] .Notification {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    color: #fff
}

@media (max-width: 768px) {
    .Notification {
        width: calc(100vw - 32px)
    }
}

@media (min-width: 769px) {
    .Notification {
        max-width: 600px;
        min-width: 520px;
        width: -webkit-fit-content;
        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;
    color: #191b1f
}

html[data-theme=dark] .Notification-white {
    background: #191b1f;
    color: #fff
}

.Notification-red {
    background: #d95350;
    color: #fff
}

html[data-theme=dark] .Notification-red {
    background: #d95350;
    color: #fff
}

.Notification-red-ghost {
    background: #fff;
    color: #d95350
}

html[data-theme=dark] .Notification-red-ghost {
    background: #191b1f;
    color: #d95350
}

@-webkit-keyframes spring-in {
    0% {
        opacity: .01;
        -webkit-transform: translate(-50%, -20px);
        transform: translate(-50%, -20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translate(-50%);
        transform: translate(-50%)
    }
}

@keyframes spring-in {
    0% {
        opacity: .01;
        -webkit-transform: translate(-50%, -20px);
        transform: translate(-50%, -20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translate(-50%);
        transform: translate(-50%)
    }
}

@-webkit-keyframes spring-out {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%);
        transform: translate(-50%)
    }
    to {
        opacity: 0;
        -webkit-transform: translate(-50%, -20px);
        transform: translate(-50%, -20px)
    }
}

@keyframes spring-out {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%);
        transform: translate(-50%)
    }
    to {
        opacity: 0;
        -webkit-transform: translate(-50%, -20px);
        transform: translate(-50%, -20px)
    }
}

.Notification-enter {
    -webkit-animation: spring-in .3s;
    animation: spring-in .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.Notification-leave {
    -webkit-animation: spring-out .3s;
    animation: spring-out .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.InputLike {
    background: #fff;
    border: 1px solid #ebeced;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 10px;
    -webkit-transition: background .2s, border .2s;
    transition: background .2s, border .2s
}

html[data-theme=dark] .InputLike {
    background: #191b1f;
    border: 1px solid #282b30
}

.InputLike.is-focus {
    border-color: #8491a5
}

html[data-theme=dark] .InputLike.is-focus {
    border-color: #929aab
}

.InputLike.is-large {
    padding: 6px 12px
}

.InputButton {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
    padding-top: 0
}

.InputButton.is-large {
    padding-bottom: 2px;
    padding-top: 2px
}

.Popover {
    display: inline-block;
    position: relative
}

.Popover-arrow {
    overflow: hidden;
    pointer-events: none;
    position: absolute
}

.Popover-arrow:after {
    background: #fff;
    border: 1px solid #ebeced;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    height: 24px;
    margin: -12px;
    pointer-events: auto;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 24px
}

html[data-theme=dark] .Popover-arrow:after {
    background: #191b1f;
    border: 1px solid #212429
}

.Popover-arrow--top {
    height: 16px;
    margin-top: -2px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 32px
}

.Popover-arrow--top:after {
    left: 50%;
    top: -8px
}

.Popover-arrow--bottom {
    height: 16px;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    width: 32px
}

.Popover-arrow--bottom:after {
    bottom: -8px;
    left: 50%
}

.Popover-arrow--left {
    height: 32px;
    margin-left: -2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px
}

.Popover-arrow--left:after {
    left: -8px;
    top: 50%
}

.Popover-arrow--right {
    height: 32px;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    width: 16px
}

.Popover-arrow--right:after {
    right: -8px;
    top: 50%
}

.Popover-content {
    background: #fff;
    border: 1px solid #ebeced;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 20px hsla(0, 0%, 7%, .1);
    box-shadow: 0 5px 20px hsla(0, 0%, 7%, .1);
    position: absolute;
    z-index: 203
}

html[data-theme=dark] .Popover-content {
    background: #191b1f;
    border: 1px solid #212429;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

.Popover-content-enter {
    opacity: .01
}

.Popover-content-enter-active {
    -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
    transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out
}

.Popover-content-enter-active, .Popover-content-leave {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.Popover-content-leave-active {
    opacity: .01;
    -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
    transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out
}

.Popover-content--fixed {
    position: fixed
}

.Popover-content--top {
    margin-top: -8px;
    -webkit-transform-origin: bottom center;
    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 {
    -webkit-transform: translateY(8px);
    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 {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.Popover-content--left {
    margin-left: -8px;
    -webkit-transform-origin: right center;
    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 {
    -webkit-transform: translateX(8px);
    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 {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px)
}

.AttentionPopover {
    background-color: #1772f6;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    padding: 9px 14px
}

html[data-theme=dark] .AttentionPopover {
    background-color: #558eff
}

.AttentionPopover .Popover-arrow {
    border: none
}

.AttentionPopover .Popover-arrow:after {
    background: #1772f6;
    border-color: #1772f6
}

html[data-theme=dark] .AttentionPopover .Popover-arrow:after {
    background: #558eff;
    border-color: #558eff
}

.AttentionPopover .Popover-arrow--top:after {
    border-top-color: #1772f6
}

html[data-theme=dark] .AttentionPopover .Popover-arrow--top:after {
    border-top-color: #558eff
}

.AttentionPopover .Popover-arrow--bottom:after {
    border-bottom-color: #1772f6
}

html[data-theme=dark] .AttentionPopover .Popover-arrow--bottom:after {
    border-bottom-color: #558eff
}

.AttentionPopover .Popover-arrow--left:after {
    border-left-color: #1772f6
}

html[data-theme=dark] .AttentionPopover .Popover-arrow--left:after {
    border-left-color: #558eff
}

.AttentionPopover .Popover-arrow--right:after {
    border-right-color: #1772f6
}

html[data-theme=dark] .AttentionPopover .Popover-arrow--right:after {
    border-right-color: #558eff
}

.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;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-align: left;
    width: 100%
}

html[data-theme=dark] .Select-option {
    color: #929aab
}

.Select-option: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] .Select-option:focus {
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(5, 109, 232, .3);
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(5, 109, 232, .3)
}

html[data-theme=dark][data-focus-visible] .Select-option:focus {
    -webkit-box-shadow: 0 0 0 2px #121212, 0 0 0 4px rgba(85, 142, 255, .6);
    box-shadow: 0 0 0 2px #121212, 0 0 0 4px rgba(85, 142, 255, .6)
}

.Select-option:focus {
    background: #f8f8fa
}

html[data-theme=dark] .Select-option:focus {
    background: #212429
}

.Select-popoverTarget {
    margin-top: 0;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.Input-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #ebeced;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 34px;
    padding: 4px 10px;
    position: relative;
    -webkit-transition: background .2s, border .2s;
    transition: background .2s, border .2s;
    width: 180px
}

html[data-theme=dark] .Input-wrapper {
    background: #191b1f;
    border: 1px solid #282b30
}

.Input-wrapper.Input-wrapper--grey {
    background: #f8f8fa
}

html[data-theme=dark] .Input-wrapper.Input-wrapper--grey {
    background: #212429
}

.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
}

html[data-theme=dark] .Input-wrapper.Input-wrapper--disabled {
    background: #212429
}

.Input-wrapper.Input-wrapper--noPadding {
    padding: 0
}

.Input-wrapper.is-focus {
    background: #fff;
    border-color: #8491a5
}

html[data-theme=dark] .Input-wrapper.is-focus {
    background: #191b1f;
    border-color: #929aab
}

.Input {
    -webkit-box-flex: 1;
    background: transparent;
    border: none;
    -ms-flex: 1 1;
    flex: 1 1;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    overflow: hidden;
    padding: 0;
    resize: none
}

.Input:disabled {
    color: #adb1b7
}

html[data-theme=dark] .Input:disabled {
    color: #373a40
}

.Input:focus {
    outline: none
}

input.Input {
    color: #191b1f;
    height: 24px;
    line-height: 24px
}

html[data-theme=dark] input.Input {
    color: #fff
}

textarea.Input {
    color: #191b1f
}

html[data-theme=dark] textarea.Input {
    color: #fff
}

.Input:not(input) {
    line-height: 24px
}

.Input:-ms-input-placeholder {
    line-height: normal
}

.Input::-moz-placeholder {
    color: #8491a5
}

.Input::-webkit-input-placeholder {
    color: #8491a5
}

.Input::-ms-input-placeholder {
    color: #8491a5
}

.Input::placeholder {
    color: #8491a5
}

html[data-theme=dark] .Input::-moz-placeholder {
    color: #929aab
}

html[data-theme=dark] .Input:-ms-input-placeholder {
    color: #929aab
}

html[data-theme=dark] .Input::-webkit-input-placeholder {
    color: #929aab
}

html[data-theme=dark] .Input::-ms-input-placeholder {
    color: #929aab
}

html[data-theme=dark] .Input::placeholder {
    color: #929aab
}

.Input--validationError::-moz-placeholder {
    color: #d95350
}

.Input--validationError:-ms-input-placeholder {
    color: #d95350
}

.Input--validationError::-webkit-input-placeholder {
    color: #d95350
}

.Input--validationError::-ms-input-placeholder {
    color: #d95350
}

.Input--validationError::placeholder {
    color: #d95350
}

html[data-theme=dark] .Input--validationError::-moz-placeholder {
    color: #d95350
}

html[data-theme=dark] .Input--validationError:-ms-input-placeholder {
    color: #d95350
}

html[data-theme=dark] .Input--validationError::-webkit-input-placeholder {
    color: #d95350
}

html[data-theme=dark] .Input--validationError::-ms-input-placeholder {
    color: #d95350
}

html[data-theme=dark] .Input--validationError::placeholder {
    color: #d95350
}

.Input-wrapper--multiline .Input {
    overflow: auto
}

.VerificationDialogModalHeader {
    text-align: center
}

.VerificationDialogModalHeader-title {
    color: #191b1f;
    font-size: 24px;
    margin-top: 40px
}

html[data-theme=dark] .VerificationDialogModalHeader-title {
    color: #fff
}

.VerificationDialogModalHeader-title {
    margin-bottom: 0;
    padding: 0
}

.VerificationDialogModalHeader-subTitle {
    color: #8491a5;
    font-size: 14px;
    margin: 2px auto 24px
}

html[data-theme=dark] .VerificationDialogModalHeader-subTitle {
    color: #929aab
}

.VerificationDialogModalHeader-subTitle {
    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;
    width: 100%
}

html[data-theme=dark] .VerificationDialogModal-select {
    border-bottom: 1px solid #282b30
}

.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;
    margin-top: 16px;
    padding-left: 0;
    width: 100%
}

html[data-theme=dark] .VerificationDialogModal-input {
    border-bottom: 1px solid #282b30 !important
}

.VerificationDialogModal-checkout {
    text-align: center
}

.VerificationDialogModal-button {
    color: #fff
}

html[data-theme=dark] .VerificationDialogModal-button {
    color: #191b1f
}

.VerificationDialogModal-button {
    background: #1772f6
}

html[data-theme=dark] .VerificationDialogModal-button {
    background: #558eff
}

.VerificationDialogModal-button {
    border: 1px solid #1772f6;
    height: 36px;
    width: 220px
}

html[data-theme=dark] .VerificationDialogModal-button {
    border: 1px solid #558eff
}

.VerificationDialogModal-button {
    border-radius: 3px;
    font-size: 14px;
    margin-top: 45px
}

.VerificationDialogModal-button:hover {
    background: #1772f6
}

html[data-theme=dark] .VerificationDialogModal-button:hover {
    background: #558eff
}

.VerificationDialogModal-button:hover:disabled {
    background-color: #1772f6
}

html[data-theme=dark] .VerificationDialogModal-button:hover:disabled {
    background-color: #558eff
}

.VerificationDialogModal-tips {
    background: #f8f8fa
}

html[data-theme=dark] .VerificationDialogModal-tips {
    background: #212429
}

.VerificationDialogModal-tips {
    -webkit-box-shadow: 0 -1px 0 0 #ebeced;
    box-shadow: 0 -1px 0 0 #ebeced
}

html[data-theme=dark] .VerificationDialogModal-tips {
    -webkit-box-shadow: 0 -1px 0 0 #282b30;
    box-shadow: 0 -1px 0 0 #282b30
}

.VerificationDialogModal-tips {
    color: #8491a5;
    font-size: 13px;
    line-height: 21px;
    margin: 30px -24px -32px;
    padding: 16px
}

html[data-theme=dark] .VerificationDialogModal-tips {
    color: #929aab
}

.VerificationDialogModal-blue {
    color: #1772f6
}

html[data-theme=dark] .VerificationDialogModal-blue {
    color: #558eff
}

.VerificationDialogModal-options {
    margin-top: 16px;
    text-align: right
}

.VerificationDialogModal-cutSmsType:hover {
    color: #81858f
}

html[data-theme=dark] .VerificationDialogModal-cutSmsType:hover {
    color: #9196a1
}

.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
}

html[data-theme=dark] .VerificationDialogModal-HelpText {
    color: #929aab
}

.VerificationDialogMobileModal-HelpText {
    color: #8491a5;
    font-size: 13px
}

html[data-theme=dark] .VerificationDialogMobileModal-HelpText {
    color: #929aab
}

.VerificationDialogMobileModal-HelpText {
    margin-top: 16px
}

.VerificationDialogModal-oneSelection {
    font-size: 14px
}

.VerificationDialogModal-smsInputButton {
    color: #09408e;
    padding: 4px 0;
    position: absolute;
    right: 0;
    top: 24px
}

html[data-theme=dark] .VerificationDialogModal-smsInputButton {
    color: #5271b0
}

.VerificationDialogModal-smsInputButton {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.WechatShareImage {
    display: none
}

.Sticky.is-fixed {
    -webkit-font-smoothing: subpixel-antialiased;
    position: fixed;
    z-index: 2
}

.Sticky.is-absolute, .Sticky.is-fixed {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.Sticky.is-absolute {
    bottom: 0;
    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: -webkit-sticky;
    position: sticky
}

.Sticky--holder {
    visibility: hidden
}

.Tabs {
    border-bottom: 1px solid #f8f8fa
}

html[data-theme=dark] .Tabs {
    border-bottom: 1px solid #212429
}

.Tabs-item {
    display: inline-block;
    padding: 0 20px
}

.Tabs-link {
    color: #191b1f;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    padding: 14px 0;
    position: relative;
    text-align: center
}

html[data-theme=dark] .Tabs-link {
    color: #fff
}

.Tabs-link.is-active {
    font-synthesis: style;
    font-weight: 600
}

html[data-ios] .Tabs-link.is-active {
    font-weight: 500
}

html[data-android] .Tabs-link.is-active {
    font-weight: 700
}

.Tabs-link.is-active:after {
    background: #1772f6;
    bottom: -1px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0
}

html[data-theme=dark] .Tabs-link.is-active:after {
    background: #558eff
}

.Tabs-meta {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin-left: 6px
}

.Tabs-meta, html[data-theme=dark] .Tabs-meta {
    color: #9196a1
}

.Menu {
    padding: 6px 0
}

.Menu-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    padding: 0 20px;
    text-align: left;
    width: 100%
}

.Menu-item.is-active {
    background: #f8f8fa
}

html[data-theme=dark] .Menu-item.is-active {
    background: #212429
}

.Menu-item--noActive {
    cursor: default
}

.Menu-divider {
    border-bottom: 1px solid #ebeced;
    margin: 8px 0
}

html[data-theme=dark] .Menu-divider {
    border-bottom: 1px solid #282b30
}

.Editable-toolbar {
    background: #fff;
    border-bottom: 1px solid #ebeced;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

html[data-theme=dark] .Editable-toolbar {
    background: #191b1f;
    border-bottom: 1px solid #282b30
}

.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 {
    background: radial-gradient(ellipse at 50%, at 1%, rgba(25, 27, 31, .1), hsla(0, 0%, 100%, 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%
}

html[data-theme=dark] .Sticky.is-fixed .Editable-toolbar:after, html[data-theme=dark] .isToolbarSticky .Editable-toolbar:after {
    background: radial-gradient(ellipse at 50%, at 1%, hsla(0, 0%, 100%, .1), rgba(25, 27, 31, 0) 80%);
    background: radial-gradient(ellipse at 50% 1%, hsla(0, 0%, 100%, .1), rgba(25, 27, 31, 0) 80%)
}

.Editable-toolbar-controls {
    -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;
    padding: 6px 10px
}

.Editable-toolbar-controls + .Editable-toolbar-controls {
    border-top: 1px solid #ebeced
}

html[data-theme=dark] .Editable-toolbar-controls + .Editable-toolbar-controls {
    border-top: 1px solid #282b30
}

.Editable-toolbar-separator {
    background-color: #ebeced;
    height: 20px;
    margin: 0 10px;
    width: 1px
}

html[data-theme=dark] .Editable-toolbar-separator {
    background-color: #282b30
}

.Editable-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #8491a5;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 28px;
    margin: 0 4px;
    padding: 2px;
    white-space: nowrap
}

html[data-theme=dark] .Editable-control {
    color: #929aab
}

.Editable-control:not(:disabled):hover {
    background-color: rgba(23, 114, 246, .1);
    border-radius: 4px;
    color: #1772f6
}

html[data-theme=dark] .Editable-control:not(:disabled):hover {
    background-color: rgba(85, 142, 255, .1);
    color: #558eff
}

.Editable-control.is-active {
    color: #1772f6
}

html[data-theme=dark] .Editable-control.is-active {
    color: #558eff
}

.Editable-control span {
    line-height: 24px
}

.Editable-control .Zi + span {
    margin-left: 6px
}

.Editable-toolbarMenu {
    height: 26px;
    margin-left: auto
}

.Editable-toolbarMenuItem {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 36px
}

.Editable-toolbarMenuItem .Zi {
    margin-right: 4px
}

.EditableToolbarMenuCallout {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-top: 1px solid #ebebeb;
    display: -webkit-box;
    display: -ms-flexbox;
    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: 1.6;
    word-break: break-word
}

.ztext > :first-child {
    margin-top: 0
}

.ztext > :last-child {
    margin-bottom: 0
}

.ztext h1, .ztext h2 {
    clear: left;
    font-size: 1.2em;
    font-synthesis: style;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1.16667em;
    margin-top: 2.33333em
}

html[data-ios] .ztext h1, html[data-ios] .ztext h2 {
    font-weight: 500
}

html[data-android] .ztext h1, html[data-android] .ztext h2 {
    font-weight: 700
}

.ztext h3, .ztext h4, .ztext h5, .ztext h6 {
    clear: left;
    font-size: 1.1em;
    font-synthesis: style;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1.27273em;
    margin-top: 1.90909em
}

html[data-ios] .ztext h3, html[data-ios] .ztext h4, html[data-ios] .ztext h5, html[data-ios] .ztext h6 {
    font-weight: 500
}

html[data-android] .ztext h3, html[data-android] .ztext h4, html[data-android] .ztext h5, html[data-android] .ztext h6 {
    font-weight: 700
}

.ztext u {
    border-bottom: 1px solid #373a40;
    text-decoration: none
}

html[data-theme=dark] .ztext u {
    border-bottom: 1px solid #c2c6cf
}

.ztext b {
    font-synthesis: style;
    font-weight: 600
}

html[data-ios] .ztext b {
    font-weight: 500
}

html[data-android] .ztext b {
    font-weight: 700
}

.ztext sup {
    font-size: .8em
}

.ztext sup[data-draft-type=reference] {
    color: #09408e
}

html[data-theme=dark] .ztext sup[data-draft-type=reference] {
    color: #5271b0
}

.ztext a: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] .ztext a:focus {
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(5, 109, 232, .3);
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(5, 109, 232, .3)
}

html[data-theme=dark][data-focus-visible] .ztext a:focus {
    -webkit-box-shadow: 0 0 0 2px #121212, 0 0 0 4px rgba(85, 142, 255, .6);
    box-shadow: 0 0 0 2px #121212, 0 0 0 4px rgba(85, 142, 255, .6)
}

.ztext a.external, .ztext a.internal, .ztext a.ztext-link {
    border-bottom: 1px solid #81858f;
    cursor: pointer;
    text-decoration: none
}

html[data-theme=dark] .ztext a.external, html[data-theme=dark] .ztext a.internal, html[data-theme=dark] .ztext a.ztext-link {
    border-bottom: 1px solid #9196a1
}

.ztext a.external:hover, .ztext a.internal:hover, .ztext a.ztext-link:hover {
    border-bottom: 1px solid #09408e;
    color: #09408e
}

html[data-theme=dark] .ztext a.external:hover, html[data-theme=dark] .ztext a.internal:hover, html[data-theme=dark] .ztext a.ztext-link:hover {
    border-bottom: 1px solid #5271b0;
    color: #5271b0
}

.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
}

html[data-theme=dark] .ztext a.member_mention {
    color: #5271b0
}

.ztext a.member_mention:hover {
    border-bottom: 1px solid #09408e
}

html[data-theme=dark] .ztext a.member_mention:hover {
    border-bottom: 1px solid #5271b0
}

.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;
    margin: 2em auto;
    max-width: 100%;
    width: 240px
}

html[data-theme=dark] .ztext hr {
    border-top: 1px solid #282b30
}

.ztext img[eeimg] {
    max-width: 100%;
    vertical-align: middle
}

html[data-theme=dark] .ztext img[eeimg] {
    -webkit-filter: invert(1);
    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;
    color: #535861;
    margin: 1.4em 0;
    padding-left: 1em
}

html[data-theme=dark] .ztext blockquote {
    border-left: 3px solid #282b30;
    color: #c2c6cf
}

.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 {
    -webkit-box-sizing: border-box;
    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;
    font-size: .9em;
    line-height: 1.5;
    margin-top: .66667em;
    padding: 0 1em;
    text-align: center
}

html[data-theme=dark] .ztext figure figcaption {
    color: #9196a1
}

.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: -webkit-zoom-in;
    cursor: zoom-in
}

.ztext code {
    background-color: #f8f8fa;
    border-radius: 3px;
    font-family: Menlo, Monaco, Consolas, Andale Mono, lucida console, Courier New, monospace;
    font-size: .9em;
    margin: 0 2px;
    padding: 3px 4px
}

html[data-theme=dark] .ztext code {
    background-color: #212429
}

.ztext pre {
    word-wrap: normal;
    -webkit-overflow-scrolling: touch;
    background: #f8f8fa;
    border-radius: 4px;
    font-size: .9em;
    margin: 1.4em 0;
    overflow: auto;
    padding: .88889em;
    white-space: pre;
    word-break: normal
}

html[data-theme=dark] .ztext pre {
    background: #212429
}

.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
}

html[data-theme=dark] .ztext table[data-draft-type=table][data-row-style=striped] tr:nth-child(odd) {
    background: #212429
}

.ztext table[data-draft-type=table] td, .ztext table[data-draft-type=table] th {
    border: 1px solid #c4c7ce;
    height: 24px;
    line-height: 24px;
    padding: 3px 12px
}

html[data-theme=dark] .ztext table[data-draft-type=table] td, html[data-theme=dark] .ztext table[data-draft-type=table] th {
    border: 1px solid #282b30
}

.ztext table[data-draft-type=table] th {
    background: #ebeced;
    color: #191b1f;
    font-weight: 500
}

html[data-theme=dark] .ztext table[data-draft-type=table] th {
    background: #282b30;
    color: #fff
}

.ztext-referene-tooltip .TooltipContent-children {
    word-wrap: break-word;
    display: block;
    max-height: 150px;
    max-width: 250px;
    overflow: auto;
    white-space: normal;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.ztext .link-box, .ztext .video-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border: 1px solid #ebeced;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px hsla(0, 0%, 7%, .1);
    box-shadow: 0 1px 3px hsla(0, 0%, 7%, .1);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: 1.4em 0;
    overflow: auto;
    position: relative;
    white-space: normal
}

html[data-theme=dark] .ztext .link-box, html[data-theme=dark] .ztext .video-box {
    border: 1px solid #282b30;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

.ztext .link-box .thumbnail, .ztext .video-box .thumbnail {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 90px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 90px
}

.ztext .link-box .content, .ztext .video-box .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-pack: distribute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    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-synthesis: style;
    font-weight: 600
}

html[data-ios] .ztext .link-box .title, html[data-ios] .ztext .video-box .title {
    font-weight: 500
}

html[data-android] .ztext .link-box .title, html[data-android] .ztext .video-box .title {
    font-weight: 700
}

.ztext .link-box .url, .ztext .video-box .url {
    word-wrap: normal;
    color: #81858f;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[data-theme=dark] .ztext .link-box .url, html[data-theme=dark] .ztext .video-box .url {
    color: #9196a1
}

.ztext .link-box .label, .ztext .video-box .label {
    display: none
}

.Avatar {
    background: #fff;
    border-radius: 2px
}

html[data-theme=dark] .Avatar {
    background: #191b1f
}

.Avatar--medium {
    border-radius: 3px
}

.Avatar--large {
    border-radius: 4px
}

.Avatar--round {
    border-radius: 50%
}

.MobileAppHeader {
    border-bottom: 1px solid rgba(25, 27, 31, .06)
}

html[data-theme=dark] .MobileAppHeader {
    border-bottom: 1px solid hsla(0, 0%, 100%, .06)
}

.MobileAppHeader {
    -webkit-box-shadow: 0 1px 3px 0 rgba(9, 64, 142, .05);
    box-shadow: 0 1px 3px 0 rgba(9, 64, 142, .05)
}

html[data-theme=dark] .MobileAppHeader {
    -webkit-box-shadow: 0 1px 3px 0 rgba(82, 113, 176, .05);
    box-shadow: 0 1px 3px 0 rgba(82, 113, 176, .05)
}

.MobileAppHeader {
    background-color: #fff
}

html[data-theme=dark] .MobileAppHeader {
    background-color: #191b1f
}

.MobileAppHeader {
    background-clip: content-box;
    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
}

.MobileAppHeader + .Sticky--holder {
    background-color: #fff
}

html[data-theme=dark] .MobileAppHeader + .Sticky--holder {
    background-color: #191b1f
}

.MobileAppHeader + .Sticky--holder {
    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
}

html[data-theme=dark] .MobileAppHeader-navItem .ZDI {
    fill: #929aab
}

.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;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    font-size: 16px
}

html[data-theme=dark] .MobileAppHeader-actions {
    color: #558eff
}

.MobileAppHeader-authLink {
    color: inherit;
    padding: 0 10px 0 0
}

.MobileAppHeader-moreIconWrapper {
    margin: 0 16px;
    position: relative
}

.MobileAppHeader-expandModal {
    top: 0;
    -webkit-transform: unset;
    transform: unset;
    width: 100%
}

.MobileAppHeader-expandModal .MobileModal-content {
    padding: 0
}

.MobileAppHeader-expand {
    background: #fff
}

html[data-theme=dark] .MobileAppHeader-expand {
    background: #191b1f
}

.MobileAppHeader-expand {
    overflow: hidden
}

.MobileAppHeader-expand a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #373a40;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px
}

html[data-theme=dark] .MobileAppHeader-expand a {
    color: #c2c6cf
}

.MobileAppHeader-expand a {
    margin: 0 16px
}

.MobileAppHeader-expand svg {
    margin-right: 14px
}

.MobileAppHeader-expand a:not(:first-child) {
    border-top: 1px solid #ebeced
}

html[data-theme=dark] .MobileAppHeader-expand a:not(:first-child) {
    border-top: 1px solid #282b30
}

.MobileAppHeader-expand a:last-child {
    color: #8491a5
}

html[data-theme=dark] .MobileAppHeader-expand a:last-child {
    color: #929aab
}

.MobileAppHeader-expandContainer {
    position: fixed;
    top: 52px;
    width: 100%;
    z-index: 100
}

.MobileAppHeader-expandBackdrop {
    background-color: rgba(25, 27, 31, .65);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 52px;
    z-index: -1
}

html[data-theme=dark] .MobileAppHeader-expandBackdrop {
    background-color: hsla(0, 0%, 100%, .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 {
    background-color: rgba(25, 27, 31, 0)
}

html[data-theme=dark] .MobileAppHeader-dots-expand-enter .MobileAppHeader-expandBackdrop, html[data-theme=dark] .MobileAppHeader-expand-enter .MobileAppHeader-expandBackdrop {
    background-color: hsla(0, 0%, 100%, 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 {
    background-color: rgba(25, 27, 31, .65)
}

html[data-theme=dark] .MobileAppHeader-dots-expand-enter.MobileAppHeader-dots-expand-enter-active .MobileAppHeader-expandBackdrop, html[data-theme=dark] .MobileAppHeader-expand-enter.MobileAppHeader-expand-enter-active .MobileAppHeader-expandBackdrop {
    background-color: hsla(0, 0%, 100%, .65)
}

.MobileAppHeader-dots-expand-enter.MobileAppHeader-dots-expand-enter-active .MobileAppHeader-expandBackdrop, .MobileAppHeader-expand-enter.MobileAppHeader-expand-enter-active .MobileAppHeader-expandBackdrop {
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.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 {
    background-color: rgba(25, 27, 31, .65)
}

html[data-theme=dark] .MobileAppHeader-dots-expand-leave .MobileAppHeader-expandBackdrop, html[data-theme=dark] .MobileAppHeader-expand-leave .MobileAppHeader-expandBackdrop {
    background-color: hsla(0, 0%, 100%, .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 {
    background-color: rgba(25, 27, 31, 0)
}

html[data-theme=dark] .MobileAppHeader-dots-expand-leave.MobileAppHeader-dots-expand-leave-active .MobileAppHeader-expandBackdrop, html[data-theme=dark] .MobileAppHeader-expand-leave.MobileAppHeader-expand-leave-active .MobileAppHeader-expandBackdrop {
    background-color: hsla(0, 0%, 100%, 0)
}

.MobileAppHeader-dots-expand-leave.MobileAppHeader-dots-expand-leave-active .MobileAppHeader-expandBackdrop, .MobileAppHeader-expand-leave.MobileAppHeader-expand-leave-active .MobileAppHeader-expandBackdrop {
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.MobileAppHeader-noScrollBody {
    overflow: hidden
}

.MobileAppHeader-afterLogoText {
    color: #535861;
    display: inline;
    width: calc(100vw - 243px)
}

html[data-theme=dark] .MobileAppHeader-afterLogoText {
    color: #c2c6cf
}

.MobileAppHeader-afterLogoText {
    -webkit-appearance: none;
    font-size: 13px;
    margin: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.MobileAppHeader-searchBox {
    background-color: hsla(210, 5%, 93%, .72)
}

html[data-theme=dark] .MobileAppHeader-searchBox {
    background-color: rgba(40, 43, 48, .72)
}

.MobileAppHeader-searchBox {
    border-radius: 16px;
    color: #9196a1;
    height: 30px
}

html[data-theme=dark] .MobileAppHeader-searchBox {
    color: #9196a1
}

.MobileAppHeader-searchBox {
    -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;
    font-size: 13px;
    justify-content: center;
    margin: 0 10px;
    padding-left: 8px;
    padding-right: 0;
    width: calc(100vw - 243px)
}

.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;
    color: #8491a5;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

html[data-theme=dark] .aria-entrance {
    color: #929aab
}

.aria-entrance {
    background: inherit;
    margin-right: 20px
}

.aria-entrance:hover {
    color: #1772f6
}

html[data-theme=dark] .aria-entrance:hover {
    color: #558eff
}

.aria-entrance svg {
    margin-right: 6px
}

.StaticCacheBanner {
    color: #8491a5;
    line-height: 28px;
    padding: 16px 10px;
    position: relative;
    z-index: 100
}

html[data-theme=dark] .StaticCacheBanner {
    color: #929aab
}

.StaticCacheBanner {
    background-color: #ebeced;
    text-align: center
}

html[data-theme=dark] .StaticCacheBanner {
    background-color: #282b30
}

.StaticCacheBanner a {
    color: #09408e
}

html[data-theme=dark] .StaticCacheBanner a {
    color: #5271b0
}

.StaticCacheBanner a {
    -webkit-transition: border-bottom .2s ease-in;
    transition: border-bottom .2s ease-in
}

.StaticCacheBanner a:hover {
    border-bottom: 1px solid rgba(9, 64, 142, .72)
}

html[data-theme=dark] .StaticCacheBanner a:hover {
    border-bottom: 1px solid rgba(82, 113, 176, .72)
}

.KfeCollection-PayModal-wrapper {
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    left: 0;
    outline: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000
}

.KfeCollection-PayModal-wrapper:after {
    background-color: rgba(0, 0, 0, .45);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999
}

.KfeCollection-components-Toast {
    background: #f6f6f6;
    border-radius: 10px;
    bottom: 50%;
    display: table;
    font-size: 16px;
    font-weight: 500;
    left: 50%;
    max-width: 320px;
    padding: 20px;
    position: fixed;
    text-align: center;
    transform: translate(-50%, 50%);
    z-index: 1000
}

html[data-theme=dark] .KfeCollection-components-Toast {
    background: #000
}

.KfeCollection-components-Toast {
    color: #646464
}

html[data-theme=dark] .KfeCollection-components-Toast {
    color: #d3d3d3
}

.KfeCollection-PayModal-modal {
    background: #fff;
    border-radius: 2px;
    bottom: 0;
    box-shadow: 0 5px 20px rgba(0, 34, 77, .1);
    height: 644px;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    width: 640px;
    z-index: 1001
}

.KfeCollection-PayModal-modal-icon {
    color: #999;
    height: 32px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 32px
}

html[data-theme=dark] .KfeCollection-PayModal-modal-icon {
    color: #999
}

.KfeCollection-AvatarCard {
    align-items: center;
    background: linear-gradient(225deg, #f8e2c4, #f3bb6c);
    border-radius: 2px 2px 0 0;
    box-sizing: border-box;
    display: flex;
    height: 95px;
    overflow: hidden;
    padding: 19px 0 19px 40px;
    width: 100%
}

.KfeCollection-AvatarCard-imgBox {
    background-color: #fff;
    border-radius: 100%;
    height: 57px;
    margin-right: 19px;
    overflow: hidden;
    width: 60px
}

.KfeCollection-AvatarCard-imgBox > img {
    height: 100%;
    width: 100%
}

.KfeCollection-AvatarCard-info-name {
    align-items: center;
    color: #754e19;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 6px
}

.KfeCollection-AvatarCard-info-name > span {
    margin-right: 5px
}

.KfeCollection-AvatarCard-info-imgBox {
    align-items: center;
    display: flex;
    height: 16px;
    width: 15px
}

.KfeCollection-AvatarCard-info-imgBox > img {
    height: 100%;
    width: 100%
}

.KfeCollection-AvatarCard-info-title {
    color: #754e19;
    font-size: 15px;
    line-height: 25px
}

.KfeCollection-AvatarCard-info-title > span {
    color: red
}

.KfeCollection-AvatarCard-artwork {
    height: 95px;
    pointer-events: none;
    position: absolute;
    right: 23px;
    width: 271px;
    z-index: 1
}

.KfeCollection-AvatarCard-artwork > img {
    height: 100%;
    width: 100%
}

.KfeCollection-PackageCard {
    margin: 34px 0 30px;
    position: relative
}

.KfeCollection-PackageCard-left, .KfeCollection-PackageCard-right {
    align-items: center;
    background: #fff;
    color: #ce994f;
    display: flex;
    height: 124px;
    justify-content: center;
    opacity: 0;
    position: absolute;
    width: 24px
}

.KfeCollection-PackageCard-icon {
    height: 24px;
    width: 24px
}

.KfeCollection-PackageCard-left {
    left: 0
}

.KfeCollection-PackageCard-right {
    right: 0
}

.KfeCollection-PackageCard:hover .KfeCollection-PackageCard-left, .KfeCollection-PackageCard:hover .KfeCollection-PackageCard-right {
    opacity: 1;
    z-index: 1
}

.KfeCollection-PackageCard-scrollContent {
    margin-bottom: 10px;
    padding-top: 10px
}

.KfeCollection-PackageCard-scrollContent:before {
    color: #fff;
    content: " ";
    display: block;
    padding-left: 40px
}

.KfeCollection-PackageCard-scrollContent:after {
    color: #fff;
    content: " ";
    display: block;
    padding-right: 40px
}

.KfeCollection-PackageCard-animation {
    transition: all .3s
}

.KfeCollection-PackageCard-description {
    color: #444;
    font-size: 14px;
    height: 15px;
    line-height: 15px;
    padding-left: 40px
}

.KfeCollection-ScrollX-root {
    overflow: hidden
}

.KfeCollection-ScrollX-wrap {
    margin: -10px 0 20px;
    overflow: hidden
}

.KfeCollection-ScrollX-scroll {
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    position: relative;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    top: 10px
}

.KfeCollection-ScrollX-scroll::-webkit-scrollbar {
    display: none
}

.KfeCollection-PayMenuItem {
    align-items: center;
    background: linear-gradient(0deg, #fff, #fff), rgba(253, 84, 9, .06);
    border: 1px solid #ebebeb;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    flex: none;
    flex-direction: column;
    height: 114px;
    margin-right: 16px;
    position: relative;
    width: 150px
}

.KfeCollection-PayMenuItem-active {
    background: linear-gradient(0deg, hsla(35, 85%, 69%, .1), hsla(35, 85%, 69%, .1)), #fff;
    border: 1px solid #f3bb6c
}

.KfeCollection-PayMenuItem-recommendLabel {
    background: linear-gradient(225deg, #f8e2c4, #f3bb6c);
    border-radius: 0 10px;
    color: #754e19;
    font-size: 11px;
    font-weight: 500;
    height: 20px;
    line-height: 20px;
    padding: 0 9px;
    position: absolute;
    right: -1px;
    text-align: center;
    top: -10px
}

.KfeCollection-PayMenuItem-title {
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin: 20px 0 4px
}

.KfeCollection-PayMenuItem-activeTitle {
    color: #754e19
}

.KfeCollection-PayMenuItem-price {
    color: #444;
    font-family: Alata;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 5px
}

.KfeCollection-PayMenuItem-activePrice {
    color: #754e19
}

.KfeCollection-PayMenuItem-unit {
    font-family: Alata;
    font-size: 20px;
    line-height: 24px
}

.KfeCollection-PayMenuItem-descriptionCoatainer {
    color: #ce994f;
    font-size: 12px;
    line-height: 15px
}

.KfeCollection-PayMenuItem-islineThrough {
    text-decoration: line-through
}

.KfeCollection-CouponCard {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
    padding-left: 40px
}

.KfeCollection-CouponCard-selectLabel {
    color: #444;
    font-size: 14px;
    line-height: 15px;
    margin-right: 12px
}

.KfeCollection-CouponCard-selectBox {
    align-items: center;
    background: linear-gradient(0deg, hsla(35, 85%, 69%, .1), hsla(35, 85%, 69%, .1)), #fff;
    border: 1px solid #f3bb6c;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    height: 36px;
    min-width: 200px;
    padding: 10px 22px 10px 12px;
    position: relative;
    transition: all .3s ease-in-out
}

.KfeCollection-CouponCard-disableCoupon, .KfeCollection-CouponCard-selectBox-unUseCoupon {
    background: linear-gradient(0deg, #fff, #fff), rgba(253, 84, 9, .06);
    border: 1px solid #ebebeb
}

.KfeCollection-CouponCard-disableCoupon {
    border-radius: 4px;
    box-sizing: border-box;
    color: #444;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    opacity: .5;
    padding: 0 12px;
    width: 200px
}

.KfeCollection-CouponCard-selectBox-animation {
    min-width: 363px
}

.KfeCollection-CouponCard-selectInput {
    background: linear-gradient(0deg, hsla(35, 85%, 69%, .1), hsla(35, 85%, 69%, .1)), #fff;
    box-sizing: border-box;
    color: #754e19;
    display: inline-block;
    font-size: 14px;
    line-height: 15px;
    min-width: 84px;
    transition: all .3s ease-in-out
}

.KfeCollection-CouponCard-selectInput-animation {
    min-width: 131px
}

.KfeCollection-CouponCard-selectInput-unUseCoupon {
    background: #fff;
    color: #444
}

.KfeCollection-CouponCard-selectBoxLine:before {
    background-color: #d3d3d3;
    content: "";
    height: 15px;
    margin: 0 12px;
    width: 1px
}

.KfeCollection-CouponCard-selectBoxIcon {
    color: #754e19;
    height: 32px;
    margin-left: 10px;
    position: absolute;
    right: 7.5px;
    width: 31px
}

.KfeCollection-CouponCard-selectBoxIcon-down {
    transform: rotate(180deg)
}

.KfeCollection-CouponCard-selectBoxIcon-hide {
    opacity: 0
}

.KfeCollection-CouponCard-selectOption {
    background: #fff;
    border: 1px solid hsla(0, 0%, 83%, .3);
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .08);
    box-sizing: border-box;
    cursor: pointer;
    left: 0;
    max-height: 108px;
    opacity: 1;
    overflow-y: auto;
    position: absolute;
    top: 40px;
    transition: all .3s ease-in-out;
    width: 100%;
    z-index: 1001
}

.KfeCollection-CouponCard-selectOption-animation {
    opacity: 0
}

.KfeCollection-CouponCard-hiddenOption {
    display: none
}

.KfeCollection-CouponCard-optionItem {
    box-sizing: border-box;
    line-height: 15px;
    padding: 10px 16px;
    width: 100%
}

.KfeCollection-CouponCard-optionItem:hover {
    background: linear-gradient(0deg, hsla(35, 85%, 69%, .1), hsla(35, 85%, 69%, .1)), #fff
}

.KfeCollection-CouponCard-optionItem-text {
    color: #444;
    font-size: 12px
}

.KfeCollection-CouponCard-optionItem-check {
    color: #f3bb6c;
    float: right;
    height: 17px;
    position: relative;
    top: 4px;
    width: 19px
}

.KfeCollection-CountTimeDown {
    align-items: center;
    color: #fd5409;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-right: 13px
}

.KfeCollection-CountTimeDown-label {
    color: #fd5409;
    font-size: 14px;
    font-synthesis: style;
    font-weight: 600;
    line-height: 15px;
    margin-right: 8px
}

html[data-ios] .KfeCollection-CountTimeDown-label {
    font-weight: 500
}

html[data-android] .KfeCollection-CountTimeDown-label {
    font-weight: 700
}

.KfeCollection-CountTimeDown-time {
    font-size: 10px;
    font-synthesis: style;
    font-weight: 600;
    height: 16px;
    line-height: 16px;
    min-width: 16px;
    padding: 0 2px;
    transform: scale(.8)
}

html[data-ios] .KfeCollection-CountTimeDown-time {
    font-weight: 500
}

html[data-android] .KfeCollection-CountTimeDown-time {
    font-weight: 700
}

.KfeCollection-CountTimeDown-time {
    background: #fd5409;
    border: .5px solid #fd5409;
    border-radius: 2px;
    color: #fefefe
}

.KfeCollection-CountTimeDown-symbol {
    display: inline-block;
    margin: 0 3px
}

.KfeCollection-QrCodeCard {
    display: flex;
    flex-direction: row;
    height: 180px;
    margin: 0 60px 20px 40px;
    padding: 25px 0
}

.KfeCollection-QrCodeCard, .KfeCollection-QrCodeCard-qrCode {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    box-sizing: border-box
}

.KfeCollection-QrCodeCard-qrCode {
    height: 130px;
    margin: 0 26px 0 71px;
    padding: 5px;
    width: 130px
}

.KfeCollection-QrCodeCard-qrCode > img {
    height: 100%;
    width: 100%
}

.KfeCollection-QrCodeCard-mountBox-priceBox {
    margin: 28px 0 21px
}

.KfeCollection-QrCodeCard-mountBox-Text {
    color: #444;
    font-size: 15px;
    line-height: 20px
}

.KfeCollection-QrCodeCard-mountBox-price {
    color: #fd5409;
    margin-right: 6px
}

.KfeCollection-QrCodeCard-mountBox-unit {
    font-size: 20px;
    line-height: 24px
}

.KfeCollection-QrCodeCard-mountBox-activePrice {
    font-family: Alata;
    font-size: 30px;
    line-height: 36px
}

.KfeCollection-QrCodeCard-mountBox-description {
    color: #999;
    font-size: 15px;
    line-height: 20px
}

.KfeCollection-QrCodeCard-mountBox-lineThrough {
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through
}

.KfeCollection-QrCodeCard-mountBox-payTypeBox {
    align-items: center;
    color: #444;
    display: flex;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 50px
}

.KfeCollection-QrCodeCard-mountBox-payTypeBox-icon {
    display: inline-block;
    height: 16px;
    margin: 0 2px 0 12px;
    width: 16px
}

.KfeCollection-ProtocolCard {
    color: #999;
    display: flex;
    font-size: 10px;
    height: 15px;
    justify-content: center;
    margin-bottom: 14px
}

.KfeCollection-ProtocolCard a {
    color: #175199
}

html[data-theme=dark] .KfeCollection-ProtocolCard a {
    color: #6385a6
}

.KfeCollection-ProtocolCard a {
    text-decoration: none
}

.KfeCollection-ProtocolCardTips {
    color: #999;
    display: flex;
    font-size: 10px;
    height: 15px;
    justify-content: center;
    margin-bottom: 30px
}

.KfeCollection-PaySuccessModal {
    --unit: 1vw;
    line-height: 1
}

.KfeCollection-PaySuccessModal-topIcon {
    margin: 39px 0 50px;
    text-align: center
}

.KfeCollection-PaySuccessModal-icon {
    display: inline-block;
    height: 80px;
    margin-bottom: 20px;
    width: 72px
}

.KfeCollection-PaySuccessModal-success {
    display: inline-block;
    height: 100%;
    width: 100%
}

.KfeCollection-PaySuccessModal-text {
    vertical-align: center
}

.KfeCollection-PaySuccessModal-successText {
    height: 36px;
    margin: 0 auto 10px;
    padding: 5px;
    width: 166px
}

.KfeCollection-PaySuccessModal-successImg {
    display: inline-block;
    height: 100%;
    width: 100%
}

.KfeCollection-PaySuccessModal-time {
    color: #ce994f;
    font-family: PingFang SC;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px
}

html[data-theme=dark] .KfeCollection-PaySuccessModal-time {
    color: #ce994f
}

.KfeCollection-PaySuccessModal-topTitle {
    margin-bottom: 40px;
    text-align: center
}

.KfeCollection-PaySuccessModal-line {
    display: inline-block;
    height: 5px;
    margin: 0 8px;
    width: 170px
}

.KfeCollection-PaySuccessModal-titleText {
    color: #754e19;
    display: inline-block;
    font-size: 15px;
    font-synthesis: style;
    font-weight: 600;
    height: 20px;
    letter-spacing: .168px;
    line-height: 20px;
    margin: 0;
    vertical-align: middle
}

html[data-ios] .KfeCollection-PaySuccessModal-titleText {
    font-weight: 500
}

html[data-android] .KfeCollection-PaySuccessModal-titleText {
    font-weight: 700
}

.KfeCollection-PaySuccessModal-rightsCard {
    display: flex;
    flex-direction: row;
    margin: 0 0 42px 95px;
    overflow-x: scroll
}

.KfeCollection-PaySuccessModal-rightsCard::-webkit-scrollbar {
    display: none
}

.KfeCollection-PaySuccessModal-rightsItem {
    margin-right: 35px
}

.KfeCollection-PaySuccessModal-rightsTitle {
    color: #1a1a1a;
    font-size: 14px;
    letter-spacing: .168px;
    line-height: 20px;
    margin: 0 0 16px 9px;
    max-width: 174px;
    white-space: nowrap
}

.KfeCollection-PaySuccessModal-bottomContent {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin-bottom: 15px
}

.KfeCollection-PaySuccessModal-bottomContent:last-child {
    margin-bottom: 0
}

.KfeCollection-PaySuccessModal-rightsIcon {
    border-radius: 1px;
    height: 42px !important;
    margin-right: 5px;
    width: 43px !important
}

.KfeCollection-PaySuccessModal-rightsItemTitle {
    color: #444;
    font-size: 12px;
    line-height: 17px;
    margin: 0 0 2px
}

.KfeCollection-PaySuccessModal-rightsItemContent {
    color: #999;
    font-size: 11px;
    line-height: 15px;
    margin: 0;
    min-width: 176px
}

.KfeCollection-PaySuccessModal-error {
    align-items: center;
    bottom: 0;
    color: grey;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

html[data-theme=dark] .KfeCollection-PaySuccessModal-error {
    color: #999
}

.KfeCollection-Image-Wrapper {
    font-size: 0
}

.KfeCollection-Image, .KfeCollection-Image-Wrapper {
    border-radius: 3px;
    height: 100%;
    width: 100%
}

.KfeCollection-PlaceHolder:after {
    display: none
}

.KfeCollection-PlaceHolder {
    align-items: center;
    background-color: #ebebeb;
    display: flex !important;
    height: 100%;
    justify-content: center;
    width: 100%
}

html[data-theme=dark] .KfeCollection-PlaceHolder {
    background-color: #1b1b1b
}

.KfeCollection-PlaceHolder {
    border-radius: inherit
}

.KfeCollection-PlaceHolder-Icon {
    fill: #d3d3d3
}

html[data-theme=dark] .KfeCollection-PlaceHolder-Icon {
    fill: #1b1b1b
}

.KfeCollection-PayModalLoading {
    align-items: center;
    color: #e2e2e2;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw
}

.List .EmptyState {
    padding: 70px 0
}

.List-header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #f8f8fa;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    justify-content: space-between;
    margin: 0 20px
}

html[data-theme=dark] .List-header {
    border-bottom: 1px solid #212429
}

.List-headerText {
    font-synthesis: style;
    font-weight: 600;
    margin: 0
}

html[data-ios] .List-headerText {
    font-weight: 500
}

html[data-android] .List-headerText {
    font-weight: 700
}

.List-headerOptions {
    font-size: 14px
}

.List-loading {
    color: #8491a5;
    padding: 200px 0;
    text-align: center
}

html[data-theme=dark] .List-loading {
    color: #929aab
}

.List-item {
    padding: 16px 20px;
    position: relative
}

.List-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] .List-item:focus {
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 5px rgba(5, 109, 232, .3);
    box-shadow: 0 0 0 2px #fff, 0 0 0 5px rgba(5, 109, 232, .3)
}

html[data-theme=dark][data-focus-visible] .List-item:focus {
    -webkit-box-shadow: 0 0 0 2px #121212, 0 0 0 5px rgba(85, 142, 255, .6);
    box-shadow: 0 0 0 2px #121212, 0 0 0 5px rgba(85, 142, 255, .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
}

html[data-theme=dark] .List-item + .List-item:after {
    border-bottom: 1px solid #212429
}

.List-item--holder {
    padding: 24px 0
}

.List-itemMeta {
    color: #8491a5;
    margin-bottom: 10px
}

html[data-theme=dark] .List-itemMeta {
    color: #929aab
}

.Holder {
    background: #f8f8fa;
    border-radius: 2px;
    height: 14px;
    margin-bottom: 16px
}

html[data-theme=dark] .Holder {
    background: #212429
}

.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
}

.Editable-VideoTitleInput-container {
    -ms-flex-item-align: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-self: stretch;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

html[data-theme=dark] .Editable-VideoTitleInput-container {
    background: #191b1f
}

.Editable-VideoTitleInput-innerContainer {
    cursor: text;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 16px
}

.Editable-VideoTitleInput-innerContainer--isBeforeIconShown {
    padding: 0 10px
}

.Editable-VideoTitleInput-beforeIcon {
    color: #81858f
}

html[data-theme=dark] .Editable-VideoTitleInput-beforeIcon {
    color: #9196a1
}

.Editable-VideoTitleInput-value {
    font-size: 15px;
    line-height: 48px
}

.Editable-VideoTitleInput-value--noContent {
    color: #81858f
}

html[data-theme=dark] .Editable-VideoTitleInput-value--noContent {
    color: #9196a1
}

.Editable-VideoTitleInput {
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    height: 48px;
    padding: 0;
    width: 100%
}

.Editable-VideoTitleInput:focus {
    outline: none
}

.Editable-VideoTitleInput::-moz-placeholder {
    color: #81858f
}

.Editable-VideoTitleInput:-ms-input-placeholder {
    color: #81858f
}

.Editable-VideoTitleInput::-webkit-input-placeholder {
    color: #81858f
}

.Editable-VideoTitleInput::-ms-input-placeholder {
    color: #81858f
}

.Editable-VideoTitleInput::placeholder {
    color: #81858f
}

html[data-theme=dark] .Editable-VideoTitleInput::-moz-placeholder {
    color: #9196a1
}

html[data-theme=dark] .Editable-VideoTitleInput:-ms-input-placeholder {
    color: #9196a1
}

html[data-theme=dark] .Editable-VideoTitleInput::-webkit-input-placeholder {
    color: #9196a1
}

html[data-theme=dark] .Editable-VideoTitleInput::-ms-input-placeholder {
    color: #9196a1
}

html[data-theme=dark] .Editable-VideoTitleInput::placeholder {
    color: #9196a1
}

.VideoCardPlayButton {
    bottom: 0;
    height: 56px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: 56px
}

.VideoCardPlayButton-icon {
    border-radius: 50%;
    display: block
}

.VideoCardPlayButton-icon, html[data-theme=dark] .VideoCardPlayButton-icon {
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .16)
}

.VideoCardPlayButton-withFileSize--outer {
    bottom: 0;
    height: 36px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0
}

.VideoCardPlayButton-withFileSize--outer .VideoCardPlayButton-withFileSize {
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    background-color: hsla(0, 0%, 7%, .6);
    border: .5px solid hsla(0, 0%, 100%, .1);
    border-radius: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-synthesis: style;
    font-weight: 600;
    height: 36px;
    line-height: 35px;
    padding: 0 14px
}

html[data-ios] .VideoCardPlayButton-withFileSize--outer .VideoCardPlayButton-withFileSize {
    font-weight: 500
}

html[data-android] .VideoCardPlayButton-withFileSize--outer .VideoCardPlayButton-withFileSize {
    font-weight: 700
}

@supports not ((-webkit-backdrop-filter:blur(16px)) or (backdrop-filter:blur(16px))) {
    .VideoCardPlayButton-withFileSize--outer .VideoCardPlayButton-withFileSize {
        background-color: hsla(0, 0%, 7%, .8)
    }
}

.VideoCardPlayButton-withFileSize--outer .Zi {
    margin-left: -2.5px;
    margin-right: 7.5px
}

.VideoCard {
    border: 1px solid #ebeced;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px hsla(0, 0%, 7%, .1);
    box-shadow: 0 1px 3px hsla(0, 0%, 7%, .1);
    overflow: hidden;
    position: relative
}

html[data-theme=dark] .VideoCard {
    border: 1px solid #282b30;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

.VideoCard.is-videoAnswer {
    border: none;
    border-radius: 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

.VideoCard--converting .VideoCard-thumbnail {
    -webkit-filter: blur(8px);
    filter: blur(8px);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.VideoCard--converting .VideoCard-video-content:after {
    color: #fff;
    content: "视频正在转码中";
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

html[data-theme=dark] .VideoCard--converting .VideoCard-video-content:after {
    color: #191b1f
}

.VideoCard-link {
    display: block
}

.VideoCard-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.VideoCard-poster {
    background-color: #ebeced;
    height: 90px;
    position: relative;
    width: 120px
}

html[data-theme=dark] .VideoCard-poster {
    background-color: #282b30
}

.VideoCard-poster img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.VideoCard-poster .VideoCard-playIcon--nonLens {
    bottom: 0;
    height: 36px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 36px
}

.VideoCard-video {
    position: relative;
    width: 100%
}

.VideoCard-video:before {
    content: "";
    display: block;
    padding-top: 56.25%
}

.VideoCard-video-content {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.VideoCard-thumbnail {
    background-color: #ebeced;
    height: 100%;
    position: relative;
    width: 100%
}

html[data-theme=dark] .VideoCard-thumbnail {
    background-color: #282b30
}

.VideoCard-thumbnail img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.VideoCard-thumbnail--placeholder {
    background-image: url(https://zhstatic.zhihu.com/zhihu-components/video-card/video_placeholder.jpg);
    background-size: cover
}

.VideoCard--interactive .VideoCard-video:hover .VideoCard-play-button {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.VideoCard-content {
    -webkit-box-flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 1 1;
    flex: 1 1;
    overflow: hidden;
    padding: 10px 16px
}

.VideoCard-VideoTitleInputHolder {
    height: 48px;
    width: 100%
}

.VideoCard-title {
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.VideoCard--interactive .VideoCard-link .VideoCard-content:hover .VideoCard-title {
    color: #09408e
}

html[data-theme=dark] .VideoCard--interactive .VideoCard-link .VideoCard-content:hover .VideoCard-title {
    color: #5271b0
}

.VideoCard-description {
    height: 25px;
    line-height: 25px;
    margin-top: 5px
}

.VideoCard-source {
    color: #8491a5;
    display: inline-block;
    margin-right: 10px
}

html[data-theme=dark] .VideoCard-source {
    color: #929aab
}

.VideoCard-badge {
    background-color: #f8f8fa;
    border-radius: 3px;
    color: #8491a5;
    display: inline-block;
    padding: 0 8px
}

html[data-theme=dark] .VideoCard-badge {
    background-color: #212429;
    color: #929aab
}

.VideoCard-player {
    background-color: #191b1f;
    height: 100%;
    width: 100%
}

html[data-theme=dark] .VideoCard-player {
    background-color: #fff
}

.VideoCard-player .Embed, .VideoCard-player > div {
    display: block;
    height: 100%;
    width: 100%
}

.VideoCard-overlay {
    background-color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

html[data-theme=dark] .VideoCard-overlay {
    background-color: #191b1f
}

.VideoCard-overlay.is-loading {
    opacity: 0
}

.VideoCard-mask {
    background-color: #191b1f;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
    width: 100%;
    z-index: 1
}

html[data-theme=dark] .VideoCard-mask {
    background-color: #fff
}

.VideoCard-mask:not(.is-shown) {
    opacity: 0;
    visibility: hidden
}

.VideoCard--mobile .VideoCard-poster {
    height: 75px;
    width: 100px
}

.VideoCard--mobile .VideoCard-video:hover .VideoCard-play-button {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.VideoCard--mobile .VideoCard-content {
    padding: 10px 12px
}

.VideoCard--mobile .VideoCard-title {
    font-size: 16px
}

.VideoCard--mobile .VideoCard-description {
    font-size: 12px;
    margin-top: 0
}

.VideoErrorCard-thumbnail {
    -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;
    height: 100%;
    justify-content: center;
    width: 100%
}

.VideoErrorCard-error {
    color: #8491a5;
    font-size: 28px;
    line-height: 40px;
    text-align: center
}

html[data-theme=dark] .VideoErrorCard-error {
    color: #929aab
}

.Card {
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px hsla(0, 0%, 7%, .1);
    box-shadow: 0 1px 3px hsla(0, 0%, 7%, .1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    overflow: hidden
}

html[data-theme=dark] .Card {
    background: #191b1f;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

.Card:last-child {
    margin-bottom: 0
}

.Card-header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #f8f8fa;
    -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 20px
}

html[data-theme=dark] .Card-header {
    border-bottom: 1px solid #212429
}

.Card-header:last-child {
    border-bottom: none
}

.Card-headerText {
    font-synthesis: style;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[data-ios] .Card-headerText {
    font-weight: 500
}

html[data-android] .Card-headerText {
    font-weight: 700
}

.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
}

html[data-theme=dark] .Card-section + .Card-section:after {
    border-bottom: 1px solid #212429
}

.RadioButtons {
    color: #373a40;
    font-size: 14px
}

html[data-theme=dark] .RadioButtons {
    color: #c2c6cf
}

.RadioButtons-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #f8f8fa;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 11px 0
}

html[data-theme=dark] .RadioButtons-item {
    border-bottom: 1px solid #212429
}

@media (max-width: 660px) {
    .RadioButtons-item {
        line-height: 20px;
        min-height: 48px
    }
}

.RadioButtons-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.RadioButtons-input {
    border: 2px solid #ebeced;
    display: inline-block;
    height: 14px;
    margin: 0 4px 0 0;
    padding: 2px;
    vertical-align: middle;
    width: 14px
}

html[data-theme=dark] .RadioButtons-input {
    border: 2px solid #282b30
}

.RadioButtons-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: content-box;
    border-radius: 50%;
    -webkit-transition: background-color, border-color .3s;
    transition: background-color, border-color .3s
}

.RadioButtons-input:checked {
    background-color: #1772f6
}

html[data-theme=dark] .RadioButtons-input:checked {
    background-color: #558eff
}

.RadioButtons-input:checked {
    border-color: #1772f6
}

html[data-theme=dark] .RadioButtons-input:checked {
    border-color: #558eff
}

.RadioButtons-input:focus {
    outline: none
}

.AddAnnotationModal-description {
    color: #8491a5
}

html[data-theme=dark] .AddAnnotationModal-description {
    color: #929aab
}

.AddAnnotationModal-description {
    font-size: 14px;
    margin: 20px 0
}

.AddAnnotationModal-body {
    margin: 0 -20px;
    max-height: 300px;
    overflow: scroll;
    padding: 0 20px
}

@media (max-width: 660px) {
    .AddAnnotationModal-body {
        margin: 16px;
        max-height: inherit;
        padding: 0
    }

    .AddAnnotationModal-buttonGroup {
        bottom: 10px;
        height: 36px;
        padding: 0 16px;
        position: absolute;
        width: 100%
    }

    .CancelAnnotationModal {
        padding: 16px
    }

    .CancelAnnotationModal-Input {
        min-height: 132px
    }

    .CancelAnnotationModal-CancelButton {
        bottom: 10px;
        height: 36px;
        position: absolute;
        width: 343px !important
    }
}

.AdvertImg {
    background-color: #f6f6f6;
    position: relative
}

html[data-theme=dark] .AdvertImg {
    background-color: #1b1b1b
}

.AdvertImg img {
    border-radius: inherit;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
    text-indent: -9999px;
    -webkit-transition: opacity .5s linear;
    transition: opacity .5s linear;
    vertical-align: top;
    width: 100%
}

.AdvertImg-DefaultImageIcon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f8fafc;
    border: 2px dashed #e6eaee;
    border-radius: 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100%
}

.AdvertImg--isLoaded {
    background-color: transparent
}

.AdvertImg--isLoaded img {
    opacity: 1
}

.PcArticleDownLoad {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: hsla(0, 0%, 96%, .92);
    border: 0;
    border-radius: 16px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 106px;
    margin: 0 auto;
    padding: 0 15px;
    text-decoration: none;
    width: 442px
}

.PcArticleDownLoad-margin {
    margin-left: 4px
}

.PcArticleDownLoad-image {
    border-radius: 4px;
    height: 76px;
    width: 76px
}

.PcArticleDownLoad-des {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding-left: 12px
}

.PcArticleDownLoad-appName {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #121212;
    display: -webkit-box;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

html[data-theme=dark] .PcArticleDownLoad-appName {
    color: #fff
}

.PcArticleDownLoad-rate {
    color: #999;
    font-size: 18px
}

.PcArticleDownLoad-active {
    display: inline-block;
    left: -16px;
    overflow: hidden;
    position: relative;
    top: 5px
}

.PcArticleDownLoad-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #056de8;
    border-radius: 5px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    justify-content: center;
    line-height: 32px;
    margin-left: 14px;
    width: 72px
}

html[data-theme=dark] .PcArticleDownLoad-button {
    background: #558eff
}

.zhihu-advert-stars-score {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #999;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
    justify-content: flex-start
}

html[data-theme=dark] .zhihu-advert-stars-score {
    color: #999
}

.zhihu-advert-stars-score > span {
    height: 12px;
    line-height: 12px
}

.zhihu-advert-stars-score-item {
    height: 12px;
    line-height: 12px;
    margin-left: 2px;
    position: relative;
    width: 12px
}

.AppArticleDownLoad {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f6f6f6;
    border: 0;
    border-radius: 8px;
    border-style: solid;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px;
    text-decoration: none
}

html[data-theme=dark] .AppArticleDownLoad {
    background: #1b1b1b
}

.AppArticleDownLoad-image {
    border-radius: 4px;
    height: 60px;
    width: 60px
}

.AppArticleDownLoad-des {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding-left: 12px
}

.AppArticleDownLoad-appName {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #1a1a1a;
    display: -webkit-box;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis
}

.AppArticleDownLoad-rate {
    color: #999;
    font-size: 14px
}

.AppArticleDownLoad-active {
    display: inline-block;
    left: -12px;
    overflow: hidden;
    position: relative;
    top: 5px
}

.AppArticleDownLoad-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #056de8;
    border-radius: 5px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    justify-content: center;
    line-height: 32px;
    margin-left: 8px;
    width: 72px
}

html[data-theme=dark] .AppArticleDownLoad-button {
    background: #558eff
}

.Annotation-mark {
    background-color: #f8f8fa;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 16px 0;
    padding: 16px;
    position: relative
}

html[data-theme=dark] .Annotation-mark {
    background-color: #212429
}

.Annotation-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.Annotation-alert {
    height: 16px;
    margin-right: 5px;
    width: 16px
}

.Annotation-markTitle {
    color: #373a40
}

html[data-theme=dark] .Annotation-markTitle {
    color: #c2c6cf
}

.Annotation-markTitle {
    font-size: 15px;
    font-synthesis: style;
    font-weight: 600
}

html[data-ios] .Annotation-markTitle {
    font-weight: 500
}

html[data-android] .Annotation-markTitle {
    font-weight: 700
}

.Annotation-markSummary {
    color: #373a40;
    margin-top: 4px
}

html[data-theme=dark] .Annotation-markSummary {
    color: #c2c6cf
}

.Annotation-markSummary {
    font-size: 14px;
    line-height: 20px;
    overflow: auto
}

.Annotation-markSummary a {
    color: #09408e;
    cursor: pointer
}

html[data-theme=dark] .Annotation-markSummary a {
    color: #5271b0
}

.Annotation-markSummary a {
    text-decoration: underline
}

.Switch {
    background-color: #ebeced;
    border: 1px solid #ebeced;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    position: relative;
    -webkit-transition: all .3s cubic-bezier(.35, 0, .25, 1);
    transition: all .3s cubic-bezier(.35, 0, .25, 1);
    width: 48px
}

html[data-theme=dark] .Switch {
    background-color: #212429;
    border: 1px solid #212429
}

.Switch--focused {
    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] .Switch--focused {
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(5, 109, 232, .3);
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(5, 109, 232, .3)
}

html[data-theme=dark][data-focus-visible] .Switch--focused {
    -webkit-box-shadow: 0 0 0 2px #121212, 0 0 0 4px rgba(85, 142, 255, .6);
    box-shadow: 0 0 0 2px #121212, 0 0 0 4px rgba(85, 142, 255, .6)
}

.Switch:after {
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .26);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .26);
    content: " ";
    height: 20px;
    left: 4px;
    position: absolute;
    top: 3px;
    -webkit-transition: left .3s cubic-bezier(.35, 0, .25, 1);
    transition: left .3s cubic-bezier(.35, 0, .25, 1);
    width: 20px
}

.Switch:after, html[data-theme=dark] .Switch:after {
    background: #fff
}

html[data-theme=dark] .Switch:after {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .26);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .26)
}

.Switch--checked {
    background: #1772f6
}

html[data-theme=dark] .Switch--checked {
    background: #558eff
}

.Switch--checked:after {
    left: 22px
}

.Switch--disabled {
    cursor: no-drop
}

.Switch--disabled:after {
    background: #c4c7ce
}

html[data-theme=dark] .Switch--disabled:after {
    background: #282b30
}

.Switch--disabled.Switch--checked {
    opacity: .4
}

.Switch--small {
    border: none;
    height: 20px;
    width: 32px
}

.Switch--small:after {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 18px;
    left: 1px;
    top: 1px;
    width: 18px
}

.Switch--small.Switch--checked:after {
    left: 13px
}

.Switch--micro {
    border: none;
    height: 14px;
    width: 24px
}

.Switch--micro:after {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 10px;
    left: 2px;
    top: 2px;
    width: 10px
}

.Switch--micro:after, html[data-theme=dark] .Switch--micro:after {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .13);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .13)
}

.Switch--micro.Switch--checked:after {
    left: 12px
}

.Switch-input {
    clip: rect(0, 0, 0, 0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    pointer-events: none;
    position: absolute
}

.KfeCollection-FeedBlockEntry-root {
    align-items: center;
    cursor: pointer;
    display: flex
}

.KfeCollection-FeedBlockEntry-title {
    color: #ce994f;
    margin-right: 6px
}

html[data-theme=dark] .KfeCollection-FeedBlockEntry-title {
    color: #ce994f
}

.KfeCollection-FeedBlockEntry-title {
    font-size: 14px
}

.KfeCollection-FeedBlockEntry-img {
    height: 17px;
    width: 27px
}

.AdvertImg-12-5 {
    display: block;
    position: relative
}

.AdvertImg-12-5 .AdvertImg {
    position: relative;
    z-index: 0
}

.AdvertImg-12-5 .AdvertImg:before {
    border-radius: inherit;
    content: " ";
    display: block;
    padding-top: 41.66667%;
    pointer-events: none;
    width: 100%
}

.AdvertImg-12-5 .AdvertImg img {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.AdvertImg-16-9 {
    display: block;
    position: relative
}

.AdvertImg-16-9 .AdvertImg {
    position: relative;
    z-index: 0
}

.AdvertImg-16-9 .AdvertImg:before {
    border-radius: inherit;
    content: " ";
    display: block;
    padding-top: 56.25%;
    pointer-events: none;
    width: 100%
}

.AdvertImg-16-9 .AdvertImg img {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.AdvertImg-2-1 {
    display: block;
    position: relative
}

.AdvertImg-2-1 .AdvertImg {
    position: relative;
    z-index: 0
}

.AdvertImg-2-1 .AdvertImg:before {
    border-radius: inherit;
    content: " ";
    display: block;
    padding-top: 50%;
    pointer-events: none;
    width: 100%
}

.AdvertImg-2-1 .AdvertImg img {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.app_EAnswerCard {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 0;
    border-style: solid;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 12px 13px;
    text-decoration: none
}

html[data-theme=dark] .app_EAnswerCard {
    background: #121212
}

.app_EAnswerCard > * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.app_EAnswerCard-image {
    border-radius: 100%;
    height: 36px;
    width: 36px
}

.app_EAnswerCard-content {
    -webkit-box-flex: 1;
    word-wrap: break-word;
    -ms-flex: 1 1;
    flex: 1 1;
    margin-left: 9px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    width: 0;
    word-break: break-all
}

.app_EAnswerCard-content-appName {
    color: #121212;
    font-size: 15px;
    max-width: 7em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[data-theme=dark] .app_EAnswerCard-content-appName {
    color: #fff
}

.app_EAnswerCard-content-appName-2 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #121212;
    display: -webkit-box;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis
}

html[data-theme=dark] .app_EAnswerCard-content-appName-2 {
    color: #fff
}

.app_EAnswerCard-content-desc {
    color: #999;
    font-size: 13px;
    max-width: 16em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[data-theme=dark] .app_EAnswerCard-content-desc {
    color: #999
}

.app_EAnswerCard-button {
    border-radius: 5px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    color: #0084ff;
    font-size: 13px;
    line-height: 16px;
    margin-left: 8px;
    max-width: 5em;
    min-width: 4em;
    overflow: hidden;
    padding: 8px .925em;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap
}

.app_EAnswerCard-button, html[data-theme=dark] .app_EAnswerCard-button {
    background: hsla(0, 0%, 60%, .08)
}

.app_EAnswerCard-bottom-close {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    color: #d3d3d3;
    font-size: 20px;
    font-weight: 200;
    height: 20px;
    justify-content: center;
    margin-left: 5px;
    width: 20px
}

.app_EAnswerCard-bottom-close, .pc_EAnswerCard {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pc_EAnswerCard {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background: #fff;
    border: 0;
    border-radius: 4px;
    border-style: solid;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .102);
    box-shadow: 0 0 20px rgba(0, 0, 0, .102);
    cursor: pointer;
    height: 84px;
    justify-content: space-between;
    margin: 15px auto;
    padding: 0 15px;
    text-decoration: none;
    width: 390px
}

.pc_EAnswerCard > * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pc_EAnswerCard-image {
    border-radius: 100%;
    height: 36px;
    width: 36px
}

.pc_EAnswerCard-content {
    -webkit-box-flex: 1;
    word-wrap: break-word;
    -ms-flex: 1 1;
    flex: 1 1;
    margin-left: 9px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    width: 0;
    word-break: break-all
}

.pc_EAnswerCard-content-appName {
    color: #121212;
    font-size: 15px;
    max-width: 7em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[data-theme=dark] .pc_EAnswerCard-content-appName {
    color: #fff
}

.pc_EAnswerCard-content-appName-2 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #121212;
    display: -webkit-box;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis
}

html[data-theme=dark] .pc_EAnswerCard-content-appName-2 {
    color: #fff
}

.pc_EAnswerCard-content-desc {
    color: #999;
    font-size: 13px;
    max-width: 16em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[data-theme=dark] .pc_EAnswerCard-content-desc {
    color: #999
}

.pc_EAnswerCard-button {
    border-radius: 5px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    color: #0084ff;
    font-size: 13px;
    line-height: 16px;
    margin-left: 8px;
    max-width: 5em;
    min-width: 4em;
    overflow: hidden;
    padding: 8px .925em;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap
}

.pc_EAnswerCard-button, html[data-theme=dark] .pc_EAnswerCard-button {
    background: hsla(0, 0%, 60%, .08)
}

.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-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-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-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-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-content, html[data-theme=dark] .KfeCollection-Privilege-content {
    color: #ce994f
}

.KfeCollection-Privilege-content {
    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 {
    font-size: 13px;
    line-height: 16px;
    z-index: 1
}

.KfeCollection-Privilege-content-newStyle-pc {
    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-FabledStatement {
    display: flex;
    margin-top: 8px
}

.KfeCollection-FabledStatement-fixed {
    display: flex;
    margin-left: 8px
}

.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
}

.ReferenceList {
    clear: both;
    font-size: .8em
}

.ReferenceList li:focus {
    outline: none;
    -webkit-transition: background .3s;
    transition: background .3s
}

html[data-focus-visible] .ReferenceList li:focus {
    background: rgba(5, 109, 232, .08)
}

html[data-theme=dark][data-focus-visible] .ReferenceList li:focus {
    background: rgba(85, 142, 255, .3)
}

.ReferenceList .ReferenceList-backHint {
    padding-right: .25em
}

.ReferenceList .ReferenceList-backLink {
    color: #09408e;
    font-synthesis: style;
    font-weight: 600;
    padding-right: .25em
}

html[data-theme=dark] .ReferenceList .ReferenceList-backLink {
    color: #5271b0
}

html[data-ios] .ReferenceList .ReferenceList-backLink {
    font-weight: 500
}

html[data-android] .ReferenceList .ReferenceList-backLink {
    font-weight: 700
}

@media (hover: hover) {
    .ReferenceList .ReferenceList-backLink:hover {
        text-decoration: underline
    }
}

@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;
    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 {
    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 {
    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;
    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
}

.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
}

.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
}

.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
}

.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
}

.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-ArticleTopCard-container {
    margin-bottom: 20px
}

.KfeCollection-ArticleTopCard-OrdinaryLabel, .KfeCollection-ArticleTopCard-Privilege {
    margin-top: 8px
}

.KfeCollection-Intro-container {
    margin-top: 15px
}

.KfeCollection-ArticleTopCard-FlexContainer {
    display: flex;
    margin-top: 8px
}

.KfeCollection-Intro {
    cursor: pointer;
    display: flex;
    font-size: 17px;
    font-weight: 500;
    line-height: 18px
}

.KfeCollection-Intro-des, html[data-theme=dark] .KfeCollection-Intro-des {
    color: #999
}

.KfeCollection-Intro-des {
    flex-shrink: 0;
    margin-right: 10px
}

.KfeCollection-Intro-title, html[data-theme=dark] .KfeCollection-Intro-title {
    color: #ce994f
}

.KfeCollection-Intro-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.KfeCollection-ArticleBottomCard-title {
    overflow: unset !important
}

.KfeCollection-ArticleBottomCard-btn {
    font-size: 13px;
    font-weight: 600
}

.KfeCollection-ArticleBottomCard-goodsCard {
    margin-top: 40px
}

.KfeCollection-VipRecommendCard {
    background: #fff;
    margin: 10px 0;
    padding: 15px 16px
}

.KfeCollection-VipRecommendCard-title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #444;
    display: -webkit-box;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .25px;
    line-height: 22px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis
}

.KfeCollection-VipRecommendCard-author {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin-bottom: 6px
}

.KfeCollection-VipRecommendCard-author-avatar {
    border-radius: 50%;
    height: 20px;
    margin-right: 6px;
    overflow: hidden;
    width: 20px
}

.KfeCollection-VipRecommendCard-author-avatar > img {
    height: 100%;
    width: 100%
}

.KfeCollection-VipRecommendCard-author-name {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #999;
    display: -webkit-box;
    font-size: 13px;
    line-height: 16px;
    margin-right: 4px;
    overflow: hidden;
    text-overflow: ellipsis
}

.KfeCollection-VipRecommendCard-author-icon {
    align-items: center;
    display: flex;
    height: 14px;
    overflow: hidden;
    width: 14px
}

.KfeCollection-VipRecommendCard-author-icon > img {
    height: 100%;
    width: 100%
}

.KfeCollection-VipRecommendCard-content {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #444;
    display: -webkit-box;
    font-size: 13px;
    letter-spacing: .45px;
    line-height: 20px;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis
}

.KfeCollection-VipRecommendCard-footer {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.KfeCollection-VipRecommendCard-footer-number {
    color: #999;
    font-size: 13px;
    line-height: 18px
}

.KfeCollection-VipRecommendCard-article {
    border-bottom: 10px solid #f6f6f6;
    border-top: 10px solid #f6f6f6
}

.UploadPicture-wrapper {
    cursor: pointer
}

.UploadPicture-input {
    display: none
}

/*# sourceMappingURL=osrm_index_header.css.map*/