@import "./s.source.css";
.abk-content .abk-tab a {
  width: 50%;
  display: block;
  float: left;
  transition: all 0.3s ease 0s;
  opacity: 1;
}
.abk-content .abk-tab a:hover {
  opacity: 0.6;
}
.abk-content .abk-tab img {
  width: 100%;
}
.abk-content .sticky {
  position: absolute;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding-top: 20px;
  padding-bottom: 20px;
}
.abk-content .sticky img {
  margin-left: auto;
  margin-right: auto;
}

.abk-station img {
  width: 100%;
}

div.modal-content {
  z-index: 200;
}

div.modal-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}

/*# sourceMappingURL=s.css.map */
