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: 0rem;
  vertical-align: top;
}

html,
body {
  position: relative;
  height: 100%;
}
body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 0.1296rem;
  color: #000;
  padding: 0;
  max-width: 10rem;
  margin: 0 auto;
}

.swiper-out {
  background-color: #000;
  height: 100%;
}

.lfcs_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 13.61vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.4074rem;
  max-width: 10rem;
  box-sizing: border-box;
  margin: 0 auto;
  background-image: url("https://image-platform.leniugame.com/mobile/other/top_bar.png");
  background-size: 100% 100%;
}

.lfcs_header .logo {
  display: flex;
  align-items: center;
  margin-right: auto;
}

.lfcs_header .logo img {
  width: 1.1852rem;
  height: 1.1852rem;
  margin-right: 0.2315rem;
}

.lfcs_header .title {
  color: #b9c2cb;
}

.lfcs_header .title h1 {
  font-size: 0.3306rem;
  margin-bottom: 0.1rem;
  font-weight: bold;
}

.lfcs_header .title p {
  font-size: 0.2778rem;
}

.lfcs_header .reserve-btn {
  background: url(https://image-platform.leniugame.com/lfcs/mobile/reserve_top_new.png)
    no-repeat;
  background-size: 100% 100%;
  width: 35.93vw;
  height: 9.17vw;
  position: relative;
  margin-right: 1.5vw;
  margin-top: 0.5vw;
}
.lfcs_header .reserve-btn.reserved {
  background: url(https://image-platform.leniugame.com/mobile/other/reserved_top.png)
    no-repeat;
  background-size: 100% 100%;
  width: 35.93vw;
  height: 9.17vw;
  position: relative;
  margin-right: 1.5vw;
  margin-top: 0.5vw;
}
.lfcs_menu {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 99;
  color: #ffdeaa;
  font-size: 0.5rem;
  display: none;
  padding-top: 1.3889rem;
}
.menu-item {
  position: relative;
  width: 100%;
  padding: 0.5rem 0;
  border-bottom: 0.0093rem solid #94a6bd;
  text-align: center;
}
.menu-item a {
  color: #ffdeaa;
}
.menu-item a::before {
  content: "◆"; /* 使用菱形Unicode字符 */
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-200%);
  color: #ffdeaa;
  font-size: 0.5rem;
}
.menu-btn {
  background: url(https://image-platform.leniugame.com/mobile/other/menu_logo.png)
    no-repeat;
  background-size: 100% 100%;
  width: 0.6759rem;
  height: 0.5093rem;
  transition: all 0.3s ease;
}
/* 关闭按钮样式 */
.menu-btn-close {
  background: url("https://image-platform.leniugame.com/mobile/other/menu_close.png")
    no-repeat !important;
  background-size: 100% 100% !important;
  width: 0.6759rem;
  height: 0.6852rem;
}
/* 适龄提示 */
.age-tip {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: none;
}
.age-tip-content {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 8.8981rem;
  height: 13.8333rem;
  transform: translate(-50%, -45%);
  border-radius: 0.1rem;
  z-index: 1000;
}
.age-tip-bd {
  width: 100%;
  height: 100%;
  font-size: 0.32rem;
  line-height: 0.6rem;
  word-wrap: break-word;
  word-break: break-all;
  background: url(https://image-platform.leniugame.com/mobile/dialog/age_bg.png)
    no-repeat;
  background-size: 100% 100%;
}
.age-tip-bd div:nth-child(1) {
  text-align: center;
  font-size: 0.535rem;
  padding: 0.5rem 0.8rem 0.5rem 0.3rem;
  padding-top: 1rem;
  font-weight: bold;
}
.age-tip-bd div:nth-child(2) {
  height: 7.5rem;
  text-align: left;
  overflow-y: auto;
  font-size: 0.32rem;
  padding: 0.8rem 1rem 0.8rem 0.8rem;
  /* 隐藏滚动条但保留滚动功能 */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}
.age-tip-bd div:nth-child(2)::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.age-tip-close {
  margin-top: 0.3rem;
  text-align: center;
  position: absolute;
  top: -1rem;
  right: 0;
}
.age-tip-close img {
  width: 0.6rem;
}

/* 首页 */
.lfcs_home {
  position: relative;
}
.home_bg {
  background: url(https://image-platform.leniugame.com/lfcs/mobile/bg_new.png)
    no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.bg_video, .bg_canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.bg_canvas {
  z-index: 1;
}

/* 确保其他元素在视频之上 */
.slg_img,
.reserve_number_info,
.reserve_button,
.age-tips-btn,
.wx-box,
.taptap-box,
.arrow-down {
  position: relative;
  z-index: 10;
}
.slg_img {
  position: absolute;
  top: -0.6rem;
  width: 10.19rem;
  height:  3.6;
}
.reserve_number_info {
  width: auto;
  height: 0.6204rem;
  display: flex;
  position: absolute;
  bottom: 2.7778rem;
  left: 50%;
  transform: translateX(-50%);
}
.reserve_number_info::before {
  content: "";
  width: 0.8241rem;
  height: 0.5556rem;
  background-image: url(https://image-platform.leniugame.com/mobile/1/assistant_icon_left.png);
  background-size: 100% 100%;
  position: absolute;
  top: 0.0463rem;
  left: -1.0185rem;
}
.reserve_number_info::after {
  content: "";
  width: 0.8241rem;
  height: 0.5556rem;
  background-image: url(https://image-platform.leniugame.com/mobile/1/assistant_icon_right.png);
  background-size: 100% 100%;
  position: absolute;
  top: 0.0463rem;
  right: -1.0185rem;
}
.reserve_text {
  height: 0.6204rem;
  line-height: 0.6204rem;
  font-size: 0.3333rem;
  font-weight: bold;
  letter-spacing: 0.0093rem;
  color: transparent;
  background-image: linear-gradient(to bottom, #ffda62, #ffffc5);
  -webkit-background-clip: text;
  background-clip: text;
  font-style: italic;
  font-weight: bold;
}
.reserve_number {
  font-size: 0.5556rem;
  height: 0.6204rem;
  line-height: 0.6204rem;
  background-image: linear-gradient(to bottom, #ffb400, #fff2a8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-style: italic;
  font-weight: bold;
}
.reserve_button {
  background: url(https://image-platform.leniugame.com/lfcs/mobile/reserve_main_new.png)
    no-repeat;
  background-size: 100% 100%;
  width: 5.1574rem;
  height: 1.3148rem;
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.reserve_button.reserved {
  background: url(https://image-platform.leniugame.com/mobile/1/reserved_main.png)
    no-repeat;
  background-size: 100% 100%;
  width: 5.1574rem;
  height: 1.3148rem;
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.age-tips-btn {
  background: url(https://image-platform.leniugame.com/mobile/1/tips.png)
    no-repeat;
  background-size: 100% 100%;
  width: 0.8333rem;
  height: 1.0833rem;
  position: absolute;
  bottom: 1.7222rem;
  left: 0.0648rem;
}
.wx-box {
  position: absolute;
  bottom: 2.9907rem;
  right: 0.0093rem;
  width: 1.0278rem;
  height: 1.0278rem;
}
.wx-box img {
  width: 100%;
  height: 100%;
}

.taptap-box {
  position: absolute;
  bottom: 1.71296rem;
  right: 0.0093rem;
  width: 1.0278rem;
  height: 1.0278rem;
}
.taptap-box img {
  width: 100%;
  height: 100%;
}

.arrow-down {
  background: url(https://image-platform.leniugame.com/mobile/other/arrow.png)
    no-repeat;
  background-size: 100% 100%;
  width: 0.8056rem;
  height: 0.4444rem;
  position: absolute;
  bottom: 1.731481rem;
  left: 50%;
  transform: translateX(-50%);
}
.lfcs_news {
  background: url(https://image-platform.leniugame.com/mobile/3/bg.png)
    no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1.5rem 0.4074rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.lfcs_news_title {
  background: url(https://image-platform.leniugame.com/mobile/3/title.png)
    no-repeat;
  background-size: 100% 100%;
  width: 5.6019rem;
  height: 0.8981rem;
  flex-shrink: 0;
}
.swiper-news {
  width: 100%;
  margin-top: 0.7407rem;
  flex-shrink: 0;
}

.swiper-news .swiper-wrapper {
  position: relative;
}

.swiper-news .swiper-slide {
  height: 0;
  padding-bottom: 56.21%;
  position: relative;
}

.swiper-news .swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  backface-visibility: hidden;
}
.lfcs-news-list {
  margin-top: 0.4537rem;
  flex-shrink: 1;
  width: 9.4815rem;
  height: 7.0556rem;
  background: url(https://image-platform.leniugame.com/mobile/3/content_bg.png)
    no-repeat;
  background-size: 100% 100%;
}
.lfcs-news-nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.lfcs-news-nav-content {
  display: flex;
  align-items: center;
  flex-grow: 1;
  position: relative;
}

.news-nav-item {
  color: #854620;
  width: 1.5278rem;
  height: 0.6574rem;
  line-height: 0.6574rem;
  font-size: 0.3333rem;
  position: relative;
  text-align: center;
  color: #854620;
  font-weight: bold;
}
.news-nav-item:nth-child(1) {
  left: 0.3981rem;
  top: 0.037rem;
}
.news-nav-item:nth-child(2) {
  left: 0.4815rem;
  top: 0.037rem;
}
.news-nav-item:nth-child(3) {
  left: 0.5926rem;
  top: 0.037rem;
}
.news-nav-item:nth-child(4) {
  position: absolute;
  right: 0.3704rem;
  top: 0.037rem;

  font-size: 0.3333rem;
}
.news-nav-item.active {
  color: #854620;
  position: relative;
  font-size: 0.3333rem;
  background: url(https://image-platform.leniugame.com/mobile/3/hover_bg.png)
    no-repeat;
  background-size: 1.3611rem 0.5741rem;
  background-position: center;
}

.news-nav-item.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%; /* 控制边框长度 */
  height: 0.0093rem;
  background-color: #ffdeaa;
}

.swiper-pagination-news {
  position: relative;
  /* margin-top: 0.1rem; */
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 0.213rem;
  margin-top: 0.2315rem;
  flex-shrink: 0;
}
.swiper-pagination-news::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7.963rem;
  height: 0.0278rem;
  background: url("https://image-platform.leniugame.com/mobile/3/line.png");
}
.swiper-pagination-news .swiper-pagination-bullet {
  background: url("https://image-platform.leniugame.com/mobile/3/point.png")
    no-repeat;
  background-size: 100% 100%;
  width: 0.287rem;
  height: 0.287rem;
  margin: 0 0.1852rem;
}
.swiper-pagination-news .swiper-pagination-bullet-active {
  background: url("https://image-platform.leniugame.com/mobile/3/point_active.png")
    no-repeat;
  background-size: 100% 100%;
  width: 0.287rem;
  height: 0.287rem;
}
.lfcs-news-list-content {
  min-height: 5.68rem;
  margin-top: 0.1852rem;
  padding: 0 0.4537rem;
}
.lfcs-news-list-item {
  color: #854620;
  font-size: 0.3333rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.3426rem 0.3704rem;
  position: relative;
}
.lfcs-news-list-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 7.963rem;
  height: 0.0278rem;
  background: url("https://image-platform.leniugame.com/mobile/3/line.png");
}
.lfcs-news-list-item:last-child::after {
  display: none;
}
.lfcs-news-list-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #854620;
}
.new-tag {
  background-color: #854620;
  color: #fdefcd;
  padding: 0.0463rem 0.1389rem;
  border-radius: 0.0185rem;
  margin-right: 0.08rem;
}
.new-tag.active {
  background-color: #fdefcd;
  color: #d25f2a;
}
.lfcs-news-list-item a div:nth-child(1) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.3333rem;
}
.lfcs-news-list-item a div:nth-child(2) {
  font-size: 0.2593rem;
  margin-left: 0.1rem;
  line-height: 0.4352rem;
}
.role_bg {
  background: url(https://image-platform.leniugame.com/mobile/4/bg.png)
    no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 1.5rem 0;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.game-features {
  background: url(https://image-platform.leniugame.com/mobile/5/bg.png)
    no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  padding: 1.5rem 0;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.game-features-title {
  background: url(https://image-platform.leniugame.com/mobile/5/title.png)
    no-repeat;
  background-size: 100% 100%;
  width: 8.4815rem;
  height: 0.8241rem;
  position: absolute;
  left: 0.7593rem;
  top: 2.0833rem;
}

.swiper-features {
  position: absolute;
  top: 3.5rem;
  left: 1.6389rem;
  width: 6.75rem;
  height: 12rem;
  margin: 0 auto;
  transform: translate(0.0926rem, 0.4167rem);
  overflow: hidden;
}
.game-features-bg {
  width: 8.1389rem;
  height: 13.4259rem;
  background: url(https://image-platform.leniugame.com/mobile/5/content_bg.png)
    no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 3.2037rem;
  transform: translateX(-50%);
}
.swiper-features .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  backface-visibility: hidden;
}

.swiper-pagination-features {
  position: absolute;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 0.213rem;
}
.features-swiper-prev {
  background: url("https://image-platform.leniugame.com/mobile/5/arrow_left.png")
    no-repeat;
  background-size: 100% 100%;
  width: 0.787rem;
  height: 0.9815rem;
  position: absolute;
  left: 0.1852rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.features-swiper-next {
  background: url("https://image-platform.leniugame.com/mobile/5/arrow_right.png")
    no-repeat;
  background-size: 100% 100%;
  width: 0.787rem;
  height: 0.9815rem;
  position: absolute;
  right: 0.1852rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.swiper-pagination-features {
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 0.213rem;
  top: 16.666rem;
  left: 50%;
  transform: translateX(-50%);
}
.swiper-pagination-features::after {
  content: "";
  display: block;
  width: 7.963rem;
  height: 0.0278rem;
  background: url(https://image-platform.leniugame.com/mobile/5/line.png)
    no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.swiper-pagination-features .swiper-pagination-bullet {
  background: url("https://image-platform.leniugame.com/mobile/5/point.png")
    no-repeat;
  background-size: 100% 100%;
  width: 0.287rem;
  height: 0.287rem;
  margin: 0 0.1852rem;
}
.swiper-pagination-features .swiper-pagination-bullet-active {
  background: url("https://image-platform.leniugame.com/mobile/5/point_hover.png")
    no-repeat;
  background-size: 100% 100%;
}

.footer {
  height: 8.7222rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.lfcs-footer-btn {
  background: url(https://image-platform.leniugame.com/mobile/other/bg.png)
    no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 3.9907rem;
  display: flex;
  position: absolute;
  left: 0;
  top: -1.0648rem;
}
.lfcs-footer-btn a {
  width: 2.1019rem;
  height: 2.1111rem;
}
.lfcs-footer-btn a:nth-child(1) {
  position: absolute;
  left: 2.7037rem;
  bottom: 0.5556rem;
}
.lfcs-footer-btn a:nth-child(2) {
  position: absolute;
  right: 2.7037rem;
  bottom: 0.5556rem;
}

.footer-btn-item img {
  width: 100%;
  height: 100%;
}
.lfcs_footer_bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 5.8056rem;
  background: url(https://image-platform.leniugame.com/mobile/other/background7.png)
    no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer_logo {
  width: 1.6944rem;
  height: 1.4167rem;
  margin-bottom: 0.3889rem;
}
.footer_logo img {
  width: 100%;
  height: 100%;
}
.footer_info {
  color: #5a2c2c;
  font-size: 0.2407rem;
  text-align: center;
  padding: 0 1.1111rem;
}
.footer_info p,
.footer_info span {
  line-height: 0.35rem;
}
.footer_info a {
  color: #5a2c2c;
}

.video_dialog {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  z-index: 999;
  display: none;
}
.video_dialog_content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.video_close {
  align-self: flex-end;
  margin-right: 0.5rem;
  padding: 0.2rem;
}
.video_close img {
  width: 0.8rem;
}

.reserve_dialog {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  z-index: 999;
}
.reserve_dialog_close {
  position: relative;
  width: 0.6296rem;
  height: 0.6296rem;
  background-image: url(https://image-platform.leniugame.com/mobile/dialog/close.png);
  background-size: 100% 100%;
  position: absolute;
  top: -0.3704rem;
  right: 0.3704rem;
}
.reserve_dialog_container {
  display: none;
  width: 9.3333rem;
  height: 6.9352rem;
  background-image: url(https://image-platform.leniugame.com/mobile/dialog/reserve_bg.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.reserve_dialog_quick_reserve {
  display: none;
  width: 4.5278rem;
  height: auto;
  position: absolute;
  top: 3.287rem;
  left: 0.5185rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.reserve_dialog_quick_reserve_btn {
  width: 3.8611rem;
  height: 0.9815rem;
  background-image: url(https://image-platform.leniugame.com/mobile/dialog/reserve.png);
  background-size: 100% 100%;
}
.reserve_dialog_quick_reserve_btn.reserved {
  width: 3.8611rem;
  height: 0.9815rem;
  background-image: url(https://image-platform.leniugame.com/mobile/dialog/reserved.png);
  background-size: 100% 100%;
}
.reserve_dialog_quick_reserve_more {
  width: auto;
  height: 0.463rem;
  line-height: 0.463rem;
  text-align: center;
  font-size: 0.3254rem;
  color: #7a5756;
  border-bottom: 0.0185rem solid #7a5756;
  padding-bottom: 0.1667rem;
  margin-top: 0.5741rem;
}
.reserve_dialog_more_reserve {
  display: none;
  width: 4.9352rem;
  height: auto;
  position: absolute;
  top: 2.7037rem;
  left: 0.3241rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.reserve_dialog_more_phone {
  width: 100%;
  height: 0.9537rem;
  background-image: url(https://image-platform.leniugame.com/mobile/dialog/phone_input.png);
  background-size: 100% 100%;
  position: relative;
}
.reserve_dialog_more_phone input {
  width: 90%;
  height: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  outline: none;
  color: #5f4949;
  font-size: 0.2778rem;
  text-align: left;
  padding-left: 0.2778rem;
}
.reserve_dialog_more_phone input::placeholder {
  color: #5f4949;
}

.reserve_dialog_more_code_container {
  width: 100%;
  height: 0.9537rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.reserve_dialog_more_code_container::before {
  content: "";
  width: 4.8333rem;
  height: 0.1944rem;
  background-image: url(https://image-platform.leniugame.com/mobile/dialog/decoration.png);
  background-size: 100% 100%;
  position: absolute;
  top: -0.0926rem;
  left: 0.0463rem;
}

.reserve_dialog_more_code {
  min-width: 2.9537rem;
  height: 0.9537rem;
  background-image: url(https://image-platform.leniugame.com/mobile/dialog/code_input.png);
  background-size: 100% 100%;
  flex: 0;
  position: relative;
}
.reserve_dialog_more_code input {
  width: 90%;
  height: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  outline: none;
  color: #5f4949;
  font-size: 0.2778rem;
  text-align: left;
  padding-left: 0.463rem;
}
.reserve_dialog_more_code input::placeholder {
  color: #5f4949;
}
.reserve_dialog_more_code_btn {
  min-width: 1.8241rem;
  height: 0.8519rem;
  background-image: url(https://image-platform.leniugame.com/mobile/dialog/get_code.png);
  background-size: 100% 100%;
  flex: 0;
  margin-right: 0.0463rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f8f6ea;
  font-size: 0.2778rem;
}
.reserve_dialog_more_btn {
  width: 3.8611rem;
  height: 0.9815rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.2778rem;
}
.reserve_dialog_more_btn img {
  width: 100%;
  height: 100%;
}

.reserve_dialog_more_tips {
  width: 2.9074rem;
  height: 0.2222rem;
  color: #7a5756;
  font-size: 0.2222rem;
  text-align: center;
  margin-top: 0.1852rem;
  position: relative;
  letter-spacing: 0.0093rem;
}
.reserve_dialog_more_tips a {
  color: #7a5756;
  text-decoration: underline;
}
.reserve_dialog_more_tips a:hover {
  color: #7a5756;
}
.reserve_dialog_more_tips::after {
  content: "";
  width: 0.213rem;
  height: 0.2037rem;
  position: absolute;
  top: 0.0463rem;
  left: -0.1852rem;
  background-image: url(https://image-platform.leniugame.com/mobile/dialog/check_box.png);
  background-size: 100% 100%;
}
.reserve_dialog_more_check::before {
  content: "";
  width: 0.3611rem;
  height: 0.2593rem;
  position: absolute;
  top: 0;
  left: -0.2315rem;
  background-image: url(https://image-platform.leniugame.com/mobile/dialog/check.png);
  background-size: 100% 100%;
}

.reserve_success {
  display: none;
  width: 9.2778rem;
  height: 8.4259rem;
  background-image: url(https://image-platform.leniugame.com/mobile/dialog/reserve_success.png);
  background-size: 100% 100%;
  position: absolute;
  top: 4.4074rem;
  left: 0.3704rem;
}

.reserve_success::before {
  content: "";
  width: 0.6296rem;
  height: 0.6296rem;
  background-image: url(https://image-platform.leniugame.com/mobile/dialog/close.png);
  background-size: 100% 100%;
  position: absolute;
  top: 0.0926rem;
  right: 0.463rem;
}

/* 添加toast消息样式 */
.toast-message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 0.1389rem 0.2778rem;
  border-radius: 0.0741rem;
  z-index: 9999;
  font-size: 0.32rem;
  text-align: center;
}

/* 预约有礼 */
.gift_bg {
  background: url(https://image-platform.leniugame.com/mobile/2/bg.png)
    no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
}
.gift_title {
  width: 5.6019rem;
  height: 0.8981rem;
  background: url(https://image-platform.leniugame.com/mobile/2/title.png)
    no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 2.0185rem;
  left: 2.2037rem;
}

.gift_content {
  width: 100%;
  height: 12.213rem;
  background: url(https://image-platform.leniugame.com/mobile/2/content.png)
    no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 4.25rem;
  left: 0;
}
.gift_tips {
  width: 4.8426rem;
  height: 0.3704rem;
  background: url(https://image-platform.leniugame.com/mobile/2/tips_bg.png)
    no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 13.1019rem;
  left: 2.5833rem;
}
.gift_tips::after {
  content: "预约礼包将在游戏首发后发放";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff5d2;
  font-size: 0.2778rem;
  text-align: center;
}
