.mask {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.65);
}
.slideContainer {
  position: fixed;
  top: 6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 8.46rem;
  height: 5.71rem;
  background-color: #fff;
  border-radius: 0.16rem;
  z-index: 1500;
}
.slideContainer .slidePic {
  position: relative;
  width:  7.71rem;
  height: 3.57rem;
  background: rgba(216, 216, 216, 1);
  border-radius: 0.12rem;
  margin-left: auto;
  margin-right: auto;
}
.slideContainer .slidePic .bigImage {
  width: 100%;
}
.slideContainer .slidePic .smallImage {
  position: absolute;
  width: 0.99rem;
}
.slideContainer .remindMessage {
  position: relative;
  width: 7.71rem;
  height: 0.99rem;
  background: rgba(244, 251, 255, 1);
  box-shadow: 0px 1px 0.11rem 0px rgba(0, 131, 255, 0.11);
  border-radius: 0.12rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.45rem;
  color: #4dbbff;
  text-align: center;
  line-height: 0.66rem;
  margin-top: 0.35rem;
}
.slideBtn {
  width: 1.47rem;
  height: 1.11rem;
  position: absolute;
  left: 0;
  top: 0;
}
.slideBtn img {
  width: 100%;
}
div.cancel {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  top: -0.9rem;
  right: 0rem;
}
.cancel img,
.remindMsg img {
  width: 100%;
}
.remindMsg {
  width: 1.585rem;
  height: 0.99rem;
  position: absolute;
  bottom: -1.1rem;
  left: 0.2rem;
}
.closeMsg img {
  width: 50%;
}
.closeMsg {
  width: 1.585rem;
  position: absolute;
  top: -1.1rem;
  right: -1rem;
}
.empty {
  height: 0.25rem;
}
