body, html {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#app {
  position: relative;
  width: 100%;
  height: 100%;
}

.mainpage {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.modal-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(0, 0, 0, 0.8);
}

.modal {
  width: 100%;
  height: 100%;
}

.share-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
}

.share-modal div {
  position: absolute;
  top: 0.46rem;
  right: 0.46rem;
  width: 5.32rem;
  height: 5.08rem;
  background: url(/css/i/share.png) no-repeat;
  background-size: 100% auto;
}

#__bs_notify__ {
  display: none !important;
}
