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%;
  -ms-overflow-style: none; /* IE 和 Edge */
  scrollbar-width: none; /* Firefox */
}

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;
}

/* 隐藏滚动条 */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none; /* Chrome, Safari 和 Opera */
}
.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/mobile/other/reserve_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;
}
.treasure-chest {
  width: 0.9722rem;
  height: 0.9722rem;
  position: absolute;
  top: -0.15rem;
  right: 0.21rem;
}
.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;
}
.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;
}

.lfcs-news-info {
  width: 100%;
  height: 100%;
  background: url(https://image-platform.leniugame.com/mobile/news/bg.png)
    no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 1.3889rem;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.lfcs-news-info-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 0;
  gap: 0.1rem;
  border-bottom: 0.0093rem solid #9599a1;
  position: relative;
}

.lfcs-news-info-title {
  font-size: 0.4444rem;
  color: #854620;
  font-weight: bold;
  padding: 0.6rem 0.1rem 0 0.1rem;
}
.lfcs-news-info-time {
  font-size: 0.2593rem;
  color: #854620;
  position: relative;
}
.lfcs-news-info-back {
  color: #854620;
  font-size: 0.3519rem;
  position: absolute;
  right: 4rem;
  top: -0.1rem;
  width: 1.5rem;
  text-align: center;
  /* transform: translateY(-50%); */
}
.lfcs-news-info-content {
  padding: 0.3rem;
  margin-bottom: auto;
}
.lfcs-news-info-content img {
  width: 100%;
}
.lfcs_footer_bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 5.8056rem;
  min-height: 5.8056rem;
  background: url(https://image-platform.leniugame.com/mobile/other/background7.png)
    no-repeat;
  background-size: 100% 100%;
}
.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;
}
