.e-zoom {
  position: relative;
  padding: 0 !important;
}
.e-zoom .e-zoom-full {
  width: 36px;
  height: 36px;
  background-color: #333;
  border-radius: 5px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  display: none;
}
@media (max-width: 992px) {
  .e-zoom .e-zoom-full {
    display: block;
  }
}
@media (max-width: 750px) {
  .e-zoom .e-zoom-full {
    display: block;
    width: 24px;
    height: 24px;
    bottom: 5px;
    right: 5px;
  }
}
.e-zoom .e-zoom-full .icon-quanping {
  font-size: 30px;
  color: #fff;
  width: 36px;
  margin-left: 3px;
  text-align: center;
  line-height: 36px;
}
@media (max-width: 750px) {
  .e-zoom .e-zoom-full .icon-quanping {
    font-size: 20px;
    width: 24px;
    margin-left: 2px;
    line-height: 25px;
    display: flex;
  }
}
.e-zoom-viewbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}
.e-zoom-viewbox .z_close {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}
.e-zoom-viewbox img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0%;
  left: 0;
  margin: auto;
  max-width: 1400px;
  padding: 80px 20px;
  width: 100%;
  z-index: 2;
}
.e-zoom-viewbox .icon-close {
  position: fixed;
  right: 30px;
  top: 30px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  z-index: 9;
}
