html,
body {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

body {
  font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, STHeiTi, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  outline: 0;
}

.yw-download {
  background-color: #fff;
}

.top-part {
  width: 100%;
  position: relative;
}

.top-part .top-image-wrapper {
  width: 100%;
}

.top-image-wrapper .bg-img {
  width: 100%;
  height: auto;
}

.logo-part {
  position: absolute;
  /* top: 42.7vw; */
  top: 18vh;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logo-image-wrapper {
  width: 37.6vw;
  height: 37.6vw;
}

.logo-image-wrapper img {
  width: 100%;
  height: auto;
}

.app-name {
  font-size: 36px;
  margin-top: -10px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #69605f;

  width: 2.48rem;
  height: 0.84rem;
}

.app-name img {
  width: 100%;
  height: auto;
}

.app-subtext {
  width: 4rem;
  height: 0.84rem;
  font-weight: 500;

}

.app-subtext img {
  width: 100%;
  height: auto;
}

.bottom-part {
  position: absolute;
  /* top: 8.3rem; */
  top: 60vh;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 9999999;
}

.bottom-part:focus {
  outline: 0;
}

.footer-bg {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: auto;
}
.footer-bg img {
  width: 100%;
  height: auto;
}

.bottom-part .download-btn {
  width: 5.2rem;
  height: 0.92rem;
  display: block;
  z-index: 9999999;
}

.bottom-part .download-btn img {
  width: 100%;
  height: auto;
}
#wx-hint {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 999;
}
#wx-hint .hint-desc {
  display: block;
  position: absolute;
  top: 1.35rem;
  font-family: Source Han Sans CN;
  left: 1.4rem;
  padding-left: 0.6rem;
  font-size: 0.38rem;
  font-weight: 400;
  line-height: 0.36rem;
  color: #fff;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0.01rem;
  width: fit-content;
}
.hint-desc::before {
  position: absolute;
  left: 0;
  top: -0.03rem;
  display: block;
  content: '1';
  width: 0.44rem;
  height: 0.44rem;
  line-height: 0.44rem;
  background: #f26370;
  border-radius: 50%;
  font-size: 0.28rem;
  text-align: center;
}
#wx-hint .hint-desc-2 {
  top: 2.1rem;
}
.hint-desc-2::before {
  content: '2';
}
#wx-hint .hint-desc {
  padding-right: 0.8rem;
}
.hint-desc-1::after {
  display: block;
  content: '';
  background: url('../images/point.png');
  width: 0.58rem;
  height: 0.12rem;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.point-image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  align-items: center;
  width: 58px;
}
.point-image img {
  width: 100%;
  height: auto;
}

#wx-hint .hint-icon {
  position: absolute;
  right: 0.62rem;
  top: 0.5rem;
}
#wx-hint .hint-icon img {
  width: 1.18rem;
  height: 1.38rem;
}
