@charset "UTF-8";
/* 绝对定位垂直居中 */
/* 绝对定位水平居中 */
/* 绝对定位水平垂直居中 */
.trans-slide-enter[data-v-e141c4e4], .trans-slide-leave-to[data-v-e141c4e4] {
  opacity: 0;
  transform: translateX(-30px);
}
.trans-slide-leave-active[data-v-e141c4e4] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-enter-active[data-v-e141c4e4] {
  transition: all .3s linear;
}
.trans-slide-right-enter[data-v-e141c4e4], .trans-slide-right-leave-to[data-v-e141c4e4] {
  opacity: 0;
  transform: translateX(30px);
}
.trans-slide-right-leave-active[data-v-e141c4e4] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-right-enter-active[data-v-e141c4e4] {
  transition: all .3s linear;
}
.trans-slide-y-enter[data-v-e141c4e4], .trans-slide-y-leave-to[data-v-e141c4e4] {
  opacity: 0;
  transform: translateY(-30px);
}
.trans-slide-y-leave-active[data-v-e141c4e4] {
  transition: all 100ms cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-y-enter-active[data-v-e141c4e4] {
  transition: all 100ms linear;
}
.trans-slide-y-300-enter[data-v-e141c4e4], .trans-slide-y-300-leave-to[data-v-e141c4e4] {
  opacity: 0;
  transform: translateY(-30px);
}
.trans-slide-y-300-leave-active[data-v-e141c4e4] {
  transition: all 300ms cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-y-300-enter-active[data-v-e141c4e4] {
  transition: all 300ms linear;
}
.trans-fade-enter[data-v-e141c4e4], .trans-fade-leave-to[data-v-e141c4e4] {
  opacity: 0;
}
.trans-fade-leave-active[data-v-e141c4e4] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-fade-enter-active[data-v-e141c4e4] {
  transition: all .3s linear;
}
.trans-fade-fast-enter[data-v-e141c4e4], .trans-fade-fast-leave-to[data-v-e141c4e4] {
  opacity: 0;
}
.trans-fade-fast-leave-active[data-v-e141c4e4] {
  transition: all 0.1s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-fade-fast-enter-active[data-v-e141c4e4] {
  transition: all .1s linear;
}
.trans-bounce-enter[data-v-e141c4e4], .trans-bounce-leave-to[data-v-e141c4e4] {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.trans-bounce-leave-active[data-v-e141c4e4] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-bounce-enter-active[data-v-e141c4e4] {
  transition: all .3s linear;
}
.poster_header[data-v-e141c4e4] {
  height: .87rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFCC33;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 .3rem;
  color: white;
  font-size: .32rem;
  font-weight: 600;
  box-sizing: border-box;
  z-index: 100;
}
[data-theme='grassGreen'] .poster_header[data-v-e141c4e4] {
    background: #F5F6FA;
    color: #222;
}
[data-theme='yellow'] .poster_header[data-v-e141c4e4] {
    background: #FFFFFF;
    color: #222;
}
.poster_header .poster_headerW[data-v-e141c4e4] {
  font-weight: 900;
  font-size: .36rem;
  z-index: 101;
  text-align: center;
}
[data-theme='grassGreen'] .poster_header .poster_headerW[data-v-e141c4e4] {
    color: #222;
}
[data-theme='yellow'] .poster_header .poster_headerW[data-v-e141c4e4] {
    color: #222;
}
.poster_headerIcon[data-v-e141c4e4] {
  position: absolute;
  left: .3rem;
}
.cutImg_se[data-v-e141c4e4] {
  height: 7.5rem;
  width: 7.5rem;
  margin-top: .3rem;
  overflow: auto;
}
.cutImg_button[data-v-e141c4e4] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: .32rem;
  padding: 0 .24rem;
}
.cutImg_button_close[data-v-e141c4e4], .cutImg_button_enter[data-v-e141c4e4] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-weight: 800;
  font-size: 0.28rem;
  color: #222;
  height: .9rem;
  width: 3.3rem;
}
.cutImg_button_close[data-v-e141c4e4] {
  width: 3.44rem;
  height: 0.8rem;
  background: #fff;
  border-radius: 0.4rem;
  border: 1px solid #979797;
}
.cutImg_button_enter[data-v-e141c4e4] {
  width: 3.44rem;
  height: 0.8rem;
  background: linear-gradient(90deg, #FFE14D 0%, #FFC34D 100%);
  border-radius: 0.4rem;
}

@charset "UTF-8";
/* 绝对定位垂直居中 */
/* 绝对定位水平居中 */
/* 绝对定位水平垂直居中 */
.trans-slide-enter[data-v-736c63ee], .trans-slide-leave-to[data-v-736c63ee] {
  opacity: 0;
  transform: translateX(-30px);
}
.trans-slide-leave-active[data-v-736c63ee] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-enter-active[data-v-736c63ee] {
  transition: all .3s linear;
}
.trans-slide-right-enter[data-v-736c63ee], .trans-slide-right-leave-to[data-v-736c63ee] {
  opacity: 0;
  transform: translateX(30px);
}
.trans-slide-right-leave-active[data-v-736c63ee] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-right-enter-active[data-v-736c63ee] {
  transition: all .3s linear;
}
.trans-slide-y-enter[data-v-736c63ee], .trans-slide-y-leave-to[data-v-736c63ee] {
  opacity: 0;
  transform: translateY(-30px);
}
.trans-slide-y-leave-active[data-v-736c63ee] {
  transition: all 100ms cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-y-enter-active[data-v-736c63ee] {
  transition: all 100ms linear;
}
.trans-slide-y-300-enter[data-v-736c63ee], .trans-slide-y-300-leave-to[data-v-736c63ee] {
  opacity: 0;
  transform: translateY(-30px);
}
.trans-slide-y-300-leave-active[data-v-736c63ee] {
  transition: all 300ms cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-y-300-enter-active[data-v-736c63ee] {
  transition: all 300ms linear;
}
.trans-fade-enter[data-v-736c63ee], .trans-fade-leave-to[data-v-736c63ee] {
  opacity: 0;
}
.trans-fade-leave-active[data-v-736c63ee] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-fade-enter-active[data-v-736c63ee] {
  transition: all .3s linear;
}
.trans-fade-fast-enter[data-v-736c63ee], .trans-fade-fast-leave-to[data-v-736c63ee] {
  opacity: 0;
}
.trans-fade-fast-leave-active[data-v-736c63ee] {
  transition: all 0.1s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-fade-fast-enter-active[data-v-736c63ee] {
  transition: all .1s linear;
}
.trans-bounce-enter[data-v-736c63ee], .trans-bounce-leave-to[data-v-736c63ee] {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.trans-bounce-leave-active[data-v-736c63ee] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-bounce-enter-active[data-v-736c63ee] {
  transition: all .3s linear;
}
.signboardDecoration_main_single1[data-v-736c63ee] {
  padding-bottom: .24rem;
}
.signboardDecoration_main_single11[data-v-736c63ee] {
  height: 2.7rem;
  width: 7rem;
  position: relative;
}
.signboardDecoration_main_single11 img[data-v-736c63ee] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.signboardDecoration_main_single11 .div_[data-v-736c63ee] {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: .56rem;
  font-size: .28rem;
  font-weight: 800;
  padding: 0 .24rem;
}
.signboardDecoration_main_single11 .div_1[data-v-736c63ee] {
  color: white;
  background: #00BF7F;
}
.signboardDecoration_main_single11 .div_2[data-v-736c63ee] {
  color: #222;
  background: #FFCC33;
}
.signboardDecoration_main_single11 .div_3[data-v-736c63ee] {
  color: white;
  background: #FF192D;
}
.signboardDecoration_main_single111[data-v-736c63ee] {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1.04rem;
}
.signboardDecoration_main_single111 div[data-v-736c63ee] {
  font-size: .28rem;
  font-weight: 600;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FF192D;
}
.signboardDecoration_main_single111 div[data-v-736c63ee]:nth-child(1) {
  color: #fff;
  margin-bottom: .05rem;
}
.signboardDecoration_main_single12[data-v-736c63ee] {
  color: #B3B3B3;
  font-size: .24rem;
  font-weight: 600;
  margin-top: .2rem;
}
.signboardDecoration_add[data-v-736c63ee] {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  background: white;
  padding: .24rem;
  padding-top: .16rem;
}
.signboardDecoration_add1[data-v-736c63ee] {
  font-weight: 400;
  font-size: 0.24rem;
  color: #666;
  text-align: center;
  margin-bottom: .24rem;
}
.signboardDecoration_add2[data-v-736c63ee] {
  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;
}
.signboardDecoration_add2 div[data-v-736c63ee] {
    margin-left: .16rem;
}
.signboardDecoration_main[data-v-736c63ee] {
  margin: .64rem .24rem 2rem .24rem;
  background: white;
  border-radius: 0.21rem;
  padding-bottom: .2rem;
}
.signboardDecoration_main_null[data-v-736c63ee] {
  margin: .4rem auto;
  width: 5.2rem;
}
.signboardDecoration_main_null img[data-v-736c63ee] {
  height: 4.4rem;
  width: 5.2rem;
}
.signboardDecoration_main_null div[data-v-736c63ee] {
  text-align: center;
  color: #B3B3B3;
  font-size: .28rem;
  font-weight: 400;
}
.signboardDecoration_pai[data-v-736c63ee] {
  position: relative;
  height: 2.85rem;
  width: 100%;
  display: flex;
  background: #B3B3B3;
}
.signboardDecoration_pai .signboardDecoration_pai1[data-v-736c63ee] {
  position: absolute;
  left: .24rem;
  bottom: -.4rem;
  background: white;
  width: 7rem;
  border-radius: .08rem;
  z-index: 2;
  padding: .24rem;
  box-sizing: border-box;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.signboardDecoration_pai_img2[data-v-736c63ee] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.signboardDecoration_pai .signboardDecoration_pai_img1[data-v-736c63ee] {
  position: absolute;
  right: .48rem;
  bottom: .48rem;
  height: 1.12rem;
  width: 1.12rem;
  border-radius: .06rem;
  z-index: 3;
  -o-object-fit: cover;
     object-fit: cover;
}
.signboardDecoration_pai1 div[data-v-736c63ee] {
  color: #303030;
  font-weight: 800;
}
.signboardDecoration_pai1 div[data-v-736c63ee]:nth-child(1) {
  font-size: .36rem;
  margin-bottom: .12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 5rem;
}
.signboardDecoration_pai1 div[data-v-736c63ee]:nth-child(2) {
  font-size: .28rem;
  padding-left: .32rem;
  position: relative;
  font-weight: 400;
}
.signboardDecoration_pai1 div[data-v-736c63ee]:nth-child(2)::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: .24rem;
  height: .24rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAA9UlEQVQ4T+2UMUoDQRSGvz+FpFMhnblEKsHGLHgEi5QeQjtzAgtTegOFXCGwsbEScglT7QoWVhb7ywyJikR2lgSEkFfOm/e9x8zjE4CfOOKDEdBH6oSz5LBLYMIelzphLud0EbPGoN8dA9j05CljpHPwHRVDZYSOyeGcA8Qt0gX2QwAWcbrKh8p4Syb9uOicDi0V2KX8KIecTq1VsLr8subrXl1BXX4H5P8+5a91Wm5H41/eGDB10ZMn3EogBWxIDgQ5TLlHGkR9tbnWMa+p7xbl/Mw+74y+9RUE22IWp1wrXFLRi8paWPsGcdYcHE09wVwp4+UTFqG+6gc7x8UAAAAASUVORK5CYII=) no-repeat;
  background-size: 100% 100%;
}
.signboardDecoration_[data-v-736c63ee] {
  background: #fff;
  box-sizing: border-box;
}
.popupCon[data-v-736c63ee] {
  background: transparent;
}
.addType[data-v-736c63ee] {
  background: #FFF;
}
.addType__item[data-v-736c63ee] {
    font-size: 0.32rem;
    font-weight: 400;
    color: #222;
    padding: .32rem 0;
    text-align: center;
    border: 1px solid #EEEEEE;
}
.addType__item[data-v-736c63ee]:last-child {
      border: 0;
}
.addType-cancel[data-v-736c63ee] {
  background: #FFF;
  margin-top: .08rem;
}
.uploader[data-v-736c63ee] {
  height: 0;
  width: 0;
  position: absolute;
  top: -10rem;
}

