.popup-wrapper[data-v-9b1031d6] {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 34px 16px 76px;
  background-color: #fff;
  border-top-right-radius: 14px;
  border-top-left-radius: 14px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  transition: all ease 0.5s;
}
.popup-wrapper .popup-content[data-v-9b1031d6] {
  height: 100%;
  overflow: auto;
}
.popup-wrapper .popup-button[data-v-9b1031d6] {
  position: absolute;
  top: -30px;
  right: 0;
  width: auto;
  padding: 14px 17px 14px 0px;
  background-color: inherit;
  border-top-right-radius: 14px;
  box-shadow: 0 -6px 6px rgba(0, 0, 0, 0.01);
  font-size: 14px;
  color: #7263FF;
}
.popup-wrapper .popup-button[data-v-9b1031d6]::before {
  content: '';
  position: absolute;
  top: -26px;
  left: -40px;
  z-index: -1;
  width: 80px;
  height: 60px;
  background-color: inherit;
  border-radius: 14px;
  border-bottom-left-radius: 0px;
  transform: perspective(7px) scale(1, 1) rotateX(5deg);
  transform-origin: bottom right;
}
.popup-wrapper .popup-button .popup-decorate-icon[data-v-9b1031d6] {
  font-size: 24px;
}
.popup-wrapper .popup-button .popup-button-text[data-v-9b1031d6] {
  position: relative;
  top: -3px;
  margin: 0px 6px;
}
.popup-wrapper .popup-button .popup-button-icon[data-v-9b1031d6] {
  position: relative;
  top: -3px;
}
.popup-wrapper .mask[data-v-9b1031d6] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.popup-wrapper .popup-inner[data-v-9b1031d6]::-webkit-scrollbar {
  display: none !important;
}
.popup-wrapper[data-v-9b1031d6] img {
  max-width: 90% !important;
}
.moveing[data-v-9b1031d6] {
  transition: none;
}
