@charset "utf-8";
/* CSS Document */
/*JF*/
.az-content {
  width: 400px;
  height: 400px;
  position: fixed;
  left: 0;
  top: 60%;
  transform: translateY(-10%);
  z-index: 1000;
  background: url('../jfsq/8.gif') no-repeat 120px center / 60% 60%;
  opacity: 0.6;
}
.az-content:hover {
  opacity: 1;
}
.az-content .az-layout {
  width: 400%;
  height: 400px;
  position: relative;
}


/*JF*/