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 {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#app {
  width: 100%;
  height: 100%;
  position: relative;
}

.loa_header_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.208vw;
  z-index: 30;
  background: none;
}

.loa_logo {
  z-index: 50;
  position: absolute;
  width: 12.1875vw;
  height: auto;
  top: 0.729vw;
  right: 1.5vw;
  margin: 0;
}

.swiper-container,
.swiper-out,
.swiper-wrapper,
.swiper-slide,
.home_bg,
.home_content,
.one_bg {
  width: 100%;
  height: 100%;
}

.swiper-wrapper,
.swiper-slide {
  position: relative;
}

.home_content {
  overflow: hidden;
}

.video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.middle_top_icon {
  position: absolute;
  width: 55.104vw;
  height: 2.396vw;
  top: 2.396vw;
  left: 50%;
  transform: translateX(-50%);
}

.middle_top_icon img,
.middle_bottom_icon img,
.loa_logo img {
  width: 100%;
  height: auto;
  display: block;
}

.middle_bottom_icon {
  position: absolute;
  width: 54.7917vw;
  height: 13.8542vw;
  bottom: 13.333vw;
  left: 50%;
  transform: translateX(-50%);
  cursor: default;
}

.download_btn {
  position: absolute;
  width: 54.7917vw;
  height: 6.6667vw;
  bottom: 6.667vw;
  left: 50%;
  transform: translateX(-50%);
  animation: pulse 0.8s infinite alternate;
  cursor: pointer;
  transition: all 0.3s ease;
}

.download_btn img {
  width: 100%;
  height: 100%;
  display: block;
}

@keyframes pulse {
  0% {
    transform: translateX(-50%) scale(1);
  }

  100% {
    transform: translateX(-50%) scale(1.1);
  }
}

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

.info_arrow {
  position: absolute;
  right: 3vw;
  top: 1vw;
  width: 14.3229vw;
  height: auto;
}

.download_info_container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.download_info_content {
  background: url(https://file-hwkefu.leniuhw.com/20260521/ru_mt_pc/dialog/dialog_bg.png) no-repeat;
  background-size: 100% 100%;
  width: 67.1354vw;
  height: 45.7292vw;
  position: relative;
  transform: translateX(5%);
}

.download_progress_container {
  display: block;
  margin-top: 0.521vw;
  width: 50%;
  position: absolute;
  left: 47.5%;
  top: 80%;
  transform: translate(-50%, -50%);
}

.info_close_btn {
  position: absolute;
  top: 10.5vw;
  right: 15vw;
  width: 1.7708vw !important;
  height: auto !important;
  cursor: pointer;
}

.download_info_content img {
  width: auto;
  height: auto;
}

.toast-container {
  position: fixed;
  left: 50%;
  bottom: 2vw;
  transform: translateX(-50%);
  z-index: 101;
}
