html,
body {
  position: relative;
  height: 100%;
}


.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper2 .swiper-slide img{
  width: 100%;
  height: 260px;
}

#pages{
  position: absolute;
  width: 40px;
  height: fit-content;
  margin: 0 auto;
  top: 210px;
  background: rgba(0, 0, 0, .6);
  font-size: 12px;
  border-radius: 20px;
  line-height: 20px;
  left: 50%;
  margin-left: -20px;
}
.footer{
  position: fixed;
  width: 100%;
  background-color: #fff;
  padding: 10px 0;
  display: flex;
  justify-content: space-around;
  bottom: 0;
  z-index: 999 !important;
}
.footer p{
  color: #333;
  font-size: 14px;
  margin-top: 5px;
}
.footer li a{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.f-click{
  color: #75a406 !important;
}
.footer li img{
  width: 20px;
}

.height{
  width: 100%;
  height: 50px;
}