@charset "UTF-8";
@-webkit-keyframes ani-ellipsis-data-v-bc805548 {
from {
    width: 2px;
}
to {
    width: 20px;
}
}
@keyframes ani-ellipsis-data-v-bc805548 {
from {
    width: 2px;
}
to {
    width: 20px;
}
}

/* 绝对定位垂直居中 */
/* 绝对定位水平居中 */
/* 绝对定位水平垂直居中 */
/* 三角形 */
.trans-slide-enter[data-v-bc805548], .trans-slide-leave-to[data-v-bc805548] {
  opacity: 0;
  transform: translateX(-30px);
}
.trans-slide-leave-active[data-v-bc805548] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-enter-active[data-v-bc805548] {
  transition: all .3s linear;
}
.trans-slide-right-enter[data-v-bc805548], .trans-slide-right-leave-to[data-v-bc805548] {
  opacity: 0;
  transform: translateX(30px);
}
.trans-slide-right-leave-active[data-v-bc805548] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-right-enter-active[data-v-bc805548] {
  transition: all .3s linear;
}
.trans-slide-y-enter[data-v-bc805548], .trans-slide-y-leave-to[data-v-bc805548] {
  opacity: 0;
  transform: translateY(-30px);
}
.trans-slide-y-leave-active[data-v-bc805548] {
  transition: all 100ms cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-y-enter-active[data-v-bc805548] {
  transition: all 100ms linear;
}
.trans-slide-y-300-enter[data-v-bc805548], .trans-slide-y-300-leave-to[data-v-bc805548] {
  opacity: 0;
  transform: translateY(-30px);
}
.trans-slide-y-300-leave-active[data-v-bc805548] {
  transition: all 300ms cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-y-300-enter-active[data-v-bc805548] {
  transition: all 300ms linear;
}
.trans-fade-enter[data-v-bc805548], .trans-fade-leave-to[data-v-bc805548] {
  opacity: 0;
}
.trans-fade-leave-active[data-v-bc805548] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-fade-enter-active[data-v-bc805548] {
  transition: all .3s linear;
}
.trans-fade-fast-enter[data-v-bc805548], .trans-fade-fast-leave-to[data-v-bc805548] {
  opacity: 0;
}
.trans-fade-fast-leave-active[data-v-bc805548] {
  transition: all 0.1s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-fade-fast-enter-active[data-v-bc805548] {
  transition: all .1s linear;
}
.trans-bounce-enter[data-v-bc805548], .trans-bounce-leave-to[data-v-bc805548] {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.trans-bounce-leave-active[data-v-bc805548] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-bounce-enter-active[data-v-bc805548] {
  transition: all .3s linear;
}
.page-search[data-v-bc805548] {
  background: #F5F6FA;
  box-sizing: border-box;
  padding-bottom: 0;
  min-height: 100vh;
  padding: 1px 0 0;
}
@supports (min-height: env(safe-area-inset-bottom)) {
.page-search[data-v-bc805548] {
      min-height: calc(100vh - env(safe-area-inset-bottom));
}
}
@supports (min-height: constant(safe-area-inset-bottom)) {
.page-search[data-v-bc805548] {
      min-height: calc(100vh - constant(safe-area-inset-bottom));
}
}
.search[data-v-bc805548] {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  margin: 0.24rem;
  padding: 0.16rem;
  box-sizing: border-box;
  height: 0.72rem;
  background: #ffffff;
  border-radius: 1rem;
}
.search__ipt[data-v-bc805548] {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0 0 0 0.24rem;
    font-size: 0.28rem;
    color: #222222;
}
.search__ipt[data-v-bc805548]::-webkit-input-placeholder {
      color: #cccccc;
}
.search__ipt[data-v-bc805548]::-moz-placeholder {
      color: #cccccc;
}
.search__ipt[data-v-bc805548]:-ms-input-placeholder {
      color: #cccccc;
}
.search__ipt[data-v-bc805548]::-ms-input-placeholder {
      color: #cccccc;
}
.search__ipt[data-v-bc805548]::placeholder {
      color: #cccccc;
}
.search__icon[data-v-bc805548] {
    width: 0.4rem;
    height: 0.4rem;
}
.info[data-v-bc805548] {
  background: #FFF;
  border-radius: .21rem;
  margin: .24rem;
  padding: .32rem .24rem;
  position: relative;
  font-size: 0.28rem;
  line-height: 0.52rem;
  color: #222222;
}
.info__link[data-v-bc805548] {
    position: absolute;
    top: 0.32rem;
    right: 0.24rem;
    font-size: 0.24rem;
    font-weight: 600;
    color: #ff6a00;
}
.bottom[data-v-bc805548] {
  position: fixed;
  bottom: 0;
  background: #fff;
  width: 100%;
  padding: 0.24rem;
  box-sizing: border-box;
}
.null[data-v-bc805548] {
  margin-top: 0.48rem;
}
.null__text[data-v-bc805548] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999999;
    font-size: 0.28rem;
    margin-top: 0.32rem;
}

