.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}
.van-cell{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;box-sizing:border-box;width:100%;padding:10px 16px;overflow:hidden;color:#323233;font-size:14px;line-height:24px;background-color:#fff}.van-cell::after{position:absolute;box-sizing:border-box;content:' ';pointer-events:none;right:16px;bottom:0;left:16px;border-bottom:1px solid #ebedf0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}.van-cell--borderless::after,.van-cell:last-child::after{display:none}.van-cell__label{margin-top:4px;color:#969799;font-size:12px;line-height:18px}.van-cell__title,.van-cell__value{-webkit-box-flex:1;-webkit-flex:1;flex:1}.van-cell__value{position:relative;overflow:hidden;color:#969799;text-align:right;vertical-align:middle;word-wrap:break-word}.van-cell__value--alone{color:#323233;text-align:left}.van-cell__left-icon,.van-cell__right-icon{height:24px;font-size:16px;line-height:24px}.van-cell__left-icon{margin-right:4px}.van-cell__right-icon{margin-left:4px;color:#969799}.van-cell--clickable{cursor:pointer}.van-cell--clickable:active{background-color:#f2f3f5}.van-cell--required{overflow:visible}.van-cell--required::before{position:absolute;left:8px;color:#ee0a24;font-size:14px;content:'*'}.van-cell--center{-webkit-box-align:center;-webkit-align-items:center;align-items:center}.van-cell--large{padding-top:12px;padding-bottom:12px}.van-cell--large .van-cell__title{font-size:16px}.van-cell--large .van-cell__label{font-size:14px}
.van-field__label{-webkit-box-flex:0;-webkit-flex:none;flex:none;box-sizing:border-box;width:6.2em;margin-right:12px;color:#646566;text-align:left;word-wrap:break-word}.van-field__label--center{text-align:center}.van-field__label--right{text-align:right}.van-field--disabled .van-field__label{color:#c8c9cc}.van-field__value{overflow:visible}.van-field__body{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.van-field__control{display:block;box-sizing:border-box;width:100%;min-width:0;margin:0;padding:0;color:#323233;line-height:inherit;text-align:left;background-color:transparent;border:0;resize:none}.van-field__control::-webkit-input-placeholder{color:#c8c9cc}.van-field__control::placeholder{color:#c8c9cc}.van-field__control:disabled{color:#c8c9cc;cursor:not-allowed;opacity:1;-webkit-text-fill-color:#c8c9cc}.van-field__control:read-only{cursor:default}.van-field__control--center{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;text-align:center}.van-field__control--right{-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;text-align:right}.van-field__control--custom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;min-height:24px}.van-field__control[type=date],.van-field__control[type=datetime-local],.van-field__control[type=time]{min-height:24px}.van-field__control[type=search]{-webkit-appearance:none}.van-field__button,.van-field__clear,.van-field__icon,.van-field__right-icon{-webkit-flex-shrink:0;flex-shrink:0}.van-field__clear,.van-field__right-icon{margin-right:-8px;padding:0 8px;line-height:inherit}.van-field__clear{color:#c8c9cc;font-size:16px;cursor:pointer}.van-field__left-icon .van-icon,.van-field__right-icon .van-icon{display:block;font-size:16px;line-height:inherit}.van-field__left-icon{margin-right:4px}.van-field__right-icon{color:#969799}.van-field__button{padding-left:8px}.van-field__error-message{color:#ee0a24;font-size:12px;text-align:left}.van-field__error-message--center{text-align:center}.van-field__error-message--right{text-align:right}.van-field__word-limit{margin-top:4px;color:#646566;font-size:12px;line-height:16px;text-align:right}.van-field--error .van-field__control::-webkit-input-placeholder{color:#ee0a24;-webkit-text-fill-color:currentColor}.van-field--error .van-field__control,.van-field--error .van-field__control::placeholder{color:#ee0a24;-webkit-text-fill-color:currentColor}.van-field--min-height .van-field__control{min-height:60px}
.van-swipe-item{position:relative;-webkit-flex-shrink:0;flex-shrink:0;width:100%;height:100%}
.van-swipe{position:relative;overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);cursor:grab;-webkit-user-select:none;user-select:none}.van-swipe__track{display:-webkit-box;display:-webkit-flex;display:flex;height:100%}.van-swipe__track--vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.van-swipe__indicators{position:absolute;bottom:12px;left:50%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.van-swipe__indicators--vertical{top:50%;bottom:auto;left:12px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.van-swipe__indicators--vertical .van-swipe__indicator:not(:last-child){margin-bottom:6px}.van-swipe__indicator{width:6px;height:6px;background-color:#ebedf0;border-radius:100%;opacity:.3;-webkit-transition:opacity .2s,background-color .2s;transition:opacity .2s,background-color .2s}.van-swipe__indicator:not(:last-child){margin-right:6px}.van-swipe__indicator--active{background-color:#1989fa;opacity:1}
@charset "UTF-8";
/* 绝对定位垂直居中 */
/* 绝对定位水平居中 */
/* 绝对定位水平垂直居中 */
.trans-slide-enter[data-v-c3ebc06e], .trans-slide-leave-to[data-v-c3ebc06e] {
  opacity: 0;
  transform: translateX(-30px);
}
.trans-slide-leave-active[data-v-c3ebc06e] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-enter-active[data-v-c3ebc06e] {
  transition: all .3s linear;
}
.trans-slide-right-enter[data-v-c3ebc06e], .trans-slide-right-leave-to[data-v-c3ebc06e] {
  opacity: 0;
  transform: translateX(30px);
}
.trans-slide-right-leave-active[data-v-c3ebc06e] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-right-enter-active[data-v-c3ebc06e] {
  transition: all .3s linear;
}
.trans-slide-y-enter[data-v-c3ebc06e], .trans-slide-y-leave-to[data-v-c3ebc06e] {
  opacity: 0;
  transform: translateY(-30px);
}
.trans-slide-y-leave-active[data-v-c3ebc06e] {
  transition: all 100ms cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-y-enter-active[data-v-c3ebc06e] {
  transition: all 100ms linear;
}
.trans-slide-y-300-enter[data-v-c3ebc06e], .trans-slide-y-300-leave-to[data-v-c3ebc06e] {
  opacity: 0;
  transform: translateY(-30px);
}
.trans-slide-y-300-leave-active[data-v-c3ebc06e] {
  transition: all 300ms cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-y-300-enter-active[data-v-c3ebc06e] {
  transition: all 300ms linear;
}
.trans-fade-enter[data-v-c3ebc06e], .trans-fade-leave-to[data-v-c3ebc06e] {
  opacity: 0;
}
.trans-fade-leave-active[data-v-c3ebc06e] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-fade-enter-active[data-v-c3ebc06e] {
  transition: all .3s linear;
}
.trans-fade-fast-enter[data-v-c3ebc06e], .trans-fade-fast-leave-to[data-v-c3ebc06e] {
  opacity: 0;
}
.trans-fade-fast-leave-active[data-v-c3ebc06e] {
  transition: all 0.1s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-fade-fast-enter-active[data-v-c3ebc06e] {
  transition: all .1s linear;
}
.trans-bounce-enter[data-v-c3ebc06e], .trans-bounce-leave-to[data-v-c3ebc06e] {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.trans-bounce-leave-active[data-v-c3ebc06e] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-bounce-enter-active[data-v-c3ebc06e] {
  transition: all .3s linear;
}
.editImg_[data-v-c3ebc06e] {
  background: #F5F6FA;
  box-sizing: border-box;
  padding-bottom: 0;
  padding-top: 0.24rem;
  padding-bottom: 1.44rem;
}
.editImg_button[data-v-c3ebc06e] {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 1.44rem;
  background: #FFF;
}
.editImg_button div[data-v-c3ebc06e] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 7rem;
    height: 1.04rem;
    background: linear-gradient(90deg, #FFE14D 0%, #FFC34D 100%);
    border-radius: 0.52rem;
    font-weight: 800;
    font-size: 0.32rem;
    color: #222;
}
.editImg_item[data-v-c3ebc06e] {
  position: absolute;
  height: 1.1rem;
  width: 1.1rem;
  z-index: 1000;
}
.imgCompose_img2[data-v-c3ebc06e] {
  width: 100%;
}
.editImg_imgArrySingle[data-v-c3ebc06e] {
  padding: .24rem;
  position: relative;
  margin-bottom: .2rem;
}
.editImg_imgArrySingle1[data-v-c3ebc06e] {
  color: #FFFFFF;
  background-color: #FFCC33;
  font-size: .36rem;
  font-weight: 600;
  margin: .24rem .24rem .64rem .24rem;
  text-align: center;
  line-height: 1.34rem;
  height: 1.34rem;
  width: 1.34rem;
  border-radius: .16rem;
}
.editImg_imgArrySingle img[data-v-c3ebc06e] {
  height: 1.1rem;
  width: 1.1rem;
}
.editImg_imgArry[data-v-c3ebc06e] {
  margin: .2rem .3rem;
  background: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 5.12rem;
  overflow-y: scroll;
  border-radius: 0.16rem;
}
.editImg_write[data-v-c3ebc06e] {
  text-align: center;
  margin-top: .3rem;
  color: #B3B3B3;
  font-size: .26rem;
  font-weight: 400;
}
.editImg_check[data-v-c3ebc06e] {
  background: white;
  border-radius: 0.08rem;
  margin: .4rem .3rem 0 .3rem;
  padding: 0 .3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1.1rem;
}
.editImg_img[data-v-c3ebc06e] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0.24rem;
  margin-top: 0;
  position: relative;
  border: .16rem;
  box-sizing: border-box;
}
.editImg_img1[data-v-c3ebc06e] {
  flex-shrink: 0;
}
.editImg_img1--width[data-v-c3ebc06e] {
    width: 100%;
}
.editImg_img1--height[data-v-c3ebc06e] {
    height: 5rem;
}
.editImg_div[data-v-c3ebc06e] {
  border-radius: 0 0 .16rem .16rem;
  background: #FFC101;
  height: .8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .36rem;
  color: white;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-y: hidden;
  z-index: 1001;
}
.editImg_div_1[data-v-c3ebc06e] {
  text-align: center;
  font-size: .36rem;
  color: #F5F5F5;
}
.editTheme_headerW[data-v-c3ebc06e] {
  color: #FFFFFF;
  font-size: .36rem;
  font-weight: 600;
  transform: translateX(-50%);
  margin-left: 50%;
  padding-right: .9rem;
}
[data-theme='grassGreen'] .editTheme_headerW[data-v-c3ebc06e] {
    color: #222;
}
[data-theme='yellow'] .editTheme_headerW[data-v-c3ebc06e] {
    color: #222;
}
.editTheme_header[data-v-c3ebc06e] {
  position: fixed;
  z-index: 3000;
  height: .87rem;
  width: 100%;
  background-color: #FFCC33;
  padding: 0 .3rem;
  align-items: center;
  display: flex;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
[data-theme='grassGreen'] .editTheme_header[data-v-c3ebc06e] {
    background: #F5F6FA;
    color: #222;
}
[data-theme='yellow'] .editTheme_header[data-v-c3ebc06e] {
    background: #FFFFFF;
    color: #222;
}
.swiperCon[data-v-c3ebc06e] {
  margin: .2rem .3rem;
  background: white;
  /*height: 5.12rem;*/
  border-radius: 0.16rem;
}
.iconSwipe[data-v-c3ebc06e] {
  width: 100%;
  height: 100%;
}
.iconSwipe__item[data-v-c3ebc06e] {
    height: 6rem;
    padding: .32rem;
    box-sizing: border-box;
    align-content: flex-start;
}
.iconSwipe__item[data-v-c3ebc06e], .iconSwipe__item1[data-v-c3ebc06e] {
    display: flex;
    flex-wrap: wrap;
}
.iconSwipe__item1[data-v-c3ebc06e] {
    width: 1.08rem;
    height: 1.08rem;
    margin-right: .62rem;
    margin-bottom: .62rem;
}
.iconSwipe__item1[data-v-c3ebc06e]:nth-of-type(4n) {
      margin-right: 0;
}
.iconSwipe__btn[data-v-c3ebc06e] {
    color: #FFFFFF;
    background-color: #00AA38;
    font-size: .36rem;
    font-weight: 600;
    text-align: center;
    border-radius: .16rem;
    line-height: 1.08rem;
    margin-right: .62rem;
    margin-bottom: .62rem;
    width: 1.08rem;
    height: 1.08rem;
    background: linear-gradient(90deg, #FFE14D 0%, #FFC34D 100%);
}
.iconSwipe__icon[data-v-c3ebc06e] {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.iconSwipe__indicatorCon[data-v-c3ebc06e] {
    margin-bottom: 0.36rem;
    margin-top: -.9rem;
    text-align: center;
}
.iconSwipe__indicator[data-v-c3ebc06e] {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #CCCCCC;
    border-radius: 20px;
    transition: width 500ms ease;
    margin: 0 0.1rem;
}
.iconSwipe__indicator__selected[data-v-c3ebc06e] {
      width: 21px;
      background-color: #FFCC33;
}

