/*! Build time: 7/23/2025, 6:54:32 PM
Package: @bilibili-activity/eva-admission-animation
Version: 0.0.7
Env: production
 */
@charset "UTF-8";
*::-webkit-scrollbar {
  display: none !important; /* 隐藏滚动条 */
  scrollbar-width: none !important; /* Firefox */
  -ms-overflow-style: none !important; /* IE and Edge */
}

._root_ildyj_8 {
  position: relative;
}
._root_ildyj_8 * {
  box-sizing: border-box;
}
._root_ildyj_8 ._content_ildyj_14 {
  height: auto;
}
._root_ildyj_8 ._content_ildyj_14 ._kvWrapper_ildyj_17 {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  min-height: 40vw;
  height: 100vh;
  overflow: hidden;
  opacity: 1;
  transition: height 0.7s ease-in-out, opacity 0.7s ease-in-out;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;
}
._root_ildyj_8 ._content_ildyj_14 ._kvWrapper_ildyj_17._loading_ildyj_30 {
  background: center/cover no-repeat;
}
._root_ildyj_8 ._content_ildyj_14 ._kvWrapper_ildyj_17 ._bgVideo_ildyj_33 {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._root_ildyj_8 ._content_ildyj_14 ._main_ildyj_39 {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  transition: transform 0.7s ease-in-out, height 0.7s ease-in-out;
  transform: translateY(100vh);
}
._root_ildyj_8 ._content_ildyj_14 ._main_ildyj_39._disabledScrollMore_ildyj_51 {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(-50%);
}
._root_ildyj_8 ._content_ildyj_14._scrollDown_ildyj_57 {
  height: auto;
  background: center/cover no-repeat;
}
._root_ildyj_8 ._content_ildyj_14._scrollDown_ildyj_57 ._kvWrapper_ildyj_17 {
  opacity: 0;
}
._root_ildyj_8 ._content_ildyj_14._scrollDown_ildyj_57 ._main_ildyj_39 {
  transform: none;
}