.axdx-icon[data-v-f726cf27] {
    width: 22px;
    height: 18px;
    flex-shrink: 0;
    font-size: 0;
    vertical-align: middle;
    display: -webkit-inline-box;
    display: inline-flex;
    text-align: center
  }
  
  .exclusive-icon[data-v-f5ec4999] {
    width: 47px;
    height: 18px;
    flex-shrink: 0;
    font-size: 0
  }
  
  .exclusive-icon[data-v-f5ec4999],.tag--exclusive[data-v-f5ec4999] {
    vertical-align: middle;
    display: -webkit-inline-box;
    display: inline-flex
  }
  
  .tag--exclusive[data-v-f5ec4999] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
  }
  
  .text-with-tags[data-v-d04c1f97] {
    position: relative;
    display: block
  }
  
  .text-with-tags--flex[data-v-d04c1f97] {
    display: -webkit-box;
    display: flex
  }
  
  .text[data-v-d04c1f97] {
    display: inline;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 4px;
    font-weight: 700
  }
  
  .text.text-without-label[data-v-d04c1f97] {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-word
  }
  
  .text-default--size[data-v-d04c1f97] {
    font-size: var(--list-heading-m14-w14-size);
    line-height: var(--list-heading-m14-w14-line-height)
  }
  
  .tag[data-v-d04c1f97] {
    font-size: 12px;
    line-height: 18px;
    flex-shrink: 0;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    vertical-align: middle;
    display: inline-block
  }
  
  .tag[data-v-d04c1f97]:not(:last-child) {
    margin-right: 4px
  }
  
  .tag--white[data-v-d04c1f97] {
    color: var(--gray-07);
    background-color: var(--gray-01)
  }
  
  .tag--gray[data-v-d04c1f97] {
    color: var(--gray-07);
    background-color: var(--gray-02)
  }
  
  .tag--opacity[data-v-d04c1f97] {
    color: rgba(var(--extension-button-label-white--value),.6);
    background-color: rgba(var(--extension-button-label-white--value),.1)
  }
  
  .tag-with-icon[data-v-d04c1f97] {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 4px 0 3px
  }
  
  .tag-with-icon .tag-icon[data-v-d04c1f97] {
    width: 14px;
    height: 14px;
    margin-right: 1px
  }
  
  .tag-with-icon .tag-icon[data-v-d04c1f97] .tap-image {
    width: 14px;
    height: 14px
  }
  
  .tag-without-icon[data-v-d04c1f97] {
    padding: 0 4px;
    -webkit-box-align: center;
    align-items: center
  }
  
  .tag-without-icon[data-v-d04c1f97],[data-v-d04c1f97] .tag--ad,[data-v-d04c1f97] .tag--exclusive {
    display: -webkit-inline-box;
    display: inline-flex
  }
  

  @-webkit-keyframes marquee-scroll-x {
    0% {
      -webkit-transform: translateX(0);
      transform: translate(0)
    }
  
    to {
      -webkit-transform: translateX(-100%);
      transform: translate(-100%)
    }
  }
  
  @keyframes marquee-scroll-x {
    0% {
      -webkit-transform: translateX(0);
      transform: translate(0)
    }
  
    to {
      -webkit-transform: translateX(-100%);
      transform: translate(-100%)
    }
  }
  
  @-webkit-keyframes marquee-scroll-y {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0)
    }
  
    to {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%)
    }
  }
  
  @keyframes marquee-scroll-y {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0)
    }
  
    to {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%)
    }
  }
  
  .tap-marquee[data-v-2999cad0] {
    display: -webkit-box!important;
    display: flex!important;
    position: relative
  }
  
  .tap-marquee.horizontal[data-v-2999cad0] {
    overflow-x: hidden!important;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    flex-direction: row!important;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
  }
  
  .tap-marquee.vertical[data-v-2999cad0] {
    overflow-y: hidden!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    flex-direction: column!important;
    height: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
  }
  
  .tap-marquee:hover>.marquee[data-v-2999cad0] {
    -webkit-animation-play-state: var(--pauseOnHover);
    animation-play-state: var(--pauseOnHover)
  }
  
  .tap-marquee:active>.marquee[data-v-2999cad0] {
    -webkit-animation-play-state: var(--pauseOnClick);
    animation-play-state: var(--pauseOnClick)
  }
  
  .tap-marquee>.marquee[data-v-2999cad0] {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    min-width: var(--min-width);
    min-height: var(--min-height);
    z-index: 1;
    -webkit-animation: var(--orientation) var(--duration) linear var(--delay) var(--loops);
    animation: var(--orientation) var(--duration) linear var(--delay) var(--loops);
    -webkit-animation-play-state: var(--pauseAnimation);
    animation-play-state: var(--pauseAnimation);
    -webkit-animation-direction: var(--direction);
    animation-direction: var(--direction)
  }
  
  .tap-marquee.horizontal>.marquee[data-v-2999cad0] {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center
  }
  
  .tap-marquee.vertical>.marquee[data-v-2999cad0] {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center
  }
  
  .tap-marquee>.overlay[data-v-2999cad0] {
    position: absolute;
    width: 100%;
    height: 100%
  }
  
  .tap-marquee>.transparent-overlay[data-v-2999cad0] {
    position: absolute;
    width: 100%;
    height: 100%
  }
  
  .tap-marquee>.overlay[data-v-2999cad0]:after,.tap-marquee>.overlay[data-v-2999cad0]:before {
    content: "";
    position: absolute;
    z-index: 2
  }
  
  .tap-marquee.horizontal>.overlay[data-v-2999cad0]:after,.tap-marquee.horizontal>.overlay[data-v-2999cad0]:before {
    background: -webkit-gradient(linear,left top,right top,from(var(--gradient-color)));
    background: linear-gradient(90deg,var(--gradient-color));
    height: 100%;
    width: var(--gradient-length)
  }
  
  .tap-marquee.vertical>.overlay[data-v-2999cad0]:after,.tap-marquee.vertical>.overlay[data-v-2999cad0]:before {
    background: -webkit-gradient(linear,left top,left bottom,from(var(--gradient-color)));
    background: linear-gradient(180deg,var(--gradient-color));
    height: var(--gradient-length);
    width: 100%
  }
  
  .tap-marquee.horizontal>.overlay[data-v-2999cad0]:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  
  .tap-marquee.vertical>.overlay[data-v-2999cad0]:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
  }
  
  .tap-marquee>.overlay[data-v-2999cad0]:before {
    left: 0;
    top: 0
  }
  
  .tap-marquee.horizontal>.overlay[data-v-2999cad0]:after {
    right: 0;
    top: 0
  }
  
  .tap-marquee.vertical>.overlay[data-v-2999cad0]:after {
    left: 0;
    bottom: 0
  }
  
  .cloud-game-notice[data-v-969a0d75] {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 12px 16px;
    border-radius: 16px;
    border: 1px solid var(--gray-02)
  }
  
  .cloud-game-notice[data-v-969a0d75] .marquee+.marquee {
    margin-left: 12px
  }
  
  .cloud-game-notice__content[data-v-969a0d75] {
    -webkit-box-flex: 1;
    flex: 1;
    font-size: 12px;
    line-height: 18px;
    color: var(--gray-08);
    margin-right: 12px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-word
  }
  
  .cloud-game-notice__norify[data-v-969a0d75] {
    width: 24px;
    height: 24px;
    color: var(--primary-tap-blue);
    margin-right: 12px
  }
  
  .cloud-game-notice__close[data-v-969a0d75] {
    width: 20px;
    height: 20px;
    color: var(--gray-06)
  }
  
  .cloud-game-played-item[data-v-17e0b675] {
    width: 268px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 12px;
    border-radius: 16px;
    background-color: var(--extension-background-white)
  }
  
  .cloud-game-played-item__icon[data-v-17e0b675] {
    margin-right: 8px
  }
  
  .cloud-game-played-item__content[data-v-17e0b675] {
    -webkit-box-flex: 1;
    flex: 1;
    overflow: hidden
  }
  
  .cloud-game-played-item__title[data-v-17e0b675] {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
  }
  
  .cloud-game-played-item__title[data-v-17e0b675] .text {
    display: inline-block;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--gray-08)
  }
  
  .cloud-game-played-item__time[data-v-17e0b675] {
    font-size: 12px;
    line-height: 18px;
    color: var(--gray-06);
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 18px
  }
  
  .cloud-game-played-item__bottom[data-v-17e0b675] {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 2px
  }
  
  .cloud-game-played-item__server[data-v-17e0b675] {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    color: var(--gray-04)
  }
  
  .cloud-game-played-item__btn[data-v-17e0b675] .game-setup-button {
    height: 32px;
    padding: 7px 16px;
    border-radius: 32px
  }
  
  .cloud-game-played[data-v-00d83f3b] {
    margin-top: 10px
  }
  
  .cloud-game-played__link[data-v-00d83f3b] {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
  }
  
  .cloud-game-played__title[data-v-00d83f3b] {
    font-size: 16px;
    line-height: 24px;
    color: var(--gray-08);
    padding: 11px 2px;
    font-weight: 700
  }
  
  .cloud-game-played__enter[data-v-00d83f3b] {
    width: 18px;
    height: 18px
  }
  
  .cloud-game-played__list[data-v-00d83f3b] .tap-swiper-button--prev {
    margin-left: var(--space-m6-w8)
  }
  
  .cloud-game-played__list[data-v-00d83f3b] .tap-swiper-button--next {
    margin-right: var(--space-m6-w8)
  }
  
  .cloud-game-rec-hover-item[data-v-377dc144] {
    width: 100%;
    border-radius: 16px;
    background-color: var(--bg-card);
    -webkit-box-shadow: 0 0 16px 0 rgba(0,0,0,.16);
    box-shadow: 0 0 16px rgba(0,0,0,.16);
    overflow: hidden
  }
  
  .cloud-game-rec-hover-item__media[data-v-377dc144] {
    width: 100%;
    height: 160px
  }
  
  .cloud-game-rec-hover-item__media[data-v-377dc144] .tap-image,.cloud-game-rec-hover-item__media[data-v-377dc144] .tap-image-wrapper {
    width: 100%;
    height: 100%
  }
  
  .cloud-game-rec-hover-item__media[data-v-377dc144] .video-player-card__control {
    display: none
  }
  
  .cloud-game-rec-hover-item__wrapper[data-v-377dc144] {
    padding: 12px;
    background-color: var(--extension-background-gray)
  }
  
  .cloud-game-rec-hover-item__content[data-v-377dc144] {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
  }
  
  .cloud-game-rec-hover-item__icon[data-v-377dc144] {
    flex-shrink: 0;
    margin-right: 8px
  }
  
  .cloud-game-rec-hover-item__icon[data-v-377dc144] .app-icon {
    width: 48px;
    height: 48px
  }
  
  .cloud-game-rec-hover-item__info[data-v-377dc144] {
    -webkit-box-flex: 1;
    flex: 1;
    overflow: hidden
  }
  
  .cloud-game-rec-hover-item__title[data-v-377dc144] {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
  }
  
  .cloud-game-rec-hover-item__title[data-v-377dc144] .text {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
  }
  
  .cloud-game-rec-hover-item__tag-group[data-v-377dc144] {
    margin-top: 2px;
    max-height: 22px
  }
  
  .cloud-game-rec-hover-item__tag-group[data-v-377dc144] .tap-label-tag--large {
    display: inline-block;
    font-size: 14px;
    line-height: 22px
  }
  
  .cloud-game-rec-hover-item__buttons[data-v-377dc144] {
    margin-top: 12px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
  }
  
  .cloud-game-rec-hover-item__server[data-v-377dc144] {
    width: 40%;
    padding: 9px 24px;
    border-radius: 30px;
    border: 2px solid var(--gray-02);
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    color: var(--gray-07);
    margin-left: 8px;
    background-color: var(--bg-card);
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 100px;
    white-space: nowrap
  }
  
  .cloud-game-rec-hover-item__server[data-v-377dc144]:hover {
    background-color: var(--bg-card);
    border: 2px solid var(--gray-02)
  }
  
  .cloud-game-rec-hover-item__start[data-v-377dc144] {
    -webkit-box-flex: 1;
    flex: 1
  }
  
  .cloud-game-rec-hover-item__start[data-v-377dc144] .game-setup-button {
    width: 100%;
    padding: 9px 24px;
    border-radius: 30px;
    height: 40px
  }
  
  .cloud-game-recommend-item[data-v-84b76e40] {
    position: relative
  }
  
  .cloud-game-recommend-item__hover[data-v-84b76e40] {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    z-index: 600;
    -webkit-transition: all .4s;
    transition: all .4s
  }
  
  .cloud-game-recommend-item__hover.hover-animation[data-v-84b76e40] {
    -webkit-transform-origin: center center center;
    transform-origin: center center center;
    -webkit-animation: rec-item-hover-84b76e40 .4s ease backwards;
    animation: rec-item-hover-84b76e40 .4s ease backwards
  }
  
  @-webkit-keyframes rec-item-hover-84b76e40 {
    0% {
      -webkit-transform: translateY(10px);
      transform: translateY(10px)
    }
  
    to {
      -webkit-transform: translateY(0);
      transform: translateY(0)
    }
  }
  
  @keyframes rec-item-hover-84b76e40 {
    0% {
      -webkit-transform: translateY(10px);
      transform: translateY(10px)
    }
  
    to {
      -webkit-transform: translateY(0);
      transform: translateY(0)
    }
  }
  
  .cloud-game-recommend-item__cover-box[data-v-84b76e40] {
    width: 100%;
    height: 0;
    padding-bottom: 54.79452%;
    overflow: hidden;
    position: relative;
    border-radius: 16px
  }
  
  .cloud-game-recommend-item__cover-box[data-v-84b76e40] .tap-image {
    width: 100%;
    height: 100%
  }
  
  .cloud-game-recommend-item__cover[data-v-84b76e40] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
  }
  
  .cloud-game-recommend-item__info[data-v-84b76e40] {
    margin-top: 6px
  }
  
  .cloud-game-recommend-item__title[data-v-84b76e40] {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
  }
  
  .cloud-game-recommend-item__title[data-v-84b76e40] .text {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--gray-08)
  }
  
  .cloud-game-recommend-item__tag-group[data-v-84b76e40] {
    margin-top: 2px;
    max-height: 22px
  }
  
  .cloud-game-recommend-item__tag-group[data-v-84b76e40] .tap-label-tag--large {
    display: inline-block;
    font-size: 14px;
    line-height: 22px
  }
  
  .cloud-game-recommend[data-v-c8b54028] {
    margin-top: 16px
  }
  
  .cloud-game-recommend__title[data-v-c8b54028] {
    font-size: 16px;
    line-height: 24px;
    color: var(--gray-08);
    padding: 11px 2px;
    font-weight: 700
  }
  
  .cloud-game-recommend__list[data-v-c8b54028] {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
    margin-top: 10px
  }
  

  .user-detail__navbar[data-v-e3d2c5e4] {
    top: 0;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: inherit;
    padding: 0 10px;
    height: 72px;
    color: var(--extension-keep-white)
  }
  
  @media only screen and (max-width: 499px) {
    .user-detail__navbar[data-v-e3d2c5e4] {
      height:48px;
      padding: 0 12px
    }
  }
  
  .user-detail-header-right[data-v-e3d2c5e4]>:not(:first-child) {
    margin-left: var(--space-m12-w16)
  }
  
  .user-detail-header-right[data-v-e3d2c5e4] .user-avatar-with-menu {
    color: var(--gray-08)
  }
  
  .user-detail-header-btn[data-v-e3d2c5e4] {
    height: 40px;
    width: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    font-size: 28px;
    padding: 6px
  }
  
  @media only screen and (max-width: 499px) {
    .user-detail-header-btn[data-v-e3d2c5e4] {
      height:28px;
      width: 28px;
      font-size: 24px;
      padding: 2px
    }
  }
  
  .all-badges__modal {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }
  
  .all-badges__modal-title[data-v-7260b9af] {
    width: 100%;
    margin: var(--space-m8-w12) 0
  }
  
  .all-badges__modal-container[data-v-7260b9af] {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0 20px
  }
  
  .all-badges__modal-container[data-v-7260b9af] .badges-v2-wrap__show-badge {
    margin-bottom: 36px;
    width: 30%
  }
  
  .all-badges__modal-container[data-v-7260b9af] .badges-v2-wrap__show-badge:nth-child(3n) {
    margin: 0 5%
  }
  
  .all-badges__modal-container[data-v-7260b9af] .badges-v2-wrap__show-badge-img {
    width: unset
  }
  
  .all-badges__modal-container[data-v-7260b9af] .badges-v2-wrap__show-badge-img .tap-image {
    height: intrinsic
  }
  
  .user-detail__banner-platform-achievement[data-v-ea8b20ae] {
    position: absolute;
    bottom: 36px;
    right: 16px
  }
  
  .user-detail__banner-platform-achievement[data-v-ea8b20ae] .badges-v2-wrap__show-badge-img-wrap {
    margin-right: 8px;
    margin-bottom: 0
  }
  
  .user-detail__banner-platform-achievement[data-v-ea8b20ae] .badges-v2-wrap__show-badge-img {
    width: 60px;
    height: 60px
  }
  
  @media only screen and (max-width: 499px) {
    .user-detail__banner-platform-achievement[data-v-ea8b20ae] {
      bottom:81px;
      right: 12px
    }
  
    .user-detail__banner-platform-achievement[data-v-ea8b20ae] .badges-v2-wrap__show-badge-img-wrap {
      margin-right: 4px
    }
  
    .user-detail__banner-platform-achievement[data-v-ea8b20ae] .badges-v2-wrap__show-badge-img {
      width: 46px;
      height: 46px
    }
  }
  
  .user-detail__banner-platform-achievement-point[data-v-ea8b20ae] {
    width: var(--space-m8-w12);
    height: var(--space-m8-w12);
    border-radius: 50%;
    border: 1px solid var(--primary-white);
    margin: 0 var(--space-m8-w12);
    background: var(--primary-red)
  }
  
  .user-detail__banner-platform-achievement--img[data-v-ea8b20ae] {
    width: 60px;
    height: 60px
  }
  
  @media only screen and (max-width: 499px) {
    .user-detail__banner-platform-achievement--img[data-v-ea8b20ae] {
      width:46px;
      height: 46px
    }
  }
  
  .user-detail__banner-platform-achievement-icon[data-v-ea8b20ae] {
    color: var(--extension-button-label-white);
    font-size: 20px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  
  .user-info[data-v-99d3c6c3] {
    padding: 0 16px
  }
  
  .user-info__header[data-v-99d3c6c3] {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    align-items: flex-end
  }
  
  .user-info-avatar[data-v-99d3c6c3] {
    width: 120px;
    height: 120px;
    margin-top: -54px;
    border: var(--space-m4-w6) solid var(--extension-background-gray)
  }
  
  .user-info-avatar[data-v-99d3c6c3] .user-avatar__verified {
    width: 36px;
    height: 36px
  }
  
  @media only screen and (max-width: 499px) {
    .user-info-avatar[data-v-99d3c6c3] {
      width:84px;
      height: 84px;
      margin-top: -32px
    }
  
    .user-info-avatar[data-v-99d3c6c3] .user-avatar__verified {
      width: 24px;
      height: 24px
    }
  }
  
  .user-info-stat[data-v-99d3c6c3] {
    display: -webkit-box;
    display: flex;
    padding-bottom: var(--space-m16-w20);
    -webkit-box-flex: 1;
    flex: 1;
    width: 0;
    -webkit-box-pack: end;
    justify-content: flex-end
  }
  
  .user-info-stat-item[data-v-99d3c6c3] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 90px;
    height: 42px;
    padding: 0 8px;
    position: relative
  }
  
  .user-info-stat-item[data-v-99d3c6c3]:not(:last-child):after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    height: 24px;
    width: 1px;
    background-color: var(--gray-02)
  }
  
  .user-info-stat-item[data-v-99d3c6c3]:last-child {
    padding-right: 0
  }
  
  @media only screen and (max-width: 499px) {
    .user-info-stat-item[data-v-99d3c6c3] {
      width:64px;
      height: 32px;
      padding: 0 4px
    }
  }
  
  .user-info-stat-item .stat-item[data-v-99d3c6c3] {
    display: -webkit-box;
    display: flex
  }
  
  .user-info-stat-item .stat-item-count[data-v-99d3c6c3] {
    font-size: var(--space-m16-w20);
    display: inline-block
  }
  
  .user-info-stat-item .stat-item-unit[data-v-99d3c6c3] {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,PingFang SC,Noto Sans,Roboto,Microsoft Yahei,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    font-size: var(--space-m10-w14);
    display: inline-block;
    margin-left: 2px
  }
  
  .user-info__title[data-v-99d3c6c3] {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: var(--space-m12-w16);
    margin-bottom: var(--space-m4-w6)
  }
  
  .user-info__title[data-v-99d3c6c3] .user-name {
    display: inline;
    line-height: var(--heading-m18-w18-line-height)
  }
  
  .user-info__title[data-v-99d3c6c3] .user-name .user-name__badge,.user-info__title[data-v-99d3c6c3] .user-name .user-name__badge--full,.user-info__title[data-v-99d3c6c3] .user-name .user-name__verify {
    display: -webkit-inline-box;
    display: inline-flex;
    vertical-align: text-bottom
  }
  
  .user-info__title[data-v-99d3c6c3] .user-name__text {
    white-space: break-spaces;
    font-size: var(--heading-m16-w18-size);
    font-weight: 700
  }
  
  .user-info__title[data-v-99d3c6c3] .tap-button--tertiary {
    border-width: 0;
    background: var(--extension-background-white)
  }
  
  .user-info__title-silent[data-v-99d3c6c3] {
    padding: var(--space-m2-w4) 8px;
    margin-left: 6px;
    border-radius: 24px;
    color: #fff;
    background: var(--primary-red);
    white-space: nowrap
  }
  
  .user-info__title-button[data-v-99d3c6c3] {
    margin-left: var(--space-m8-w12);
    white-space: nowrap;
    padding-top: 0;
    padding-bottom: 0
  }
  
  .user-info__title-button[data-v-99d3c6c3] .tap-button--active.tap-button--primary {
    border-color: var(--gray-02)
  }
  
  .user-info__header-text .user-info__verified-icon[data-v-99d3c6c3] {
    display: inline;
    height: 1rem;
    vertical-align: bottom
  }
  
  .user-info__header-text[data-v-99d3c6c3]:not(:last-child) {
    margin-bottom: 2px
  }
  
  .user-info__base>span[data-v-99d3c6c3] {
    position: relative;
    padding: 0 var(--space-m6-w8)
  }
  
  .user-info__base[data-v-99d3c6c3] :first-child {
    padding-left: 0
  }
  
  .user-info__base[data-v-99d3c6c3] :not(:last-child):after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    height: 10px;
    width: .5px;
    background-color: var(--gray-04)
  }
  
  .user-info__base-ip[data-v-99d3c6c3] {
    color: var(--extension-link);
    cursor: pointer
  }
  
  .user-info__ip-iframe iframe {
    min-height: 40vh;
    max-height: 80vh;
    height: unset
  }
  
  @media only screen and (max-width: 499px) {
    .user-info__ip-iframe iframe {
      height:100%;
      max-height: unset
    }
  }
  
  .record-cards[data-v-505f165c] {
    width: 100%
  }
  
  .record-cards[data-v-505f165c] .tap-swiper {
    margin-left: calc(0px - var(--space-m12-w16));
    margin-right: calc(0px - var(--space-m12-w16))
  }
  
  .record-cards[data-v-505f165c] .tap-swiper .tap-swiper-button--circle {
    margin: 6px var(--space-m8-w12) 0
  }
  
  .record-cards[data-v-505f165c] .tap-swiper .swiper-wrapper {
    padding-left: var(--space-m12-w16)
  }
  
  .record-cards[data-v-505f165c] .tap-swiper .swiper-slide {
    height: 104px;
    width: 343px
  }
  
  @media only screen and (max-width: 499px) {
    .record-cards[data-v-505f165c] .tap-swiper .swiper-slide {
      width:calc(100% - 16px)
    }
  }
  
  .record-cards[data-v-505f165c] .tap-swiper .swiper-slide:last-of-type {
    margin-right: calc(var(--space-m12-w16)*2)
  }
  
  .record-card-wrap[data-v-505f165c] {
    margin-top: 8px;
    border-radius: 12px;
    height: 96px;
    position: relative
  }
  
  .record-card-info[data-v-505f165c] {
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }
  
  .record-card-info .record-card-title[data-v-505f165c] {
    display: -webkit-box;
    display: flex;
    margin-bottom: 6px;
    border-radius: 4px
  }
  
  .record-card-info .record-card-title[data-v-505f165c] .tap-image {
    width: var(--space-m16-w20);
    height: var(--space-m16-w20);
    vertical-align: bottom
  }
  
  .record-card-info .record-card-title[data-v-505f165c] .tap-image-wrapper {
    margin-right: 8px
  }
  
  .record-card-info .record-card-content[data-v-505f165c] {
    background: -webkit-gradient(linear,left top,right top,color-stop(40%,var(--primary-white)),color-stop(101.22%,hsla(0,0%,100%,0)));
    background: linear-gradient(90deg,var(--primary-white) 40%,hsla(0,0%,100%,0) 101.22%);
    -webkit-box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 8px;
    z-index: 1
  }
  
  .record-card-info .record-card-content .tap-button[data-v-505f165c] {
    min-width: 60px;
    height: var(--space-m20-w24);
    border: none
  }
  
  .record-card-info .record-card-content__grid[data-v-505f165c] {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-around;
    padding: 0 var(--space-m6-w8);
    width: 60%
  }
  
  .record-card-info .record-card-content__grid .record-card-content__grid-item .grid-icon[data-v-505f165c] {
    height: var(--space-m20-w24);
    text-align: center
  }
  
  .record-card-info .record-card-content__grid .record-card-content__grid-item .grid-icon[data-v-505f165c] .tap-image {
    width: 18px;
    height: 18px
  }
  
  .record-card-info .record-card-content__grid .record-card-content__grid-item .grid-title[data-v-505f165c],.record-card-info .record-card-content__grid .record-card-content__grid-item .grid-value[data-v-505f165c] {
    text-align: center
  }
  
  .record-card-info .record-card-content__grid .grid-value[data-v-505f165c] {
    color: var(--gray-08);
    line-height: var(--space-m20-w24);
    font-weight: 700
  }
  
  .record-card-info .record-card-content__grid .grid-title[data-v-505f165c] {
    color: var(--gray-06);
    font-size: var(--caption-m10-w12-size)
  }
  
  .record-card-bg[data-v-505f165c] {
    position: absolute;
    width: 100%;
    bottom: 0
  }
  
  .record-card-paint[data-v-505f165c] {
    position: absolute;
    bottom: 0;
    right: 4px;
    height: 104px;
    z-index: 2;
    background-color: transparent!important
  }
  
  .record-card-paint[data-v-505f165c] .tap-image {
    height: 100%;
    width: auto
  }
  
  .user-game[data-v-3edc7d84] {
    padding: 16px
  }
  
  .user-game[data-v-3edc7d84] .record-cards {
    margin-top: var(--space-m6-w8)
  }
  
  @media only screen and (max-width: 499px) {
    .user-game[data-v-3edc7d84] {
      padding:16px 8px
    }
  }
  
  .user-game__forum[data-v-3edc7d84] {
    display: -webkit-box;
    display: flex;
    margin-bottom: var(--space-m12-w16)
  }
  
  .user-game__forum-wrap[data-v-3edc7d84] {
    -webkit-box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    height: 26px;
    overflow: hidden
  }
  
  .user-game__forum-wrap.user-game__forum-wrap--extend[data-v-3edc7d84] {
    height: 60px
  }
  
  @media only screen and (max-width: 499px) {
    .user-game__forum-wrap[data-v-3edc7d84] {
      height:22px
    }
  
    .user-game__forum-wrap.user-game__forum-wrap--extend[data-v-3edc7d84] {
      height: 50px
    }
  }
  
  .user-game__forum-item[data-v-3edc7d84] {
    background-color: var(--extension-background-white);
    border-radius: 20px;
    height: 26px;
    padding: 2px var(--space-m2-w4) 2px var(--space-m8-w10);
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  
  .user-game__forum-item[data-v-3edc7d84]:not(:last-child) {
    margin-right: var(--space-m6-w8);
    margin-bottom: var(--space-m6-w8)
  }
  
  @media only screen and (max-width: 499px) {
    .user-game__forum-item[data-v-3edc7d84] {
      height:22px
    }
  }
  
  .user-game__forum-side[data-v-3edc7d84] {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: end;
    align-items: flex-end
  }
  
  .user-game__forum-trigger[data-v-3edc7d84] {
    height: 26px;
    width: 26px;
    border-radius: 13px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    margin-bottom: var(--space-m6-w8)
  }
  
  .user-game__forum-trigger.user-game__forum-trigger--extend[data-v-3edc7d84] {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
  }
  
  .user-game__forum-trigger .svg-icon[data-v-3edc7d84] {
    font-size: 18px
  }
  
  @media only screen and (max-width: 499px) {
    .user-game__forum-trigger[data-v-3edc7d84] {
      height:22px;
      width: 22px
    }
  
    .user-game__forum-trigger .svg-icon[data-v-3edc7d84] {
      font-size: 16px
    }
  }
  
  .user-game__forum-more[data-v-3edc7d84] {
    height: 26px
  }
  
  @media only screen and (max-width: 499px) {
    .user-game__forum-more[data-v-3edc7d84] {
      height:22px
    }
  }
  
  .user-game__forum-item-label[data-v-3edc7d84] {
    font-size: 14px;
    margin-right: 6px
  }
  
  @media only screen and (max-width: 499px) {
    .user-game__forum-item-label[data-v-3edc7d84] {
      font-size:12px
    }
  }
  
  .user-game__forum-item-img[data-v-3edc7d84] {
    width: 18px;
    height: 18px
  }
  
  @media only screen and (max-width: 499px) {
    .user-game__forum-item-img[data-v-3edc7d84] {
      width:16px;
      height: 16px
    }
  }
  
  .user-game__stat[data-v-3edc7d84] {
    background-color: var(--extension-background-white);
    border-radius: 12px;
    height: 64px;
    padding: 12px 0;
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  
  @media only screen and (max-width: 499px) {
    .user-game__stat[data-v-3edc7d84] {
      height:56px
    }
  }
  
  .user-game__stat-item[data-v-3edc7d84] {
    -webkit-box-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }
  
  .user-game__stat-item-count[data-v-3edc7d84] {
    font-size: var(--space-m16-w20);
    line-height: var(--space-m16-w20);
    margin-bottom: 2px
  }
  
  .user-game__stat-item-unit[data-v-3edc7d84] {
    font-size: var(--space-m10-w14);
    vertical-align: middle;
    margin-left: 2px;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,PingFang SC,Noto Sans,Roboto,Microsoft Yahei,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    -webkit-font-smoothing: antialiased;
    font-weight: 700
  }
  
  .user-pinned-game[data-v-0ea936c3] {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 16px 16px 0;
    border-radius: 12px;
    height: 48px;
    padding: 12px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  
  .user-pinned-game[data-v-0ea936c3]:not(:hover) {
    background-color: var(--extension-background-white)
  }
  
  @media only screen and (max-width: 499px) {
    .user-pinned-game[data-v-0ea936c3] {
      margin:16px 8px 0
    }
  }
  
  .user-pinned-game__left[data-v-0ea936c3] {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
  }
  
  .user-pinned-game__left .svg-icon[data-v-0ea936c3] {
    font-size: 20px;
    margin-right: 8px
  }
  
  .user-pinned-game__title[data-v-0ea936c3] {
    font-size: 14px;
    line-height: 24px;
    color: var(--gray-08)
  }
  
  .user-pinned-game__right[data-v-0ea936c3] {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    color: var(--gray-06)
  }
  
  .user-detail[data-v-65381b5a] .layout-main {
    position: relative;
    z-index: 0
  }
  
  .user-detail[data-v-65381b5a] .app-row-card__rating {
    color: var(--primary-tap-blue-text)
  }
  
  .user-detail-title[data-v-65381b5a] {
    margin-left: 12px
  }
  
  @media only screen and (max-width: 499px) {
    .user-detail-title[data-v-65381b5a] {
      margin-left:10px
    }
  }
  
  .user-detail__bg[data-v-65381b5a] {
    overflow-y: hidden;
    position: relative
  }
  
  .user-detail__bg-img[data-v-65381b5a] .tap-image {
    height: 300px;
    width: 100%;
    position: relative
  }
  
  .user-detail__bg-img[data-v-65381b5a]:after {
    content: "";
    position: absolute;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.3)));
    background: linear-gradient(180deg,rgba(0,0,0,.1),rgba(0,0,0,.3));
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }
  
  @media only screen and (max-width: 499px) {
    .user-detail__bg-img[data-v-65381b5a] .tap-image {
      max-height:228px
    }
  }
  
  .user-detail__page[data-v-65381b5a] {
    background: var(--extension-background-gray);
    border-radius: 20px 20px 0 0;
    margin-top: -20px;
    position: relative;
    z-index: 1
  }
  
  @media only screen and (max-width: 499px) {
    .user-detail__page[data-v-65381b5a] {
      margin-top:-68px
    }
  }
  
  .user-detail--deleted[data-v-65381b5a] .user-detail__navbar {
    position: relative;
    background-color: unset!important;
    color: var(--gray-08)
  }
  
  .user-detail--deleted .user-detail-title[data-v-65381b5a] {
    display: none
  }
  
  .user-detail--deleted .user-detail__page[data-v-65381b5a] {
    margin-top: 0;
    height: calc(100vh - 72px)
  }
  
  @media only screen and (max-width: 499px) {
    .user-detail--deleted .user-detail__page[data-v-65381b5a] {
      height:calc(100vh - 48px)
    }
  }
  
  .user-detail--corporate[data-v-65381b5a] .tap-footer {
    padding-top: 0
  }
  
  .user-detail__page-tabs[data-v-65381b5a] {
    height: 56px;
    top: 72px;
    position: -webkit-sticky!important;
    position: sticky!important;
    z-index: 200
  }
  
  .user-detail__page-tabs[data-v-65381b5a] .tap-slide__wrap {
    border-radius: 20px 20px 0 0;
    -webkit-box-pack: center;
    justify-content: center;
    z-index: 200;
    position: relative
  }
  
  .user-detail__page-tabs[data-v-65381b5a] .tap-tabs-header-route {
    margin: 0 34px
  }
  
  .user-detail__page-tabs[data-v-65381b5a] .tap-slide__line {
    height: 8px;
    border-radius: 2px;
    z-index: -1
  }
  
  .user-detail__page-tabs[data-v-65381b5a] .tap-tab--active {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,PingFang SC,Noto Sans,Roboto,Microsoft Yahei,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    font-size: 16px
  }
  
  .user-detail__page-tabs[data-v-65381b5a] .tap-tab--active .user-detail__page-tabs__title {
    padding: 0;
    color: var(--gray-08);
    font-weight: 700
  }
  
  .user-detail__page-tabs[data-v-65381b5a] .tap-tab--active .user-detail__page-tabs__sub-text {
    padding: 0;
    font-family: auto;
    font-weight: 700
  }
  
  @media only screen and (max-width: 499px) {
    .user-detail__page-tabs[data-v-65381b5a] {
      height:48px;
      top: 48px
    }
  
    .user-detail__page-tabs[data-v-65381b5a] .tap-tabs-header-route {
      margin: 0 20px
    }
  
    .user-detail__page-tabs[data-v-65381b5a] .tap-slide__line {
      height: 7px;
      border-radius: 1px
    }
  }
  
  .user-detail__my-page[data-v-65381b5a] .tap-tabs-header-route {
    margin: 0 24px
  }
  
  @media only screen and (max-width: 499px) {
    .user-detail__my-page[data-v-65381b5a] .tap-tabs-header-route {
      margin:0 14px
    }
  }
  
  .user-detail__page-tabs__title[data-v-65381b5a] {
    margin: 0;
    padding: 0 2px;
    color: var(--gray-07);
    font-size: inherit;
    position: relative;
    font-weight: 400
  }
  
  .user-detail__page-tabs__sub-text[data-v-65381b5a] {
    position: absolute;
    top: 0;
    right: -2px;
    -webkit-transform: translate(100%,-50%);
    transform: translate(100%,-50%);
    white-space: nowrap;
    color: inherit
  }
  
  .user-detail__page-tabs-content[data-v-65381b5a] {
    background-color: var(--extension-background-white);
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    padding: 0;
    z-index: 1;
    min-height: calc(100vh - 126px)
  }
  
  @media only screen and (max-width: 499px) {
    .user-detail__page-tabs-content[data-v-65381b5a] {
      min-height:calc(100vh - 94px)
    }
  }
  
  .user-detail__page-black[data-v-65381b5a] {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 80px 0
  }
  
  .user-detail__page-black .tap-button[data-v-65381b5a] {
    margin-top: 20px
  }
  
  .user-detail__page-black-img[data-v-65381b5a] {
    width: 250px
  }
  
  .user-detail__page-black-title[data-v-65381b5a] {
    margin: 30px auto 4px
  }
  
  .user-detail__page-sticky[data-v-65381b5a] .tap-slide__wrap {
    background-color: var(--extension-background-white);
    border-bottom: 1px solid var(--gray-01)
  }
  
  .user-detail__page-sticky .user-detail__page-tabs-content[data-v-65381b5a] {
    border-radius: 0
  }
  
  [data-v-65381b5a] .open-app-global-float {
    bottom: 32px;
    bottom: calc(32px + var(--safe-area-inset-bottom))
  }
  
  .common-new-video .tap-player {
    bottom: 0;
    left: 0;
    position: absolute
  }
  
  .common-new-video .tap-player__server {
    right: 0;
    top: 0
  }
  
  .common-new-video .volume-bar__active {
    background: #00d9c5
  }
  
  .common-new-video .volume-bar__point {
    background-color: #00d9c5;
    border: 2px solid #00cdba
  }
  
  .common-new-video .progress-bar__point {
    background-color: #00cdba;
    border-color: #00d9c5
  }
  
  .common-new-video .progress-bar__played {
    background-color: #00d9c5
  }
  
  .common-new-video .level.is-active {
    color: #00d9c5
  }
  
  .common-new-video .level.is-active .leaves__icon,.common-new-video .level.is-active .leaves__icon .iconfont {
    color: #00d9c5!important
  }
  
  .common-new-video {
    position: relative;
    padding-bottom: 56.25%
  }
  
  .common-new-video .video-js {
    padding: 0;
    background: #000
  }
  
  .common-new-video .video-js,.video-player__mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
  }
  
  .video-player__mask {
    background: rgba(0,0,0,.5);
    color: #fff
  }
  
  .iconfont {
    width: 1em;
    height: 1em;
    vertical-align: top;
    fill: currentColor;
    overflow: hidden
  }
  
  .tap-player {
    position: relative;
    background: #000;
    word-break: normal;
    line-height: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
  }
  
  .tap-player,.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:after,.is-mobile .tap-player__loading:before {
    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:after,.tap-player__loading:before {
    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(0)
    }
  
    to {
      transform: rotate(1turn)
    }
  }
  
  @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(.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(.6) translate3d(-50%,-50%,0);
      z-index: 0
    }
  
    to {
      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(.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(.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
    }
  
    to {
      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,transparent,rgba(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: hsla(0,0%,100%,.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 {
    background: hsla(0,0%,100%,.5)
  }
  
  .progress-bar__buffered,.progress-bar__mouse {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0
  }
  
  .progress-bar__mouse {
    background: hsla(0,0%,100%,.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__pause,.tap-player__play {
    display: none;
    color: #fff;
    cursor: pointer
  }
  
  .tap-player__pause--big,.tap-player__play--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__pause--big .iconfont,.tap-player__play--big .iconfont {
    filter: drop-shadow(2px 2px 10px rgba(0,0,0,.5))
  }
  
  .is-mobile .tap-player__pause--big,.is-mobile .tap-player__play--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: hsla(0,0%,100%,.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: translate(-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
  }
  
  .tap-player__level-image,.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: translate(-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
  }
  
  .video-hls__poster-img[data-v-90ab0747] {
    -o-object-fit: var(--96182768);
    object-fit: var(--96182768)
  }
  
  .common-new-video.invisible[data-v-90ab0747] {
    visibility: hidden;
    opacity: 0
  }
  
  .video-player-card__lazy-image[data-v-62a120d3] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11
  }
  
  .video-player-card__lazy-image[data-v-62a120d3] .tap-image {
    width: 100%;
    height: 100%;
    -o-object-fit: var(--0b8cbdb5);
    object-fit: var(--0b8cbdb5);
    background: #000
  }
  
  .video-player-card__image[data-v-62a120d3] {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%
  }
  
  .video-player-card__play[data-v-62a120d3] {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    cursor: pointer;
    z-index: 11
  }
  
  .video-player-card__play-icon[data-v-62a120d3] {
    color: var(--extension-button-label-white);
    padding-left: 1px
  }
  
  .video-player-card__play-button[data-v-62a120d3] {
    width: 41px;
    height: 41px;
    font-size: 24px;
    border-radius: 61px;
    border: 1px solid hsla(0,0%,100%,.3);
    background: var(--extension-components-black)
  }
  
  @media only screen and (min-width: 499px) {
    .video-player-card__play-button[data-v-62a120d3] {
      font-size:36px;
      width: 63px;
      height: 63px
    }
  }
  
  .video-player-card[data-v-62a120d3] .tap-player__play--big {
    display: none!important
  }
  
  .video-player-card .video-player-card__control[data-v-62a120d3] {
    font-size: var(--caption-m12-w12-size);
    line-height: var(--caption-m12-w12-line-height);
    color: var(--extension-button-label-white);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(9.62%,transparent),color-stop(90.35%,rgba(0,0,0,.2)));
    background: linear-gradient(180deg,transparent 9.62%,rgba(0,0,0,.2) 90.35%);
    height: 28px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 2px var(--space-m12-w16) var(--space-m6-w8);
    z-index: 11;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: 700
  }
  
  @media only screen and (min-width: 499px) {
    .video-player-card .video-player-card__control[data-v-62a120d3] {
      height:48px;
      padding-top: 14px
    }
  }
  
  .video-player-card .video-player-card__play-total-icon[data-v-62a120d3] {
    margin-right: var(--space-m2-w4);
    size: 16px
  }
  
  .video-player-card .video-player-card__progress-bar[data-v-62a120d3] {
    z-index: 100;
    position: absolute;
    bottom: 0;
    left: 0;
    background: hsla(0,0%,100%,.4);
    width: 100%;
    height: 2px
  }
  
  .video-player-card .video-player-card__progress-point-box[data-v-62a120d3] {
    display: none
  }
  
  .video-player-card .video-player-card__progress-bar-active[data-v-62a120d3] {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 0;
    background: var(--primary-tap-blue)
  }
  
  .video-player-card .video-player-card__progress-bar-buffed[data-v-62a120d3] {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 0;
    background: var(--extension-components-border-gray)
  }
  
  .video-player-card .video-player-card__duration[data-v-62a120d3] {
    line-height: 18px
  }
  
  .video-player-card .video-player-card__duration--opacity[data-v-62a120d3] {
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0
  }
  
  .video-player-card .video-player-card__play-mute-box--opacity[data-v-62a120d3] {
    opacity: .6;
    -webkit-transition: .5s;
    transition: .5s
  }
  
  .video-player-card .video-player-card__control--opacity[data-v-62a120d3] {
    background: transparent
  }
  
  .video-player-card .video-player-card__play-mute-button[data-v-62a120d3],.video-player-card .video-player-card__play-unmute-button[data-v-62a120d3] {
    width: 20px;
    height: 20px
  }
  
  .video-player-card--hover .video-player-card__duration--opacity[data-v-62a120d3] {
    opacity: 1
  }
  
  .video-player-card--hover .video-player-card__control--opacity[data-v-62a120d3] {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(9.62%,transparent),color-stop(90.35%,rgba(0,0,0,.2)));
    background: linear-gradient(180deg,transparent 9.62%,rgba(0,0,0,.2) 90.35%)
  }
  
  .video-player-card--hover .video-player-card__play-mute-box[data-v-62a120d3] {
    opacity: 1
  }
  
  .video-player-card--hover .video-player-card__progress-bar[data-v-62a120d3] {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1;
    margin: 0 16px;
    height: 4px;
    --hot-size: 9px;
    border-top: var(--hot-size) solid transparent;
    border-bottom: var(--hot-size) solid transparent;
    background-clip: content-box
  }
  
  .video-player-card--hover .video-player-card__progress-bar:active .video-player-card__progress-point-box[data-v-62a120d3] {
    top: -10px;
    right: -12px;
    padding: 5px;
    background: rgba(21,197,206,.3);
    border-radius: 24px
  }
  
  .video-player-card--hover .video-player-card__progress-bar-active[data-v-62a120d3],.video-player-card--hover .video-player-card__progress-bar-buffed[data-v-62a120d3] {
    height: 4px
  }
  
  .video-player-card--hover .video-player-card__progress-point-box[data-v-62a120d3] {
    position: absolute;
    z-index: 1;
    display: block;
    top: -5px;
    right: -7px
  }
  
  .video-player-card--hover .video-player-card__progress-point[data-v-62a120d3] {
    display: block;
    height: 4px;
    width: 4px;
    background: var(--primary-white);
    border: 5px solid var(--primary-tap-blue);
    -webkit-box-shadow: 0 0 4px var(--extension-components-black);
    box-shadow: 0 0 4px var(--extension-components-black);
    border-radius: 14px
  }
  
  .fade-enter-active[data-v-62a120d3],.fade-leave-active[data-v-62a120d3] {
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease
  }
  
  .fade-enter-from[data-v-62a120d3],.fade-leave-to[data-v-62a120d3] {
    opacity: .99
  }
  
  .video-player-card__feed-mask[data-v-62a120d3] {
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 60px;
    border-radius: 16px;
    z-index: 1;
    cursor: pointer
  }
  
  .video-player-card--isFeed[data-v-62a120d3] {
    border-radius: 16px;
    overflow: hidden
  }
  