* {
  padding: 0;
  margin: 0;
}
a,img,button,input,textarea,div{-webkit-tap-highlight-color:rgba(255,255,255,0);}
html, body {
  position: relative;
  height: 100%;
}
.swiper-container {
  width: 100%;
  height: 100%;
  transform:translate3d(0,0,0);
  overflow:hidden;
  background-color: #E53C32;
  max-width: 500px;
}
.swiper-slide {
  transform:translate3d(0,0,0);
  font-size: 18px;
  color:#000;
}
.swiper-slide img {
  width: 100%;
}
.swiper-button-next {
  width: 30px;
  background-image: url('./next.png');
  background-size: 100%;
}
.swiper-button-prev {
  width: 30px;
  background-image: url('./pre.png');
  background-size: 100%;
}
#downloadButton {
  z-index: 1;
  height: 70px;
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block !important;
}
.info {
  display: flex;
  align-items: center;
}

.info img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.info span {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}

.btn {
  background: #CF3231;
  font-size: 15px;
  color: #ffffff;
  padding: 5px 11px;
  border-radius: 4px;
}

.swiper-pagination-bullet-active {
  background: #FFB5B5;
}