.van-switch{position:relative;display:inline-block;box-sizing:content-box;width:2em;height:1em;font-size:30px;background-color:#fff;border:1px solid rgba(0,0,0,.1);border-radius:1em;cursor:pointer;-webkit-transition:background-color .3s;transition:background-color .3s}.van-switch__node{position:absolute;top:0;left:0;width:1em;height:1em;font-size:inherit;background-color:#fff;border-radius:100%;box-shadow:0 3px 1px 0 rgba(0,0,0,.05),0 2px 2px 0 rgba(0,0,0,.1),0 3px 3px 0 rgba(0,0,0,.05);-webkit-transition:-webkit-transform .3s cubic-bezier(.3,1.05,.4,1.05);transition:-webkit-transform .3s cubic-bezier(.3,1.05,.4,1.05);transition:transform .3s cubic-bezier(.3,1.05,.4,1.05);transition:transform .3s cubic-bezier(.3,1.05,.4,1.05), -webkit-transform .3s cubic-bezier(.3,1.05,.4,1.05);transition:transform .3s cubic-bezier(.3,1.05,.4,1.05),-webkit-transform .3s cubic-bezier(.3,1.05,.4,1.05)}.van-switch__loading{top:25%;left:25%;width:50%;height:50%;line-height:1}.van-switch--on{background-color:#1989fa}.van-switch--on .van-switch__node{-webkit-transform:translateX(1em);transform:translateX(1em)}.van-switch--on .van-switch__loading{color:#1989fa}.van-switch--disabled{cursor:not-allowed;opacity:.5}.van-switch--loading{cursor:default}
@charset "UTF-8";
/* 绝对定位垂直居中 */
/* 绝对定位水平居中 */
/* 绝对定位水平垂直居中 */
.trans-slide-enter[data-v-00f426ec], .trans-slide-leave-to[data-v-00f426ec] {
  opacity: 0;
  transform: translateX(-30px);
}
.trans-slide-leave-active[data-v-00f426ec] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-enter-active[data-v-00f426ec] {
  transition: all .3s linear;
}
.trans-slide-right-enter[data-v-00f426ec], .trans-slide-right-leave-to[data-v-00f426ec] {
  opacity: 0;
  transform: translateX(30px);
}
.trans-slide-right-leave-active[data-v-00f426ec] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-right-enter-active[data-v-00f426ec] {
  transition: all .3s linear;
}
.trans-slide-y-enter[data-v-00f426ec], .trans-slide-y-leave-to[data-v-00f426ec] {
  opacity: 0;
  transform: translateY(-30px);
}
.trans-slide-y-leave-active[data-v-00f426ec] {
  transition: all 100ms cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-y-enter-active[data-v-00f426ec] {
  transition: all 100ms linear;
}
.trans-slide-y-300-enter[data-v-00f426ec], .trans-slide-y-300-leave-to[data-v-00f426ec] {
  opacity: 0;
  transform: translateY(-30px);
}
.trans-slide-y-300-leave-active[data-v-00f426ec] {
  transition: all 300ms cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-y-300-enter-active[data-v-00f426ec] {
  transition: all 300ms linear;
}
.trans-fade-enter[data-v-00f426ec], .trans-fade-leave-to[data-v-00f426ec] {
  opacity: 0;
}
.trans-fade-leave-active[data-v-00f426ec] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-fade-enter-active[data-v-00f426ec] {
  transition: all .3s linear;
}
.trans-fade-fast-enter[data-v-00f426ec], .trans-fade-fast-leave-to[data-v-00f426ec] {
  opacity: 0;
}
.trans-fade-fast-leave-active[data-v-00f426ec] {
  transition: all 0.1s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-fade-fast-enter-active[data-v-00f426ec] {
  transition: all .1s linear;
}
.trans-bounce-enter[data-v-00f426ec], .trans-bounce-leave-to[data-v-00f426ec] {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.trans-bounce-leave-active[data-v-00f426ec] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-bounce-enter-active[data-v-00f426ec] {
  transition: all .3s linear;
}
.cellItemCon:last-child .cellItem[data-v-00f426ec]::after {
  height: 0;
}
.cellItem[data-v-00f426ec] {
  padding: 0 .24rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: .96rem;
}
.cellItem[data-v-00f426ec]::after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #EEEEEE;
    transform: scaleY(0.5);
}
.cellItem__left[data-v-00f426ec] {
    font-weight: 800;
    font-size: 0.28rem;
    color: #222;
    flex-shrink: 0;
}
.cellItem__right[data-v-00f426ec] {
    font-size: 0.32rem;
    font-weight: 400;
    color: #222;
    text-align: right;
    max-width: 70%;
}
.cellItem .rightCon[data-v-00f426ec] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.cellItem .rightCon__text[data-v-00f426ec] {
      font-weight: 400;
      font-size: 0.28rem;
      color: #666;
      line-height: 1;
}
.btnActive[data-v-00f426ec] {
  position: relative;
}
.btnActive[data-v-00f426ec]::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: #F5F6FA;
  border-color: #F5F6FA;
  border-radius: inherit;
  transform: translate(-50%, -50%);
  opacity: 0;
  content: ' ';
  pointer-events: none;
}
.btnActive[data-v-00f426ec]:active::before {
  opacity: 0.1;
}

