* {
  padding: 0;
  margin: 0;
}
body,
html {
  overflow-x: hidden;
}
img {
  width: 100%;
  display: block;
}
.img1 {
  position: relative;
  overflow-y: hidden;
}
.img1 img {
  width: 100%;
  height: 100%;
  display: block;
}
.img1 a {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  z-index: 99;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  color: rgba(222, 254, 255, 0);
}
