html {
  font-size: 10px;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 1;
  font-family: "Microsoft YaHei", sans-serif;
  background: #000;
}

.clone-root img {
  display: block;
  width: 100%;
  height: 100%;
}

.clone-root #top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.3rem;
  z-index: 999;
  overflow: hidden;
}

.clone-root #top img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

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

.clone-root .kefu a {
  position: fixed;
  top: 10%;
  right: 2%;
  width: 1rem;
  height: 1.2rem;
  background-image: url("/img/btn_advisory.webp");
  background-size: 100% 100%;
  z-index: 999;
}

.clone-root .container .downBtn {
  position: absolute;
  top: 44.5%;
  left: 30%;
  width: 55%;
  height: 1.2rem;
  background-image: url("/img/btn_download.webp");
  background-size: 80% 80%;
  background-repeat: no-repeat;
}

.clone-root .bannerBox {
  position: absolute;
  left: 5%;
  top: 52%;
  width: 89%;
  height: 3.3rem;
}

.clone-root .banner {
  margin: 6px auto;
  width: 90%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.clone-root .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.clone-root .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.clone-root .swiper-slide > img {
  width: 100%;
}

.clone-root .container .footer {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2rem;
  color: #ffffff;
}

.clone-root .footer p {
  padding: 0;
  margin: 0;
}

.clone-root .webLink {
  margin-top: 0.5rem;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  font-size: 0.25rem;
}

.clone-root .linkInfo {
  margin: 5px 0;
  text-decoration: underline;
}

.clone-root .swiper-slide > img {
  height: 100%;
  object-fit: cover;
}

.clone-root .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
