html,
body {
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  display: block;
}

.main {
  height: 100%;
  position: relative;
}

.swiper-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 80px;
  height: 100%;
}

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

.swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
  position: relative;
}

.swiper-container .swiper-wrapper .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.tools-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 750px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 46px;
}

.tools-bar .btns {
  width: 70%;
  height: 46px;
  position: relative;
  bottom: 0;
}

.tools-bar .btns .swiper-button-next,
.tools-bar .btns .swiper-button-prev {
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  margin-top: 0;
  top: 0;
}

.tools-bar .btns .swiper-button-next {
  text-align: right;
  padding-right: 36px;
  background: url("../images/p-right.png") no-repeat right center;
  background-size: 26px;
}

.tools-bar .btns .swiper-button-prev {
  padding-left: 36px;
  background: url("../images/p-left.png") no-repeat left center;
  background-size: 26px;
}

.tools-bar .btns .swiper-pagination {
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 30px;
  font-size: 14px;
}

.tools-bar .dateOps {
  cursor: pointer;
  width: 60px;
  height: 30px;
  margin-left: 20px;
  line-height: 30px;
  font-size: 14px;
  text-align: right;
  background: url("../images/date.png") no-repeat left center/20px 20px;
}
