
.introduction-card[data-v-ce9ba3e2] {
  position: fixed;
  bottom: 50px;
  right: 32px;
  width: 540px;
  z-index: 99;
  padding-bottom: 16px;
  box-sizing: border-box;
  transition: box-shadow 0.2s;
}
.close-btn-wrapper[data-v-ce9ba3e2] {
  text-align: right;
  margin-bottom: 8px;
}
.img-desc[data-v-ce9ba3e2] {
  text-align: center;
  color: #888;
  font-size: 14px;
  margin-top: 8px;
}
.introduction-float-btn[data-v-ce9ba3e2] {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 9999;
}
.fade-enter-active[data-v-ce9ba3e2], .fade-leave-active[data-v-ce9ba3e2] {
  transition: opacity 0.3s;
}
.fade-enter[data-v-ce9ba3e2], .fade-leave-to[data-v-ce9ba3e2] {
  opacity: 0;
}
.zoom-enter-active[data-v-ce9ba3e2], .zoom-leave-active[data-v-ce9ba3e2] {
  transition: transform 0.3s, opacity 0.3s;
}
.zoom-enter[data-v-ce9ba3e2], .zoom-leave-to[data-v-ce9ba3e2] {
  transform: scale(0.8);
  opacity: 0;
}

