html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: Arial, "Microsoft Yahei";
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
} /*清除浮动*/
.clearfix:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol,
li {
  list-style: none;
}
section {
  font-size: 0.24rem;
}
img {
  border: 0;
  outline-width: 0px;
  vertical-align: top;
}
html,
body {
  position: relative;
  height: 100%;
}
body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  position: relative;
}
#app {
  width: 100%;
  height: 100%;
}
.header {
  background: url("https://file-hwkefu.leniuhw.com/20251226/gray_saga/kr/img/header_bg.png")
    no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_left {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 70px;
  margin-left: 54px;
}
.logo {
  width: 100px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_tabs {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 48px;
}
.header_tab {
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.header_one .active {
  width: 40px !important;
  transform: translateY(8px);
}
.header_two .active {
  width: 71px !important;
  transform: translateY(8px);
}
.header_three .active,
.header_four .active,
.header_five .active {
  width: 52px !important;
  transform: translateY(8px);
}

.header_right {
  margin-right: 24px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
.tool_item {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.copy_link {
  width: 28px;
}
.copy_click {
  position: absolute;
}
.tool_item img {
  height: 26px;
  cursor: pointer;
}
.tool_item .copy_text {
  width: 40px;
  height: 10px;
  position: absolute;
  bottom: 8px;
  cursor: auto;
  transform: translateX(-8px);
}

.swiper-out {
  width: 100%;
  height: 100%;
}

.container {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  /* z-index: -1; */
}
.container_one {
  background-image: url("https://file-hwkefu.leniuhw.com/20251229/gray_saga/kr/img/bg_one.jpg");
  background-position: 50% 50%;
}
.container_two {
  background-image: url("https://file-hwkefu.leniuhw.com/20251226/gray_saga/kr/img/bg_two.jpg");
}
.container_three {
  background-image: url("https://file-hwkefu.leniuhw.com/20251226/gray_saga/kr/img/bg_three.jpg");
  background-position: 50% 50%;
}
.container_four {
  background-image: url("https://file-hwkefu.leniuhw.com/20251230/gray_saga/kr/img/bg_four.png");
  background-position: 50% 80%;
}
.bg-four-title {
  position: absolute;
  width: 354px;
  height: 205px;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
}
.container_five {
  background-image: url("https://file-hwkefu.leniuhw.com/20251226/gray_saga/kr/img/bg_five.jpg");
}
.page3_title {
  position: absolute;
  width: 354px;
  height: 172px;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
}

.play_btn {
  position: absolute;
  cursor: pointer;
}

.play_inner {
  width: 118px;
  height: 118px;
  background-image: url("https://file-hwkefu.leniuhw.com/20251229/gray_saga/kr/img/play_inner.png");
  background-size: 100% 100%;
}
.play_outer {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 118px;
  height: 97px;
  background-image: url("https://file-hwkefu.leniuhw.com/20251230/gray_saga/kr/img/play_outer.png");
  background-size: 100% 100%;
  animation: playSpin 2s linear infinite;
}

@keyframes playSpin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.container_logo {
  position: absolute;
  left: 50%;
  bottom: 194px;
  transform: translateX(-50%);
}
.logo_img {
  width: 467px;
}
.store_btns {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 18px;
}
.store_btn {
  width: 230px;
  height: 59px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.store_btn img {
  width: 100%;
  height: 100%;
}
.mask-store-btn {
  position: absolute;
  width: 99%;
  height: 95%;
  overflow: hidden;
  top: 0;
  left: 0;
  pointer-events: none;
}
.mask-store-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height:100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg);
  animation: shine 2.5s infinite;
}
.store_btn:nth-child(1) .mask-store-btn {
  -webkit-mask-image: url("https://file-hwkefu.leniuhw.com/20251226/gray_saga/kr/img/google_btn.png");
  mask-image: url("https://file-hwkefu.leniuhw.com/20251226/gray_saga/kr/img/google_btn.png");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.store_btn:nth-child(2) .mask-store-btn {
  -webkit-mask-image: url("https://file-hwkefu.leniuhw.com/20251226/gray_saga/kr/img/apple_btn.png");
  mask-image: url("https://file-hwkefu.leniuhw.com/20251226/gray_saga/kr/img/apple_btn.png");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.store_btn:nth-child(3) .mask-store-btn {
  -webkit-mask-image: url("https://file-hwkefu.leniuhw.com/20251226/gray_saga/kr/img/one-store_btn.png");
  mask-image: url("https://file-hwkefu.leniuhw.com/20251226/gray_saga/kr/img/one-store_btn.png");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.store_btn:nth-child(4) .mask-store-btn {
  -webkit-mask-image: url("https://file-hwkefu.leniuhw.com/20251226/gray_saga/kr/img/galaxy_btn.png");
  mask-image: url("https://file-hwkefu.leniuhw.com/20251226/gray_saga/kr/img/galaxy_btn.png");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.awards {
  position: absolute;
  top: 350px;
  width: 100vw;
  min-width: 1366px;
  padding: 0 166px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  gap: 42px;
}

.award_left {
  width: 1010px;
  height: 546px;
  position: relative;
  background-image: url("https://file-hwkefu.leniuhw.com/20251226/gray_saga/kr/img/award_left_bg.png");
  background-size: 100% 100%;
  flex-shrink: 1;
}
.award_left img {
  width: 100%;
  height: 100%;
}
.container_two .title,
.container_two .sub_title,
.container_two .award_detail,
.container_two .btn_box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.award_left .title {
  top: 40px;
  width: 204px;
  height: 39px;
}
.award_left .sub_title {
  top: 90px;
  width: 430px;
  height: 17px;
}
.award_left .award_detail {
  top: 20px;
  width: 800px;
  height: 497px;
}
.award_left .btn_box,
.award_right .btn_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  bottom: 48px;
}

.award_right .btn_box {
  gap: 10px;
  flex-direction: column;
  bottom: 28px !important;
}

.reservation_text {
  height: 11px;
  width: 175px;
}
.award_right {
  width: 532px;
  height: 546px;
  position: relative;
  background-image: url("https://file-hwkefu.leniuhw.com/20251226/gray_saga/kr/img/award_right_bg.png");
  background-size: 100% 100%;
  flex-shrink: 1;
}
.award_right .title {
  top: 40px;
  width: 131px;
  height: 40px;
}
.award_right .sub_title {
  top: 90px;
  width: 273px;
  height: 17px;
}
.award_right .award_detail {
  top: 50px;
  width: 512px;
  height: 454px;
}
.reservation_btn {
  width: 308px;
  height: 60px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.mask-reservation-btn {
  position: absolute;
  width: 100%;
  height: 94%;
  overflow: hidden;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-mask-image: url("https://file-hwkefu.leniuhw.com/20251226/gray_saga/kr/img/reservation_btn.png");
  mask-image: url("https://file-hwkefu.leniuhw.com/20251226/gray_saga/kr/img/reservation_btn.png");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.mask-reservation-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg);
  animation: shine 2.5s infinite;
}
.reservation_dialog {
  position: absolute;
  top: 70px;
  right: 0;
  width: 641px;
  height: 1010px;
  background-image: url(https://file-hwkefu.leniuhw.com/20251226/gray_saga/kr/img/reservation_dialog_bg.png);
  background-size: 100% 100%;
  transition: transform 0.3s ease-in-out;
  transform: translateX(100%);
}
.reservation_dialog.open {
  transform: translateX(0);
}
.back_btn {
  cursor: pointer;
  position: absolute;
  width: 68px;
  height: 128px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(https://file-hwkefu.leniuhw.com/20251226/gray_saga/kr/img/back_btn.png);
  background-size: 100% 100%;
  z-index: 1;
}
.reservation_dialog_detail {
  position: absolute;
  top: 174px;
  left: 96px;
}
.reservation_dialog_detail .title_text {
  font-size: 30px;
  font-weight: 700;
  color: #face80;
  margin-bottom: 56px;
}
.reservation_dialog_detail .tips_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 50px;
}
.tips_box .bottom_border {
  width: 100%;
  height: 2px;
  background-image: url(https://file-hwkefu.leniuhw.com/20251226/gray_saga/kr/img/bottom_border.png);
  background-size: 100% 100%;
  margin: 6px 0;
}
.tips_box .tip {
  display: flex;
  align-items: center;
  gap: 12px;
}
.tips_box .tip_text {
  height: 25px;
}
.tips_box .check_box {
  width: 20px;
  height: 20px;
  background-image: url("https://file-hwkefu.leniuhw.com/20251226/gray_saga/kr/img/checkbox.png");
  background-size: 100% 100%;
  cursor: pointer;
}
.tips_box img {
  height: 100%;
}
.reservation_dialog_detail .dialog_btn_box {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 60px;
}
.dialog_store_btn {
  width: 211px;
  height: 78px;
  cursor: pointer;
  position: relative;
}
.active_shop_img {
  position: absolute;
  left: 0;
  top: 0;
}
.reservation_dialog_detail .input_box {
  width: 454px;
  height: 38px;
  background-image: url("https://file-hwkefu.leniuhw.com/20251226/gray_saga/kr/img/input_bg.png");
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  margin-bottom: 56px;
}
.dialog_input {
  flex: 1;
  margin-left: 57px;
  margin-bottom: 10px;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 18px;
}

.dialog_input::placeholder {
  color: #a29069;
}
.dialog_reservation {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.dialog_reservation img {
  width: 450px;
  height: 76px;
  cursor: pointer;
}
.mask-dialog-reservation {
  position: absolute;
  width: 450px;
  height: 76px;
  overflow: hidden;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  -webkit-mask-image: url("https://file-hwkefu.leniuhw.com/20251226/gray_saga/kr/img/reservation_confirm_btn.png");
  mask-image: url("https://file-hwkefu.leniuhw.com/20251226/gray_saga/kr/img/reservation_confirm_btn.png");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.mask-dialog-reservation::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg);
  animation: shine 2.5s infinite;
}
.reservation_result_dialog {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.reservation_result_dialog .result_title {
  position: absolute;
  top: 180px;
  width: 154px;
  height: 41px;
}
.reservation_result_dialog .result_subTitle {
  position: absolute;
  top: 250px;
  width: 251px;
  height: 25px;
}
.reservation_result_dialog .result_award {
  position: absolute;
  top: 268px;
  width: 593px;
  height: 524px;
}
.reservation_result_dialog .result_bottom_text {
  position: absolute;
  top: 725px;
  height: 28px;
}
.result_bottom_text_number {
  position: absolute;
  font-size: 20px;
  color: #e8c363;
  left: -14px;
  top: 2px;
}
.hover_box {
  position: absolute;
  width: 100%;
  height: 100%;
}
.hover_item {
  position: absolute;
  z-index: 30;
  cursor: pointer;
  /* background-color: red;
  opacity: 0.5; */
}
.kit-webm__screen {
  will-change: transform, opacity;
  contain: layout paint size;
  backface-visibility: hidden;
  transform: translateZ(0);
  pointer-events: none;
}
.role1_in_video,
.role1_leave_video {
  scale: 0.72;
}
.role2_in_video,
.role2_leave_video {
  scale: 0.76;
}
.role3_in_video,
.role3_leave_video {
  scale: 1.18;
}
.role4_in_video,
.role4_leave_video {
  scale: 0.8;
}
.hover_item:hover .hover_icon .active {
  opacity: 1;
}
.hover_item:hover .hover_icon .unactive {
  opacity: 0;
}
.hover_item:hover .hover_text .active {
  opacity: 1;
}
.hover_item:hover .hover_text .unactive {
  opacity: 0;
}
.hover_item .active {
  opacity: 0;
}
.hover_item .unactive {
  opacity: 1;
}
.hover_icon {
  width: 95px;
  height: 95px;
  position: absolute;
  left: 50%;
  top: -130px;
  transform: translateX(-50%);
}
.hover_icon img {
  position: absolute;
  transition: opacity 0.3s ease-in-out;
}
.hover_icon_2 {
  width: 89px;
  height: 91px;
}
.hover_icon_3 {
  width: 95px;
  height: 99px;
}
.hover_icon_4 {
  width: 93px;
  height: 91px;
  left: 40%;
  top: -150px;
}
.hover_icon_5 {
  width: 95px;
  height: 90px;
  left: 40%;
}
.hover_text {
  position: absolute;
  width: 60px;
  height: 21px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.role_detail_dialog,
.lottery_result_dialog {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
}
.role_detail {
  position: absolute;
  width: 1030px;
  height: 830px;
}
.role_detail_dialog .close_btn {
  position: absolute;
  top: 104px;
  right: -34px;
  width: 38px;
  height: 38px;
  cursor: pointer;
}
.role_bg {
  position: relative;
  width: 1030px;
  height: 824px;
}
.role_bg_img {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.role_icon {
  position: absolute;
  left: 100px;
  bottom: 370px;
  width: 140px;
  height: 140px;
}
.role_name {
  position: absolute;
  left: 290px;
  bottom: 430px;
  width: 66px;
  height: 37px;
}
.role_info {
  position: absolute;
  left: 285px;
  bottom: 400px;
  height: 23px;
}
.role_intro {
  position: absolute;
  left: 111px;
  bottom: 309px;
  height: 16px;
}
.role_bg_2 .role_intro {
  left: 122px;
}
.role_bg_3 .role_intro {
  left: 138px;
}
.role_bg_4 .role_intro {
  left: 70px;
}
.role_bg_5 .role_intro {
  left: 83px;
}
.role_bg_2 .role_icon {
  width: 156px;
  height: 142px;
}
.role_bg_3 .role_icon {
  width: 128px;
  height: 145px;
}

.right_btn,
.shop_right_btn {
  position: absolute;
  width: 137px;
  height: 75px;
  bottom: 290px;
  right: -140px;
  cursor: pointer;
}
.left_btn,
.shop_left_btn {
  position: absolute;
  width: 137px;
  height: 75px;
  bottom: 290px;
  left: -140px;
  cursor: pointer;
}
.swiper-pagination-role,
.swiper-pagination-shop {
  position: absolute;
  width: 1258px;
  height: 20px;
  background: url("https://file-hwkefu.leniuhw.com/20251226/gray_saga/kr/img/role_detail_pagination.png")
    no-repeat;
  background-size: 100% 100%;
  left: 50.6%;
  bottom: -30px;
  transform: translateX(-50%) !important;
  z-index: 99;
}
.swiper-pagination-role::after,
.swiper-pagination-shop::after {
  content: "";
  position: absolute;
  width: 178px;
  height: 83px;
  top: 50%;
  left: 0;
  transition: transform 0.3s ease-in-out;
  transform: translateY(-50%) translateX(var(--role-indicator-x, 0px));
  background: url("https://file-hwkefu.leniuhw.com/20251226/gray_saga/kr/img/role_detail_active.png")
    no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
.swiper-pagination-shop::after {
  transform: translateY(-50%) translateX(var(--shop-indicator-x, 0px));
}
.swiper-pagination-role .swiper-pagination-bullet,
.swiper-pagination-shop .swiper-pagination-bullet {
  position: absolute;
  opacity: 0;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.swiper-pagination-role .swiper-pagination-bullet:nth-child(1),
.swiper-pagination-shop .swiper-pagination-bullet:nth-child(1) {
  left: 290px;
}
.swiper-pagination-role .swiper-pagination-bullet:nth-child(2),
.swiper-pagination-shop .swiper-pagination-bullet:nth-child(2) {
  left: 449px;
}
.swiper-pagination-role .swiper-pagination-bullet:nth-child(3),
.swiper-pagination-shop .swiper-pagination-bullet:nth-child(3) {
  left: 610px;
}
.swiper-pagination-role .swiper-pagination-bullet:nth-child(4),
.swiper-pagination-shop .swiper-pagination-bullet:nth-child(4) {
  left: 770px;
}
.swiper-pagination-role .swiper-pagination-bullet:nth-child(5),
.swiper-pagination-shop .swiper-pagination-bullet:nth-child(5) {
  left: 930px;
}
.role_video {
  position: absolute;
  left: 98px;
  bottom: 97px;
  width: 282px;
  height: 160px;
  background: url("https://file-hwkefu.leniuhw.com/20251226/gray_saga/kr/img/role_detail_video_bg.png")
    no-repeat;
  background-size: 100% 100%;
}
.role_video::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("https://file-hwkefu.leniuhw.com/20251226/gray_saga/kr/img/role_detail_video_border.png")
    no-repeat;
  background-size: 100% 100%;
}
.bg-video {
  width: 100%;
  height: 100%;
}
.shop_slider {
  position: absolute;
  width: 1270px;
  height: 580px;
  left: 50%;
  top: 260px;
  transform: translateX(-50%);
}
.swiper-shop {
  width: 100%;
  height: 100%;
}
.swiper-shop .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.shop_slide_img {
  display: block;
}
.lottery_box {
  position: absolute;
  top: 290px;
  left: 50%;
  height: calc(100% - 290px);
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  bottom: 0;
}
.lottery_bg {
  position: relative;
  height: 590px;
  aspect-ratio: 1013 / 590;
  width: auto;
  background: url("https://file-hwkefu.leniuhw.com/20251226/gray_saga/kr/img/lottery_bg.png")
    no-repeat;
  background-size: 100% 100%;
}
.lottery_grid {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 84%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
}
.lottery_cell {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 12px;
}
.lottery_cell img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lottery_btn {
  width: 281px;
  height: 101px;
  cursor: pointer;
  margin-bottom: 6px;
}
@keyframes scaleSlide {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  to {
    transform: scale(1);
  }
}
.lottery_left_img {
  position: absolute;
  width: 99px;
  height: 57px;
  left: 330px;
  top: 250px;
  animation: scaleSlide 1s infinite;
}
.lottery_right_img {
  position: absolute;
  width: 255px;
  height: 115px;
  left: 1550px;
  top: 390px;
  animation: scaleSlide 1s infinite;
}
.lottery_right_icon {
  position: absolute;
  bottom: -90px;
}
.lottery_active_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.lottery_result_dialog {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lottery_result {
  position: relative;
  width: 538px;
  height: 310px;
  background: url("https://file-hwkefu.leniuhw.com/20251226/gray_saga/kr/img/lottery_result_bg.png")
    no-repeat;
  background-size: 100% 100%;
}
.lottery_result_tip {
  position: absolute;
  left: 50px;
  top: 220px;
  width: 209px;
  height: 35px;
}
.lottery_result_detail {
  position: absolute;
  left: 80px;
  top: 54px;
  width: 150px;
  height: 150px;
}
.lottery_result_dialog .close_btn {
  position: absolute;
  top: -46px;
  right: -34px;
  width: 38px;
  height: 38px;
  cursor: pointer;
}
.lottery_result_info {
  position: absolute;
  width: 250px;
  right: 36px;
  top: 70px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.lottery_result_name {
  height: 45px;
  margin-bottom: 20px;
}
.lottery_result_num {
  height: 32px;
}
.lottery_result_giftcode {
  position: absolute;
  top: 194px;
  right: 54px;
  display: flex;
  justify-content: center;
}
.gift_code {
  text-align: center;
  width: 124px;
  height: 41px;
  color: #eecd85;
  font-size: 16px;
  line-height: 41px;
  background: url("https://file-hwkefu.leniuhw.com/20251226/gray_saga/kr/img/giftcode_bg.png")
    no-repeat;
  background-size: 100% 100%;
}
.copy_btn {
  width: 104px;
  height: 45px;
  cursor: pointer;
  position: relative;
}
.copy_btn .copy_click {
  left: 0;
  top: 0;
}
/* 视频弹窗样式 */
.video-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.video-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.video-modal-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.video-close-btn {
  position: absolute;
  top: 3.8rem;
  right: 0.5rem;
  background-repeat: no-repeat;
  width: 0.3rem;
  height: 0.3rem;
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 999;
  background-image: url("https://file-hwkefu.leniuhw.com/20251219/gray_saga/kr/img/g/common/close_btn.png");
}

.video-modal-content video {
  width: 100%;
  height: auto;
  max-height: 80vh;
  display: block;
}

.popup_container {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.7);
}
.popup_content {
  z-index: 9999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup_content.reserve.version1 {
  width: 56.04vw;
  height: 48.18vw;
  background: url("https://file-hwkefu.leniuhw.com/20260112/version1/PC/reserve_dialog/bg.png")
    no-repeat;
  background-size: 100% 100%;
  transform: translate(-56%, -47%);
}

.reserve_close {
  width: 1.719vw;
  height: 1.771vw;
  content: "";
  background: url("https://file-hwkefu.leniuhw.com/20260112/version1/PC/reserve_dialog/close.png")
    no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 6.771vw;
  right: 2.188vw;
  cursor: pointer;
}
.reserve_countdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 15.469vw;
  height: 5.208vw;
  position: absolute;
  top: 7.188vw;
  right: 12.292vw;
}
.reserve_countdown_time {
  color: #fcdd8a;
  font-size: 2.5vw;
  font-weight: 500;
}

.phone_input {
  position: absolute;
  top: 26.146vw;
  right: 4.479vw;
  display: flex;
  align-items: center;
}
.phone-prefix {
  color: #6b6b6b;
  font-size: 1.25vw;
  font-weight: 500;
  margin-right: 0.417vw;
}
.phone-input-field {
  width: 19.688vw;
  height: 3.438vw;
  background: transparent;
  border: none;
  outline: none;
  color: #6b6b6b;
  font-size: 1.25vw;
  font-weight: 500;
  padding: 0 0.521vw;
}
.phone-input-field::placeholder {
  color: #6b6b6b;
}
.tick {
  width: 0.938vw;
  height: 0.938vw;
  position: absolute;
  top: 30.104vw;
  right: 32.917vw;
  background-color: #fff;
  border: 0.104vw solid #fcdd8a;
  cursor: pointer;
}
.tick.active::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 0.781vw;
  height: 0.677vw;
  background: url("https://file-hwkefu.leniuhw.com/20260112/version1/PC/reserve_dialog/tick.png")
    no-repeat;
  background-size: 100% 100%;
}
.reserve_btn {
  width: 16.406vw;
  height: 3.750vw;
  position: absolute;
  top: 32.813vw;
  right: 18.906vw;
  background: url("https://file-hwkefu.leniuhw.com/20260112/version1/PC/reserve_dialog/reserve_btn.png")
    no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  overflow: hidden;
}
.mask-reserve-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-mask-image: url("https://file-hwkefu.leniuhw.com/20260112/version1/PC/reserve_dialog/reserve_btn.png");
  mask-image: url("https://file-hwkefu.leniuhw.com/20260112/version1/PC/reserve_dialog/reserve_btn.png");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.mask-reserve-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg);
  animation: shine 2.5s infinite;
}

.shop_btn {
  width: 13.438vw;
  height: 3.750vw;
  position: absolute;
  top: 32.813vw;
  right: 3.646vw;
  background: url("https://file-hwkefu.leniuhw.com/20260112/version1/PC/reserve_dialog/gg_btn.png")
    no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  overflow: hidden;
}
.mask-shop-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-mask-image: url("https://file-hwkefu.leniuhw.com/20260112/version1/PC/reserve_dialog/gg_btn.png");
  mask-image: url("https://file-hwkefu.leniuhw.com/20260112/version1/PC/reserve_dialog/gg_btn.png");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.mask-shop-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg);
  animation: shine 2.5s infinite;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
.popup_content.reserve.version2 {
  width: 58.438vw;
  height: 54.167vw;
  background: url("https://file-hwkefu.leniuhw.com/20260112/version1/PC/reserve_dialog/bg1.png")
    no-repeat;
  background-size: 100% 100%;
  transform: translate(-56%, -47%);
}

.popup_content.reserve.version2 .reserve_close {
  top: 11.406vw;
}

.popup_content.reserve.version2 .reserve_countdown {
  top: 11.615vw;
  right: 12.083vw;
}

.popup_content.reserve.version2 .phone_input {
  top: 30.781vw;
}

.popup_content.reserve.version2 .tick {
  top: 34.740vw;
}

.popup_content.reserve.version2 .reserve_btn {
  top: 37.448vw;
}

.popup_content.reserve.version2 .shop_btn {
  top: 37.448vw;
}
.popup_content.reserve_success {
  width: 49.27vw;
  height: 35vw;
  background: url("https://file-hwkefu.leniuhw.com/20260112/version1/PC/success_dialog/bg.png")
    no-repeat;
  background-size: 100% 100%;
}
.reserve_success_close {
  width: 1.719vw;
  height: 1.771vw;
  background: url("https://file-hwkefu.leniuhw.com/20260112/version1/PC/reserve_dialog/close.png")
    no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 1.979vw;
  right: 2.188vw;
  cursor: pointer;
}
.reserve_bottom_content {
  position: absolute;
  bottom: 5.208vw;
  left: 50%;
  transform: translate(-48%, 0);
  height: auto;
  width: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.521vw;
}
.reserve_bottom_content_time {
  font-size: 1.458vw;
  font-weight: 500;
  color: #fbd46f;
  transform: translateY(-0.104vw);
}
.reserve_bottom_content_text {
  width: 14.479vw;
  height: 1.406vw;
  background: url("https://file-hwkefu.leniuhw.com/20260112/version1/PC/success_dialog/bottom_text_ios.png")
    no-repeat;
  background-size: 100% 100%;
}
