#layout-main .reserved {
  display: none !important;
}
#layout-main .fly-area {
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  bottom: 50px;
  overflow: hidden;
  z-index: 2;
  width: 210px;
  margin: 0 auto;
}
#layout-main .fly-area .fly-area-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
#layout-main .fly-area .fly-item {
  background-size: cover;
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  opacity: 0;
}
