body {
  background-color: #f5f5f5;
  color: #333;
}

html, body {
  margin: 0;
  padding: 0;
}

.show-transition {
  transition: all 0.3s ease;
  opacity: 1;
}

.show-enter,
.show-leave {
  opacity: 0;
}

@font-face {
  font-family: fzzyjt;
  src: url("./assets/fangzhengzhunyuanjianti.ttf");
  /* IE9 */
}
#game-root.isIpx::after {
  content: "";
  display: block;
  background: white;
  height: 34px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 999;
  position: fixed;
}
#game-root.isIpx .bottomBack {
  bottom: 34px;
}
#game-root.isIpx .rank__wrapper {
  height: calc(100vh - 46vw - 14vw - 34px);
}
#game-root.isIpx .workList__wrapper {
  height: calc(100vh - 20vw - 14vw - 34px);
  bottom: calc(14vw + 34px);
}
#game-root.isIpx .rule__wrapper {
  padding-bottom: 34px;
}
#game-root.isIpx .rule__back {
  bottom: calc(5vw + 34px);
}
#game-root.isIpx .workDetail__btn-text,
#game-root.isIpx .tplDetail__btn-text {
  bottom: calc(16vw + 34px);
}
#game-root.isIpx .workDetail__btn,
#game-root.isIpx .tplList__btn,
#game-root.isIpx .tplDetail__btn {
  bottom: calc(14vw + 34px);
}
#game-root.isIpx .tplList__tpls {
  padding-bottom: calc(16vw + 34px);
}
#game-root.isIpx .publish__wrapper {
  bottom: calc(14vw + 34px);
  height: calc(100vh - 40vw - 14vw - 34px);
}
#game-root.isIpx .preview__actions {
  bottom: calc(14vh + 34px);
}
#game-root.isIpx .workDetail__video {
  height: calc(100vh - 34px);
}
#game-root.isIpx .home__tpls {
  height: calc(100vh - 60vw - 12vw - 14vw - 1.5vw - 34px);
}
#game-root.isIpx .game-page--rule {
  padding-bottom: calc(10vw + 34px);
}
#game-root.isIpx .preview__video,
#game-root.isIpx .workDetail__video,
#game-root.isIpx .tplDetail__video {
  height: calc(100vh - 14vw - 34px);
}

.game-page {
  font-family: fzzyjt;
  font-size: 14px;
  background: #f2f2f2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.game-dialog {
  font-family: fzzyjt;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottomBack {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 14vw;
  line-height: 14vw;
  background: linear-gradient(90deg, #ff4b86, #ff9f5c);
  color: white;
  font-size: 16px;
  border-top-left-radius: 5vw;
  border-top-right-radius: 5vw;
  padding-left: 6vw;
  box-sizing: border-box;
  letter-spacing: 0.5vw;
  z-index: 1000;
}
.bottomBack img {
  height: 8vw;
  margin-right: 2vw;
  vertical-align: middle;
}
.bottomBack__right {
  position: absolute;
  right: 6vw;
  top: 0;
}

.home__banner {
  height: 56vw;
  width: 100vw;
}
.home__banner__slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home__banner .swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}
.home__banner .swiper-pagination-bullet-active {
  background: #ff9b1a;
}
.home__nav {
  text-align: center;
}
.home__nav__btn {
  display: inline-block;
  position: relative;
  margin: 1.5vw 0.6vw;
}
.home__nav__btn__bg {
  height: 9vw;
  vertical-align: middle;
}
.home__nav__btn__icon {
  position: absolute;
  top: 1vw;
  left: 1vw;
  height: 7vw;
  vertical-align: middle;
}
.home__nav__btn__label {
  position: absolute;
  top: 1vw;
  left: 9vw;
  color: white;
  font-size: 16px;
  line-height: 7vw;
  letter-spacing: 4px;
}
.home__tpls {
  height: calc(100vh - 60vw - 12vw - 14vw - 1.5vw);
  overflow-y: auto;
  text-align: center;
  padding: 0 4vw;
  box-sizing: border-box;
}
.home__tpls::after {
  content: "";
  display: block;
  clear: both;
}
.home__tpls__item {
  position: relative;
  width: 44vw;
  height: 60vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 2vw;
  margin: 1vw;
  float: left;
}
.home__tpls__item__like {
  position: absolute;
  bottom: 1vw;
  right: 2vw;
  font-size: 12px;
}
.home__tpls__item__like img {
  height: 6vw;
}
.home__tpls__item__like span {
  position: absolute;
  line-height: 6vw;
  text-align: right;
  width: 70%;
  right: 0;
  top: 0;
  text-align: center;
}
.home__bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 14vw;
  background: linear-gradient(90deg, #ff4b86, #ff9f5c);
}
.home__bottom.isIpx {
  bottom: 34px;
}
.home__bottom__left {
  padding: 3vw;
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translate(0, -50%);
}
.home__bottom__right {
  padding: 3vw;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translate(0, -50%);
}
.home__bottom__icon {
  background: white;
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 1vw;
  display: inline-block;
}
.home__bottom__label {
  color: white;
  font-size: 16px;
  letter-spacing: 2px;
}
.home__bottom__center {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  font-size: 0;
  width: 34vw;
  z-index: 1;
}
.home__bottom__center img {
  width: 100%;
}
.home__bottom__center span {
  font-size: 18px;
  color: white;
  position: absolute;
  bottom: 3vw;
  left: 0;
  width: 100%;
  letter-spacing: 3px;
}

.game-page--tplList {
  background-image: url("./assets/imgs/bg-tplDetail.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.tplList__tpls {
  height: 100vh;
  padding: 6vw 4vw 16vw;
  box-sizing: border-box;
  overflow-y: auto;
  text-align: center;
}
.tplList__tpls::after {
  content: "";
  display: block;
  clear: both;
}
.tplList__tpls__item {
  position: relative;
  width: 44vw;
  height: 60vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 2vw;
  margin: 1vw;
  float: left;
}
.tplList__tpls__item::after {
  position: absolute;
  top: 3%;
  left: 3%;
  display: block;
  content: "";
  background-image: url("./assets/imgs/icon-notchoosed.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 5vw;
  height: 5vw;
}
.tplList__tpls__item.active::after {
  background-image: url("./assets/imgs/icon-choosed.png");
}
.tplList__tpls__item__count {
  position: absolute;
  bottom: 2vw;
  right: 1vw;
  font-size: 12px;
}
.tplList__btn {
  position: absolute;
  bottom: 14vw;
  width: 30vw;
  left: 35vw;
  z-index: 2;
  transition: all ease 0.2s;
}
.tplList__btn.disabled {
  filter: grayscale(0.5);
}

.game-page--tplDetail {
  background-image: url("./assets/imgs/bg-tplDetail.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.tplDetail__like {
  background-image: url("./assets/imgs/bg-like.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 10vw;
  left: 10vw;
  width: 18vw;
  height: 8vw;
  line-height: 8vw;
  font-size: 12px;
  padding-left: 7vw;
  box-sizing: border-box;
  text-align: center;
}
.tplDetail__video {
  width: 100vw;
  height: calc(100vh - 14vw);
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.tplDetail__btn {
  position: absolute;
  bottom: 14vw;
  width: 30vw;
  left: 35vw;
  z-index: 2;
}
.tplDetail__btn-text {
  position: absolute;
  bottom: 16vw;
  width: 30vw;
  left: 35vw;
  z-index: 3;
  color: white;
  text-align: center;
  font-size: 16px;
  letter-spacing: 3px;
  pointer-events: none;
}

.game-page--publish {
  background-image: url("./assets/imgs/bg-publish.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.publish__wrapper {
  width: 94vw;
  height: calc(100vh - 40vw - 14vw);
  box-sizing: border-box;
  position: absolute;
  bottom: 14vw;
  left: 3vw;
  z-index: 1;
  background: white;
  background: linear-gradient(135deg, #ff9b1a, #ffe423);
  padding: 2px;
  padding-bottom: 0;
  border-top-left-radius: 5vw;
  border-top-right-radius: 5vw;
}
.publish__cnt {
  width: 100%;
  height: 100%;
  background: white;
  border-top-left-radius: calc(5vw - 2px);
  border-top-right-radius: calc(5vw - 2px);
  padding: 4vw 2vw;
  box-sizing: border-box;
}
.publish__video {
  width: 100%;
  height: 36vh;
  font-size: 0;
  background: linear-gradient(0deg, #ff9b1a, #ffe423);
}
.publish__video__tpl {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  height: 100%;
  object-fit: contain;
}
.publish__video__camera {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 50%;
  position: relative;
}
.publish__video__camera img {
  position: absolute;
  width: 12vw;
  left: 50%;
  top: 50%;
}
.publish__video__camera img:nth-child(1) {
  transform: translate(-50%, -50%);
}
.publish__video__camera img:nth-child(2) {
  transform: translate(-50%, 40%);
}
.publish__video__stat {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}
.publish__video__stat span:first-child {
  margin-right: 20px;
}
.publish__video__upload {
  display: none;
}
.publish__rechoose {
  width: 12vw;
  display: block;
  margin: 1vh auto 2vh;
}
.publish__confirm {
  height: 10vw;
  display: block;
  margin: 0 auto;
}
.publish__timebar {
  padding: 3vw 3vw 0;
}
.publish__bar {
  background: #dbdcdc;
  height: 1vw;
  width: 100%;
  border-radius: 0.5vw;
  margin-bottom: 2vw;
}
.publish__bar__inner {
  width: 50%;
  height: 100%;
  border-radius: 0.5vw;
  position: relative;
  background: linear-gradient(90deg, #ff9b1a, #ffe423);
}
.publish__bar__inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  border-radius: 50%;
  background: linear-gradient(90deg, #ff9b1a, #ffe423);
  height: 3vw;
  width: 3vw;
  transform: translate(-50%, -50%);
}
.publish__stat {
  color: #ff9b1a;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}

.game-page--preview {
  background-image: url("./assets/imgs/bg-tplDetail.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.preview__hint {
  position: absolute;
  top: 4vw;
  right: 4vw;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 14px;
  line-height: 30px;
  padding: 0 6px;
  border-radius: 4px;
}
.preview__video {
  width: 100vw;
  height: calc(100vh - 14vw);
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.preview__replay {
  width: 12vw;
  display: block;
  margin: 1vh auto 2vh;
}
.preview__publish {
  height: 10vw;
  display: block;
  margin: 0 auto;
}
.preview__actions {
  position: absolute;
  bottom: 14vh;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.preview__user {
  position: absolute;
  top: 4vw;
  left: 4vw;
  width: 15vw;
}
.preview__user__avatar {
  background: linear-gradient(135deg, #ff4d85, #ff9d5d);
  padding: 1vw;
  box-sizing: border-box;
  width: 12vw;
  height: 12vw;
  margin: 0 auto 0.5vw;
  border-radius: 50%;
  font-size: 0;
}
.preview__user__avatar img {
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 50%;
}
.preview__user__name {
  font-size: 12px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.preview__music {
  position: absolute;
  top: 6vw;
  right: 6vw;
  width: 8vw;
  transition: all ease 0.2s;
  filter: grayscale(1);
}
.preview__music.active {
  filter: grayscale(0);
}

.game-page--workList {
  background-image: url("./assets/imgs/bg-workList.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.workList__stat {
  display: flex;
  height: 20vw;
  align-items: center;
  justify-content: space-between;
}
.workList__wrapper {
  width: 94vw;
  height: calc(100vh - 20vw - 14vw);
  box-sizing: border-box;
  position: absolute;
  bottom: 14vw;
  left: 3vw;
  z-index: 1;
  background: white;
  background: linear-gradient(135deg, #ff9b1a, #ffe423);
  padding: 2px;
  padding-bottom: 0;
  border-top-left-radius: 5vw;
  border-top-right-radius: 5vw;
}
.workList__cnt {
  width: 100%;
  height: 100%;
  background: white;
  border-top-left-radius: calc(5vw - 2px);
  border-top-right-radius: calc(5vw - 2px);
  padding: 38vw 2vw 2vw;
  box-sizing: border-box;
  text-align: center;
}
.workList__works {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
}
.workList__works::after {
  content: "";
  display: block;
  clear: both;
}
.workList__works__item {
  position: relative;
  width: 42vw;
  height: 60vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 2vw;
  margin: 1vw;
  float: left;
}
.workList__works__item__like {
  position: absolute;
  bottom: 1vw;
  right: 2vw;
  font-size: 12px;
}
.workList__works__item__like img {
  height: 6vw;
}
.workList__works__item__like span {
  position: absolute;
  line-height: 6vw;
  text-align: right;
  width: 70%;
  right: 0;
  top: 0;
  text-align: center;
}
.workList__user {
  position: absolute;
  top: 0%;
  left: 50%;
  width: 30vw;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.workList__user__avatar {
  background: linear-gradient(135deg, #ff4d85, #ff9d5d);
  padding: 1vw;
  box-sizing: border-box;
  width: 24vw;
  height: 24vw;
  margin: 0 auto 1vw;
  border-radius: 50%;
  font-size: 0;
}
.workList__user__avatar img {
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 50%;
}
.workList__user__name {
  font-size: 18px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.workList__stat {
  position: absolute;
  top: 16vw;
  left: 0;
  width: 100%;
  font-size: 0;
  text-align: center;
  z-index: 1;
}
.workList__stat__item {
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}
.workList__stat__item:first-child {
  border-right: 1px solid #cccccc;
}
.workList__stat__item img {
  width: 8vw;
  margin-bottom: 1vw;
}
.workList__stat__item span:first-child {
  font-size: 12px;
}
.workList__stat__item span:last-child {
  font-size: 18px;
}
.workList__hint {
  font-size: 14px;
  position: absolute;
  top: 4vw;
  left: 4vw;
  z-index: 1;
}
.workList__address {
  font-size: 14px;
  position: absolute;
  top: 4vw;
  right: 4vw;
  z-index: 1;
}

.game-page--workDetail {
  background-image: url("./assets/imgs/bg-tplDetail.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.workDetail__wait {
  width: 100vw;
  height: 100vh;
  background-image: url("./assets/imgs/work-detail-wait.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.workDetail__video {
  width: 100vw;
  height: calc(100vh - 14vw);
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.workDetail__user {
  position: absolute;
  top: 4vw;
  left: 4vw;
  width: 15vw;
}
.workDetail__user__avatar {
  background: linear-gradient(135deg, #ff4d85, #ff9d5d);
  padding: 1vw;
  box-sizing: border-box;
  width: 12vw;
  height: 12vw;
  margin: 0 auto 0.5vw;
  border-radius: 50%;
  font-size: 0;
}
.workDetail__user__avatar img {
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 50%;
}
.workDetail__user__name {
  font-size: 12px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.workDetail__share {
  position: absolute;
  top: 4vw;
  right: 4vw;
  width: 32vw;
}
.workDetail__actions {
  position: absolute;
  bottom: 10vh;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.workDetail__btn {
  position: absolute;
  bottom: 14vw;
  width: 30vw;
  left: 35vw;
  z-index: 2;
}
.workDetail__btn-text {
  position: absolute;
  bottom: 16vw;
  width: 30vw;
  left: 35vw;
  z-index: 3;
  color: white;
  text-align: center;
  font-size: 16px;
  letter-spacing: 3px;
  pointer-events: none;
}
.workDetail__like {
  background-image: url("./assets/imgs/bg-like.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 4vw;
  left: 20vw;
  width: 18vw;
  height: 8vw;
  line-height: 8vw;
  font-size: 12px;
  padding-left: 7vw;
  box-sizing: border-box;
  text-align: center;
}
.workDetail__time {
  font-size: 14px;
  text-align: center;
  position: absolute;
  top: 6vw;
  left: 50%;
  transform: translate(-50%, 0);
}

.rank__title {
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
}
.rank__wrapper {
  width: 86vw;
  height: calc(100vh - 46vw - 14vw);
  box-sizing: border-box;
  position: absolute;
  top: 46vw;
  left: 7vw;
  z-index: 1;
  background: white;
  background: linear-gradient(135deg, #ff9b1a, #ffe423);
  padding: 2px;
  padding-bottom: 0;
  border-top-left-radius: 5vw;
  border-top-right-radius: 5vw;
}
.rank__list {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: white;
  border-top-left-radius: calc(5vw - 2px);
  border-top-right-radius: calc(5vw - 2px);
  padding: 4vw;
  box-sizing: border-box;
}
.rank__list__item {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 13vw;
  position: relative;
}
.rank__list__item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ff9b1a, #ffe423);
}
.rank__list__item:nth-child(1), .rank__list__item:nth-child(2), .rank__list__item:nth-child(3) {
  padding-top: 3vw;
}
.rank__list__item:nth-child(1) .rank__list__item__avatar::before, .rank__list__item:nth-child(2) .rank__list__item__avatar::before, .rank__list__item:nth-child(3) .rank__list__item__avatar::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 132.17%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: scale(1.1, 1.1);
  transform-origin: 60% 75%;
}
.rank__list__item:nth-child(1) .rank__list__item__avatar::before {
  background-image: url("./assets/imgs/icon-rank1.png");
}
.rank__list__item:nth-child(2) .rank__list__item__avatar::before {
  background-image: url("./assets/imgs/icon-rank2.png");
}
.rank__list__item:nth-child(3) .rank__list__item__avatar::before {
  background-image: url("./assets/imgs/icon-rank3.png");
}
.rank__list__item__rank {
  width: 10vw;
  text-align: center;
}
.rank__list__item__avatar {
  width: 10vw;
  height: 10vw;
  font-size: 0;
  position: relative;
}
.rank__list__item__avatar img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.rank__list__item__name {
  padding: 0 1.2vw;
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.rank__list__item__view {
  width: 16vw;
  font-size: 12px;
}
.rank__list__item__view:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1vw;
  content: "";
  background-image: url("./assets/imgs/icon-view.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 6vw;
  height: 6vw;
}
.rank__list__item__like {
  width: 16vw;
  font-size: 12px;
}
.rank__list__item__like:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1vw;
  content: "";
  background-image: url("./assets/imgs/icon-like.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 7vw;
  height: 7vw;
}
.rank__list__hint {
  font-size: 12px;
  text-align: center;
  line-height: 24px;
}

.address__cnt {
  width: 80vw;
  position: relative;
}
.address__cnt__bg {
  width: 100%;
  display: block;
}
.address__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform: translate(30%, -50%);
  width: 10vw;
}
.address__save {
  height: 10vw;
  margin: 3vw auto;
  display: block;
}
.address__form {
  width: 68%;
  position: absolute;
  z-index: 1;
  top: 22.5vw;
  left: 50%;
  transform: translate(-50%, 0);
}
.address__form input {
  padding: 0;
  font-size: 14px;
  line-height: 5vw;
  width: 100%;
  display: block;
  margin-bottom: 10.65vw;
  background: transparent;
  -webkit-appearance: none;
  outline: none;
  box-shadow: none;
  border: none;
  text-align: center;
}

.share__cnt {
  width: 80vw;
  position: relative;
}
.share__cnt__bg {
  width: 100%;
  display: block;
  transform: translate(2.5%, 0);
}
.share__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform: translate(30%, -50%);
  width: 10vw;
}
.share__btn {
  height: 10vw;
  margin: 3vw auto;
  display: block;
  position: absolute;
  bottom: -2vw;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}

.shareSuccess__cnt {
  width: 80vw;
  position: relative;
}
.shareSuccess__cnt__bg {
  width: 100%;
  display: block;
  transform: translate(2.5%, 0);
}
.shareSuccess__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform: translate(30%, -50%);
  width: 10vw;
}
.shareSuccess__btn {
  height: 10vw;
  margin: 3vw auto;
  display: block;
  position: absolute;
  bottom: -2vw;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}

.gift__cnt {
  width: 80vw;
  position: relative;
}
.gift__cnt__bg {
  width: 100%;
  display: block;
  transform: translate(2.5%, 0);
}
.gift__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform: translate(30%, -50%);
  width: 10vw;
}
.gift__btn {
  height: 10vw;
  margin: 3vw auto;
  display: block;
  position: absolute;
  bottom: -2vw;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}

.ruleDialog__cnt {
  width: 80vw;
  position: relative;
}
.ruleDialog__cnt__bg {
  max-width: 80vw;
  max-height: 75vh;
  margin: 0 auto;
  display: block;
}
.ruleDialog__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform: translate(30%, -50%);
  width: 10vw;
}
.ruleDialog__btn {
  height: 10vw;
  margin: 3vw auto;
  display: block;
  z-index: 1;
}

.game-page--rule {
  overflow-y: auto;
  padding-bottom: 10vw;
}

.rule__bg {
  width: 100%;
  display: block;
}

.game-dialog--toast {
  z-index: 10001;
  background: transparent;
  pointer-events: none;
}

.toast__cnt {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  max-width: 80vw;
  padding: 2vw 4vw;
  border-radius: 2vw;
}
