/* line 1, ../sass/floating.scss */
.floating-black {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 104;
  display: none;
}
/* line 10, ../sass/floating.scss */
.floating-black .close {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 80px;
  height: 80px;
  font-size: 60px;
  font-weight: 700;
  line-height: 80px;
  color: #ff9a00;
  text-align: center;
  cursor: pointer;
  z-index: 110;
  margin-left: 190px;
}
/* line 25, ../sass/floating.scss */
.floating-black .close:hover {
  transform: scale(1.2);
}
/* line 30, ../sass/floating.scss */
.floating-black .shadow {
  background-color: #000;
  opacity: .7;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 101;
}

/* line 42, ../sass/floating.scss */
.floating-page {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 102;
}
/* line 50, ../sass/floating.scss */
.floating-page-box {
  width: 540px;
  height: 100%;
  margin: 100px auto 0;
  position: relative;
  z-index: 102;
  overflow: hidden;
}
/* line 58, ../sass/floating.scss */
.floating-page-box iframe {
  width: 100%;
  height: 100%;
}
