@charset "UTF-8";
/* 绝对定位垂直居中 */
/* 绝对定位水平居中 */
/* 绝对定位水平垂直居中 */
.trans-slide-enter[data-v-fb0b85c6], .trans-slide-leave-to[data-v-fb0b85c6] {
  opacity: 0;
  transform: translateX(-30px);
}
.trans-slide-leave-active[data-v-fb0b85c6] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-enter-active[data-v-fb0b85c6] {
  transition: all .3s linear;
}
.trans-slide-right-enter[data-v-fb0b85c6], .trans-slide-right-leave-to[data-v-fb0b85c6] {
  opacity: 0;
  transform: translateX(30px);
}
.trans-slide-right-leave-active[data-v-fb0b85c6] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-right-enter-active[data-v-fb0b85c6] {
  transition: all .3s linear;
}
.trans-slide-y-enter[data-v-fb0b85c6], .trans-slide-y-leave-to[data-v-fb0b85c6] {
  opacity: 0;
  transform: translateY(-30px);
}
.trans-slide-y-leave-active[data-v-fb0b85c6] {
  transition: all 100ms cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-y-enter-active[data-v-fb0b85c6] {
  transition: all 100ms linear;
}
.trans-slide-y-300-enter[data-v-fb0b85c6], .trans-slide-y-300-leave-to[data-v-fb0b85c6] {
  opacity: 0;
  transform: translateY(-30px);
}
.trans-slide-y-300-leave-active[data-v-fb0b85c6] {
  transition: all 300ms cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-y-300-enter-active[data-v-fb0b85c6] {
  transition: all 300ms linear;
}
.trans-fade-enter[data-v-fb0b85c6], .trans-fade-leave-to[data-v-fb0b85c6] {
  opacity: 0;
}
.trans-fade-leave-active[data-v-fb0b85c6] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-fade-enter-active[data-v-fb0b85c6] {
  transition: all .3s linear;
}
.trans-fade-fast-enter[data-v-fb0b85c6], .trans-fade-fast-leave-to[data-v-fb0b85c6] {
  opacity: 0;
}
.trans-fade-fast-leave-active[data-v-fb0b85c6] {
  transition: all 0.1s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-fade-fast-enter-active[data-v-fb0b85c6] {
  transition: all .1s linear;
}
.trans-bounce-enter[data-v-fb0b85c6], .trans-bounce-leave-to[data-v-fb0b85c6] {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.trans-bounce-leave-active[data-v-fb0b85c6] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-bounce-enter-active[data-v-fb0b85c6] {
  transition: all .3s linear;
}
.head-switch[data-v-fb0b85c6] {
  padding: 0.24rem;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.head-switch__text[data-v-fb0b85c6] {
    font-size: 0.28rem;
    color: #666666;
    margin: .08rem 0 0 0;
}
.head-switch__text--tit[data-v-fb0b85c6] {
      font-size: 0.44rem;
      font-weight: 800;
      color: #222222;
      margin-right: 0.12rem;
}
.switch[data-v-fb0b85c6] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.head-fade[data-v-fb0b85c6] {
  top: 1.1rem;
  right: 0.24rem;
}
.head-fade-arrow[data-v-fb0b85c6] {
  width: 0;
  height: 0;
  border-left: 0.14rem solid transparent;
  border-right: 0.14rem solid transparent;
  border-bottom: 0.16rem solid #222222;
  position: absolute;
  top: -0.16rem;
  right: 0.4rem;
}

