@charset "UTF-8";.image[data-v-239d6629] {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.img-entity[data-v-239d6629] {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  inset: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -o-object-fit: var(--object-fit, cover);
     object-fit: var(--object-fit, cover);
  transition: opacity 0.5s ease;
}
.img-entity[data-v-239d6629]:not([src]), .img-entity[src=""][data-v-239d6629] {
  visibility: hidden;
}
.img-entity.lazyloading[data-v-239d6629] {
  opacity: 0;
}
.img-entity.lazyloaded[data-v-239d6629] {
  opacity: 1;
}
@keyframes skeleton-loading-239d6629 {
0% {
    background-position: 100% 50%;
}
100% {
    background-position: 0 50%;
}
}
.img-loading[data-v-239d6629] {
  --skeleton-color: #f0f2f5;
  --skeleton-to-color: #e0e2e4;
  position: absolute;
  z-index: 1;
  inset: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, var(--skeleton-color) 25%, var(--skeleton-to-color) 37%, var(--skeleton-color) 63%);
  background-size: 400% 100%;
  animation: skeleton-loading-239d6629 1.4s ease infinite;
}
[data-v-239d6629]  .ls-blur-up-img {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(5px);
  transition: all 0.5s;
  transform: scale(1.01);
}
[data-v-239d6629]  .ls-blur-up-img.ls-original-loaded {
  filter: blur(0);
}button[data-v-3204267f] {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.button-base[data-v-3204267f] {
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.button-pc[data-v-3204267f] {
  border-radius: 4px;
  position: relative;
  font-size: 16px;
}
.button-pc[data-v-3204267f]::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 4px;
}
.button-pc .button-content[data-v-3204267f] {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  font-size: inherit;
  font-weight: 400;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.button-mob[data-v-3204267f] {
  border-radius: 4px;
  position: relative;
  font-size: 14px;
}
.button-mob[data-v-3204267f]::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 4px;
}
.button-mob .button-content[data-v-3204267f] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: inherit;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 1;
}
@media (min-width: 1024px) {
.button-pc[data-v-3204267f] {
    font-size: 16px;
    height: 48px;
    padding: 12px 36px;
    border-radius: 4px;
}
}
@media (max-width: 1023.9px) {
.button-mob[data-v-3204267f] {
    font-size: 14px;
    height: 40px;
    padding: 9px 32px;
    border-radius: 4px;
}
}
.button-linear-light[data-v-3204267f] {
  color: var(--text-wh-primary);
}
.button-linear-light[data-v-3204267f]::before {
  border: 1px solid var(--text-wh-primary);
}
.button-linear-light[data-v-3204267f] {
  background-color: transparent;
}
.button-linear-dark[data-v-3204267f] {
  color: var(--text-bk-primary);
}
.button-linear-dark[data-v-3204267f]::before {
  border: 1px solid rgba(26, 29, 37, 0.9);
}
.button-linear-dark .button-content[data-v-3204267f] {
  color: var(--text-bk-primary);
}
.button-linear-dark[data-v-3204267f] {
  background-color: transparent;
}
.button-facial-dark[data-v-3204267f] {
  color: rgb(0, 0, 0);
}
.button-facial-dark[data-v-3204267f]::before {
  background-color: rgba(26, 29, 37, 0.9);
  border-color: rgba(26, 29, 37, 0.9);
}
.button-facial-dark .button-content[data-v-3204267f] {
  color: var(--text-wh-primary);
}
.button-facial-light[data-v-3204267f] {
  color: rgb(255, 255, 255);
}
.button-facial-light[data-v-3204267f]::before {
  background-color: var(--text-wh-primary);
  border-color: var(--text-bk-primary);
}
.button-facial-light .button-content[data-v-3204267f] {
  color: var(--text-bk-primary);
}
.button-hover-effect-facial.button-facial-light[data-v-3204267f]:hover::before {
  background-color: rgba(255, 255, 255, 0.75);
  border-color: rgba(255, 255, 255, 0.75);
}
.button-hover-effect-facial.button-facial-light:hover .button-content[data-v-3204267f] {
  color: var(--text-bk-primary);
}
.button-hover-effect-facial.button-facial-dark[data-v-3204267f]:hover::before {
  background-color: var(--text-bk-primary);
}
.button-hover-effect-facial.button-facial-dark:hover .button-content[data-v-3204267f] {
  color: var(--text-wh-primary);
}
.button-hover-effect-linear.button-linear-light[data-v-3204267f]:hover {
  color: var(--text-bk-primary);
  background-color: var(--text-wh-primary);
}
.button-hover-effect-linear.button-linear-light[data-v-3204267f]:hover::before {
  border-color: var(--text-wh-primary);
}
.button-hover-effect-linear.button-linear-light:hover .button-content[data-v-3204267f] {
  color: var(--text-bk-primary);
}
.button-hover-effect-linear.button-linear-dark[data-v-3204267f]:hover {
  color: var(--text-wh-primary);
}
.button-hover-effect-linear.button-linear-dark[data-v-3204267f]:hover::before {
  background: var(--text-bk-primary);
  border-color: var(--text-bk-primary);
}
.button-hover-effect-linear.button-linear-dark:hover .button-content[data-v-3204267f] {
  color: var(--text-wh-primary);
}
.button-disabled[data-v-3204267f] {
  cursor: not-allowed;
}
.button-disabled.button-linear-dark[data-v-3204267f] {
  color: rgb(155, 161, 175);
}
.button-disabled.button-linear-dark[data-v-3204267f]::before {
  background-color: transparent;
  border-color: rgb(155, 161, 175);
}
.button-disabled.button-linear-dark .button-content[data-v-3204267f] {
  color: rgb(155, 161, 175);
}
.button-disabled.button-facial-dark[data-v-3204267f] {
  color: rgb(255, 255, 255);
}
.button-disabled.button-facial-dark[data-v-3204267f] ::before {
  background-color: rgb(155, 161, 175);
  border-color: rgb(155, 161, 175);
}
.button-disabled.button-facial-dark .button-content[data-v-3204267f] {
  color: rgba(255, 255, 255, 0.55);
}
.button-disabled.button-simple-dark[data-v-3204267f] {
  color: rgb(194, 200, 211);
}
.button-disabled.button-linear-light[data-v-3204267f] {
  color: rgba(255, 255, 255, 0.3);
}
.button-disabled.button-linear-light[data-v-3204267f]::before {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.3);
}
.button-disabled.button-linear-light .button-content[data-v-3204267f] {
  color: rgba(255, 255, 255, 0.3);
}
.button-disabled.button-facial-light[data-v-3204267f] {
  color: rgb(255, 255, 255);
}
.button-disabled.button-facial-light[data-v-3204267f]::before {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
}
.button-disabled.button-facial-light .button-content[data-v-3204267f] {
  color: rgba(26, 29, 37, 0.55);
}
.button-disabled.button-simple-light[data-v-3204267f] {
  color: rgb(159, 161, 164);
}
.button-mob.button-click-effect-linear-dark[data-v-3204267f]:active {
  background: #fff;
  border-color: #fff;
}
.button-mob.button-click-effect-linear-dark:active .button-content[data-v-3204267f] {
  color: rgb(0, 0, 0);
}
.button-mob.button-click-effect-facial-dark[data-v-3204267f]:active {
  background: #e6e6e6;
}
.button-mob.button-click-effect-linear-light[data-v-3204267f]:active {
  background-color: #144d70;
}
.button-mob.button-click-effect-linear-light:active .button-content[data-v-3204267f] {
  color: rgb(255, 255, 255);
}
.button-mob.button-click-effect-facial-light[data-v-3204267f]:active {
  background-color: #144d70;
}svg.svg-icon[data-v-4fb82078] {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.bg-media[data-v-fe41b916] {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.video-container[data-v-fe41b916] {
  position: relative;
  width: 100%;
  height: 100%;
}
.bg-media__preview-img[data-v-fe41b916],
.bg-media__video[data-v-fe41b916] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bg-media__video[data-v-fe41b916] {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.bg-media__video.video-loaded[data-v-fe41b916] {
  opacity: 1;
}
.bg-media__placeholder[data-v-fe41b916] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  color: #666;
  font-size: 14px;
}
@keyframes skeleton-loading-fe41b916 {
0% {
    background-position: 100% 50%;
}
100% {
    background-position: 0 50%;
}
}
.img-loading[data-v-fe41b916] {
  --skeleton-color: #f0f2f5;
  --skeleton-to-color: #e0e2e4;
  position: absolute;
  z-index: 1;
  inset: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, var(--skeleton-color) 25%, var(--skeleton-to-color) 37%, var(--skeleton-color) 63%);
  background-size: 400% 100%;
  animation: skeleton-loading-fe41b916 1.4s ease infinite;
}
[data-v-fe41b916] .ls-blur-up-img {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(5px);
  transition: all 0.5s;
  /* 消除blur模糊导致的白边 */
  transform: scale(1.01);
  /* 
      class="ls-blur-up-img ls-inview ls-blur-up-loaded ls-original-loaded"
      */
}
[data-v-fe41b916] .ls-blur-up-img.ls-original-loaded {
  filter: blur(0);
}
.video-component[data-v-c3c02269] {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
}
.video-cover[data-v-c3c02269] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
}
.play-button-overlay[data-v-c3c02269] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    z-index: 10;
}
.video-wrapper[data-v-c3c02269] {
    position: relative;
    width: 100%;
    height: 100%;
}
video[data-v-c3c02269] {
    width: 100%;
    height: 100%;
    display: block;
    cursor: default;
    -o-object-fit: cover;
       object-fit: cover;
}
