.tap-router {
    cursor: pointer
}

.svg-icon {
    fill: currentColor;
    width: 1em;
    height: 1em;
    vertical-align: top
}

[class*=icon-ico10] {
    font-size: var(--icon-size-m10-w12)
}

[class*=icon-ico12] {
    font-size: var(--icon-size-m12-w14)
}

[class*=icon-ico16] {
    font-size: var(--icon-size-m16-w18)
}

[class*=icon-ico20] {
    font-size: var(--icon-size-m20-w22)
}

[class*=icon-ico22] {
    font-size: var(--icon-size-m22-w24)
}

[class*=icon-ico24] {
    font-size: var(--icon-size-m24-w24)
}

[class*=icon-ico28] {
    font-size: var(--icon-size-m28-w28)
}

[class*=icon-ico-m10-w12] {
    font-size: var(--icon-size-m10-w12)
}

[class*=icon-ico-m12-w14] {
    font-size: var(--icon-size-m12-w14)
}

[class*=icon-ico-m14-w16] {
    font-size: var(--icon-size-m14-w16)
}

[class*=icon-ico-m16-w18] {
    font-size: var(--icon-size-m16-w18)
}

[class*=icon-ico-m20-w22] {
    font-size: var(--icon-size-m20-w22)
}

[class*=icon-ico-m22-w24] {
    font-size: var(--icon-size-m22-w24)
}

[class*=icon-ico-m24-w24] {
    font-size: var(--icon-size-m24-w24)
}

[class*=icon-ico-m28-w28] {
    font-size: var(--icon-size-m28-w28)
}

[class*=icon-ico-m24-w36] {
    font-size: var(--icon-size-m24-w36)
}

.icon-arrow_down {
    width: var(--icon-size-m28-w28)
}

.icon-icobtn-tag-delete-filled {
    width: 14px;
    height: 14px
}

.icon-icobtn-tag-add-filled {
    width: 14px;
    height: 14px
}

.icon-FeaturesgroupStatusoutlined {
    width: var(--icon-size-m24-w24);
    height: var(--icon-size-m24-w24)
}

.icon-FeaturesratingStatusoutlined {
    width: var(--icon-size-m24-w24);
    height: var(--icon-size-m24-w24)
}

.icon-FeaturesaddfavStatusoutlined {
    width: var(--icon-size-m24-w24);
    height: var(--icon-size-m24-w24)
}

.tap-icon--round {
    border-radius: 50%;
    overflow: hidden;
}

.lazy-image {
    transition: background-color .3s ease-in-out .1s;
    -webkit-appearance: none;
    -webkit-backface-visibility: hidden
}

.lazy-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity .3s ease-in-out
}

.lazy-image__logo-default {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--gray-01);
    font-size: 80px
}

.lazy-image--hover.lazy-image--transitionend {
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-property: opacity
}

@media only screen and (min-width: 499px)and (any-hover: hover) {
    .lazy-image--hover.lazy-image--transitionend {
        transition-duration: .3s;
        transition-timing-function: ease;
        transition-property: background-color, border-color
    }
    .lazy-image--hover.lazy-image--transitionend:hover .origin-image {
        opacity: .8 !important
    }
}

.app-icon__link {
    font-size: 0
}

.app-icon {
    display: inline-flex;
    border-radius: 22.78%
}

.tap-row-card {
    justify-content: space-between
}

.tap-row-card--large {
    padding: var(--space-m12-w16) var(--space-m16-w20)
}

.tap-row-card--medium,
.tap-row-card--medium-small {
    padding: var(--space-m12-w16) var(--space-m16-w20)
}

.tap-row-card--small {
    padding: var(--space-m8-w12) var(--space-m12-w16)
}

.tap-row-card--in-list {
    padding-top: var(--space-m8-w12);
    padding-bottom: var(--space-m8-w12)
}

.tap-row-card--in-dialog {
    padding-left: var(--space-m20-w24);
    padding-right: var(--space-m20-w24)
}

.tap-row-card__left {
    margin-right: var(--space-m12-w16)
}

.tap-row-card__right {
    margin-left: var(--space-m6-w8)
}

.app-rating {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: var(--primary-tap-blue)
}

.app-rating__icon {
    margin-right: 2px
}

.tap-text {
    display: block
}

.tap-text__normal-line {
    word-wrap: break-word;
    word-break: break-word;
    overflow: hidden
}

.tap-text__one-line {
    word-wrap: break-word;
    word-break: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.tap-text__multi-line {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-word
}

.highlight-tag {
    display: inline-flex;
    align-items: center;
    min-height: var(--caption-m10-w12-line-height)
}

@media only screen and (min-width: 499px)and (any-hover: hover) {
    .highlight-tag {
        transition-duration: .3s;
        transition-timing-function: ease;
        transition-property: background-color, border-color
    }
    .highlight-tag:hover {
        background-color: var(--extension-overlay-black)
    }
}

.highlight-tag .svg-icon,
.highlight-tag .highlight-tag__text {
    color: inherit
}

.highlight-tag .svg-icon:link,
.highlight-tag .svg-icon:visited,
.highlight-tag .highlight-tag__text:link,
.highlight-tag .highlight-tag__text:visited {
    color: inherit
}

.highlight-tag .highlight-tag__text {
    font-size: var(--caption-m10-w12-size);
    line-height: var(--caption-m10-w12-line-height)
}

.highlight-tag .highlight-tag__svg-icon,
.highlight-tag .highlight-tag__icon {
    margin-right: 2px;
    width: 1em;
    height: 1em;
    flex-shrink: 0
}

.highlight-tag.highlight-tag--mobile .highlight-tag__text {
    line-height: normal
}

.highlight-tag--simple {
    color: var(--primary-tap-blue)
}

.highlight-tag--simple:link,
.highlight-tag--simple:visited {
    color: var(--primary-tap-blue)
}

.highlight-tag--normal,
.highlight-tag--cloud_game {
    color: var(--primary-tap-blue)
}

.highlight-tag--normal:link,
.highlight-tag--normal:visited,
.highlight-tag--cloud_game:link,
.highlight-tag--cloud_game:visited {
    color: var(--primary-tap-blue)
}

@media only screen and (min-width: 499px)and (any-hover: hover) {
    .highlight-tag--normal,
    .highlight-tag--cloud_game {
        transition-duration: .3s;
        transition-timing-function: ease;
        transition-property: background-color, border-color
    }
    .highlight-tag--normal:hover,
    .highlight-tag--cloud_game:hover {
        background-color: var(--primary-tap-blue-light)
    }
}

.highlight-tag--normal:not(.highlight-tag--simple),
.highlight-tag--cloud_game:not(.highlight-tag--simple) {
    border: 1px solid var(--primary-tap-blue)
}

.highlight-tag--editors_choice {
    color: var(--primary-tap-orange);
    border: 1px solid var(--primary-tap-orange)
}

.highlight-tag--editors_choice:link,
.highlight-tag--editors_choice:visited {
    color: var(--primary-tap-orange)
}

@media only screen and (min-width: 499px)and (any-hover: hover) {
    .highlight-tag--editors_choice {
        transition-duration: .3s;
        transition-timing-function: ease;
        transition-property: background-color, border-color
    }
    .highlight-tag--editors_choice:hover {
        background-color: var(--primary-tap-orange-light)
    }
}

.highlight-tag--exclusive:not(.highlight-tag--simple) {
    color: var(--extension-button-label-white);
    border: 1px solid var(--primary-tap-blue);
    background: var(--primary-tap-blue);
    border-radius: 4px
}

.highlight-tag--exclusive:not(.highlight-tag--simple):link,
.highlight-tag--exclusive:not(.highlight-tag--simple):visited {
    color: var(--extension-button-label-white)
}

@media only screen and (min-width: 499px)and (any-hover: hover) {
    .highlight-tag--exclusive:not(.highlight-tag--simple) {
        transition-duration: .3s;
        transition-timing-function: ease;
        transition-property: background-color, border-color
    }
    .highlight-tag--exclusive:not(.highlight-tag--simple):hover {
        background-color: var(--primary-tap-blue-hover);
        border-color: var(--primary-tap-blue-hover)
    }
}

.highlight-tag--exclusive:not(.highlight-tag--simple) .icon-ico-m14-w16-exclusive {
    width: 20px
}

@media(mobileLayout) {
    .highlight-tag--exclusive:not(.highlight-tag--simple) .icon-ico-m14-w16-exclusive {
        width: calc(20px * 12 / 14)
    }
}

.highlight-tag:not(.highlight-tag--simple) {
    padding: 1px var(--space-m4-w6);
    border-radius: 4px
}

.highlight-tag:not(:last-child) {
    margin-right: var(--space-m4-w6)
}

.highlight-tags-group--cut {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden
}

.highlight-tags-group--cut .highlight-tag--only-one {
    display: inline-flex;
    max-width: 100%;
    box-sizing: border-box
}

.tap-long-text {
    max-width: 100%
}

.tap-long-text.tap-text__multi-line {
    line-height: 0
}

.tap-long-text__contents {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle
}

.tap-long-text__contents.tap-long-text__contents--inline {
    display: inline
}

.tap-long-text__contents.tap-long-text__contents--overflow {
    display: contents
}

.tap-long-text__contents.tap-long-text__contents--nowrap {
    white-space: nowrap
}

.tap-long-text--single {
    display: inline-flex;
    overflow: hidden;
    max-width: 100%;
    align-items: center
}

.tap-long-text--single .tap-long-text__contents {
    white-space: nowrap;
    flex: auto;
    overflow: hidden;
    text-overflow: ellipsis
}

.tap-long-text__float-placeholder {
    float: right;
    width: 0
}

.tap-long-text__float-end {
    float: right;
    clear: right;
    max-width: 100%
}

.tap-tag--gray {
    background: var(--gray-01);
    border: 1px solid var(--extension-overlay-black)
}

.tap-tag--gray.tap-tag--outline {
    color: var(--gray-06)
}

.tap-tag--gray.tap-tag--filled {
    background: var(--gray-03);
    color: var(--primary-white)
}

.tap-tag--blue {
    border: 1px solid var(--primary-tap-blue)
}

.tap-tag--blue.tap-tag--outline {
    color: var(--primary-tap-blue)
}

.tap-tag--blue.tap-tag--filled {
    background: var(--primary-tap-blue);
    color: var(--extension-button-label-white)
}

.tap-tag--orange {
    border: 1px solid var(--primary-tap-orange)
}

.tap-tag--orange.tap-tag--outline {
    color: var(--primary-tap-orange)
}

.tap-tag--orange.tap-tag--filled {
    background: var(--primary-tap-orange);
    color: var(--extension-button-label-white)
}

.tap-tag--white {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12)
}

.tap-tag--white.tap-tag--outline {
    color: rgba(255, 255, 255, .6)
}

.tap-tag--white.tap-tag--filled {
    color: rgba(255, 255, 255, .6)
}

.tap-tag--orange-light {
    border: 1px solid var(--primary-tap-orange-light)
}

.tap-tag--orange-light.tap-tag--outline {
    color: var(--primary-tap-orange-light)
}

.tap-tag--orange-light.tap-tag--filled {
    background: var(--primary-tap-orange-light);
    color: var(--primary-tap-orange)
}

.tap-tag--lime {
    border: 1px solid var(--extension-lime)
}

.tap-tag--lime.tap-tag--outline {
    color: var(--extension-lime)
}

.tap-tag--lime.tap-tag--filled {
    background: var(--extension-lime);
    color: var(--extension-button-label-white)
}

.tap-tag {
    padding: 0 3px;
    display: inline-flex
}

@media only screen and (min-width: 499px) {
    .tap-tag {
        padding: 0 4px
    }
}

.tap-tag--default {
    border-radius: var(--radius-m4-w6)
}

.tap-tag--bubble {
    border-radius: 11px 11px 11px 2px
}

@media only screen and (max-width: 499px) {
    .tap-tag--bubble {
        border-radius: 10px 10px 10px 2px
    }
}

.tap-app-title__tag {
    vertical-align: middle;
    margin-left: var(--space-m2-w4);
    font-weight: initial
}

.tap-app-title__wrap {
    display: flex
}

.label-tag-group-wrapper {
    display: flex;
    width: 100%;
}

.app-row-card {
    width: 100%;
    box-sizing: border-box
}

.app-row-card .tap-row-card__left .tap-router {
    display: flex
}

.app-row-card .tap-row-card__contents {
    min-height: 64px;
    justify-content: space-around
}

.app-row-card .tap-row-card__right {
    margin-left: var(--space-m12-w16)
}

.app-row-card .tap-app-title__wrap {
    max-width: 100%
}

.app-row-card .app-title-disabled,
.app-row-card .app-icon-disabled {
    cursor: not-allowed;
    opacity: .5;
    font-size: var(--heading-m16-w18-size)
}

.app-row-card--adMenu .tap-row-card__right {
    margin: 0;
    min-width: 42px
}

@media only screen and (max-width: 996px) {
    .app-row-card--adMenu .tap-row-card__right {
        min-width: 36px
    }
}

.app-row-card__rating {
    margin-right: var(--space-m8-w12)
}

.app-row-card__features {
    flex-shrink: 0;
    width: 100%;
    line-height: var(--caption-m12-w14-line-height)
}

.app-row-card__tags,
.app-row-card__caption {
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden
}

.app-row-card__tags .text-label-tag,
.app-row-card__caption .text-label-tag {
    display: inline-flex;
    max-width: 100%
}

.app-row-card__highlights {
    width: 100%;
    margin-top: 4px;
    margin-bottom: 4px
}

.app-row-card__side-menu {
    position: absolute;
    top: 2px;
    right: 18px
}

.app-row-card__side-menu .side-menu__icon {
    font-size: 24px;
    padding: 2px
}

@media only screen and (max-width: 499px) {
    .app-row-card__side-menu {
        top: 8px;
        right: 16px
    }
    .app-row-card__side-menu .side-menu__icon {
        padding: 0px
    }
}

.tap-moment-tag {
    display: inline-flex;
    align-items: center;
    font-size: var(--caption-m10-w12-size);
    line-height: var(--caption-m10-w12-line-height);
    font-weight: bold;
    padding: var(--space-m2-w4) var(--space-m6-w8) var(--space-m2-w4) var(--space-m4-w6);
    border-radius: var(--radius-m2-w4);
    margin-right: 8px
}

.tap-moment-tag .group-tag-icon {
    margin-right: var(--space-m2-w4)
}

.tap-moment-tag.tap-moment-tag--top {
    color: var(--extension-orange);
    background: var(--extension-orange-light)
}

.tap-moment-tag.tap-moment-tag--treasure {
    color: var(--extension-purple);
    background: var(--extension-purple-light)
}

.tap-moment-tag.tap-moment-tag--focus {
    color: var(--extension-blue);
    background: var(--extension-blue-light)
}

.tap-moment-tag.tap-moment-tag--hot-search {
    color: var(--extension-coral);
    background: var(--extension-coral-light)
}

.tap-moment-tag.tap-moment-tag--elite {
    color: var(--extension-yellow);
    background: var(--extension-yellow-light)
}

.tap-moment-tag.tap-moment-tag--official {
    color: var(--primary-tap-blue);
    background: var(--primary-tap-blue-light)
}

.tap-moment-tag.tap-moment-tag--question {
    color: var(--extension-lime);
    background: var(--extension-lime-light)
}

.tap-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4)
}

.tap-media-drawer {
    position: fixed;
    display: flex;
    flex-direction: column;
    background-color: var(--primary-white);
    transition: transform .3s;
    -webkit-overflow-scrolling: touch;
    z-index: 600
}

.tap-media-drawer--right {
    bottom: 0;
    right: 0;
    height: 100vh;
    box-sizing: border-box
}

.media-drawer__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 var(--space-m20-w24);
    height: 66px;
    box-sizing: border-box
}

.media-drawer__body {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden
}

.media-drawer__close-icon {
    font-size: 28px;
    cursor: pointer
}

.draw-fade-enter-active {
    transition: all .3s ease
}

.draw-fade-leave-active {
    transition: all .8s cubic-bezier(1, 0.5, 0.8, 1)
}

.draw-fade-enter,
.draw-fade-leave-to {
    transform: translateX(100px);
    opacity: 0
}

.tap-media-modal {
    background: var(--extension-shadow-background-white);
    max-width: 496px;
    width: 80%;
    margin: 10vh auto;
    max-height: 80vh;
    border-radius: var(--radius-m8-w10)
}

.tap-media-modal .tap-cell.tap-cell--pc {
    padding-left: 24px;
    padding-right: 24px
}

.media-modal__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 24px 24px var(--space-m8-w12)
}

.media-modal__header__right-enabled {
    position: relative;
    padding-right: 36px
}

@media only screen and (min-width: 499px) {
    .media-modal__header__right-enabled {
        padding-right: 44px
    }
}

.media-modal__header__right-enabled .media-modal__header--right {
    position: absolute;
    padding: var(--space-m6-w8);
    right: 2px;
    top: 2px
}

@media only screen and (min-width: 499px) {
    .media-modal__header__right-enabled .media-modal__header--right {
        right: 16px;
        top: 16px
    }
}

.media-modal__header__right-enabled .media-modal__header--right .svg-icon {
    color: var(--gray-06)
}

.media-modal__header--left,
.media-modal__header--right {
    display: flex;
    align-items: center
}

.media-modal-header__title {
    font-size: 22px;
    padding-right: 10px
}

.media-modal__body {
    max-height: calc(80vh - 66px);
    box-sizing: border-box;
    overflow: auto
}

.media-modal__body.media-component-loading {
    height: 300px
}

.tap-media-modal--full-content {
    position: relative
}

.tap-media-modal--full-content .media-modal__header {
    position: absolute;
    background: transparent;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box
}

.tap-media-modal--full-content .media-modal__body {
    height: 100%;
    padding-bottom: 0;
    max-height: 80vh;
    border-radius: var(--radius-m8-w10)
}

.media-component-loading {
    display: flex;
    justify-content: center;
    align-items: center
}

.media-modal__header--close {
    cursor: pointer;
    width: 28px;
    height: 28px
}

.media-modal__header--left .media-modal__header--close {
    margin-right: 26px
}

.media-modal__header--close .icon-close-icon {
    width: var(--icon-size-m28-w28)
}

.tap-media-page {
    position: fixed;
    box-sizing: border-box;
    top: 0;
    /*! autoprefixer: off */
    padding-bottom: 0;
    padding-bottom: calc(0 + var(--safe-area-inset-bottom));
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 300;
    background: var(--primary-white)
}

.tap-media-page__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 56px;
    padding: 0 16px
}

.tap-media-page__header .taptap__main-header-content {
    box-sizing: border-box;
    height: 52px;
    width: 100%
}

.tap-media-page-header__left {
    display: flex;
    align-items: center;
    font-size: 20px;
    height: 100%;
    width: 100%
}

.tap-media-page-header__left .tap-media-page-header__title {
    margin-left: 14px
}

.media-page__content {
    height: calc(100% - 52px);
    width: 100%;
    background: var(--primary-white);
    overflow: auto;
    padding-bottom: 10px;
    position: relative
}

.tap-media-page--full-content .tap-media-page__header {
    position: absolute;
    background: transparent;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box
}

.tap-media-page--full-content .media-page__content {
    height: 100%;
    padding-bottom: 0
}

.media-page__header--close {
    cursor: pointer
}

.taptap__main-header-title span {
    font-size: 16px
}

.media-popover__dropdown-menu {
    overflow: auto
}

.tap-media-popup {
    position: fixed;
    display: flex;
    flex-direction: column;
    max-height: 70vh;
    background-color: var(--primary-white);
    transition: transform .3s;
    -webkit-overflow-scrolling: touch;
    padding: var(--space-m16-w20);
    z-index: 600
}

.tap-media-popup--no-header {
    padding: 0
}

.tap-media-popup.tap-media-popup--border {
    padding: 0
}

.tap-media-popup.tap-media-popup--border .media-popup__header {
    padding: var(--space-m14-w18) var(--space-m16-w20);
    position: relative
}

.tap-media-popup.tap-media-popup--border .media-popup__header:after {
    content: "";
    display: block;
    background: var(--white-divider);
    height: 1px;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px
}

.tap-media-popup.tap-media-popup--border .media-popup__body {
    padding: var(--space-m14-w18) var(--space-m16-w20)
}

.tap-media-popup.tap-media-popup--line {
    padding: 0
}

.tap-media-popup--bottom {
    /*! autoprefixer: off */
    padding-bottom: 0;
    padding-bottom: calc(0 + var(--safe-area-inset-bottom));
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    border-radius: var(--radius-m8-w10) var(--radius-m8-w10) 0 0
}

.media-popup__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.media-popup__body {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden
}

.media-sheet__slider-wrapper {
    padding: var(--space-m8-w12)
}

.media-sheet__slider {
    width: 33px;
    height: 4px;
    background: var(--gray-01);
    border-radius: var(--space-m2-w4);
    margin: 0 auto
}

.media-popup__header-text {
    padding: var(--space-m4-w6) var(--space-m8-w12)
}

.media-popup__close-icon {
    font-size: 28px;
    cursor: pointer
}

.slide-fade-enter-active {
    transition: all .3s ease
}

.slide-fade-leave-active {
    transition: all .8s cubic-bezier(1, 0.5, 0.8, 1)
}

.slide-fade-enter,
.slide-fade-leave-to {
    transform: translateY(50px);
    opacity: 0
}

.taptap-popover__scroll-tips {
    width: calc(100% - 2px);
    height: 100px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    pointer-events: none
}

.taptap-popover {
    position: relative
}

.taptap-popover__trigger-wrap {
    display: inline-block
}

.taptap-popover__content-wrap {
    position: fixed
}

.taptap-popover__content-wrap .dropdown-menu-list {
    margin: 6px
}

.taptap-popover__content-detail {
    position: relative;
    max-height: 80vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

@supports(overflow: overlay) {
    .taptap-popover__content-detail {
        overflow-y: overlay
    }
}

.media-popover {
    width: auto
}

@supports(overflow: overlay) {
    .media-popover.user-menu__popover {
        overflow-y: overlay
    }
}

.media-popover.media-popover__disabled {
    display: none
}

.hashtag-publish-button__tap-button {
    padding: 12px 24px;
    background: var(--primary-tap-blue);
    box-shadow: 0 20px 20px rgba(0, 0, 0, .1);
    border-radius: 40px;
    color: var(--primary-white);
    cursor: pointer
}

@media only screen and (min-width: 499px) {
    .hashtag-publish-button .taptap-popover__content-wrap {
        background: transparent;
        box-shadow: none;
        padding: 0;
        width: 400px
    }
    .hashtag-publish-button__content-wrap {
        width: 322px;
        margin: 0 auto
    }
    .hashtag-publish-button__content {
        padding: 10px;
        box-sizing: border-box;
        box-shadow: 0 20px 20px rgba(0, 0, 0, .1);
        border-radius: 20px;
        background: var(--primary-white)
    }
    .hashtag-publish-button__content-item {
        padding: 20px 0 0 24px
    }
    .hashtag-publish-button__content-post {
        padding-bottom: 20px
    }
    .hashtag-publish-button__close {
        margin: 24px auto 0
    }
}

.hashtag-publish-button__trigger svg {
    font-size: 22px
}

@media only screen and (max-width: 499px) {
    .hashtag-publish-button__tap-button {
        padding: 10px 20px
    }
    .hashtag-publish-button__trigger svg {
        font-size: 20px
    }
    .hashtag-publish-button__content {
        align-items: center;
        margin: 40px 0
    }
    .hashtag-publish-button__content-item:first-child {
        margin-bottom: 32px
    }
    .hashtag-publish-button__close {
        margin: 0 auto 32px
    }
}

.hashtag-publish-button__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.hashtag-publish-button__content-item {
    display: flex;
    align-items: center;
    cursor: pointer
}

.hashtag-publish-button__content-icon {
    width: 48px;
    height: 48px;
    margin-right: 16px;
    background: #5d61ff;
    border-radius: 50%;
    overflow: hidden
}

.hashtag-publish-button__content-icon svg {
    color: #fff
}

.hashtag-publish-button__content-icon--post {
    background: var(--primary-tap-blue)
}

.hashtag-publish-button__content-word-sub {
    opacity: .5
}

.hashtag-publish-button__close {
    width: 48px;
    height: 48px;
    border-radius: 70px;
    background: var(--extension-toast-black);
    cursor: pointer
}

.hashtag-publish-button__close svg {
    color: #fff
}

.hashtag-publish-button__video {
    background: #5d61ff !important;
    border-color: #5d61ff !important
}

.hashtag-publish-button__space-m6 {
    margin-left: var(--space-m6-w8)
}

.highlight-tag-intl {
    min-height: var(--caption-11-line-height);
    letter-spacing: .02em;
    font-size: var(--caption-11-size);
    line-height: var(--caption-11-line-height);
    border-radius: 20px;
    padding: 3px 4px
}

@media only screen and (min-width: 499px)and (any-hover: hover) {
    .highlight-tag-intl {
        transition-duration: .3s;
        transition-timing-function: ease;
        transition-property: background-color, border-color
    }
    .highlight-tag-intl:hover {
        background-color: var(--black-primary-hover)
    }
}

.highlight-tag-intl .highlight-tag-intl__text {
    letter-spacing: .02em;
    font-size: var(--caption-11-size);
    line-height: var(--caption-11-line-height)
}

.highlight-tag-intl .svg-icon,
.highlight-tag-intl .highlight-tag-intl__text {
    color: inherit
}

.highlight-tag-intl .svg-icon:link,
.highlight-tag-intl .svg-icon:visited,
.highlight-tag-intl .highlight-tag-intl__text:link,
.highlight-tag-intl .highlight-tag-intl__text:visited {
    color: inherit
}

.highlight-tag-intl .highlight-tag-intl__svg-icon,
.highlight-tag-intl .highlight-tag-intl__icon {
    margin-right: 2px;
    width: 1em;
    height: 1em;
    flex-shrink: 0
}

.highlight-tag-intl.highlight-tag-intl--mobile .highlight-tag-intl__text {
    line-height: normal
}

.highlight-tag-intl--simple {
    color: var(--green-primary)
}

.highlight-tag-intl--simple:link,
.highlight-tag-intl--simple:visited {
    color: var(--green-primary)
}

.highlight-tag-intl--normal {
    display: inline-flex
}

.highlight-tag-intl--normal,
.highlight-tag-intl--cloud_game {
    color: var(--green-primary)
}

.highlight-tag-intl--normal:link,
.highlight-tag-intl--normal:visited,
.highlight-tag-intl--cloud_game:link,
.highlight-tag-intl--cloud_game:visited {
    color: var(--green-primary)
}

@media only screen and (min-width: 499px)and (any-hover: hover) {
    .highlight-tag-intl--normal,
    .highlight-tag-intl--cloud_game {
        transition-duration: .3s;
        transition-timing-function: ease;
        transition-property: background-color, border-color
    }
    .highlight-tag-intl--normal:hover,
    .highlight-tag-intl--cloud_game:hover {
        background-color: var(--black-primary-hover)
    }
}

.highlight-tag-intl--normal:not(.highlight-tag-intl--simple),
.highlight-tag-intl--cloud_game:not(.highlight-tag-intl--simple) {
    border: 1px solid var(--green-primary)
}

.highlight-tag-intl--editors_choice {
    color: var(--green-primary);
    border: 1px solid var(--green-primary)
}

.highlight-tag-intl--editors_choice:link,
.highlight-tag-intl--editors_choice:visited {
    color: var(--green-primary)
}

@media only screen and (min-width: 499px)and (any-hover: hover) {
    .highlight-tag-intl--editors_choice {
        transition-duration: .3s;
        transition-timing-function: ease;
        transition-property: background-color, border-color
    }
    .highlight-tag-intl--editors_choice:hover {
        background-color: var(--black-primary-hover)
    }
}

.highlight-tag-intl--exclusive:not(.highlight-tag-intl--simple) {
    color: var(--black-primary);
    border: 1px solid var(--green-primary);
    background: var(--green-primary)
}

.highlight-tag-intl--exclusive:not(.highlight-tag-intl--simple):link,
.highlight-tag-intl--exclusive:not(.highlight-tag-intl--simple):visited {
    color: var(--black-primary)
}

@media only screen and (min-width: 499px)and (any-hover: hover) {
    .highlight-tag-intl--exclusive:not(.highlight-tag-intl--simple) {
        transition-duration: .3s;
        transition-timing-function: ease;
        transition-property: background-color, border-color
    }
    .highlight-tag-intl--exclusive:not(.highlight-tag-intl--simple):hover {
        background-color: var(--green-primary-hover);
        border-color: var(--green-primary-hover)
    }
}

.highlight-tag-intl:not(:last-child) {
    margin-right: var(--space-m4-w6)
}

.highlight-tags-group--cut {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden
}

.highlight-tags-group--cut .highlight-tag--only-one {
    display: inline-flex;
    max-width: 100%;
    box-sizing: border-box
}

.lazy-image {
    transition: background-color .3s ease-in-out .1s;
    -webkit-appearance: none;
    -webkit-backface-visibility: hidden
}

.lazy-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity .3s ease-in-out
}

.lazy-image__logo-default {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--gray-01);
    font-size: 80px
}

.origin-image__mark {
    mask-image: linear-gradient(0deg, var(--white-overlay), var(--white-overlay));
    -webkit-mask-image: linear-gradient(0deg, var(--white-overlay), var(--white-overlay))
}

.lazy-load__loading {
    height: 50px
}

.media-modal__footer {
    display: flex;
    padding: 24px;
    justify-content: flex-end;
    align-items: center
}

.media-modal__footer-direction--column-reverse {
    flex-direction: column-reverse
}

.media-modal__footer-direction--row {
    flex-direction: row
}

.media-modal__footer-direction--row-reverse {
    justify-content: flex-start;
    flex-direction: row-reverse
}

@media only screen and (min-width: 499px) {
    .confirm-footer__button {
        min-width: 140px
    }
}

.confirm-footer__button:not(:first-child) {
    margin-left: var(--space-m16-w20)
}

.confirm-footer__button--column:not(:first-child) {
    margin-left: 0;
    margin-top: var(--space-m8-w12)
}

.confirm-footer__button--full {
    flex: 1
}

.confirm-footer__button--column {
    margin-right: 0;
    flex: none;
    width: 100%
}

@media only screen and (min-width: 499px) {
    .confirm-footer__button--column {
        min-width: 336px;
        max-width: 448px
    }
}

.confirm-footer.media-modal__footer-direction--row-reverse .confirm-footer__button:not(:first-child) {
    margin-left: 0
}

.confirm-footer.media-modal__footer-direction--row-reverse .confirm-footer__button:not(:last-child) {
    margin-left: var(--space-m16-w20)
}

.confirm-footer.media-modal__footer-direction--column-reverse .confirm-footer__button:not(:first-child) {
    margin-left: 0;
    margin-top: 0
}

.confirm-footer.media-modal__footer-direction--column-reverse .confirm-footer__button:not(:last-child) {
    margin-top: var(--space-m8-w12)
}

.tap-button {
    outline: none;
    cursor: pointer;
    font-weight: 500;
    border-width: 1px;
    border-style: solid;
    padding-left: 16px;
    padding-right: 16px
}

.tap-button--router {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.tap-button__icon {
    font-size: var(--icon-size-m22-w24);
    color: inherit;
    margin-right: var(--space-m2-w4)
}

.tap-button--disabled {
    opacity: .5;
    cursor: not-allowed
}

.tap-button--loading {
    cursor: initial
}

.tap-button--primary {
    background: var(--primary-tap-blue);
    color: var(--extension-button-label-white);
    border-color: var(--primary-tap-blue)
}

.tap-button--primary>.loading-dots__wrapper>.loading-dots__dot {
    background-color: var(--extension-button-label-white)
}

@media only screen and (min-width: 499px)and (any-hover: hover) {
    .tap-button--primary:not(.tap-button--disabled, .tap-button--no-hover) {
        transition-duration: .3s;
        transition-timing-function: ease;
        transition-property: background-color, border-color
    }
    .tap-button--primary:not(.tap-button--disabled, .tap-button--no-hover):hover {
        background-color: var(--primary-tap-blue-hover);
        border-color: var(--primary-tap-blue-hover)
    }
}

.tap-button--secondary {
    background: var(--primary-tap-blue-light);
    color: var(--primary-tap-blue);
    border-color: var(--primary-tap-blue-light)
}

.tap-button--secondary>.loading-dots__wrapper>.loading-dots__dot {
    background-color: var(--primary-tap-blue)
}

@media only screen and (min-width: 499px)and (any-hover: hover) {
    .tap-button--secondary:not(.tap-button--disabled, .tap-button--no-hover) {
        transition-duration: .3s;
        transition-timing-function: ease;
        transition-property: background-color, border-color
    }
    .tap-button--secondary:not(.tap-button--disabled, .tap-button--no-hover):hover {
        background-color: var(--primary-tap-blue-light-hover);
        border-color: var(--primary-tap-blue-light-hover)
    }
}

.tap-button--tertiary {
    background: transparent;
    color: var(--gray-08);
    border-color: var(--gray-02)
}

.tap-button--tertiary>.loading-dots__wrapper>.loading-dots__dot {
    background-color: var(--gray-08)
}

@media only screen and (min-width: 499px)and (any-hover: hover) {
    .tap-button--tertiary:not(.tap-button--disabled, .tap-button--no-hover) {
        transition-duration: .3s;
        transition-timing-function: ease;
        transition-property: background-color, border-color
    }
    .tap-button--tertiary:not(.tap-button--disabled, .tap-button--no-hover):hover {
        background-color: var(--extension-overlay-black);
        border-color: var(--extension-overlay-black)
    }
}

.tap-button--quaternary {
    border: none;
    background: transparent;
    color: var(--primary-tap-blue)
}

.tap-button--quaternary>.loading-dots__wrapper>.loading-dots__dot {
    background-color: var(--primary-tap-blue)
}

@media only screen and (min-width: 499px)and (any-hover: hover) {
    .tap-button--quaternary:not(.tap-button--disabled, .tap-button--no-hover) {
        transition-duration: .3s;
        transition-timing-function: ease;
        transition-property: background-color, border-color
    }
    .tap-button--quaternary:not(.tap-button--disabled, .tap-button--no-hover):hover {
        background-color: var(--extension-overlay-black);
        border-color: var(--extension-overlay-black)
    }
}

.tap-button--special {
    background: var(--extension-button-label-white);
    color: var(--primary-tap-blue);
    border-color: var(--extension-button-label-white)
}

.tap-button--special>.loading-dots__wrapper>.loading-dots__dot {
    background-color: var(--primary-tap-blue)
}

@media only screen and (min-width: 499px)and (any-hover: hover) {
    .tap-button--special:not(.tap-button--disabled, .tap-button--no-hover) {
        transition-duration: .3s;
        transition-timing-function: ease;
        transition-property: background-color, border-color
    }
    .tap-button--special:not(.tap-button--disabled, .tap-button--no-hover):hover {
        background-color: var(--extension-components-black-hover);
        border-color: var(--extension-components-black-hover)
    }
}

.tap-button--danger {
    background: var(--primary-red);
    color: var(--extension-button-label-white);
    border-color: var(--primary-red)
}

@media only screen and (min-width: 499px)and (any-hover: hover) {
    .tap-button--danger:not(.tap-button--disabled, .tap-button--no-hover) {
        transition-duration: .3s;
        transition-timing-function: ease;
        transition-property: background-color, border-color
    }
    .tap-button--danger:not(.tap-button--disabled, .tap-button--no-hover):hover {
        background-color: var(--primary-red-hover);
        border-color: var(--primary-red-hover)
    }
}

.tap-button--danger>.loading-dots__wrapper>.loading-dots__dot {
    background-color: var(--primary-white)
}

.tap-button--special.tap-button--done {
    color: var(--extension-button-label-white);
    background: var(--extension-components-black);
    border-color: transparent
}

@media only screen and (min-width: 499px)and (any-hover: hover) {
    .tap-button--special.tap-button--done:not(.tap-button--disabled, .tap-button--no-hover) {
        transition-duration: .3s;
        transition-timing-function: ease;
        transition-property: background-color, border-color
    }
    .tap-button--special.tap-button--done:not(.tap-button--disabled, .tap-button--no-hover):hover {
        background-color: var(--extension-components-black-hover);
        border-color: var(--extension-components-black-hover)
    }
}

.tap-button--primary.tap-button--done,
.tap-button--secondary.tap-button--done,
.tap-button--tertiary.tap-button--done {
    color: var(--gray-06);
    background: var(--gray-01);
    border-color: var(--gray-02)
}

@media only screen and (min-width: 499px)and (any-hover: hover) {
    .tap-button--primary.tap-button--done:not(.tap-button--disabled, .tap-button--no-hover),
    .tap-button--secondary.tap-button--done:not(.tap-button--disabled, .tap-button--no-hover),
    .tap-button--tertiary.tap-button--done:not(.tap-button--disabled, .tap-button--no-hover) {
        transition-duration: .3s;
        transition-timing-function: ease;
        transition-property: background-color, border-color
    }
    .tap-button--primary.tap-button--done:not(.tap-button--disabled, .tap-button--no-hover):hover,
    .tap-button--secondary.tap-button--done:not(.tap-button--disabled, .tap-button--no-hover):hover,
    .tap-button--tertiary.tap-button--done:not(.tap-button--disabled, .tap-button--no-hover):hover {
        background-color: var(--gray-01-hover);
        border-color: var(--gray-01-hover)
    }
}

.tap-button--small {
    height: 28px;
    border-radius: 14px;
    font-size: var(--heading-m14-w16-size);
    line-height: var(--heading-m14-w16-line-height);
    min-width: 70px;
    padding: 0 10px
}

.tap-button--small.tap-button--wide-screen {
    height: 32px;
    border-radius: 16px;
    min-width: 84px;
    padding: 0 10px
}

.tap-button--medium {
    height: 32px;
    border-radius: 16px;
    font-size: var(--heading-m14-w16-size);
    line-height: var(--heading-m14-w16-line-height);
    padding: 0 16px
}

.tap-button--medium.tap-button--wide-screen {
    height: 40px;
    border-radius: 20px;
    padding: 0 16px
}

.tap-button--large {
    height: 40px;
    border-radius: 20px;
    font-size: var(--heading-m14-w16-size);
    line-height: var(--heading-m14-w16-line-height);
    padding: 0 16px
}

.tap-button--large.tap-button--wide-screen {
    height: 46px;
    border-radius: 23px;
    padding: 0 24px
}

.tap-button--x-large {
    height: 48px;
    border-radius: 24px;
    font-size: var(--heading-m14-w16-size);
    line-height: var(--heading-m14-w16-line-height)
}

.tap-button--x-large.tap-button--wide-screen {
    height: 48px;
    border-radius: 24px;
    padding: 0 24px
}

.tap-button.tap-button--plain {
    background-color: var(--primary-white);
    color: #14b9c8
}

.tap-button.tap-button--vant {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    height: 38px;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    transition: opacity .2s;
    -webkit-appearance: none
}

.tap-button-intl {
    outline: none;
    cursor: pointer;
    font-weight: 500;
    border-width: 1px;
    border-style: solid;
    padding-left: 16px;
    padding-right: 16px
}

.tap-button-intl--router {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.tap-button-intl__icon {
    font-size: var(--icon-size-m22-w24);
    color: inherit;
    margin-right: var(--space-m2-w4)
}

.tap-button-intl--disabled {
    opacity: .5;
    cursor: not-allowed
}

.tap-button-intl--loading {
    cursor: initial
}

.tap-button-intl--primary {
    color: var(--black-primary);
    background: var(--green-primary);
    border-color: var(--green-primary)
}

.tap-button-intl--primary>.loading-dots__wrapper>.loading-dots__dot {
    background-color: var(--black-primary)
}

@media only screen and (min-width: 499px)and (any-hover: hover) {
    .tap-button-intl--primary:not(.tap-button-intl--disabled, .tap-button-intl--no-hover) {
        transition-duration: .3s;
        transition-timing-function: ease;
        transition-property: background-color, border-color
    }
    .tap-button-intl--primary:not(.tap-button-intl--disabled, .tap-button-intl--no-hover):hover {
        background-color: var(--green-primary-hover);
        border-color: var(--green-primary-hover)
    }
}

.tap-button-intl--secondary {
    color: var(--green-primary);
    background: var(--green-80);
    border-color: var(--green-80)
}

.tap-button-intl--secondary>.loading-dots__wrapper>.loading-dots__dot {
    background-color: var(--green-primary)
}

.tap-button-intl--tertiary {
    color: var(--white-primary);
    background: transparent;
    border-color: var(--black-30)
}

.tap-button-intl--tertiary>.loading-dots__wrapper>.loading-dots__dot {
    background-color: var(--white-primary)
}

.tap-button-intl--quaternary {
    border: none;
    background: transparent;
    color: var(--white-primary)
}

.tap-button-intl--quaternary>.loading-dots__wrapper>.loading-dots__dot {
    background-color: var(--white-primary)
}

.tap-button-intl--quaternary.tap-button-intl--done {
    border: none;
    background: transparent;
    color: var(--black-60)
}

.tap-button-intl--quaternary.tap-button-intl--done>.loading-dots__wrapper>.loading-dots__dot {
    background-color: var(--black-60)
}

.tap-button-intl--quaternary.tap-button-intl--disabled {
    opacity: .2
}

.tap-button-intl--special {
    background: var(--extension-button-label-white);
    color: var(--primary-tap-blue);
    border-color: var(--extension-button-label-white)
}

.tap-button-intl--special>.loading-dots__wrapper>.loading-dots__dot {
    background-color: var(--primary-tap-blue)
}

@media only screen and (min-width: 499px)and (any-hover: hover) {
    .tap-button-intl--special:not(.tap-button-intl--disabled, .tap-button-intl--no-hover) {
        transition-duration: .3s;
        transition-timing-function: ease;
        transition-property: background-color, border-color
    }
    .tap-button-intl--special:not(.tap-button-intl--disabled, .tap-button-intl--no-hover):hover {
        background-color: var(--extension-components-black-hover);
        border-color: var(--extension-components-black-hover)
    }
}

.tap-button-intl--danger {
    background: var(--primary-red);
    color: var(--extension-button-label-white);
    border-color: var(--primary-red)
}

@media only screen and (min-width: 499px)and (any-hover: hover) {
    .tap-button-intl--danger:not(.tap-button-intl--disabled, .tap-button-intl--no-hover) {
        transition-duration: .3s;
        transition-timing-function: ease;
        transition-property: background-color, border-color
    }
    .tap-button-intl--danger:not(.tap-button-intl--disabled, .tap-button-intl--no-hover):hover {
        background-color: var(--primary-red-hover);
        border-color: var(--primary-red-hover)
    }
}

.tap-button-intl--danger>.loading-dots__wrapper>.loading-dots__dot {
    background-color: var(--primary-white)
}

.tap-button-intl--special.tap-button-intl--done {
    color: var(--extension-button-label-white);
    background: var(--extension-components-black);
    border-color: transparent
}

@media only screen and (min-width: 499px)and (any-hover: hover) {
    .tap-button-intl--special.tap-button-intl--done:not(.tap-button-intl--disabled, .tap-button-intl--no-hover) {
        transition-duration: .3s;
        transition-timing-function: ease;
        transition-property: background-color, border-color
    }
    .tap-button-intl--special.tap-button-intl--done:not(.tap-button-intl--disabled, .tap-button-intl--no-hover):hover {
        background-color: var(--extension-components-black-hover);
        border-color: var(--extension-components-black-hover)
    }
}

.tap-button-intl--primary.tap-button-intl--done,
.tap-button-intl--secondary.tap-button-intl--done,
.tap-button-intl--tertiary.tap-button-intl--done {
    color: var(--black-60);
    background: var(--black-20);
    border-color: var(--black-20)
}

@media only screen and (min-width: 499px)and (any-hover: hover) {
    .tap-button-intl--primary.tap-button-intl--done:not(.tap-button-intl--disabled, .tap-button-intl--no-hover),
    .tap-button-intl--secondary.tap-button-intl--done:not(.tap-button-intl--disabled, .tap-button-intl--no-hover),
    .tap-button-intl--tertiary.tap-button-intl--done:not(.tap-button-intl--disabled, .tap-button-intl--no-hover) {
        transition-duration: .3s;
        transition-timing-function: ease;
        transition-property: background-color, border-color
    }
    .tap-button-intl--primary.tap-button-intl--done:not(.tap-button-intl--disabled, .tap-button-intl--no-hover):hover,
    .tap-button-intl--secondary.tap-button-intl--done:not(.tap-button-intl--disabled, .tap-button-intl--no-hover):hover,
    .tap-button-intl--tertiary.tap-button-intl--done:not(.tap-button-intl--disabled, .tap-button-intl--no-hover):hover {
        background-color: var(--black-20-hover);
        border-color: var(--black-20-hover)
    }
}

.tap-button-intl--primary.tap-button-intl--done>.loading-dots__wrapper>.loading-dots__dot,
.tap-button-intl--secondary.tap-button-intl--done>.loading-dots__wrapper>.loading-dots__dot,
.tap-button-intl--tertiary.tap-button-intl--done>.loading-dots__wrapper>.loading-dots__dot {
    background-color: var(--black-60)
}

.tap-button-intl--primary.tap-button-intl--disabled,
.tap-button-intl--secondary.tap-button-intl--disabled,
.tap-button-intl--tertiary.tap-button-intl--disabled {
    opacity: .2
}

.tap-button-intl--small {
    height: 24px;
    border-radius: 12px;
    letter-spacing: .02em;
    font-size: var(--heading-12-size);
    line-height: var(--heading-12-line-height);
    font-weight: bold;
    min-width: 54px;
    padding: 4px 16px
}

.tap-button-intl--medium {
    height: 28px;
    border-radius: 14px;
    letter-spacing: .02em;
    font-size: var(--heading-12-size);
    line-height: var(--heading-12-line-height);
    padding: 6px 16px;
    font-weight: bold
}

.tap-button-intl--large {
    height: 36px;
    border-radius: 18px;
    letter-spacing: .02em;
    font-size: var(--heading-14-size);
    line-height: var(--heading-14-line-height);
    padding: 9px 16px;
    font-weight: bold
}

.tap-button-intl--x-large {
    height: 44px;
    border-radius: 22px;
    letter-spacing: .02em;
    font-size: var(--heading-14-size);
    line-height: var(--heading-14-line-height);
    font-weight: bold
}

.tap-button-intl.tap-button-intl--plain {
    background-color: var(--black-primary);
    color: var(--green-primary)
}

.tap-button-intl.tap-button-intl--vant {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    height: 38px;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    transition: opacity .2s;
    -webkit-appearance: none
}

.loading-dots__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

.loading-dots__wrapper .loading-dots__dot {
    width: 1em;
    height: 1em;
    border-radius: 100%;
    animation: wavingDots linear .92s infinite;
    margin-right: .8em;
    background-color: var(--gray-04)
}

.loading-dots__wrapper .loading-dots__dot:nth-child(2) {
    animation-delay: .115s
}

.loading-dots__wrapper .loading-dots__dot:nth-child(3) {
    animation-delay: .23s;
    margin-right: 0
}

@keyframes wavingDots {
    0% {
        transform: translateY(0em)
    }
    33% {
        transform: translateY(-0.28em)
    }
    36% {
        transform: translateY(-0.3em)
    }
    40% {
        transform: translateY(-0.3em)
    }
    75% {
        transform: translateY(0.3em)
    }
    100% {
        transform: translateY(0)
    }
}

.content-loading-box {
    text-align: center
}

.content-loading-box--middle {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    bottom: 50%;
    transform: translateY(50%)
}

.taptap-dialog {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 500
}

.taptap-dialog__cover {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    z-index: -1
}

.taptap-dropdown__content {
    padding: 5px 0px;
    border-radius: 6px;
    text-align: left;
    background-color: var(--primary-white);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    color: var(--gray-08);
    cursor: pointer
}

.taptap-dropdown__item {
    width: 100%;
    background-color: var(--extension-shadow-background-white);
    cursor: pointer;
    font-size: 15px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--gray-06);
    letter-spacing: 0;
    min-width: 110px;
    line-height: 32px;
    white-space: nowrap;
    max-width: 50vw
}

.popover-item__text-seleted {
    color: var(--primary-tap-blue)
}

.tap-list {
    position: relative
}

.tap-list__status-box {
    padding: 20px;
    min-height: 24px;
    text-align: center
}

.tap-list__status-box .tap-list__loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 4px
}

.tap-list__status-box--pc {
    padding: 32px;
    min-height: 30px
}

.tap-list__status-box--top {
    padding-bottom: 0
}

.taptap-confirm-modal {
    max-width: 496px;
    width: 80%;
    margin: 10vh auto;
    max-height: 80vh;
    border-radius: 5px;
    overflow: hidden;
    background: var(--primary-white);
    box-shadow: 0 0 20px var(--extension-components-black)
}

.taptap-confirm-modal__header {
    display: flex;
    padding: 15px;
    border-bottom: 1px solid var(--gray-02);
    color: var(--primary-white);
    background: var(--primary-tap-blue)
}

.taptap-confirm-modal__header .taptap-confirm-modal__title {
    margin: 0;
    font-size: 18px;
    line-height: 1.42857143;
    flex: 1
}

.taptap-confirm-modal__header .icon-close-icon {
    width: 24px;
    height: 24px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer
}

.taptap-confirm-modal__footer {
    padding: 13px 20px;
    display: flex;
    justify-content: flex-end
}

.taptap-confirm-modal__footer .taptap-button {
    margin-left: 20px;
    line-height: 1.2
}

.taptap-confirm-modal__footer .van-button--plain {
    background-color: var(--primary-white)
}

.taptap-confirm-modal_light {
    position: relative;
    width: 320px;
    margin: 0 auto;
    top: 15%
}

.taptap-confirm-modal_light .taptap-confirm-modal__header {
    color: var(--gray-08);
    padding: 30px 0 0;
    border: none;
    background: transparent;
    text-align: center
}

.taptap-confirm-modal_light .icon-close-icon {
    position: absolute;
    color: var(--extension-divider-gray);
    right: 10px;
    top: 5px
}

.taptap-confirm-modal_light .taptap-confirm-modal__title {
    font-size: 16px
}

.taptap-confirm-modal_light .message-box_container_message {
    padding: 20px 25px;
    font-size: 14px;
    text-align: center
}

.taptap-confirm-modal_light .taptap-confirm-modal__footer {
    display: flex;
    padding: 0;
    justify-content: space-around;
    border-top: 1px solid var(--gray-02)
}

.taptap-confirm-modal_light .taptap-confirm-modal__footer .taptap-button {
    margin: 0;
    height: auto;
    color: var(--primary-tap-blue);
    padding: 15px 0;
    border: none;
    background: transparent;
    border-radius: 0;
    flex: 1
}

.taptap-confirm-modal_light .taptap-confirm-modal__footer .taptap-button:first-child {
    border-right: 1px solid var(--gray-02)
}

.taptap-confirm-modal_light .taptap-confirm-modal__content {
    padding: 20px 25px
}

.taptap-confirm-modal_light .taptap-confirm-modal__content p {
    font-size: 14px;
    margin: 0
}

.modal-confirm__box .text-center {
    text-align: center
}

.page-loading {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    background: transparent;
    text-align: center
}

.page-loading .van-loading {
    display: inline-block
}

.page-loading.fullscreen {
    position: fixed
}

.page-loading .middle {
    position: absolute;
    top: 48%
}

.page-loading .error-block {
    text-align: center
}

.page-loading .error-block .try-again {
    color: var(--primary-tap-blue)
}

.page-loading .error-block .link {
    text-indent: 4px;
    text-decoration: underline
}

.page-loading.page-loading--mobile {
    height: calc(100vh - 64px - 50px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent
}

.share-dialog__contents {
    padding: 50px 20px
}

.share-dialog__contents p {
    font-size: 18px;
    color: var(--gray-06);
    margin: 0
}

.share-dialog__contents p a {
    color: var(--primary-tap-blue)
}

.share-dialog {
    width: 339px
}

.mobile .share-dialog {
    width: 94%;
    margin: 50% auto 0
}

.share-dialog p {
    margin: 0
}

.share-dialog .share-dialog__contents {
    position: relative;
    padding: 30px 80px
}

.mobile .share-dialog .share-dialog__contents {
    padding: 30px 60px
}

.share-dialog .share-dialog__contents .wechat-in-container,
.share-dialog .share-dialog__contents .wechat-out-container {
    margin-bottom: 26px;
    text-align: center
}

.share-dialog .share-dialog__contents .wechat-in-container>span,
.share-dialog .share-dialog__contents .wechat-out-container>span {
    display: inline-block;
    vertical-align: text-bottom;
    width: 25px;
    height: 16px;
    padding: 0 5px;
    background-color: var(--gray-06);
    border-radius: 3px;
    font-size: 0
}

.share-dialog .share-dialog__contents .wechat-in-container>span>i,
.share-dialog .share-dialog__contents .wechat-out-container>span>i {
    display: inline-block;
    vertical-align: sub;
    width: 3px;
    height: 3px;
    margin: 1.5px;
    background-color: var(--primary-white);
    border-radius: 50%
}

.share-dialog .share-dialog__contents .wechat-in-container>span>i:first-of-type,
.share-dialog .share-dialog__contents .wechat-out-container>span>i:first-of-type {
    margin-left: 0
}

.share-dialog .share-dialog__contents .wechat-in-container>span>i:last-of-type,
.share-dialog .share-dialog__contents .wechat-out-container>span>i:last-of-type {
    margin-right: 0
}

.share-dialog .share-dialog__contents .wechat-in-container>p,
.share-dialog .share-dialog__contents .wechat-out-container>p {
    display: inline-block;
    font-size: 12px;
    color: var(--primary-black)
}

.mobile .share-dialog .share-dialog__contents .wechat-out-container {
    margin-bottom: 0
}

.share-dialog .share-dialog__contents .wechat-out-container>span {
    line-height: 20px;
    margin: 0 4px
}

.mobile .share-dialog .share-dialog__contents .wechat-out-container>span {
    display: none
}

.mobile .share-dialog .share-dialog__contents .wechat-out-container>p {
    display: none
}

.share-dialog .share-dialog__contents .bar-code {
    position: relative;
    margin: 0 auto 30px;
    padding: 5px;
    width: 130px;
    height: 130px;
    border: 1px solid var(--gray-02)
}

.mobile .share-dialog .share-dialog__contents .bar-code {
    display: none
}

.share-dialog .share-dialog__contents .bar-code>canvas {
    width: 100%;
    height: 100%
}

.share-dialog .share-dialog__contents .bar-code .wechat-icon {
    background: url("https://assets.tapimg.com/img/background/footer-icons@2x.png") no-repeat 0 -290px;
    background-size: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    width: 40px;
    height: 40px
}

.share-dialog .share-dialog__contents .share-container {
    height: 30px;
    font-size: 0;
    text-align: center
}

.share-dialog .share-dialog__contents .share-container .facebook,
.share-dialog .share-dialog__contents .share-container .copy-link,
.share-dialog .share-dialog__contents .share-container .qq,
.share-dialog .share-dialog__contents .share-container .weibo {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 1.5px 0 0;
    background: url("https://assets.tapimg.com/img/background/share-icons@2x.png") no-repeat 0 0;
    background-size: 30px
}

.mobile .share-dialog .share-dialog__contents .share-container .facebook,
.mobile .share-dialog .share-dialog__contents .share-container .copy-link,
.mobile .share-dialog .share-dialog__contents .share-container .qq,
.mobile .share-dialog .share-dialog__contents .share-container .weibo {
    margin: 0 10px 0 0
}

.share-dialog .share-dialog__contents .share-container .weibo {
    margin: 0 1.5px;
    background: url("https://assets.tapimg.com/img/background/share-icons@2x.png") no-repeat 0 -32px;
    background-size: 30px
}

.mobile .share-dialog .share-dialog__contents .share-container .weibo {
    margin: 0 10px
}

.share-dialog .share-dialog__contents .share-container .qq {
    margin: 0 1.5px;
    background: url("https://assets.tapimg.com/img/background/share-icons@2x.png") no-repeat 0 -64px;
    background-size: 30px
}

.mobile .share-dialog .share-dialog__contents .share-container .qq {
    margin: 0 10px
}

.share-dialog .share-dialog__contents .share-container .copy-link {
    margin: 0 0 0 1.5px;
    background: url("https://assets.tapimg.com/img/background/share-icons@2x.png") no-repeat 0 -96px;
    background-size: 30px;
    cursor: pointer
}

.mobile .share-dialog .share-dialog__contents .share-container .copy-link {
    margin: 0 0 0 10px
}

.tap-tag--intl--gray {
    background: var(--black-30);
    border: 1px solid var(--black-30)
}

.tap-tag--intl--gray.tap-tag--intl--outline {
    color: var(--white-primary)
}

.tap-tag--intl--gray.tap-tag--intl--filled {
    background: var(--black-30);
    color: var(--white-primary)
}

.tap-tag--intl--blue {
    border: 1px solid var(--green-primary)
}

.tap-tag--intl--blue.tap-tag--intl--outline {
    color: var(--green-primary)
}

.tap-tag--intl--blue.tap-tag--intl--filled {
    background: var(--green-primary);
    color: var(--white-primary)
}

.tap-tag--intl--orange {
    border: 1px solid var(--primary-tap-orange)
}

.tap-tag--intl--orange.tap-tag--intl--outline {
    color: var(--primary-tap-orange)
}

.tap-tag--intl--orange.tap-tag--intl--filled {
    background: var(--primary-tap-orange);
    color: var(--extension-button-label-white)
}

.tap-tag--intl--white {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12)
}

.tap-tag--intl--white.tap-tag--intl--outline {
    color: rgba(255, 255, 255, .6)
}

.tap-tag--intl--white.tap-tag--intl--filled {
    color: rgba(255, 255, 255, .6)
}

.tap-tag--intl--orange-light {
    border: 1px solid var(--primary-tap-orange-light)
}

.tap-tag--intl--orange-light.tap-tag--intl--outline {
    color: var(--primary-tap-orange-light)
}

.tap-tag--intl--orange-light.tap-tag--intl--filled {
    background: var(--primary-tap-orange-light);
    color: var(--primary-tap-orange)
}

.tap-tag--intl--lime {
    border: 1px solid var(--extension-lime)
}

.tap-tag--intl--lime.tap-tag--intl--outline {
    color: var(--extension-lime)
}

.tap-tag--intl--lime.tap-tag--intl--filled {
    background: var(--extension-lime);
    color: var(--extension-button-label-white)
}

.tap-tag--intl {
    display: inline-flex;
    padding: 2px 4px
}

@media only screen and (min-width: 499px) {
    .tap-tag--intl {
        padding: 0 4px
    }
}

.tap-tag--intl--default {
    border-radius: 100px
}

.tap-tag--intl--bubble {
    border-radius: 11px 11px 11px 2px
}

@media only screen and (max-width: 499px) {
    .tap-tag--intl--bubble {
        border-radius: 10px 10px 10px 2px
    }
}

.tap-toast {
    position: fixed;
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: content-box;
    white-space: pre-wrap;
    text-align: center;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 30px;
    transform: translate3d(-50%, -50%, 0);
    transition: opacity .3s;
    width: 88px;
    color: #fff;
    min-width: 96px;
    min-height: 0;
    width: 88px;
    width: fit-content;
    width: -moz-fit-content;
    padding: var(--space-m12-w16) var(--space-m24-w30);
    max-width: calc(100% - 120px);
    word-wrap: break-word;
    word-break: break-all;
    z-index: 500
}

@media only screen and (max-width: 499px) {
    .tap-toast {
        max-width: calc(100% - 64px)
    }
}

.taptap-tooltips__content {
    padding: 5px 15px;
    border-radius: 6px;
    text-align: left;
    background-color: var(--primary-white);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    color: var(--gray-08);
    cursor: pointer
}

.ugc-rec-card {
    display: flex;
    align-items: center;
    padding: 18px var(--space-m16-w20);
    box-sizing: border-box
}

.ugc-rec-card__cover {
    position: relative;
    flex-shrink: 0;
    margin-right: 12px;
    position: relative
}

.ugc-rec-card__cover:before {
    position: absolute;
    content: "";
    display: block;
    pointer-events: none;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    border: 0 solid var(--extension-overlay-black);
    transform: scale(0.5)
}

.ugc-rec-card__cover:before {
    width: 200%;
    height: 200%;
    transform-origin: left top;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-width: 1px;
    box-sizing: border-box;
    z-index: 1;
    border-radius: 8px
}

@media only screen and (min-width: 499px) {
    .ugc-rec-card__cover:before {
        border-radius: 12px
    }
}

.ugc-rec-card__cover-img {
    width: 113px;
    height: 64px;
    border-radius: var(--radius-m4-w6);
    overflow: hidden
}

.ugc-rec-card__video-duration {
    font-size: var(--caption-m10-w12-size);
    line-height: var(--caption-m10-w12-line-height);
    background-color: var(--extension-components-black);
    color: var(--extension-button-label-white);
    position: absolute;
    left: 4px;
    bottom: 4px;
    margin-right: 12px;
    padding: 2px 6px;
    border-radius: 40px
}

.ugc-rec-card__contents {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.ugc-rec-card__contents-titles-wrapper {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: var(--heading-m14-w16-size);
    line-height: var(--heading-m14-w16-line-height);
    max-height: calc(var(--heading-m14-w16-line-height) * 2)
}

.ugc-rec-card__contents-title,
.ugc-rec-card__contents-subtitle {
    flex-shrink: 0;
    color: var(--gray-08);
    width: 100%
}

.ugc-rec-card__contents-description {
    margin-top: var(--space-m4-w6)
}

.ugc-rec-card__contents-description-tag {
    font-size: var(--caption-m12-w14-size);
    line-height: var(--caption-m12-w14-line-height);
    color: var(--gray-06)
}

.ugc-rec-card__contents-description-tag:first-child {
    overflow: hidden;
    margin-right: 0;
    padding-right: 14px
}

.ugc-rec-card__contents-description-tag:first-child:after {
    right: 6px
}

.ugc-rec-card__contents-title-tag {
    padding: 2px 4px;
    margin-right: var(--space-m4-w6);
    display: inline-block;
    vertical-align: 2px
}

.ugc-rec-card__default.ugc-rec-card:not(:last-child) {
    position: relative
}

.ugc-rec-card__default.ugc-rec-card:not(:last-child):after {
    content: "";
    display: block;
    background: var(--white-divider);
    height: 1px;
    width: calc(100% - 40px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px
}

@media only screen and (max-width: 499px) {
    .ugc-rec-card__default.ugc-rec-card:not(:last-child) {
        position: relative
    }
    .ugc-rec-card__default.ugc-rec-card:not(:last-child):after {
        content: "";
        display: block;
        background: var(--white-divider);
        height: 1px;
        width: calc(100% - 36px);
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0px
    }
}

@media only screen and (min-width: 499px) {
    .ugc-rec-card__default .ugc-rec-card__cover-img {
        width: 128px;
        height: 72px
    }
}

.ugc-rec-card__aside.ugc-rec-card {
    padding: 18px 16px
}

.ugc-rec-card__aside .ugc-rec-card__cover:before {
    border-radius: 8px
}

.ugc-rec-card__aside .ugc-rec-card__cover-img {
    border-radius: 4px
}

.ugc-rec-card__aside .ugc-rec-card__video-duration {
    padding: 0 6px
}

.ugc-rec-card__aside .ugc-rec-card__contents-titles-wrapper {
    font-size: var(--caption-m12-w14-size);
    line-height: var(--caption-m12-w14-line-height);
    max-height: calc(var(--caption-m12-w14-line-height) * 2)
}

.ugc-rec-card__aside .ugc-rec-card__contents-description-tag {
    font-size: var(--caption-m10-w12-size);
    line-height: var(--caption-m10-w12-line-height)
}

.ugc-rec-card__aside .ugc-rec-card__contents-title-tag {
    padding: 0 4px;
    margin-top: 4px;
    margin-right: 4px
}

@media only screen and (max-width: 499px) {
    .unlogin-dialog.taptap-confirm-modal {
        width: 94%
    }
}

.unlogin-dialog__contents {
    padding: 50px 20px
}

.unlogin-dialog__contents p {
    font-size: 18px;
    color: var(--gray-06);
    margin: 0
}

.unlogin-dialog__contents p a {
    color: var(--primary-tap-blue);
    display: inline-block
}

.tap-avatar {
    display: inline-flex
}

.tap-avatar.tap-avatar--round {
    border-radius: 50%
}

.tap-avatar--x-small {
    width: 28px;
    height: 28px
}

.tap-avatar--small {
    width: 48px;
    height: 48px
}

.tap-avatar--medium {
    width: 64px;
    height: 64px
}

.tap-avatar--medium-small {
    width: 40px;
    height: 40px
}

.tap-avatar--large {
    width: 88px;
    height: 88px
}

.tap-avatar--wide-screen.tap-avatar--x-small {
    width: 36px;
    height: 36px
}

.tap-avatar--wide-screen.tap-avatar--medium-small {
    width: 48px;
    height: 48px
}

.tap-avatar--wide-screen.tap-avatar--small {
    width: 56px;
    height: 56px
}

.tap-avatar--wide-screen.tap-avatar--medium {
    width: 72px;
    height: 72px
}

.tap-avatar--wide-screen.tap-avatar--large {
    width: 96px;
    height: 96px
}

.user-avatar {
    display: inline-flex;
    position: relative;
    border-radius: 50%
}

.user-avatar:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    transform-origin: left top;
    transform: scale(0.5);
    box-sizing: border-box;
    border: 1px solid var(--extension-overlay-black);
    border-radius: 50%;
    z-index: -1
}

.user-avatar .taptap-popover__trigger-wrap {
    display: flex
}

.user-avatar--default {
    width: 50px;
    height: 50px
}

.user-avatar__verified-reason {
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 3px;
    font-size: 12px;
    padding: 8px;
    text-align: center;
    line-height: 1.428;
    z-index: 1;
    background: var(--primary-white);
    white-space: nowrap;
    border: 1px solid var(--extension-divider-gray);
    opacity: .9;
    -webkit-box-shadow: 0 1px 2px 0 rgba(var(--primary-black), 0.1);
    -moz-box-shadow: 0 1px 2px 0 rgba(var(--primary-black), 0.1);
    box-shadow: 0 1px 2px 0 rgba(var(--primary-black), 0.1)
}

.user-avatar__verified-reason .verified-arrow {
    background: var(--primary-white);
    border: 1px solid var(--extension-coral-light);
    background: var(--gray-01);
    border-radius: 3px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
    border: none
}

.user-avatar__verified-reason .verified-arrow:after,
.user-avatar__verified-reason .verified-arrow:before {
    position: absolute;
    height: 0;
    width: 0;
    border: solid transparent;
    content: " ";
    pointer-events: none
}

.user-avatar__verified-reason .verified-arrow:after {
    border-width: 5px;
    border-color: transparent
}

.user-avatar__verified-reason .verified-arrow:before {
    border-width: 6px;
    border-color: transparent
}

.user-avatar__verified-reason .verified-arrow:after,
.user-avatar__verified-reason .verified-arrow:before {
    top: 100%;
    left: 50%
}

.user-avatar__verified-reason .verified-arrow:after {
    margin-left: -5px;
    border-top-color: var(--primary-white)
}

.user-avatar__verified-reason .verified-arrow:before {
    margin-left: -6px;
    border-top-color: var(--extension-coral-light)
}

.taptap-popover.user-avatar__verified {
    position: absolute;
    bottom: 0;
    right: -5.2%;
    width: 43%;
    height: 43%;
    z-index: 1
}

.user-avatar__verified-icon {
    width: 100%;
    height: 100%;
    display: flex
}

.user-avatar__image {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.user-avatar__image img {
    border-radius: 50%
}

.user-avatar__image__mask {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    color: var(--extension-button-label-white);
    background: var(--extension-components-black);
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 8px;
    box-sizing: border-box;
    text-align: center
}

.user-name {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: var(--gray-08)
}

.user-name__text {
    color: inherit;
    font-size: inherit;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.user-name__badge {
    width: 1em;
    height: 1em;
    margin-left: 3px
}

.user-name__verified-reason {
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 3px;
    font-size: 12px;
    padding: 8px;
    text-align: center;
    line-height: 1.428;
    z-index: 1;
    background: var(--primary-white);
    white-space: nowrap;
    border: 1px solid var(--extension-divider-gray);
    opacity: .9;
    -webkit-box-shadow: 0 1px 2px 0 rgba(var(--primary-black), 0.1);
    -moz-box-shadow: 0 1px 2px 0 rgba(var(--primary-black), 0.1);
    box-shadow: 0 1px 2px 0 rgba(var(--primary-black), 0.1)
}

.user-name__verified-reason .verified-arrow {
    background: var(--primary-white);
    border: 1px solid var(--extension-coral-light);
    background: var(--gray-01);
    border-radius: 3px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
    border: none
}

.user-name__verified-reason .verified-arrow:after,
.user-name__verified-reason .verified-arrow:before {
    position: absolute;
    height: 0;
    width: 0;
    border: solid transparent;
    content: " ";
    pointer-events: none
}

.user-name__verified-reason .verified-arrow:after {
    border-width: 5px;
    border-color: transparent
}

.user-name__verified-reason .verified-arrow:before {
    border-width: 6px;
    border-color: transparent
}

.user-name__verified-reason .verified-arrow:after,
.user-name__verified-reason .verified-arrow:before {
    top: 100%;
    left: 50%
}

.user-name__verified-reason .verified-arrow:after {
    margin-left: -5px;
    border-top-color: var(--primary-white)
}

.user-name__verified-reason .verified-arrow:before {
    margin-left: -6px;
    border-top-color: var(--extension-coral-light)
}

.taptap-popover.user-name__verified {
    margin-left: 2px
}

.user-name__verified-icon {
    width: 1em;
    height: 1em;
    display: flex
}

.user-name__forum-level {
    width: 16px;
    height: 16px;
    margin-left: 4px
}

.user-row-card__features {
    width: 100%;
    margin-top: 2px
}

.user-row-card__tags {
    display: inline
}

.user-row-card__caption-text {
    width: 100%
}

.user-row-card__title {
    width: 100%;
    font-size: var(--heading-m16-w18-size);
    line-height: var(--heading-m16-w18-line-height)
}

.user-row-card--medium-small .user-row-card__title,
.user-row-card--small .user-row-card__title {
    font-size: var(--heading-m14-w16-size);
    line-height: var(--heading-m14-w16-line-height)
}

/**
 * Entry of basic styles
 */

html {
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Segoe UI, Arial, Roboto, 'PingFang SC', 'miui', 'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    color: inherit;
    font: inherit;
}

a:focus,
input:focus,
button:focus,
textarea:focus,
[class*='van-']:focus {
    outline: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

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

.van-multi-ellipsis--l2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
}

.van-multi-ellipsis--l3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
}

.van-clearfix::after {
    display: table;
    clear: both;
    content: '';
}

[class*='van-hairline']::after {
    position: absolute;
    box-sizing: border-box;
    content: ' ';
    pointer-events: none;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    border: 0 solid #ebedf0;
    transform: scale(0.5);
}

.van-hairline,
.van-hairline--top,
.van-hairline--left,
.van-hairline--right,
.van-hairline--bottom,
.van-hairline--surround,
.van-hairline--top-bottom {
    position: relative;
}

.van-hairline--top::after {
    border-top-width: 1px;
}

.van-hairline--left::after {
    border-left-width: 1px;
}

.van-hairline--right::after {
    border-right-width: 1px;
}

.van-hairline--bottom::after {
    border-bottom-width: 1px;
}

.van-hairline--top-bottom::after,
.van-hairline-unset--top-bottom::after {
    border-width: 1px 0;
}

.van-hairline--surround::after {
    border-width: 1px;
}

@keyframes van-slide-up-enter {
    from {
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes van-slide-up-leave {
    to {
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes van-slide-down-enter {
    from {
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes van-slide-down-leave {
    to {
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes van-slide-left-enter {
    from {
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes van-slide-left-leave {
    to {
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes van-slide-right-enter {
    from {
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes van-slide-right-leave {
    to {
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes van-fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes van-fade-out {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes van-rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.van-fade-enter-active {
    animation: 0.3s van-fade-in both ease-out;
}

.van-fade-leave-active {
    animation: 0.3s van-fade-out both ease-in;
}

.van-slide-up-enter-active {
    animation: van-slide-up-enter 0.3s both ease-out;
}

.van-slide-up-leave-active {
    animation: van-slide-up-leave 0.3s both ease-in;
}

.van-slide-down-enter-active {
    animation: van-slide-down-enter 0.3s both ease-out;
}

.van-slide-down-leave-active {
    animation: van-slide-down-leave 0.3s both ease-in;
}

.van-slide-left-enter-active {
    animation: van-slide-left-enter 0.3s both ease-out;
}

.van-slide-left-leave-active {
    animation: van-slide-left-leave 0.3s both ease-in;
}

.van-slide-right-enter-active {
    animation: van-slide-right-enter 0.3s both ease-out;
}

.van-slide-right-leave-active {
    animation: van-slide-right-leave 0.3s both ease-in;
}

.van-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.van-info {
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    min-width: 16px;
    padding: 0 3px;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    font-family: -apple-system-font, Helvetica Neue, Arial, sans-serif;
    line-height: 1.2;
    text-align: center;
    background-color: #ee0a24;
    border: 1px solid #fff;
    border-radius: 16px;
    transform: translate(50%, -50%);
    transform-origin: 100%;
}

.van-info--dot {
    width: 8px;
    min-width: 0;
    height: 8px;
    background-color: #ee0a24;
    border-radius: 100%;
}

/* stylelint-disable selector-pseudo-element-colon-notation */

/* stylelint-disable font-family-no-missing-generic-family-keyword */

@font-face {
    font-weight: normal;
    font-family: 'vant-icon';
    font-style: normal;
    font-display: auto;
    src: url(data:font/ttf;base64,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) format('woff2'), url('https://img01.yzcdn.cn/vant/vant-icon-f463a9.woff') format('woff'), url('https://img01.yzcdn.cn/vant/vant-icon-f463a9.ttf') format('truetype');
}

.van-icon {
    position: relative;
    display: inline-block;
    font: normal normal normal 14px/1 'vant-icon';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.van-icon::before {
    display: inline-block;
}

.van-icon-add-o::before {
    content: '\F000';
}

.van-icon-add-square::before {
    content: '\F001';
}

.van-icon-add::before {
    content: '\F002';
}

.van-icon-after-sale::before {
    content: '\F003';
}

.van-icon-aim::before {
    content: '\F004';
}

.van-icon-alipay::before {
    content: '\F005';
}

.van-icon-apps-o::before {
    content: '\F006';
}

.van-icon-arrow-down::before {
    content: '\F007';
}

.van-icon-arrow-left::before {
    content: '\F008';
}

.van-icon-arrow-up::before {
    content: '\F009';
}

.van-icon-arrow::before {
    content: '\F00A';
}

.van-icon-ascending::before {
    content: '\F00B';
}

.van-icon-audio::before {
    content: '\F00C';
}

.van-icon-award-o::before {
    content: '\F00D';
}

.van-icon-award::before {
    content: '\F00E';
}

.van-icon-back-top::before {
    content: '\F0E6';
}

.van-icon-bag-o::before {
    content: '\F00F';
}

.van-icon-bag::before {
    content: '\F010';
}

.van-icon-balance-list-o::before {
    content: '\F011';
}

.van-icon-balance-list::before {
    content: '\F012';
}

.van-icon-balance-o::before {
    content: '\F013';
}

.van-icon-balance-pay::before {
    content: '\F014';
}

.van-icon-bar-chart-o::before {
    content: '\F015';
}

.van-icon-bars::before {
    content: '\F016';
}

.van-icon-bell::before {
    content: '\F017';
}

.van-icon-bill-o::before {
    content: '\F018';
}

.van-icon-bill::before {
    content: '\F019';
}

.van-icon-birthday-cake-o::before {
    content: '\F01A';
}

.van-icon-bookmark-o::before {
    content: '\F01B';
}

.van-icon-bookmark::before {
    content: '\F01C';
}

.van-icon-browsing-history-o::before {
    content: '\F01D';
}

.van-icon-browsing-history::before {
    content: '\F01E';
}

.van-icon-brush-o::before {
    content: '\F01F';
}

.van-icon-bulb-o::before {
    content: '\F020';
}

.van-icon-bullhorn-o::before {
    content: '\F021';
}

.van-icon-calendar-o::before {
    content: '\F022';
}

.van-icon-card::before {
    content: '\F023';
}

.van-icon-cart-circle-o::before {
    content: '\F024';
}

.van-icon-cart-circle::before {
    content: '\F025';
}

.van-icon-cart-o::before {
    content: '\F026';
}

.van-icon-cart::before {
    content: '\F027';
}

.van-icon-cash-back-record::before {
    content: '\F028';
}

.van-icon-cash-on-deliver::before {
    content: '\F029';
}

.van-icon-cashier-o::before {
    content: '\F02A';
}

.van-icon-certificate::before {
    content: '\F02B';
}

.van-icon-chart-trending-o::before {
    content: '\F02C';
}

.van-icon-chat-o::before {
    content: '\F02D';
}

.van-icon-chat::before {
    content: '\F02E';
}

.van-icon-checked::before {
    content: '\F02F';
}

.van-icon-circle::before {
    content: '\F030';
}

.van-icon-clear::before {
    content: '\F031';
}

.van-icon-clock-o::before {
    content: '\F032';
}

.van-icon-clock::before {
    content: '\F033';
}

.van-icon-close::before {
    content: '\F034';
}

.van-icon-closed-eye::before {
    content: '\F035';
}

.van-icon-cluster-o::before {
    content: '\F036';
}

.van-icon-cluster::before {
    content: '\F037';
}

.van-icon-column::before {
    content: '\F038';
}

.van-icon-comment-circle-o::before {
    content: '\F039';
}

.van-icon-comment-circle::before {
    content: '\F03A';
}

.van-icon-comment-o::before {
    content: '\F03B';
}

.van-icon-comment::before {
    content: '\F03C';
}

.van-icon-completed::before {
    content: '\F03D';
}

.van-icon-contact::before {
    content: '\F03E';
}

.van-icon-coupon-o::before {
    content: '\F03F';
}

.van-icon-coupon::before {
    content: '\F040';
}

.van-icon-credit-pay::before {
    content: '\F041';
}

.van-icon-cross::before {
    content: '\F042';
}

.van-icon-debit-pay::before {
    content: '\F043';
}

.van-icon-delete-o::before {
    content: '\F0E9';
}

.van-icon-delete::before {
    content: '\F044';
}

.van-icon-descending::before {
    content: '\F045';
}

.van-icon-description::before {
    content: '\F046';
}

.van-icon-desktop-o::before {
    content: '\F047';
}

.van-icon-diamond-o::before {
    content: '\F048';
}

.van-icon-diamond::before {
    content: '\F049';
}

.van-icon-discount::before {
    content: '\F04A';
}

.van-icon-down::before {
    content: '\F04B';
}

.van-icon-ecard-pay::before {
    content: '\F04C';
}

.van-icon-edit::before {
    content: '\F04D';
}

.van-icon-ellipsis::before {
    content: '\F04E';
}

.van-icon-empty::before {
    content: '\F04F';
}

.van-icon-enlarge::before {
    content: '\F0E4';
}

.van-icon-envelop-o::before {
    content: '\F050';
}

.van-icon-exchange::before {
    content: '\F051';
}

.van-icon-expand-o::before {
    content: '\F052';
}

.van-icon-expand::before {
    content: '\F053';
}

.van-icon-eye-o::before {
    content: '\F054';
}

.van-icon-eye::before {
    content: '\F055';
}

.van-icon-fail::before {
    content: '\F056';
}

.van-icon-failure::before {
    content: '\F057';
}

.van-icon-filter-o::before {
    content: '\F058';
}

.van-icon-fire-o::before {
    content: '\F059';
}

.van-icon-fire::before {
    content: '\F05A';
}

.van-icon-flag-o::before {
    content: '\F05B';
}

.van-icon-flower-o::before {
    content: '\F05C';
}

.van-icon-font-o::before {
    content: '\F0EC';
}

.van-icon-font::before {
    content: '\F0EB';
}

.van-icon-free-postage::before {
    content: '\F05D';
}

.van-icon-friends-o::before {
    content: '\F05E';
}

.van-icon-friends::before {
    content: '\F05F';
}

.van-icon-gem-o::before {
    content: '\F060';
}

.van-icon-gem::before {
    content: '\F061';
}

.van-icon-gift-card-o::before {
    content: '\F062';
}

.van-icon-gift-card::before {
    content: '\F063';
}

.van-icon-gift-o::before {
    content: '\F064';
}

.van-icon-gift::before {
    content: '\F065';
}

.van-icon-gold-coin-o::before {
    content: '\F066';
}

.van-icon-gold-coin::before {
    content: '\F067';
}

.van-icon-good-job-o::before {
    content: '\F068';
}

.van-icon-good-job::before {
    content: '\F069';
}

.van-icon-goods-collect-o::before {
    content: '\F06A';
}

.van-icon-goods-collect::before {
    content: '\F06B';
}

.van-icon-graphic::before {
    content: '\F06C';
}

.van-icon-home-o::before {
    content: '\F06D';
}

.van-icon-hot-o::before {
    content: '\F06E';
}

.van-icon-hot-sale-o::before {
    content: '\F06F';
}

.van-icon-hot-sale::before {
    content: '\F070';
}

.van-icon-hot::before {
    content: '\F071';
}

.van-icon-hotel-o::before {
    content: '\F072';
}

.van-icon-idcard::before {
    content: '\F073';
}

.van-icon-info-o::before {
    content: '\F074';
}

.van-icon-info::before {
    content: '\F075';
}

.van-icon-invition::before {
    content: '\F076';
}

.van-icon-label-o::before {
    content: '\F077';
}

.van-icon-label::before {
    content: '\F078';
}

.van-icon-like-o::before {
    content: '\F079';
}

.van-icon-like::before {
    content: '\F07A';
}

.van-icon-live::before {
    content: '\F07B';
}

.van-icon-location-o::before {
    content: '\F07C';
}

.van-icon-location::before {
    content: '\F07D';
}

.van-icon-lock::before {
    content: '\F07E';
}

.van-icon-logistics::before {
    content: '\F07F';
}

.van-icon-manager-o::before {
    content: '\F080';
}

.van-icon-manager::before {
    content: '\F081';
}

.van-icon-map-marked::before {
    content: '\F082';
}

.van-icon-medal-o::before {
    content: '\F083';
}

.van-icon-medal::before {
    content: '\F084';
}

.van-icon-minus::before {
    content: '\F0E8';
}

.van-icon-more-o::before {
    content: '\F085';
}

.van-icon-more::before {
    content: '\F086';
}

.van-icon-music-o::before {
    content: '\F087';
}

.van-icon-music::before {
    content: '\F088';
}

.van-icon-new-arrival-o::before {
    content: '\F089';
}

.van-icon-new-arrival::before {
    content: '\F08A';
}

.van-icon-new-o::before {
    content: '\F08B';
}

.van-icon-new::before {
    content: '\F08C';
}

.van-icon-newspaper-o::before {
    content: '\F08D';
}

.van-icon-notes-o::before {
    content: '\F08E';
}

.van-icon-orders-o::before {
    content: '\F08F';
}

.van-icon-other-pay::before {
    content: '\F090';
}

.van-icon-paid::before {
    content: '\F091';
}

.van-icon-passed::before {
    content: '\F092';
}

.van-icon-pause-circle-o::before {
    content: '\F093';
}

.van-icon-pause-circle::before {
    content: '\F094';
}

.van-icon-pause::before {
    content: '\F095';
}

.van-icon-peer-pay::before {
    content: '\F096';
}

.van-icon-pending-payment::before {
    content: '\F097';
}

.van-icon-phone-circle-o::before {
    content: '\F098';
}

.van-icon-phone-circle::before {
    content: '\F099';
}

.van-icon-phone-o::before {
    content: '\F09A';
}

.van-icon-phone::before {
    content: '\F09B';
}

.van-icon-photo-fail::before {
    content: '\F0E5';
}

.van-icon-photo-o::before {
    content: '\F09C';
}

.van-icon-photo::before {
    content: '\F09D';
}

.van-icon-photograph::before {
    content: '\F09E';
}

.van-icon-play-circle-o::before {
    content: '\F09F';
}

.van-icon-play-circle::before {
    content: '\F0A0';
}

.van-icon-play::before {
    content: '\F0A1';
}

.van-icon-plus::before {
    content: '\F0A2';
}

.van-icon-point-gift-o::before {
    content: '\F0A3';
}

.van-icon-point-gift::before {
    content: '\F0A4';
}

.van-icon-points::before {
    content: '\F0A5';
}

.van-icon-printer::before {
    content: '\F0A6';
}

.van-icon-qr-invalid::before {
    content: '\F0A7';
}

.van-icon-qr::before {
    content: '\F0A8';
}

.van-icon-question-o::before {
    content: '\F0A9';
}

.van-icon-question::before {
    content: '\F0AA';
}

.van-icon-records::before {
    content: '\F0AB';
}

.van-icon-refund-o::before {
    content: '\F0AC';
}

.van-icon-replay::before {
    content: '\F0AD';
}

.van-icon-revoke::before {
    content: '\F0ED';
}

.van-icon-scan::before {
    content: '\F0AE';
}

.van-icon-search::before {
    content: '\F0AF';
}

.van-icon-send-gift-o::before {
    content: '\F0B0';
}

.van-icon-send-gift::before {
    content: '\F0B1';
}

.van-icon-service-o::before {
    content: '\F0B2';
}

.van-icon-service::before {
    content: '\F0B3';
}

.van-icon-setting-o::before {
    content: '\F0B4';
}

.van-icon-setting::before {
    content: '\F0B5';
}

.van-icon-share-o::before {
    content: '\F0E7';
}

.van-icon-share::before {
    content: '\F0B6';
}

.van-icon-shop-collect-o::before {
    content: '\F0B7';
}

.van-icon-shop-collect::before {
    content: '\F0B8';
}

.van-icon-shop-o::before {
    content: '\F0B9';
}

.van-icon-shop::before {
    content: '\F0BA';
}

.van-icon-shopping-cart-o::before {
    content: '\F0BB';
}

.van-icon-shopping-cart::before {
    content: '\F0BC';
}

.van-icon-shrink::before {
    content: '\F0BD';
}

.van-icon-sign::before {
    content: '\F0BE';
}

.van-icon-smile-comment-o::before {
    content: '\F0BF';
}

.van-icon-smile-comment::before {
    content: '\F0C0';
}

.van-icon-smile-o::before {
    content: '\F0C1';
}

.van-icon-smile::before {
    content: '\F0C2';
}

.van-icon-sort::before {
    content: '\F0EA';
}

.van-icon-star-o::before {
    content: '\F0C3';
}

.van-icon-star::before {
    content: '\F0C4';
}

.van-icon-stop-circle-o::before {
    content: '\F0C5';
}

.van-icon-stop-circle::before {
    content: '\F0C6';
}

.van-icon-stop::before {
    content: '\F0C7';
}

.van-icon-success::before {
    content: '\F0C8';
}

.van-icon-thumb-circle-o::before {
    content: '\F0C9';
}

.van-icon-thumb-circle::before {
    content: '\F0CA';
}

.van-icon-todo-list-o::before {
    content: '\F0CB';
}

.van-icon-todo-list::before {
    content: '\F0CC';
}

.van-icon-tosend::before {
    content: '\F0CD';
}

.van-icon-tv-o::before {
    content: '\F0CE';
}

.van-icon-umbrella-circle::before {
    content: '\F0CF';
}

.van-icon-underway-o::before {
    content: '\F0D0';
}

.van-icon-underway::before {
    content: '\F0D1';
}

.van-icon-upgrade::before {
    content: '\F0D2';
}

.van-icon-user-circle-o::before {
    content: '\F0D3';
}

.van-icon-user-o::before {
    content: '\F0D4';
}

.van-icon-video-o::before {
    content: '\F0D5';
}

.van-icon-video::before {
    content: '\F0D6';
}

.van-icon-vip-card-o::before {
    content: '\F0D7';
}

.van-icon-vip-card::before {
    content: '\F0D8';
}

.van-icon-volume-o::before {
    content: '\F0D9';
}

.van-icon-volume::before {
    content: '\F0DA';
}

.van-icon-wap-home-o::before {
    content: '\F0DB';
}

.van-icon-wap-home::before {
    content: '\F0DC';
}

.van-icon-wap-nav::before {
    content: '\F0DD';
}

.van-icon-warn-o::before {
    content: '\F0DE';
}

.van-icon-warning-o::before {
    content: '\F0DF';
}

.van-icon-warning::before {
    content: '\F0E0';
}

.van-icon-weapp-nav::before {
    content: '\F0E1';
}

.van-icon-wechat-pay::before {
    content: '\F0E2';
}

.van-icon-wechat::before {
    content: '\F0EE';
}

.van-icon-youzan-shield::before {
    content: '\F0E3';
}

.van-icon__image {
    width: 1em;
    height: 1em;
    object-fit: contain;
}

.van-overflow-hidden {
    overflow: hidden !important;
}

.van-popup {
    position: fixed;
    max-height: 100%;
    overflow-y: auto;
    background-color: #fff;
    transition: transform 0.3s;
    -webkit-overflow-scrolling: touch;
}

.van-popup--center {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.van-popup--center.van-popup--round {
    border-radius: 10rpx;
}

.van-popup--top {
    top: 0;
    left: 0;
    width: 100%;
}

.van-popup--top.van-popup--round {
    border-radius: 0 0 10rpx 10rpx;
}

.van-popup--right {
    top: 50%;
    right: 0;
    transform: translate3d(0, -50%, 0);
}

.van-popup--right.van-popup--round {
    border-radius: 10rpx 0 0 10rpx;
}

.van-popup--bottom {
    bottom: 0;
    left: 0;
    width: 100%;
}

.van-popup--bottom.van-popup--round {
    border-radius: 10rpx 10rpx 0 0;
}

.van-popup--left {
    top: 50%;
    left: 0;
    transform: translate3d(0, -50%, 0);
}

.van-popup--left.van-popup--round {
    border-radius: 0 10rpx 10rpx 0;
}

.van-popup--safe-area-inset-bottom {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}

.van-popup-slide-top-enter-active,
.van-popup-slide-left-enter-active,
.van-popup-slide-right-enter-active,
.van-popup-slide-bottom-enter-active {
    transition-timing-function: ease-out;
}

.van-popup-slide-top-leave-active,
.van-popup-slide-left-leave-active,
.van-popup-slide-right-leave-active,
.van-popup-slide-bottom-leave-active {
    transition-timing-function: ease-in;
}

.van-popup-slide-top-enter,
.van-popup-slide-top-leave-active {
    transform: translate3d(0, -100%, 0);
}

.van-popup-slide-right-enter,
.van-popup-slide-right-leave-active {
    transform: translate3d(100%, -50%, 0);
}

.van-popup-slide-bottom-enter,
.van-popup-slide-bottom-leave-active {
    transform: translate3d(0, 100%, 0);
}

.van-popup-slide-left-enter,
.van-popup-slide-left-leave-active {
    transform: translate3d(-100%, -50%, 0);
}

.van-popup__close-icon {
    position: absolute;
    z-index: 1;
    color: #c8c9cc;
    font-size: 22px;
    cursor: pointer;
}

.van-popup__close-icon:active {
    color: #969799;
}

.van-popup__close-icon--top-left {
    top: 16px;
    left: 16px;
}

.van-popup__close-icon--top-right {
    top: 16px;
    right: 16px;
}

.van-popup__close-icon--bottom-left {
    bottom: 16px;
    left: 16px;
}

.van-popup__close-icon--bottom-right {
    right: 16px;
    bottom: 16px;
}

.van-loading {
    position: relative;
    color: #c8c9cc;
    font-size: 0;
    vertical-align: middle;
}

.van-loading__spinner {
    position: relative;
    display: inline-block;
    width: 30px;
    max-width: 100%;
    height: 30px;
    max-height: 100%;
    vertical-align: middle;
    animation: van-rotate 0.8s linear infinite;
}

.van-loading__spinner--spinner {
    animation-timing-function: steps(12);
}

.van-loading__spinner--spinner i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.van-loading__spinner--spinner i::before {
    display: block;
    width: 2px;
    height: 25%;
    margin: 0 auto;
    background-color: currentColor;
    border-radius: 40%;
    content: ' ';
}

.van-loading__spinner--circular {
    animation-duration: 2s;
}

.van-loading__circular {
    display: block;
    width: 100%;
    height: 100%;
}

.van-loading__circular circle {
    animation: van-circular 1.5s ease-in-out infinite;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
}

.van-loading__text {
    display: inline-block;
    margin-left: 8px;
    color: #969799;
    font-size: 14px;
    vertical-align: middle;
}

.van-loading--vertical {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.van-loading--vertical .van-loading__text {
    margin: 8px 0 0;
}

@keyframes van-circular {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -40;
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -120;
    }
}

.van-loading__spinner--spinner i:nth-of-type(1) {
    transform: rotate(30deg);
    opacity: 1;
}

.van-loading__spinner--spinner i:nth-of-type(2) {
    transform: rotate(60deg);
    opacity: 0.9375;
}

.van-loading__spinner--spinner i:nth-of-type(3) {
    transform: rotate(90deg);
    opacity: 0.875;
}

.van-loading__spinner--spinner i:nth-of-type(4) {
    transform: rotate(120deg);
    opacity: 0.8125;
}

.van-loading__spinner--spinner i:nth-of-type(5) {
    transform: rotate(150deg);
    opacity: 0.75;
}

.van-loading__spinner--spinner i:nth-of-type(6) {
    transform: rotate(180deg);
    opacity: 0.6875;
}

.van-loading__spinner--spinner i:nth-of-type(7) {
    transform: rotate(210deg);
    opacity: 0.625;
}

.van-loading__spinner--spinner i:nth-of-type(8) {
    transform: rotate(240deg);
    opacity: 0.5625;
}

.van-loading__spinner--spinner i:nth-of-type(9) {
    transform: rotate(270deg);
    opacity: 0.5;
}

.van-loading__spinner--spinner i:nth-of-type(10) {
    transform: rotate(300deg);
    opacity: 0.4375;
}

.van-loading__spinner--spinner i:nth-of-type(11) {
    transform: rotate(330deg);
    opacity: 0.375;
}

.van-loading__spinner--spinner i:nth-of-type(12) {
    transform: rotate(360deg);
    opacity: 0.3125;
}

.van-toast {
    position: fixed;
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: content-box;
    width: 88px;
    max-width: 70%;
    min-height: 88px;
    padding: 16px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    white-space: pre-wrap;
    text-align: center;
    word-wrap: break-word;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 30px;
    transform: translate3d(-50%, -50%, 0);
}

.van-toast--unclickable {
    overflow: hidden;
}

.van-toast--unclickable * {
    pointer-events: none;
}

.van-toast--text,
.van-toast--html {
    width: fit-content;
    min-width: 96px;
    min-height: 0;
    padding: 8px 12px;
}

.van-toast--text .van-toast__text,
.van-toast--html .van-toast__text {
    margin-top: 0;
}

.van-toast--top {
    top: 20%;
}

.van-toast--bottom {
    top: auto;
    bottom: 20%;
}

.van-toast__icon {
    font-size: 36px;
}

.van-toast__loading {
    padding: 4px;
    color: #fff;
}

.van-toast__text {
    margin-top: 8px;
}

.iconfont {
    width: 1em;
    height: 1em;
    vertical-align: top;
    fill: currentColor;
    overflow: hidden
}

.tap-player {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
    word-break: initial;
    line-height: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tap-player__video {
    width: 100%;
    height: 100%
}

.tap-player__loading-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
    justify-content: center;
    align-items: center
}

.is-mobile .tap-player__loading {
    width: 14px;
    height: 14px
}

.is-mobile .tap-player__loading:before,
.is-mobile .tap-player__loading:after {
    content: "";
    display: block;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    position: absolute
}

.tap-player__loading {
    position: relative;
    width: 24px;
    height: 24px;
    margin: 12px auto;
    animation: rotateSelf 5s linear infinite
}

.tap-player__loading:before,
.tap-player__loading:after {
    content: "";
    display: block;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    position: absolute
}

.tap-player__loading:before {
    background: #ff8156;
    left: 0;
    top: 0;
    z-index: 1;
    animation: slideInset1 2s linear infinite
}

.tap-player__loading:after {
    background: #15c5ce;
    bottom: 0;
    right: 0;
    z-index: 0;
    animation: slideInset2 2s linear infinite
}

@keyframes rotateSelf {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes slideInset1 {
    0% {
        left: 0;
        top: 0;
        transform: scale(1) translate3d(-50%, -50%, 0);
        z-index: 1
    }
    12.5% {
        left: 50%;
        top: 50%;
        transform: scale(1.2) translate3d(-50%, -50%, 0);
        z-index: 1
    }
    25% {
        left: 100%;
        top: 100%;
        transform: scale(1) translate3d(-50%, -50%, 0);
        z-index: 1
    }
    37.5% {
        left: 50%;
        top: 50%;
        transform: scale(0.6) translate3d(-50%, -50%, 0);
        z-index: 0
    }
    50% {
        left: 0;
        top: 0;
        transform: scale(1) translate3d(-50%, -50%, 0);
        z-index: 1
    }
    62.5% {
        left: 50%;
        top: 50%;
        transform: scale(1.2) translate3d(-50%, -50%, 0);
        z-index: 1
    }
    75% {
        left: 100%;
        top: 100%;
        transform: scale(1) translate3d(-50%, -50%, 0);
        z-index: 1
    }
    87.5% {
        left: 50%;
        top: 50%;
        transform: scale(0.6) translate3d(-50%, -50%, 0);
        z-index: 0
    }
    100% {
        left: 0;
        top: 0;
        transform: scale(1) translate3d(-50%, -50%, 0);
        z-index: 1
    }
}

@keyframes slideInset2 {
    0% {
        right: 0;
        bottom: 0;
        transform: scale(1) translate3d(50%, 50%, 0);
        z-index: 1
    }
    12.5% {
        right: 50%;
        bottom: 50%;
        transform: scale(0.6) translate3d(50%, 50%, 0);
        z-index: 0
    }
    25% {
        right: 100%;
        bottom: 100%;
        transform: scale(1) translate3d(50%, 50%, 0);
        z-index: 1
    }
    37.5% {
        right: 50%;
        bottom: 50%;
        transform: scale(1.2) translate3d(50%, 50%, 0);
        z-index: 1
    }
    50% {
        right: 0;
        bottom: 0;
        transform: scale(1) translate3d(50%, 50%, 0);
        z-index: 1
    }
    62.5% {
        right: 50%;
        bottom: 50%;
        transform: scale(0.6) translate3d(50%, 50%, 0);
        z-index: 0
    }
    75% {
        right: 100%;
        bottom: 100%;
        transform: scale(1) translate3d(50%, 50%, 0);
        z-index: 1
    }
    87.5% {
        right: 50%;
        bottom: 50%;
        transform: scale(1.2) translate3d(50%, 50%, 0);
        z-index: 1
    }
    100% {
        right: 0;
        bottom: 0;
        transform: scale(1) translate3d(50%, 50%, 0);
        z-index: 0
    }
}

.tap-player__controls {
    display: none;
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 99%);
    opacity: 1;
    padding: 10px 15px;
    box-sizing: border-box;
    transition: .3s;
    z-index: 10
}

.is-mobile .tap-player__controls {
    height: 40px;
    padding: 0
}

.progress-bar {
    position: relative;
    width: 100%;
    height: 2px;
    margin: 1px 0;
    background: rgba(255, 255, 255, .3);
    cursor: pointer;
    touch-action: none
}

.progress-bar:hover {
    height: 4px;
    margin: 0
}

.is-mobile .progress-bar {
    flex: 1
}

.progress-bar:hover .progress-bar__point {
    display: block
}

.progress-bar__played {
    position: relative;
    width: 0;
    height: 100%;
    background: #14b9c8;
    z-index: 11
}

.progress-bar__point {
    display: none;
    position: absolute;
    right: -3px;
    top: -3px;
    width: 10px;
    height: 10px;
    border-radius: 3px;
    background-color: #78e1eb;
    border: 2px solid #14b9c8;
    box-sizing: border-box
}

.progress-bar__point--active {
    box-shadow: 0 0 0 10px rgba(120, 225, 235, .3);
    display: block
}

.progress-bar__buffered {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .5)
}

.progress-bar__mouse {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .3)
}

.tap-player__options {
    height: 50px;
    display: flex;
    padding: 10px;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between
}

.is-mobile .tap-player__options {
    height: 40px
}

.tap-player__options--left,
.tap-player__options--right {
    display: flex;
    align-items: center
}

.tap-player__play,
.tap-player__pause {
    display: none;
    color: #fff;
    cursor: pointer
}

.tap-player__play--big,
.tap-player__pause--big {
    display: none;
    cursor: pointer;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    z-index: 9;
    font-size: 40px
}

.tap-player__play--big .iconfont,
.tap-player__pause--big .iconfont {
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.5))
}

.is-mobile .tap-player__play--big,
.is-mobile .tap-player__pause--big {
    width: 30px;
    height: 30px;
    font-size: 30px
}

.tap-player__play-pause {
    position: relative;
    margin-right: 15px
}

.tap-player__time {
    font-size: 13px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-right: 15px
}

.tap-player__volume {
    position: relative;
    cursor: pointer;
    margin-left: 15px
}

.tap-player__muted,
.tap-player__un-muted {
    position: relative;
    color: #fff
}

.volume {
    display: none;
    position: absolute;
    padding: 12px 15px;
    background: rgba(0, 0, 0, .7);
    border-radius: 5px;
    bottom: calc(100% + 25px);
    left: -8px
}

.is-mobile .volume {
    bottom: calc(100% + 15px)
}

.volume-bar {
    position: relative;
    width: 4px;
    height: 80px;
    background: rgba(255, 255, 255, .3)
}

.volume-bar__active {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 4px;
    background: #14b9c8
}

.volume-bar__point {
    position: absolute;
    right: -3px;
    top: -6px;
    width: 10px;
    height: 10px;
    border-radius: 3px;
    background-color: #78e1eb;
    border: 2px solid #14b9c8;
    box-sizing: border-box
}

.tap-player__levels {
    position: relative;
    margin-left: 15px;
    font-size: 13px;
    cursor: pointer
}

.is-mobile .tap-player__levels {
    font-size: 11px
}

.levels__text {
    color: #fff
}

.levels__box {
    color: #fff;
    display: none;
    position: absolute;
    padding: 6px 15px;
    background: rgba(0, 0, 0, .7);
    border-radius: 5px;
    bottom: calc(100% + 25px);
    transform: translateX(-50%)
}

.is-mobile .levels__box {
    bottom: calc(100% + 15px);
    padding: 3px 5px
}

.level {
    padding: 5px 0;
    display: flex;
    align-items: center;
    white-space: nowrap
}

.level:hover {
    color: #14b9c8
}

.level .leaves__icon {
    opacity: 0
}

.level.is-active,
.level.is-active .leaves__icon,
.level.is-active .leaves__icon .iconfont {
    color: #14b9c8;
    opacity: 1
}

.leaves__icon .iconfont {
    width: 22px;
    vertical-align: baseline
}

.is-mobile .level {
    padding: 3px 0
}

.is-mobile .leaves__icon {
    width: 20px
}

.tap-player__level-image {
    display: none;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000
}

.tap-player__poster {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000
}

.tap-player__poster-image {
    width: 100%;
    height: 100%
}

.tap-player__fullscreen,
.tap-player__un-fullscreen {
    color: #fff;
    display: none;
    cursor: pointer
}

.tap-player__fullscreen-box {
    position: relative;
    margin-left: 15px
}

.tap-player__tips {
    display: none;
    position: absolute;
    bottom: calc(100% + 5px);
    padding: 4px 8px;
    border-radius: 6px;
    background: rgba(0, 0, 0, .7);
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 10
}

.progress-bar .tap-player__tips {
    bottom: calc(100% + 5px) !important
}

.tap-player__controls .tap-player__tips {
    bottom: calc(100% + 25px)
}

.is-mobile .tap-player__controls .tap-player__tips {
    bottom: calc(100% + 15px)
}

.tap-player__live-tag {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #f64c4c;
    margin-right: 15px
}

.tap-player__mini-box {
    position: relative;
    margin-left: 15px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center
}

.tap-player__mini {
    width: 16px;
    height: 16px
}

.tap-player__theater-box {
    position: relative;
    margin-left: 15px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center
}

.tap-player__theater {
    width: 16px;
    height: 16px
}

.tap-player__un-theater {
    display: none;
    width: 16px;
    height: 16px
}

.tap-player__replay-icon {
    width: 16px;
    height: 16px
}

.tap-player__replay-box {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer
}

.tap-player__mark {
    width: 100%;
    height: 100%;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 12;
    background: rgba(0, 0, 0, .5);
    display: none
}

.iconfont {
    color: #fff
}

.van-sticky--fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 200;
}

.van-button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    height: 38px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    transition: opacity 0.2s;
    -webkit-appearance: none;
}

.van-button::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: #000;
    border: inherit;
    border-color: #000;
    border-radius: inherit;
    /* inherit parent's border radius */
    transform: translate(-50%, -50%);
    opacity: 0;
    content: ' ';
}

.van-button:active::before {
    opacity: 0.1;
}

.van-button--loading::before,
.van-button--disabled::before {
    display: none;
}

.van-button--default {
    color: #323233;
    background-color: #fff;
    border: 1px solid #ebedf0;
}

.van-button--primary {
    color: #fff;
    background-color: #14b9c8;
    border: 1px solid #14b9c8;
}

.van-button--info {
    color: #fff;
    background-color: #1989fa;
    border: 1px solid #1989fa;
}

.van-button--danger {
    color: #fff;
    background-color: #ee0a24;
    border: 1px solid #ee0a24;
}

.van-button--warning {
    color: #fff;
    background-color: #ff976a;
    border: 1px solid #ff976a;
}

.van-button--plain {
    background-color: #fff;
}

.van-button--plain.van-button--primary {
    color: #14b9c8;
}

.van-button--plain.van-button--info {
    color: #1989fa;
}

.van-button--plain.van-button--danger {
    color: #ee0a24;
}

.van-button--plain.van-button--warning {
    color: #ff976a;
}

.van-button--large {
    width: 100%;
    height: 50px;
}

.van-button--normal {
    padding: 0 15px;
    font-size: 15px;
}

.van-button--small {
    height: 26px;
    padding: 0 8px;
    font-size: 12px;
}

.van-button__loading {
    color: inherit;
    font-size: inherit;
}

.van-button--mini {
    height: 24px;
    padding: 0 4px;
    font-size: 10px;
}

.van-button--mini+.van-button--mini {
    margin-left: 4px;
}

.van-button--block {
    display: block;
    width: 100%;
}

.van-button--disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.van-button--loading {
    cursor: default;
}

.van-button--round {
    border-radius: 999px;
}

.van-button--square {
    border-radius: 0;
}

.van-button__content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.van-button__content::before {
    content: ' ';
}

.van-button__icon {
    font-size: 1.2em;
    line-height: inherit;
}

.van-button__icon+.van-button__text,
.van-button__loading+.van-button__text,
.van-button__text+.van-button__icon,
.van-button__text+.van-button__loading {
    margin-left: 4px;
}

.van-button--hairline {
    border-width: 0;
}

.van-button--hairline::after {
    border-color: inherit;
    border-radius: 10px;
}

.van-button--hairline.van-button--round::after {
    border-radius: 999px;
}

.van-button--hairline.van-button--square::after {
    border-radius: 0;
}

:root {
    --v-calendar-picker-color: #fff;
    --v-calendar-input-bg-color: #fff;
    --v-calendar-input-bg-disable-color: #f5f5f5;
    --v-calendar-input-text-disable-color: #b8b8b9;
    --v-calendar-select-bg-color: #fff;
    --v-calendar-border-color: #eaeaeb;
    --v-calendar-triangle-color: #eaeaeb;
    --v-calendar-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
    --v-calendar-top-shadow: 3px -14px 30px 0px rgba(0, 0, 0, 0.2);
    --v-calendar-text-color: #7b8187;
    --v-calendar-action-color: #7b8187;
    --v-calendar-text-disabled-color: #b8b8b9;
    --v-calendar-view-button-color: #7b8187;
    --v-calendar-view-button-font-weight: 400;
    --v-calendar-view-button-font-size: 1rem;
    --v-calendar-datepicker-icon-color: #1bba67;
    --v-calendar-datepicker-icon-size: 1.1rem;
    --v-calendar-active-bg-color: #1bba67;
    --v-calendar-active-text-color: #fff;
    --v-calendar-range-bg-color: #edfff9;
    --v-calendar-range-text-color: #7b8187;
    --v-calendar-range-radius: 100%;
    --v-calendar-day-hover-bg-color: #eaeaeb;
    --v-calendar-day-width: 25px;
    --v-calendar-day-height: 25px;
    --v-calendar-day-font-size: 0.9rem;
    --v-calendar-day-font-weight: 400;
    --v-calendar-day-name-font-size: 0.9rem;
    --v-calendar-day-name-font-weight: 500;
    --v-calendar-day-name-color: #7b8187;
    --v-calendar-input-border: 1px solid #eaeaeb;
    --v-calendar-input-text-color: #7b8187;
    --v-calendar-input-font-size: 0.9rem;
    --v-calendar-input-font-weight: 400;
    --v-calendar-content-radius: 0px;
    --v-calendar-year-font-size: 1.1rem;
    --v-calendar-year-color: #7b8187;
    --v-calendar-year-font-weight: 400;
    --v-calendar-year-disabled-color: #b8b8b9;
    --v-calendar-year-disabled-bg-color: transparent;
    --v-calendar-year-padding: 10px;
    --v-calendar-year-border: none;
    --v-calendar-year-border-radius: none;
    --v-calendar-month-font-size: 1.1rem;
    --v-calendar-month-color: #7b8187;
    --v-calendar-month-font-weight: 400;
    --v-calendar-month-disabled-color: #b8b8b9;
    --v-calendar-month-disabled-bg-color: transparent;
    --v-calendar-month-padding: 8px;
    --v-calendar-month-border: none;
    --v-calendar-month-border-radius: none
}

.v-calendar :focus {
    outline: none
}

.v-calendar * {
    outline: none;
    font-family: inherit
}

.v-calendar {
    position: relative;
    width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content
}

.v-calendar .content {
    background: var(--v-calendar-picker-color);
    -webkit-box-shadow: var(--v-calendar-shadow);
    box-shadow: var(--v-calendar-shadow);
    position: absolute;
    top: 56px;
    z-index: 99999
}

.v-calendar .content,
.v-calendar .input-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.v-calendar .input-field {
    position: relative;
    min-width: 140px;
    font-weight: var(--v-calendar-input-font-weight)
}

.v-calendar .input-field .clearButton {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--v-calendar-text-color);
    padding: 0;
    cursor: pointer;
    border: none;
    background: transparent
}

.v-calendar .input-field .clearButton svg {
    fill: currentColor
}

.v-calendar .input-field .clearButton,
.v-calendar .input-field .clearButton svg {
    width: var(--v-calendar-day-font-size);
    height: var(--v-calendar-day-font-size)
}

.v-calendar .input-field input:disabled~svg {
    fill: var(--v-calendar-text-color)
}

.v-calendar .input-field.long {
    min-width: 290px
}

.v-calendar .input-field input {
    padding-left: 40px;
    padding-right: 20px;
    font-size: var(--v-calendar-input-font-size);
    min-width: inherit;
    height: 50px;
    border-radius: 6px;
    border: var(--v-calendar-input-border);
    background-color: var(--v-calendar-input-bg-color);
    color: var(--v-calendar-input-text-color);
    font-weight: inherit
}

.v-calendar .input-field input:disabled {
    background-color: var(--v-calendar-input-bg-disable-color);
    color: var(--v-calendar-input-text-disable-color);
    cursor: not-allowed
}

.v-calendar .input-field svg {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.v-calendar .input-field svg.datepicker {
    left: 10px;
    width: var(--v-calendar-datepicker-icon-size);
    height: var(--v-calendar-datepicker-icon-size);
    fill: var(--v-calendar-datepicker-icon-color)
}

.v-calendar .calendar {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.v-calendar .calendar.range:first-child {
    border-right: 1px solid var(--v-calendar-border-color)
}

.v-calendar .calendar:first-child:before {
    content: "";
    position: absolute;
    bottom: 100%;
    top: -20px
}

.v-calendar .calendar .selected-field {
    padding-top: 20px;
    background-color: var(--v-calendar-select-bg-color)
}

.v-calendar .calendar .selected-field .selected-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px
}

.v-calendar .calendar .selected-field .viewButton {
    border: 0;
    width: 100%;
    padding: 10px;
    color: var(--v-calendar-view-button-color);
    font-size: var(--v-calendar-view-button-font-size);
    font-weight: var(--v-calendar-view-button-font-weight);
    margin-right: 10px;
    margin-left: 10px;
    background: transparent;
    cursor: pointer
}

.v-calendar .calendar .selected-field .nextDateButton,
.v-calendar .calendar .selected-field .prevDateButton {
    position: relative;
    border: 0;
    background: transparent
}

.v-calendar .calendar .selected-field .nextDateButton:after,
.v-calendar .calendar .selected-field .prevDateButton:after {
    content: "";
    display: inline-block;
    text-align: left;
    cursor: pointer;
    border: 7px solid transparent
}

.v-calendar .calendar .selected-field .prevDateButton:after {
    border-right: 10px solid var(--v-calendar-action-color)
}

.v-calendar .calendar .selected-field .nextDateButton:after {
    border-left: 10px solid var(--v-calendar-action-color)
}

.v-calendar .calendar .days {
    display: grid;
    grid-template-columns: repeat(7, minmax(-webkit-max-content, 1fr));
    grid-template-columns: repeat(7, minmax(max-content, 1fr))
}

.v-calendar .calendar .months,
.v-calendar .calendar .years {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    max-width: calc(var(--v-calendar-day-width)*7 + 20px);
    min-height: 250px
}

.v-calendar .calendar .days-selection,
.v-calendar .calendar .selected-field {
    padding-left: 20px;
    padding-right: 20px
}

.v-calendar .calendar .days-selection .days {
    padding-bottom: 20px
}

.v-calendar .calendar .days .day,
.v-calendar .calendar .months .month,
.v-calendar .calendar .years .year {
    background: transparent;
    border: 0;
    text-align: center;
    cursor: pointer
}

.v-calendar .calendar .months .month,
.v-calendar .calendar .years .year {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.v-calendar .calendar .months .month {
    font-size: var(--v-calendar-month-font-size);
    font-weight: var(--v-calendar-month-font-weight);
    color: var(--v-calendar-month-color);
    padding: var(--v-calendar-month-padding);
    border: var(--v-calendar-month-border);
    border-radius: var(--v-calendar-year-month-radius);
    background-color: var(--v-calendar-month-bg-color)
}

.v-calendar .calendar .months .month:disabled {
    pointer-events: none;
    color: var(--v-calendar-month-disabled-color);
    background-color: var(--v-calendar-month-disabled-bg-color)
}

.v-calendar .calendar .days .day {
    padding: 0;
    margin-right: 10px;
    font-size: var(--v-calendar-day-font-size);
    font-weight: var(--v-calendar-day-font-weight);
    color: var(--v-calendar-text-color);
    width: 100%;
    text-align: left
}

.v-calendar .calendar .days .day,
.v-calendar .calendar .days .day .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.v-calendar .calendar .days .day .number {
    width: var(--v-calendar-day-width);
    height: var(--v-calendar-day-height);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    font-size: inherit
}

.v-calendar .calendar .days .day.name {
    pointer-events: none;
    font-size: var(--v-calendar-day-name-font-size);
    font-weight: var(--v-calendar-day-name-font-weight);
    color: var(--v-calendar-day-name-color);
    width: auto
}

.v-calendar .calendar .days .day.selectedDate .number {
    background: var(--v-calendar-active-bg-color);
    color: var(--v-calendar-active-text-color)
}

.v-calendar .calendar .days .day.circle .number {
    border-radius: 100%
}

.v-calendar .calendar .days .day.selectedRange {
    background: var(--v-calendar-range-bg-color);
    color: var(--v-calendar-range-text-color)
}

.v-calendar .calendar:first-child .days .day.selectedDate {
    border-top-left-radius: var(--v-calendar-range-radius);
    border-bottom-left-radius: var(--v-calendar-range-radius)
}

.v-calendar .calendar:last-child .days .day.selectedDate {
    border-top-right-radius: var(--v-calendar-range-radius);
    border-bottom-right-radius: var(--v-calendar-range-radius)
}

.v-calendar .calendar .days .day.disabledDate {
    pointer-events: none;
    color: var(--v-calendar-text-disabled-color)
}

.v-calendar .calendar .days .day.disabledDate.selectedRange {
    background: var(--v-calendar-range-bg-color)
}

.v-calendar .calendar .days .day:hover .number {
    background: var(--v-calendar-day-hover-bg-color)
}

.v-calendar .calendar .years .year {
    font-size: var(--v-calendar-year-font-size);
    font-weight: var(--v-calendar-year-font-weight);
    color: var(--v-calendar-year-color);
    padding: var(--v-calendar-year-padding);
    border: var(--v-calendar-year-border);
    border-radius: var(--v-calendar-year-border-radius);
    background-color: var(--v-calendar-year-bg-color)
}

.v-calendar .calendar .years .year:disabled {
    pointer-events: none;
    color: var(--v-calendar-year-disabled-color);
    background-color: var(--v-calendar-year-disabled-bg-color)
}

.v-calendar.left .content {
    left: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    border-bottom-left-radius: var(--v-calendar-content-radius);
    border-bottom-right-radius: var(--v-calendar-content-radius);
    border-top-right-radius: var(--v-calendar-content-radius)
}

.v-calendar.left .calendar:first-child:before {
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent var(--v-calendar-triangle-color) transparent;
    left: 0
}

.v-calendar.right .content {
    right: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    border-bottom-left-radius: var(--v-calendar-content-radius);
    border-bottom-right-radius: var(--v-calendar-content-radius);
    border-top-left-radius: var(--v-calendar-content-radius)
}

.v-calendar.right .calendar:first-child:before {
    right: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent var(--v-calendar-triangle-color) transparent
}

.v-calendar.top .content {
    top: 100%;
    -webkit-transform: translateY(calc(-100% - 66px));
    transform: translateY(calc(-100% - 66px));
    -webkit-box-shadow: var(--v-calendar-top-shadow);
    box-shadow: var(--v-calendar-top-shadow);
    border-top-left-radius: var(--v-calendar-content-radius);
    border-top-right-radius: var(--v-calendar-content-radius);
    border-bottom-right-radius: var(--v-calendar-content-radius)
}

.v-calendar.top .content .calendar:first-child:before {
    border-width: 5px;
    border-style: solid;
    border-color: var(--v-calendar-triangle-color) transparent transparent transparent;
    top: 100%;
    left: 0
}

.v-calendar.bottom .content {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    border-bottom-left-radius: var(--v-calendar-content-radius);
    border-bottom-right-radius: var(--v-calendar-content-radius);
    border-top-right-radius: var(--v-calendar-content-radius)
}

.v-calendar.bottom .content .calendar:first-child:before {
    left: 0
}

.v-calendar.bottom .content .calendar:first-child:before,
.v-calendar.center .calendar:first-child:before {
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent var(--v-calendar-triangle-color) transparent
}

.v-calendar.center .calendar:first-child:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.v-calendar.center .content {
    -webkit-transform: translateY(5px) translateX(-50%);
    transform: translateY(5px) translateX(-50%);
    left: 50%;
    border-bottom-left-radius: var(--v-calendar-content-radius);
    border-bottom-right-radius: var(--v-calendar-content-radius);
    border-top-right-radius: var(--v-calendar-content-radius)
}