[v-cloak] {
  display: none;
}

.img {
  display: block;
  width: 100%;
  height: 100%;
}

.inside .content .lucky-bag {
  position: relative;
  padding-top: 2.675rem;
  width: 100%;
  height: 16rem;
  background: url(../images/202406/lucky-bag_bg.png?t=20250611) no-repeat center top/100% 16rem;
  box-sizing: border-box;
}

.title, .inside .content .lucky-bag__title, .content-banner__title {
  width: 17.85rem;
  height: 3.225rem;
  position: absolute;
  top: -1rem;
  left: -0.175rem;
  z-index: 2;
}

body {
  padding-bottom: 1.5rem;
  background: #C3EFFC;
}

.inside {
  min-height: 24.25rem;
  background: url(../images/202406/bg_top.png?t=20250421) no-repeat;
  background-size: 100% 24.25rem;
}

.inside .content {
  padding-top: 19.875rem;
}

.inside .content .lucky-bag__cont ul {
  margin: 0 auto;
  width: 16.75rem;
  display: flex;
  justify-content: center;
}

.inside .content .lucky-bag__cont ul li {
  position: relative;
  width: 7.225rem;
  height: 8.375rem;
  flex-shrink: 0;
  /* display: flex;
  flex-direction: column;
  align-items: center; */
}
.inside .content .lucky-bag__cont ul li:nth-child(2),
.inside .content .lucky-bag__cont ul li:nth-child(3){
  margin-left: -1.675rem;
}

/* .inside .content .lucky-bag__cont ul .cont-img {
  width: 3.825rem;
  height: 4.65rem;
} */

.inside .content .lucky-bag__cont ul .cont-status {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 4.675rem;
  height: 2.375rem;
}

/* .inside .content .lucky-bag__cont .cont-prize {
  width: 7.1rem;
  height: 2.575rem;
  padding-bottom: 0.65rem;
  margin: 0 auto;
} */

.inside .content .lucky-bag__cont .lucky-bag__tips {
  margin-top: 0.45rem;
  font-size: 0.6rem;
  color: #003679;
  text-align: center;
  line-height: normal;
}

.inside .content .lucky-bag__prize {
  margin: 0.325rem auto 0;
  width: 11.075rem;
  height: 1.3rem;
  background: #ffffff80;
  border-radius: 0.65rem;;
  font-size: 0.65rem;
  color: #003679;
  line-height: 0.65rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inside .content .lucky-bag__prize span {
  display: block;
  color: #003679;
  padding-right: 0.25rem;
  margin-top: .3rem;
}

.rule {
  margin: 0 auto 0;
  padding: 1rem 0 1.75rem;
  position: relative;
  width: 17.55rem;
  min-height: 13.625rem;
  border: 0.025rem solid #fff;
  border-radius: 0.85rem;
  /* box-shadow: inset 0 0 5px rgba(255,255,255,0.5); */
  box-shadow: inset 0 0 20px rgba(255,255,255,1);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.rule-title {
  margin: 0 auto;
  width: 4rem;
  height: 1.225rem;
}

.rule-content {
  padding: 0 1.475rem;
  font-size: 0.6rem;
  line-height: 0.85rem;
  color: #003684;
  text-align: justify;
}

.rule-content h4 {
  margin: 0.25rem 0;
}

.rule-content p {
  margin-bottom: 0.25rem;
}

.rule-content img {
  display: block;
  width: 100%;
}

.outside img {
  width: 100%;
}

.outside .wx-tips {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding-top: 5%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1001;
}

.outside p {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  margin: -1.5rem 0 0 6rem;
}
.outside-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  left: 0;
  top: 0;
  z-index: 999;
  }
.outside-popup .staticPopup {
  background-image: url(../images/static_bg_mid10.gif);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* 750 x 1334 */
  width:18.75rem;
  height: 33.35rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  scale: 1;
  transition: all 0.5s ease 0s;
  }
.outside-jump {
    width: 10.6rem;
    height: 2.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 7rem;
  transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%); 
  border-radius: 9999px;
  }
.outside-popup .closeStatic {
  width: 1.6rem;
  height: 1.6rem; 
  position: relative;
  left: 85%;
  margin-top: 5.5rem;
  }
.popup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
}

.popup-content {
  position: relative;
  width: 12.625rem;
  height: 14.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.popup-content__button {
  width: 8.525rem;
  height: 2.675rem;
  position: absolute;
  bottom: 1rem;
}

.popup-close {
  width: 1.6rem;
  height: 1.6rem;
  padding-top: 2rem;
}

.popup-prize__img {
  width: 100%;
  height: 100%;
}

.popup-normal .popup-content {
  background: url(../images/202406/popup_normal.png) no-repeat;
  background-size: 100% 100%;
}

/* .popup-normal .popup-content__button {
  position: static;
  padding-bottom: 1.875rem;
} */

.popup-normal__tips {
  flex: 1;
  padding: 5.25rem 1.5rem 0.25rem;
  font-size: 0.65rem;
  color: #333;
  line-height: 0.9rem;
}

.share {
  width: 2.45rem;
  height: 1.375rem;
  position: absolute;
  right: 0;
  top: 1.5rem;
}

.content-banner {
  margin: 1.5rem auto 0;
  min-height: auto;
}

.content-banner__banner {
  margin: 0 auto;
  width: 17.55rem;
  height: 9.625rem;
  background: url(../images/202406/banner_bg.png) no-repeat center top/17.55rem 9.625rem;
  padding: 3.3rem 0 .75rem 0 !important;
  box-sizing: border-box;
}

.content-banner__banner .swiper-container {
  padding-bottom: 0.5rem;
  overflow-y: visible;
}

.content-banner__banner .swiper-container .swiper-slide {
  padding: 0 0.6rem;
  box-sizing: border-box;
}

.content-banner__banner .swiper-container img {
  width: 16.175rem;
  height: 5.3rem;
  border-radius: 0.25rem;
}

.content-banner__banner .swiper-container .swiper-pagination {
  position: relative;
  height: 0.15rem;
  bottom: -0.25rem;
  display: flex;
  justify-content: center;
}

.content-banner__banner .swiper-container .swiper-pagination span {
  width: 0.5rem;
  height: 0.15rem;
  margin: 0 0.075rem;
  border-radius: 0.075rem;
}

.content-banner__banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff8a6b;
}

.go-back {
  width: 3rem;
  position: fixed;
  right: 0.425rem;
  top: 8.8rem;
  z-index: 2;
}
  
.go-back .p {
  width: 0.95rem;
  height: 0.95rem;
  position: absolute;
  bottom: -1.25rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
}

.popup-prize_new .popup-content {
  height: 15.3rem;
}

.popup-prize_new .popup-content__button {
  bottom: 1.675rem;
}

.popup-prize_new .popup-close {
  width: 1.75rem;
  height: 1.75rem;
  padding-top: 0.675rem;
}

.popup-order {
  position: relative;
  width: 15.1rem;
  height: 15.75rem;
  /* transform: rotate(-180deg); */
  background-image: linear-gradient(0deg, #EAF9FF 75%, #67D1FF 100%);
  border: 0.075rem solid #ffffff99;
  box-shadow: inset 0 0.05rem 0.55rem 0.25rem #ffffff80;
  border-radius: 0.7rem;
  box-sizing: border-box;
}

.popup-order__close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 1rem;
  height: 1rem;
}

.popup-order__title {
  margin-top: 1.5rem;
  font-weight: 900;
  font-size: 1.2623rem;
  color: #003679;
  letter-spacing: -0.0935rem;
  text-align: center;
  line-height: 1.775rem;
}

.popup-order__content {
  margin-top: 0.8rem;
  padding: 0 1rem 0 1.025rem;
  font-size: 0.8rem;
  color: #003679;
  letter-spacing: 0;
  text-align: justify;
  line-height: 1.125rem;
}

.popup-order__msg {
  margin: 1.55rem auto 0;
  position: relative;
  width: 13.075rem;
  height: 2.475rem;
  box-sizing: border-box;
}


.popup-order__num {
  position: absolute;
  left: 0.7rem;
  background: #eaf9ff;
  font-weight: 400;
  font-size: 0.65rem;
  color: #000000;
  letter-spacing: 0;
  text-align: justify;
  z-index: 99;
}

.popup-order__input {
  padding: 0 0.45rem 0 0.45rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2rem;
  border: 0.05rem solid #3C3C3C;
  border-radius: 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

.popup-order__input input {
  width: 7.7rem;
  height: 2rem;
  border: none;
  border-radius: 0.3rem;
  background: none;
  box-sizing: border-box;
}

.popup-order__input p {
  font-weight: 500;
  font-size: 0.65rem;
  color: #333333;
  letter-spacing: 0;
  text-align: right;
  line-height: 1.1rem;
}

.popuo-order__bth {
  margin: 1.175rem auto 0.3rem;
  padding: 0 0.225rem;
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.popuo-order__bth img {
  width: 7.85rem;
  height: 3.925rem;
}

.popuo-order__bth img:last-child {
  margin-left: -1rem;
}

.loading-toast {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.laoding-taost__content{
  min-width: 10.5rem;
  max-width: 80%;
  padding: 1.125rem 0.75rem;
  border-radius: 0.4rem;
  background-color: rgba(0, 0, 0, .7);
  box-sizing: border-box;
  text-align: center;
  font-size: 0.65rem;
  color: rgb(255, 255, 255);
}