html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

.hidden {
  display: none;
}

.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

body {
  font: 100% 'PingFang SC, PingFang SC,Microsoft YaHei', SimHei, helvetica, arial, verdana, tahoma, sans-serif;
  color: #333;
  -webkit-text-size-adjust: none;
}

:root {
  --vh: 1vh;
  /* 初始化变量 */
}

.container {
  width: 100vw;
  /* height: 100vh; */
  height: calc(var(--vh, 1vh) * 100);

  overflow: hidden;
  touch-action: none;
}

.container .page-main {
  width: 100%;
  position: relative;
  top: 0%;
  transition: top 0.3s ease;
}

.container .page-main .page {
  width: 100vw;
  /* height: 100vh; */
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container .page-main .page.page1 {
  background: linear-gradient(180deg, #9049FF 35%, rgba(144, 73, 255, 0.2) 100%);
  position: relative;
}

.logo {
  width: 7.68rem;
  height: 3.2rem;
  margin-top: 10%;
}

.banner_1 {
  width: 20rem;
  height: 15.47rem;
  margin-top: 10%;
}

.open_btn {
  width: 90%;
  height: 2.93rem;
  background: linear-gradient(180deg, #7241FF 0%, #B947FF 100%), #646464;
  border-radius: 0.64rem 0.64rem 0.64rem 0.64rem;
}

.open_group {
  margin-top: 5%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 1rem;
  left: 0;
}

.open_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 0.85rem;
}

.open_btn_icon1 {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 6rem;
  position: absolute;

}

.open_btn_icon2 {
  width: 4.5rem;
  position: relative;
  margin-left: 2rem;
}

.open_btn_icon3 {
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 12rem;
  position: absolute;
}

.btn_menu {
  margin-top: 5%;
  display: flex;
}

.btn_menu div {
  width: 5.12rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-style: normal;
  text-decoration-line: underline;
}

.container .page-main .page.page2 {
  background: linear-gradient(180deg, #8259F2 0%, rgba(130, 89, 242, 0.2) 100%);
}

.nav {
  margin-top: 1.07rem;
  display: flex;
  justify-content: start;
  width: 90%;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);

}

.nav_logo {
  width: 3.09rem;
  height: 1.28rem;
}

.banner_2 {
  width: 14.77rem;
  height: 22.03rem;
  margin-top: 2.13rem;
}

.container .page-main .page.page3 {
  background: #479DFF;
  overflow: hidden;
}

.banner_3 {
  width: 18rem;
  height: 29.9rem;
  margin-top: 1rem;
}

.container .page-main .page.page4 {
  background: url('../img/banner_4.png') center center no-repeat;
  background-size: cover
}

.banner_5 {
  width: 14.03rem;
  height: 10.72rem;
  margin-top: 8.43rem;
}


.container .page-main .page.page5 {
  background: linear-gradient(180deg, #C234F1 0%, rgba(194, 52, 241, 0.2) 100%);
  overflow: hidden;
}

.banner_6 {
  width: 20rem;
  height: 25.87rem;
  margin-top: 1.5rem;
}

.container .page-main .page.page6 {
  background: linear-gradient(180deg, #C234F1 0%, rgba(194, 52, 241, 0.2) 100%);
  overflow: hidden;
}

.banner_9 {
  width: 18rem;
  height: 27.5rem;
}

.container .page-main .page.page7 {
  background: linear-gradient(180deg, #A843F2 35%, rgba(168, 67, 242, 0.2) 100%);
  overflow: hidden;
}

.banner_7 {
  width: 16rem;
  height: 16.11rem;
  margin-top: 1rem;
}

.banner_8 {
  width: 14.03rem;
  height: 9.71rem;
  margin-top: 1rem;
}

.container .page-main .page.page8 {
  background: #fff;
  overflow: hidden;
}

.footer {
  width: 100%;
  padding: 8% 1.23rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer_logo {
  width: 5.55rem;
  height: 1.92rem;
}

.footer_box {
  width: 13.92rem;
  word-break: break-all;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.85rem;
  color: #ADABB7;
  line-height: 1.37rem;
  text-align: left;
  font-style: normal;
  margin-top: 0.5rem;
}

.footer_tit {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.96rem;
  color: #333333;
  line-height: 1.54rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 1rem;
}

.footer_link {
  width: 13.92rem;
  word-break: break-all;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.85rem;
  color: #ADABB7;
  line-height: 1.37rem;
  text-align: left;
  font-style: normal;
  margin-top: 0.5rem;
  text-decoration: underline;
  text-align: left;
}

.safety {
  position: relative;
  display: flex;
  margin-top: 1rem;
}

.safety_center {
  display: flex;
  align-items: center;
}

.safety_icon {
  width: 2.35rem;
  height: 2.35rem;
}

.safety_link {
  text-decoration: underline;
  cursor: pointer;
  color: #ADABB7;
}

.safety_con {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0.4rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.85rem;
  color: #ADABB7;
  line-height: 1.37rem;
  text-align: left;
  font-style: normal;
  text-decoration: underline;
}

.container .nav-dots {
  width: 0.6rem;
  position: absolute;
  right: 0.45rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-wrap: wrap;
}

.container .nav-dots .dot {
  width: 0.3rem;
  height: 0.3rem;
  border: 0.05rem solid #fff;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0);
  margin: 0.15rem auto;
}

.container .nav-dots .dot.active {
  background: #ffffff;
}

.mask {
  position: fixed;
  z-index: 4;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.alert {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.alert_img {
  width: 16rem;
  height: 20.81rem;
}

.qr {
  position: absolute;
  width: 10.48rem;
  height: 10.48rem;
  top: 5.28rem;
}

.close {
  position: absolute;
  width: 2rem;
  height: 2rem;
  bottom: -3rem;
  cursor: pointer;
}