@charset "UTF-8";
/* 绝对定位垂直居中 */
/* 绝对定位水平居中 */
/* 绝对定位水平垂直居中 */
.trans-slide-enter[data-v-fd4fa3f4], .trans-slide-leave-to[data-v-fd4fa3f4] {
  opacity: 0;
  transform: translateX(-30px);
}
.trans-slide-leave-active[data-v-fd4fa3f4] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-enter-active[data-v-fd4fa3f4] {
  transition: all .3s linear;
}
.trans-slide-right-enter[data-v-fd4fa3f4], .trans-slide-right-leave-to[data-v-fd4fa3f4] {
  opacity: 0;
  transform: translateX(30px);
}
.trans-slide-right-leave-active[data-v-fd4fa3f4] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-right-enter-active[data-v-fd4fa3f4] {
  transition: all .3s linear;
}
.trans-slide-y-enter[data-v-fd4fa3f4], .trans-slide-y-leave-to[data-v-fd4fa3f4] {
  opacity: 0;
  transform: translateY(-30px);
}
.trans-slide-y-leave-active[data-v-fd4fa3f4] {
  transition: all 100ms cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-y-enter-active[data-v-fd4fa3f4] {
  transition: all 100ms linear;
}
.trans-slide-y-300-enter[data-v-fd4fa3f4], .trans-slide-y-300-leave-to[data-v-fd4fa3f4] {
  opacity: 0;
  transform: translateY(-30px);
}
.trans-slide-y-300-leave-active[data-v-fd4fa3f4] {
  transition: all 300ms cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-y-300-enter-active[data-v-fd4fa3f4] {
  transition: all 300ms linear;
}
.trans-fade-enter[data-v-fd4fa3f4], .trans-fade-leave-to[data-v-fd4fa3f4] {
  opacity: 0;
}
.trans-fade-leave-active[data-v-fd4fa3f4] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-fade-enter-active[data-v-fd4fa3f4] {
  transition: all .3s linear;
}
.trans-fade-fast-enter[data-v-fd4fa3f4], .trans-fade-fast-leave-to[data-v-fd4fa3f4] {
  opacity: 0;
}
.trans-fade-fast-leave-active[data-v-fd4fa3f4] {
  transition: all 0.1s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-fade-fast-enter-active[data-v-fd4fa3f4] {
  transition: all .1s linear;
}
.trans-bounce-enter[data-v-fd4fa3f4], .trans-bounce-leave-to[data-v-fd4fa3f4] {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.trans-bounce-leave-active[data-v-fd4fa3f4] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-bounce-enter-active[data-v-fd4fa3f4] {
  transition: all .3s linear;
}
.com-topScore[data-v-fd4fa3f4] {
  background: #FFF8E1;
  padding: 0 0.24rem;
  display: flex;
  align-items: center;
  height: 0.72rem;
}
.com-topScore__star[data-v-fd4fa3f4] {
    width: 0.36rem;
    height: 0.36rem;
    margin-right: 0.08rem;
}
.com-topScore__title[data-v-fd4fa3f4] {
    font-size: 0.24rem;
    font-weight: 400;
    color: #222222;
}
.com-topScore__title--red[data-v-fd4fa3f4] {
      color: #FF192D;
}
.com-topScore__btn[data-v-fd4fa3f4] {
    position: absolute;
    right: 0.24rem;
    padding: 0 .2rem;
    height: 0.4rem;
    background: linear-gradient(90deg, #FFE14D 0%, #FFC34D 100%);
    border-radius: 0.52rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.com-topScore__btn span[data-v-fd4fa3f4] {
      line-height: 1;
      font-size: 0.24rem;
      font-weight: 800;
      color: #222222;
      transform: scale(0.83);
}

