#invite[data-v-0270dc11] {
  padding: 1px 0 11.8rem 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}
.share[data-v-0270dc11] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 11.8rem;
  background-color: #F6F6F6;
}
.poster[data-v-0270dc11] {
  position: relative;
  margin-top: 4.4rem;
  height: calc(100% - 4.4rem);
}
.poster > .poster_img[data-v-0270dc11] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 29rem;
    height: 42rem;
    border-radius: 1rem;
    box-shadow: 0px 0px 25px 0px rgba(107, 107, 107, 0.24);
}
#mdCustom > .loading[data-v-0270dc11] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 9rem;
  height: 10rem;
  border-radius: 0.8rem;
  background-color: rgba(0, 0, 0, 0.8);
}
#mdCustom > .loading > .img[data-v-0270dc11] {
    position: absolute;
    top: 1.8rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 4rem;
    height: 4rem;
    -webkit-animation: rotation-data-v-0270dc11 1.2s linear infinite;
            animation: rotation-data-v-0270dc11 1.2s linear infinite;
}
#mdCustom > .loading > .desc[data-v-0270dc11] {
    position: absolute;
    bottom: 1.2rem;
    left: 0;
    right: 0;
    margin: auto;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
    font-size: 1.3rem;
    color: #ddd;
}
@-webkit-keyframes rotation-data-v-0270dc11 {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}
@keyframes rotation-data-v-0270dc11 {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}

