.OpenInApp.is-higher {
    -webkit-transform: translate(-50%,-60px);
    transform: translate(-50%,-60px)
}

.OpenInApp.is-hide {
    -webkit-transform: translate(-50%,100%);
    transform: translate(-50%,100%)
}

.FollowButton {
    min-width: 96px
}

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

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

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

.AuthorInfo-avatar {
    vertical-align: top
}

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

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

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

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

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

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

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

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

.AuthorInfo-detail {
    overflow: hidden
}

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

.AuthorInfo-Widget img {
    width: 80px
}

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

.LabelContainer-loading {
    height: 30px;
    margin: 16px 0
}

.LabelContainer-wrapper {
    margin: 16px 0
}

.LabelContainer-wrapper:empty {
    margin: 0
}

.LabelContainer-wrapper .LabelContainer {
    margin-bottom: -8px;
    padding: 0
}

.LabelContainer-placeholder {
    height: 30px
}

.ModalLoading-background {
    background-color: rgba(26,26,26,.4);
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 101
}

.ModalLoading-content {
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 102
}

.ModalLoading-modalShow {
    bottom: 0;
    display: block;
    left: 0
}

.ModalExp-background {
    background-color: rgba(26,26,26,.4);
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 3
}

.ModalExp-content {
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    bottom: -60vh;
    height: 60vh;
    left: 0;
    overflow: scroll;
    position: fixed;
    -webkit-transition: bottom .2s cubic-bezier(.4,0,.2,1);
    transition: bottom .2s cubic-bezier(.4,0,.2,1);
    z-index: 4
}

.ModalExp-closeIcon {
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 102
}

.ModalExp-modalShow {
    bottom: 0
}

.ModalWrap-body {
    overflow: hidden!important
}

.ModalWrap .ModalExp-content {
    border-radius: 20px 20px 0 0;
    height: 200px;
    width: 100%;
    z-index: 102
}

.ModalWrap .ModalExp-background {
    z-index: 101
}

.ModalWrap-content {
    padding: 15px 20px
}

.ModalWrap-title {
    color: #191b1f;
    font-size: 14px
}

.ModalWrap-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 43px;
    padding: 16px 0
}

.ModalWrap-item:last-child {
    position: relative
}

.ModalWrap-item:last-child:before {
    border-top: 1px solid #c4c7ce;
    bottom: -50%;
    content: " ";
    display: block;
    left: -50%;
    pointer-events: none;
    position: absolute;
    right: -50%;
    top: -50%;
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.ModalWrap-item:last-child .ModalWrap-itemBtn {
    --v470502664: var(--flag-light,hsla(210,5%,93%,.7)) var(--flag-dark,rgba(40,43,48,.7));
    background-color: hsla(210,5%,93%,.7);
    color: #535861;
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .ModalWrap-item:last-child .ModalWrap-itemBtn {
        background-color:oklch(from var(--GBK09A) l c h/.7)
    }
}

.ModalWrap-itemBtn {
    background-color: #1772f6;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    margin-left: auto;
    text-align: center;
    width: 90px
}

.ModalWrap-itemTitle {
    color: #191b1f;
    font-size: 18px;
    font-weight: 600;
}

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

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

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

.Reviewing {
    background-color: #f8f8fa;
    border-radius: 6px;
    color: #373a40;
    font-size: 14px;
    line-height: 20px;
    margin: 16px auto;
    max-width: 688px;
    padding: 16px
}

.Reviewing-top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 21px
}

.Reviewing-tip {
    font-size: 15px;
    font-weight: 600;
    line-height: 21px;
    margin-left: 4px
}

.Reviewing-text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px
}

.MoreVideoContent-Modal-backdropClassName {
    background-color: transparent
}

.UserFollowCard-container .UserFollowCard-Mobile_follow_button_wrap {
    border: none;
    display: inline-block;
    line-height: 15px;
    min-width: auto;
    padding: 0
}

.UserFollowCard-container .UserFollowCard-Mobile_follow_button_wrap .FollowButton-icon {
    display: none
}

.UserFollowCard-container .UserFollowCard-Mobile_follow_button_wrap.Button--grey,.UserFollowCard-container .UserFollowCard-Mobile_follow_button_wrap.Button--grey:hover {
    background-color: transparent;
    color: #9196a1;
}

.UserFollowCard-container .UserFollowCard-Mobile_follow_button_wrap.Button--blue {
    background-color: transparent
}

.ZVideo-union-author .Avatar {
    border-radius: 50%;
    display: block;
    height: 38px;
    width: 38px
}

.ZVideoTag {
    -webkit-box-align: center;
    -ms-flex-align: center;
    --v3840355414: var(--flag-light,hsla(221,8%,60%,.08)) var(--flag-dark,hsla(221,8%,60%,.08));
    -ms-flex-negative: 0;
    align-items: center;
    background: hsla(221,8%,60%,.08);
    border-radius: 14px;
    color: #81858f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 28px;
    margin-right: 12px;
    max-width: 20em;
    overflow: hidden;
    padding: 0 14px;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

.ZVideoTag:last-child {
    margin-right: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ContentItem-rightButton {
    margin-left: auto
}

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

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

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

.ContentItem-more .Icon {
    fill: currentColor
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.VoteButton {
    --v2826452827: var(--flag-light,rgba(23,114,246,.1)) var(--flag-dark,rgba(85,142,255,.1));
    background: rgba(23,114,246,.1);
    border-color: transparent;
    color: #1772f6;
    padding: 0 10px
}

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

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

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

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

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

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

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

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

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

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

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

.Calendar--showtime {
    width: 380px
}

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

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

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

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

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

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

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

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

.Calendar-topToolButton button {
    height: 24px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.PaymentTypeSetting-columnSettingField {
    padding: 11px 0
}

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

.PaymentTypeSetting-labelName {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #373a40;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    margin-right: 3px;
    width: 110px
}

.PaymentTypeSetting-radioContainer,.PaymentTypeSetting-radioLabel {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.PaymentTypeSetting-radioLabel {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #8491a5;
    font-size: 14px;
    margin: 0 20px 0 0;
    min-width: 0
}

.PaymentTypeSetting-radioLabel>label {
    margin-right: 8px
}

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

.PaymentTypeSetting-singlePurchaseContainer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 8px
}

.PaymentTypeSetting-singlePurchaseInput {
    margin: 0 4px
}

.PaymentTypeSetting-videoUploadForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 28px
}

.PaymentTypeSetting-videoUploadForm .PaymentTypeSetting-labelName {
    -webkit-box-flex: 0;
    color: #191b1f;
    -ms-flex: 0 0 105px;
    flex: 0 0 105px;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    margin: 0;
    padding: 0
}

.PaymentTypeSetting-videoUploadForm .PaymentTypeSetting-labelName:after {
    color: #d95350;
    content: "*";
    margin-left: 4px
}

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

.DateTimePicker-selectList.Select-list {
    max-height: 226px
}

.DateTimePicker button,.DateTimePicker-label {
    margin-right: .6em
}

.VideoUploadForm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 30px
}

.VideoUploadForm-content {
    -webkit-box-flex: 1;
    -webkit-box-sizing: "border-box";
    box-sizing: "border-box";
    -ms-flex: auto;
    flex: auto;
    overflow: auto;
    padding-top: 10px
}

.VideoUploadForm-content::-webkit-scrollbar {
    display: none
}

.VideoUploadForm-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 28px;
    position: relative;
    width: 640px
}

.VideoUploadForm-itemTitle {
    -webkit-box-flex: 0;
    color: #191b1f;
    -ms-flex: 0 0 105px;
    flex: 0 0 105px;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px
}

.VideoUploadForm-itemTitle--required:after {
    color: #d95350;
    content: " *"
}

.VideoUploadForm-itemTitle--top,.VideoUploadForm-itemTitle--topBelow,.VideoUploadForm-itemTitle--topic {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.VideoUploadForm-itemTitle--topic {
    margin-top: 4px
}

.VideoUploadForm-itemTitle--topBelow {
    margin-top: 8px
}

.VideoUploadForm-itemError {
    color: #d95350;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 42px
}

.VideoUploadForm-itemError--multiline {
    top: 138px
}

.VideoUploadForm-itemLimit {
    color: #8491a5;
    font-size: 12px;
    margin-left: 12px
}

.VideoUploadForm-itemLimit--multiline {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 18px;
    justify-content: flex-end;
    margin-top: 6px;
    width: 100%
}

.VideoUploadForm-input {
    width: 100%
}

.VideoUploadForm-input.VideoUploadForm-input--multiline {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.VideoUploadForm-select {
    margin-right: 16px
}

.VideoUploadForm-select button {
    color: #373a40;
}

.VideoUploadForm-select button .Zi {
    color: #8491a5;
}

.VideoUploadForm-selectList.Select-list {
    max-height: 260px;
    overflow-y: auto
}

.VideoUploadForm-selectList.Select-list .Select-option {
    color: #373a40;
}

.VideoUploadForm-feature {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1772f6;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    margin-right: 16px
}

.VideoUploadForm-feature--disabled {
    cursor: not-allowed;
    opacity: .4
}

.VideoUploadForm-featureIcon {
    margin-right: 4px
}

.VideoUploadForm-radioContainer,.VideoUploadForm-typeContainer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.VideoUploadForm-radioContainer {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.VideoUploadForm-radioContainer--disabled {
    opacity: .3
}

.VideoUploadForm-radioLabel {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    line-height: 21px;
    margin-right: 32px
}

.VideoUploadForm-radio {
    margin-right: 8px
}

.VideoUploadForm-typeHint {
    color: #9196a1;
    font-size: 12px;
    line-height: 20px
}

.VideoUploadForm-imageContainer {
    border-radius: 3px;
    height: 140px;
    position: relative;
    width: 224px
}

.VideoUploadForm-image {
    background-color: #000;
    border-radius: 3px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.VideoUploadForm-uploadStatus {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f8f8fa;
    border-radius: 3px;
    color: #8491a5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px;
    height: 100%;
    justify-content: center
}

.VideoUploadForm-duration {
    bottom: 8px;
    color: #fff;
    font-size: 12px;
    left: 12px;
    line-height: 14px;
    position: absolute;
    z-index: 1
}

.VideoUploadForm-imageEditButton.Video-uploadPosterButton {
    background-color: rgba(0,0,0,.8);
    border-radius: 3px;
    bottom: 8px;
    color: #fff;
    cursor: pointer;
    height: 32px;
    padding: 0 12px;
    right: 8px;
    width: auto;
    z-index: 1
}

.VideoUploadForm-draftHint,.VideoUploadForm-imageEditButton.Video-uploadPosterButton {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    position: absolute
}

.VideoUploadForm-draftHint {
    bottom: 20px;
    color: #8491a5;
    font-weight: 500;
    height: 34px;
    right: 130px
}

.VideoUploadForm-draftHint .Zi {
    margin-right: 4px
}

.VideoUploadForm-buttonGroup {
    -webkit-box-flex: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #ebeced;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: none;
    flex: none;
    height: 50px;
    justify-content: center;
    margin-right: 30px;
    width: 100%
}

.VideoUploadForm-submitButton {
    margin-left: 12px
}

.VideoUploadForm-scheduledPublish {
    font-size: 15px;
    height: 34px
}

.VideoUploadForm-scheduledPublish--timePicker {
    color: #535861;
    margin-left: 20px
}

.VideoUploadForm-scheduledPublish--timePicker button {
    color: #373a40;
}

.VideoUploadForm-scheduledPublish--timePicker button .Zi {
    color: #8491a5;
}

.VideoUploadForm-scheduledPublish--tooltip {
    color: #535861;
    color: var(--GBK04A)
}

.ZVideoToolbar-videoFormModal {
    height: auto
}

.ZVideoToolbar-videoFormModal .Modal-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px
}

.ZVideoToolbar-videoFormModal .Modal-title {
    margin: 24px 0 0;
    text-align: left
}

.ZVideoToolbar-videoForm {
    border-top: none;
    margin-right: 4px;
    padding: 0 20px 24px
}

.ZVideoToolbar-menuContainer {
    z-index: 0
}

.ZVideoToolbar-menuItem {
    line-height: 40px
}

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

.CommentDeleteAndReport-extra {
    text-align: center
}

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

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

.ZVideo-videoMask {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(68,68,68,.9);
    border: none;
    color: #fff;
    color: var(--GBK99A);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
    font-weight: 600;
    font-weight: var(--zFontWeightBold);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.ZVideo-videoMaskTitle {
    margin: 58px 0 40px
}

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

.ZVideo-videoMaskBtn {
    background-color: #fff;
    background-color: var(--GBK99A);
    border-radius: 4px;
    color: #1772f6;
    color: var(--GBL01A);
    font-size: 13px;
    font-weight: 500;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 72px
}

.ZVideo-videoMaskBtn:last-child {
    background-color: #1772f6;
    background-color: var(--GBL01A);
    color: #fff;
    color: var(--GBK99A)
}

.ZVideo-videoMaskBtnLast {
    margin-left: 20px
}

.ZVideoContribute {
    position: relative
}

.ZVideoContribute:hover .ZVideoContribute-control-left,.ZVideoContribute:hover .ZVideoContribute-control-right {
    opacity: 1
}

.ZVideoContribute .ZVideoContribute-snap {
    background-color: #f8f8fa;
    background-color: var(--GBK10A);
    border-radius: 0 0 4px 4px;
    overflow-x: hidden;
    padding: 16px 16px 16px 0
}

.ZVideoContribute-snapItem {
    background-color: #fff;
    background-color: var(--GBK99A);
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    padding: 8px;
    width: 200px
}

.ZVideoContribute-snapItem-playing {
    display: none;
    margin-right: 4px;
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

.ZVideoContribute-snapItem-time {
    color: #9196a1;
    color: var(--GBK06A);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ZVideoContribute-snapItem-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #373a40;
    color: var(--GBK03A);
    display: -webkit-box;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ZVideoContribute-snapItem-active .ZVideoContribute-snapItem-time {
    color: #f77a31;
    color: var(--GYL01A);
    font-weight: 500
}

.ZVideoContribute-snapItem-active .ZVideoContribute-snapItem-title {
    font-weight: 500
}

.ZVideoContribute-snapItem-active .ZVideoContribute-snapItem-playing {
    display: block
}

.ZVideoContribute-control-left,.ZVideoContribute-control-right {
    --v3570901767: var(--flag-light,0 0 20px 0 rgba(25,27,31,.12)) var(--flag-dark,0 0 20px 0 hsla(0,0%,100%,.12));
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background-color: #fff;
    background-color: var(--GBK99A);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 20px 0 rgba(25,27,31,.12);
    box-shadow: 0 0 20px 0 rgba(25,27,31,.12);
    -webkit-box-shadow: var(--v3570901767);
    box-shadow: var(--v3570901767);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    justify-content: center;
    margin: 0 14px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    width: 48px
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .ZVideoContribute-control-left,.ZVideoContribute-control-right {
        -webkit-box-shadow:0 0 20px 0 oklch(from var(--GBK02A) l c h/.12);
        box-shadow: 0 0 20px 0 oklch(from var(--GBK02A) l c h/.12)
    }
}

.ZVideoContribute-control-left {
    left: 0
}

.ZVideoContribute-control-right {
    right: 0
}

.ZVideoContribute-control-icon {
    color: #d3d3d3
}

.ZVideo-video {
    position: relative
}

.ZVideo-video:before {
    content: "";
    display: block;
    padding-top: 56.25%
}

.ZVideo-player {
    border: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.ZVideo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 24px auto;
    max-width: 1000px;
    padding: 0 16px
}

.ZVideo-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #fff;
    background-color: var(--GBK99A);
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    max-width: var(--app-max-width);
    padding: 0
}

.ZVideo-body.Body--Mobile {
    background: #f4f6f9;
    background: var(--GBK10C)
}

.ZVideo-body {
    background-color: #fff;
    background-color: var(--GBK99A)
}

.ZVideo-mainColumn {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.ZVideo-author {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 16px 0
}

.ZVideo-author-mobile {
    margin: 16px
}

.ZVideo-authorAvatar {
    margin-right: 8px
}

.ZVideo-authorAvatar .Avatar {
    border-radius: 50%;
    display: block;
    height: 34px;
    width: 34px
}

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

.ZVideo-authorName {
    color: #191b1f;
    color: var(--GBK02A);
    font-size: 15px;
    font-weight: 600;
    font-weight: var(--zFontWeightBold)
}

.ZVideo-authorDescription,.ZVideo-authorName {
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ZVideo-authorDescription {
    color: #9196a1;
    color: var(--GBK06A);
    font-size: 13px;
    margin-top: 2px
}

.ZVideo-authorDescriptionText {
    display: inline;
    line-height: inherit
}

.ZVideo-authorFollowButton {
    margin-left: 8px
}

.ZVideo-reviewing {
    margin: 0 0 16px
}

.ZVideo-reviewing-mobile {
    margin: 0 16px 16px
}

.ZVideo-content {
    padding: 0 0 16px
}

.ZVideo-content-mobile {
    padding: 0 16px 16px
}

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

.ZVideo-title {
    -webkit-box-flex: 1;
    color: #191b1f;
    color: var(--GBK02A);
    -ms-flex: 1 1;
    flex: 1 1;
    font-size: 18px;
    font-weight: 600;
    font-weight: var(--zFontWeightBold);
    line-height: 25px;
    overflow: hidden
}

.ZVideo:not(.ZVideo--expanded) .ZVideo-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ZVideo-expander {
    margin-left: 8px
}

.ZVideo-expanderIcon {
    fill: #9196a1;
    fill: var(--GBK06A);
    display: block
}

.ZVideo-description {
    color: #373a40;
    color: var(--GBK03A);
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 12px;
    margin-top: 8px;
    white-space: pre-line
}

.ZVideo:not(.ZVideo--expanded) .ZVideo-description {
    display: none
}

.ZVideo-meta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #9196a1;
    color: var(--GBK06A);
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0;
    margin-top: 6px
}

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

.ZVideo-footer {
    margin-top: 12px
}

.ZVideo-toolbar {
    margin-bottom: 14px
}

.ZVideo-tags {
    border-bottom: 1px solid #f8f8fa;
    border-bottom: 1px solid var(--GBK10A);
    border-top: 1px solid #f8f8fa;
    border-top: 1px solid var(--GBK10A);
    overflow: auto
}

.ZVideo-tags,.ZVideo-tagsContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ZVideo-tagsContainer {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding: 16px 0;
    width: 0
}

.ZVideo-tagsContainer-mobile {
    padding: 16px
}

.ZVideo-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -8px;
    padding: 1px 0;
    white-space: pre
}

.ZVideo-linkText {
    color: #8491a5;
    color: var(--GBL05A)
}

.ZVideo-sideColumn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 20px
}

.ZVideo-sideColumn-mobile {
    margin-left: 0;
    max-width: 100%;
    padding: 16px 16px 0
}

.ZVideo-sideColumnWeb {
    width: 286px
}

.ZVideo-qyDetailIcon {
    margin-top: 1px
}

.CommentsForOia {
    padding-top: 28px
}

.CommentsForOia .CommentItemV2 {
    padding: 0
}

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

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

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

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

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

.ZVideoComment-container.Comments-container {
    height: auto
}

.ZVideo-CommentsForOiaWrap {
    margin: 0 16px
}

.ZVideoRecommendationItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -16px;
    padding: 12px 16px
}

.ZVideoRecommendationItem-thumbnail {
    border-radius: 6px;
    height: 70px;
    margin-right: 12px;
    position: relative;
    width: 112px
}

.ZVideoRecommendationItem-thumbnailImage {
    border-radius: inherit;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.ZVideoRecommendationItem-duration {
    bottom: 6px;
    color: hsla(0,0%,100%,.9);
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    right: 6px;
    text-shadow: 0 0 2px rgba(0,0,0,.4);
    z-index: 1
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .ZVideoRecommendationItem-duration {
        color:oklch(from var(--BK99) l c h/.9);
        text-shadow: 0 0 2px oklch(from var(--BK01) l c h/.4)
    }
}

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

.ZVideoRecommendationItem-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #191b1f;
    color: var(--GBK02A);
    display: -webkit-box;
    font-size: 15px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ZVideoRecommendationItem-meta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #9196a1;
    color: var(--GBK06A);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 16px;
    margin-top: auto
}

.ZVideoRecommendationItem-avatar {
    -webkit-box-flex: 0;
    border-radius: 50%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 16px;
    margin-right: 4px;
    width: 16px
}

.ZVideoRecommendationItem-avatarImage {
    border-radius: inherit;
    display: block;
    height: 100%;
    width: 100%
}

.ZVideoRecommendationItem-metaText {
    -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
}

.ZVideoRecommendationSkeleton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -16px;
    padding: 12px 16px
}

.ZVideoRecommendationSkeleton-thumbnail {
    background-color: #f8f8fa;
    background-color: var(--GBK10A);
    border-radius: 6px;
    height: 70px;
    margin-right: 12px;
    width: 112px
}

.ZVideoRecommendationSkeleton-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

.ZVideoRecommendationSkeleton-content,.ZVideoRecommendationSkeleton-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ZVideoRecommendationSkeleton-title {
    -ms-flex-direction: column;
    flex-direction: column
}

.ZVideoRecommendationSkeleton-title:after,.ZVideoRecommendationSkeleton-title:before {
    background-color: #f8f8fa;
    background-color: var(--GBK10A);
    content: "";
    height: 14px;
    margin: 4px 0
}

.ZVideoRecommendationSkeleton-title:after {
    width: 70px
}

.ZVideoRecommendationSkeleton-meta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto
}

.ZVideoRecommendationSkeleton-meta:after {
    background-color: #f8f8fa;
    background-color: var(--GBK10A);
    content: "";
    height: 12px;
    margin: 4px 0;
    width: 128px
}

.ZVideoRecommendationSkeleton-avatar {
    background-color: #f8f8fa;
    background-color: var(--GBK10A);
    border-radius: 50%;
    height: 16px;
    margin-right: 4px;
    width: 16px
}

.ZVideoRecommendations-empty {
    padding: 50px 0
}

.ZVideoRecommendations-emptyImage {
    background-image: url(https://static.zhihu.com/heifetz/assets/recommendations-empty.4cb33e27.png);
    background-size: 100% 100%;
    height: 130px;
    margin: 0 auto;
    width: 240px
}

html[data-theme=dark] .ZVideoRecommendations-emptyImage {
    background-image: url(https://static.zhihu.com/heifetz/assets/recommendations-empty-dark.bb3a645d.png)
}

.ZVideoRecommendations-emptyText {
    --v3645691846: var(--flag-light,rgba(132,145,165,.8)) var(--flag-dark,rgba(146,154,171,.8));
    color: rgba(132,145,165,.8);
    color: var(--v3645691846);
    font-size: 15px;
    line-height: 21px;
    margin-top: 10px;
    text-align: center
}

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

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

.ZVideoCampaignHeader {
    background: #f8f8fa;
    background: var(--GBK10A);
    overflow: hidden;
    padding: 38px 16px 28px;
    position: relative
}

.ZVideoCampaignHeader--desktop {
    --v311627567: var(--flag-light,0 1px 3px 0 rgba(25,27,31,.1)) var(--flag-dark,0 1px 3px 0 hsla(0,0%,100%,.1));
    background: #fff;
    background: var(--GBK99A);
    -webkit-box-shadow: 0 1px 3px 0 rgba(25,27,31,.1);
    box-shadow: 0 1px 3px 0 rgba(25,27,31,.1);
    -webkit-box-shadow: var(--v311627567);
    box-shadow: var(--v311627567);
    padding-top: 24px
}

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

.ZVideoCampaignHeader-imageContainer {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.ZVideoCampaignHeader-color,.ZVideoCampaignHeader-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    width: 70%
}

.ZVideoCampaignHeader-content {
    margin: 0 auto;
    max-width: 672px;
    position: relative
}

.ZVideoCampaignHeader-topics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2px;
    overflow: auto
}

.ZVideoCampaignHeader-topicsContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px
}

.ZVideoCampaignHeader-topic {
    background: #fff;
    background: var(--GBK99A);
    color: #81858f;
    color: var(--GBK05A);
    line-height: 28px
}

.ZVideoCampaignHeader-topic--white {
    background: rgba(0,0,0,.2);
    color: #fff;
    color: var(--GBK99B)
}

html[data-theme=dark] .ZVideoCampaignHeader-topic--white {
    background: rgba(0,0,0,.2)
}

.ZVideoCampaignHeader-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #191b1f;
    color: var(--GBK02A);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    font-weight: var(--zFontWeightBold);
    line-height: 25px;
    margin-top: 2px
}

.ZVideoCampaignHeader-title--white {
    color: #fff;
    color: var(--GBK99B)
}

.ZVideoCampaignHeader-titleHash {
    margin-right: 2px
}

.ZVideoCampaignHeader-description {
    color: #373a40;
    color: var(--GBK03A);
    font-size: 14px;
    line-height: 22px;
    margin-top: 8px
}

.ZVideoCampaignHeader-description--white {
    color: #fff;
    color: var(--GBK99B)
}

.ZVideoCampaignHeader-meta {
    color: #9196a1;
    color: var(--GBK06A);
    font-size: 14px;
    line-height: 16px;
    margin-top: 16px
}

.ZVideoCampaignHeader-meta--white {
    color: #fff;
    color: var(--GBK99B);
    opacity: .6
}

.ZVideoCampaignVideo {
    background: #fff;
    background: var(--GBK99A);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    margin: 0 auto;
    max-width: 640px;
    padding: 12px 16px 0;
    position: relative;
    top: -12px
}

.ZVideoCampaignVideo--desktop {
    --v311627567: var(--flag-light,0 1px 3px 0 rgba(25,27,31,.1)) var(--flag-dark,0 1px 3px 0 hsla(0,0%,100%,.1));
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(25,27,31,.1);
    box-shadow: 0 1px 3px 0 rgba(25,27,31,.1);
    -webkit-box-shadow: var(--v311627567);
    box-shadow: var(--v311627567);
    margin-top: 10px;
    top: 0
}

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

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

.ZVideoCampaignVideo-tabItem {
    color: #9196a1;
    color: var(--GBK06A);
    cursor: pointer;
    font-size: 16px;
    line-height: 30px;
    margin-right: 26px
}

.ZVideoCampaignVideo-tabItem--selected {
    border-bottom: 2px solid #191b1f;
    border-bottom: 2px solid var(--GBK02A);
    color: #191b1f;
    color: var(--GBK02A);
    font-weight: 500
}

.ZVideoCampaignVideo-videoList {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
    position: relative
}

.ZVideoCampaignVideo-videoList div:last-child {
    width: 100%
}

a.ZVideoCampaignVideo-videoItem {
    margin-bottom: 20px;
    width: calc(50% - 6px)
}

.ZVideoCampaignVideoItem-imageContainer {
    padding-top: 56.25%;
    position: relative;
    width: 100%
}

.ZVideoCampaignVideoItem-image {
    border-radius: 8px;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.ZVideoCampaignVideoItem-author {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #9196a1;
    color: var(--GBK06A);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 17px;
    margin-top: 8px
}

.ZVideoCampaignVideoItem-avatar {
    height: 20px;
    margin-right: 6px;
    width: 20px
}

.ZVideoCampaignVideoItem-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #191b1f;
    color: var(--GBK02A);
    display: -webkit-box;
    font-size: 14px;
    line-height: 20px;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ZVideoCampaignVideoItem-meta {
    color: #9196a1;
    color: var(--GBK06A);
    font-size: 13px;
    line-height: 16px;
    margin-top: 6px
}

@media (max-width: 359px) {
    .ZVideoCampaignVideoItem-voteCount {
        display:none
    }
}

.ZVideoCampaignWriteButton {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    border-radius: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    justify-content: center;
    line-height: 36px;
    margin: 0 auto;
    max-width: 640px;
    width: 100%
}

.ZVideoCampaignWriteButton-container {
    --v1893968476: var(--flag-light,0 -1px 3px 0 rgba(25,27,31,.1)) var(--flag-dark,0 -1px 3px 0 hsla(0,0%,100%,.1));
    background: #fff;
    background: var(--GBK99A);
    bottom: 0;
    -webkit-box-shadow: 0 -1px 3px 0 rgba(25,27,31,.1);
    box-shadow: 0 -1px 3px 0 rgba(25,27,31,.1);
    -webkit-box-shadow: var(--v1893968476);
    box-shadow: var(--v1893968476);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
    position: fixed;
    width: 100%
}

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

.ZVideoCampaignWriteButton-icon {
    margin-right: 4px
}

.ZVideoCampaign {
    background: #f8f8fa;
    background: var(--GBK10A);
    min-height: 100vh
}

.ZVideoCampaignVideoListHeader {
    background: #f8f8fa;
    background: var(--GBK10A);
    overflow: hidden;
    padding: 38px 16px 40px;
    position: relative
}

.ZVideoCampaignVideoListHeader--desktop {
    --v311627567: var(--flag-light,0 1px 3px 0 rgba(25,27,31,.1)) var(--flag-dark,0 1px 3px 0 hsla(0,0%,100%,.1));
    background: #fff;
    background: var(--GBK99A);
    -webkit-box-shadow: 0 1px 3px 0 rgba(25,27,31,.1);
    box-shadow: 0 1px 3px 0 rgba(25,27,31,.1);
    -webkit-box-shadow: var(--v311627567);
    box-shadow: var(--v311627567);
    padding-top: 24px
}

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

.ZVideoCampaignVideoListHeader-imageContainer {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.ZVideoCampaignVideoListHeader-color,.ZVideoCampaignVideoListHeader-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0
}

.ZVideoCampaignVideoListHeader-image {
    width: 70%
}

.ZVideoCampaignVideoListHeader-color {
    width: 71%
}

.ZVideoCampaignVideoListHeader-content {
    margin: 0 auto;
    max-width: 672px;
    position: relative
}

.ZVideoCampaignVideoListHeader-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #191b1f;
    color: var(--GBK02A);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    font-weight: var(--zFontWeightBold);
    line-height: 25px;
    margin-top: 2px
}

.ZVideoCampaignVideoListHeader-title--white {
    color: #fff;
    color: var(--GBK99B)
}

.ZVideoCampaignVideoListHeader-description {
    color: #373a40;
    color: var(--GBK03A);
    font-size: 14px;
    line-height: 22px;
    margin-top: 8px
}

.ZVideoCampaignVideoListHeader-description--white {
    color: #fff;
    color: var(--GBK99B)
}

.ZVideoCampaignVideoListItem-imageContainer {
    padding-top: 56.25%;
    position: relative;
    width: 100%
}

.ZVideoCampaignVideoListItem-image {
    border-radius: 8px;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.ZVideoCampaignVideoListItem-author {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #9196a1;
    color: var(--GBK06A);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 17px;
    margin-top: 8px
}

.ZVideoCampaignVideoListItem-avatar {
    height: 20px;
    margin-right: 6px;
    width: 20px
}

.ZVideoCampaignVideoListItem-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #191b1f;
    color: var(--GBK02A);
    display: -webkit-box;
    font-size: 14px;
    line-height: 20px;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ZVideoCampaignVideoListItem-meta {
    color: #9196a1;
    color: var(--GBK06A);
    font-size: 13px;
    line-height: 16px;
    margin-top: 6px
}

@media (max-width: 359px) {
    .ZVideoCampaignVideoListItem-voteCount {
        display:none
    }
}

.ZVideoCampaignVideoListWrap {
    background: #fff;
    background: var(--GBK99A);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    margin: 0 auto;
    max-width: 640px;
    padding: 12px 12px 0;
    position: relative;
    top: -12px
}

.ZVideoCampaignVideoListWrap--desktop {
    --v311627567: var(--flag-light,0 1px 3px 0 rgba(25,27,31,.1)) var(--flag-dark,0 1px 3px 0 hsla(0,0%,100%,.1));
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(25,27,31,.1);
    box-shadow: 0 1px 3px 0 rgba(25,27,31,.1);
    -webkit-box-shadow: var(--v311627567);
    box-shadow: var(--v311627567);
    margin-top: 10px;
    top: 0
}

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

.ZVideoCampaignVideoListWrap-tab-shadow-fixed {
    position: relative
}

.ZVideoCampaignVideoListWrap-tab-shadow-fixed:after {
    background: -webkit-gradient(linear,right top,left top,color-stop(13.93%,#fff),color-stop(116.39%,hsla(0,0%,100%,0)));
    background: linear-gradient(270deg,#fff 13.93%,hsla(0,0%,100%,0) 116.39%);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px
}

.ZVideoCampaignVideoListWrap-tab-shadow-fixed:before {
    background: -webkit-gradient(linear,left top,right top,color-stop(13.93%,#fff),color-stop(116.39%,hsla(0,0%,100%,0)));
    background: linear-gradient(90deg,#fff 13.93%,hsla(0,0%,100%,0) 116.39%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 10px
}

.ZVideoCampaignVideoListWrap-tab {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    padding-left: 10px;
    width: 100%
}

.ZVideoCampaignVideoListWrap-tab::-webkit-scrollbar {
    display: none
}

.ZVideoCampaignVideoListWrap-tabItem {
    color: #9196a1;
    color: var(--GBK06A);
    cursor: pointer;
    font-size: 16px;
    line-height: 30px;
    margin-right: 26px;
    word-break: keep-all
}

.ZVideoCampaignVideoListWrap-tabItem--selected {
    border-bottom: 2px solid #191b1f;
    border-bottom: 2px solid var(--GBK02A);
    color: #191b1f;
    color: var(--GBK02A);
    font-weight: 500
}

.ZVideoCampaignVideoListWrap-videoList {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
    position: relative
}

.ZVideoCampaignVideoListWrap-videoList div:last-child {
    width: 100%
}

a.ZVideoCampaignVideoListWrap-videoItem {
    margin-bottom: 20px;
    width: calc(50% - 6px)
}

.ZVideoCampaignVideoList {
    background: #f8f8fa;
    background: var(--GBK10A);
    min-height: 100vh
}

.ZVideoRecruitBiaodanForm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #6021b3;
    border-radius: .375rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    color: var(--GBK99A);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2.0625rem;
    padding: 2.125rem .9375rem 1.5rem;
    position: relative;
    width: 21.5625rem
}

.ZVideoRecruitBiaodanForm:before {
    background: linear-gradient(149deg,#7b4aff,#b234d3 135%);
    border-radius: inherit;
    bottom: 0;
    content: "";
    left: 0;
    margin: -.125rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.ZVideoRecruitBiaodanForm-title {
    -ms-flex-item-align: center;
    align-self: center;
    height: 2.25rem;
    position: absolute;
    top: -1.125rem;
    width: 7.5rem
}

.ZVideoRecruitBiaodanForm-label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: .875rem;
    margin-bottom: 1.25rem
}

.ZVideoRecruitBiaodanForm-textInput {
    --v1169440331: var(--flag-light,hsla(0,0%,100%,.1)) var(--flag-dark,rgba(25,27,31,.1));
    background: hsla(0,0%,100%,.1);
    background: var(--v1169440331);
    border: none;
    border-radius: .25rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    color: var(--GBK99A);
    font-size: .875rem;
    height: 2.3125rem;
    margin-top: .75rem;
    padding: .5rem
}

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

.ZVideoRecruitBiaodanForm-textInput::-webkit-input-placeholder {
    --v1169440463: var(--flag-light,hsla(0,0%,100%,.5)) var(--flag-dark,rgba(25,27,31,.5));
    color: hsla(0,0%,100%,.5);
    color: var(--v1169440463)
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .ZVideoRecruitBiaodanForm-textInput::-webkit-input-placeholder {
        color:oklch(from var(--GBK99A) l c h/.5)
    }
}

.ZVideoRecruitBiaodan-submitButton {
    background: -webkit-gradient(linear,left top,left bottom,from(#ffee57),color-stop(97%,#ffb527));
    background: linear-gradient(180deg,#ffee57,#ffb527 97%);
    border-radius: 1.46875rem;
    color: #8e3100;
    font-size: 1.125rem;
    font-weight: 600;
    font-weight: var(--zFontWeightBold);
    height: 2.8125rem;
    margin-top: .5rem
}

.ZVideoRecruitBiaodan-submitButton--disabled {
    background: #c7c7c7;
    color: rgba(0,0,0,.3);
    cursor: not-allowed
}

.ZVideoRecruitBiaodanRights-wrapper {
    background-image: url(https://static.zhihu.com/heifetz/assets/rights_bg@3x.2e1137ff.png);
    background-repeat: no-repeat;
    background-size: auto 20.6875rem;
    height: 20.6875rem;
    position: relative;
    width: 21.5625rem
}

.ZVideoRecruitBiaodanRights-item {
    position: absolute;
    text-align: center
}

.ZVideoRecruitBiaodanRights-item--flow {
    left: 1.875rem;
    top: 3.5625rem
}

.ZVideoRecruitBiaodanRights-item--recommend {
    left: 8rem;
    top: 3.5625rem
}

.ZVideoRecruitBiaodanRights-item--reward {
    left: 15rem;
    top: 3.5625rem
}

.ZVideoRecruitBiaodanRights-item--board {
    left: 4.6875rem;
    top: 11.5625rem
}

.ZVideoRecruitBiaodanRights-item--cash {
    left: 11.0625rem;
    top: 11.5625rem
}

.ZVideoRecruitBiaodanRights-img {
    height: 4.5rem;
    width: 4.5rem
}

.ZVideoRecruitBiaodanRights-img--title {
    color: #fff;
    color: var(--GBK99A);
    font-size: .875rem;
    font-weight: 500
}

.ZVideoRecruitBiaodanRights-img--subtitle {
    --v1169440562: var(--flag-light,hsla(0,0%,100%,.8)) var(--flag-dark,rgba(25,27,31,.8));
    color: hsla(0,0%,100%,.8);
    color: var(--v1169440562);
    font-size: .625rem
}

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

.ZVideoRecruitBiaodanMethod {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #6021b3;
    border-radius: .375rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    color: var(--GBK99A);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2.0625rem;
    padding: 2.125rem .9375rem .9375rem;
    position: relative;
    width: 21.5625rem
}

.ZVideoRecruitBiaodanMethod:before {
    background: linear-gradient(149deg,#7b4aff,#b234d3 135%);
    border-radius: inherit;
    bottom: 0;
    content: "";
    left: 0;
    margin: -.125rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.ZVideoRecruitBiaodanMethod-title {
    -ms-flex-item-align: center;
    align-self: center;
    height: 2.25rem;
    position: absolute;
    top: -1.125rem;
    width: 13.5rem
}

.ZVideoRecruitBiaodanMethod-timeline {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 .5rem .875rem
}

.ZVideoRecruitBiaodanMethod-timeline--time {
    --v1169440562: var(--flag-light,hsla(0,0%,100%,.8)) var(--flag-dark,rgba(25,27,31,.8));
    color: hsla(0,0%,100%,.8);
    color: var(--v1169440562);
    font-size: .75rem
}

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

.ZVideoRecruitBiaodanMethod-timeline--img {
    height: .5rem;
    margin: .3125rem 1.5625rem;
    width: 15.6875rem
}

.ZVideoRecruitBiaodanMethod-timeline--event {
    color: #fff;
    color: var(--GBK99A);
    font-size: .875rem
}

.ZVideoRecruitBiaodanMethod-content {
    margin-left: .5rem
}

.ZVideoRecruitBiaodanMethod-content--title {
    color: #32fdff;
    font-size: .875rem;
    font-weight: 500;
    margin: .8125rem 0 .5rem -.5rem
}

.ZVideoRecruitBiaodanMethod-content--steps {
    color: #fff;
    color: var(--GBK99A);
    font-size: .875rem;
    line-height: 1.57
}

.ZVideoRecruitBiaodanMethod-content--cashTitle1,.ZVideoRecruitBiaodanMethod-content--cashTitle2 {
    border-bottom: .3125rem solid #951cd3;
    display: inline-block;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1
}

.ZVideoRecruitBiaodanMethod-content--cashTitle1 {
    margin-bottom: 1.0625rem
}

.ZVideoRecruitBiaodanMethod-content--cashTitle2 {
    margin-bottom: .3125rem
}

.ZVideoRecruitBiaodanMethod-content--cashQuantity {
    color: #ffe100
}

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

.ZVideoRecruitBiaodanMethod-contentCash--rank {
    --v1169440562: var(--flag-light,hsla(0,0%,100%,.8)) var(--flag-dark,rgba(25,27,31,.8));
    color: hsla(0,0%,100%,.8);
    color: var(--v1169440562);
    font-size: .75rem;
    line-height: 1.5;
    margin-right: .375rem
}

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

.ZVideoRecruitModal-container {
    -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;
    background: rgba(0,0,0,.73);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%
}

.ZVideoRecruitModal {
    height: 29rem;
    overflow: hidden;
    width: 19.375rem
}

.ZVideoRecruitModal-closeButton {
    border: .125rem solid #fff;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    height: 2.5rem;
    margin-top: 1rem;
    width: 2.5rem
}

.ZVideoRecruitModal-closeButtonIcon {
    height: 1.5rem;
    width: 1.5rem
}

.ZVideoRecruitRule {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(https://static.zhihu.com/heifetz/assets/rule_bg@3x.6fb8fbd8.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

.ZVideoRecruitRule-text {
    color: #fff;
    color: var(--GBK99A);
    font-size: .875rem;
    height: 23.875rem;
    margin: 4.0625rem 0 1.0625rem;
    overflow: auto;
    width: 15.375rem
}

.ZVideoRecruitRule-text::-webkit-scrollbar {
    display: none
}

.ZVideoRecruit-container {
    background: #000
}

.ZVideoRecruit {
    background: url(https://static.zhihu.com/heifetz/assets/background@3x.6f9848ad.png) no-repeat top/auto 35.375rem,-webkit-gradient(linear,left top,left bottom,from(#00011c),to(#7d1dc5));
    background: url(https://static.zhihu.com/heifetz/assets/background@3x.6f9848ad.png) no-repeat top/auto 35.375rem,linear-gradient(#00011c,#7d1dc5);
    height: 120rem;
    margin: 0 auto;
    max-width: 690px;
    position: relative
}

.ZVideoRecruit button {
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.ZVideoRecruit-ruleHint {
    bottom: 2.3125rem;
    color: #e0b7ff;
    font-size: .875rem;
    left: 7.5625rem;
    position: absolute
}

.VideoUploadButton-fileInput {
    display: none
}

.VideoUploadHint {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    border: 1px dashed transparent;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100vh - 154px);
    min-height: 500px;
    min-width: 700px;
    padding-top: 100px;
    position: relative;
    width: 100%
}

.VideoUploadHint--dragging {
    --v3078629522: var(--flag-light,rgba(23,114,246,.08)) var(--flag-dark,rgba(85,142,255,.08));
    background-color: rgba(23,114,246,.08);
    background-color: var(--v3078629522)
}

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

.VideoUploadHint--dragging * {
    pointer-events: none
}

.VideoUploadHint-iconBg {
    --bg-size: 125px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #f8f8fa;
    background-color: var(--GBK10A);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 125px;
    height: var(--bg-size);
    justify-content: center;
    width: 125px;
    width: var(--bg-size)
}

.VideoUploadHint-iconBg--dragging {
    --v3047328924: var(--flag-light,rgba(23,114,246,0)) var(--flag-dark,rgba(85,142,255,0));
    background-color: rgba(23,114,246,0);
    background-color: var(--v3047328924);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

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

.VideoUploadHint-icon {
    --icon-size: 75px;
    color: #8491a5;
    color: var(--GBL05A);
    height: 75px;
    height: var(--icon-size);
    width: 75px;
    width: var(--icon-size)
}

.VideoUploadHint-icon--dragging {
    color: #1772f6;
    color: var(--GBL01A);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .1s;
    transition: all .1s
}

.VideoUploadHint-title {
    color: #373a40;
    color: var(--GBK03A);
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
    margin-top: 20px
}

.VideoUploadHint-titleHint {
    color: #373a40;
    color: var(--GBK03A);
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px
}

.VideoUploadHint-buttonGroup {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    width: 252px
}

.VideoUploadHint-button {
    width: 120px
}

.VideoUploadHint-uploadHint {
    color: #9196a1;
    color: var(--GBK06A);
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    text-align: center
}

.VideoUploadHint-listEntry {
    color: #8491a5;
    color: var(--GBL05A);
    cursor: pointer;
    font-size: 15px;
    line-height: 16px;
    margin-top: 24px;
    text-align: center
}

.VideoUploadHint-footer {
    margin-top: 50px
}

.AutoSizeTextArea {
    resize: none
}

.VideoUploadItem {
    margin-bottom: 15px
}

.VideoUploadItem:first-of-type {
    margin-top: 10px
}

.VideoUploadItem:last-of-type {
    border: none;
    margin-bottom: 20px
}

.VideoUploadItem--published {
    --v48738355: var(--flag-light,rgba(132,145,165,.05)) var(--flag-dark,rgba(146,154,171,.05));
    background: rgba(132,145,165,.05);
    background: var(--v48738355);
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

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

.VideoUploadItem-videoUploader {
    display: none
}

.VideoUploadItem-modalContent>p {
    color: #121212;
    font-size: 15px;
    line-height: 1.71
}

.VideoUploadItem-modalContent>label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #404040;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    margin-top: 10px
}

.VideoUploadItem-modalContent>label input[type=checkbox] {
    display: none
}

.VideoUploadItem-feedback {
    margin-top: 10px;
    padding: 16px;
    width: 318px
}

.VideoUploadProgress {
    background: #ebeced;
    background: var(--GBK09A);
    border-radius: 1px;
    height: 2px;
    position: relative
}

.VideoUploadProgress-current {
    background: #1772f6;
    background: var(--GBL01A);
    border-radius: 1px;
    height: 100%;
    left: 0;
    position: absolute;
    -webkit-transition: width .3s;
    transition: width .3s
}

.ZVideoUploader-container {
    background-color: #f8f8fa;
    background-color: var(--GBK10A);
    min-width: 1196px;
    padding-top: 11px
}

.ZVideoUploader-modal {
    height: auto
}

.ZVideoUploader-modal .Modal-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px
}

.ZVideoUploader-published {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 200px
}

.ZVideoUploader-content {
    margin: 0 auto;
    position: relative;
    width: 1196px
}

.ZVideoUploader-modalForm {
    margin: 0
}

.ZVideoUploader-contentForm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #fff;
    background-color: var(--GBK99A);
    -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;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(99vh - 68px);
    overflow: auto;
    padding: 26px 0 0;
    width: 207px
}

.ZVideoUploader-title {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 0 20px
}

.ZVideoUploader-videoUploadItemContent {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 171px);
    overflow-y: auto;
    padding: 0 20px
}

.ZVideoUploader-videoUploadItemContent::-webkit-scrollbar {
    display: none
}

.ZVideoUploader-videoUploadButton {
    padding: 0 20px
}

.ZVideoUploader-fixedButton {
    -webkit-box-flex: 0;
    border-top: 1px solid #ebeced;
    border-top: 1px solid var(--GBK09A);
    -ms-flex: none;
    flex: none;
    padding: 8px 20px
}

.ZVideoUploader-videoUploadItemForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100vh - 121px);
    width: 650px
}

/*# sourceMappingURL=other-zvideo-routes.216a26f4.34d01a7b2f9e0aaaa2d5.css.map*/

.css-55n9hh {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 101;
	display: none;
	height: 2px;
	pointer-events: none;
	background: #1772F6;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.css-s8xum0 {
	position: fixed;
	z-index: 100;
	width: 100%;
	top: 0;
}









.css-1xvhq7k:focus {
	outline: none;
	-webkit-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
}

.css-1xvhq7k:focus-visible {
	box-shadow: 0 0 0 2px #ffffff,0 0 0 4px rgba(23,114,246,0.3);
}

.css-1xvhq7k:hover {
	font-weight: 600;
	color: #191B1F;
}

.css-135a9x5 {
	position: relative;
	gap: 2px;
}



.css-xd86it {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	position: absolute;
	right: 5px;
	top: 0;
	font-size: 11px;
	-webkit-transform: scale(0.8) translate(100%,-50%);
	-ms-transform: scale(0.8) translate(100%,-50%);
	transform: scale(0.8) translate(100%,-50%);
	border: 2px solid;
	border-color: #ffffff;
	border-radius: 9999px;
	font-weight: normal;
	background: linear-gradient(270deg,#1CBEFE 0%,#00CA9E 100%);
	color: #ffffff;
	padding: .5px 4px;
}

.css-11bp94m {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}





.css-v0eidh .SearchBar-askButton {
	margin-left: 16px;
	height: 100%;
}

.css-v0eidh .SearchBar-askDropdownButton {
	width: 34px;
	height: 34px;
}

.css-v0eidh .SearchBar-searchButton {
	height: 38px;
	border-bottom-right-radius: 9999px;
	border-top-right-radius: 9999px;
	position: relative;
	right: -1px;
}


/*.css-1telfwe {
	--inputPadding: 16px;
	border-color: undefined !important;
	-webkit-transition-property: background-color,border,color;
	transition-property: background-color,border,color;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}*/

.css-1kuhax6 {
	color: var(--MapBrand);
	opacity: 1;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}

.css-1kuhax6:hover {
	opacity: 1;
}

.css-hnfpd2 {
	gap: 2px;
	white-space: nowrap;
	border-radius: 9999px;
	-webkit-transition: background .15s ease-out;
	transition: background .15s ease-out;
	background: linear-gradient(270deg,rgba(43,64,253,0.16) 0%,rgba(150,106,255,0.16) 100%);
}

.css-hnfpd2:hover {
	-webkit-filter: brightness(0.85);
	filter: brightness(0.85);
}

.css-hnfpd2:focus {
	outline: none;
	-webkit-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
}

.css-hnfpd2:focus-visible {
	box-shadow: 0 0 0 2px #ffffff,0 0 0 4px rgba(23,114,246,0.3);
}

.css-1en6c9y {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	color: #09408e;
	padding-left: 13px;
	padding-right: 13px;
	color: #5a4df8;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-weight: 600;
	margin-left: 15px;
	margin-right: 15px;
	gap: 2px;
	white-space: nowrap;
	border-radius: 9999px;
	-webkit-transition: background .15s ease-out;
	transition: background .15s ease-out;
	background: linear-gradient(270deg,rgba(43,64,253,0.16) 0%,rgba(150,106,255,0.16) 100%);
}

.css-1en6c9y:hover {
	-webkit-filter: brightness(0.85);
	filter: brightness(0.85);
}

.css-1en6c9y:focus {
	outline: none;
	-webkit-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
}

.css-1en6c9y:focus-visible {
	box-shadow: 0 0 0 2px #ffffff,0 0 0 4px rgba(23,114,246,0.3);
}







.css-1hyfx7x {
	display: none;
}

.css-eni6lx .Modal-content {
	padding-bottom: 24px;
	margin-top: 18px;
}

.css-1vbrp2j {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	gap: 6px;
}



.css-16zsfw9:focus {
	outline: none;
	-webkit-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
}

.css-16zsfw9:focus-visible {
	box-shadow: 0 0 0 2px #ffffff,0 0 0 4px rgba(23,114,246,0.3);
}

.css-16zsfw9:hover {
	color: #191B1F;
}

.css-vurnku {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
}

.css-1ndlr1n {
	pointer-events: none;
	position: absolute;
	top: 0;
	left: calc(50% - (var(--logo-width) - var(--profile-width)) / 2);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	max-width: 1032px;
}


.css-hmral {
	border-radius: 100%;
}

.css-1ehtwcp {
	border-radius: 2px;
	border-radius: 100%;
}

.css-15snhfr {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	max-width: 100%;
	height: auto;
	background-color: #ffffff;
	width: 34px;
	height: 34px;
	border-radius: 2px;
	border-radius: 100%;
}

.css-1g41cri {
	width: 100%;
	height: 62px;
}

.css-1baulvz {
	display: inline-block;
}

.css-12hibeq {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	display: inline-block;
}

.css-2ietpx {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	color: #09408e;
}

.css-1qhmto6 {
	margin-left: 12px;
}

.css-16qcn3r {
	font-size: 14px;
	line-height: 22px;
	color: #8491a5;
	text-align: center;
}

.css-16qcn3r a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.css-moulch {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	font-size: 14px;
	line-height: 22px;
	color: #8491a5;
	text-align: center;
}

.css-moulch a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.css-qozf2 {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	margin-top: 34px;
	font-size: 10px;
	width: 688px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.css-16wjjqe {
	width: 134px;
}

.css-f5ixhg {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	width: 134px;
}

.css-uq5nko {
	color: #535861;
	font-weight: 500;
	margin-bottom: 6px;
}

.css-snmxd9 {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	font-size: 13px;
	color: #535861;
	font-weight: 500;
	margin-bottom: 6px;
}

.css-4i14j4 {
	color: #9196a1;
}

.css-4nip9d {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	font-size: 12px;
	line-height: 1.4;
	color: #9196a1;
}

.css-soes95 {
	width: 340px;
	position: relative;
	margin: 0 40px;
}

.css-soes95::after,.css-soes95::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 20px;
	vertical-align: middle;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	background-color: #ebeced;
}

.css-soes95::after {
	left: 0;
}

.css-soes95::before {
	right: 0;
}

.css-1tqr1wr {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	width: 340px;
	position: relative;
	margin: 0 40px;
}

.css-1tqr1wr::after,.css-1tqr1wr::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 20px;
	vertical-align: middle;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	background-color: #ebeced;
}

.css-1tqr1wr::after {
	left: 0;
}

.css-1tqr1wr::before {
	right: 0;
}

.css-1x9elt6 {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	margin-top: 35px;
	color: #8491a5;
	font-size: 12px;
}

.css-1eqb6pz {
	color: #09408e;
}

html {
    --zFontSansSerif: -apple-system,BlinkMacSystemFont,"Helvetica Neue","PingFang SC","Microsoft YaHei","Source Han Sans SC","Noto Sans CJK SC","WenQuanYi Micro Hei","MiSans L3","Segoe UI",sans-serif;
    --zFontMonospace: Menlo,Monaco,Consolas,"Andale Mono","lucida console","Courier New",monospace;
    --zFontWeightBold: 600
}

html[data-apple],html[data-ios] {
    --zFontWeightBold: 500
}

html[data-android] {
    --zFontWeightBold: 700
}

html {
    --flag-light: initial;
    --flag-dark: ;
    --csstools-color-scheme--dark: ;
    color-scheme: light
}

html[data-theme=dark] {
    --flag-light: ;
    --flag-dark: initial;
    --csstools-color-scheme--dark: initial;
    color-scheme: dark
}

html {
    --BK01: #000;
    --BK02: #121212;
    --BK03: #444;
    --BK04: #646464;
    --BK05: grey;
    --BK06: #999;
    --BK07: #bfbfbf;
    --BK08: #d3d3d3;
    --BK09: #ebebeb;
    --BK10: #f6f6f6;
    --BK11: #2e2e2e;
    --BK12: #fdfdfd;
    --BK13: #1b1b1b;
    --BK99: #fff;
    --BL01: #056de8;
    --BL02: #558eff;
    --BL03: #03a9f4;
    --BL04: #80c1ff;
    --BL05: #8590a6;
    --BL06: #606a80;
    --BL07: #175199;
    --BL08: #6385a6;
    --BL09: #a1aab3;
    --BL10: #f0f2f7;
    --BL11: #384264;
    --BL12: #142456;
    --RD01: #f36;
    --RD02: #ff5066;
    --RD03: #f1403c;
    --RD04: #e55;
    --RD05: #ff65c6;
    --RD06: #cc589e;
    --RD07: #55d;
    --RD08: #ff7955;
    --RD09: #cb5d3f;
    --RD10: #ff501a;
    --RD11: #b63b05;
    --RD12: #ff3230;
    --RD13: #c03228;
    --RD14: #99f;
    --YL01: #ff9607;
    --YL02: #a5542f;
    --YL03: #806e46;
    --YL04: #e6ac73;
    --YL05: #a07953;
    --YL06: #f8e2c4;
    --YL07: #9f8665;
    --YL08: #f3bb6c;
    --YL09: #825d28;
    --YL10: #ce994f;
    --YL11: #9c7b4e;
    --YL12: #754e19;
    --YL13: #3c2b14;
    --YL14: #d28262;
    --YL15: #ffae4e;
    --YL16: #b66500;
    --EB01: #ff7c00;
    --EB02: #d3ba89;
    --EB03: #fff4df;
    --EB04: #b2aa9b;
    --EB05: #3a2b0d;
    --EB06: #009b4e;
    --EB07: #93c199;
    --EB08: #daf2dd;
    --EB09: #98a89a;
    --EB10: #0b2b0f;
    --GN01: #67c23a;
    --YB04: #333;
    --YR01: #e60012;
    --YR03: #ff3838;
    --YR04: #ff5d67;
    --YR11: #764545;
    --JB01: #0062ff;
    --MapText02A_light: #191b1f;
    --MapText02A_dark: #fff;
    --MapUIFrame01A_light: #000;
    --MapUIFrame01A_dark: #000;
    --MapText03A_light: #373a40;
    --MapText03A_dark: #c2c6cf;
    --MapText04A_light: #535861;
    --MapText04A_dark: #c2c6cf;
    --MapText06A_light: #9196a1;
    --MapText06A_dark: #9196a1;
    --MapText07A_light: #adb0b7;
    --MapText07A_dark: #5a5e66;
    --MapUIFrame08A_light: #c4c7ce;
    --MapUIFrame08A_dark: #282b30;
    --MapUIFrame09A_light: #ebeced;
    --MapUIFrame09A_dark: #282b30;
    --MapUIFrame09B_light: #ebeced;
    --MapUIFrame09B_dark: #212429;
    --MapUIFrame10A_light: #f8f8fa;
    --MapUIFrame10A_dark: #212429;
    --MapUIFrame99B_light: #fff;
    --MapUIFrame99B_dark: #fff;
    --MapUIFrame10C_light: #f4f6f9;
    --MapUIFrame10C_dark: #000;
    --MapUIFrame99A_light: #fff;
    --MapUIFrame99A_dark: #191b1f;
    --MapUIFrame99C_light: #fff;
    --MapUIFrame99C_dark: #282b30;
    --MapInfo_light: #1772f6;
    --MapInfo_dark: #558eff;
    --MapBrandAlt_light: #18afff;
    --MapBrandAlt_dark: #5dbfff;
    --MapInfoSub_light: #8491a5;
    --MapInfoSub_dark: #929aab;
    --MapLink_light: #09408e;
    --MapLink_dark: #5271b0;
    --MapPositiveDonate_light: #f05159;
    --MapPositiveDonate_dark: #f05159;
    --MapCriticalHot_light: #d95350;
    --MapCriticalHot_dark: #d95350;
    --MapPositiveAlt_light: #ff65c7;
    --MapPositiveAlt_dark: #ff65c7;
    --MapEvent_light: #6a5ff3;
    --MapEvent_dark: #6a5ff3;
    --MapCommerceAlt_light: #ff7d55;
    --MapCommerceAlt_dark: #ffa27f;
    --MapCommerce_light: #ff501a;
    --MapCommerce_dark: #f74;
    --MapCriticalTip_light: #d95350;
    --MapCriticalTip_dark: #d95350;
    --MapHighlight_light: #f77a31;
    --MapHighlight_dark: #f77a31;
    --MapReward_light: #a5542f;
    --MapReward_dark: #d28262;
    --MapVIPBrand_light: #ce994f;
    --MapVIPBrand_dark: #cc9850;
    --MapVIPText01_light: #75572d;
    --MapVIPText01_dark: #73552d;
    --MapVIPText02_light: #916e3c;
    --MapVIPText02_dark: #f7efe2;
    --MapPass_light: #67c23a;
    --MapPass_dark: #67c23a;
    --MapVIPUIFrame_light: #f7e2c4;
    --MapVIPUIFrame_dark: #f5e0c4;
    --MapVIPUIFrameAlt_light: #f2ba6b;
    --MapVIPUIFrameAlt_dark: #f0b96c;
    --MapSVIPBrand_light: #384263;
    --MapSVIPBrand_dark: #384263;
    --MapSVIPBrandAlt_light: #142457;
    --MapSVIPBrandAlt_dark: #142457;
    --MapText05A_light: #81858f;
    --MapText05A_dark: #9196a1;
    --MapUIFrame09C_light: #e8e9ed;
    --MapUIFrame09C_dark: #000;
    --MapUIFrame03C_light: #535861;
    --MapUIFrame03C_dark: #535861;
    --MapUIFrame03B_light: #191b1f;
    --MapUIFrame03B_dark: #000;
    --GBK02A: var(--MapText02A);
    --GBK02B: var(--MapUIFrame01A);
    --GBK03A: var(--MapText03A);
    --GBK04A: var(--MapText04A);
    --GBK05A: var(--MapText05A);
    --GBK06A: var(--MapText06A);
    --GBK06B: var(--MapText06A);
    --GBK07A: var(--MapText07A);
    --GBK07B: var(--MapText07A);
    --GBK08A: var(--MapUIFrame08A);
    --GBK08B: var(--MapUIFrame08A);
    --GBK09A: var(--MapUIFrame09A);
    --GBK09B: var(--MapUIFrame09B);
    --GBK09C: var(--MapUIFrame09C);
    --GBK10A: var(--MapUIFrame10A);
    --GBK10B: var(--MapUIFrame99B);
    --GBK10C: var(--MapUIFrame10C);
    --GBK12A: var(--MapUIFrame10A);
    --GBK99A: var(--MapUIFrame99A);
    --GBK99B: var(--MapUIFrame99B);
    --GBK99C: var(--MapUIFrame99C);
    --GBL01A: var(--MapInfo);
    --GBL03A: var(--MapBrandAlt);
    --GBL05A: var(--MapInfoSub);
    --GBL07A: var(--MapLink);
    --GRD01A: var(--MapPositiveDonate);
    --GRD03A: var(--MapCriticalHot);
    --GRD05A: var(--MapPositiveAlt);
    --GRD07A: var(--MapEvent);
    --GRD08A: var(--MapCommerceAlt);
    --GRD10A: var(--MapCommerce);
    --GRD12A: var(--MapCriticalTip);
    --GYL01A: var(--MapHighlight);
    --GYL02A: var(--MapReward);
    --GYL04A: var(--MapVIPUIFrameAlt);
    --GYL10A: var(--MapVIPBrand);
    --GYL12A: var(--MapVIPText01);
    --GYL12B: var(--MapVIPText02);
    --GGN01A: var(--MapPass);
    --BookCoverBg: var(--flag-light,var(--BK04)) var(--flag-dark,var(--BK04));
    --ReaderLinkGreen: var(--flag-light,var(--EB06)) var(--flag-dark,var(--EB06));
    --ReaderLinkYellow: var(--flag-light,var(--EB01)) var(--flag-dark,var(--EB01));
    --ReaderLittleHeaderGreen: var(--flag-light,var(--EB07)) var(--flag-dark,var(--EB07));
    --ReaderLittleHeaderYellow: var(--flag-light,var(--EB02)) var(--flag-dark,var(--EB02));
    --YellowBG: var(--flag-light,var(--YL03)) var(--flag-dark,var(--YL02));
    --YellowSelect: var(--flag-light,var(--YL02)) var(--flag-dark,var(--YL02));
    --BG03: var(--MapUIFrame01A);
    --BG04: var(--MapUIFrame01A);
    --DarkBG: var(--MapUIFrame01A);
    --GEB02A: var(--MapText07A);
    --GBK03B: var(--MapUIFrame03B);
    --GYL06A: var(--MapVIPUIFrame);
    --GYL08A: var(--MapVIPUIFrameAlt);
    --GYL16A: var(--MapVIPText01);
    --GBK03C: var(--MapUIFrame03C);
    --GBK04B: var(--MapText06A);
    --GBL08A: var(--MapInfoSub);
    --GBL10A: var(--MapUIFrame10A);
    --GBL11A: var(--MapSVIPBrand);
    --GBL12A: var(--MapSVIPBrandAlt);
    --YBK04A: var(--flag-light,var(--YB04)) var(--flag-dark,var(--BK05));
    --YRD01A: var(--flag-light,var(--YR01)) var(--flag-dark,var(--YR01));
    --YRD03A: var(--flag-light,var(--YR03)) var(--flag-dark,var(--YR04));
    --YRD04A: var(--flag-light,var(--YR04)) var(--flag-dark,var(--YR04));
    --YRD11A: var(--flag-light,var(--YR11)) var(--flag-dark,var(--YR11));
    --JBL01A: var(--flag-light,var(--JB01)) var(--flag-dark,var(--JB01));
    --MapCriticalTip: var(--flag-light,#d95350) var(--flag-dark,#d95350);
    --MapCriticalHot: var(--flag-light,#d95350) var(--flag-dark,#d95350);
    --MapPositiveLike: var(--flag-light,#f05159) var(--flag-dark,#f05159);
    --MapPositiveDonate: var(--flag-light,#f05159) var(--flag-dark,#f05159);
    --MapPositiveAlt: var(--flag-light,#ff65c7) var(--flag-dark,#ff65c7);
    --MapLiveBrand: var(--flag-light,#f04567) var(--flag-dark,#f04567);
    --MapUIAccentA: var(--flag-light,#fa778f) var(--flag-dark,#fa778f);
    --MapCommerce: var(--flag-light,#ff501a) var(--flag-dark,#f74);
    --MapCommerceAlt: var(--flag-light,#ff7d55) var(--flag-dark,#ffa27f);
    --MapHighlight: var(--flag-light,#f77a31) var(--flag-dark,#f77a31);
    --MapTime: var(--flag-light,#f77a31) var(--flag-dark,#f77a31);
    --MapFavorite: var(--flag-light,#fa9d14) var(--flag-dark,#fa9d14);
    --MapUIAccentB: var(--flag-light,#fcd60d) var(--flag-dark,#fcd60d);
    --MapPass: var(--flag-light,#67c23a) var(--flag-dark,#67c23a);
    --MapUIAccentC: var(--flag-light,#16b89b) var(--flag-dark,#16b89b);
    --MapInfo: var(--flag-light,#1772f6) var(--flag-dark,#558eff);
    --MapInfoSub: var(--flag-light,#8491a5) var(--flag-dark,#929aab);
    --MapLink: var(--flag-light,#09408e) var(--flag-dark,#5271b0);
    --MapBrand: var(--flag-light,#1772f6) var(--flag-dark,#558eff);
    --MapBrandAlt: var(--flag-light,#18afff) var(--flag-dark,#5dbfff);
    --MapBrandLight: var(--flag-light,#a8cffe) var(--flag-dark,#146ef5);
    --MapSVIPBrand: var(--flag-light,#384263) var(--flag-dark,#384263);
    --MapSVIPBrandAlt: var(--flag-light,#142457) var(--flag-dark,#142457);
    --MapEvent: var(--flag-light,#6a5ff3) var(--flag-dark,#6a5ff3);
    --MapAI: var(--flag-light,#5a4df8) var(--flag-dark,#6a5ff3);
    --MapReward: var(--flag-light,#a5542f) var(--flag-dark,#d28262);
    --MapVIPBrand: var(--flag-light,#ce994f) var(--flag-dark,#cc9850);
    --MapVIPUIFrame: var(--flag-light,#f7e2c4) var(--flag-dark,#f5e0c4);
    --MapVIPUIFrameAlt: var(--flag-light,#f2ba6b) var(--flag-dark,#f0b96c);
    --MapVIPText01: var(--flag-light,#75572d) var(--flag-dark,#73552d);
    --MapVIPText02: var(--flag-light,#916e3c) var(--flag-dark,#f7efe2);
    --MapVIPKnowledge: var(--flag-light,#3952a2) var(--flag-dark,#b3c5ff);
    --MapVIPKnowledgeAlt: var(--flag-light,#3952a2) var(--flag-dark,#3951a1);
    --MapVIPKnowledgeLight: var(--flag-light,#f7f9ff) var(--flag-dark,#1e2538);
    --MapVIPKnowledgeLightAlt: var(--flag-light,#f7f9ff) var(--flag-dark,#f6f8ff);
    --MapText02A: var(--flag-light,#191b1f) var(--flag-dark,#fff);
    --MapText03A: var(--flag-light,#373a40) var(--flag-dark,#c2c6cf);
    --MapText04A: var(--flag-light,#535861) var(--flag-dark,#c2c6cf);
    --MapText05A: var(--flag-light,#81858f) var(--flag-dark,#9196a1);
    --MapText06A: var(--flag-light,#9196a1) var(--flag-dark,#9196a1);
    --MapText07A: var(--flag-light,#adb0b7) var(--flag-dark,#5a5e66);
    --MapText99B: var(--flag-light,#fff) var(--flag-dark,#fff);
    --MapUIFrame01A: var(--flag-light,#000) var(--flag-dark,#000);
    --MapUIFrame03B: var(--flag-light,#191b1f) var(--flag-dark,#000);
    --MapUIFrame03C: var(--flag-light,#535861) var(--flag-dark,#535861);
    --MapUIFrame07A: var(--flag-light,#adb0b7) var(--flag-dark,#5a5e66);
    --MapUIFrame08A: var(--flag-light,#c4c7ce) var(--flag-dark,#282b30);
    --MapUIFrame08B: var(--flag-light,#c4c7ce) var(--flag-dark,#212429);
    --MapUIFrame09A: var(--flag-light,#ebeced) var(--flag-dark,#282b30);
    --MapUIFrame09B: var(--flag-light,#ebeced) var(--flag-dark,#212429);
    --MapUIFrame09C: var(--flag-light,#e8e9ed) var(--flag-dark,#000);
    --MapUIFrame10A: var(--flag-light,#f8f8fa) var(--flag-dark,#212429);
    --MapUIFrame10C: var(--flag-light,#f4f6f9) var(--flag-dark,#000);
    --MapUIFrame99A: var(--flag-light,#fff) var(--flag-dark,#191b1f);
    --MapUIFrame99B: var(--flag-light,#fff) var(--flag-dark,#fff);
    --MapUIFrame99C: var(--flag-light,#fff) var(--flag-dark,#282b30)
}

body {
    text-autospace: normal
}

html body {
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,MiSans L3,Segoe UI,sans-serif;
    font-family: var(--zFontSansSerif)
}





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



body,button,p,pre {
    margin: 0
}

h1,h2,h3 {
    font: inherit;
    margin: 0
}

ol,ul {
    margin: 0;
    padding: 0
}

li {
    list-style-type: none
}

a {
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none
}

.UnknownError {
    -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: 18px;
    height: 100%;
    justify-content: center;
    padding: 48px
}

.CornerAnimayedFlex {
    height: 52px;
    -webkit-transition: height .2s ease;
    transition: height .2s ease;
    width: 40px
}

.CornerAnimayedFlex--hidden {
    height: 0
}

.CornerButtons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    right: 12px
}


.ZdfrHW7Ef5ZjwFiiBJuS {
    border-color: #8491a5;
    border-color: var(--GBL05A);
    color: #8491a5;
    color: var(--GBL05A)
}

.ZdfrHW7Ef5ZjwFiiBJuS:hover {
    --v48738388: var(--flag-light,rgba(132,145,165,.06)) var(--flag-dark,rgba(146,154,171,.06));
    background-color: rgba(132,145,165,.06);
    background-color: var(--v48738388)
}

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

.JmYzaky7MEPMFcJDLNMG {
    border-color: #1772f6;
    border-color: var(--GBL01A);
    color: #1772f6;
    color: var(--GBL01A)
}

.JmYzaky7MEPMFcJDLNMG:hover {
    --v3078629456: var(--flag-light,rgba(23,114,246,.06)) var(--flag-dark,rgba(85,142,255,.06));
    background-color: rgba(23,114,246,.06);
    background-color: var(--v3078629456)
}

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

._uLbatyxkRXPgimqvo45 {
    border-color: #11a668;
    color: #11a668
}

._uLbatyxkRXPgimqvo45:hover {
    background-color: rgba(17,166,104,.06)
}

html[data-theme=dark] ._uLbatyxkRXPgimqvo45 {
    border-color: #11a668;
    color: #11a668
}

html[data-theme=dark] ._uLbatyxkRXPgimqvo45:hover {
    background-color: rgba(17,166,104,.06)
}

.izzcAj8OQYu6ydgaw42c {
    border-color: #f05159;
    border-color: var(--GRD01A);
    color: #f05159;
    color: var(--GRD01A)
}

.izzcAj8OQYu6ydgaw42c:hover {
    --v4078951512: var(--flag-light,rgba(240,81,89,.06)) var(--flag-dark,rgba(240,81,89,.06));
    background-color: rgba(240,81,89,.06);
    background-color: var(--v4078951512)
}

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

.epMJl0lFQuYbC7jrwr_o.JmYzaky7MEPMFcJDLNMG {
    background-color: #1772f6;
    background-color: var(--GBL01A);
    color: #fff;
    color: var(--GBK99B)
}

.epMJl0lFQuYbC7jrwr_o.JmYzaky7MEPMFcJDLNMG:hover {
    --v3285832660: var(--flag-light,#0063e4) var(--flag-dark,#467ded);
    background-color: #0063e4;
    background-color: color(display-p3 .15546 .38118 .86881);
    background-color: var(--v3285832660);
    border-color: #0063e4;
    border-color: color(display-p3 .15546 .38118 .86881);
    border-color: var(--v3285832660)
}

/*@supports (color: color(display-p3 0 0 0%)) {
    .epMJl0lFQuYbC7jrwr_o.JmYzaky7MEPMFcJDLNMG:hover {
        --v3285832660:var(--flag-light,#0063e4) var(--flag-dark,#467ded)
    }

    @media (color-gamut:p3) {
        .epMJl0lFQuYbC7jrwr_o.JmYzaky7MEPMFcJDLNMG:hover {
            --v3285832660: var(--flag-light,color(display-p3 0.15546 0.38118 0.86881)) var(--flag-dark,#467ded)
        }
    }
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .epMJl0lFQuYbC7jrwr_o.JmYzaky7MEPMFcJDLNMG:hover {
        --v3285832660:var(--flag-light,#0063e4) var(--flag-dark,oklch(from #558eff calc(l * 0.92) c h));
        background-color: oklch(from var(--GBL01A) calc(l * .92) c h);
        border-color: oklch(from var(--GBL01A) calc(l * .92) c h)
    }

    @media (color-gamut:p3) {
        .epMJl0lFQuYbC7jrwr_o.JmYzaky7MEPMFcJDLNMG:hover {
            --v3285832660: var(--flag-light,oklch(from #1772f6 calc(l * 0.92) c h)) var(--flag-dark,oklch(from #558eff calc(l * 0.92) c h))
        }
    }
}*/

.epMJl0lFQuYbC7jrwr_o._uLbatyxkRXPgimqvo45 {
    background-color: #12b370;
    color: #fff;
    color: var(--GBK99B)
}

.epMJl0lFQuYbC7jrwr_o._uLbatyxkRXPgimqvo45:hover {
    background-color: #00a063!important;
    border-color: #00a063
}

@media (color-gamut:p3) {
    .epMJl0lFQuYbC7jrwr_o._uLbatyxkRXPgimqvo45:hover {
        background-color: color(display-p3 .25253 .6243 .39945)!important;
        border-color: color(display-p3 .25253 .6243 .39945)
    }
}

html[data-theme=dark] .epMJl0lFQuYbC7jrwr_o._uLbatyxkRXPgimqvo45 {
    background-color: #12b370;
    color: #fff;
    color: var(--GBK99B)
}

html[data-theme=dark] .epMJl0lFQuYbC7jrwr_o._uLbatyxkRXPgimqvo45:hover {
    background-color: #00a063!important;
    border-color: #00a063
}

@media (color-gamut:p3) {
    html[data-theme=dark] .epMJl0lFQuYbC7jrwr_o._uLbatyxkRXPgimqvo45:hover {
        background-color: color(display-p3 .25253 .6243 .39945)!important;
        border-color: color(display-p3 .25253 .6243 .39945)
    }
}

.epMJl0lFQuYbC7jrwr_o.izzcAj8OQYu6ydgaw42c {
    background-color: #f05159;
    background-color: var(--GRD01A);
    color: #fff;
    color: var(--GBK99B)
}

.epMJl0lFQuYbC7jrwr_o.izzcAj8OQYu6ydgaw42c:hover {
    --v1430416860: var(--flag-light,#dd3e4a) var(--flag-dark,#dd3e4a);
    background-color: #dd3e4a;
    background-color: var(--v1430416860);
    border-color: #dd3e4a;
    border-color: var(--v1430416860)
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .epMJl0lFQuYbC7jrwr_o.izzcAj8OQYu6ydgaw42c:hover {
        --v1430416860:var(--flag-light,oklch(from #f05159 calc(l * 0.92) c h)) var(--flag-dark,oklch(from #f05159 calc(l * 0.92) c h));
        background-color: oklch(from var(--GRD01A) calc(l * .92) c h);
        border-color: oklch(from var(--GRD01A) calc(l * .92) c h)
    }
}

.epMJl0lFQuYbC7jrwr_o.ZdfrHW7Ef5ZjwFiiBJuS {
    background-color: #8491a5;
    background-color: var(--GBL05A);
    color: #fff;
    color: var(--GBK99B)
}

.epMJl0lFQuYbC7jrwr_o.ZdfrHW7Ef5ZjwFiiBJuS:hover {
    --v3836759768: var(--flag-light,#758195) var(--flag-dark,#82899a);
    background-color: #758195;
    background-color: var(--v3836759768);
    border-color: #758195;
    border-color: var(--v3836759768)
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .epMJl0lFQuYbC7jrwr_o.ZdfrHW7Ef5ZjwFiiBJuS:hover {
        --v3836759768:var(--flag-light,oklch(from #8491a5 calc(l * 0.92) c h)) var(--flag-dark,oklch(from #929aab calc(l * 0.92) c h));
        background-color: oklch(from var(--GBL05A) calc(l * .92) c h);
        border-color: oklch(from var(--GBL05A) calc(l * .92) c h)
    }
}

.E211w_M7Hzs0GMB7BEyA,html[data-theme=dark] .E211w_M7Hzs0GMB7BEyA {
    border-color: transparent
}

.E211w_M7Hzs0GMB7BEyA.JmYzaky7MEPMFcJDLNMG {
    --v2826452827: var(--flag-light,rgba(23,114,246,.1)) var(--flag-dark,rgba(85,142,255,.1));
    background: rgba(23,114,246,.1);
    background: var(--v2826452827);
    color: #1772f6;
    color: var(--GBL01A)
}

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

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

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

.E211w_M7Hzs0GMB7BEyA._uLbatyxkRXPgimqvo45 {
    background: rgba(18,179,112,.1);
    color: #12b370
}

.E211w_M7Hzs0GMB7BEyA._uLbatyxkRXPgimqvo45:hover {
    background-color: rgba(18,179,112,.15)
}

html[data-theme=dark] .E211w_M7Hzs0GMB7BEyA._uLbatyxkRXPgimqvo45 {
    background: rgba(18,179,112,.1);
    color: #12b370
}

html[data-theme=dark] .E211w_M7Hzs0GMB7BEyA._uLbatyxkRXPgimqvo45:hover {
    background-color: rgba(18,179,112,.15)
}

.E211w_M7Hzs0GMB7BEyA.izzcAj8OQYu6ydgaw42c {
    --v1164808803: var(--flag-light,rgba(240,81,89,.1)) var(--flag-dark,rgba(240,81,89,.1));
    background: rgba(240,81,89,.1);
    background: var(--v1164808803);
    color: #f05159;
    color: var(--GRD01A)
}

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

.E211w_M7Hzs0GMB7BEyA.izzcAj8OQYu6ydgaw42c:hover {
    --v4078952568: var(--flag-light,rgba(240,81,89,.15)) var(--flag-dark,rgba(240,81,89,.15));
    background-color: rgba(240,81,89,.15);
    background-color: var(--v4078952568)
}

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

.E211w_M7Hzs0GMB7BEyA.ZdfrHW7Ef5ZjwFiiBJuS {
    --v3645691615: var(--flag-light,rgba(132,145,165,.1)) var(--flag-dark,rgba(146,154,171,.1));
    background: rgba(132,145,165,.1);
    background: var(--v3645691615);
    color: #8491a5;
    color: var(--GBL05A)
}

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

.E211w_M7Hzs0GMB7BEyA.ZdfrHW7Ef5ZjwFiiBJuS:hover {
    --v48739444: var(--flag-light,rgba(132,145,165,.15)) var(--flag-dark,rgba(146,154,171,.15));
    background-color: rgba(132,145,165,.15);
    background-color: var(--v48739444)
}

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

.fEPKGkUK5jyc4fUuT0QP:hover,.yXNqP8Bkgas9d_XumHbv:hover {
    background-color: transparent
}

html[data-theme=dark] .fEPKGkUK5jyc4fUuT0QP,html[data-theme=dark] .yXNqP8Bkgas9d_XumHbv {
    border: none
}

html[data-theme=dark] .fEPKGkUK5jyc4fUuT0QP:hover,html[data-theme=dark] .yXNqP8Bkgas9d_XumHbv:hover {
    background-color: transparent
}

.fEPKGkUK5jyc4fUuT0QP:hover {
    --v3836759768: var(--flag-light,#758195) var(--flag-dark,#82899a);
    color: #758195;
    color: var(--v3836759768)
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .fEPKGkUK5jyc4fUuT0QP:hover {
        color:oklch(from var(--GBL05A) calc(l * .92) c h)
    }
}

.JmYzaky7MEPMFcJDLNMG.fEPKGkUK5jyc4fUuT0QP:hover {
    --v3285832660: var(--flag-light,#0063e4) var(--flag-dark,#467ded);
    color: #0063e4;
    color: color(display-p3 .15546 .38118 .86881);
    color: var(--v3285832660)
}

@supports (color: color(display-p3 0 0 0%)) {
    .JmYzaky7MEPMFcJDLNMG.fEPKGkUK5jyc4fUuT0QP:hover {
        --v3285832660:var(--flag-light,#0063e4) var(--flag-dark,#467ded)
    }

    @media (color-gamut:p3) {
        .JmYzaky7MEPMFcJDLNMG.fEPKGkUK5jyc4fUuT0QP:hover {
            --v3285832660: var(--flag-light,color(display-p3 0.15546 0.38118 0.86881)) var(--flag-dark,#467ded)
        }
    }
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .JmYzaky7MEPMFcJDLNMG.fEPKGkUK5jyc4fUuT0QP:hover {
        color:oklch(from var(--GBL01A) calc(l * .92) c h)
    }
}

._uLbatyxkRXPgimqvo45.fEPKGkUK5jyc4fUuT0QP:hover {
    color: #00a063
}

@media (color-gamut:p3) {
    ._uLbatyxkRXPgimqvo45.fEPKGkUK5jyc4fUuT0QP:hover {
        color: color(display-p3 .25253 .6243 .39945)
    }
}

html[data-theme=dark] ._uLbatyxkRXPgimqvo45.fEPKGkUK5jyc4fUuT0QP:hover {
    color: #00a063
}

@media (color-gamut:p3) {
    html[data-theme=dark] ._uLbatyxkRXPgimqvo45.fEPKGkUK5jyc4fUuT0QP:hover {
        color: color(display-p3 .25253 .6243 .39945)
    }
}

.izzcAj8OQYu6ydgaw42c.fEPKGkUK5jyc4fUuT0QP:hover {
    --v1430416860: var(--flag-light,#dd3e4a) var(--flag-dark,#dd3e4a);
    color: #dd3e4a;
    color: var(--v1430416860)
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .izzcAj8OQYu6ydgaw42c.fEPKGkUK5jyc4fUuT0QP:hover {
        color:oklch(from var(--GRD01A) calc(l * .92) c h)
    }
}

.ZdfrHW7Ef5ZjwFiiBJuS.fEPKGkUK5jyc4fUuT0QP:hover {
    --v3836759768: var(--flag-light,#758195) var(--flag-dark,#82899a);
    color: #758195;
    color: var(--v3836759768)
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .ZdfrHW7Ef5ZjwFiiBJuS.fEPKGkUK5jyc4fUuT0QP:hover {
        color:oklch(from var(--GBL05A) calc(l * .92) c h)
    }
}

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

.yXNqP8Bkgas9d_XumHbv:hover {
    --v1964739674: var(--flag-light,#003783) var(--flag-dark,#4664a2);
    color: #003783;
    color: color(display-p3 .07412 .21127 .49921);
    color: var(--v1964739674)
}

/*@supports (color: color(display-p3 0 0 0%)) {
    .yXNqP8Bkgas9d_XumHbv:hover {
        --v1964739674:var(--flag-light,#003783) var(--flag-dark,#4664a2)
    }

    @media (color-gamut:p3) {
        .yXNqP8Bkgas9d_XumHbv:hover {
            --v1964739674: var(--flag-light,color(display-p3 0.07412 0.21127 0.49921)) var(--flag-dark,#4664a2)
        }
    }
}

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

.GMKy5J1UWc7y8NF_V8YA {
    width: 100%
}

.B46v1Ak6Gj5sL2JTS4PY.hIwDV_tcL6XN1HprrnAq {
    padding: 0 4px
}

.B46v1Ak6Gj5sL2JTS4PY.fEPKGkUK5jyc4fUuT0QP,.B46v1Ak6Gj5sL2JTS4PY.yXNqP8Bkgas9d_XumHbv {
    padding: 0
}

.B46v1Ak6Gj5sL2JTS4PY.RuuQ6TOh2cRzJr6WlyQp .t2ntD6J1DemdOdvh5FB4 {
    margin-right: 4px
}

.ErrorPage {
    background: #fff;
    background: var(--GBK99A);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.ErrorPage-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 180px
}

@media (max-width: 690px) {
    .ErrorPage-container {
        -webkit-box-align:center;
        -ms-flex-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        align-items: center;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: 60px
    }
}

.ErrorPage-subtitle,.ErrorPage-title {
    color: #535861;
    color: var(--GBK04A);
    line-height: 1.4
}

.ErrorPage-title {
    font-size: 24px;
    font-weight: 600;
    font-weight: var(--zFontWeightBold);
    max-width: 380px
}

@media (max-width: 690px) {
    .ErrorPage-title {
        padding:0 16px
    }
}

.ErrorPage-subtitle {
    font-size: 14px;
    margin-top: 10px
}

.ErrorPage-text {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    min-width: 384px
}

@media (max-width: 690px) {
    .ErrorPage-text {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center;
        min-width: auto
    }
}

.ErrorPage-primaryButton {
    margin-top: 20px
}

.ErrorPage-errorImageContainer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 250px;
    justify-content: center;
    margin-left: 20px;
    width: 250px
}

@media (max-width: 690px) {
    .ErrorPage-errorImageContainer {
        margin-left:0
    }
}

.ErrorPage-errorImage {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.RetryError {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    min-height: 160px;
    width: 100%
}

.RetryError-title {
    color: #8491a5;
    color: var(--GBL05A);
    font-size: 22px;
    margin-bottom: 16px
}

.OrgAppHeader {
    --v4227349361: var(--flag-light,0 1px 3px rgba(0,0,0,.1)) var(--flag-dark,0 1px 3px rgba(0,0,0,.1));
    background: #fff;
    background: var(--GBK99A);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    -webkit-box-shadow: var(--v4227349361);
    box-shadow: var(--v4227349361);
    min-width: 1000px;
    overflow: hidden;
    position: relative;
    z-index: 100
}

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

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

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

.OrgAppHeader {
    background-clip: content-box
}

.OrgAppHeader.is-fixed {
    width: 100%;
    z-index: 100
}

.OrgAppHeader-inner {
    -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: var(--app-header-height);
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 var(--app-padding);
    position: relative;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    width: var(--app-width)
}

.OrgAppHeader.is-hidden .OrgAppHeader-inner {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.OrgAppHeader-userInfo {
    color: #444
}

.OrgAppHeader-userInfo .Button {
    margin-left: 16px
}

.OrgZhihuLogo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 18px
}

.OrgZhihuLogo-appName {
    border-left: 1px solid #cfdae6;
    line-height: 28px;
    margin-left: 15px;
    padding-left: 10px
}


.W329ne7r9Ot4gzRWR_AA {
    overflow: hidden;
    pointer-events: none;
    position: absolute
}

.W329ne7r9Ot4gzRWR_AA:after {
    background: #fff;
    background: var(--GBK99A);
    border: 1px solid #ebeced;
    border: 1px solid var(--GBK09B);
    -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
}

.w2j9r5Z9lHt9PvAmRayf {
    height: 16px;
    margin-top: -2px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 32px
}

.w2j9r5Z9lHt9PvAmRayf:after {
    left: 50%;
    top: -8px
}

.cApyvfK_BuxctlL0gXe_ {
    height: 16px;
    -webkit-transform: translate(-50%,-100%);
    transform: translate(-50%,-100%);
    width: 32px
}

.cApyvfK_BuxctlL0gXe_:after {
    bottom: -8px;
    left: 50%
}

.saunLECwfTBPsqThUWtO {
    height: 32px;
    margin-left: -2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px
}

.saunLECwfTBPsqThUWtO:after {
    left: -8px;
    top: 50%
}

.RhQaE5TkssFiFDfVK18R {
    height: 32px;
    -webkit-transform: translate(-100%,-50%);
    transform: translate(-100%,-50%);
    width: 16px
}

.RhQaE5TkssFiFDfVK18R:after {
    right: -8px;
    top: 50%
}

.Hd4HpgivEXthJjQIraJI {
    --v2801441220: var(--flag-light,0 5px 20px rgba(0,0,0,.1)) var(--flag-dark,0 5px 20px rgba(0,0,0,.1));
    background: #fff;
    background: var(--GBK99A);
    border: 1px solid #ebeced;
    border: 1px solid var(--GBK09B);
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.1);
    box-shadow: 0 5px 20px rgba(0,0,0,.1);
    -webkit-box-shadow: var(--v2801441220);
    box-shadow: var(--v2801441220);
    position: absolute
}

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

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

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

.Hd4HpgivEXthJjQIraJI {
    z-index: 203
}

.ANnfP2VN3I39bhxQBO6U {
    opacity: .01
}

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

.IJ34IiXWG8RSIazVpj4O,.i5jbKhy30Rl2CfXvIatH {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

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

.iu6FC73GJyA4U_F5hVlW {
    position: fixed
}

.Q3aW4lGNloPwsNZozG74 {
    margin-top: -8px;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
}

.Q3aW4lGNloPwsNZozG74.ppT2GYHiMrV3Rj29VP7O {
    margin-top: -16px
}

.Q3aW4lGNloPwsNZozG74.MOQr6PlCSuOsv44V0nUy,.Q3aW4lGNloPwsNZozG74.qNMJ8yjaJck7PqHKsACa {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
}

.PyIzdhf5t6OptzHvhQKO {
    margin-top: 8px
}

.PyIzdhf5t6OptzHvhQKO.ppT2GYHiMrV3Rj29VP7O {
    margin-top: 16px
}

.PyIzdhf5t6OptzHvhQKO.MOQr6PlCSuOsv44V0nUy,.PyIzdhf5t6OptzHvhQKO.qNMJ8yjaJck7PqHKsACa {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.J1kFp8NPNRphbsX0iU3g {
    margin-left: -8px;
    -webkit-transform-origin: right center;
    transform-origin: right center
}

.J1kFp8NPNRphbsX0iU3g.ppT2GYHiMrV3Rj29VP7O {
    margin-left: -16px
}

.J1kFp8NPNRphbsX0iU3g.MOQr6PlCSuOsv44V0nUy,.J1kFp8NPNRphbsX0iU3g.qNMJ8yjaJck7PqHKsACa {
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
}

.w7Vrabm02QLkRZ5iseWC {
    margin-left: 8px
}

.w7Vrabm02QLkRZ5iseWC.ppT2GYHiMrV3Rj29VP7O {
    margin-left: 16px
}

.w7Vrabm02QLkRZ5iseWC.MOQr6PlCSuOsv44V0nUy,.w7Vrabm02QLkRZ5iseWC.qNMJ8yjaJck7PqHKsACa {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px)
}




.AppAuthentication--appView .Modal-title {
    font-size: 18px;
    margin-top: 24px
}

.AppAuthentication--appView .Modal-content {
    padding-bottom: 16px
}

.AppAuthentication {
    max-width: 87.2%
}

.AppAuthentication-buttonContainer {
    padding: 0 16px
}

.AppAuthentication-button {
    margin-bottom: 16px;
    padding: 5px 0;
    width: 100%
}

.AppAuthentication-closeButton {
    font-size: 0;
    position: absolute;
    right: 16px;
    top: 16px
}

.RealNameModal p {
    color: #404040;
    font-size: 14px;
    line-height: 1.71
}

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

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

.RealNameModal-buttonGroup button {
    height: 36px;
    margin: 48px auto 0;
    width: 168px
}

.SignFlow input[type=number]::-webkit-inner-spin-button,.SignFlow input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

.SignFlow input {
    height: 48px
}

.SignFlow input::-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 1000px #fff!important
}

.SignFlow input[type=number] {
    -moz-appearance: textfield
}

.SignFlow .SignFlow-accountInput,.SignFlow .SignFlow-smsInput {
    width: auto
}

.SignFlow {
    overflow: hidden
}

.SignFlow-submitButton {
    height: 36px;
    margin-top: 30px;
    width: 100%
}

.SignFlow-snackBar {
    color: #8491a5;
    color: var(--GBL05A);
    font-size: 13px
}

.SignFlow-snackBarLink {
    color: #09408e;
    color: var(--GBL07A)
}

.Ask-form {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.Ask-form,.Ask-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.Ask-items {
    max-height: calc(100vh - 146px);
    min-height: 138px;
    overflow: hidden
}

.Ask-items:first-child {
    padding-top: 8px
}

.Ask-item {
    -ms-flex-negative: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-shrink: 0;
    margin-bottom: 16px;
    overflow: hidden
}

.Ask-item:nth-child(2) {
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.Ask-titleWrapper {
    display: block
}

.Ask-footer {
    -ms-flex-negative: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0
}

.Ask-footer-buttonWrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    text-align: right
}

.Ask-header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background-color: #f8f8fa;
    background-color: var(--GBK10A);
    border-bottom: 1px solid #ebeced;
    border-bottom: 1px solid var(--GBK09A);
    justify-content: space-between;
    margin: -24px -24px 12px;
    padding: 18px 24px
}

.Ask-header,.W2ewFU1c0bx6tahox08q {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.W2ewFU1c0bx6tahox08q {
    padding-bottom: 0;
    padding-top: 0
}

.W2ewFU1c0bx6tahox08q.is-large {
    padding-bottom: 2px;
    padding-top: 2px
}

.EQvEDwRqICOvs_x_kUWW {
    background: #fff;
    background: var(--GBK99A);
    border: 1px solid #ebeced;
    border: 1px solid var(--GBK09A);
    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
}

.EQvEDwRqICOvs_x_kUWW.is-focus {
    border-color: #8491a5;
    border-color: var(--GBL05A)
}

.EQvEDwRqICOvs_x_kUWW.is-large {
    padding: 6px 12px
}

.HrHisPElmD_XxB9LKi6j {
    padding-right: 4px;
    text-align: left
}

.HrHisPElmD_XxB9LKi6j.is-large {
    padding-right: 6px
}

.h39gnJsHf0NWeCTuygxV {
    border: 1px solid transparent;
    padding: 0
}

.RXYxRcvJ7zVIfNZSOcHa {
    margin-left: 8px
}

.wzIYYDapUzV6NOo6FjeV {
    border-radius: 4px;
    max-height: 500px;
    overflow: auto;
    padding: 8px 0;
    position: relative
}

.A1LO1m96faGxseE9tNf3 {
    background: none;
    border: none;
    color: #8491a5;
    color: var(--GBL05A);
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-align: left;
    width: 100%
}

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

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

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

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

.A1LO1m96faGxseE9tNf3:focus {
    background: #f8f8fa;
    background: var(--GBK10A)
}

.U4KXos1rwjW8g8If_xHY {
    margin-top: 0;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.AskBrand .Select-button {
    background-color: #fff;
    padding: 0 4px 0 12px;
    width: 124px
}

.AskBrand .AskBrand-text {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    width: 74px
}

.AskBrand--list {
    max-height: 300px
}

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

.AskBrandTitle-sub {
    color: #9196a1;
    color: var(--GBK06A);
    font-size: 13px
}

.AskTopics-input {
    border-color: #1772f6;
    border-color: var(--GBL01A);
    border-radius: 20px;
    color: #1772f6;
    color: var(--GBL01A);
    padding: 2px 18px
}

.TagInputAlias .Tag {
    margin: 0 8px 8px 0
}

.vjaMgh32RKN4CuPW6jIJ {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    line-height: normal;
    padding: 9px 0;
    width: 188px
}

.cFoxZvXNWrkYyCkQXQIH {
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle
}

.AxKNrwvUPWqm5KduQgQ0,.jmrA9Ix6WBNaYzTQfFvJ {
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.AxKNrwvUPWqm5KduQgQ0 {
    color: #191b1f;
    color: var(--GBK02A);
    font-size: 14px
}

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

.xTD6Xv3rAinkjN6QMG_v {
    vertical-align: middle
}

.QZcfWkCJoarhIYxlM_sG {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    background: var(--GBK99A);
    border: 1px solid #ebeced;
    border: 1px solid var(--GBK09A);
    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: 527px
}

.QZcfWkCJoarhIYxlM_sG.evPjxqnqXpIBzSRrcIDv {
    background: #f8f8fa;
    background: var(--GBK10A)
}

.QZcfWkCJoarhIYxlM_sG.qfAmOtjvjgHNSfCPTpcX {
    width: 100%
}

.QZcfWkCJoarhIYxlM_sG.SPwbMsVc_0aH1eDVWflY {
    height: inherit
}

.QZcfWkCJoarhIYxlM_sG.ju2X6TRIjoJMT4oPHAtz {
    height: auto;
    padding: 6px 12px;
    border: 1px solid #cccccc;
}

.QZcfWkCJoarhIYxlM_sG.boPCcYOmq77n3IFk97nE {
    background: #f8f8fa;
    background: var(--GBK10A)
}

.QZcfWkCJoarhIYxlM_sG.wwIaO3dKFgOr8Ft1HHUg {
    padding: 0
}

.QZcfWkCJoarhIYxlM_sG.is-focus {
    background: #fff;
    background: var(--GBK99A);
    border-color: #8491a5;
    border-color: var(--GBL05A)
}

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

.i7cW1UcwT6ThdhTakqFm:disabled {
    color: #adb0b7;
    color: var(--GBK07A)
}

.i7cW1UcwT6ThdhTakqFm:focus {
    outline: none
}





.i7cW1UcwT6ThdhTakqFm:-ms-input-placeholder {
    line-height: normal
}

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

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

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

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

.re7iEHUAbZCEqcG5SwA8::-webkit-input-placeholder {
    color: #d95350;
    color: var(--GRD03A)
}

.re7iEHUAbZCEqcG5SwA8::-moz-placeholder {
    color: #d95350;
    color: var(--GRD03A)
}

.re7iEHUAbZCEqcG5SwA8:-ms-input-placeholder {
    color: #d95350;
    color: var(--GRD03A)
}

.re7iEHUAbZCEqcG5SwA8::-ms-input-placeholder {
    color: #d95350;
    color: var(--GRD03A)
}

.re7iEHUAbZCEqcG5SwA8::placeholder {
    color: #d95350;
    color: var(--GRD03A)
}

.SPwbMsVc_0aH1eDVWflY .i7cW1UcwT6ThdhTakqFm {
    overflow: auto
}

.TopicInputAlias-autocomplete {
    display: inline-block
}


.TopicInputAlias-autocomplete .Input-wrapper {
    height: 30px
}

.TopicInputAlias-input {
    border-radius: 20px;
    margin-bottom: 8px;
    padding: 4px 8px;
    width: 220px
}

.TopicInputAlias-input.is-focus {
    border-color: #1772f6;
    border-color: var(--GBL01A)
}

.TopicInputAlias-input input::-webkit-input-placeholder {
    color: #adb0b7;
    color: var(--MapUIFrame07A)
}

.TopicInputAlias-input input::-moz-placeholder {
    color: #adb0b7;
    color: var(--MapUIFrame07A)
}

.TopicInputAlias-input input:-ms-input-placeholder {
    color: #adb0b7;
    color: var(--MapUIFrame07A)
}

.TopicInputAlias-input input::-ms-input-placeholder {
    color: #adb0b7;
    color: var(--MapUIFrame07A)
}

.TopicInputAlias-input input::placeholder {
    color: #adb0b7;
    color: var(--MapUIFrame07A)
}

.TopicInputAlias-placeholderButton {
    background: none!important;
    color: #1772f6!important;
    color: var(--GBL01A)!important;
    line-height: 30px
}

.TopicInputAlias-suggestionContainer {
    font-size: 14px;
    max-height: 214px;
    min-width: 154px;
    overflow: auto
}

.AskDetail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 112px
}

.AskDetail-input {
    font-size: 15px
}

.AskDetail-inputWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto
}

.AskDetail-actionsWrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden
}

.AskDetail-actionsWrapper .Editable-control {
    color: #373a40;
    color: var(--MapText03A)
}

.AskDetail-actionsWrapper .Editable-control.is-active {
    color: #1772f6;
    color: var(--MapBrand)
}

.AskDetail-actions {
    float: right
}

.AskDetail-placeholder {
    color: #8491a5;
    color: var(--GBL05A);
    display: inline-block
}

.AskFieldTip {
    display: inline-block;
    font-size: 10px;
    line-height: 14px
}

.AskFieldTip--warning {
    color: #f77a31;
    color: var(--GYL01A)
}

.AskFieldTip--error {
    color: #d95350;
    color: var(--GRD03A)
}

.AskFieldTip .MaxLength {
    font-size: 10px;
    line-height: 14px
}

.AskTitle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 17px;
    min-height: 54px;
    position: relative
}



.AskTitle-text {
    word-wrap: break-word;
    line-height: 27px;
    opacity: 0;
    position: absolute;
    white-space: pre-wrap;
    width: 100%;
    z-index: -100
}

.AskTitle-input {
    border: none;
    font-size: 17px;
    font-weight: 500;
    max-height: 81px;
    padding: 0!important
}

.AskTitle-input.is-focus {
    border: none;
    line-height: 27px
}

.AskTitle-input .Input:not(input) {
    line-height: 27px
}

.AskTitle-input .Input:not(input)::-webkit-input-placeholder {
    color: #adb0b7;
    color: var(--MapText07A);
    font-weight: 400
}

.AskTitle-input .Input:not(input)::-moz-placeholder {
    color: #adb0b7;
    color: var(--MapText07A);
    font-weight: 400
}

.AskTitle-input .Input:not(input):-ms-input-placeholder {
    color: #adb0b7;
    color: var(--MapText07A);
    font-weight: 400
}

.AskTitle-input .Input:not(input)::-ms-input-placeholder {
    color: #adb0b7;
    color: var(--MapText07A);
    font-weight: 400
}

.AskTitle-input .Input:not(input)::placeholder {
    color: #adb0b7;
    color: var(--MapText07A);
    font-weight: 400
}

.AskTitle-suggestionClose {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    color: #8491a5;
    color: var(--GBL05A);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 8px 12px
}



.AskTitle-suggestionContainer {
    max-height: 164px;
    overflow: auto;
    width: 432px
}

.AskTitle-suggestionItem .Menu-item {
    padding: 8px 12px
}

.AskTitle-suggestionItemLink {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.AskTitle-suggestionItemDesc {
    -ms-flex-negative: 0;
    color: #8491a5;
    color: var(--GBL05A);
    flex-shrink: 0;
    padding-left: 14px
}

.AskOrgSelect-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #adb0b7;
    color: var(--GBK07B);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
    padding-top: 26px
}

.AskOrgSelect-item+.AskOrgSelect-item {
    border-top: 1px solid #ebeced;
    border-top: 1px solid var(--GBK09A)
}

.AskOrgSelect-item svg {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.AskOrgSelect-itemTitle {
    color: #191b1f;
    color: var(--GBK02A);
    font-size: 17px
}

.AskOrgSelect-itemDesc {
    color: #8491a5;
    color: var(--GBL05A);
    font-size: 14px;
    margin-top: 10px
}

.WalleModal-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 15px
}

.WalleModal-des {
    color: #373a40;
    color: var(--GBK03A);
    font-size: 15px;
    line-height: 1.4
}

.WalleModal-img {
    height: auto;
    margin-bottom: 15px;
    margin-top: 40px;
    max-height: 100%;
    max-width: 100%;
    width: auto
}

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

.WalleModal-content {
    width: 60%
}

.WalleModal-title {
    color: #373a40;
    color: var(--GBK03A);
    font-size: 16px;
    line-height: 1.2
}

@media only screen and (min-device-width: 320px) {
    .WalleModal-title {
        font-size:15px
    }
}

.WalleModal-intro {
    color: #535861;
    color: var(--GBK04A);
    font-size: 13px;
    line-height: 1.38;
    margin-top: 3px
}

.WalleModal-btn {
    height: 32px;
    width: 92px
}






.SearchBar-groupItem--topSearch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px
}

.SearchBar-groupItem--hisotry {
    display: block
}

.SearchBar-menuContainer {
    margin-left: -13px;
    margin-left: calc(var(--inputPadding, 12px)*-1 - 1px)
}

.SearchBar-menu {
    overflow-x: hidden;
    padding-bottom: 0;
    width: 400px
}

.SearchBar-menu.SearchBar-noValueMenu {
    padding-bottom: 8px
}

.SearchBar-menu em {
    color: #8491a5;
    color: var(--GBL05A);
    font-style: normal
}

.SearchBar-menu .blueFont em {
    color: #09408e;
    color: var(--GBL07A)
}

.SearchBar-contentResult,.SearchBar-defaultResult,.SearchBar-peopleResult,.SearchBar-searchLink,.SearchBar-topicResult {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    padding: 10px 0
}

.SearchBar-label {
    border-bottom: 1px solid #ebeced;
    border-bottom: 1px solid var(--GBK09A);
    color: #8491a5;
    color: var(--GBL05A);
    font-size: 14px;
    margin-left: 16px;
    margin-right: 16px;
    padding: 7px 0
}

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

.SearchBar-peopleResult {
    padding: 13px 0
}

.SearchBar-peopleResult .AuthorInfo {
    padding-top: 0
}

.SearchBar-peopleResult .AuthorInfo-name {
    font-weight: 400
}

.SearchBar-peopleResult .AuthorInfo-badge {
    color: #8491a5;
    color: var(--GBL05A);
    font-size: 13px
}

.SearchBar-userAvatar {
    border-radius: 3px
}

.SearchBar-user {
    display: inline-block;
    margin-left: 16px
}

.SearchBar-userHeadline {
    color: #8491a5;
    color: var(--GBL05A);
    font-size: 13px;
    margin-top: 2px
}

.SearchBar-contentSuffix,.SearchBar-topicSuffix {
    color: #8491a5;
    color: var(--GBL05A);
    font-size: 13px;
    margin-left: 8px;
    white-space: nowrap
}

.SearchBar-searchLink {
    color: #1772f6;
    color: var(--GBL01A);
    cursor: pointer;
    display: block;
    font-size: 14px
}

.SearchBar-askContainer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.SearchBar-askButton {
    -ms-flex-negative: 0;
    border-radius: 999px 0 0 999px!important;
    flex-shrink: 0;
    line-height: 30px;
    margin-left: 20px;
    padding: 0 14px;
    -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;
    z-index: 103
}

.SearchBar-askButton,.SearchBar-input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.SearchBar-input {
    padding-left: 12px;
    padding-left: var(--inputPadding,12px);
    padding-right: 0;
    -webkit-transition: width .2s ease,background .3s ease;
    transition: width .2s ease,background .3s ease;
    width: 100%
}

.SearchBar-searchButton {
    background: transparent;
    border-bottom-left-radius: 0;
    border-color: transparent;
    border-top-left-radius: 0;
    margin-left: 12px;
    padding: 0 12px
}

.SearchBar-searchIcon {
    -webkit-transition: fill .2s ease;
    transition: fill .2s ease
}

.SearchBar-searchIcon.isFocus {
    color: #1772f6;
    color: var(--GBL01A)
}

.SearchBar-searchIcon.hasValue {
    color: #fff;
    color: var(--MapUIFrame99B)
}

.SearchBar-menu .Menu-item {
    padding: 0 16px
}

.ReportsItem {
    color: #8491a5;
    color: var(--GBL05A);
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    margin-right: -8px;
    padding: 8px 0;
    text-align: right
}

.SearchBar-historyItem {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    font-size: 14px;
    justify-content: space-between;
    line-height: 24px;
    padding: 8px 0
}

.SearchBar-historyItem,.SearchBar-historyItemContent {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.SearchBar-historyItemContent.blueFont {
    color: #09408e;
    color: var(--GBL07A)
}

.SearchBar-historyLabel {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-bottom: 1px solid #ebeced;
    border-bottom: 1px solid var(--GBK09A);
    color: #8491a5;
    color: var(--GBL05A);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    margin-left: 16px;
    margin-right: 16px;
    padding: 7px 0
}

.SearchBar-historyIconWrapper {
    position: relative
}

.SearchBar-historyIconWrapper svg {
    fill: #8491a5;
    fill: var(--GBL05A)
}

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

.SearchBar-historyIconWrapper:hover svg {
    fill: #09408e;
    fill: var(--GBL07A)
}

.SearchBar-historyIconShade {
    cursor: pointer;
    height: 100%;
    position: absolute;
    width: 100%
}

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

.SearchBar-historyDelete {
    display: none
}

.SearchBar-historyItem:hover .SearchBar-historyDelete {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.SearchBar-historyDeleteAll {
    cursor: pointer
}

.SearchBar-topSearchItem {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    height: 32px;
    margin: 2px 0;
    padding: 4px 0
}

.SimpleSearchBar-wrapper {
    margin: auto 0;
    width: 296px
}

.SimpleSearchBar-solidSearchButton {
    border-radius: 0 3px 3px 0;
    padding: 0 12px
}

.SimpleSearchBar-plainSearchButton {
    background-color: transparent;
    border-color: transparent;
    padding: 0 12px
}

.SimpleSearchBar-input {
    background-color: #f8f8fa;
    background-color: var(--GBK10A);
    padding-right: 0;
    width: 100%
}



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

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

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



.AppHeader.is-fixed {
    width: 100%;
    z-index: 100
}

.AppHeader-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: var(--app-header-height);
    margin: 0 auto;
    padding: 0 var(--app-padding);
    position: relative;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    width: var(--app-width)
}

.AppHeader.is-hidden .AppHeader-inner {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.AppHeader-Tabs {
    -ms-flex-negative: 0;
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    margin: 0 16px
}

.AppHeader-Tab {
    padding: 0 14px
}

.AppHeader-TabsLink {
    color: #8491a5;
    color: var(--GBL05A);
    font-size: 15px
}

.AppHeader-TabsLink.is-active,.AppHeader-TabsLink:hover {
    color: #373a40;
    color: var(--GBK03A)
}

.AppHeader-TabsLink: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] .AppHeader-TabsLink:focus {
    --v3473974657: var(--flag-light,0 0 0 2px #fff,0 0 0 5px rgba(23,114,246,.3)) var(--flag-dark,0 0 0 2px #191b1f,0 0 0 5px rgba(85,142,255,.3));
    -webkit-box-shadow: 0 0 0 2px #fff,0 0 0 5px rgba(23,114,246,.3);
    box-shadow: 0 0 0 2px #fff,0 0 0 5px rgba(23,114,246,.3);
    -webkit-box-shadow: var(--v3473974657);
    box-shadow: var(--v3473974657)
}

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

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

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

.AppHeader-navDivider {
    -ms-flex-item-align: center;
    align-self: center;
    border-right: 1px solid #c4c7ce;
    border-right: 1px solid var(--GBK08A);
    height: 15px
}

.AppHeader-input {
    width: 345px
}

.AppHeader-userInfo {
    -ms-flex-negative: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    justify-content: flex-end;
    margin-left: 10px;
    width: 296px
}

.AppHeader-messages,.AppHeader-notifications {
    margin-right: 24px;
    margin-top: 2px
}

.AppHeader-profile {
    position: relative
}

.AppHeader-login {
    margin-right: 16px
}



.ShortcutHintModal {
    font-size: 15px;
    width: auto
}

.ShortcutHintModal .Modal-content {
    margin-top: 30px;
    padding: 0 0 32px
}

.ShortcutHintModal-content {
    padding: 0 20px 16px 0
}

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

.ShortcutHintModal-hintList {
    padding: 0 30px
}

.ShortcutHintModal-hintList:first-child {
    border-right: 1px solid #f8f8fa;
    border-right: 1px solid var(--GBL10A)
}

.ShortcutHintModal-hintTitle {
    font-weight: 600;
    font-weight: var(--zFontWeightBold);
    margin-bottom: 24px;
    text-align: center
}

.KeyHint {
    margin-bottom: 16px
}

.KeyHint,.KeyHint-keyContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.KeyHint-keyContainer {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 8px;
    width: 120px
}

.KeyHint-key {
    color: #8491a5;
    color: var(--GBL05A);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.KeyHint-separator {
    margin: 0 8px
}

.KeyHint-separator--space {
    margin: 0 4px
}

.KeyHint-kbd {
    border: 1px solid #f8f8fa;
    border: 1px solid var(--GBL10A);
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.06);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.06);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Menlo,Monaco,Consolas,Andale Mono,lucida console,Courier New,monospace;
    font-family: var(--zFontMonospace);
    font-size: 16px;
    font-weight: 600;
    font-weight: var(--zFontWeightBold);
    height: 26px;
    min-width: 26px;
    padding: 0 6px;
    text-align: center
}

.GlobalTooltip.Tooltip {
    position: fixed;
    z-index: 9999
}

.Tooltip {
    height: 0;
    position: absolute;
    width: 0
}

.Tooltip-enter,.Tooltip-leave {
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.Tooltip-enter {
    opacity: 0
}

.Tooltip-enter-active,.Tooltip-leave {
    opacity: 1
}

.Tooltip-leave-active {
    opacity: 0
}

.TooltipContent-wrapper {
    height: 0;
    position: relative;
    width: 0
}

.TooltipContent {
    --v3331802114: var(--flag-light,rgba(25,27,31,.8)) var(--flag-dark,hsla(0,0%,100%,.8));
    background-color: rgba(25,27,31,.8);
    background-color: var(--v3331802114);
    border-radius: 4px;
    color: #fff;
    color: var(--GBK99A);
    font-size: 13px;
    left: 0;
    padding: 6px 8px;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

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

.TooltipContent.TooltipContent--white {
    --v2801441220: var(--flag-light,0 5px 20px rgba(0,0,0,.1)) var(--flag-dark,0 5px 20px rgba(0,0,0,.1));
    background: #fff;
    background: var(--GBK99A);
    border: 1px solid #ebeced;
    border: 1px solid var(--GBK09B);
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.1);
    box-shadow: 0 5px 20px rgba(0,0,0,.1);
    -webkit-box-shadow: var(--v2801441220);
    box-shadow: var(--v2801441220);
    color: #535861;
    color: var(--GBK04A)
}

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

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

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

.TooltipContent.TooltipContent--white .TooltipContent-arrow:after {
    background: #fff;
    background: var(--GBK99A);
    border: 1px solid #ebeced;
    border: 1px solid var(--GBK09B)
}

.TooltipContent--top {
    -webkit-transform: translate(-50%,-100%) translateY(-8px);
    transform: translate(-50%,-100%) translateY(-8px)
}

.TooltipContent--bottom {
    -webkit-transform: translate(-50%) translateY(8px);
    transform: translate(-50%) translateY(8px)
}

.TooltipContent--left {
    -webkit-transform: translate(-100%,-50%) translateX(-8px);
    transform: translate(-100%,-50%) translateX(-8px)
}

.TooltipContent--right {
    -webkit-transform: translateY(-50%) translateX(8px);
    transform: translateY(-50%) translateX(8px)
}

.TooltipContent-arrow {
    overflow: hidden;
    position: absolute
}

.TooltipContent-arrow:after {
    --v3331802114: var(--flag-light,rgba(25,27,31,.8)) var(--flag-dark,hsla(0,0%,100%,.8));
    background: rgba(25,27,31,.8);
    background: var(--v3331802114);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    height: 32px;
    pointer-events: auto;
    position: absolute;
    width: 32px
}

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

.TooltipContent--top .TooltipContent-arrow:after {
    -webkit-transform: translate(-8px,-32px) rotate(45deg);
    transform: translate(-8px,-32px) rotate(45deg)
}

.TooltipContent--bottom .TooltipContent-arrow:after {
    -webkit-transform: translate(-8px,8px) rotate(45deg);
    transform: translate(-8px,8px) rotate(45deg)
}

.TooltipContent--left .TooltipContent-arrow:after {
    -webkit-transform: translate(-32px,-8px) rotate(45deg);
    transform: translate(-32px,-8px) rotate(45deg)
}

.TooltipContent--right .TooltipContent-arrow:after {
    -webkit-transform: translate(8px,-8px) rotate(45deg);
    transform: translate(8px,-8px) rotate(45deg)
}

.TooltipContent--top .TooltipContent-arrow {
    bottom: 0;
    height: 8px;
    left: 50%;
    -webkit-transform: translate(-50%,100%);
    transform: translate(-50%,100%);
    width: 16px
}

.TooltipContent--bottom .TooltipContent-arrow {
    height: 8px;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%,-100%);
    transform: translate(-50%,-100%);
    width: 16px
}

.TooltipContent--left .TooltipContent-arrow {
    height: 16px;
    right: 0;
    top: 50%;
    -webkit-transform: translate(100%,-50%);
    transform: translate(100%,-50%);
    width: 8px
}

.TooltipContent--right .TooltipContent-arrow {
    height: 16px;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-100%,-50%);
    transform: translate(-100%,-50%);
    width: 8px
}

.TooltipContent a {
    color: inherit;
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.TooltipContent-children--restricted {
    word-wrap: break-word;
    display: block;
    max-height: 300px;
    max-width: 250px;
    overflow: auto;
    white-space: normal;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.BindPhone-buttonSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px
}

.BindPhone-button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.BindPhone-button:first-child {
    margin-right: 10px
}

.BindPhone-subtitle {
    color: #8491a5;
    color: var(--GBL05A);
    margin-bottom: 24px;
    margin-top: 2px;
    padding: 0 24px;
    text-align: center
}

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

.BindPhone-helpText {
    color: #8491a5;
    color: var(--GBL05A)
}

.BindPhone-remindLoginWithPhoneButton {
    display: block;
    margin: 48px auto 0;
    width: 220px
}



.MobileModal .SignFlow.BindPhoneForm {
    margin-top: 16px;
    padding: 0 16px
}

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

.MobileModal .BindPhone-buttonSection {
    margin-top: 16px
}

.MobileModal.VerificationModal {
    padding: 0 16px
}

.MobileModal .SignFlow-smsInputButton {
    top: 23px
}

.MobileModal .BindPhone-remindLoginWithPhoneButton {
    margin-top: 16px
}

.MobileModal.BindPhoneMobileModal .MobileModal-content,.MobileModal.ConfirmUnbindMobileModal .MobileModal-content,.MobileModal.LoginWithPhoneMobileModal .MobileModal-content,.MobileModal.NeedUnbindMobileModal .MobileModal-content {
    padding-top: 0
}

.BindPhoneForm .Input-wrapper {
    border: none;
    border-bottom: 1px solid #ebeced;
    border-bottom: 1px solid var(--GBK09A);
    border-radius: 0;
    color: #8491a5;
    color: var(--GBL05A);
    height: 48px;
    padding: 0;
    width: 100%
}

.BindPhoneForm .Input-wrapper.is-focus {
    border: none;
    border-bottom: 1px solid #ebeced;
    border-bottom: 1px solid var(--GBK09A)
}

.BindPhoneForm .SignFlow-accountInput.Input-wrapper,.BindPhoneForm .SignFlow-accountInput.Input-wrapper.is-focus {
    border: none
}

.BindPhoneForm .SignFlow-smsBindPhoneInput {
    border-bottom: 1px solid #ebeced;
    border-bottom: 1px solid var(--GBK09A);
    width: 100%
}

.BindPhoneForm .SignFlow-smsBindPhoneInput .Input-wrapper,.BindPhoneForm .SignFlow-smsBindPhoneInput .Input-wrapper.is-focus {
    border: none
}

.SignFlowInput {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    position: relative
}

.SignFlowInput .Input-wrapper {
    color: #8491a5;
    color: var(--GBL05A);
    height: 48px;
    padding: 0;
    width: 100%
}

.SignFlowInput input.Input {
    height: 48px
}

.SignFlowInput-errorMask {
    background: #fff;
    background: var(--GBK99A);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #d95350;
    color: var(--GRD03A);
    cursor: text;
    font-size: 14px;
    height: 90%;
    margin-top: -47px;
    opacity: 1;
    padding: 12px 0 0 20px;
    position: absolute;
    right: 0;
    text-align: right;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
}

.SignFlowInput-errorMask:before {
    --v1953896847: var(--flag-light,linear-gradient(to right,hsla(0,0%,100%,0),#fff)) var(--flag-dark,linear-gradient(to right,rgba(25,27,31,0),#191b1f));
    background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),to(#fff));
    background: linear-gradient(90deg,hsla(0,0%,100%,0),#fff);
    background: var(--v1953896847);
    content: "";
    height: 46px;
    left: -16px;
    position: absolute;
    top: 0;
    width: 16px
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    .SignFlowInput-errorMask:before {
        background:-webkit-gradient(linear,left top,right top,from(oklch(from var(--GBK99A) l c h/0)),to(var(--GBK99A)));
        background: linear-gradient(to right,oklch(from var(--GBK99A) l c h/0),var(--GBK99A))
    }
}

.SignFlowInput-errorMask--hidden {
    height: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    width: 0
}

.SignFlowInput-errorMask--hidden:before {
    height: 0;
    opacity: 0;
    overflow: hidden;
    width: 0
}

.SignFlowInput-requiredErrorMask {
    padding-left: 0;
    right: auto!important;
    text-align: left;
    width: 100%
}

.SignFlowInput-requiredErrorMask:before {
    height: 0;
    opacity: 0;
    overflow: hidden;
    width: 0
}

.SignFlow-accountInputContainer {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    overflow: hidden
}

.SignFlow-account {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ebeced;
    border-bottom: 1px solid var(--GBK09A);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px
}

.SignFlow-supportedCountriesSelectContainer {
    display: inline-block;
    min-width: 72px
}

.SignFlow-accountSeperator {
    background: #ebeced;
    background: var(--GBK09A);
    height: 22px;
    margin: 0 12px;
    width: 1px
}

.MobileContriesSelect {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px
}

.MobileContriesSelect-content {
    display: inline-block;
    position: relative;
    width: 50px
}

.MobileContriesSelect-content div,.MobileContriesSelect-content select {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
}

.MobileContriesSelect-content select {
    opacity: 0
}

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

.CountingDownButton.is-counting {
    color: #8491a5;
    color: var(--GBL05A);
    cursor: auto
}

.SignFlow-smsBindPhoneInputContainer {
    margin-top: 12px;
    position: relative
}

.SignFlow-smsBindPhoneInputErrorMessage {
    height: 47px;
    line-height: 47px;
    margin: 0;
    padding: 0 0 0 4px;
    right: 108px;
    top: 24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40%
}

.SignFlow-smsBindPhoneInputErrorMask {
    right: 20px
}

.SignFlow-smsBindPhoneInputErrorMask-Mobile {
    right: 120px
}

.SignFlow-smsBindPhoneInputButton {
    color: #09408e;
    color: var(--GBL07A);
    padding: 4px 0;
    position: absolute;
    right: 0;
    top: 24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.SignFlow-smsBindPhoneInput {
    width: calc(100% - 100px)
}

body {
    -webkit-tap-highlight-color: rgba(25,27,31,0);
    --v3836584028: var(--flag-light,rgba(25,27,31,0)) var(--flag-dark,hsla(0,0%,100%,0));
    -webkit-tap-highlight-color: var(--v3836584028);
    background: #f4f6f9;
    background: var(--GBK10C);
    color: #191b1f;
    color: var(--GBK02A)
}

@supports (color: lab(from red l 1 1%/calc(alpha + 0.1))) {
    body {
        -webkit-tap-highlight-color:oklch(from var(--GBK02A) l c h/0)
    }
}

html[data-theme=light] body {
    -webkit-tap-highlight-color: unset;
    background: transparent none repeat 0 0/auto auto padding-box border-box scroll;
    background: initial;
    color: inherit
}

.GreyBg-body {
    background: #f4f6f9;
    background: var(--GBK10C)
}

.i60bt2bCXx1pKnAkNzoo {
    background-color: #f8f8fa;
    background-color: var(--GBK10A);
    display: inline-block;
    position: relative
}

html[data-theme=dark] .i60bt2bCXx1pKnAkNzoo {
    position: relative
}

html[data-theme=dark] .i60bt2bCXx1pKnAkNzoo:after {
    background-color: rgba(0,0,0,.3);
    border-radius: inherit;
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

.i60bt2bCXx1pKnAkNzoo.MTbtKBJDJPKBySXeN0wL {
    border-radius: 50%
}

.tjVkHZWUR4iW2aLxMyQm {
    border-radius: inherit;
    display: block;
    max-width: none
}

.sNuVekchM44BJYqZZ0SA {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative
}

.MGGnuowBXNfe52hGin52 {
    background: #fff;
    background: var(--GBK99A);
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: 24px;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
    padding: 5px 6px;
    position: absolute;
    top: 50%;
    width: 24px
}

.bwrzzd6tPT5viPIu5peQ {
    border-radius: inherit;
    font-size: 12px;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    top: 0;
    white-space: nowrap;
    width: 100%
}

.LszR13OhpmsRRpknPjk6 {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f4f4f4),to(#fdfdfd));
    background-image: linear-gradient(180deg,#f4f4f4,#fdfdfd);
    border-radius: inherit
}

html[data-theme=dark] .LszR13OhpmsRRpknPjk6 {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#2e2e2e),to(#3b3b3b));
    background-image: linear-gradient(180deg,#2e2e2e,#3b3b3b)
}

.yBKynqQExNFZ3bvDL19m {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f4f4f4),to(#fdfdfd));
    background-image: linear-gradient(180deg,#f4f4f4,#fdfdfd);
    border-radius: inherit;
    position: relative
}

html[data-theme=dark] .yBKynqQExNFZ3bvDL19m {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#2e2e2e),to(#3b3b3b));
    background-image: linear-gradient(180deg,#2e2e2e,#3b3b3b)
}

.xmz4S5HOgOcfFVoz25ul {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 29.5px
}

.zgIR1tWuupZdKtloVAoo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #ebeced;
    background-color: var(--GBK09B);
    border-radius: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.aWAJO_JPamjqQk8dNH0X {
    fill: #c4c7ce;
    fill: var(--GBK08B);
    height: 40px;
    width: 40px
}

.rZxB3kE8VY6a5JFdImR2 {
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: .6
}

.ntwyyaVWXDhvCTMCix7R {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
    -webkit-transition: opacity .7s ease-in,blur .7s ease-in;
    transition: opacity .7s ease-in,blur .7s ease-in
}

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

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

/*# sourceMappingURL=other.216a26f4.c45bd9469616e9eff39f.css.map*/
.css-1e6gd2l {
    box-sizing: border-box;
    margin: 0px 0px 16px;
    min-width: 0px;
    line-height: 15px;
    font-size: 15px;
    font-weight: 600;
    color: rgb(25, 27, 31);
}
.css-158h1b3 {
    margin: 0px;
    min-width: 0px;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    height: 82px;
    padding: 12px 11px;
    display: flex;
    box-sizing: border-box;
    border: 1px solid rgb(23, 114, 246);
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    border-radius: 4px;
    position: relative;
}
.css-158h1b3 .ZDI--XmarkCircleFill24 {
    display: none;
}

.css-a2qab6 {
    position: absolute;
    right: -8px;
    top: -8px;
    color: rgb(217, 83, 80);
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    border: 2px solid rgb(255, 255, 255);
}
svg {
    width: 12;
    height: 12;
    fill: currentcolor;
}
.css-1mquphc {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #535861;
    display: -webkit-box;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.css-1pmi6xr {
    box-sizing: border-box;
    margin: 6px 0px 0px;
    min-width: 0px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    display: flex;
    font-size: 12px;
    zoom: 0.91;
}
.css-1269sre {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    color: rgb(103, 194, 58);
}
.css-fpkvnh {
    box-sizing: border-box;
    margin: 0px 0px 0px 16px;
    min-width: 0px;
    color: rgb(132, 145, 165);
}
.css-13xgwlt {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    position: absolute;
    top: 0px;
    left: 217px;
    width: 979px;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(18, 18, 18, 0.1) 0px 1px 3px;
}
.css-exu8ta {
    box-sizing: border-box;
    min-width: 0px;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    color: rgb(55, 58, 64);
    width: 600px;
    position: relative;
    padding-left: 10px;
    margin: 26px 0px 16px 31px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
}
.css-vurnku {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
}
.css-nc5y3n {
    position: absolute;
    right: 8px;
    bottom: 8px;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0.8);
    border-radius: 3px;
    height: 32px;
    line-height: 32px;
    padding: 0px 8px;
    font-size: 14px;
    cursor: pointer;
}
.css-7fkd3b {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    width: 208px;
    height: 24px;
    border-radius: 12px;
    border: 1px solid rgb(25, 27, 31);
    font-size: 13px;
    line-height: 24px;
    padding-left: 10px;
    position: absolute;
    left: 143px;
    bottom: -30px;
    z-index: 1;
}
.css-1fcf8n0 {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    max-width: 100%;
    width: 36px;
    height: 28px;
    position: absolute;
    bottom: 1px;
    right: 6px;
}
.css-1lagh6h {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    width: 7px;
    height: 7px;
    border-left: 1px solid rgb(25, 27, 31);
    border-top: 1px solid rgb(25, 27, 31);
    position: absolute;
    top: -4px;
    left: 14px;
    transform: rotate(45deg);
    background-color: rgb(255, 255, 255);
}
.css-1ghwiaw {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    position: absolute;
    right: 0px;
    top: 26px;
    border-left: 1px solid rgb(235, 236, 237);
    border-top-color: rgb(235, 236, 237);
    border-right-color: rgb(235, 236, 237);
    border-bottom-color: rgb(235, 236, 237);
    overflow: auto;
    width: 278px;
    padding-left: 20px;
}
.css-1e6gd2l {
    box-sizing: border-box;
    margin: 0px 0px 16px;
    min-width: 0px;
    line-height: 15px;
    font-size: 15px;
    font-weight: 600;
    color: rgb(25, 27, 31);
}
.css-1wqdfjs {
    box-sizing: border-box;
    margin: 26px 0px 0px;
    min-width: 0px;
    /*background-image: url(../img/bg_icon.jpg);
    background-size: 100% 100%;*/
    font-size: 12px;
    position: relative;
    width: 236px;
    height: 494px;
}
.css-1u8ordd {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    position: absolute;
    left: 7px;
    top: 158px;
    overflow: hidden;
    width: 222px;
    height: 281px;
    background-color: rgb(255, 255, 255);
}
.css-kckm1x {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    position: absolute;
    left: 7px;
    bottom: 6px;
    background-image: url(../img/bg_icon.jpg);
    background-size: 100% 100%;
    width: 222px;
    height: 56px;
}
.css-1u0d28h {
    box-sizing: border-box;
    margin: 0px 9px;
    min-width: 0px;
    padding-top: 4px;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    display: flex;
}
.css-qhtyt9 {
    box-sizing: border-box;
    min-width: 0px;
    border-radius: 4px;
    font-weight: 600;
    zoom: 0.83;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: auto;
    height: auto;
    background-color: transparent;
    margin: 4px 9px;
}
.css-e7rozc {
    box-sizing: border-box;
    margin: 0px 9px 0px 0px;
    min-width: 0px;
    border-radius: 50%;
    overflow: hidden;
    width: 19px;
    height: 19px;
    background-color: rgb(248, 248, 250);
}
.css-1jrxz3i {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.css-vurnku {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
}
.css-t77osx {
    box-sizing: border-box;
    margin: 0px 0px 2px;
    min-width: 0px;
    border-radius: 4px;
    color: rgb(25, 27, 31);
    line-height: 9px;
    transform-origin: 0px center;
    transform: scale(0.67);
    width: 150%;
    height: 9px;
    background-color: transparent;
}
.css-q5haat {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    border-radius: 4px;
    color: rgb(145, 150, 161);
    line-height: 9px;
    transform-origin: 0px center;
    transform: scale(0.58);
    width: 170%;
    height: 9px;
    background-color: transparent;
}
.css-wnt1y7 {
    box-sizing: border-box;
    min-width: 0px;
    color: rgb(55, 58, 64);
    zoom: 1;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin: 0px 9px 5px;
}
.css-5rft9v {
    box-sizing: border-box;
    margin: 0px 0px 3px;
    min-width: 0px;
    border-radius: 4px;
    width: 199px;
    height: 9px;
    background-color: rgb(248, 248, 250);
}
.css-18eyffn {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    border-radius: 4px;
    width: 74px;
    height: 9px;
    background-color: rgb(248, 248, 250);
}
.css-1cg4e9r {
    box-sizing: border-box;
    margin: 0px 9px;
    min-width: 0px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    height: 115px;
    background-color: rgb(0, 0, 0);
}
.css-1y4i9do {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.css-1lv1t9y {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    position: absolute;
    bottom: 7px;
    right: 7px;
    zoom: 0.58;
    color: rgb(255, 255, 255);
    border-radius: 4px;
    width: auto;
    background-color: transparent;
    height: auto;
}
.css-1ithwm4 {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    max-width: 100%;
    height: auto;
    width: 100%;
}
.css-kckm1x {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    position: absolute;
    left: 7px;
    bottom: 6px;
    background-image: url(../img/bg_icon.jpg);
    background-size: 100% 100%;
    width: 222px;
    height: 56px;
}
.css-gnqbje {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    display: block;
}
.css-1u1atbi {
    border-radius: 50%;
    cursor: pointer;
    display: inline-flex;
}
.css-1i5t6yb {
    appearance: none;
    clip: rect(0px, 0px, 0px, 0px);
    pointer-events: none;
    position: absolute;
}
input[type="radio" i] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 0px 5px;
    padding: initial;
    border: initial;
}
.css-1pysja1 {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    flex: 1 1 0%;
}
.css-16tjfny {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    -webkit-box-align: center;
    align-items: center;
    padding: 6px 8px;
    color: rgb(132, 145, 165);
    display: flex;
    border-radius: 4px;
    max-width: 530px;
    border: 1px solid rgb(248, 248, 250);
}
.css-tav76q {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    font-size: 12px;
    line-height: 17px;
}
.css-19bjnr2 {
    display: inline-block;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    background: none;
    margin-left: 8px;
    padding: 0px;
    width: 110px;
    font-size: 12px;
    border: none;
    color: inherit;
    border-radius: 4px;
}
.css-15ro776 {
    margin-right: 4px;
}
/*///////////////////知识点样式///////////////////////*/
.Modal-wrapper {
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .3s ease-out;
    z-index: 203;
}
.Modal-backdrop {
    --v2780095318: var(--flag-light, rgba(0, 0, 0, .65)) var(--flag-dark, rgba(0, 0, 0, .65));
    background-color: rgba(0, 0, 0, .65);
    background-color: var(--v2780095318);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color .3s ease-out;
    z-index: 0;
}
.css-1oooffc {
    width: 923px;
    max-height: initial;
}
.Modal {
    box-sizing: border-box;
    transition: max-height .8s ease;
}
@supports (color:lab(from red l 1 1%/calc(alpha + 0.1)))
.Modal {
    box-shadow: 0 5px 20px oklch(from initial #000 l c h/.1);
}
.Modal {
    --v2801441220: var(--flag-light, 0 5px 20px rgba(0, 0, 0, .1)) var(--flag-dark, 0 5px 20px rgba(0, 0, 0, .1));
    box-shadow: 0 5px 20px rgba(0,0,0,.1);
    box-shadow: var(--v2801441220);
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-height: calc(100vh - 48px);
    position: relative;
    width: 400px;
    z-index: 1;
}
.css-1oooffc .Modal-content {
    line-height: normal;
    padding: 0px;
    margin: 0px;
}
.Modal-content {
    flex: 1 1;
    line-height: 1.7;
    margin-top: 24px;
    opacity: 1;
    padding: 0 24px 32px;
}
.css-9kkwfo {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    height: 480px;
    display: flex;
}
.css-h9o69n {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    width: 540px;
    background-color: rgb(248, 248, 250);
    padding: 20px;
}
.css-1kwqs79 {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    font-size: 24px;
    font-weight: 500;
}
.css-4qu2kd {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    font-size: 14px;
    font-weight: 500;
    color: rgb(55, 58, 64);
}
h1, h2, h3 {
    font: inherit;
    margin: 0;
}
h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.css-3ibr72 {
    box-sizing: border-box;
    margin: 20px 0px 0px;
    min-width: 0px;
}
.css-ts04y3 {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    outline: none;
}
.css-1ov0g27 {
    box-sizing: border-box;
    min-width: 0px;
    position: relative;
    margin: 0px;
}
.css-1mfledv {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: rgb(0, 0, 0);
}
.css-1wgf22g {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 8px;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out 0s;
    background: rgba(0, 0, 0, 0.04);
}
.css-1jfoowa {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    width: 54px;
    height: 54px;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 4px;
    opacity: 0.95;
}
.css-1gdvfbv {
    box-sizing: border-box;
    margin: 23px 0px 0px;
    min-width: 0px;
    flex-direction: column;
    justify-content: stretch;
    padding-bottom: 16px;
    display: flex;
    position: relative;
}
.css-3xx660 {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    width: 100%;
    position: relative;
}
.css-1jm49l2 {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    cursor: pointer;
}
.css-1y25asw {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(173, 176, 183);
    display: flex;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 4px;
}
.css-12zvuyl {
    background-size: cover;
    background-position: center center;
    width: 12.5%;
    user-select: none;
}
.css-1ae9pe7 {
    z-index: 1;
    position: absolute;
    height: 115%;
    top: 50%;
    left: 0px;
    transform: translateX(-50%) translateY(-50%);
    user-select: none;
    outline: none;
    cursor: col-resize;
    pointer-events: auto;
}
.css-1ae9pe7 div {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 3px;
}
<style>
.css-tfsbd8 {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    background-color: rgb(23, 114, 246);
    height: 100%;
    width: 4px;
    display: block;
    border-radius: 4px;
    border: 1px solid rgb(255, 255, 255);
}
.css-p1478i {
    z-index: 1;
    position: absolute;
    height: 115%;
    top: 50%;
    left: 0px;
    transform: translateX(-50%) translateY(-50%);
    user-select: none;
    outline: none;
    cursor: auto;
    pointer-events: none;
}
.css-p1478i div {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 3px;
}
<style>
.css-rfgnbc {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    height: 100%;
    pointer-events: none;
    border-width: 0px 1px;
    border-style: dashed;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    backdrop-filter: contrast(0.7);
}
.css-or4c3h {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    flex: 1 1 0%;
    padding: 20px;
}
.css-6t3rw1 {
    box-sizing: border-box;
    margin: 0px 0px 20px;
    min-width: 0px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    display: flex;
}
.css-vurnku {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
}
.css-1kwqs79 {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    font-size: 24px;
    font-weight: 500;
}
.css-4qu2kd {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    font-size: 14px;
    font-weight: 500;
    color: rgb(55, 58, 64);
}
.css-1or9vgl {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    width: 86px;
    height: 50px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(247, 122, 49);
    font-size: 16px;
    color: rgb(255, 255, 255);
    opacity: 1;
    border-radius: 4px;
    cursor: pointer;
}
.css-1alihcs {
    margin-right: 7px;
}
.css-1l177p6 {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    overflow-y: auto;
    height: 300px;
}
.css-14bxuzd {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
}
.css-14bxuzd div:first-of-type {
    margin-top: 0px;
}
.css-1du0vpo {
    box-sizing: border-box;
    margin: 12px 0px 0px;
    min-width: 0px;
    width: 343px;
    height: 44px;
    background-color: rgb(248, 248, 250);
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    border-radius: 4px;
}
.css-14bxuzd div:first-of-type {
    margin-top: 0px;
}
.css-1bayu78 {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    display: inline-block;
    padding-left: 20px;
    color: rgb(55, 58, 64);
    font-size: 20px;
}
.css-1jm49l2 {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    cursor: pointer;
}
.css-1jm49l2 {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    cursor: pointer;
}
.css-1lpkvt0 {
    box-sizing: border-box;
    margin: 0px 0px 0px 20px;
    min-width: 0px;
    flex: 1 1 0%;
    font-size: 15px;
    color: rgb(55, 58, 64);
    cursor: pointer;
}
.css-1o1wdbl {
    cursor: pointer;
    margin-right: 20px;
}
.css-1376ium {
    box-sizing: border-box;
    margin: 32px 0px 0px;
    min-width: 0px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    display: flex;
}

.index-more-j3pAc {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.index-navtab-tySe5 {
    position: relative;
    width: 275px;
    height: 305px;
    overflow: auto;
    box-sizing: border-box;
    padding: 8px 8px;
    background: linear-gradient(298.86deg,hsla(0,0%,100%,.76) 4.74%,hsla(0,0%,100%,.28));
    border: 2px solid hsla(0,0%,100%,.76);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.index-navtab-tySe5 .index-card-xeNbD {
    cursor: pointer;
    display: flex;
    padding: 12px 12px;
    align-items: center
}

.index-navtab-tySe5 .index-card-xeNbD:hover {
    border-radius: 10px;
    background-color: #f3f5f6
}

.index-navtab-tySe5 .index-card-xeNbD .index-name-7ip2f {
    color: #2e3238;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    text-align: left
}

.index-navtab-tySe5 .index-card-xeNbD .index-name-7ip2f:hover {
    color: #0062ff;
    cursor: pointer
}

.index-navtab-tySe5 .index-card-xeNbD .index-tags-o8qmZ {
    display: flex;
    flex: 1;
    height: 20px;
    text-align: center;
    overflow: hidden;
    justify-content: space-around;
}

.index-navtab-tySe5 .index-card-xeNbD .index-tags-o8qmZ .index-tag-mBSSD {
    display: flex;
    align-items: center;
    text-align: center;
    color: #818997;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px
}

.index-navtab-tySe5 .index-card-xeNbD .index-tags-o8qmZ .index-tag-mBSSD:hover {
    color: #0062ff;
    cursor: pointer
}

.index-navtab-tySe5 .index-card-xeNbD .index-tags-o8qmZ .index-tag-mBSSD:nth-child(n+2):before {
    display: inline-block;
    content: "";
    width: 3px;
    height: 3px;
    background-color: #818997;
    border-radius: 2px;
    margin: 0 7px
}

.index-hoverCard-jc4Zu {
    box-sizing: border-box;
    padding: 16px;
    background-color: #fff;
    border: .5px solid #f4f5f8;
    box-shadow: 0 4px 6px 0 rgba(78,81,135,.08);
    border-radius: 10px
}

.index-hoverCard-jc4Zu .index-tags-o8qmZ {
    margin-top: 16px;
    display: flex
}

.index-hoverCard-jc4Zu .index-tags-o8qmZ:first-child {
    margin-top: 0
}

.index-hoverCard-jc4Zu .index-tag-mBSSD {
    margin-left: 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: left;
    color: #818997
}

.index-hoverCard-jc4Zu .index-tag-mBSSD:first-child {
    margin-left: 0
}

.index-hoverCard-jc4Zu .index-tag-mBSSD:hover {
    color: #0062ff;
    cursor: pointer
}

@keyframes index-fadeIn-3Jj4b {
    0% {
        transform: scale(.3);
        opacity: 0
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes index-fadeOut-rWPMV {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    to {
        transform: scale(.3);
        opacity: 0
    }
}

.index-popover-cqzuJ {
    z-index: 100;
    position: fixed;
    display: none;
}

.index-popover__active-ek2Ey {
    display: block;
    animation: index-fadeIn-3Jj4b .2s ease-in-out 0s 1 normal forwards
}

.index-popover__hidden-cSy9E {
    animation: index-fadeOut-rWPMV .2s ease-in-out 0s 1 normal forwards
}

.index-avatarWrap-rReD4 {
    position: relative;
    display: flex;
    align-items: center;
    margin: 10px 0;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    color: #444
}

.index-authorName-qsoxS {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.index-avatar-w4oMi {
    overflow: hidden;
    margin-right: 6px
}

.index-avatar-w4oMi,.index-avatarMask-bXUHS {
    width: 16px;
    height: 16px;
    border-radius: 50%
}

.index-avatarMask-bXUHS {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.03)
}

.index-hover-kdVAN:hover {
    color: #0062ff
}

.index-cursorNormal-kVL6j {
    cursor: default
}

.index-cover-2jfAe {
    width: 200px;
    height: 139px;
    position: relative;
    border-radius: 11px;
    overflow: hidden;
    transform: rotate(0deg)
}

.index-coverImg-kEMzj {
    width: 100%
}

.index-coverImg-kEMzj,.index-coverImg-kEMzj img,.index-coverMask-dSjSv {
    height: 100%
}

.index-coverMask-dSjSv {
    width: 100%;
    position: absolute;
    border-radius: 6px;
    background: rgba(0,0,0,.03);
    z-index: 100
}

.index-root-pqCRt .title {
    font-family: PingFang SC;
    font-style: normal;
    margin-top: 10px;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    color: #121212;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.index-root-pqCRt .title a {
    text-decoration: none;
    color: #121212
}

.index-root-pqCRt .index-hover-mfuGW:hover {
    color: #0062ff
}

.index-title-8Nqsa {
    width: 200px;
    height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    margin: 10px 0
}

.index-title-8Nqsa a {
    color: #121212
}

.index-root-b7BLW {
    width: 268px;
    display: flex;
    flex-direction: column;
    /* cursor: pointer; */
}

.index-courseCount-bX4vM {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #999
}

.index-teacher-oRzg6 {
    width: 200px;
    justify-content: space-between;
    height: 20px;
    overflow: hidden
}

.index-teacher-oRzg6,.index-teacher-oRzg6 .index-left-jbZXH,.index-teacher-oRzg6 .index-left-jbZXH .index-tag-7Uvs9 {
    display: flex;
    align-items: center
}

.index-teacher-oRzg6 .index-left-jbZXH .index-tag-7Uvs9 {
    overflow: hidden
}

.index-teacher-oRzg6 .index-left-jbZXH .index-tag-7Uvs9 .index-tagLeft-7r7jW {
    box-sizing: border-box;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff702a;
    border: .5px solid #ffaf7b;
    padding: 0 4px;
    font-weight: 500;
    height: 16px;
    line-height: 16px;
    font-size: 10px
}

.index-teacher-oRzg6 .index-left-jbZXH .index-desc-fPsXa {
    display: flex;
    align-items: center;
    overflow: hidden
}

.index-teacher-oRzg6 .index-left-jbZXH .index-desc-fPsXa .index-descLeft-8JgCq {
    box-sizing: border-box;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #818997;
    border: .5px solid #d5d8dd;
    padding: 0 4px;
    font-weight: 500;
    height: 16px;
    line-height: 16px;
    font-size: 10px
}

.index-teacher-oRzg6 .index-left-jbZXH .index-info-spqbi {
    display: flex;
    align-items: center;
    margin-right: 4px
}

.index-teacher-oRzg6 .index-left-jbZXH .index-info-spqbi .index-avatar-j4Zt7 {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 6px;
    font-size: 0;
    margin-left: 2px
}

.index-teacher-oRzg6 .index-left-jbZXH .index-info-spqbi .index-name-eRKoT {
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    color: #444;
    max-width: 65px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.index-teacher-oRzg6 .index-right-62jCa {
    color: #ff5c01;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-align: right;
    margin-right: 2px
}

.index-root-uJDDv {
    width: 269px;
    flex-direction: column;
    cursor: pointer
}

.index-info-8mHSm,.index-root-uJDDv {
    display: flex
}

.index-info-8mHSm {
    justify-content: space-between
}

.index-contentType-cCrfV {
    width: 44px;
    height: 20px;
    background: rgba(255,92,1,.08);
    border-radius: 4px;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #ff5c01
}

.index-cover-82B5S .title {
    height: 46px
}

.index-price-aNwVv {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #ff5c01;
    font-family: ZHVipFont
}

.index-font17-sXHsC {
    font-size: 17px
}

.index-teacher-4xeNi {
    width: 249px;
    justify-content: space-between;
    height: 20px;
    overflow: hidden
}

.index-teacher-4xeNi,.index-teacher-4xeNi .index-left-c1R6s,.index-teacher-4xeNi .index-left-c1R6s .index-tag-jYChY {
    display: flex;
    align-items: center
}

.index-teacher-4xeNi .index-left-c1R6s .index-tag-jYChY {
    overflow: hidden
}

.index-teacher-4xeNi .index-left-c1R6s .index-tag-jYChY .index-tagLeft-cRqGw {
    box-sizing: border-box;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff702a;
    border: .5px solid #ffaf7b;
    padding: 0 4px;
    font-weight: 500;
    height: 16px;
    line-height: 16px;
    font-size: 10px
}

.index-teacher-4xeNi .index-left-c1R6s .index-desc-qfkzi {
    display: flex;
    align-items: center;
    overflow: hidden
}

.index-teacher-4xeNi .index-left-c1R6s .index-desc-qfkzi .index-descLeft-mTCLz {
    box-sizing: border-box;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #818997;
    border: .5px solid #d5d8dd;
    padding: 0 4px;
    font-weight: 500;
    height: 16px;
    line-height: 16px;
    font-size: 10px
}

.index-teacher-4xeNi .index-left-c1R6s .index-info-8mHSm {
    display: flex;
    align-items: center;
    margin-right: 4px
}

.index-teacher-4xeNi .index-left-c1R6s .index-info-8mHSm .index-avatar-cXELa {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 6px;
    font-size: 0;
    margin-left: 2px
}

.index-teacher-4xeNi .index-left-c1R6s .index-info-8mHSm .index-name-mytRy {
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    color: #444;
    max-width: 65px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.index-teacher-4xeNi .index-right-p891P {
    color: #ff5c01;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-align: right;
    margin-right: 2px
}

.index-loading-xHVsD {
    position: relative;
    height: 614px
}

.index-title-i7dpz {
    margin-top: 20px;
    margin-left: 12px;
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 600;
    line-height: 25.2px;
    text-align: left;
    color: #121212
}

.index-root-6DpQp~.index-root-6DpQp .index-title-i7dpz {
    margin-top: 24px
}

.index-loadingIcon-kwKjt {
    width: 24px;
    height: 24px
}

.index-content-5jpBS {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 16px 15px;
    margin-top: 20px
}

.index-more-j3pAc {
    justify-content: center;
    margin: 0 auto;
    margin-top: 28px;
    background-color: #f9fafb;
    width: 102px;
    height: 32px;
    border-radius: 100px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #818997
}

.index-more-j3pAc,.index-videoCardItem-bzeJ1 {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.index-videoCardItem-bzeJ1 {
    width: 221px;
    margin-left: 9px;
    margin-bottom: 9px;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 12px;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 0 10px 4px rgba(0,89,194,.04);
    transition: transform .5s,box-shadow .5s
}

.index-videoCardItem-bzeJ1:hover {
    transform: scale(1.05);
    box-shadow: 0 0 10px 4px rgba(0,89,194,.1)
}

.index-operation-Pp2aD {
    justify-content: space-between;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.index-leftBtn-vAvYk,.index-operation-Pp2aD,.index-rightBtn-fLWsc {
    display: flex;
    align-items: center
}

.index-leftBtn-vAvYk,.index-rightBtn-fLWsc {
    width: 24px;
    height: 24px;
    background: rgba(0,102,255,.08);
    border: .5px solid rgba(0,102,255,.08);
    border-radius: 4px;
    justify-content: center;
    flex-shrink: 0;
    cursor: pointer
}

.index-leftBtn-vAvYk:hover,.index-rightBtn-fLWsc:hover {
    background: rgba(0,102,255,.12)
}

.index-rightBtn-fLWsc {
    margin-left: 12px
}

.index-left-jkAkG,.index-right-ibjW2 {
    color: transparent
}

.index-left-jkAkG:hover path,.index-left-jkAkG path,.index-right-ibjW2:hover path,.index-right-ibjW2 path {
    stroke: #0062ff
}

.index-disable-tEdDA {
    border: .5px solid hsla(0,0%,60%,.08);
    border-radius: 4px;
    cursor: default
}

.index-disable-tEdDA,.index-disable-tEdDA:hover {
    background: hsla(0,0%,60%,.08)
}

.index-disable-tEdDA:hover path,.index-disable-tEdDA path {
    stroke: #bfbfbf;
    cursor: default
}
.Image-imageWrapper-3UyhA {
    position: relative;
    flex-shrink: 0
}

.Image-refreshWrapper-2tSBi {
    display: flex;
    justify-content: center;
    align-items: center
}

.Image-refreshText-99dg8 {
    margin-top: -35px;
    margin-left: -60px;
    font-size: 12px
}

.Image-refresh-mztnq,.Image-refreshText-99dg8 {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 5px 6px
}

.Image-refresh-mztnq {
    display: inline-block;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
    border-radius: 50%;
    background: #fff
}

html[data-theme=dark] .Image-refresh-mztnq {
    background: #121212
}

.Image-image-bdKjJ {
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-object-fit: cover;
    object-fit: cover
}

.Image-image-bdKjJ,.Image-sizeHolder-vf7Cf {
    border-radius: inherit
}

.Image-sizeHolder-vf7Cf {
    background-image: linear-gradient(180deg,#f4f4f4,#fdfdfd)
}
.Tabs-container-feZhG {
    padding-bottom: 10px;
    border-radius: 6px;
    /*height: 472px;*/
    margin-left: 0px;
    background: #ebecedb5;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none
}

.Tabs-episodeInfo-mq3wi {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 12px;
    height: 44px
}

.Tabs-episodeInfo-mq3wi,.Tabs-tabs-tAgqB {
    display: flex;
    align-items: center
}

.Tabs-tabs-tAgqB {
    flex-direction: row;
    justify-content: flex-start;
    flex: 1
}

.Tabs-note-cCTyJ {
    margin-left: 14px
}

.Tabs-catalog-uACUS {
    font-size: 15px;
    cursor: pointer
}

.Tabs-catalog-uACUS,html[data-theme=dark] .Tabs-catalog-uACUS {
    color: #999
}

.Tabs-catalogCount-jUV58 {
    margin-left: 10px
}

.Tabs-active-tab-2CpLg {
    color: #121212;
    font-weight: 600;
    position: relative
}

.Tabs-active-tab-2CpLg:after {
    content: "";
    display: block;
    position: absolute;
    left: 9px;
    bottom: -5px;
    width: 12px;
    height: 3px;
    border-radius: 3px;
    background-color: #056de8
}

html[data-theme=dark] .Tabs-active-tab-2CpLg:after {
    background-color: #558eff
}

html[data-theme=dark] .Tabs-active-tab-2CpLg {
    color: #fff
}

.Tabs-autoPlayNextBtn-vYuV4 {
    font-size: 12px;
    line-height: 17px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.Tabs-autoPlayNextBtn-vYuV4 svg {
    cursor: pointer
}

.Tabs-autoPlayNextBtn-vYuV4.Tabs-input-s29Fa {
    color: #0062ff;
    line-height: 21px;
    outline-style: none;
    padding: 0
}

.Tabs-autoPlayNextBtn-vYuV4 input:after {
    background-color: red
}

.Tabs-autoPlayNextBtn-vYuV4 span {
    color: grey;
    margin-right: 5px
}

html[data-theme=dark] .Tabs-autoPlayNextBtn-vYuV4 span {
    color: #999
}

.Tabs-autoPlayNextBtn-vYuV4 .Tabs-autoPlayText-jurTq,html[data-theme=dark] .Tabs-autoPlayNextBtn-vYuV4 .Tabs-autoPlayText-jurTq {
    color: #0062ff
}
.EpisodeList-episodeList-m3CAU {
    max-height: 494px;
    overflow-y: auto;
    width: 296px
}

.EpisodeList-chapter-4DRGQ {
    position: relative
}

.EpisodeList-chapterTitle-koA6R {
    font-size: 14px;
    color: #121212;
    position: sticky;
    top: 0;
    width: calc(100% - 22px);
    padding: 0 11px 10px;
    background: #f6f6f6;
    font-weight: 500
}

html[data-theme=dark] .EpisodeList-chapterTitle-koA6R {
    color: #fff
}

.EpisodeList-sectionItem-5wzFz {
    box-sizing: border-box;
    background: #f6f6f6;
    height: 33px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 8px 12px;
    margin-bottom: 6px;
    cursor: pointer;
    justify-content: space-between
}

.EpisodeList-sectionInfo-szXYp,.EpisodeList-sectionItem-5wzFz {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center
}

.EpisodeList-sectionInfo-szXYp {
    justify-content: flex-start;
    height: 100%
}

.EpisodeList-sectionInfo-szXYp .EpisodeList-playIcon-aCtYL {
    width: 16px;
    height: 16px;
    margin-right: 6px
}

.EpisodeList-duration-vPSzj {
    font-size: 12px;
    background: linear-gradient(270deg,#fbfbfb 86.67%,hsla(0,0%,98.4%,0));
    height: 33px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: 0 0 34px
}

.EpisodeList-duration-vPSzj,html[data-theme=dark] .EpisodeList-duration-vPSzj {
    color: #999
}

.EpisodeList-activeSection-sHbhP {
    background: hsla(0,0%,100%,.6)
}

.EpisodeList-activeSection-sHbhP .EpisodeList-sectionTitle-uFK6t {
    color: #0062ff;
    font-weight: 500
}

html[data-theme=dark] .EpisodeList-activeSection-sHbhP .EpisodeList-sectionTitle-uFK6t {
    color: #0062ff
}

.EpisodeList-hoverSection-vsVhX .EpisodeList-sectionInfo-szXYp {
    width: calc(100% - 34px)
}

.EpisodeList-sectionItem-5wzFz:hover {
    background: hsla(0,0%,100%,.6)
}

.EpisodeList-sectionItem-5wzFz:hover .EpisodeList-sectionTitle-uFK6t,html[data-theme=dark] .EpisodeList-sectionItem-5wzFz:hover .EpisodeList-sectionTitle-uFK6t {
    color: #0062ff
}

.EpisodeList-sectionTitle-uFK6t {
    font-size: 13px;
    color: #444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    height: 100%
}

html[data-theme=dark] .EpisodeList-sectionTitle-uFK6t {
    color: #d3d3d3
}

.TextScroll-titleHover-sq1y4 {
    display: inline-block;
    height: 100%;
    position: relative
}

.TextScroll-titleHover-sq1y4 .TextScroll-title-426Q8 {
    position: absolute;
    height: 100%;
    left: 0;
    animation: TextScroll-turnLeft-rv8mZ 4s linear 0s 1;
    animation-fill-mode: forwards
}

@keyframes TextScroll-turnLeft-rv8mZ {
    0% {
        left: 0
    }

    to {
        left: calc(210px - 100%)
    }
}
.Interaction-root-esGak {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    height: 53px
}

.Interaction-voteBtnRoot-u5vsd {
    margin-right: 16px;
    height: 34px
}

.Interaction-item-kjU1V {
    display: flex;
    font-size: 14px;
    line-height: 14px;
    color: #8590a6;
    cursor: pointer;
    margin-left: 17px
}

.Interaction-item-kjU1V svg {
    margin-right: 4px
}

.Interaction-favorites-7qKEU {
    font-size: 14px;
    line-height: 14px;
    color: #8590a6
}
.Vote-voteUpActive-7bbXq,.Vote-voteUpBtn-9a8tV {
    float: left;
    margin-right: 4px;
    height: 34px;
    padding: 0 10px;
    border-radius: 3px;
    background-color: #e9effe;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    color: #1d6af6;
    cursor: pointer
}

.Vote-voteUpActive-7bbXq:hover,.Vote-voteUpBtn-9a8tV:hover {
    background-color: #dfe8fe
}

.Vote-voteUpActive-7bbXq .Vote-arrow-hF1PH,.Vote-voteUpBtn-9a8tV .Vote-arrow-hF1PH {
    margin-right: 3px;
    transform: translateY(3px)
}

.Vote-voteUpActive-7bbXq {
    color: #fff
}

.Vote-voteUpActive-7bbXq,.Vote-voteUpActive-7bbXq:hover {
    background-color: #1d6af6
}

.Vote-voteDownActive-2BKyb,.Vote-voteDownBtn-sK2an {
    float: right;
    width: 9px;
    height: 34px;
    padding: 0 10px;
    border-radius: 3px;
    background-color: #e9effe;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    color: #1d6af6;
    cursor: pointer
}

.Vote-voteDownActive-2BKyb:hover,.Vote-voteDownBtn-sK2an:hover {
    background-color: #dfe8fe
}

.Vote-voteDownActive-2BKyb .Vote-arrow-hF1PH,.Vote-voteDownBtn-sK2an .Vote-arrow-hF1PH {
    transform: translate(-2px,2px) rotate(180deg)
}

.Vote-voteDownActive-2BKyb {
    color: #fff
}

.Vote-voteDownActive-2BKyb,.Vote-voteDownActive-2BKyb:hover {
    background-color: #1d6af6
}
.CourseDescription-courseDescription-s3DUL {
    margin-top: 28px
}

.CourseDescription-courseTitle-kgyCH {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative
}

.CourseDescription-courseLabel-qPDMp {
    background: #0062ff;
    border-radius: 2px;
    width: 90px;
    height: 23px;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    line-height: 23px;
    position: absolute;
    top: 3px
}

.CourseDescription-courseName-cW67u {
    font-weight: 600;
    max-width: 100%;
    font-size: 19px;
    margin-left: 102px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden
}

.CourseDescription-courseTag-p93mF {
    flex-shrink: 0;
    margin-left: 12px;
    padding: 3px 6px;
    font-size: 12px;
    font-weight: 500px;
    line-height: 17px;
    color: #999;
    background: hsla(0,0%,60%,.08);
    border: .5px solid hsla(0,0%,60%,.08);
    border-radius: 2px
}

html[data-theme=dark] .CourseDescription-courseTag-p93mF {
    color: #999
}

.CourseDescription-labels-hnqFB,.CourseDescription-learningLabel-8g9tj {
    display: flex;
    align-items: center
}

.CourseDescription-learningLabel-8g9tj {
    margin-bottom: 5px;
    margin-top: 10px
}

.CourseDescription-roundTable-3PVre {
    margin-right: 8px
}

.CourseDescription-courseInfo-whgBi,.CourseDescription-expandText-oDYAM {
    font-size: 14px
}

.CourseDescription-expandText-oDYAM {
    line-height: 20px;
    color: #0062ff;
    font-weight: 400
}

.CourseDescription-expandText-oDYAM svg {
    fill: #0062ff
}

html[data-theme=dark] .CourseDescription-expandText-oDYAM {
    color: #0062ff
}

.CourseDescription-playCount-kwVHf {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #2a2a2a;
    opacity: .6
}
.LecturerCard-lectureCardWrapper-qnnTg {
    width: 337px;
    height: 120px;
    background: #ebeced;
    border-radius: 4px;
    padding: 15px;
    box-sizing: border-box
}

.LecturerCard-lectureInfo-3NnYG {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative
}

.LecturerCard-avatar-rFR3H {
    cursor: pointer
}

.LecturerCard-desc-wLJBX {
    margin-top: 10px;
    font-size: 14px;
    color: #444;
    text-align: left!important
}

.LecturerCard-lectureLabel-htfLG {
    margin-left: 6px;
    width: 100%
}

.LecturerCard-userNameWrapper-a1TDk {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    line-height: 21px
}

.LecturerCard-fullname-hNRR4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: calc(100% - 100px);
    font-size: 15px;
    color: #262626
}

.LecturerCard-follow-wcJWu,.LecturerCard-fullname-hNRR4 {
    font-weight: 500;
    cursor: pointer
}

.LecturerCard-follow-wcJWu {
    margin-left: 8px;
    font-size: 14px;
    line-height: 21px
}

.LecturerCard-notFollow-eJKFz {
    color: #0062ff
}

.LecturerCard-notFollow-eJKFz:hover {
    color: #005ce6
}

.LecturerCard-alreadyFollow-3j2kG {
    color: #999
}

.LecturerCard-avatarIcon-cFRNP {
    position: absolute;
    width: 14px;
    height: 14px;
    left: 25px;
    top: 25px
}

.LecturerCard-intro-k1BG1 {
    font-size: 12px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 50px)
}

.LecturerCard-expandText-ibq1o {
    color: #0062ff;
    font-size: 14px
}

.LecturerCard-dialog-e6BZW {
    width: 500px;
    max-height: 401px;
    padding: 15px;
    box-sizing: border-box
}

.LecturerCard-dialog-e6BZW .LecturerCard-introduction-5GRpX {
    max-height: 320px;
    overflow-y: auto;
    margin-top: 10px;
    color: #444
}

.LecturerCard-closeIcon-x2JGj {
    top: 20px;
    right: -29px;
    width: 12px;
    height: 12px;
    color: #444;
    position: absolute
}

.LecturerList-lectureListWrapper-hWGKy {
    margin-top: 32px;
    margin-right: 20px
}

.LecturerList-title-omdNR {
    font-weight: 600;
    font-size: 19px;
    color: #121212;
    margin-bottom: 20px
}

.LecturerList-lectureSnap-7HbQ2 {
    position: relative
}

.LecturerList-lectureSnap-7HbQ2>div {
    scrollbar-width: none
}

.LecturerList-lectureSnap-7HbQ2>div>div {
    padding-left: 0!important;
    padding-right: 16px!important
}

.LecturerList-lectureSnap-7HbQ2>div>div:last-child {
    padding-right: 0!important
}

.LecturerList-icon-tg3xr {
    width: 26px;
    height: 32px;
    background: linear-gradient(0deg,rgba(0,102,255,.12),rgba(0,102,255,.12)),#fff;
    border-radius: 0 6px 6px 0;
    position: absolute;
    top: 45px;
    color: #0062ff;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.LecturerList-icon-tg3xr:hover {
    background: linear-gradient(0deg,rgba(0,102,255,.24),rgba(0,102,255,.24)),#fff
}

.LecturerList-leftIcon-2YK4m {
    left: 0
}

.LecturerList-rightIcon-gv7Km {
    right: 0;
    border-radius: 6px 0 0 6px
}

.LecturerList-specialItem-2yPuy {
    width: auto;
}




