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 {
  fe: 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;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  max-width: 750px;
  position: relative;
  margin: 0 auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.huntopia-m-nav {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 750px;
  height: 1.02rem;
  background: rgba(0, 0, 0, 0.75);
  z-index: 99;
}
.huntopia-m-nav-logo {
  position: absolute;
  width: 2.4rem;
  height: 0.56rem;
  background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/common/logo_m.png) no-repeat;
  background-size: 100% 100%;
  left: 0.2rem;
  top: 0.12rem;
}

.huntopia-m-nav-menu {
  position: absolute;
  width: 0.48rem;
  height: 0.39rem;
  background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/common/menu.png) no-repeat;
  background-size: 100% 100%;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.menu-close {
  width: 0.48rem;
  height: 0.39rem;
  background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/common/close.png) no-repeat;
  background-size: 100% 100%;
}
.nav-drawer {
  position: fixed;
  top: 1.02rem;
  right: -50%;
  width: 50%;
  height: calc(100vh - 1.02rem);
  background: rgba(0, 0, 0, 0.8);
  transition: 0.3s;
  z-index: 999;
}
.nav-drawer.active {
  right: 0;
}
.drawer-content {
  padding-top: 60px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
}
.nav-m-fb {
  width: 1.73rem;
  height: 0.5rem;
  background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/common/FB.png) no-repeat;
  background-size: 100% 100%;
}
.nav-m-discord {
  width: 1.73rem;
  height: 0.5rem;
  background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/common/Discord.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}

.nav-m-play {
  width: 1.73rem;
  height: 0.5rem;
  background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/common/play.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}

/* A-Page1 */
.a-m-container {
  width: 100%;
  height: 17rem;
  background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/A/bj.png) no-repeat;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
.a-m-box {
  width: 100%;
  height: 7.53rem;
  background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/A/box_bg.png) no-repeat;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.a-m-txt1 {
  width: 5.87rem;
  height: 0.27rem;
  background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/A/txt1.png) no-repeat;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 1.45rem;
}
.a-m-input {
  display: flex;
  border-radius: 6px;
  margin-top: 0.1rem;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.a-m-email-input {
  width: 4rem;
  padding: 0 0.2rem;
  font-size: 0.24rem;
  border: none;
  outline: none;
  border-radius: 4px 0 0 4px;
  border: rgba(0, 0, 0, 0.75) 1px solid;
  border-right: none;
}
.a-confirm-button {
  width: 1.35rem;
  height: 0.58rem;
  background-image: url("https://file-hwkefu.leniuhw.com/kefu/20250730/A/confirm_btn.png");
  background-size: 100% 100%;
  border: none;
  cursor: pointer;
}
.a-m-txt2 {
  width: 5.87rem;
  height: 0.27rem;
  background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/A/txt2.png) no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 0.3rem;
  position: relative;
}
.a-m-txt2::after {
  position: absolute;
  right: 1.4rem;
  content: "";
  display: block;
  width: 1rem;
  height: 0.26rem;
  background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/A/arrow.png) no-repeat;
  background-size: 100% 100%;
}
.a-m-btn {
  display: flex;
  justify-content: space-between;
  gap: 0.2rem;
  margin-top: 0.2rem;
}
.a-m-btn-android {
  width: 2.25rem;
  height: 0.68rem;
  background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/common/google_btn.png) no-repeat;
  background-size: 100% 100%;
  animation: tada 1.3s 0.6s infinite;
}
.a-m-btn-ios {
  width: 2.25rem;
  height: 0.68rem;
  background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/common/appstore_btn.png) no-repeat;
  background-size: 100% 100%;
  animation: tada 1.3s 0.6s infinite;
}
.a-m-txt3 {
  width: 5.87rem;
  height: 0.55rem;
  background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/A/txt3.png) no-repeat;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 0.3rem;
}
.a-m-reward {
  width: 6.8rem;
  height: 2.65rem;
  transform: translateY(-0.2rem);
  /* background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/common/reward.png) no-repeat;
  background-size: 100% 100%; */
}
.a-m-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* B-Page2 */
.b-m-container {
  width: 100%;
  height: 14.78rem;
  background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/B/bj.png) no-repeat;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.b-m-box {
  width: 100%;
  height: 5.39rem;
  background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/B/box_bg.png) no-repeat;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0.2rem;
}
.b-m-txt {
  width: 4.94rem;
  height: 0.27rem;
  background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/B/txt_m.png) no-repeat;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 1.45rem;
  left: 50%;
  transform: translateX(-50%);
}
.reservation_num {
  width: 1.2rem;
  margin-left: 0.87rem;
  text-align: center;
  margin-top: -0.04rem;
  font-size: 0.26rem;
  color: #9d2604;
  font-weight: bold;
}
.b-m-btn {
  position: absolute;
  top: 1.9rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  gap: 0.2rem;
}
.b-m-btn-android {
  width: 2.25rem;
  height: 0.68rem;
  background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/common/google_btn.png) no-repeat;
  background-size: 100% 100%;
  animation: tada 1.3s 0.6s infinite;
}
.b-m-btn-ios {
  width: 2.25rem;
  height: 0.68rem;
  background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/common/appstore_btn.png) no-repeat;
  background-size: 100% 100%;
  animation: tada 1.3s 0.6s infinite;
}
.b-m-reward {
  width: 6.8rem;
  height: 2.65rem;
  /* background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/common/reward.png) no-repeat;
  background-size: 100% 100%; */
  position: absolute;
  bottom: 0.35rem;
  left: 50%;
  transform: translateX(-50%);
}
.b-m-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.register_dialog {
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 100;
  max-width: 750px;
  margin: auto;
  overflow: auto;
  /* display: none; */
}

.register_bg {
  width: 100%;
  height: 12.67rem;
  background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/dialog/dialog1_bg.png) no-repeat;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
}
.register_close {
  position: absolute;
  background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/dialog/dialog_close.png) no-repeat;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 0.8rem;
  height: 0.74rem;
  right: 0.4rem;
  top: 4.8rem;
}
.register_cont {
  width: 100%;
  height: 6rem;
  margin-top: 5.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.register_txt1 {
  margin-top: 0.15rem;
  width: 5.77rem;
  height: 0.23rem;
  background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/dialog/txt1.png) no-repeat;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.register_num {
  margin-left: 4.88rem;
  display: flex;
  margin-top: -0.06rem;
}
.num {
  font-size: 0.3rem;
  color: #9d2604;
  font-weight: bold;
  text-align: center;
}
.num_0 {
  background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/dialog/0.png) no-repeat;
  background-size: 100% 100%;
  width: 0.18rem;
  height: 0.24rem;
}
.num_1 {
  background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/dialog/1.png) no-repeat;
  background-size: 100% 100%;
  width: 0.1rem;
  height: 0.24rem;
}
.num_2 {
  background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/dialog/2.png) no-repeat;
  background-size: 100% 100%;
  width: 0.18rem;
  height: 0.24rem;
}
.num_3 {
  background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/dialog/3.png) no-repeat;
  background-size: 100% 100%;
  width: 0.19rem;
  height: 0.24rem;
}
.num_4 {
  background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/dialog/4.png) no-repeat;
  background-size: 100% 100%;
  width: 0.18rem;
  height: 0.24rem;
}
.num_5 {
  background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/dialog/5.png) no-repeat;
  background-size: 100% 100%;
  width: 0.18rem;
  height: 0.24rem;
}
.num_6 {
  background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/dialog/6.png) no-repeat;
  background-size: 100% 100%;
  width: 0.18rem;
  height: 0.24rem;
}
.num_7 {
  background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/dialog/7.png) no-repeat;
  background-size: 100% 100%;
  width: 0.17rem;
  height: 0.24rem;
}
.num_8 {
  background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/dialog/8.png) no-repeat;
  background-size: 100% 100%;
  width: 0.18rem;
  height: 0.24rem;
}
.num_9 {
  background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/dialog/9.png) no-repeat;
  background-size: 100% 100%;
  width: 0.18rem;
  height: 0.24rem;
}
.register_scroll {
  width: 6.11rem;
  height: 0.34rem;
  background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/dialog/scroll_bg.png) no-repeat;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 0.1rem;
  position: relative;
}
.register_scroll_icon {
  width: 0.73rem;
  height: 0.48rem;
  background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/dialog/dialog_icon.png) no-repeat;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0.7rem;
  transform: translate(-50%, -40%);
}
.register_reward {
  width: 6.8rem;
  height: 2.65rem;
  /* background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/common/reward.png) no-repeat;
  background-size: 100% 100%; */
}
.register_reward_video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.register_divide {
  width: 6.32rem;
  height: 0.08rem;
  background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/dialog/divide.png) no-repeat;
  background-size: 100% 100%;
}
.register_txt2 {
  width: 4.3rem;
  height: 0.23rem;
  background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/dialog/txt2.png) no-repeat;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0.1rem 0 0.15rem 0;
}
.register_count {
  width: 3.74rem;
  height: 1.12rem;
  background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/dialog/count_bg.png) no-repeat;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.11rem;
  box-sizing: border-box;
}
.count_item {
  display: flex;
  width: 0.9rem;
  justify-content: space-around;
  align-items: center;
}
.count_item span {
  width: 0.42rem;
  font-size: 0.6rem;
  color: #58310f;
  text-align: center;
  font-weight: bold;
  /* background: #fff; */
  border-radius: 0.06rem;
  /* box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.2); */
  animation: flip 0.5s ease;
}
.no-animation span {
  animation: none;
}

.register_btn {
  display: flex;
  gap: 0.1rem;
  margin-top: 0.15rem;
}

@keyframes flip {
  0% {
    transform: rotateX(0deg);
  }
  50% {
    transform: rotateX(-90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}

/* 弹窗二 */
.register2_bg {
  width: 100%;
  height: 13.72rem;
  background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/dialog/dialog3_bg.png) no-repeat;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
}
.register2_cont {
  width: 100%;
  height: 7rem;
  margin-top: 5.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.register_txt0 {
  width: 5.77rem;
  height: 0.23rem;
  background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/dialog/txt0.png) no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 0.15rem;
}
.register_input {
  display: flex;
  border-radius: 6px;
  margin-top: 0.1rem;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.register_email_input {
  width: 4rem;
  padding: 0 0.2rem;
  font-size: 0.24rem;
  border: none;
  outline: none;
  border-radius: 4px 0 0 4px;
  border: rgba(0, 0, 0, 0.75) 1px solid;
  border-right: none;
}
.register_input_button {
  width: 1.35rem;
  height: 0.58rem;
  background-image: url("https://file-hwkefu.leniuhw.com/kefu/20250730/A/confirm_btn.png");
  background-size: 100% 100%;
  border: none;
  cursor: pointer;
}

.ln_footer {
  width: 100%;
  height: 1.38rem;
  background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/common/footer_bg.png) no-repeat;
  background-size: 100% 100%;
}

.reservation_result_dialog {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 199;
  display: none;
}

.reservation_result_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/dialog/dialog_result_bg.png) no-repeat;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 6.49rem;
  height: 3.14rem;
}
.result_close {
  position: absolute;
  top: 0.45rem;
  right: 0.2rem;
  background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/dialog/dialog_close.png) no-repeat;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 0.8rem;
  height: 0.74rem;
}
.success_txt {
  width: 4.99rem;
  height: 0.81rem;
  background: url(https://file-hwkefu.leniuhw.com/kefu/20250731/huntopia/success_txt.gif) no-repeat;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 1.77rem;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.fail_txt {
  width: 3.87rem;
  height: 0.51rem;
  background: url(https://file-hwkefu.leniuhw.com/kefu/20250730/dialog/fail_txt.png) no-repeat;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 1.77rem;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  10%,
  20% {
    transform: scale3d(0.98, 0.98, 0.98) rotate(-1deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.02, 1.02, 1.02) rotate(1deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.02, 1.02, 1.02) rotate(-1deg);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
