@charset "UTF-8";
/* 绝对定位垂直居中 */
/* 绝对定位水平居中 */
/* 绝对定位水平垂直居中 */
.trans-slide-enter[data-v-5173725e], .trans-slide-leave-to[data-v-5173725e] {
  opacity: 0;
  transform: translateX(-30px);
}
.trans-slide-leave-active[data-v-5173725e] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-enter-active[data-v-5173725e] {
  transition: all .3s linear;
}
.trans-slide-right-enter[data-v-5173725e], .trans-slide-right-leave-to[data-v-5173725e] {
  opacity: 0;
  transform: translateX(30px);
}
.trans-slide-right-leave-active[data-v-5173725e] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-right-enter-active[data-v-5173725e] {
  transition: all .3s linear;
}
.trans-slide-y-enter[data-v-5173725e], .trans-slide-y-leave-to[data-v-5173725e] {
  opacity: 0;
  transform: translateY(-30px);
}
.trans-slide-y-leave-active[data-v-5173725e] {
  transition: all 100ms cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-y-enter-active[data-v-5173725e] {
  transition: all 100ms linear;
}
.trans-slide-y-300-enter[data-v-5173725e], .trans-slide-y-300-leave-to[data-v-5173725e] {
  opacity: 0;
  transform: translateY(-30px);
}
.trans-slide-y-300-leave-active[data-v-5173725e] {
  transition: all 300ms cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-y-300-enter-active[data-v-5173725e] {
  transition: all 300ms linear;
}
.trans-fade-enter[data-v-5173725e], .trans-fade-leave-to[data-v-5173725e] {
  opacity: 0;
}
.trans-fade-leave-active[data-v-5173725e] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-fade-enter-active[data-v-5173725e] {
  transition: all .3s linear;
}
.trans-fade-fast-enter[data-v-5173725e], .trans-fade-fast-leave-to[data-v-5173725e] {
  opacity: 0;
}
.trans-fade-fast-leave-active[data-v-5173725e] {
  transition: all 0.1s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-fade-fast-enter-active[data-v-5173725e] {
  transition: all .1s linear;
}
.trans-bounce-enter[data-v-5173725e], .trans-bounce-leave-to[data-v-5173725e] {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.trans-bounce-leave-active[data-v-5173725e] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-bounce-enter-active[data-v-5173725e] {
  transition: all .3s linear;
}
.page-shop-choose[data-v-5173725e] {
  padding: .24rem;
}
.tt[data-v-5173725e] {
  font-size: .32rem;
  font-weight: bold;
  padding: 0 0 .24rem 0;
}
.no-shop-text[data-v-5173725e] {
  text-align: center;
  font-size: .32rem;
  margin: 1.5rem 0 1rem 0;
}
.platform-con[data-v-5173725e] {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: .48rem;
}
.platform-con__item[data-v-5173725e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFF;
    width: 3rem;
    padding: .32rem 0;
    border-radius: .21rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.platform-con__item[data-v-5173725e]:first-child {
      margin-right: .1rem;
}
.platform-con__item__img[data-v-5173725e] {
      width: 1.22rem;
      height: 1.22rem;
}
.platform-con__item__text[data-v-5173725e] {
      font-size: .28rem;
      font-weight: 800;
      color: #303030;
      margin-top: .14rem;
      text-align: center;
}

