@charset "UTF-8";
/* 绝对定位垂直居中 */
/* 绝对定位水平居中 */
/* 绝对定位水平垂直居中 */
.trans-slide-enter[data-v-7dc4e987], .trans-slide-leave-to[data-v-7dc4e987] {
  opacity: 0;
  transform: translateX(-30px);
}
.trans-slide-leave-active[data-v-7dc4e987] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-enter-active[data-v-7dc4e987] {
  transition: all .3s linear;
}
.trans-slide-right-enter[data-v-7dc4e987], .trans-slide-right-leave-to[data-v-7dc4e987] {
  opacity: 0;
  transform: translateX(30px);
}
.trans-slide-right-leave-active[data-v-7dc4e987] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-right-enter-active[data-v-7dc4e987] {
  transition: all .3s linear;
}
.trans-slide-y-enter[data-v-7dc4e987], .trans-slide-y-leave-to[data-v-7dc4e987] {
  opacity: 0;
  transform: translateY(-30px);
}
.trans-slide-y-leave-active[data-v-7dc4e987] {
  transition: all 100ms cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-y-enter-active[data-v-7dc4e987] {
  transition: all 100ms linear;
}
.trans-slide-y-300-enter[data-v-7dc4e987], .trans-slide-y-300-leave-to[data-v-7dc4e987] {
  opacity: 0;
  transform: translateY(-30px);
}
.trans-slide-y-300-leave-active[data-v-7dc4e987] {
  transition: all 300ms cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-y-300-enter-active[data-v-7dc4e987] {
  transition: all 300ms linear;
}
.trans-fade-enter[data-v-7dc4e987], .trans-fade-leave-to[data-v-7dc4e987] {
  opacity: 0;
}
.trans-fade-leave-active[data-v-7dc4e987] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-fade-enter-active[data-v-7dc4e987] {
  transition: all .3s linear;
}
.trans-fade-fast-enter[data-v-7dc4e987], .trans-fade-fast-leave-to[data-v-7dc4e987] {
  opacity: 0;
}
.trans-fade-fast-leave-active[data-v-7dc4e987] {
  transition: all 0.1s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-fade-fast-enter-active[data-v-7dc4e987] {
  transition: all .1s linear;
}
.trans-bounce-enter[data-v-7dc4e987], .trans-bounce-leave-to[data-v-7dc4e987] {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.trans-bounce-leave-active[data-v-7dc4e987] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-bounce-enter-active[data-v-7dc4e987] {
  transition: all .3s linear;
}
.checkShop[data-v-7dc4e987] {
  background: #F5F6FA;
  box-sizing: border-box;
  padding-bottom: 0;
  min-height: 100vh;
  background: #fff;
}
@supports (min-height: env(safe-area-inset-bottom)) {
.checkShop[data-v-7dc4e987] {
      min-height: calc(100vh - env(safe-area-inset-bottom));
}
}
@supports (min-height: constant(safe-area-inset-bottom)) {
.checkShop[data-v-7dc4e987] {
      min-height: calc(100vh - constant(safe-area-inset-bottom));
}
}
.checkShop_single[data-v-7dc4e987] {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
    padding: 0.24rem;
}
.checkShop_single[data-v-7dc4e987]::after {
      content: " ";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background-color: #EEEEEE;
      transform: scaleY(0.5);
}
.checkShop_single img[data-v-7dc4e987] {
      width: 1.2rem;
      height: 1.2rem;
      margin-right: 0.24rem;
      -o-object-fit: cover;
         object-fit: cover;
}
.checkShop_single_main[data-v-7dc4e987] {
      font-weight: 400;
      font-size: 0.24rem;
      color: #222;
}
.checkShop_single_main div[data-v-7dc4e987]:nth-child(1) {
        font-size: .32rem;
        font-weight: 800;
        height: .44rem;
        line-height: .44rem;
}
.checkShop_single_main div[data-v-7dc4e987]:nth-child(2) {
        margin: .04rem 0;
        height: .34rem;
        line-height: .34rem;
}
.checkShop_single_main div[data-v-7dc4e987]:nth-child(3) {
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        flex-direction: row;
        flex-wrap: nowrap;
}
.checkShop_single_main div:nth-child(3) span[data-v-7dc4e987]:nth-child(2) {
          color: #00BF7F;
}
.checkShop_single_main div:nth-child(3) .styleColor[data-v-7dc4e987] {
          color: #FF192D !important;
}
.checkShop_single[data-v-7dc4e987]:last-child::after {
    height: 0;
}
.notBind[data-v-7dc4e987] {
  background: rgba(255, 204, 51, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 0.6rem;
}
.notBind__img[data-v-7dc4e987] {
    width: 1.24rem;
    height: 1.24rem;
}
.notBind__title[data-v-7dc4e987] {
    margin-top: 0.16rem;
    font-size: 0.44rem;
    font-weight: 800;
    color: #222222;
}
.notBind__text[data-v-7dc4e987] {
    margin-top: 0.24rem;
    font-size: 0.24rem;
    font-weight: 400;
    line-height: 0.36rem;
    color: #222222;
    text-align: center;
}
.guide[data-v-7dc4e987] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: .24rem;
  padding: 0.24rem;
  background: #FFF;
  border-radius: .21rem;
  box-sizing: border-box;
}
.guide__title[data-v-7dc4e987] {
    font-size: 0.32rem;
    font-weight: 800;
    color: #222222;
    text-align: center;
}
.guide__item[data-v-7dc4e987] {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 70%;
    margin-top: .36rem;
}
.guide__item__title[data-v-7dc4e987] {
      font-size: 0.28rem;
      font-weight: 400;
      color: #222222;
      text-align: left;
      margin-bottom: .24rem;
}
.guide__item__img[data-v-7dc4e987] {
      width: 100%;
}

