.Pagination {
    padding: 16px 20px;
    text-align: center;
    margin: 0 auto
}

.PaginationButton {
    color: #1a1a1a;
    -webkit-transition: color .2s;
    transition: color .2s;
    padding: 0 15px
}

html[data-theme=dark] .PaginationButton {
    color: #999
}

.PaginationButton:not(:disabled):hover,
html[data-theme=dark] .PaginationButton:not(:disabled):hover {
    color: #175199
}

.PaginationButton--current {
    color: #8590a6
}

html[data-theme=dark] .PaginationButton--current {
    color: #606a80
}

.PaginationButton--ellipsis {
    border: none;
    background: none
}

.Comments-pattern-loading {
    height: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.CommentCollapseButton {
    background: hsla(0, 0%, 92.2%, .95);
    border-radius: 3px;
    position: fixed;
    height: 30px;
    width: 93px;
    bottom: 30px;
    left: 570px;
    font-size: 13px;
    color: #8590a6;
    letter-spacing: 0;
    margin-left: -93px;
    z-index: 1
}

html[data-theme=dark] .CommentCollapseButton {
    background: rgba(68, 68, 68, .95);
    color: #606a80
}

.CommentCollapseButton:hover,
html[data-theme=dark] .CommentCollapseButton:hover {
    color: grey
}

.CommentCollapseButton .Icon {
    margin-left: 6px;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.Comments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.Comments--hidden {
    display: none
}

.CommentList {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    overflow-x: hidden;
    overflow-y: auto
}

.CommentList-divider {
    position: relative;
    margin: 0 24px;
    font-size: 14px;
    color: #8590a6;
    text-align: center
}

html[data-theme=dark] .CommentList-divider {
    color: #606a80
}

.CommentList-divider:first-child {
    margin-top: 16px
}

.CommentList-divider:last-child {
    margin-bottom: 16px
}

.CommentList-divider+.CommentItem:after {
    content: none
}

.CommentList-divider a,
html[data-theme=dark] .CommentList-divider a {
    color: #175199
}

.CommentList-divider a:hover,
html[data-theme=dark] .CommentList-divider a:hover {
    border-bottom: 1px solid #175199
}

.CommentList-dividerLine {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    margin: auto;
    border-top: 1px solid #ebebeb
}

html[data-theme=dark] .CommentList-dividerLine {
    border-top: 1px solid #444
}

.CommentList-dividerText {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 1em;
    background-color: #fff
}

html[data-theme=dark] .CommentList-dividerText {
    background-color: #1a1a1a
}

.CommentList-dividerText .CommentList-questionMark {
    margin-left: 8px
}

.Comments-footer {
    padding: 12px 20px;
    background: #fff;
    border-top: 1px solid #ebebeb
}

html[data-theme=dark] .Comments-footer {
    background: #1a1a1a;
    border-top: 1px solid #444
}

.Comments-disabledText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 12px;
    color: #8590a6;
    background-color: #f6f6f6;
    border-top: 1px solid #f6f6f6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

html[data-theme=dark] .Comments-disabledText {
    color: #606a80;
    background-color: #2e2e2e;
    border-top: 1px solid #2e2e2e
}

.Comments-disabledText--fixed {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #fff
}

html[data-theme=dark] .Comments-disabledText--fixed {
    background: #1a1a1a
}

.Comments-disabledText--fixed .Comments-disabledReason {
    padding-top: 8px;
    padding-bottom: 8px;
    background: #f6f6f6;
    width: 100%;
    text-align: center;
    border-radius: 3px
}

html[data-theme=dark] .Comments-disabledText--fixed .Comments-disabledReason {
    background: #2e2e2e
}

.CommentList-action {
    position: relative;
    padding: 16px 0;
    text-align: center
}

.CommentList-action:after {
    position: absolute;
    top: 0;
    display: block;
    width: calc(100% - 48px);
    border-bottom: 1px solid #f6f6f6;
    content: ""
}

html[data-theme=dark] .CommentList-action:after {
    border-bottom: 1px solid #2e2e2e
}

.CommentList-action a,
html[data-theme=dark] .CommentList-action a {
    color: #175199
}

.CommentList-action a:hover,
html[data-theme=dark] .CommentList-action a:hover {
    border-bottom: 1px solid #175199
}

.Comments-withPagination {
    border: 1px solid #ebebeb;
    -webkit-box-shadow: 0 1px 3px rgba(26, 26, 26, .1);
    box-shadow: 0 1px 3px rgba(26, 26, 26, .1);
    background: #fff;
    margin-top: 12px;
    overflow: visible;
    border-radius: 4px
}

html[data-theme=dark] .Comments-withPagination {
    border: 1px solid #444;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    background: #1a1a1a
}

.Comments-withPagination .CommentList {
    overflow-y: visible
}

.comments-pagination {
    border-top: 1px solid #ebebeb
}

html[data-theme=dark] .comments-pagination {
    border-top: 1px solid #444
}

.Comments-empty {
    padding: 60px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto
}

.CommentList-expendCollapseButton {
    color: #8590a6;
    cursor: pointer
}

html[data-theme=dark] .CommentList-expendCollapseButton {
    color: #606a80
}

.CommentList-expendCollapseButton:hover,
html[data-theme=dark] .CommentList-expendCollapseButton:hover {
    color: grey
}

.CommentItem {
    outline: none
}

.CommentEditorV2-inputUpLoad-Icon,
.ImagePopover {
    width: 24px;
    height: 24px
}

.ImagePopover {
    margin-right: 8px
}

.ImagePopover-imageInput {
    display: none;
    opacity: 0
}

.ImagePopover-thumbnail {
    width: 120px;
    height: 120px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.ImagePopover-thumbnail .closeButton {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 8px;
    top: 8px
}

.ImagePopover-thumbnail .Zi--Close {
    width: 16px;
    height: 16px
}

.ImagePopover-thumbnail img {
    width: 120px;
    height: 120px
}

.CommentSticker {
    font-size: 0
}

.CommentSticker-img,
.CommentSticker-load {
    width: 48px;
    height: 48px;
    padding-bottom: 4px
}

.CommentSticker-load {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 9px;
    color: #d3d3d3;
    background: #f6f6f6
}

html[data-theme=dark] .CommentSticker-load {
    color: #2e2e2e;
    background: #2e2e2e
}

.StickerPopover-stickers-item {
    width: 48px;
    height: 73px;
    padding: 8px;
    text-align: center
}

.StickerPopover-stickers-item.StickerPopover-stickers-item-single {
    width: 140px;
    height: 143px;
    position: relative
}

.StickerPopover-stickers-item.StickerPopover-stickers-item-single .closeButton {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 8px;
    top: 8px
}

.StickerPopover-stickers-item.StickerPopover-stickers-item-single .Zi--Close {
    width: 16px;
    height: 16px
}

.StickerPopover-stickers-item .VagueImage {
    padding-bottom: 4px
}

.StickerPopover-stickers-item.StickerPopover-stickers-item-single img {
    width: 100px;
    height: 100px;
    padding: 20px
}

.StickerPopover-stickers-item p {
    width: 48px;
    line-height: 18px;
    font-size: 12px;
    color: grey
}

html[data-theme=dark] .StickerPopover-stickers-item p {
    color: grey
}

.StickerPopover-stickers-wrap {
    overflow-y: scroll
}

.StickerPopover-stickers-list {
    width: 384px;
    height: 200px;
    padding: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.CommentEditorV2 .RichText {
    min-height: auto!important
}

.CommentEditorV2--normal {
    position: relative;
    -webkit-transition: padding-right .3s ease;
    transition: padding-right .3s ease
}

.CommentEditorV2--normal .CommentEditorV2-input {
    overflow: hidden;
    width: 100%
}

.CommentEditorV2--normal .Editable-unstyled {
    margin: 0!important
}

.CommentEditorV2--normal.CommentEditorV2--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 94px
}

.CommentEditorV2--normal.CommentEditorV2--active .CommentEditorV2-singleButton {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.CommentEditorV2--inCommentItem .CommentEditorV2-actions {
    margin-top: 16px;
    text-align: right
}

.CommentEditorV2--inCommentItem .CommentEditorV2-actions .Button {
    line-height: 34px
}

.CommentEditorV2--inCommentItem .CommentEditorV2-actions .Button+.Button {
    margin-left: 20px
}

.CommentEditorV2-singleButton {
    position: absolute;
    right: 16px;
    bottom: 13px;
    line-height: 34px!important;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease
}

.CommentEditorV2-singleButton:disabled {
    cursor: not-allowed
}

.CommentEditorV2-input {
    border: none;
    font-size: 15px
}

.CommentEditorV2-input .Editable,
.CommentEditorV2-input .Editable--focus {
    background: transparent
}

.CommentEditorV2-input .Dropzone {
    min-height: auto!important
}

.CommentEditorV2-startCommentButton {
    width: 100%
}

.CommentEditorV2-hiddenInput {
    position: absolute;
    z-index: -1;
    top: -9999px
}

.CommentEditorV2-input--mobile {
    min-height: 208px
}

.CommentEditorV2-input--mobile,
.CommentEditorV2-input--mobile.is-focus {
    border: none
}

.CommentEditorV2-input--mobile .Editable {
    background: #fff
}

html[data-theme=dark] .CommentEditorV2-input--mobile .Editable {
    background: #1a1a1a
}

.CommentEditorV2-modalButtons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 20px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb
}

html[data-theme=dark] .CommentEditorV2-modalButtons {
    border-top: 1px solid #444;
    border-bottom: 1px solid #444
}

.CommentEditorV2-modalButtons .Button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.CommentEditorV2-modalButtons .Button+.Button {
    margin-left: 16px
}

.CommentEditorV2-inputWrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    background-color: #f6f6f6
}

html[data-theme=dark] .CommentEditorV2-inputWrap {
    border: 1px solid #444;
    background-color: #2e2e2e
}

.CommentEditorV2-inputWrap--change {
    display: block
}

.CommentEditorV2-inputWrap--active {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    border: 1px solid #8590a6;
    background-color: #fff
}

html[data-theme=dark] .CommentEditorV2-inputWrap--active {
    border: 1px solid #606a80;
    background-color: #1a1a1a
}

.CommentEditorV2-inputUpload {
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.CommentEditorV2-inputUpload--FlexEnd {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.CommentEditorV2-inputUpload--SpaceBetween {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.CommentEditorV2-inputUpLoad-Icon {
    margin-right: 12px
}

.CommentEditorV2-inputUpLoad-Icon .Editable-control .Zi {
    fill: currentcolor
}

.CommentEditorV2-popoverWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.CommentEditorV2-popoverWrap .Editable-control:not(:disabled):hover {
    background-color: transparent;
    border-color: transparent
}

.CommentEditorV2-popoverWrap .CommentEditorV2-inputUpLoad-Icon--active .Zi.Zi--Emotion {
    fill: #0084ff
}

html[data-theme=dark] .CommentEditorV2-popoverWrap .CommentEditorV2-inputUpLoad-Icon--active .Zi.Zi--Emotion {
    fill: #3a76d0
}

.CommentEditorV2-popoverWrap .CommentEditorV2-inputUpLoad-Icon--active .Editable-control:not(:disabled):hover .Zi.Zi--Emotion {
    fill: #0084ff
}

html[data-theme=dark] .CommentEditorV2-popoverWrap .CommentEditorV2-inputUpLoad-Icon--active .Editable-control:not(:disabled):hover .Zi.Zi--Emotion {
    fill: #3a76d0
}

.CommentEditorV2-MaxLength {
    font-size: 14px;
    line-height: 1.71;
    color: #f1403c;
    padding-left: 12px;
    font-weight: 600;
    font-synthesis: style
}

html[data-ios] .CommentEditorV2-MaxLength {
    font-weight: 500
}

html[data-android] .CommentEditorV2-MaxLength {
    font-weight: 700
}

.CommentRichText .Richtext-content_img {
    overflow: hidden;
    position: relative
}

.CommentRichText .Richtext-content_img .comment_gif,
.CommentRichText .Richtext-content_img .comment_img {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.CommentRichText .Richtext-content_img img {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.CommentRichText .Richtext-content_img-square,
.CommentRichText .Richtext-content_img-square img {
    width: 80px;
    height: 80px
}

.CommentRichText .Richtext-content_img-square--wideShape {
    max-width: 160px;
    height: 80px
}

.CommentRichText .Richtext-content_img-square--wideShape img {
    width: 160px
}

.CommentRichText .Richtext-content_img-square--highShape {
    width: 80px;
    max-height: 160px
}

.CommentRichText .Richtext-content_img-square--highShape img {
    height: 160px
}

.CommentRichText img[data-zhihu-emoticon] {
    height: 1.4em;
    width: 1.4em;
    vertical-align: bottom
}

.CommentRichText-ImageView {
    z-index: 300
}

.CommentItemV2 {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 12px 20px 10px;
    font-size: 15px
}

.CommentItemV2:not(:first-child):after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: 10px 20px 0;
    border-bottom: 1px solid #f6f6f6;
    content: ""
}

html[data-theme=dark] .CommentItemV2:not(:first-child):after {
    border-bottom: 1px solid #2e2e2e
}

.CommentItemV2-shield {
    font-size: 15px;
    color: #999
}

html[data-theme=dark] .CommentItemV2-shield {
    color: #646464
}

.CommentItemV2-meta {
    position: relative;
    height: 24px;
    padding-right: 3px;
    padding-left: 1px;
    margin-bottom: 4px;
    line-height: 24px
}

.CommentItemV2-meta .UserLink-link {
    font-weight: 500
}

.CommentItemV2-metaSibling {
    padding-left: 33px
}

.CommentItemV2-avatar {
    margin-right: 8px
}

.CommentItemV2-avatar .UserLink-avatar {
    vertical-align: top
}

.CommentItemV2-reply,
.CommentItemV2-roleInfo {
    color: #8590a6
}

html[data-theme=dark] .CommentItemV2-reply,
html[data-theme=dark] .CommentItemV2-roleInfo {
    color: #606a80
}

.CommentItemV2-reviewing {
    margin-left: 8px
}

.CommentItemV2-reply {
    margin-right: 8px;
    margin-left: 8px
}

.CommentItemV2-roleInfo {
    margin-right: -8px
}

.CommentItemV2-time {
    float: right;
    font-size: 14px;
    color: #8590a6
}

html[data-theme=dark] .CommentItemV2-time {
    color: #606a80
}

.CommentItemV2-content {
    margin-bottom: 6px;
    line-height: 25px
}

.CommentItemV2-editor {
    padding: 12px 0
}

.CommentItemV2-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    margin-top: 4px
}

.CommentItemV2-footer .Button+.Button {
    margin-left: 20px
}

.CommentItemV2-mobileFooter .Button+.Button {
    margin-left: 0
}

.CommentItemV2-hoverBtn {
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.CommentItemV2-likeBtn:disabled,
.CommentItemV2:hover .CommentItemV2-hoverBtn {
    opacity: 1
}

.CommentItemV2-likeBtn.is-liked {
    color: #0084ff
}

html[data-theme=dark] .CommentItemV2-likeBtn.is-liked {
    color: #3a76d0
}

.CommentItemV2-likeBtn.is-liked:hover,
html[data-theme=dark] .CommentItemV2-likeBtn.is-liked:hover {
    color: #175199
}

.CommentItemV2-likeBtn.is-liked .Icon,
.CommentItemV2-likeBtn.is-liked:hover .Icon {
    fill: currentColor
}

.CommentItemV2--highlighted {
    -webkit-animation: highlight 1.6s ease-out;
    animation: highlight 1.6s ease-out
}

@-webkit-keyframes highlight {
    0% {
        background: rgba(0, 132, 255, .06)
    }
    to {
        background: transparent none repeat 0 0/auto auto padding-box border-box scroll;
        background: initial
    }
}

@keyframes highlight {
    0% {
        background: rgba(0, 132, 255, .06)
    }
    to {
        background: transparent none repeat 0 0/auto auto padding-box border-box scroll;
        background: initial
    }
}

.IsolationDot {
    margin: 0 6px
}

.CommentItemV2-replyArrow {
    color: #8590a6;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 0 5px 0 8px
}

html[data-theme=dark] .CommentItemV2-replyArrow {
    color: #606a80
}

.CommentItemV2-userLink {
    max-width: 80px;
    font-weight: 600;
    font-synthesis: style;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: top
}

@media (min-width:360px) {
    .CommentItemV2-userLink {
        max-width: 100px
    }
}

html[data-ios] .CommentItemV2-userLink {
    font-weight: 500
}

html[data-android] .CommentItemV2-userLink {
    font-weight: 700
}

.CommentItemV2-menu-item {
    padding-top: 13px;
    padding-bottom: 13px
}

.CommentItemV2-editor.CommentEditorV2--active {
    padding-right: 78px
}

.CommentItemV2-editor .CommentEditorV2-singleButton {
    right: 0
}

.CommentItemV2-walleTag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    color: #8590a6;
    margin-left: 16px;
    margin-right: 16px
}

html[data-theme=dark] .CommentItemV2-walleTag {
    color: #606a80
}

.CommentItemV2-walleIcon {
    margin-right: 4px
}

.CommentMoreReplyButton {
    padding: 12px 20px 12px 84px
}

.NestComment {
    position: relative
}

.NestComment:not(:last-child):after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: 0 20px;
    border-bottom: 1px solid #f6f6f6;
    content: ""
}

html[data-theme=dark] .NestComment:not(:last-child):after {
    border-bottom: 1px solid #2e2e2e
}

.NestComment .NestComment--child {
    position: relative;
    padding-left: 33px
}

.NestComment .NestComment--child:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin-right: 20px;
    margin-left: 84px;
    border-bottom: 1px solid #f6f6f6;
    content: ""
}

html[data-theme=dark] .NestComment .NestComment--child:after {
    border-bottom: 1px solid #2e2e2e
}

.NestComment--rootComment {
    position: relative
}

.NestComment--rootComment:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin-right: 20px;
    margin-left: 52px;
    border-bottom: 1px solid #f6f6f6;
    content: ""
}

html[data-theme=dark] .NestComment--rootComment:after {
    border-bottom: 1px solid #2e2e2e
}

.NestCoomment-moreCommentButton {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 20px;
    padding: 12px 0;
    font-size: 14px;
    line-height: 1.71;
    text-align: center;
    color: #0084ff;
    cursor: pointer;
    font-weight: 600;
    font-synthesis: style;
    border-bottom: 1px solid #f6f6f6
}

html[data-theme=dark] .NestCoomment-moreCommentButton {
    color: #3a76d0
}

html[data-ios] .NestCoomment-moreCommentButton {
    font-weight: 500
}

html[data-android] .NestCoomment-moreCommentButton {
    font-weight: 700
}

html[data-theme=dark] .NestCoomment-moreCommentButton {
    border-bottom: 1px solid #2e2e2e
}

.NestComment-nextSiblings--noBorder+.NestComment .CommentItemV2:after,
.NestComment-nextSiblings--noBorder+.NestComment:after {
    content: none
}

.Comments-container {
    height: 100%
}

.CommentsV2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.CommentsV2--hidden {
    display: none
}

.Comments-titleLink a,
html[data-theme=dark] .Comments-titleLink a {
    color: #175199
}

.Comments-titleLink a:hover,
html[data-theme=dark] .Comments-titleLink a:hover {
    border-bottom: 1px solid #175199
}

.CommentListV2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    overflow-x: hidden;
    overflow-y: auto
}

.CommentListV2-divider {
    position: relative;
    margin: 0 20px;
    font-size: 14px;
    color: #8590a6;
    text-align: center
}

html[data-theme=dark] .CommentListV2-divider {
    color: #606a80
}

.CommentListV2-divider:first-child {
    margin-top: 16px
}

.CommentListV2-dividerLine {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    margin: auto;
    border-top: 1px solid #f6f6f6
}

html[data-theme=dark] .CommentListV2-dividerLine {
    border-top: 1px solid #2e2e2e
}

.CommentListV2-dividerText {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 1em;
    background-color: #fff
}

html[data-theme=dark] .CommentListV2-dividerText {
    background-color: #1a1a1a
}

.CommentListV2-dividerText .CommentListV2-questionMark {
    margin-left: 8px
}

.CommentsV2-footer {
    padding: 12px 20px;
    background: #fff;
    border-top: 1px solid #ebebeb
}

html[data-theme=dark] .CommentsV2-footer {
    background: #1a1a1a;
    border-top: 1px solid #444
}

.CommentsV2-disabledText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 12px;
    color: #8590a6;
    background-color: #f6f6f6;
    border-top: 1px solid #f6f6f6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

html[data-theme=dark] .CommentsV2-disabledText {
    color: #606a80;
    background-color: #2e2e2e;
    border-top: 1px solid #2e2e2e
}

.CommentsV2-disabledText--fixed {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #fff
}

html[data-theme=dark] .CommentsV2-disabledText--fixed {
    background: #1a1a1a
}

.CommentsV2-disabledText--fixed .CommentsV2-disabledReason {
    padding-top: 8px;
    padding-bottom: 8px;
    background: #f6f6f6;
    width: 100%;
    text-align: center;
    border-radius: 3px
}

html[data-theme=dark] .CommentsV2-disabledText--fixed .CommentsV2-disabledReason {
    background: #2e2e2e
}

.CommentListV2-action {
    position: relative;
    padding: 16px 0;
    text-align: center
}

.CommentListV2-action:after {
    position: absolute;
    top: 0;
    display: block;
    width: calc(100% - 48px);
    border-bottom: 1px solid #f6f6f6;
    content: ""
}

html[data-theme=dark] .CommentListV2-action:after {
    border-bottom: 1px solid #2e2e2e
}

.CommentListV2-action a,
html[data-theme=dark] .CommentListV2-action a {
    color: #175199
}

.CommentListV2-action a:hover,
html[data-theme=dark] .CommentListV2-action a:hover {
    border-bottom: 1px solid #175199
}

.CommentsV2-withPagination {
    border: 1px solid #ebebeb;
    -webkit-box-shadow: 0 1px 3px rgba(26, 26, 26, .1);
    box-shadow: 0 1px 3px rgba(26, 26, 26, .1);
    background: #fff;
    margin-top: 12px;
    overflow: visible;
    border-radius: 4px
}

html[data-theme=dark] .CommentsV2-withPagination {
    border: 1px solid #444;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    background: #1a1a1a
}

.CommentsV2-withPagination .CommentListV2 {
    overflow-y: visible
}

.CommentsV2-pagination {
    border-top: 1px solid #ebebeb
}

html[data-theme=dark] .CommentsV2-pagination {
    border-top: 1px solid #444
}

.CommentsV2-empty {
    padding: 60px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto
}

.CommentListV2-expendCollapseButton {
    color: #8590a6;
    cursor: pointer
}

html[data-theme=dark] .CommentListV2-expendCollapseButton {
    color: #606a80
}

.CommentListV2-expendCollapseButton:hover,
html[data-theme=dark] .CommentListV2-expendCollapseButton:hover {
    color: grey
}

.CommentItemV2 {
    outline: none
}

.CommentsV2-replyNum {
    padding: 12px 0 10px;
    margin: 0 20px;
    border-bottom: 1px solid #f6f6f6;
    font-weight: 500
}

html[data-theme=dark] .CommentsV2-replyNum {
    border-bottom: 1px solid #2e2e2e
}

.CommentsV2-openComment-divider {
    height: 10px;
    background-color: #f6f6f6
}

html[data-theme=dark] .CommentsV2-openComment-divider {
    background-color: #2e2e2e
}

.CommentListV2-header-divider {
    padding: 10px 20px;
    font-size: 14px;
    color: grey;
    background-color: #f6f6f6;
    font-weight: 600;
    font-synthesis: style
}

html[data-theme=dark] .CommentListV2-header-divider {
    color: grey;
    background-color: #2e2e2e
}

html[data-ios] .CommentListV2-header-divider {
    font-weight: 500
}

html[data-android] .CommentListV2-header-divider {
    font-weight: 700
}

.ReportInfringement--mobile {
    margin-top: 0;
    padding: 20px
}

.ReportInfringement-subtitle {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #8590a6
}

html[data-theme=dark] .ReportInfringement-subtitle {
    color: #606a80
}

.ReportInfringement-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.ReportInfringement-item:nth-child(2) {
    padding-top: 10px;
    margin-bottom: 17px;
    border-top: 1px solid #f6f6f6
}

html[data-theme=dark] .ReportInfringement-item:nth-child(2) {
    border-top: 1px solid #2e2e2e
}

.ReportInfringement-link {
    color: #0084ff
}

html[data-theme=dark] .ReportInfringement-link {
    color: #3a76d0
}

.ReportInfringement-image {
    display: block;
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
    height: 80px;
    margin-right: 16px
}

.ReportInfringement-item {
    padding: 0 8px 0 10px;
    margin-bottom: 10px
}

.ReportInfringement-itemTitle {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #1a1a1a;
    font-weight: 600;
    font-synthesis: style
}

html[data-theme=dark] .ReportInfringement-itemTitle {
    color: #999
}

html[data-ios] .ReportInfringement-itemTitle {
    font-weight: 500
}

html[data-android] .ReportInfringement-itemTitle {
    font-weight: 700
}

.ReportInfringement-itemDescription {
    font-size: 12px;
    line-height: 20px;
    color: #444
}

html[data-theme=dark] .ReportInfringement-itemDescription {
    color: grey
}

.ReportInfringement-arrow {
    -ms-flex-preferred-size: 24px;
    flex-basis: 24px;
    height: 24px;
    min-width: 24px;
    margin-left: 16px
}

.ReportOrgContent {
    width: 352px;
    height: 48px;
    margin-top: 1em;
    font-size: 14px;
    line-height: 24px;
    color: #646464
}

html[data-theme=dark] .ReportOrgContent {
    color: #999
}

.ReportOrgContent-highlight,
html[data-theme=dark] .ReportOrgContent-highlight {
    color: #ff9607
}

.ReportInfringementMobile {
    padding: 20px
}

.ReportInfringementMobile-button {
    display: block;
    width: 100%
}

.ReportInfringementMobile-text {
    font-size: 15px;
    line-height: 1.7;
    color: #1a1a1a
}

html[data-theme=dark] .ReportInfringementMobile-text {
    color: #999
}

.ReportInfringementMobile-text+.ReportInfringementMobile-text {
    margin-top: 1em
}

.ReportInfringementMobile-img {
    margin-top: 1em;
    margin-bottom: 5em;
    display: block;
    width: 100%
}

.ReportInfringementMobile-link {
    color: #0084ff
}

html[data-theme=dark] .ReportInfringementMobile-link {
    color: #3a76d0
}

.ReportInfringementMobile-bold {
    font-weight: 600;
    font-synthesis: style
}

html[data-ios] .ReportInfringementMobile-bold {
    font-weight: 500
}

html[data-android] .ReportInfringementMobile-bold {
    font-weight: 700
}

.ReportDeclare-description {
    font-size: 14px;
    line-height: 24px;
    color: #1a1a1a
}

html[data-theme=dark] .ReportDeclare-description {
    color: #999
}

.ReportDeclare-description a {
    color: #0084ff
}

html[data-theme=dark] .ReportDeclare-description a {
    color: #3a76d0
}

.ReportDeclare-mobileButton {
    display: block;
    width: 100%
}

.ReportDeclare-mobileText {
    font-size: 15px;
    line-height: 1.7;
    color: #1a1a1a
}

html[data-theme=dark] .ReportDeclare-mobileText {
    color: #999
}

.ReportDeclare-mobileText+.ReportDeclare-mobileText {
    margin-top: 1em
}

.ReportDeclare-mobileImg {
    margin-top: 1em;
    margin-bottom: 5em;
    display: block;
    width: 100%
}

.ReportTrespass-description {
    font-size: 14px;
    line-height: 24px;
    color: #1a1a1a
}

html[data-theme=dark] .ReportTrespass-description {
    color: #999
}

.ReportTrespass-description a {
    color: #0084ff
}

html[data-theme=dark] .ReportTrespass-description a {
    color: #3a76d0
}

.ReportOption-check {
    font-size: 14px;
    color: #8590a6
}

html[data-theme=dark] .ReportOption-check {
    color: #606a80
}

.ReportOption-check input {
    margin-right: 8px
}

.ReportOption-desc {
    font-size: 14px;
    color: #999
}

html[data-theme=dark] .ReportOption-desc {
    color: #646464
}

.ReportMenu-inner {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.75
}

.ReportMenu-mobile .ReportMenu-inner:not(.ReportMenu-options) {
    padding-top: 18px
}

.ReportMenu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 0;
    text-align: left;
    cursor: pointer;
    border-bottom: 1px solid #f6f6f6;
    outline: none
}

html[data-theme=dark] .ReportMenu-item {
    border-bottom: 1px solid #2e2e2e
}

.ReportMenu-itemValue {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.ReportMenu-itemCheck {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0
}

.ReportMenu-itemCheck:checked+.ReportMenu-itemCheckIcon {
    opacity: 1
}

.ReportMenu-itemCheckIcon {
    fill: #0084ff;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

html[data-theme=dark] .ReportMenu-itemCheckIcon {
    fill: #3a76d0
}

.ReportMenu-paragraph {
    white-space: pre-wrap;
    list-style: none
}

.ReportMenu-paragraph--light {
    margin-top: 1em;
    color: #8590a6
}

html[data-theme=dark] .ReportMenu-paragraph--light {
    color: #606a80
}

.ReportMenu-textarea {
    width: 100%
}

.ReportMenu-link,
html[data-theme=dark] .ReportMenu-link {
    color: #175199
}

.ReportMenu-link--light,
.ReportMenu-link:hover {
    text-decoration: underline
}

.ReportMenu-errorText {
    width: 100%;
    margin-top: 16px;
    color: #f1403c;
    font-size: 15px;
    text-align: right
}

html[data-theme=dark] .ReportMenu-errorText {
    color: #b7302d
}

.Favlists-items {
    max-height: 335px;
    min-height: 140px;
    margin-bottom: 40px;
    overflow-x: hidden;
    overflow-y: auto
}

.Favlists-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #ebebeb
}

html[data-theme=dark] .Favlists-item {
    border-bottom: 1px solid #444
}

.Favlists-itemInner {
    overflow: hidden;
    margin-right: 20px
}

.Favlists-itemName {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    text-overflow: ellipsis
}

.Favlists-itemNameText {
    overflow: hidden;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap
}

.Favlists-itemIcon {
    margin-left: 6px
}

.Favlists-itemIcon .Zi {
    fill: #8590a6;
    vertical-align: baseline
}

html[data-theme=dark] .Favlists-itemIcon .Zi {
    fill: #606a80
}

.Favlists-itemContent {
    font-size: 14px;
    color: #8590a6;
    margin-top: 4px
}

html[data-theme=dark] .Favlists-itemContent {
    color: #606a80
}

.Favlists-updateButton {
    padding-left: 0;
    padding-right: 0;
    width: 76px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.Favlists-actions {
    padding: 16px 20px
}

.Favlists-actions,
.Favlists-mobileActions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.Favlists-mobileActions {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: calc(16px - 4) 20px;
    border-top: 1px solid #ebebeb;
    background: #fff
}

html[data-theme=dark] .Favlists-mobileActions {
    border-top: 1px solid #444;
    background: #1a1a1a
}

.Favlists-mobileActions .Favlists-addButton:last-child:first-child {
    width: 100%
}

.Favlists-mobileActions .Button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.Favlists-mobileActions .Button:first-child:not(:last-child) {
    margin-right: 8px
}

.Favlist-empty {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.Favlist-emptyContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.Favlist-emptyTip {
    margin-top: 30px;
    font-size: 15px;
    color: #8590a6
}

html[data-theme=dark] .Favlist-emptyTip {
    color: #606a80
}

.Favlists-addButton {
    width: 220px
}

.Favlists-addItem {
    margin-bottom: 8px
}

.Favlists-descritionInput,
.Favlists-titleInput {
    width: 100%;
    height: auto;
    padding: 8px 12px
}

.Favlists-privacyOption {
    display: block;
    margin-bottom: 6px;
    overflow: auto;
    font-size: 14px
}

.Favlists-privacyOptionTips {
    margin-left: 4px;
    color: #8590a6
}

html[data-theme=dark] .Favlists-privacyOptionTips {
    color: #606a80
}

.Favlists-privacyOptionRadio {
    display: inline-block;
    width: 14px;
    height: 14px;
    padding: 2px;
    margin: 0 4px 0 0;
    vertical-align: middle;
    border: 2px solid #ebebeb;
    border-radius: 50%;
    -webkit-transition: background-color, border-color .3s;
    transition: background-color, border-color .3s;
    background-clip: content-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

html[data-theme=dark] .Favlists-privacyOptionRadio {
    border: 2px solid #444
}

.Favlists-privacyOptionRadio:checked {
    background-color: #0084ff;
    border-color: #0084ff
}

html[data-theme=dark] .Favlists-privacyOptionRadio:checked {
    background-color: #3a76d0;
    border-color: #3a76d0
}

.Favlists-privacyOptionRadio:focus {
    outline: none
}

.Favlists-inputTips {
    padding-top: 8px;
    text-align: right
}

.Favlists-favButton {
    width: 72px
}

.TPass {
    display: inline-block;
    border-color: #bfbfbf
}

html[data-theme=dark] .TPass {
    border-color: grey
}

.TPass-wrapper {
    display: block;
    position: relative;
    font-size: 14px;
    color: #646464;
    border-color: inherit
}

html[data-theme=dark] .TPass-wrapper {
    color: #999
}

.TPass-input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 1px;
    margin-left: 1px;
    padding: 0;
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 4px;
    line-height: 50px;
    text-align: center;
    color: currentColor;
    -webkit-transition: opacity .1s;
    transition: opacity .1s
}

.TPass-input::-webkit-inner-spin-button,
.TPass-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none
}

.TPass-input:focus {
    opacity: 1
}

.TPassBoxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 352px;
    line-height: 1;
    vertical-align: top;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.TPassBox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid;
    border-color: inherit;
    line-height: 50px;
    text-align: center;
    vertical-align: top
}

.TPassBox-mask:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: currentColor;
    color: grey
}

html[data-theme=dark] .TPassBox-mask:before {
    color: grey
}

.TPassBox,
.TPassBoxes {
    -webkit-transition: border-color .1s;
    transition: border-color .1s
}

.Spinner {
    contain: strict;
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 24px;
    line-height: 24px
}

.Spinner-loading {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    border-radius: 100px;
    border: 4px solid #f1403c;
    border-top-color: transparent;
    -webkit-animation: rotate .8s linear infinite;
    animation: rotate .8s linear infinite
}

html[data-theme=dark] .Spinner-loading {
    border: 4px solid #b7302d
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.Payment {
    font-size: 14px;
    text-align: center;
    color: #646464;
    margin-top: 16px
}

html[data-theme=dark] .Payment {
    color: #999
}

.Payment-placeholder {
    height: 20px;
    padding: 70px;
    text-align: center
}

.Payment-placehoder--empty {
    margin-bottom: -16px
}

.PaymentsList {
    text-align: left;
    margin: 0 -16px -16px;
    line-height: 50px
}

.PaymentsList .Popover {
    position: absolute;
    right: 26px
}

.Payment-Popover {
    border: none;
    padding-left: 4px;
    padding-right: 0
}

.Payment-Bottomline,
.Payment-Topline {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    color: #ebebeb;
    background: currentColor;
    width: 353px;
    margin-left: 23px
}

html[data-theme=dark] .Payment-Bottomline,
html[data-theme=dark] .Payment-Topline {
    color: #444
}

.PaymentWay {
    font-size: 14px;
    color: #999;
    margin-left: 23px;
    margin-right: 118px
}

html[data-theme=dark] .PaymentWay {
    color: #646464
}

.Payment-select-list,
.Popover-targetContainer-verification {
    width: auto;
    min-width: 187px
}

.PaymentItem svg {
    margin-right: 4px
}

.PaymentItem:hover {
    background: #f6f6f6
}

html[data-theme=dark] .PaymentItem:hover {
    background: #2e2e2e
}

.PaymentItem .icon {
    vertical-align: -4px;
    margin-right: 6px
}

.PaymentItem--disabled {
    color: #999;
    pointer-events: none
}

html[data-theme=dark] .PaymentItem--disabled {
    color: #646464
}

.Payment-balancePay,
.Payment-wechatPay {
    line-height: 40px;
    padding-top: 20px;
    padding-bottom: 8px
}

.Payment-balancePay .icon,
.Payment-wechatPay .icon {
    margin-right: 6px
}

.Payment-balancePayTitle,
.Payment-wechatPayTitle {
    font-size: 24px;
    color: #444;
    line-height: 33px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

html[data-theme=dark] .Payment-balancePayTitle,
html[data-theme=dark] .Payment-wechatPayTitle {
    color: grey
}

.PaymentIconWechat {
    color: #999
}

html[data-theme=dark] .PaymentIconWechat {
    color: #646464
}

.PaymentIconWallet {
    color: #0084ff
}

html[data-theme=dark] .PaymentIconWallet {
    color: #3a76d0
}

.PaymentItem--disabled .PaymentIconWallet {
    color: #999
}

html[data-theme=dark] .PaymentItem--disabled .PaymentIconWallet {
    color: #646464
}

.Payment-CheckedButton {
    display: block;
    margin: 19px 24px 0 22px;
    height: 44px;
    width: 353px;
    border-radius: 4px;
    background: #0084ff;
    border: 1px solid #0084ff;
    color: #fff;
    font-size: 16px
}

html[data-theme=dark] .Payment-CheckedButton {
    background: #3a76d0;
    border: 1px solid #3a76d0;
    color: #1a1a1a
}

.Payment-CheckedButton:hover {
    background-color: #0084ff
}

html[data-theme=dark] .Payment-CheckedButton:hover {
    background-color: #3a76d0
}

@media (max-width:690px) {
    .Payment-CheckedButton {
        width: 295px;
        margin-bottom: 20px
    }
}

.Payment-balancePaySms {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative
}

.Payment-balancePaySmsText,
.Payment-sms {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 1;
    flex: 100% 1
}

.Payment-sendSms {
    position: absolute;
    right: 0;
    top: 44px;
    border: none;
    line-height: 33px;
    color: currentColor;
    background: none
}

.Payment-sendSms:hover {
    text-decoration: underline;
    cursor: pointer
}

.Payment-sendSms[disabled] {
    color: #999;
    cursor: not-allowed
}

html[data-theme=dark] .Payment-sendSms[disabled] {
    color: #646464
}

.Payment-qrPlaceholder,
.Payment-qrWrapper {
    margin: 0 auto;
    width: 115px;
    height: 115px;
    color: #999
}

html[data-theme=dark] .Payment-qrPlaceholder,
html[data-theme=dark] .Payment-qrWrapper {
    color: #646464
}

.Payment-qrPlaceholder i,
.Payment-qrWrapper i {
    margin: 20px
}

.Payment-qrPlaceholder img,
.Payment-qrWrapper img {
    width: 115px;
    height: 115px
}

.Payment-qrPlaceholder {
    padding-top: 30px
}

.Payment-qrPlaceholder img {
    position: absolute;
    bottom: 0;
    opacity: .01
}

.Payment-balancePayFooter {
    padding: 20px 0 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.Payment-balancePayConfirmBtn {
    width: 60px;
    padding: 0
}

.Payment-balancePayForget {
    font-size: 13px;
    line-height: 24px;
    color: #8590a6;
    margin-top: 20px
}

html[data-theme=dark] .Payment-balancePayForget {
    color: #606a80
}

.Payment-errorTip {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    color: #f1403c;
    text-align: center;
    line-height: 36px
}

html[data-theme=dark] .Payment-errorTip {
    color: #b7302d
}

.Payment-errorInput {
    border-color: #f1403c
}

html[data-theme=dark] .Payment-errorInput {
    border-color: #b7302d
}

.Payment-errorInput .TPass-wrapper {
    color: #f1403c
}

html[data-theme=dark] .Payment-errorInput .TPass-wrapper {
    color: #b7302d
}

.Payment-errorInput input {
    outline-color: #f1403c
}

html[data-theme=dark] .Payment-errorInput input {
    outline-color: #b7302d
}

.Payment-tpass {
    position: relative;
    margin-top: 41px
}

.Payment-tpass .TPass-wrapper {
    color: #bfbfbf
}

html[data-theme=dark] .Payment-tpass .TPass-wrapper {
    color: grey
}

.Payment-progressing .TPass-wrapper {
    visibility: hidden
}

.Payment-balancePaySpinner {
    margin-top: -24px;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px)
}

.Payment-email {
    color: #0084ff
}

html[data-theme=dark] .Payment-email {
    color: #3a76d0
}

.Payment-description {
    font-size: 14px;
    color: #8590a6;
    line-height: 24px;
    margin-top: 2px
}

html[data-theme=dark] .Payment-description {
    color: #606a80
}

.Reward-TipjarDialogModal {
    width: 400px
}

.Reward-TipjarDialog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.Reward-TipjarDialog-user {
    font-size: 18px;
    color: #444;
    font-weight: 600;
    font-synthesis: style;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 16px 0 0
}

html[data-theme=dark] .Reward-TipjarDialog-user {
    color: grey
}

html[data-ios] .Reward-TipjarDialog-user {
    font-weight: 500
}

html[data-android] .Reward-TipjarDialog-user {
    font-weight: 700
}

.Reward-TipjarDialog-user .Reward-UserAvatar {
    margin-right: 16px;
    display: inline-block;
    vertical-align: middle
}

.Reward-TipjarDialog-user .Reward-UserAvatar img {
    display: block;
    border-radius: 2px
}

.Reward-Avatar {
    width: 36px;
    height: 36px
}

.Reward-TipjarDialog-tagLine {
    height: 30px;
    font-size: 14px;
    margin-top: 20px;
    line-height: 30px;
    background: #f6f6f6;
    border-radius: 4px;
    padding: 5px 10px;
    color: #444;
    margin-bottom: 20px;
    position: relative
}

html[data-theme=dark] .Reward-TipjarDialog-tagLine {
    background: #2e2e2e;
    color: grey
}

.Reward-TipjarDialog-selectAmount {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.Reward-TipjarDialog-amountList,
.Reward-TipjarDialog-selectAmount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.Reward-TipjarDialog-amountList {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.Reward-TipjarDialog-amountList .Button {
    width: 28%;
    margin: 0 0 24px;
    font-size: 14px
}

.Reward-TipjarDialog-amountList .Button--red {
    border-color: #f1403c;
    color: #f1403c
}

html[data-theme=dark] .Reward-TipjarDialog-amountList .Button--red {
    border-color: #b7302d;
    color: #b7302d
}

.Reward-TipjarDialog-amountList .Reward-Button-checked {
    background: #f1403c;
    color: #fff
}

html[data-theme=dark] .Reward-TipjarDialog-amountList .Reward-Button-checked {
    background: #b7302d;
    color: #1a1a1a
}

.Reward-TipjarDialog-amountList .Reward-Button-checked.Button--red:hover:not(:disabled) {
    background-color: #f1403c
}

html[data-theme=dark] .Reward-TipjarDialog-amountList .Reward-Button-checked.Button--red:hover:not(:disabled) {
    background-color: #b7302d
}

.Reward-TipjarDialog-amountList b {
    margin-right: .2em;
    font-size: 16px
}

.Reward-TipjarDialog-amountCustom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 6px
}

.Reward-TipjarDialog-amountCustom,
.Reward-TipjarDialog-amountInput {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.Reward-TipjarDialog-amountInput {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.Reward-TipjarDialog-amountInput .Button {
    margin-left: 21px;
    height: 34px;
    width: 68px;
    line-height: 34px;
    margin-top: 1px
}

.Reward-TipjarDialog-amountInput .SimpleInput {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    min-height: 0;
    outline: none;
    padding: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 2px;
    border: 1px solid #d3d3d3;
    -webkit-box-shadow: 0 1px 2px 0 hsla(0, 0%, 100%, .12);
    box-shadow: 0 1px 2px 0 hsla(0, 0%, 100%, .12);
    border-radius: 3px;
    width: 261px;
    height: 36px
}

html[data-theme=dark] .Reward-TipjarDialog-amountInput .SimpleInput {
    border: 1px solid #2e2e2e;
    -webkit-box-shadow: 0 1px 2px 0 rgba(26, 26, 26, .12);
    box-shadow: 0 1px 2px 0 rgba(26, 26, 26, .12)
}

.Reward-TipjarDialog-amountInput .SimpleInput::-webkit-input-placeholder {
    color: #8590a6
}

.Reward-TipjarDialog-amountInput .SimpleInput:-ms-input-placeholder {
    color: #8590a6
}

.Reward-TipjarDialog-amountInput .SimpleInput::-ms-input-placeholder {
    color: #8590a6
}

.Reward-TipjarDialog-amountInput .SimpleInput::placeholder {
    color: #8590a6
}

html[data-theme=dark] .Reward-TipjarDialog-amountInput .SimpleInput::-webkit-input-placeholder {
    color: #606a80
}

html[data-theme=dark] .Reward-TipjarDialog-amountInput .SimpleInput:-ms-input-placeholder {
    color: #606a80
}

html[data-theme=dark] .Reward-TipjarDialog-amountInput .SimpleInput::-ms-input-placeholder {
    color: #606a80
}

html[data-theme=dark] .Reward-TipjarDialog-amountInput .SimpleInput::placeholder {
    color: #606a80
}

.TipjarDialog-customButton {
    display: block;
    margin: 0 auto;
    color: #f1403c
}

html[data-theme=dark] .TipjarDialog-customButton {
    color: #b7302d
}

.TipjarDialog-customButton-cheked {
    background: #f1403c;
    border: 1px solid #f1403c;
    border-radius: 3px;
    width: 140px;
    height: 34px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    display: block
}

html[data-theme=dark] .TipjarDialog-customButton-cheked {
    background: #b7302d;
    border: 1px solid #b7302d;
    color: #1a1a1a
}

.TipjarDialog-customButton-cheked:hover {
    background-color: #f1403c
}

html[data-theme=dark] .TipjarDialog-customButton-cheked:hover {
    background-color: #b7302d
}

.Reward-TipjarDialog-error {
    color: #f1403c;
    margin-top: 6px;
    display: none;
    -webkit-box-flex: 100%;
    -ms-flex: 100% 1;
    flex: 100% 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

html[data-theme=dark] .Reward-TipjarDialog-error {
    color: #b7302d
}

@media (max-width:690px) {
    .Reward-TipjarDialogModal {
        width: 90%
    }
    .Reward-TipjarDialog-amountList .Button {
        height: 40px;
        width: 87px
    }
    .Reward-TipjarDialog-amountList b {
        margin-right: 0
    }
}

body.scroll-locked .Popover-content {
    position: fixed
}