body {
  font-family: Arial;
  text-decoration: none;
  color: black;
  font-size: 10pt;
  line-height: 14pt;
}

a {
  font-family: Arial;
  text-decoration: none;
  color: black;
  font-size: 10pt;
  line-height: 14pt;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.link {
  position: fixed;
  width: 170px;
  height: 130px;
  z-index: 999999;
}

#slide {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

#pre {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background-color: transparent;
  z-index: 9999;
  cursor: w-resize;
}

#nex {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background-color: transparent;
  z-index: 9999;
  cursor: e-resize;
}

.Absolute-Center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.Absolute-Center.is-Resizable {
  max-width: 70%;
  max-height: 70%;
  resize: both;
  overflow: auto;
  z-index: 9999;
}