#mainBody .reservationNav {
  justify-content: space-between;
  background: none;
  padding: 28px 43px;
  height: auto;
  max-height: none;
}

#mainBody .download .homeBg-hint {
  top: 2.5vh;
}

#mainBody .reservationNav .logo {
  width: 268px;
}

#mainBody .reservationNav .navRightLoginIcon,
#mainBody .reservationNav .navRightMusic {
  margin: 0;
}

#mainBody .reservationNav .navRightTow {
  gap: 25px;
}

#mainBody .reservationNav .navRightTow .returnToHome {
  height: 60px;
  aspect-ratio: 217 / 60;
  background: url(../img/reservation/returnHome.png) no-repeat center / 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #000000;
  font-weight: bold;
}

#mainBody .reservationNav .navRightLoginIcon,
#mainBody .reservationNav .navRightMusic,
#mainBody .reservationNav .navRightTow .navRightShare {
  flex-shrink: 0;
  width: 57px;
}

#mainBody .navRightLoginIcon .navLoginBox {
  bottom: -93px;
  height: 94px;
  padding-top: 43px;
}

#mainBody .broadside {
  width: 96px;
  height: 521px;
  position: fixed;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/reservation/broadside.png) no-repeat center / 100%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  box-sizing: border-box;
}

#mainBody .broadside .broadside-item img {
  display: none;
  /* opacity: 0; */
  width: 93px;
  height: 250px;
  margin: 5px 0;
  transition: all 0.2s ease;
}

#mainBody .broadside .broadside-item.cur img {
  display: block;
  /* opacity: 1; */
}

#mainBody .broadside .broadside-item .broadside-item-text {
  padding: 8px 0;
  /* opacity: 1; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  color: #FFFFFF;
  transition: all 0.2s ease;

}

#mainBody .broadside .broadside-item.cur .broadside-item-text {
  display: none;
  /* opacity: 0; */
}

#mainBody .broadside .broadside-subscribe {
  margin-top: 10px;
  width: 77px;
  height: 77px;
  cursor: pointer;
}

#mainBody .milestone {
  width: 100%;
  height: 100vh;
  position: relative;
  background: url(../img/reservation/milestone/milestone-bg.png) no-repeat center / cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

#mainBody .milestone::after,
#mainBody .milestone::before {
  content: "";
  position: absolute;
}

#mainBody .milestone::after {
  width: 253px;
  height: 67px;
  background: url(../img/reservation/milestone/milestone-bg-head.png) no-repeat center / cover;
  top: 145px;
  right: 132px;
}

#mainBody .milestone::before {
  width: 195px;
  height: 68px;
  background: url(../img/reservation/milestone/milestone-bg-footer.png) no-repeat center / cover;
  bottom: 100px;
  right: 124px;
}

#mainBody .milestone .milestone-logo {
  width: 366px;
  height: 231px;
  position: absolute;
  top: 64px;
  left: 128px;
}

#mainBody .milestone .milestone-centent {
  margin-top: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

#mainBody .milestone .milestone-info {
  padding-bottom: 23px;
}

#mainBody .milestone .milestone-info .milestone-prize {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}

#mainBody .milestone .milestone-info .milestone-prize-item {
  width: 217px;
  height: 265px;
  background: url(../img/reservation/milestone/milestone-mini.png) no-repeat center / cover;
  text-align: center;
  line-height: 1;
  position: relative;
}

#mainBody .milestone .milestone-info .milestone-prize-item .milestone-prize-img-card {
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 40px;
}

#mainBody .milestone .milestone-info .milestone-prize-item .milestone-prize-img {
  max-width: 75px;
  max-height: 75px;
}

#mainBody .milestone .milestone-info .milestone-prize-item .milestone-prize-card {
  padding-top: 30px;
}

#mainBody .milestone .milestone-info .milestone-prize-item .milestone-prize-card .milestone-prize-int {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 18px;
}

#mainBody .milestone .milestone-info .milestone-prize-item .milestone-prize-card .milestone-prize-int span {
  font-size: 26px;
}

#mainBody .milestone .milestone-info .milestone-prize-item .milestone-prize-card .milestone-prize-tip {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 4px;
  /* white-space: pre-wrap; */
}

#mainBody .milestone .milestone-info .milestone-prize-item:last-child {
  width: 308px;
  height: 378px;
  background: url(../img/reservation/milestone/milestone-big.png) no-repeat center / cover;
  margin-left: -25px;
}

#mainBody .milestone .milestone-info .milestone-prize-item:last-child .milestone-prize-img-card {
  position: relative;
  height: 200px;
}

#mainBody .milestone .milestone-info .milestone-prize-item:last-child .milestone-prize-img {
  max-width: 591px;
  max-height: 372px;
  position: absolute;
  right: 20px;
  bottom: -10px;
}

#mainBody .milestone .milestone-info .milestone-prize-item:last-child .milestone-prize-card {
  padding-top: 50px;
}

#mainBody .milestone .milestone-info .milestone-prize-item:last-child .milestone-prize-card .milestone-prize-int {
  font-size: 23px;
}

#mainBody .milestone .milestone-info .milestone-prize-item:last-child .milestone-prize-card .milestone-prize-int span {
  font-size: 37px;
}

#mainBody .milestone .milestone-info .milestone-prize-item:last-child .milestone-prize-card .milestone-prize-tip {
  line-height: 19px;
}

#mainBody .milestone .milestone-info .milestone-progress {
  display: flex;
  gap: 4px;
  margin-top: 12px;
}

#mainBody .milestone .milestone-info .milestone-progress .milestone-progress-item {
  width: 217px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

#mainBody .milestone .milestone-info .milestone-progress .milestone-progress-item:last-child {
  width: 308px;
  margin-left: -25px;
}

#mainBody .milestone .milestone-info .milestone-progress .milestone-progress-item::after,
#mainBody .milestone .milestone-info .milestone-progress .milestone-progress-item::before {
  content: "";
  position: absolute;
}

#mainBody .milestone .milestone-info .milestone-progress .milestone-progress-item:nth-child(1):after {
  width: 78px;
  height: 18.4px;
  top: 1px;
  left: 4px;
  background: url(../img/reservation/milestone/milestone-progressDark-1.png) no-repeat center / cover;
}

#mainBody .milestone .milestone-info .milestone-progress .milestone-progress-item:nth-child(2):after {
  width: 168px;
  height: 22px;
  top: 28px;
  left: -87px;
  background: url(../img/reservation/milestone/milestone-progressDark-2.png) no-repeat center / cover;
}

#mainBody .milestone .milestone-info .milestone-progress .milestone-progress-item:nth-child(3):after {
  width: 170px;
  height: 29px;
  top: -5px;
  left: -88px;
  background: url(../img/reservation/milestone/milestone-progressDark-3.png) no-repeat center / cover;
}

#mainBody .milestone .milestone-info .milestone-progress .milestone-progress-item:nth-child(4):after {
  width: 168px;
  height: 21px;
  top: 27px;
  left: -87px;
  background: url(../img/reservation/milestone/milestone-progressDark-4.png) no-repeat center / cover;
}

#mainBody .milestone .milestone-info .milestone-progress .milestone-progress-item:last-child::after {
  width: 174px;
  height: 27px;
  top: -7px;
  left: -50px;
  background: url(../img/reservation/milestone/milestone-progressDark-5.png) no-repeat center / cover;
}

#mainBody .milestone .milestone-info .milestone-progress .milestone-progress-item:last-child::before {
  width: 81px;
  height: 22px;
  top: 31px;
  right: 42px;
  background: url(../img/reservation/milestone/milestone-progressDark-6.png) no-repeat center / cover;
}




#mainBody .milestone .milestone-info .milestone-progress .milestone-progress-item.choose:nth-child(1):after {
  background: url(../img/reservation/milestone/milestone-progress-1.png) no-repeat center / cover;
}

#mainBody .milestone .milestone-info .milestone-progress .milestone-progress-item.choose:nth-child(2):after {
  background: url(../img/reservation/milestone/milestone-progress-2.png) no-repeat center / cover;
}

#mainBody .milestone .milestone-info .milestone-progress .milestone-progress-item.choose:nth-child(3):after {
  background: url(../img/reservation/milestone/milestone-progress-3.png) no-repeat center / cover;
}

#mainBody .milestone .milestone-info .milestone-progress .milestone-progress-item.choose:nth-child(4):after {
  background: url(../img/reservation/milestone/milestone-progress-4.png) no-repeat center / cover;
}

#mainBody .milestone .milestone-info .milestone-progress .milestone-progress-item.choose:last-child::after {
  background: url(../img/reservation/milestone/milestone-progress-5.png) no-repeat center / cover;
}

#mainBody .milestone .milestone-info .milestone-progress .milestone-progress-item.choose:last-child::before {
  background: url(../img/reservation/milestone/milestone-progress-6.png) no-repeat center / cover;
}


#mainBody .milestone .milestone-info .milestone-progress .milestone-progress-item .milestone-button {
  width: 50px;
  height: 50px;
  background: url(../img/reservation/milestone/milestone-prize-unselected.png) no-repeat center / cover;
}

#mainBody .milestone .milestone-info .milestone-progress .milestone-progress-item.choose .milestone-button {
  background: url(../img/reservation/milestone/milestone-prize-choose.png) no-repeat center / cover;
}

#mainBody .milestone .milestone-info .milestone-progress .milestone-progress-item .milestone-progress-title {
  margin-top: 12px;
  width: 122px;
  height: 54px;
  background: url(../img/reservation/milestone/milestone-prize-title-unselected.png) no-repeat center / cover;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 24px;
  color: #929292;
}

#mainBody .milestone .milestone-info .milestone-progress .milestone-progress-item.choose .milestone-progress-title {
  background: url(../img/reservation/milestone/milestone-prize-title-choose.png) no-repeat center / cover;
  color: #5082BB;
}

#mainBody .milestone .milestone-stele {
  width: 282px;
  height: 579px;
  background: url(../img/reservation/milestone/milestone-stele-bg.png) no-repeat center / cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding-top: 125px;
  position: relative;
  line-height: 1;
}

#mainBody .milestone .milestone-stele .milestone-stele-title {
  font-weight: bold;
  font-size: 36px;
  color: #4E80B9;
}

#mainBody .milestone .milestone-stele .milestone-stele-int {
  font-size: 18px;
  color: #4E80B9;
  margin-top: 4px;
}

#mainBody .milestone .milestone-stele .milestone-stele-tip {
  font-weight: bold;
  font-size: 25px;
  color: #4E80B9;
  margin-top: 7px;
}

#mainBody .milestone .milestone-stele .milestone-stele-tip span {
  font-size: 41px;
}

#mainBody .milestone .milestone-stele .milestone-stele-button {
  width: 121px;
  height: 38px;
  background: url(../img/reservation/milestone/milestone-stele-unselected.png) no-repeat center / cover;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 24px;
  color: #EFF9FA;
  margin-top: 14px;
}

#mainBody .milestone .milestone-stele.choose .milestone-stele-button {
  background: url(../img/reservation/milestone/milestone-stele-choose.png) no-repeat center / cover;
}

#mainBody .milestone .milestone-stele .milestone-stele-card {
  width: 324px;
  height: 277px;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}

#mainBody .milestone .milestone-stele .milestone-stele-card img {
  width: 100%;
  height: 100%;
}

#mainBody .appointment {
  width: 100%;
  height: 100vh;
  position: relative;
  background: url(../img/reservation/appointment/appointment-bg.png) no-repeat center / cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

#mainBody .appointment::after,
#mainBody .appointment::before {
  content: "";
  position: absolute;
  top: 80px;
}

#mainBody .appointment::after {
  width: 195px;
  height: 68px;
  background: url(../img/reservation/appointment/appointment-bg-left.png) no-repeat center / cover;
  right: 443px;
}

#mainBody .appointment::before {
  width: 253px;
  height: 67px;
  background: url(../img/reservation/appointment/appointment-bg-right.png) no-repeat center / cover;
  right: 132px;
}


#mainBody .appointment .appointment-content {
  margin-top: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 63px;
  position: relative;
}

#mainBody .appointment .appointment-logo {
  width: 296px;
  height: 231px;
  position: absolute;
  top: -139px;
  left: 30px;
}

#mainBody .appointment .appointment-task {
  width: 678px;
  height: 767px;
  background: url(../img/reservation/appointment/appointment-task.png) no-repeat center / cover;
  position: relative;
  box-sizing: border-box;
  padding: 35px 33px 46px;
  display: flex;
  flex-direction: column;
}

#mainBody .appointment .appointment-task .appointment-task-heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  text-align: right;
  position: relative;
}

#mainBody .appointment .appointment-task .appointment-task-heading .appointment-task-query {
  width: 18px;
  height: 18px;
  background: #065089;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 203px;
  top: 12px;
  cursor: pointer;
}

#mainBody .appointment .appointment-task .appointment-task-heading .appointment-task-title {
  width: 189px;
  height: 41px;
}

#mainBody .appointment .appointment-task .appointment-task-heading .appointment-task-tip {
  font-size: 21px;
  color: #065089;
  line-height: 25px;
}

#mainBody .appointment .appointment-task .appointment-task-content {
  margin-top: 29px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;

}

#mainBody .appointment .appointment-task .appointment-task-content .appointment-task-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 17px 0 50px;
  width: 100%;
  box-sizing: border-box;
}

#mainBody .appointment .appointment-task .appointment-task-content .appointment-task-item .appointment-task-label {
  font-weight: bold;
  font-size: 24px;
  color: #065089;
}

#mainBody .appointment .appointment-task .appointment-task-content .appointment-task-item .appointment-task-label span {
  font-weight: 400;
  margin-left: 12px;
}

#mainBody .appointment .appointment-task .appointment-task-content .appointment-task-item .appointment-task-button {
  width: 123px;
  height: 44px;
  background: #FFC55F;
  border-radius: 10px;
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#mainBody .appointment .appointment-task .appointment-task-content .appointment-task-item .appointment-task-button.disabled {
  cursor: not-allowed;
  background: #C9D2DB;
  color: #F9FAFB;
}

#mainBody .appointment .appointment-task .appointment-task-footer {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
  padding-right: 17px;
  gap: 78px;
}

#mainBody .appointment .appointment-task .appointment-task-footer .appointment-task-footer-button {
  width: 232px;
  height: 66px;
  background: #FFC55F;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 30px;
  color: #000000;
  line-height: 70px;
  cursor: pointer;
}

#mainBody .appointment .appointment-draw {
  width: 864px;
  height: 763px;
  position: relative;
}

#mainBody .appointment .appointment-draw .appointment-draw-content {
  position: relative;
  width: 100%;
  height: 100%;
}

#mainBody .appointment .appointment-draw .appointment-draw-item {
  width: 266px;
  height: 229px;
  position: absolute;
  background: url(../img/reservation/appointment/gift-card.png) no-repeat center / cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.1s ease;
}

#mainBody .appointment .appointment-draw .appointment-draw-item.active::after {
  content: "";
  width: 282px;
  height: 244px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  background: url(../img/reservation/appointment/gift-card-active.png) no-repeat center / cover;
}

#mainBody .appointment .appointment-draw .appointment-draw-item:nth-child(1) {
  top: 0;
  left: 0;
}

#mainBody .appointment .appointment-draw .appointment-draw-item:nth-child(2) {
  top: 0;
  left: 299px;

}

#mainBody .appointment .appointment-draw .appointment-draw-item:nth-child(3) {
  top: 0;
  left: 598px;
}

#mainBody .appointment .appointment-draw .appointment-draw-item:nth-child(4) {
  top: 267px;
  left: 0;
}

#mainBody .appointment .appointment-draw .appointment-draw-item:nth-child(5) {
  top: 267px;
  left: 598px;
}

#mainBody .appointment .appointment-draw .appointment-draw-item:nth-child(6) {
  top: 534px;
  left: 0;
}

#mainBody .appointment .appointment-draw .appointment-draw-item:nth-child(7) {
  top: 534px;
  left: 299px;
}

#mainBody .appointment .appointment-draw .appointment-draw-item:nth-child(8) {
  top: 534px;
  left: 598px;
}

#mainBody .appointment .appointment-draw .appointment-draw-item .appointment-draw-item-gift {
  max-width: 110px;
  max-height: 110px;
  position: relative;
  z-index: 2;
}

#mainBody .appointment .appointment-draw .appointment-draw-item .appointment-draw-item-name {
  position: absolute;
  bottom: 23px;
  left: 50%;
  transform: translateX(-50%);
  width: 206px;
  height: 32px;
  background: url(../img/reservation/appointment/gift-text.png) no-repeat center / cover;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 22px;
  color: #0E5FA7;
  z-index: 2;
}

#mainBody .appointment .appointment-draw .appointment-draw-button {
  width: 266px;
  height: 229px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  line-height: 1;
  position: absolute;
  top: 267px;
  left: 299px;
  cursor: pointer;
  background: url(../img/reservation/appointment/gift-draw.png) no-repeat center / cover;
  transition: all 0.2s ease;
}

#mainBody .appointment .appointment-draw .appointment-draw-button:hover:not(.disabled) {
  transform: scale(1.05);
}

#mainBody .appointment .appointment-draw .appointment-draw-button:active:not(.disabled) {
  transform: scale(0.95);
}

#mainBody .appointment .appointment-draw .appointment-draw-button.disabled {
  cursor: not-allowed;
}

#mainBody .appointment .appointment-draw .appointment-draw-button .appointment-draw-title {
  font-weight: bold;
  font-size: 42px;
  color: #000000;
}

#mainBody .appointment .appointment-draw .appointment-draw-button .appointment-draw-number {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
}

#mainBody .confetti {
  position: fixed;
  width: 10px;
  height: 10px;
  top: -10px;
  animation: confetti-fall 3s ease-out forwards;
}

@keyframes confetti-fall {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }

  100% {
    transform: translateY(100vh) rotate(720deg);
    opacity: 0;
  }
}

#mainBody .activityRulesPopup {
  width: 544px;
  height: 662px;
  background: url(../img/reservation/appointment/activityRulesPopup-bg.png) no-repeat center / cover;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -331px 0 0 -272px;
  z-index: 9999;
  display: none;
}

#mainBody .activityRulesPopup-content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 59px 10px 59px 58px;
}

#mainBody .activityRulesPopup-content .activityRulesPopup-close {
  width: 27px;
  height: 27px;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}

#mainBody .activityRulesPopup-content .activityRulesPopup-title {
  font-weight: bold;
  font-size: 40px;
  color: #282828;
  line-height: 34px;
  margin-bottom: 46px;
  padding-right: 48px;
}

#mainBody .activityRulesPopup-content .activityRulesPopup-int {
  padding-right: 48px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  overflow-y: auto;
  font-weight: 400;
  font-size: 20px;
  color: #282828;
  line-height: 37px;
  word-break: break-all;
}

#mainBody .activityRulesPopup-content .activityRulesPopup-int::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
  border-radius: 10px;
}

#mainBody .activityRulesPopup-content .activityRulesPopup-int::-webkit-scrollbar-thumb {
  background: #33548e;
  border-radius: 10px;
}

#mainBody .activityRulesPopup-content .activityRulesPopup-int::-webkit-scrollbar-track {
  border-radius: 10px;
}


#mainBody .inviteCodePopup {
  width: 742px;
  height: 169px;
  background: url(../img/reservation/appointment/inviteCodePopup-bg.png) no-repeat center / cover;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -84.5px 0 0 -371px;
  z-index: 9999;
  display: none;
}

#mainBody .inviteCodePopup-content {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 78px;
}

#mainBody .inviteCodePopup-content .inviteCodePopup-close {
  width: 27px;
  height: 27px;
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
}

#mainBody .inviteCodePopup-content .inviteCodePopup-code {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 17px;
}

#mainBody .inviteCodePopup-content .inviteCodePopup-code span {
  font-weight: bold;
  font-size: 24px;
  color: #282828;
  word-break: break-all;
}

#mainBody .inviteCodePopup-content .inviteCodePopup-code .inviteCodePopup-copy {
  width: 88px;
  height: 30px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #282828;
  background: #fff;
  cursor: pointer;
}

#mainBody .inviteCodePopup-content .inviteCodePopup-int {
  display: flex;
  align-items: center;
  gap: 10px;
}

#mainBody .inviteCodePopup-content .inviteCodePopup-int .inviteCodePopup-tip {
  position: relative;
  width: 15px;
  height: 15px;
  border: 1px solid #282828;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

#mainBody .inviteCodePopup-content .inviteCodePopup-int .inviteCodePopup-tip::after {
  content: "";
  width: 9px;
  height: 9px;
  background: #282828;
  display: block;
}

#mainBody .inviteCodePopup-content .inviteCodePopup-int span {
  font-size: 20px;
  color: #000000;
  word-break: break-all;
}

#mainBody .myPrizePopup {
  width: 975px;
  height: 662px;
  background: url(../img/reservation/appointment/myPrizePopup-bg.png) no-repeat center / cover;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -331px 0 0 -487.5px;
  z-index: 9999;
  display: none;
}

#mainBody .myPrizePopup-content {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 59px 10px 59px 60px;
}

#mainBody .myPrizePopup-content .myPrizePopup-close {
  width: 27px;
  height: 27px;
  cursor: pointer;
  position: absolute;
  top: 23px;
  right: 23px;
  z-index: 2;
}

#mainBody .myPrizePopup-content .myPrizePopup-title {
  font-weight: bold;
  font-size: 40px;
  color: #282828;
  line-height: 34px;
  margin-bottom: 28px;
  text-align: center;
}

#mainBody .myPrizePopup-content .myPrizePopup-binding {
  width: 180px;
  height: 44px;
  background: url(../img/reservation/appointment/myPrizePopup-binding.png) no-repeat center / cover;
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  cursor: pointer;
}

#mainBody .myPrizePopup-content .myPrizePopup-card {
  padding-right: 70px;
  padding-left: 22px;
  box-sizing: border-box;
  width: 100%;
  height: 400px;
  overflow-y: auto;
  word-break: break-all;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#mainBody .myPrizePopup-content .myPrizePopup-card::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
  border-radius: 10px;
}

#mainBody .myPrizePopup-content .myPrizePopup-card::-webkit-scrollbar-thumb {
  background: #33548e;
  border-radius: 10px;
}

#mainBody .myPrizePopup-content .myPrizePopup-card::-webkit-scrollbar-track {
  border-radius: 10px;
}

#mainBody .myPrizePopup-content .myPrizePopup-card .myPrizePopup-item {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #000000;
}

#mainBody .myPrizePopup-content .myPrizePopup-card .myPrizePopup-item .myPrizePopup-item-name,
#mainBody .myPrizePopup-content .myPrizePopup-card .myPrizePopup-item .myPrizePopup-item-time {
  width: 33%;
}

#mainBody .myPrizePopup-content .myPrizePopup-card .myPrizePopup-item .myPrizePopup-item-button {
  width: 114px;
  height: 40px;
  background: #FFBE33;
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #000000;
  margin-left: auto;
}

#mainBody .myPrizePopup-content .myPrizePopup-card .myPrizePopup-item .myPrizePopup-item-button.disabled {
  cursor: not-allowed;
  background: #C9D2DB;
  color: #F9FAFB;
}



#mainBody .selectCharacterPopup {
  width: 504px;
  height: 405px;
  background: url(../img/reservation/appointment/selectCharacterPopup-bg.png) no-repeat center / cover;
  display: none;
}

#mainBody .selectCharacterPopup-content {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 69px 48px 0;
}

#mainBody .selectCharacterPopup-content .selectCharacterPopup-close {
  width: 27px;
  height: 27px;
  cursor: pointer;
  position: absolute;
  top: 27px;
  right: 27px;
  z-index: 2;
}

#mainBody .selectCharacterPopup-content .selectCharacterPopup-title {
  font-weight: bold;
  font-size: 31px;
  color: #282828;
  line-height: 20px;
  margin-bottom: 26px;
}

#mainBody .selectCharacterPopup-content .selectCharacterPopup-input {
  width: 407px;
  height: 54px;
  border-radius: 27px;
  background: #282828;
  margin-bottom: 24px;
  box-sizing: border-box;
  border: 2px solid #C3DCFF;
  text-align: center;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 200;
}


#mainBody .selectCharacterPopup-content .selectCharacterPopup-select {
  appearance: none;
  background-image: url(../img/reservation/appointment/selectCharacterPopup-down.png);
  background-size: 16px 10px;
  background-repeat: no-repeat;
  background-position: center right 29px;
}

#mainBody .selectCharacterPopup-content .selectCharacterPopup-role {
  display: flex;
  align-items: center;
  justify-content: center;
}

#mainBody .selectCharacterPopup-content .selectCharacterPopup-button {
  width: 114px;
  height: 40px;
  background: #FFBE33;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #000000;
  margin-bottom: 23px;
  cursor: pointer;
}

#mainBody .selectCharacterPopup-content .selectCharacterPopup-int {
  font-size: 16px;
  color: #282828;
  line-height: 20px;
  margin-bottom: 5px;
}

#mainBody .selectCharacterPopup-content .selectCharacterPopup-tip {
  font-size: 16px;
  color: #BD2323;
  line-height: 20px;
}


#mainBody .shippingAddressPopup {
  width: 504px;
  height: 545px;
  background: url(../img/reservation/appointment/shippingAddressPopup-bg.png) no-repeat center / cover;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -272.5px 0 0 -252px;
  z-index: 9999;
  display: none;
}

#mainBody .shippingAddressPopup-content {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 59px 48px 0;
}

#mainBody .shippingAddressPopup-content .shippingAddressPopup-close {
  width: 27px;
  height: 27px;
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
}

#mainBody .shippingAddressPopup-content .shippingAddressPopup-title {
  font-weight: bold;
  font-size: 31px;
  color: #282828;
  line-height: 20px;
  margin-bottom: 35px;
  text-align: center;
}

#mainBody .shippingAddressPopup-content .shippingAddressPopup-input {
  width: 407px;
  height: 54px;
  border-radius: 27px;
  border: 1px solid #282828;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 22px;
  font-weight: 400;
  font-size: 24px;
  color: #282828;
  margin-bottom: 28px;
  background: transparent;
}

#mainBody .shippingAddressPopup-content .shippingAddressPopup-button {
  width: 157px;
  height: 40px;
  background: #FFBE33;
  border-radius: 20px;
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}



#mainBody .prizePopup {
  width: 458px;
  height: 324px;
  background: url(../img/reservation/appointment/prizePopup-bg.png) no-repeat center / cover;
  display: none;
}

#mainBody .prizePopup-content {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
}


#mainBody .prizePopup-content .prizePopup-title {
  font-weight: bold;
  font-size: 31px;
  color: #282828;
  line-height: 20px;
}

#mainBody .prizePopup-content .prizePopup-prize {
  max-width: 115px;
  max-height: 115px;
}

#mainBody .prizePopup-content .prizePopup-int {
  font-size: 24px;
  color: #000000;
  line-height: 40px;
}




#mainBody .communityPopup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

#mainBody .communityPopup .community-card {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#mainBody .communityPopup .community-centent {
  /* width: 898px; */
  height: 125px;
  border-radius: 62px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 53px;
  padding: 0 85px;
}

#mainBody .communityPopup .community-centent .communityM-item {
  width: 77px;
  height: 77px;
  cursor: pointer;
}

#mainBody .communityPopup .community-centent .communityM-item img {
  width: 100%;
}

#mainBody .communityPopup .community-item-box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

#mainBody .communityPopup .community-item-box img {
  max-width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/* 移动端 */

.mainM .milestone {
  width: 100%;
  height: 100vh;
  position: relative;
  background: url(../img/reservation/milestoneM/milestone-bg.png) no-repeat center / cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2.15rem;
  box-sizing: border-box;
}

.mainM .milestone .milestone-logo {
  width: 2.54rem;
  height: 1.6rem;
  position: absolute;
  top: 0.97rem;
  right: 0.23rem;
}

.mainM .milestone .milestone-centent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 0.3rem;
}

.mainM .milestone .milestone-info {
  width: 100%;
  max-width: 7.07rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 0.23rem;
}

.mainM .milestone .milestone-info .milestone-prize {
  display: flex;
  flex-direction: column-reverse;
  gap: 0.17rem;
}

.mainM .milestone .milestone-info .milestone-prize-item {
  width: 5.36rem;
  height: 1.38rem;
  background: url(../img/reservation/milestoneM/milestone-mini.png) no-repeat center / cover;
  text-align: center;
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
}

.mainM .milestone .milestone-info .milestone-prize-item .milestone-prize-img-card {
  width: 2.1rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.mainM .milestone .milestone-info .milestone-prize-item .milestone-prize-img {
  max-width: 0.99rem;
  max-height: 0.99rem;
}

.mainM .milestone .milestone-info .milestone-prize-item .milestone-prize-card {
  flex: 1;
  /* padding-top: 30px; */
}

.mainM .milestone .milestone-info .milestone-prize-item .milestone-prize-card .milestone-prize-int {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 0.31rem;
}

.mainM .milestone .milestone-info .milestone-prize-item .milestone-prize-card .milestone-prize-int span {
  font-size: 0.45rem;
}

.mainM .milestone .milestone-info .milestone-prize-item .milestone-prize-card .milestone-prize-tip {
  font-size: 0.28rem;
  color: #FFFFFF;
  line-height: 0.31rem;
  /* white-space: pre-wrap; */
}


.mainM .milestone .milestone-info .milestone-prize-item:last-child .milestone-prize-img-card {
  position: relative;
}

.mainM .milestone .milestone-info .milestone-prize-item:last-child .milestone-prize-img {
  max-width: 4.1rem;
  max-height: 2.58rem;
  position: absolute;
  left: 0.09rem;
  bottom: 0.17rem;
  transform: scaleX(-1);
}


.mainM .milestone .milestone-info .milestone-progress {
  display: flex;
  flex-direction: column-reverse;
  gap: 0.17rem;
}

.mainM .milestone .milestone-info .milestone-progress .milestone-progress-item {
  height: 1.38rem;
  display: flex;
  align-items: center;
  position: relative;
}


.mainM .milestone .milestone-info .milestone-progress .milestone-progress-item::after,
.mainM .milestone .milestone-info .milestone-progress .milestone-progress-item::before {
  content: "";
  position: absolute;
}

.mainM .milestone .milestone-info .milestone-progress .milestone-progress-item:nth-child(1):after {
  width: 0.13rem;
  height: 0.54rem;
  bottom: -0.04rem;
  left: 0.02rem;
  background: url(../img/reservation/milestoneM/milestone-progressDark-1.png) no-repeat center / cover;
}

.mainM .milestone .milestone-info .milestone-progress .milestone-progress-item:nth-child(2):after {
  width: 0.15rem;
  height: 1.17rem;
  bottom: -0.65rem;
  left: 0.19rem;
  background: url(../img/reservation/milestoneM/milestone-progressDark-2.png) no-repeat center / cover;
}

.mainM .milestone .milestone-info .milestone-progress .milestone-progress-item:nth-child(3):after {
  width: 0.2rem;
  height: 1.18rem;
  bottom: -0.67rem;
  left: -0.05rem;
  background: url(../img/reservation/milestoneM/milestone-progressDark-3.png) no-repeat center / cover;
}

.mainM .milestone .milestone-info .milestone-progress .milestone-progress-item:nth-child(4):after {
  width: 0.15rem;
  height: 1.17rem;
  bottom: -0.66rem;
  left: 0.19rem;
  background: url(../img/reservation/milestoneM/milestone-progressDark-4.png) no-repeat center / cover;
}

.mainM .milestone .milestone-info .milestone-progress .milestone-progress-item:last-child::after {
  width: 0.2rem;
  height: 1.18rem;
  bottom: -0.66rem;
  left: -0.05rem;
  background: url(../img/reservation/milestoneM/milestone-progressDark-5.png) no-repeat center / cover;
}

.mainM .milestone .milestone-info .milestone-progress .milestone-progress-item:last-child::before {
  width: 0.15rem;
  height: 0.56rem;
  top: -0.07rem;
  left: 0.22rem;
  background: url(../img/reservation/milestoneM/milestone-progressDark-6.png) no-repeat center / cover;
}




.mainM .milestone .milestone-info .milestone-progress .milestone-progress-item.choose:nth-child(1):after {
  background: url(../img/reservation/milestoneM/milestone-progress-1.png) no-repeat center / cover;
}

.mainM .milestone .milestone-info .milestone-progress .milestone-progress-item.choose:nth-child(2):after {
  background: url(../img/reservation/milestoneM/milestone-progress-2.png) no-repeat center / cover;
}

.mainM .milestone .milestone-info .milestone-progress .milestone-progress-item.choose:nth-child(3):after {
  background: url(../img/reservation/milestoneM/milestone-progress-3.png) no-repeat center / cover;
}

.mainM .milestone .milestone-info .milestone-progress .milestone-progress-item.choose:nth-child(4):after {
  background: url(../img/reservation/milestoneM/milestone-progress-4.png) no-repeat center / cover;
}

.mainM .milestone .milestone-info .milestone-progress .milestone-progress-item.choose:last-child::after {
  background: url(../img/reservation/milestoneM/milestone-progress-5.png) no-repeat center / cover;
}

.mainM .milestone .milestone-info .milestone-progress .milestone-progress-item.choose:last-child::before {
  background: url(../img/reservation/milestoneM/milestone-progress-6.png) no-repeat center / cover;
}


.mainM .milestone .milestone-info .milestone-progress .milestone-progress-item .milestone-button {
  width: 0.35rem;
  height: 0.35rem;
  background: url(../img/reservation/milestoneM/milestone-prize-unselected.png) no-repeat center / cover;
}

.mainM .milestone .milestone-info .milestone-progress .milestone-progress-item.choose .milestone-button {
  background: url(../img/reservation/milestoneM/milestone-prize-choose.png) no-repeat center / cover;
}

.mainM .milestone .milestone-info .milestone-progress .milestone-progress-item .milestone-progress-title {
  margin-left: 0.04rem;
  width: 0.84rem;
  height: 0.37rem;
  background: url(../img/reservation/milestoneM/milestone-prize-title-unselected.png) no-repeat center / cover;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.18rem;
  color: #929292;
}

.mainM .milestone .milestone-info .milestone-progress .milestone-progress-item.choose .milestone-progress-title {
  background: url(../img/reservation/milestoneM/milestone-prize-title-choose.png) no-repeat center / cover;
  color: #5082BB;
}

.mainM .milestone .milestone-stele {
  width: 7.07rem;
  height: 2.05rem;
  background: url(../img/reservation/milestoneM/milestone-stele-bg.png) no-repeat center / cover;
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1;
  padding-left: 2.48rem;
  box-sizing: border-box;
  gap: 0.14rem;
}

.mainM .milestone .milestone-stele .milestone-stele-centent {
  text-align: right;
}

.mainM .milestone .milestone-stele .milestone-stele-title {
  font-weight: bold;
  font-size: 0.39rem;
  color: #4E80B9;
}

.mainM .milestone .milestone-stele .milestone-stele-int {
  font-size: 0.19rem;
  color: #4E80B9;
  margin-top: 0.1rem;
}

.mainM .milestone .milestone-stele .milestone-stele-tip {
  font-weight: bold;
  font-size: 0.44rem;
  color: #4E80B9;
}

.mainM .milestone .milestone-stele .milestone-stele-tip span {
  font-size: 0.73rem;
}

.mainM .milestone .milestone-stele .milestone-stele-button {
  width: 0.84rem;
  height: 0.26rem;
  background: url(../img/reservation/milestoneM/milestone-stele-unselected.png) no-repeat center / cover;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.18rem;
  color: #EFF9FA;
}

.mainM .milestone .milestone-stele.choose .milestone-stele-button {
  background: url(../img/reservation/milestoneM/milestone-stele-choose.png) no-repeat center / cover;
}

.mainM .milestone .milestone-stele .milestone-stele-card {
  width: 2.56rem;
  height: 2.31rem;
  position: absolute;
  top: 50%;
  left: -0.24rem;
  transform: translateY(-50%);
}

.mainM .milestone .milestone-stele .milestone-stele-card img {
  width: 100%;
  height: 100%;
}


.mainM .appointment {
  width: 100%;
  height: 100vh;
  position: relative;
  background: url(../img/reservation/appointmentM/appointment-bg.png) no-repeat center / cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 0.9rem;
}

.mainM .appointment .appointment-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.32rem;
  position: relative;
}

.mainM .appointment .appointment-logo {
  width: 2.54rem;
  height: 1.6rem;
  position: absolute;
  top: -0.7rem;
  left: -0.28rem;
}

.mainM .appointment .appointment-task {
  width: 6.49rem;
  height: 5.33rem;
  background: url(../img/reservation/appointmentM/appointment-task.png) no-repeat center / cover;
  position: relative;
  box-sizing: border-box;
  padding: 0.24rem 0.41rem 0.32rem;
  display: flex;
  flex-direction: column;
}

.mainM .appointment .appointment-task .appointment-task-heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.04rem;
  text-align: right;
  position: relative;
}

.mainM .appointment .appointment-task .appointment-task-heading .appointment-task-query {
  position: absolute;
  width: 0.16rem;
  height: 0.16rem;
  right: 1.87rem;
  top: 0.09rem;
  background: url(../img/reservation/appointmentM/appointment-task-query.png) no-repeat center / cover;
}

.mainM .appointment .appointment-task .appointment-task-heading .appointment-task-title {
  width: 1.58rem;
  height: 0.34rem;
}

.mainM .appointment .appointment-task .appointment-task-heading .appointment-task-tip {
  font-size: 0.18rem;
  color: #065089;
  line-height: 0.21rem;
}

.mainM .appointment .appointment-task .appointment-task-content {
  margin-top: 0.41rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;

}

.mainM .appointment .appointment-task .appointment-task-content .appointment-task-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.01rem 0 0.03rem;
  width: 100%;
  box-sizing: border-box;
}

.mainM .appointment .appointment-task .appointment-task-content .appointment-task-item .appointment-task-label {
  font-weight: bold;
  font-size: 0.21rem;
  color: #065089;
}

.mainM .appointment .appointment-task .appointment-task-content .appointment-task-item .appointment-task-label span {
  font-weight: 400;
  font-size: 0.21rem;
}

.mainM .appointment .appointment-task .appointment-task-content .appointment-task-item .appointment-task-button {
  width: 1.12rem;
  height: 0.31rem;
  background: #FFC55F;
  border-radius: 0.07rem;
  font-weight: bold;
  font-size: 0.21rem;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.mainM .appointment .appointment-task .appointment-task-content .appointment-task-item .appointment-task-button.disabled {
  cursor: not-allowed;
  background: #C9D2DB;
  color: #F9FAFB;
}

.mainM .appointment .appointment-task .appointment-task-footer {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
  padding-right: 0.51rem;
  gap: 0.67rem;
}

.mainM .appointment .appointment-task .appointment-task-footer .appointment-task-footer-button {
  width: 1.97rem;
  height: 0.46rem;
  background: #FFC55F;
  border-radius: 0.07rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.21rem;
  color: #000000;
  line-height: 0.49rem;
  cursor: pointer;
}

.mainM .appointment .appointment-draw {
  width: 6.49rem;
  height: 5.30rem;
  position: relative;
}

.mainM .appointment .appointment-draw .appointment-draw-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.mainM .appointment .appointment-draw .appointment-draw-item {
  width: 1.85rem;
  height: 1.59rem;
  position: absolute;
  background: url(../img/reservation/appointmentM/gift-card.png) no-repeat center / cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.1s ease;
}

.mainM .appointment .appointment-draw .appointment-draw-item.active::after {
  content: "";
  width: 1.94rem;
  height: 1.69rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  background: url(../img/reservation/appointmentM/gift-card-active.png) no-repeat center / cover;
}

.mainM .appointment .appointment-draw .appointment-draw-item:nth-child(1) {
  top: 0;
  left: 0;
}

.mainM .appointment .appointment-draw .appointment-draw-item:nth-child(2) {
  top: 0;
  left: 2.32rem;

}

.mainM .appointment .appointment-draw .appointment-draw-item:nth-child(3) {
  top: 0;
  left: 4.64rem;
}

.mainM .appointment .appointment-draw .appointment-draw-item:nth-child(4) {
  top: 1.85rem;
  left: 0;
}

.mainM .appointment .appointment-draw .appointment-draw-item:nth-child(5) {
  top: 1.85rem;
  left: 4.64rem;
}

.mainM .appointment .appointment-draw .appointment-draw-item:nth-child(6) {
  top: 3.7rem;
  left: 0;
}

.mainM .appointment .appointment-draw .appointment-draw-item:nth-child(7) {
  top: 3.7rem;
  left: 2.32rem;
}

.mainM .appointment .appointment-draw .appointment-draw-item:nth-child(8) {
  top: 3.7rem;
  left: 4.64rem;
}

.mainM .appointment .appointment-draw .appointment-draw-item .appointment-draw-item-gift {
  max-width: 0.75rem;
  max-height: 0.75rem;
  position: relative;
  z-index: 2;
}

.mainM .appointment .appointment-draw .appointment-draw-item .appointment-draw-item-name {
  position: absolute;
  bottom: 0.14rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.43rem;
  height: 0.22rem;
  background: url(../img/reservation/appointmentM/gift-text.png) no-repeat center / cover;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.15rem;
  color: #0E5FA7;
  z-index: 2;
}

.mainM .appointment .appointment-draw .appointment-draw-button {
  width: 1.85rem;
  height: 1.59rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.08rem;
  line-height: 1;
  position: absolute;
  top: 1.85rem;
  left: 2.32rem;
  cursor: pointer;
  background: url(../img/reservation/appointmentM/gift-draw.png) no-repeat center / cover;
  transition: all 0.2s ease;
}

.mainM .appointment .appointment-draw .appointment-draw-button:hover:not(.disabled) {
  transform: scale(1.05);
}

.mainM .appointment .appointment-draw .appointment-draw-button:active:not(.disabled) {
  transform: scale(0.95);
}

.mainM .appointment .appointment-draw .appointment-draw-button.disabled {
  cursor: not-allowed;
}

.mainM .appointment .appointment-draw .appointment-draw-button .appointment-draw-title {
  font-weight: bold;
  font-size: 0.29rem;
  color: #000000;
}

.mainM .appointment .appointment-draw .appointment-draw-button .appointment-draw-number {
  font-weight: 400;
  font-size: 0.14rem;
  color: #000000;
}

.mainM .confetti {
  position: fixed;
  width: 10px;
  height: 10px;
  top: -10px;
  animation: confetti-fall 3s ease-out forwards;
}

@keyframes confetti-fall {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }

  100% {
    transform: translateY(100vh) rotate(720deg);
    opacity: 0;
  }
}

.mainM .activityRulesPopup {
  width: 5.88rem;
  height: 7.152rem;
  background: url(../img/reservation/appointmentM/activityRulesPopup-bg.png) no-repeat center / cover;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -3.576rem 0 0 -2.94rem;
  z-index: 9999;
  display: none;
}

.mainM .activityRulesPopup-content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 0.53rem 0.1rem 0.53rem 0.53rem;
}

.mainM .activityRulesPopup-content .activityRulesPopup-close {
  width: 0.24rem;
  height: 0.24rem;
  cursor: pointer;
  position: absolute;
  top: 0.18rem;
  right: 0.19rem;
  z-index: 2;
}

.mainM .activityRulesPopup-content .activityRulesPopup-title {
  font-weight: bold;
  font-size: 0.35rem;
  color: #282828;
  line-height: 0.31rem;
  margin-bottom: 0.42rem;
  padding-right: 0.43rem;
}

.mainM .activityRulesPopup-content .activityRulesPopup-int {
  padding-right: 0.43rem;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  overflow-y: auto;
  font-weight: 400;
  font-size: 0.19rem;
  color: #282828;
  line-height: 0.34rem;
  word-break: break-all;
}

.mainM .activityRulesPopup-content .activityRulesPopup-int::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
  border-radius: 10px;
}

.mainM .activityRulesPopup-content .activityRulesPopup-int::-webkit-scrollbar-thumb {
  background: #33548e;
  border-radius: 10px;
}

.mainM .activityRulesPopup-content .activityRulesPopup-int::-webkit-scrollbar-track {
  border-radius: 10px;
}


.mainM .inviteCodePopup {
  width: 6.42rem;
  height: 1.17rem;
  background: url(../img/reservation/appointmentM/inviteCodePopup-bg.png) no-repeat center / cover;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -0.585rem 0 0 -3.21rem;
  z-index: 9999;
  display: none;
}

.mainM .inviteCodePopup-content {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.5rem;
}

.mainM .inviteCodePopup-content .inviteCodePopup-close {
  width: 0.24rem;
  height: 0.24rem;
  cursor: pointer;
  position: absolute;
  top: 0.12rem;
  right: 0.15rem;
  z-index: 2;
}

.mainM .inviteCodePopup-content .inviteCodePopup-code {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.12rem;
}

.mainM .inviteCodePopup-content .inviteCodePopup-code span {
  font-weight: bold;
  font-size: 0.25rem;
  color: #282828;
  word-break: break-all;
}

.mainM .inviteCodePopup-content .inviteCodePopup-code .inviteCodePopup-copy {
  width: 0.77rem;
  height: 0.26rem;
  background: #FFFFFF;
  border-radius: 0.13rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.19rem;
  color: #282828;
  cursor: pointer;
}

.mainM .inviteCodePopup-content .inviteCodePopup-int {
  display: flex;
  align-items: center;
  gap: 0.11rem;
}

.mainM .inviteCodePopup-content .inviteCodePopup-int .inviteCodePopup-tip {
  position: relative;
  width: 0.1rem;
  height: 0.1rem;
  border: 1px solid #282828;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.mainM .inviteCodePopup-content .inviteCodePopup-int .inviteCodePopup-tip::after {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  background: #282828;
  display: block;
}

.mainM .inviteCodePopup-content .inviteCodePopup-int span {
  font-size: 0.19rem;
  color: #000000;
}

.mainM .myPrizePopup {
  width: 6.77rem;
  height: 4.6rem;
  background: url(../img/reservation/appointmentM/myPrizePopup-bg.png) no-repeat center / cover;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -2.25rem 0 0 -3.385rem;
  z-index: 9999;
  display: none;
}

.mainM .myPrizePopup-content {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0.34rem 0.1rem 0.34rem 0.34rem;
}

.mainM .myPrizePopup-content .myPrizePopup-close {
  width: 0.24rem;
  height: 0.24rem;
  cursor: pointer;
  position: absolute;
  top: 0.24rem;
  right: 0.24rem;
  z-index: 2;
}

.mainM .myPrizePopup-content .myPrizePopup-title {
  font-weight: bold;
  font-size: 0.35rem;
  color: #282828;
  line-height: 0.24rem;
  margin-bottom: 0.17rem;
  text-align: center;
}

.mainM .myPrizePopup-content .myPrizePopup-binding {
  width: 1.42rem;
  height: 0.35rem;
  background: url(../img/reservation/appointmentM/myPrizePopup-binding.png) no-repeat center / cover;
  font-weight: 400;
  font-size: 0.21rem;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.15rem;
  cursor: pointer;
}

.mainM .myPrizePopup-content .myPrizePopup-card {
  padding-right: 0.4rem;
  padding-left: 0.25rem;
  box-sizing: border-box;
  width: 100%;
  height: 2.76rem;
  overflow-y: auto;
  word-break: break-all;
  display: flex;
  flex-direction: column;
  gap: 0.14rem;
}

.mainM .myPrizePopup-content .myPrizePopup-card::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
  border-radius: 10px;
}

.mainM .myPrizePopup-content .myPrizePopup-card::-webkit-scrollbar-thumb {
  background: #33548e;
  border-radius: 10px;
}

.mainM .myPrizePopup-content .myPrizePopup-card::-webkit-scrollbar-track {
  border-radius: 10px;
}

.mainM .myPrizePopup-content .myPrizePopup-card .myPrizePopup-item {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 0.19rem;
  color: #000000;
}

.mainM .myPrizePopup-content .myPrizePopup-card .myPrizePopup-item .myPrizePopup-item-name,
.mainM .myPrizePopup-content .myPrizePopup-card .myPrizePopup-item .myPrizePopup-item-time {
  width: 33%;
}

.mainM .myPrizePopup-content .myPrizePopup-card .myPrizePopup-item .myPrizePopup-item-button {
  width: 1.08rem;
  height: 0.28rem;
  background: #FFBE33;
  border-radius: 0.14rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.19rem;
  color: #000000;
  margin-left: auto;
}

.mainM .myPrizePopup-content .myPrizePopup-card .myPrizePopup-item .myPrizePopup-item-button.disabled {
  cursor: not-allowed;
  background: #C9D2DB;
  color: #F9FAFB;
}



.mainM .selectCharacterPopup {
  width: 3.95rem;
  height: 3.16rem;
  background: url(../img/reservation/appointmentM/selectCharacterPopup-bg.png) no-repeat center / cover;
  display: none;
}

.mainM .selectCharacterPopup-content {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.55rem 0.4rem 0;
}

.mainM .selectCharacterPopup-content .selectCharacterPopup-close {
  width: 0.24rem;
  height: 0.24rem;
  cursor: pointer;
  position: absolute;
  top: 0.24rem;
  right: 0.24rem;
  z-index: 2;
}

.mainM .selectCharacterPopup-content .selectCharacterPopup-title {
  font-weight: bold;
  font-size: 0.23rem;
  color: #282828;
  line-height: 0.15rem;
  margin-bottom: 0.22rem;
}

.mainM .selectCharacterPopup-content .selectCharacterPopup-input {
  width: 3.14rem;
  height: 0.42rem;
  border-radius: 0.21rem;
  background: #282828;
  margin-bottom: 0.17rem;
  box-sizing: border-box;
  border: 2px solid #C3DCFF;
  text-align: center;
  font-size: 0.17rem;
  color: #FFFFFF;
  font-weight: 200;
}


.mainM .selectCharacterPopup-content .selectCharacterPopup-select {
  appearance: none;
  background-image: url(../img/reservation/appointmentM/selectCharacterPopup-down.png);
  background-size: 0.12rem 0.08rem;
  background-repeat: no-repeat;
  background-position: center right 0.22rem;
}

.mainM .selectCharacterPopup-content .selectCharacterPopup-role {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mainM .selectCharacterPopup-content .selectCharacterPopup-button {
  width: 1.03rem;
  height: 0.3rem;
  background: #FFBE33;
  border-radius: 0.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.18rem;
  color: #000000;
  margin-bottom: 0.18rem;
  cursor: pointer;
}

.mainM .selectCharacterPopup-content .selectCharacterPopup-int {
  font-size: 0.17rem;
  color: #282828;
  line-height: 0.15rem;
  margin-bottom: 0.06rem;
}

.mainM .selectCharacterPopup-content .selectCharacterPopup-tip {
  font-size: 0.17rem;
  color: #BD2323;
  line-height: 0.15rem;
}


.mainM .shippingAddressPopup {
  width: 3.88rem;
  height: 4.19rem;
  background: url(../img/reservation/appointmentM/shippingAddressPopup-bg.png) no-repeat center / cover;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -2.095rem 0 0 -1.94rem;
  z-index: 9999;
  display: none;
}

.mainM .shippingAddressPopup-content {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.47rem 0.37rem 0;
}

.mainM .shippingAddressPopup-content .shippingAddressPopup-close {
  width: 0.24rem;
  height: 0.24rem;
  cursor: pointer;
  position: absolute;
  top: 0.19rem;
  right: 0.19rem;
  z-index: 2;
}

.mainM .shippingAddressPopup-content .shippingAddressPopup-title {
  font-weight: bold;
  font-size: 0.24rem;
  color: #282828;
  line-height: 0.15rem;
  margin-bottom: 0.26rem;
  text-align: center;
}

.mainM .shippingAddressPopup-content .shippingAddressPopup-input {
  width: 3.14rem;
  height: 0.42rem;
  border-radius: 0.21rem;
  border: 1px solid #282828;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0.17rem;
  font-weight: 400;
  font-size: 0.18rem;
  color: #282828;
  margin-bottom: 0.22rem;
  background: transparent;
}

.mainM .shippingAddressPopup-content .shippingAddressPopup-button {
  width: 1.21rem;
  height: 0.31rem;
  background: #FFBE33;
  border-radius: 0.15rem;
  font-weight: 400;
  font-size: 0.18rem;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}



.mainM .prizePopup {
  width: 3.18rem;
  height: 2.25rem;
  background: url(../img/reservation/appointmentM/prizePopup-bg.png) no-repeat center / cover;
  display: none;
}

.mainM .prizePopup-content {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 0.32rem;
}


.mainM .prizePopup-content .prizePopup-title {
  font-weight: bold;
  font-size: 0.25rem;
  color: #282828;
  line-height: 0.14rem;
}

.mainM .prizePopup-content .prizePopup-prize {
  max-width: 0.75rem;
  max-height: 0.75rem;
}

.mainM .prizePopup-content .prizePopup-int {
  font-size: 0.19rem;
  color: #000000;
  line-height: 0.28rem;
}



.menuPopup .menuPopup-return {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  margin: 1.6rem 0;
}

.menuPopup .menuPopup-return a,
.menuPopup .menuPopup-return .menuPopup-return-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.55rem;
  height: 0.63rem;
  border: 1px solid #fff;
  font-size: 0.29rem;
  color: #F2F2F2;
}
