[v-cloak] {
  display: none;
}
img {
  display: block;
}
.swiper {
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}
#index {
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
}
#index .index-wrapper .btn {
  width: 6.3rem;
  position: fixed;
  bottom: 0.5rem;
  left: 50%;
  margin-left: -3.15rem;
  animation: wordsLoop ease-in infinite 1s;
}
#index .index-wrapper .t-c-btn {
  position: fixed;
  top: 1.8rem;
  right: 0.1rem;
  width: 0.53rem;
}
#index .img {
  position: relative;
}
#index .img .scb {
  position: absolute;
  top: 18.6rem;
  left: 0.9rem;
  width: 5.7rem;
  height: 1.6rem;
}
.t-c {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.t-c .back {
  width: 0.8rem;
  padding: 3px;
  border-radius: 10px;
  background: #0473ea;
  color: #ffffff;
  font-size: 0.24rem;
  position: fixed;
  top: 5px;
  right: 5px;
  text-align: center;
}
@media screen and (max-width: 320px) {
  .index-wrapper .item-wrapper .item-title {
    padding: 0.1rem;
  }
}
@keyframes wordsLoop {
  0% {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes wordsLoop {
  0% {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
