html {
  font-size: 10px;
}

body {
  margin: 0;
  padding: 0;
  background-color: #950b1b;
  font-family: "Microsoft YaHei";
}

#top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.3rem;
  background-image: url("");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 999;
}

.container {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  z-index: 0;
}


.container .downBtn {
  position: absolute;
  top: 37%;
  left: 5%;
  right: 5%;
  height: 1.6rem;
}
.bannerBox {
  position: absolute;
  left: 6.5%;
  right: 6.9%;
  top: 51%;
  height: 3.09rem;
  border-radius: 20px;
  overflow: hidden;
}
.banner {
  margin: 0 auto;
  width: 90%;
  height: 100%;
  overflow: hidden;
}
.swiper-slide > img {
  width: 100%;
  border-radius: 20px;
}

.container .footer {
  position: absolute;
  bottom: 0.51rem;
  right: 0;
  width: 100%;
  color: #ffffff;
}

.footer p {
  padding: 0;
  margin: 0;
  color: #b9b9b9;
}

/* sc-component-id: sc-hzDEsm */
.jwGuRD {
  word-break: break-word;
  -webkit-transition: box-shadow 0.1s ease-in-out;
  transition: box-shadow 0.1s ease-in-out;
  font-size: 20px;
  font-family: Roboto;
  text-align: center;
  line-height: 24px;
  background-color: rgba(60, 0, 2, 1);
  color: #fff;
  line-height: 1.5;
  padding: 20px 15px 25px;
}

@media only screen and (max-width: 800px) {
  .jwGuRD {
    font-size: 16px;
  }
}
