* {
  padding: 0;
  margin: 0;
}

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

.swiper-slide {
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
}

.step1 {
  background-image: url("home/images/h5/1.png");
}

.step2 {
  background-image: url("home/images/h5/download_wexin.png");
}

.step1 button {
  top: 50%;
  box-shadow: 0px 3px 15px 1px rgba(197, 156, 3, 1);
}

.swiper-slide button {
  outline: none;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 60%;
  height: 58px;
  background: rgba(255, 255, 255, 1);
  border-radius: 64px;
  border: 4px solid rgba(2, 2, 2, 1);
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  line-height: 31px;
}
