@charset "UTF-8";
/* 绝对定位垂直居中 */
/* 绝对定位水平居中 */
/* 绝对定位水平垂直居中 */
.trans-slide-enter[data-v-5e988d30], .trans-slide-leave-to[data-v-5e988d30] {
  opacity: 0;
  transform: translateX(-30px);
}
.trans-slide-leave-active[data-v-5e988d30] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-enter-active[data-v-5e988d30] {
  transition: all .3s linear;
}
.trans-slide-right-enter[data-v-5e988d30], .trans-slide-right-leave-to[data-v-5e988d30] {
  opacity: 0;
  transform: translateX(30px);
}
.trans-slide-right-leave-active[data-v-5e988d30] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-right-enter-active[data-v-5e988d30] {
  transition: all .3s linear;
}
.trans-slide-y-enter[data-v-5e988d30], .trans-slide-y-leave-to[data-v-5e988d30] {
  opacity: 0;
  transform: translateY(-30px);
}
.trans-slide-y-leave-active[data-v-5e988d30] {
  transition: all 100ms cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-y-enter-active[data-v-5e988d30] {
  transition: all 100ms linear;
}
.trans-slide-y-300-enter[data-v-5e988d30], .trans-slide-y-300-leave-to[data-v-5e988d30] {
  opacity: 0;
  transform: translateY(-30px);
}
.trans-slide-y-300-leave-active[data-v-5e988d30] {
  transition: all 300ms cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-y-300-enter-active[data-v-5e988d30] {
  transition: all 300ms linear;
}
.trans-fade-enter[data-v-5e988d30], .trans-fade-leave-to[data-v-5e988d30] {
  opacity: 0;
}
.trans-fade-leave-active[data-v-5e988d30] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-fade-enter-active[data-v-5e988d30] {
  transition: all .3s linear;
}
.trans-fade-fast-enter[data-v-5e988d30], .trans-fade-fast-leave-to[data-v-5e988d30] {
  opacity: 0;
}
.trans-fade-fast-leave-active[data-v-5e988d30] {
  transition: all 0.1s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-fade-fast-enter-active[data-v-5e988d30] {
  transition: all .1s linear;
}
.trans-bounce-enter[data-v-5e988d30], .trans-bounce-leave-to[data-v-5e988d30] {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.trans-bounce-leave-active[data-v-5e988d30] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-bounce-enter-active[data-v-5e988d30] {
  transition: all .3s linear;
}
.funcIntro[data-v-5e988d30] {
  background: #FFF;
  box-sizing: border-box;
  padding-bottom: 0;
  min-height: 100vh;
  font-size: 0;
  padding-bottom: .24rem;
}
@supports (min-height: env(safe-area-inset-bottom)) {
.funcIntro[data-v-5e988d30] {
      min-height: calc(100vh - env(safe-area-inset-bottom));
}
}
@supports (min-height: constant(safe-area-inset-bottom)) {
.funcIntro[data-v-5e988d30] {
      min-height: calc(100vh - constant(safe-area-inset-bottom));
}
}
.funcIntro__mainImg[data-v-5e988d30] {
    width: 100%;
}
.position-con[data-v-5e988d30] {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.position-con__btn[data-v-5e988d30] {
    background: linear-gradient(90deg, #FFE14D 0%, #FFC34D 100%);
    padding: .14rem .36rem;
    font-size: .24rem;
    font-weight: 800;
    color: #222222;
    border-radius: .5rem;
    margin-right: .72rem;
}
.tip-con[data-v-5e988d30] {
  padding: .24rem .40rem;
  background: rgba(255, 204, 51, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tip-con__text[data-v-5e988d30] {
    width: 5.02rem;
    font-size: .24rem;
    color: #222222;
    line-height: .4rem;
}
.tip-con__text--weight[data-v-5e988d30] {
      font-weight: 800;
}
.tip-con__text--yellow[data-v-5e988d30] {
      color: #FF6A00;
}
.tip-con__btn[data-v-5e988d30] {
    flex-shrink: 0;
    background: linear-gradient(90deg, #FFE14D 0%, #FFC34D 100%);
    padding: .14rem .36rem;
    font-size: .24rem;
    font-weight: 800;
    color: #222222;
    border-radius: .5rem;
}
.funcGuide[data-v-5e988d30] {
  background: #FFF;
  padding: 0 .40rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.funcGuide-item[data-v-5e988d30] {
  width: 3.24rem;
}
.funcGuide-item__title[data-v-5e988d30] {
    width: 100%;
    height: 1.16rem;
    border-radius: .20rem;
    display: flex;
    align-items: center;
    padding: 0 .24rem;
    box-sizing: border-box;
}
.funcGuide-item__title__icon[data-v-5e988d30] {
      width: .64rem;
      height: .64rem;
}
.funcGuide-item__title__name[data-v-5e988d30] {
      margin-left: .12rem;
      font-size: .4rem;
      font-weight: 800;
      color: #222222;
}
.funcGuide-item__intro[data-v-5e988d30] {
    padding: .40rem;
    border-radius: .20rem;
    box-sizing: border-box;
    margin-top: .04rem;
}
.funcGuide-item__intro__text[data-v-5e988d30] {
      font-size: .24rem;
      line-height: .40rem;
      color: #222222;
}
.funcGuide-item__intro__btn[data-v-5e988d30] {
      width: 2.44rem;
      margin-top: .36rem;
      flex-shrink: 0;
      text-align: center;
      background: linear-gradient(90deg, #FFE14D 0%, #FFC34D 100%);
      padding: .12rem 0;
      font-size: .24rem;
      font-weight: 800;
      color: #222222;
      border-radius: .5rem;
}

