* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
}

body {
  overflow: hidden;
  background: #fff;
  color: #fff;
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

button {
  padding: 0;
  border: 0;
  font: inherit;
  cursor: pointer;
}

.image-button {
  display: block;
  background: transparent;
}

.image-button img,
.aztitle img,
.bottomBg img {
  display: block;
  width: 100%;
  height: auto;
}

#page,
#pageios {
  width: min(100%, 430px);
  margin: 0 auto;
}

#page {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: #fff;
}

.swiperBox,
.swiper {
  width: 100%;
  height: 100%;
}

.aztitle,
.bottomBg {
  position: absolute;
  left: 0;
  width: 100%;
}

.aztitle {
  top: 0;
  z-index: 99;
}

.bottomBg {
  bottom: 0;
  z-index: 98;
}

#iostitle,
#swiperIos,
#bottomBgIos {
  display: none;
}

.BtnBox {
  position: absolute;
  top: 88px;
  z-index: 999;
  display: flex;
  justify-content: center;
  width: 100%;
}

.btnliBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 50%;
  height: 45px;
  padding: 5px 4px;
  overflow: hidden;
  border-radius: 5px;
  background: #eee;
}

.btnLi {
  height: 100%;
  color: #333;
  background: transparent;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  white-space: nowrap;
}

.btnLi.active {
  border-radius: 5px;
  color: #fff;
  background: linear-gradient(90deg, #8f32dc, #6730d8);
}

.swiper {
  padding-top: 140px;
  padding-bottom: 86px;
  overflow: hidden;
  border-radius: 10px;
}

.swiper-wrapper {
  display: flex;
  height: 100%;
  transition: transform .28s ease;
}

.swiper-slide {
  flex: 0 0 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  overflow: auto;
}

.swiperImg {
  width: calc(100% - 30px);
  height: fit-content;
  margin-top: 0;
}

#pageios {
  display: none;
  min-height: 100vh;
  padding-top: 20px;
  overflow-x: hidden;
  background: #111;
}

.ldy_logoBoxios {
  display: flex;
  padding-left: 20px;
}

.ldy_logoios {
  width: 94px;
  height: 94px;
  margin-right: 32px;
}

.ldy_cgLogoTxt {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.48px;
}

.ldy_cgbig {
  margin-bottom: 12px;
  color: #ffffff99;
  font-size: 14px;
  line-height: 16.71px;
}

.ldy_lkaz {
  width: 149px;
  height: 40px;
}

.ldy_iosImg {
  width: 100%;
  height: auto;
  margin-top: 20px;
  object-fit: cover;
}

.ldy_contentTxt {
  padding: 0 20px 20px;
}

.hr {
  height: 1px;
  margin: 20px 0;
  background: #ffffff1a;
}

.ldy_content_azzyOne,
.ldy_pf_top,
.ldy_pf_topLeft,
.ldy_pfBig,
.ldy_xx_Box {
  display: flex;
}

.ldy_pf_top,
.ldy_pfBig,
.ldy_xx_Box {
  justify-content: space-between;
}

.ldy_pf_topLeft {
  align-items: center;
}

.install-step,
.rating-row {
  margin-top: 8px;
}

.ldy_content_azzyNum_txt {
  width: 8px;
  height: 21px;
  margin-right: 11px;
  color: #ffffff66;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}

.ldy_content_azzytxt_txt {
  color: #ffffffb2;
  font-size: 14px;
  line-height: 21px;
}

.ldy_content_sz {
  color: #ffc800;
  font-weight: 700;
}

.ldy_pf_topPf,
.ldy_pf_topright,
.ldy_pfBigBox_mf,
.ldy_xgn_Xbb,
.ldy_xx_txt,
.ldy_xx_mfkp {
  font-size: 12px;
  line-height: 16.8px;
}

.ldy_pf_topPf,
.ldy_pf_topright {
  font-weight: 600;
  text-align: center;
}

.dimmed {
  opacity: .6;
}

.starImg {
  width: 63px;
  height: 11px;
  margin-left: 4px;
}

.ldy_pfBigBox_title,
.ldy_xgn_title {
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
}

.ldy_pfBigBox_title,
.ldy_pfBigBox_pf,
.ldy_pfBigBox_mf {
  text-align: center;
}

.ldy_pfBigBox_pf {
  font-size: 54px;
  font-weight: 600;
  line-height: 60px;
}

.starBox {
  width: 208px;
  height: 99px;
}

.ldy_xgn_title {
  margin-bottom: 20px;
}

.ldy_xx_Box {
  gap: 16px;
}

.ldy_xx_txt {
  flex: 0 0 auto;
  opacity: .6;
}

.ldy_xx_mfkp {
  max-width: 224px;
  font-weight: 600;
  text-align: right;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 88px;
  z-index: 2000;
  max-width: min(330px, calc(100% - 40px));
  padding: 10px 14px;
  border-radius: 6px;
  background: rgba(0, 0, 0, .82);
  opacity: 0;
  transform: translate(-50%, 12px);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 360px) {
  .BtnBox {
    top: 78px;
  }

  .btnliBox {
    width: 56%;
  }

  .swiperImg {
    width: calc(100% - 20px);
  }
}
