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";
}
html,
body {
  position: relative;
  height: 100%;
}
.wrap {
  position: relative;
}
.home {
  position: relative;
  width: 100%;
}
.download {
  position: absolute;
  left: 50%;
  /* bottom: 60px; */
  top: 78vh;
  /* top: 822px; */
  transform: translate(-50%, 0);
  width: 533px;
  height: 150px;
  background: url(https://image-platform.leniugame.com/xsjy_pc/btn_bg.png) no-repeat;
  background-size: 100% 100%;
}
.download_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 27px;
}
.channel div:nth-child(2) {
  margin-top: 5px;
}
.download .channel div:nth-child(1) {
  width: 202px;
  height: 55px;
  background: url(https://image-platform.leniugame.com/xsjy_pc/ios_btn.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.download .channel div:nth-child(1):hover {
  background: url(https://image-platform.leniugame.com/xsjy_pc/ios_btn_hover.png) no-repeat;
}
.download .channel div:nth-child(2) {
  width: 202px;
  height: 55px;
  background: url(https://image-platform.leniugame.com/xsjy_pc/android_btn.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.download .channel div:nth-child(2):hover {
  background: url(https://image-platform.leniugame.com/xsjy_pc/android_btn_hover.png) no-repeat;
}
.publish div {
  width: 148px;
  height: 37px;
  background-size: 100% 100%;
  margin-bottom: 5px;
  cursor: pointer;
}
.publish div:nth-child(1) {
  background: url(https://image-platform.leniugame.com/xsjy_pc/mumu_btn.png) no-repeat;
}
.publish div:nth-child(2) {
  background: url(https://image-platform.leniugame.com/xsjy_pc/tap_btn.png) no-repeat;
}
.publish div:nth-child(3) {
  background: url(https://image-platform.leniugame.com/xsjy_pc/leidian_btn.png) no-repeat;
}
.publish div:nth-child(1):hover {
  background: url(https://image-platform.leniugame.com/xsjy_pc/mumu_btn_hover.png) no-repeat;
}
.publish div:nth-child(2):hover {
  background: url(https://image-platform.leniugame.com/xsjy_pc/tap_btn_hover.png) no-repeat;
}
.publish div:nth-child(3):hover {
  background: url(https://image-platform.leniugame.com/xsjy_pc/leidian_btn_hover.png) no-repeat;
}
.publish div a {
  display: block;
  width: 100%;
  height: 100%;
}
.videoplay {
  width: 97px;
  height: 97px;
  background: url(https://image-platform.leniugame.com/xsjy_pc/play_btn.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  margin: 0 -6px;
}
.videoplay:hover {
  background: url(https://image-platform.leniugame.com/xsjy_pc/play_btn_hover.png) no-repeat;
  background-size: 100% 100%;
}
.videoPlay_modal {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
.videoPlay_modal_cont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60vw;
}
.videoPlay_modal_cont video {
  width: 100%;
}
.closeVideo {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 0;
  right: -25px;
  cursor: pointer;
}

.page_3 {
  position: relative;
}
.page3-main {
  position: absolute;
  left: 0;
  top: 29%;
  width: 100%;
}
.swiper-main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.page_3 .swiper-container {
  position: relative;
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
.page_3 .swiper-slide {
  width: 45.93vw;
}
.page_3 .swiper-slide img {
  width: 100% !important;
  border: 3px solid #fff;
  box-sizing: border-box;
}

.page_3 .pagination {
  position: absolute;
  left: 0;
  right: 0;
  margin: 47px auto 0;
}
.page_3 .swiper-pagination-bullet {
  width: 43px;
  height: 43px;
  background: url("https://image-platform.leniugame.com/xsjy_pc/pagination.png");
  background-size: 100% 100%;
  opacity: 1;
  margin: 0 13px;
}
.page_3 .swiper-pagination-bullet-active {
  background: url("https://image-platform.leniugame.com/xsjy_pc/pagination-active.png");
  background-size: 100% 100%;
}

.page_3 .swiper-button-next,
.page_3 .swiper-button-prev {
  top: 47.87%;
  width: 102px;
  height: 72px;
}
.page_3 .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background: url("https://image-platform.leniugame.com/20260108_dpcq/left-btn.png") no-repeat;
  left: 6%;
}
.page_3 .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background: url("https://image-platform.leniugame.com/20260108_dpcq/right-btn.png") no-repeat;
  right: 6%;
}
