@charset "UTF-8";
/* 绝对定位垂直居中 */
/* 绝对定位水平居中 */
/* 绝对定位水平垂直居中 */
.trans-slide-enter[data-v-45d430f8], .trans-slide-leave-to[data-v-45d430f8] {
  opacity: 0;
  transform: translateX(-30px);
}
.trans-slide-leave-active[data-v-45d430f8] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-enter-active[data-v-45d430f8] {
  transition: all .3s linear;
}
.trans-slide-right-enter[data-v-45d430f8], .trans-slide-right-leave-to[data-v-45d430f8] {
  opacity: 0;
  transform: translateX(30px);
}
.trans-slide-right-leave-active[data-v-45d430f8] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-right-enter-active[data-v-45d430f8] {
  transition: all .3s linear;
}
.trans-slide-y-enter[data-v-45d430f8], .trans-slide-y-leave-to[data-v-45d430f8] {
  opacity: 0;
  transform: translateY(-30px);
}
.trans-slide-y-leave-active[data-v-45d430f8] {
  transition: all 100ms cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-y-enter-active[data-v-45d430f8] {
  transition: all 100ms linear;
}
.trans-slide-y-300-enter[data-v-45d430f8], .trans-slide-y-300-leave-to[data-v-45d430f8] {
  opacity: 0;
  transform: translateY(-30px);
}
.trans-slide-y-300-leave-active[data-v-45d430f8] {
  transition: all 300ms cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-y-300-enter-active[data-v-45d430f8] {
  transition: all 300ms linear;
}
.trans-fade-enter[data-v-45d430f8], .trans-fade-leave-to[data-v-45d430f8] {
  opacity: 0;
}
.trans-fade-leave-active[data-v-45d430f8] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-fade-enter-active[data-v-45d430f8] {
  transition: all .3s linear;
}
.trans-fade-fast-enter[data-v-45d430f8], .trans-fade-fast-leave-to[data-v-45d430f8] {
  opacity: 0;
}
.trans-fade-fast-leave-active[data-v-45d430f8] {
  transition: all 0.1s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-fade-fast-enter-active[data-v-45d430f8] {
  transition: all .1s linear;
}
.trans-bounce-enter[data-v-45d430f8], .trans-bounce-leave-to[data-v-45d430f8] {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.trans-bounce-leave-active[data-v-45d430f8] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-bounce-enter-active[data-v-45d430f8] {
  transition: all .3s linear;
}
.shopList-item[data-v-45d430f8] {
  background: #F5F6FA;
  border-radius: .21rem;
  padding: .24rem;
  margin-bottom: .24rem;
}
.shopList-item--crt[data-v-45d430f8] {
    margin-left: .24rem;
    margin-right: .24rem;
    margin-bottom: 0;
    background: rgba(255, 204, 51, 0.1);
}
.shopList-item[data-v-45d430f8]:last-child {
    margin-bottom: 0;
}
.shopList-item__head[data-v-45d430f8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.shopList-item__head__left[data-v-45d430f8] {
      display: flex;
      align-items: center;
      width: 80%;
}
.shopList-item__head__logo[data-v-45d430f8] {
      width: .44rem;
      height: .44rem;
      border-radius: 50%;
      overflow: hidden;
      flex-shrink: 0;
      -o-object-fit: cover;
         object-fit: cover;
}
.shopList-item__head__name[data-v-45d430f8] {
      max-width: 4.20rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: .28rem;
      font-weight: 800;
      color: #222;
}
.shopList-item__head__platform[data-v-45d430f8] {
      margin-left: .08rem;
      width: .37rem;
      height: .37rem;
      flex-shrink: 0;
}
.shopList-item__head__btn[data-v-45d430f8] {
      background: linear-gradient(90deg, #FFE14D 0%, #FFC34D 100%);
      padding: .10rem .24rem;
      font-size: .24rem;
      font-weight: 800;
      color: #222;
      border-radius: 1.00rem;
      align-self: flex-end;
      flex-shrink: 0;
}
.shopList-item__head__crt[data-v-45d430f8] {
      font-size: 0.24rem;
      font-weight: 800;
      color: #FF6A00;
}
.shopList-item__con[data-v-45d430f8] {
    border-radius: .16rem;
    padding: .08rem 0;
    display: flex;
    flex-direction: column;
}
.shopList-item__con__left[data-v-45d430f8] {
      display: flex;
      align-items: center;
}
.shopList-item__con__left__icon[data-v-45d430f8] {
        width: .40rem;
        margin-right: .12rem;
}
.shopList-item__con__left__text[data-v-45d430f8] {
        font-size: .24rem;
        font-weight: 800;
        color: #222222;
        transform: scale(0.83);
}
.shopList-item__con__left__state[data-v-45d430f8] {
        font-size: 0.24rem;
        color: #666666;
}
.shopList-item__con__right[data-v-45d430f8] {
      display: flex;
      align-items: center;
      font-size: 0.24rem;
      color: #666666;
      margin-top: .04rem;
}
.shopList-item__con__right__text[data-v-45d430f8] {
        display: flex;
        align-items: center;
        font-size: .24rem;
        font-weight: 400;
        color: #222;
        margin-bottom: .24rem;
        line-height: 1;
}
.shopList-item__con__right__text[data-v-45d430f8]:last-child {
          margin-bottom: 0;
}
.shopList-item__con__right__link[data-v-45d430f8] {
        display: flex;
        align-items: center;
        margin-left: .24rem;
        font-size: .24rem;
        font-weight: 400;
        color: #FF6A00;
        flex-shrink: 0;
}

