@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  background-color: #191C2E;
  padding-bottom: 1.9733rem;
}

img {
  display: block;
  width: 100%;
}

a {
  -webkit-tap-highlight-color: transparent;
}

.swiper-container {
  padding: 0.5333rem 0 0.2667rem;
}

.swiper-container .swiper-slide {
  width: auto;
}

.swiper-container img {
  width: 4.6667rem;
  height: 10rem;
}

.img1 {
  position: relative;
}

.img1 .btn1 {
  display: block;
  width: 9.2rem;
  height: 1.1733rem;
  position: absolute;
  bottom: 0.2933rem;
  left: 0.4rem;
}

.fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 640px;
  height: 1.9733rem;
  z-index: 99;
  display: none;
}

.fixed-bottom .btn2 {
  display: block;
  width: 2.6667rem;
  height: 1.0667rem;
  position: absolute;
  right: 0.4rem;
  top: 0.4533rem;
}
